@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 { margin-bottom: 0; }
.slider01 .slick-prev, .slider01 .slick-next { width: 56px; height: 56px; background: #EEEEEE; border-radius: 50%; box-sizing: border-box; top: auto; bottom: -96px; transform: translate(0, 0); transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 15px; height: 15px; opacity: 1; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #FFE3E4; }
.slider01 .slick-prev:hover:before, .slider01 .slick-prev:focus:before, .slider01 .slick-next:hover:before, .slider01 .slick-next:focus:before { filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(4718%) hue-rotate(352deg) brightness(87%) contrast(95%); }
.slider01 .slick-prev { left: auto; right: 68px; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 0; }

.info_cate_box { align-items: flex-start; }
.info_cate_box .time { font-size: 14px; font-weight: 500; margin: 5px 0 11px; }
.info_cate_box .cate-list { width: auto; }
.info_cate_box .cate-list li { font-size: 14px; line-height: 1.43; font-weight: 500; padding: 3px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-bottom: 5px; margin-right: 8px; }
.info_cate_box .cate-list li:last-child { margin-right: 0; }

.works01 { width: 352px; }
.works01 a { display: block; width: 100%; padding: 20px 20px 30px; box-sizing: border-box; background: #EEF3FF; border-radius: 10px; position: relative; }
.works01 a:hover { text-decoration: none; }
.works01 a:hover .img .in_img { transform: translate(-50%, -50%) scale(1.1); }
.works01 a .img { width: 100%; height: 200px; border-radius: 6px; overflow: hidden; position: relative; margin-bottom: 30px; }
.works01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.works01 a h3.title { padding: 0 20px; box-sizing: border-box; font-weight: 400; line-height: 1.625; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 20px; }
.works01 a .info_cate_box { padding: 0 20px; box-sizing: border-box; justify-content: space-between; }
.works01 a .info-list { padding: 0 20px; box-sizing: border-box; margin-top: 30px; }
.works01 a .info-list li { padding: 12px 10px; box-sizing: border-box; justify-content: space-between; align-items: flex-start; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; color: #232323; }
.works01 a .info-list li:first-child { padding-top: 0; }
.works01 a .info-list li .midashi { display: block; width: 80px; font-weight: 700; }
.works01 a .info-list li .text { display: block; width: calc(100% - 80px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.news01 { width: 264px; }
.news01 a { display: block; width: 100%; padding: 20px 20px 30px; box-sizing: border-box; background: #EEF3FF; border-radius: 10px; position: relative; }
.news01 a:hover { text-decoration: none; }
.news01 a:hover .img .in_img { transform: translate(-50%, -50%) scale(1.1); }
.news01 a .img { width: 100%; height: 144px; border-radius: 6px; overflow: hidden; position: relative; margin-bottom: 30px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.news01 a h3.title { font-weight: 400; line-height: 1.625; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 16px; }
.news01 a .info_cate_box { justify-content: space-between; }

.news02 a { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.news02 a:hover { text-decoration: none; }
.news02 a:hover h3.title { color: #142FC6; }
.news02 a h3.title { width: 600px; font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-right: 26px; transition: 0.3s; }
.news02 a .info_cate_box { width: 186px; justify-content: space-between; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 820px; }
.wrap.twin div#two-side { width: 260px; }
.wrap.twin div#two-side .side_box { background: #FFFFFF; padding: 30px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 10px; margin-bottom: 20px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .title02 { padding-left: 18px; font-size: 18px; margin-bottom: 18px; }
.wrap.twin div#two-side .side_box .title02::before { width: 10px; height: 4px; }
.wrap.twin div#two-side .side_box .side-link > li { margin-bottom: 10px; }
.wrap.twin div#two-side .side_box .side-link > li:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 10px 40px 10px 20px; box-sizing: border-box; background: #F2F3FC; border-radius: 100px; font-weight: 14px; line-height: 1.43; font-weight: 500; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover { text-decoration: none; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover .arrow { background-color: #FFFFFF; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(5577%) hue-rotate(353deg) brightness(87%) contrast(93%); }
.wrap.twin div#two-side .side_box .side-link > li > a .arrow { display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #D6141C; border: 1px solid #D6141C; box-sizing: border-box; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); transition: 0.3s; }
.wrap.twin div#two-side .side_box .side-link > li > a .arrow::before { content: ""; display: block; width: 8px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #D6141C; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 50px; box-sizing: border-box; padding: 13px 40px 13px 30px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 1px solid #EEEEEE; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 21px, #F6F6F6; background-size: 14px; border-radius: 100px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #000000 !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 34px; height: 34px; background: #EEEEEE; border-radius: 50%; box-sizing: border-box; margin: 0 3px; text-decoration: none; font-family: "Inter"; font-size: 12px; font-weight: 500; color: #AAAAAA; line-height: 34px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 40px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #FFE3E4; color: #D6141C; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { margin: 0; border: 0; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; background: #FFE3E4; color: transparent; }
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover { background: #D6141C; 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: 12px; height: 13px; 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; background: #D6141C; color: transparent; }
.wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover { background: #FFE3E4; color: transparent; }
.wp-pagenavi a.first:hover::before, .wp-pagenavi a.last:hover::before { filter: brightness(0) saturate(100%) invert(11%) sepia(81%) saturate(6448%) hue-rotate(353deg) brightness(93%) contrast(92%); }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 11px; height: 11px; 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: 60px; }

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

.post-navigation ul > li a { display: inline-block; height: 24px; padding: 0; box-sizing: border-box; position: relative; font-size: 16px; font-weight: 500; line-height: 24px; color: #000000; }
.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_arrow01_h.svg") no-repeat center, #D6141C; background-size: 8px; }
.post-navigation ul > li a::before { content: ""; display: block; width: 24px; height: 24px; border-radius: 50%; background: url("../img/common/page_arrow01.svg") no-repeat center, #FFE3E4; background-size: 8px; position: absolute; top: 0; transition: 0.3s; }

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

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

.post-navigation ul > li.blog-back { width: 220px; height: 56px; margin: 0 40px; }
.post-navigation ul > li.blog-back a { width: 220px; height: 100%; font-weight: 700; padding: 15px 50px 17px 82px; }
.post-navigation ul > li.blog-back a::before { display: none; }
.post-navigation ul > li.blog-back a .btn-text { font-size: 16px; line-height: 1.5; }
.post-navigation ul > li.blog-back a .icon { top: -1px; right: auto; left: -1px; transform: scale(-1, 1); }

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

/*TOPページ　p01
=========================================== */
#works-sec { padding: 60px 0 120px; }
#works-sec #works-slider { width: calc(50vw + 550px); margin-right: calc(-50vw + 50%); margin-top: 40px; }
#works-sec #works-slider .slick-prev { left: 978px; right: auto; }
#works-sec #works-slider .slick-next { right: auto; left: 1044px; }
#works-sec #works-slider .slick-track { display: flex; }
#works-sec #works-slider .works01 { height: auto; margin-right: 22px; }
#works-sec #works-slider .works01 a { height: 100%; }

#scope-sec { padding: 120px 0 266px; background: #F2F3FC; }
#scope-sec .title01 { margin-bottom: 56px; }
#scope-sec .scope-list .scope00 { width: 530px; padding: 46px 40px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; color: #232323; position: relative; margin: 57px 40px 0 0; }
#scope-sec .scope-list .scope00:nth-child(-n+2) { margin-top: 0; }
#scope-sec .scope-list .scope00:nth-child(2n) { margin-right: 0; }
#scope-sec .scope-list .scope00:last-child { margin-bottom: 0; }
#scope-sec .scope-list .scope00 h3 { display: inline-block; padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 18px; line-height: 1.44; position: absolute; top: -17px; left: 35px; z-index: 1; }
#scope-sec .scope-list .scope00 .sub_text { font-size: 14px; line-height: 1.6; padding-left: 1em; text-indent: -1em; margin-top: 20px; }
#scope-sec .scope-list .scope01 .size-table tr { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#scope-sec .scope-list .scope01 .size-table tr:first-child { padding-top: 0; }
#scope-sec .scope-list .scope01 .size-table tr th, #scope-sec .scope-list .scope01 .size-table tr td { padding: 12px 0; box-sizing: border-box; }
#scope-sec .scope-list .scope01 .size-table tr th { width: 90px; padding-left: 10px; }
#scope-sec .scope-list .scope02 { padding-top: 60px; }
#scope-sec .scope-list .scope02 p.point { display: inline-block; font-size: 24px; line-height: 1.46; position: relative; }
#scope-sec .scope-list .scope02 p.point::before { content: ""; display: block; width: 100%; height: 1px; background: #142FC6; border-radius: 4px; position: absolute; bottom: 0; left: 0; }
#scope-sec .scope-list .scope02 .sub_text { margin-top: 32px; }
#scope-sec .scope-list .scope03 h4 { padding: 0 10px; box-sizing: border-box; font-size: 18px; line-height: 1.44; margin-bottom: 12px; }
#scope-sec .scope-list .scope03 .list { padding: 0 10px 20px; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#scope-sec .scope-list .scope04 .cnt { justify-content: space-between; align-items: center; }
#scope-sec .scope-list .scope04 .cnt .text_box { width: 210px; order: 1; }
#scope-sec .scope-list .scope04 .cnt .text_box p { font-size: 18px; }
#scope-sec .scope-list .scope04 .cnt .text_box p.big { display: inline-block; font-size: 24px; line-height: 1.45; position: relative; }
#scope-sec .scope-list .scope04 .cnt .text_box p.big::before { content: ""; display: block; width: 100%; height: 1px; background: #142FC6; border-radius: 4px; position: absolute; bottom: 0; left: 0; }
#scope-sec .scope-list .scope04 .cnt .text_box p.big em { font-size: 40px; }
#scope-sec .scope-list .scope04 .cnt .img_box { width: 200px; }
#scope-sec .scope-list .scope04 .text01 { margin-top: 30px; }
#scope-sec .scope-list .scope05 { padding-top: 37px; padding-right: 12px; }
#scope-sec .scope-list .scope05 .product-list li { font-size: 14px; line-height: 1.43; font-weight: 500; padding: 3px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin: 10px 10px 0 0; }
#scope-sec .scope-list .scope06 .industry-list li { padding-left: 12px; box-sizing: border-box; position: relative; margin-bottom: 12px; }
#scope-sec .scope-list .scope06 .industry-list li::before { content: ""; display: block; width: 6px; height: 6px; background: #142FC6; border-radius: 50%; position: absolute; top: 10px; left: 0; }
#scope-sec .point-text { font-size: 20px; line-height: 1.675; margin-top: 80px; }
#scope-sec .point-text em { display: inline-block; position: relative; }
#scope-sec .point-text em::before { content: ""; display: block; width: 100%; height: 1px; background: #142FC6; position: absolute; bottom: -3px; left: 0; }

#scope-sec + #bg-img01 { width: 100%; height: 310px; background: url("../img/top/img02.png") repeat-x center; background-size: cover; animation: BgMove01 80s linear infinite; margin-top: -143px; }

@keyframes BgMove01 { 0% { background-position: 0 0; }
  100% { background-position: -2580px 0; } }
#news-sec { padding: 120px 0 100px; }
#news-sec .cnt { justify-content: space-between; align-items: flex-start; }
#news-sec .cnt .title01 { width: 160px; }
#news-sec .cnt .news-list { width: 840px; }
#news-sec .cnt .news-list .news02 { padding: 40px 8px 40px 20px; box-sizing: border-box; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#news-sec .cnt .news-list .news02:first-child { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px), repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left top, left bottom; background-repeat: repeat-x, repeat-x; background-size: 100% 1px, 100% 1px; }
#news-sec .btn01 { margin-left: auto; margin-right: 0; }

.home #recruit-sec { display: block !important; }
.home #map-sec { display: block !important; }
.home #contact-sec { background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 54%, #F2F3FC 54%, #F2F3FC 100%); }

#topbox01 { padding: 172px 0 160px; position: relative; z-index: 1; }
#topbox01 .sec-bg { margin-top: 54px; width: calc(100% - 240px); height: calc(100% - 54px); background: #142FC6; position: absolute; bottom: 0; right: 0; z-index: -1; }
#topbox01 .sec-bg::before { content: ""; display: block; width: 100%; height: 134px; background: url("../img/top/bg01.png") no-repeat top left; background-size: cover; position: absolute; top: -54px; left: 0; }
#topbox01 .sec-bg::after { content: ""; display: block; width: 878px; height: 554px; background: url("../img/top/bg01_sub.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; left: 0; }
#topbox01 .cnt { justify-content: space-between; }
#topbox01 .cnt .text_box { width: 810px; order: 1; }
#topbox01 .cnt .text_box .text p { margin-bottom: 30px; }
#topbox01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#topbox01 .cnt .img_box { width: calc(100% - 910px); position: relative; }
#topbox01 .cnt .img_box img { width: 550px; max-width: 550px; position: absolute; top: -70px; right: 0; }

#topbox02 { padding: 180px 0 120px; }
#topbox02 .title01 { margin-bottom: 50px; }
#topbox02 .reason-list { justify-content: space-between; }
#topbox02 .reason-list .reason01 { width: 356px; background: #EEF3FF; border-radius: 10px; position: relative; }
#topbox02 .reason-list .reason01 .num { width: 60px; height: 60px; background: #142FC6; border-radius: 50%; padding-top: 20px; box-sizing: border-box; font-size: 18px; line-height: 21px; position: absolute; top: -10px; left: -10px; z-index: 1; }
#topbox02 .reason-list .reason01 .img { width: 100%; height: 270px; border-radius: 10px 10px 0 0; overflow: hidden; }
#topbox02 .reason-list .reason01 .text_box { padding: 30px 40px; box-sizing: border-box; }
#topbox02 .reason-list .reason01 .text_box h3 { font-size: 22px; line-height: 1.45; margin-bottom: 10px; }
#topbox02 .reason-list .reason01 .text_box h3 .mini { font-size: 14px; }
#topbox02 .reason-list .reason01 .text_box .text01 { line-height: 1.625; }
#topbox02 .btn01 { margin-top: 0; position: absolute; top: 32px; right: 0; }

#topbox03 { padding: 120px 0; position: relative; }
#topbox03::before { content: ""; display: block; width: 100%; height: 1446px; background: url("../img/top/bg02.jpg") no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; }
#topbox03 .tec-list .tec00 { justify-content: space-between; align-items: flex-start; padding-bottom: 80px; margin-bottom: 60px; background-image: repeating-linear-gradient(90deg, #142fc6, #142fc6 2px, transparent 2px, transparent 10px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 2px; position: relative; }
#topbox03 .tec-list .tec00:last-child { padding-bottom: 0; margin-bottom: 0; background: none; }
#topbox03 .tec-list .tec00 .img_box { width: 340px; }
#topbox03 .tec-list .tec00 .text_box { width: 660px; }
#topbox03 .tec-list .tec00 .text_box .sub { display: inline-block; font-weight: 500; padding: 3px 19px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-bottom: 20px; }
#topbox03 .tec-list .tec00 .text_box h3 { font-size: 32px; line-height: 1.375; margin-bottom: 9px; }
#topbox03 .tec-list .tec00 .text_box .point { display: inline-block; font-size: 20px; line-height: 1.45; position: relative; margin-bottom: 36px; }
#topbox03 .tec-list .tec00 .text_box .point::before { content: ""; display: block; width: 100%; height: 1px; background: #142FC6; border-radius: 4px; position: absolute; bottom: -3px; left: 0; }
#topbox03 .tec-list .tec00 .text_box .text01 { line-height: 1.625; }

.onestop_img { justify-content: space-between; margin-top: 57px; }
.onestop_img .box00 { width: 530px; padding: 20px 20px 24px; box-sizing: border-box; border-radius: 10px; }
.onestop_img .box00 .midashi { display: inline-block; padding: 4px 20px; box-sizing: border-box; border-radius: 35px; }
.onestop_img .box00 img { display: block; }
.onestop_img .box01 { background: #F6F6F6; border: 1px solid #EEEEEE; }
.onestop_img .box01 .midashi { background: #2A2F4E; }
.onestop_img .box01 img { width: 390px; margin: -29px auto 0; }
.onestop_img .box02 { background: #F2F3FC; border: 1px solid #142FC6; }
.onestop_img .box02 .midashi { background: #142FC6; }
.onestop_img .box02 img { width: 430px; margin: 33px auto 0; }

.onestop_box { margin-top: 40px; }
.onestop_box .onestop-list { justify-content: space-between; }
.onestop_box .onestop-list .onestop00 { width: 144px; height: 144px; background: #F2F3FC; box-sizing: border-box; border-radius: 50%; text-align: center; position: relative; }
.onestop_box .onestop-list .onestop00 .num { display: none; }
.onestop_box .onestop-list .onestop01 { padding-top: 40px; }
.onestop_box .onestop-list .onestop01 img { width: 102px; }
.onestop_box .onestop-list .onestop01 p { margin-top: 15px; }
.onestop_box .onestop-list .onestop02 { padding-top: 20px; }
.onestop_box .onestop-list .onestop02 img { width: 69px; }
.onestop_box .onestop-list .onestop02 p { margin-top: 3px; }
.onestop_box .onestop-list .onestop03 { padding-top: 27px; }
.onestop_box .onestop-list .onestop03 img { width: 77px; }
.onestop_box .onestop-list .onestop03 p { margin-top: 11px; }
.onestop_box .onestop-list .onestop04 { padding-top: 26px; }
.onestop_box .onestop-list .onestop04 img { width: 80px; }
.onestop_box .onestop-list .onestop04 p { margin-top: 6px; }
.onestop_box .onestop-list .onestop05 { padding-top: 32px; }
.onestop_box .onestop-list .onestop05 img { width: 83px; }
.onestop_box .onestop-list .onestop05 p { margin-top: 8px; }
.onestop_box .onestop-list .onestop06 { padding-top: 18px; }
.onestop_box .onestop-list .onestop06 img { width: 88px; }
.onestop_box .onestop-list .onestop06 p { margin-top: 8px; }
.onestop_box .onestop-list .onestop07 { padding-top: 21px; background: #142FC6; }
.onestop_box .onestop-list .onestop07 img { width: 72px; }
.onestop_box .onestop-list .onestop07 p { margin-top: 5px; }
.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: #142FC6; 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: #142FC6; 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 #142FC6; 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: #142FC6; border-radius: 35px; }

#topbox04 { padding: 120px 0 60px; position: relative; z-index: 1; }
#topbox04 .sec-bg { width: calc(100% - 40px); height: 660px; background: #2A2F4E; border-radius: 0 20px 20px 0; position: absolute; top: 0; left: 0; z-index: -1; }
#topbox04 .sec-bg::after { content: ""; display: block; width: 623px; height: 494px; background: url("../img/top/bg03_sub.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; left: 0; }
#topbox04 .cnt { justify-content: space-between; align-items: flex-start; position: relative; }
#topbox04 .cnt .title01 { width: 160px; }
#topbox04 .cnt .right { width: 700px; margin-top: 20px; }
#topbox04 .cnt .right .point { font-size: 28px; line-height: 1.57; margin-bottom: 40px; }
#topbox04 .cnt .btn01 { margin-top: 0; position: absolute; top: 148px; left: 0; }

#topbox05 { padding: 100px 0; box-sizing: border-box; position: relative; z-index: 1; }
#topbox05::before { content: ""; display: block; width: calc(100% - 40px); height: 100%; background: #2A2F4E; border-radius: 0 20px 20px 0; position: absolute; top: 0; left: 0; z-index: -1; }
#topbox05 .cnt { justify-content: space-between; align-items: flex-end; }
#topbox05 .cnt .text_box { width: 235px; }
#topbox05 .cnt .text_box .title01 { margin-bottom: 15px; }
#topbox05 .cnt .text_box .title01 .en { text-transform: none; margin-bottom: 20px; }
#topbox05 .cnt .text_box .title01 .ja { font-size: 50px; line-height: 1.2; }
#topbox05 .cnt .movie-list { width: 840px; }
#topbox05 .cnt .movie-list .movie01 { width: 272px; margin-right: 12px; }
#topbox05 .cnt .movie-list .movie01:last-child { margin-right: 0; }
#topbox05 .cnt .movie-list .movie01 a { display: block; width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
#topbox05 .cnt .movie-list .movie01 a:hover img { transform: scale(1.1); }
#topbox05 .cnt .movie-list .movie01 a img { width: 100%; height: 100%; transition: 0.3s; }

#topbox06 { padding: 80px 0; }
#topbox06 .btn_box { justify-content: center; }
#topbox06 .btn_box .btn { width: 530px; margin-right: 40px; }
#topbox06 .btn_box .btn:last-child { margin-right: 0; }
#topbox06 .btn_box .btn a { display: flex; align-items: center; padding: 50px 60px; box-sizing: border-box; background: #F2F3FC; border-radius: 10px; position: relative; overflow: hidden; }
#topbox06 .btn_box .btn a:hover { text-decoration: none; background: transparent; }
#topbox06 .btn_box .btn a:hover .title01 .en { color: #FFFFFF; }
#topbox06 .btn_box .btn a:hover .title01 .en::before { background: url("../img/common/icon_title01_shiro.png") no-repeat center; background-size: contain; }
#topbox06 .btn_box .btn a:hover .title01 .ja { color: #FFFFFF; }
#topbox06 .btn_box .btn a::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
#topbox06 .btn_box .btn a .title01 { font-weight: 700; margin-bottom: 0; }
#topbox06 .btn_box .btn a .title01 .en { padding-left: 24px; margin-bottom: 6px; transition: 0.3s; }
#topbox06 .btn_box .btn a .title01 .ja { font-size: 24px; transition: 0.3s; }
#topbox06 .btn_box .btn a .arrow { width: 50px; height: 20px; background: url("../img/top/arrow.svg") no-repeat center, #D6141C; background-size: 13px; border-radius: 22px; position: absolute; bottom: 20px; right: 20px; }
#topbox06 .btn_box .btn.btn_facilities a::before { background: url("../img/top/btn_bg01.jpg") no-repeat center; background-size: cover; }
#topbox06 .btn_box .btn.btn_company a::before { background: url("../img/top/btn_bg01.jpg") no-repeat center; background-size: cover; }

/*選ばれる理由　p02
=========================================== */
.common_content-list .common_content01 { justify-content: space-between; margin-bottom: 80px; }
.common_content-list .common_content01:nth-child(2n) .img_box { order: 1; }
.common_content-list .common_content01:last-child { margin-bottom: 0; }
.common_content-list .common_content01 .img_box { width: 360px; position: relative; }
.common_content-list .common_content01 .img_box .num { display: block; width: 60px; height: 60px; background: #142FC6; border-radius: 50%; padding-top: 20px; box-sizing: border-box; font-size: 18px; line-height: 21px; position: absolute; top: -20px; left: -20px; z-index: 1; }
.common_content-list .common_content01 .text_box { width: 660px; margin-top: 20px; }
.common_content-list .common_content01 .text_box .title { font-size: 32px; font-weight: 700; line-height: 1.375; margin-bottom: 20px; }
.common_content-list .common_content01 .text_box .sub_title { margin-bottom: 30px; }
.common_content-list .common_content01 .text_box .sub_title span { display: inline; font-size: 20px; line-height: 30px; background: linear-gradient(to bottom, transparent calc(100% - 3px), #142FC6 calc(100% - 3px), #142FC6 calc(100% - 2px), transparent calc(100% - 2px)); background-repeat: repeat-x; background-size: 100% 30px; background-position: 0 0; }
.common_content-list .common_content01 .text_box .text p { margin-bottom: 26px; }
.common_content-list .common_content01 .text_box .text p:last-child { margin-bottom: 0; }

#p02box01 { padding-top: 100px; }

/*アルミ製缶板金加工,アルミ溶接加工　p03,p04
=========================================== */
.page-aluminum_sheetmetal #works-sec, .page-aluminum_welding #works-sec { background: #FFFFFF !important; }
.page-aluminum_sheetmetal #scope-sec, .page-aluminum_welding #scope-sec { padding-bottom: 120px; }
.page-aluminum_sheetmetal #contact-sec, .page-aluminum_welding #contact-sec { background: linear-gradient(180deg, #F2F3FC 0%, #F2F3FC 54%, #FFFFFF 54%, #FFFFFF 100%); }

.page-aluminum_welding #works-sec { padding-top: 120px; }

section.tecBox01 { padding: 80px 0; }
section.tecBox01 .text01 { text-align: center; }

section.tecBox02 { padding: 100px 0; position: relative; }
section.tecBox02 .sec_bg { width: calc(100% - 40px); height: 100%; background: #2A2F4E; border-radius: 0 20px 20px 0; position: absolute; top: 0; left: 0; }
section.tecBox02 .sec_bg::before { content: ""; display: block; width: 623px; height: 470px; background: url("../img/p03/bg01.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; left: 0; }
section.tecBox02 .wrap { z-index: 1; }
section.tecBox02 .check-list { padding-left: 14px; box-sizing: border-box; }
section.tecBox02 .check-list li { padding: 8px 16px 8px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; font-size: 23px; color: #2A2F4E; font-weight: 700; position: relative; margin-bottom: 20px; }
section.tecBox02 .check-list li:last-child { margin-bottom: 0; }
section.tecBox02 .check-list li::before { content: ""; display: block; width: 28px; height: 27px; background: url("../img/p03/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 12px; left: -14px; z-index: 1; }
section.tecBox02 .cnt { justify-content: space-between; }
section.tecBox02 .cnt .check-list { width: 514px; margin-top: 20px; }
section.tecBox02 .cnt .img_box { width: 500px; }

section.tecBox03 .title01 { margin-bottom: 80px; }
section.tecBox03 .strengths-list.common_content-list .strengths01.common_content01 .text_box .sub_box { padding: 32px 30px 30px; box-sizing: border-box; background: #EEF3FF; border-radius: 10px; margin-top: 46px; position: relative; }
section.tecBox03 .strengths-list.common_content-list .strengths01.common_content01 .text_box .sub_box h4 { display: inline-block; padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 100px; position: absolute; top: -16px; left: 30px; z-index: 1; }

section#p04box03.tecBox03 .hikaku_box { padding: 36px 39px 37px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; margin-top: 80px; position: relative; }
section#p04box03.tecBox03 .hikaku_box h3 { font-size: 20px; line-height: 1.45; padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; position: absolute; top: -19px; left: 35px; z-index: 1; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table { color: #232323; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in { position: relative; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in::before { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in:first-child > div { border-radius: 5px 5px 0 0; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in:last-child > div { border-radius: 0 0 5px 5px; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div { width: 400px; padding: 12px 20px; box-sizing: border-box; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div:first-child { width: 210px; padding: 12px 10px; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div:nth-child(2) { background: #EEF3FF; margin-right: 10px; }
section#p04box03.tecBox03 .hikaku_box .hikaku_table .table_in > div:last-child { background: #F6F6F6; }

section.tecBox04 { background: url("../img/p03/bg02.jpg") no-repeat center top !important; background-size: cover !important; }
section.tecBox04 .flow-list { justify-content: space-between; margin-top: 40px; }
section.tecBox04 .flow-list .flow01 { width: 542px; padding-right: 18px; box-sizing: border-box; position: relative; margin: 20px 16px 0 0; z-index: 1; }
section.tecBox04 .flow-list .flow01:nth-child(-n+2) { margin-top: 0; }
section.tecBox04 .flow-list .flow01:nth-child(2n) { margin-right: 0; }
section.tecBox04 .flow-list .flow01:last-child::after { display: none; }
section.tecBox04 .flow-list .flow01::after { content: ""; display: block; width: 20px; height: 26px; background: url("../img/p03/arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 2px; transform: translateY(-50%); z-index: -1; }
section.tecBox04 .flow-list .flow01 .num { width: 100px; padding: 7px 0 6px; box-sizing: border-box; background: #142FC6; border-radius: 10px 0; font-size: 14px; line-height: 17px; text-align: center; position: absolute; top: 0; left: 0; z-index: 1; }
section.tecBox04 .flow-list .flow01 .box_in { align-items: flex-start; padding: 49px 39px 45px 29px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; }
section.tecBox04 .flow-list .flow01 .box_in .img_box { width: 144px; margin-right: 30px; position: relative; }
section.tecBox04 .flow-list .flow01 .box_in .img_box h3 { font-size: 22px; line-height: 1.45; white-space: nowrap; position: absolute; top: -10px; left: 174px; }
section.tecBox04 .flow-list .flow01 .box_in .text_box { width: 280px; margin-top: 32px; }

section.tecBox05 { padding-bottom: 60px; }
section.tecBox05 .product-list { margin-top: 40px; }
section.tecBox05 .product-list .product01 { width: 269px; position: relative; margin: 46px 8px 0 0; }
section.tecBox05 .product-list .product01:nth-child(-n+4) { margin-top: 0; }
section.tecBox05 .product-list .product01:nth-child(4n) { margin-right: 0; }
section.tecBox05 .product-list .product01 .text { padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 100px; white-space: nowrap; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); z-index: 1; }

/*総合加工　p05
=========================================== */
.page-onestop #works-sec { padding-top: 120px; background: #FFFFFF !important; }

section#p05box01.tecBox02 { padding-bottom: 100px; position: relative; }
section#p05box01.tecBox02 .check-list { justify-content: space-between; }
section#p05box01.tecBox02 .check-list li { width: 530px; padding: 6px 14px 6px 28px; border: 2px solid #2A2F4E; margin-right: 26px; }
section#p05box01.tecBox02 .check-list li:nth-child(2n) { margin-right: 0; }
section#p05box01.tecBox02 .check-list li.big { width: 100%; margin-right: 0; }

#p05box02 { background: #FFFFFF; position: relative; }
#p05box02 .sec_bg { width: calc(100% - 40px); height: 580px; background: url("../img/p05/bg01.jpg") no-repeat top right; background-size: cover; border-radius: 0 20px 20px 0; position: absolute; top: 0; left: 0; }
#p05box02 .wrap { z-index: 1; }
#p05box02 .title01 .ja { font-size: 32px; line-height: 1.47; }
#p05box02 .onestop_img { margin-top: 60px; }

section#p05box03.tecBox03 { background: #F2F3FC; }

/*設備紹介　p06
=========================================== */
.page-facilities .under-cont > section { padding: 60px 0; }
.page-facilities .under-cont > section:nth-child(2n) { background: #FFFFFF; }
.page-facilities .under-cont > section:last-child { padding-bottom: 120px; }

#p06box00 { padding: 60px 0; }
#p06box00 .anchor-btn-list .btn01 { width: 260px; height: 54px; margin-top: 20px; margin-right: 20px; }
#p06box00 .anchor-btn-list .btn01:nth-child(-n+4) { margin-top: 0; }
#p06box00 .anchor-btn-list .btn01:nth-child(4n) { margin-right: 0; }
#p06box00 .anchor-btn-list .btn01:last-child { margin-right: 0; }
#p06box00 .anchor-btn-list .btn01 a { width: 100%; padding: 15px 50px 15px 30px; background: #F2F3FC; border: 0; }
#p06box00 .anchor-btn-list .btn01 a:hover { background: #D6141C; }
#p06box00 .anchor-btn-list .btn01 a:hover .btn-text { color: #FFFFFF; }
#p06box00 .anchor-btn-list .btn01 a .btn-text { font-size: 16px; line-height: 1.5; font-weight: 500; color: #000000; }
#p06box00 .anchor-btn-list .btn01 a .icon { width: 20px; height: 20px; border-radius: 50%; background: #D6141C; border: 0; top: 17px; right: 17px; }
#p06box00 .anchor-btn-list .btn01 a .icon::before { width: 8px; height: 8px; transform: translate(-50%, -50%) rotate(90deg); }

section.p06box .img-list { margin-bottom: 73px; }
section.p06box .img-list .img { width: 530px; position: relative; margin: 40px 40px 0 0; }
section.p06box .img-list .img:nth-child(-n+2) { margin-top: 0; }
section.p06box .img-list .img:nth-child(2n) { margin-right: 0; }
section.p06box .img-list .img .img_in { width: 530px; height: 360px; border-radius: 6px; }
section.p06box .img-list .img .title { padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 100px; white-space: nowrap; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); z-index: 1; }
section.p06box .table_box { padding: 40px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; margin-bottom: 57px; }
section.p06box .table_box:last-child { margin-bottom: 0; }
section.p06box .table_box h3 { padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 20px; line-height: 1.45; color: #FFFFFF; position: absolute; top: -19px; left: 35px; z-index: 1; }
section.p06box .table_box .js-scrollable { overflow: visible !important; }
section.p06box .table_box .facilities-table tr { position: relative; }
section.p06box .table_box .facilities-table tr::after { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
section.p06box .table_box .facilities-table tr:first-child th, section.p06box .table_box .facilities-table tr:first-child td { border-radius: 5px 5px 0 0; }
section.p06box .table_box .facilities-table tr:last-child th, section.p06box .table_box .facilities-table tr:last-child td { border-radius: 0 0 5px 5px; }
section.p06box .table_box .facilities-table tr th, section.p06box .table_box .facilities-table tr td { padding: 12px 20px; box-sizing: border-box; }
section.p06box .table_box .facilities-table tr th:first-child, section.p06box .table_box .facilities-table tr td:first-child { padding-left: 10px; padding-right: 10px; }
section.p06box .table_box .facilities-table tr th:nth-child(2n), section.p06box .table_box .facilities-table tr td:nth-child(2n) { background: #F6F6F6; }
section.p06box .table_box .facilities-table01 col:nth-child(1) { width: 170px; }
section.p06box .table_box .facilities-table01 col:nth-child(2) { width: 170px; }
section.p06box .table_box .facilities-table01 col:nth-child(3) { width: 108px; }
section.p06box .table_box .facilities-table02 col:nth-child(1) { width: 440px; }
section.p06box .table_box .facilities-table02 col:nth-child(2) { width: 440px; }
section.p06box .table_box .facilities-table02 col:nth-child(3) { width: 138px; }
section.p06box div.flex .table_box { width: 530px; margin-right: 40px; margin-bottom: 0; }
section.p06box div.flex .table_box:last-child { margin-right: 0; }
section.p06box .facilities-list { margin-top: 58px; }
section.p06box .facilities-list .facilities01 { width: 530px; padding: 40px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; margin: 58px 40px 0 0; position: relative; }
section.p06box .facilities-list .facilities01:nth-child(-n+2) { margin-top: 0; }
section.p06box .facilities-list .facilities01:nth-child(2n) { margin-right: 0; }
section.p06box .facilities-list .facilities01 .title { padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 20px; line-height: 1.45; color: #FFFFFF; white-space: nowrap; position: absolute; top: -18px; left: 40px; z-index: 1; }
section.p06box .facilities-list .facilities01 .img { width: 100%; height: 300px; border-radius: 6px; margin-bottom: 30px; }
section.p06box .facilities-list .facilities01 .info-list li { display: flex; position: relative; }
section.p06box .facilities-list .facilities01 .info-list li::after { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
section.p06box .facilities-list .facilities01 .info-list li:first-child { padding-top: 0; }
section.p06box .facilities-list .facilities01 .info-list li:first-child .midashi { border-radius: 5px 5px 0 0; }
section.p06box .facilities-list .facilities01 .info-list li:last-child .midashi { border-radius: 0 0 5px 5px; }
section.p06box .facilities-list .facilities01 .info-list li .midashi { display: block; width: 140px; padding: 12px 10px; box-sizing: border-box; background: #F6F6F6; font-weight: 700; }
section.p06box .facilities-list .facilities01 .info-list li .text { display: block; width: calc(100% - 140px); padding: 12px 20px; box-sizing: border-box; }

/*実績紹介　p07
=========================================== */
#p07box01 .works-all-list .works01 { width: 264px; margin: 14px 14px 0 0; }
#p07box01 .works-all-list .works01:nth-child(-n+3) { margin-top: 0; }
#p07box01 .works-all-list .works01:nth-child(3n) { margin-right: 0; }
#p07box01 .works-all-list .works01 a { height: 100%; }
#p07box01 .works-all-list .works01 a .img { height: 144px; }
#p07box01 .works-all-list .works01 a h3.title { padding: 0; margin-bottom: 16px; }
#p07box01 .works-all-list .works01 a .info_cate_box { padding: 0; }
#p07box01 .works-all-list .works01 a .info-list { padding: 0; margin-top: 20px; }

.works_title { font-size: 18px; font-weight: 700; padding-bottom: 10px; box-sizing: border-box; border-bottom: 1px solid #EEEEEE; position: relative; margin-bottom: 20px; }
.works_title::before { content: ""; display: block; width: 30px; height: 1px; background: #142FC6; position: absolute; bottom: 0; left: 0; }

#worksBox01 div#two-main { width: 780px; }
#worksBox01 .info_cate_box { margin-bottom: 16px; }
#worksBox01 .info_cate_box .time { margin-right: 20px; }
#worksBox01 h2.title { font-size: 40px; }
#worksBox01 .gallery_img { justify-content: space-between; align-items: flex-start; margin-top: 60px; }
#worksBox01 .gallery_img .gallery_main { width: 496px; margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_main .slick-dots { display: none !important; }
#worksBox01 .gallery_img .gallery_main .slick-prev, #worksBox01 .gallery_img .gallery_main .slick-next { width: 28px; height: 28px; background: #FFFFFF; border-radius: 50%; box-sizing: border-box; top: 124px; 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: 6px; height: 11px; opacity: 1; background: url("../img/p07/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-prev:focus, #worksBox01 .gallery_img .gallery_main .slick-next:hover, #worksBox01 .gallery_img .gallery_main .slick-next:focus { background: #D6141C; }
#worksBox01 .gallery_img .gallery_main .slick-prev:hover:before, #worksBox01 .gallery_img .gallery_main .slick-prev:focus:before, #worksBox01 .gallery_img .gallery_main .slick-next:hover:before, #worksBox01 .gallery_img .gallery_main .slick-next:focus:before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }
#worksBox01 .gallery_img .gallery_main .slick-prev { left: 10px; }
#worksBox01 .gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
#worksBox01 .gallery_img .gallery_main .slick-next { right: 10px; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 275px; border-radius: 6px; position: relative; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a { display: inline-block; padding: 4px 10px 4px 24px; box-sizing: border-box; background: url("../img/p07/icon_kakudai.svg") no-repeat bottom 5px left 10px, #000000; background-size: 10px; border-radius: 100px; font-size: 11px; line-height: 1.45; font-weight: 500; color: #FFFFFF; position: absolute; bottom: 8px; right: 10px; 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 .img-caption { width: 100%; font-size: 14px; text-align: center; margin-top: 12px; }
#worksBox01 .gallery_img .gallery_thum { width: 274px; 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: 132px; height: 85px; border-radius: 6px; 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 { opacity: 0.3; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current { opacity: 0.3; }
#worksBox01 .info-list { margin-top: 60px; }
#worksBox01 .info-list li { width: 360px; padding: 16px 10px 15px; box-sizing: border-box; justify-content: space-between; align-items: flex-start; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; color: #232323; margin-right: 60px; }
#worksBox01 .info-list li:nth-child(-n+2) { padding-top: 0; }
#worksBox01 .info-list li:nth-child(2n) { margin-right: 0; }
#worksBox01 .info-list li .midashi { display: block; width: 80px; font-weight: 700; }
#worksBox01 .info-list li .text { display: block; width: calc(100% - 80px); }
#worksBox01 .works_box01 { margin-top: 60px; }
#worksBox01 .works_box02 { margin-top: 60px; }
#worksBox01 .works_box02 .img_box .img { width: 360px; position: relative; }
#worksBox01 .works_box02 .img_box .img p { padding: 3px 20px; box-sizing: border-box; font-weight: 500; border-radius: 100px; border: 1px solid #142FC6; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); z-index: 1; }
#worksBox01 .works_box02 .img_box .img .img_in { width: 100%; height: 240px; border-radius: 6px; }
#worksBox01 .works_box02 .img_box .img.img_befo p { background: #FFFFFF; }
#worksBox01 .works_box02 .img_box .img.img_after p { background: #142FC6; }
#worksBox01 .works_box02 .img_box.img_arrow .img.img_befo { margin-right: 60px; position: relative; }
#worksBox01 .works_box02 .img_box.img_arrow .img.img_befo::before { content: ""; display: block; width: 17px; height: 30px; background: url("../img/p07/arrow.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -40px; transform: translateY(-50%); }
#worksBox01 .works_box02 .img-text { margin-top: 30px; }

/*お知らせ　p10
=========================================== */
#p10box01 .news-all-list .news01 { margin: 14px 14px 0 0; }
#p10box01 .news-all-list .news01:nth-child(-n+3) { margin-top: 0; }
#p10box01 .news-all-list .news01:nth-child(3n) { margin-right: 0; }
#p10box01 .news-all-list .news01 a { height: 100%; }

#newsBox01 div#two-main { width: 780px; }
#newsBox01 .info_cate_box { margin-bottom: 16px; }
#newsBox01 .info_cate_box .time { margin-right: 20px; }
#newsBox01 h2.title { font-size: 40px; }
#newsBox01 .news_box01 { margin-top: 60px; }

/*採用情報・募集要項　p08
=========================================== */
.page-recruit #contact-sec { background: linear-gradient(180deg, #F2F3FC 0%, #F2F3FC 54%, #FFFFFF 54%, #FFFFFF 100%); }

#p08box01 { padding-top: 100px; }
#p08box01 .title01 { margin-bottom: 60px; }
#p08box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p08box01 .cnt .text_box { width: 660px; margin-top: 20px; order: 1; }
#p08box01 .cnt .text_box .text p { margin-bottom: 26px; }
#p08box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p08box01 .cnt .text_box .list { margin-top: 40px; }
#p08box01 .cnt .text_box .list li { display: inline-block; padding: 3px 20px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-right: 10px; }
#p08box01 .cnt .text_box .list li:last-child { margin-right: 0; }
#p08box01 .cnt .img_box { width: 360px; height: 480px; position: relative; }
#p08box01 .cnt .img_box img { width: 420px; max-width: 420px; position: absolute; top: 0; right: 0; }

#p08box02 { padding-bottom: 311px; position: relative; }
#p08box02 .box { margin-bottom: 120px; }
#p08box02 .box:last-child { margin-bottom: 0; }
#p08box02 .environment-list .environment01 { width: 352px; margin: 40px 22px 0 0; }
#p08box02 .environment-list .environment01:nth-child(-n+3) { margin-top: 0; }
#p08box02 .environment-list .environment01:nth-child(-n+3) h3 { font-size: 20px; margin-top: 30px; }
#p08box02 .environment-list .environment01:nth-child(3n) { margin-right: 0; }
#p08box02 .environment-list .environment01 h3 { margin-top: 18px; }
#p08box02 .environment-list .environment01 .text01 { padding: 0 20px; box-sizing: border-box; margin-top: 12px; }
#p08box02 .numbers-list { justify-content: space-between; }
#p08box02 .numbers-list .numbers01 { width: 352px; padding: 60px 39px 43px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; }
#p08box02 .numbers-list .numbers01 .midashi { padding: 7px 20px 8px; box-sizing: border-box; background: #142FC6; border-radius: 10px 0; font-size: 18px; line-height: 1.44; position: absolute; top: 0; left: 0; z-index: 1; }
#p08box02 .numbers-list .numbers01 .number { font-size: 24px; line-height: 1.46; }
#p08box02 .numbers-list .numbers01 .number em { display: inline-block; font-size: 80px; line-height: 1.2; margin-right: 10px; }
#p08box02 .numbers-list .numbers01 .number .mini01 { display: inline-block; font-size: 20px; margin-right: 10px; }
#p08box02 .numbers-list .numbers01 div.flex { justify-content: space-between; align-items: flex-end; }
#p08box02 .numbers-list .numbers01 div.flex .number { width: 140px; }
#p08box02 .numbers-list .numbers01 div.flex .mini02 { width: 112px; margin-bottom: 15px; }
#p08box02 #bg-img01 { width: 100%; height: 310px; background: url("../img/p08/bg01.png") repeat-x center; background-size: cover; animation: BgMove02 80s linear infinite; position: absolute; bottom: -120px; left: 50%; transform: translateX(-50%); z-index: 1; }
@keyframes BgMove02 { 0% { background-position: 0 0; }
  100% { background-position: -2580px 0; } }
#p08box03 { padding-top: 240px; }
#p08box03 .interview-list .interview01 { justify-content: space-between; align-items: flex-start; padding: 60px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; margin-bottom: 40px; }
#p08box03 .interview-list .interview01:last-child { margin-bottom: 0; }
#p08box03 .interview-list .interview01 .midashi { padding: 6px 24px 7px; box-sizing: border-box; background: #142FC6; border-radius: 8px 0; font-size: 14px; line-height: 1.22; position: absolute; top: 0; left: 0; z-index: 1; }
#p08box03 .interview-list .interview01 .img_box { width: 380px; order: 1; }
#p08box03 .interview-list .interview01 .img_box .img { width: 100%; height: 460px; border-radius: 6px; }
#p08box03 .interview-list .interview01 .img_box .info { align-items: flex-end; margin-top: 30px; }
#p08box03 .interview-list .interview01 .img_box .info .name { font-size: 24px; line-height: 1.46; font-weight: 700; }
#p08box03 .interview-list .interview01 .img_box .info .info_in { margin-left: 16px; }
#p08box03 .interview-list .interview01 .img_box .info .info_in span { display: inline-block; margin-right: 16px; }
#p08box03 .interview-list .interview01 .img_box .info .info_in span:last-child { margin-right: 0; }
#p08box03 .interview-list .interview01 .img_box .info02 { display: inline-block; padding: 3px 20px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-top: 16px; }
#p08box03 .interview-list .interview01 .img_box .info02 span { display: inline-block; }
#p08box03 .interview-list .interview01 .img_box .info02 span:last-child::after { display: none; }
#p08box03 .interview-list .interview01 .img_box .info02 span::after { content: "・"; display: inline-block; width: 16px; text-align: center; }
#p08box03 .interview-list .interview01 .text_box { width: 540px; margin-top: 22px; }
#p08box03 .interview-list .interview01 .text_box h3 { font-size: 30px; margin-bottom: 40px; }
#p08box03 .interview-list .interview01 .text_box .qa-list .qa_box { margin-bottom: 40px; }
#p08box03 .interview-list .interview01 .text_box .qa-list .qa_box:last-child { margin-bottom: 0; }
#p08box03 .interview-list .interview01 .text_box .qa-list h4 { padding-left: 42px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; margin-bottom: 16px; }
#p08box03 .interview-list .interview01 .text_box .qa-list h4 .icon { display: block; width: 30px; height: 30px; background: #142FC6; border-radius: 50%; font-size: 18px; line-height: 30px; text-align: center; position: absolute; top: 0; left: 0; }

#p08box04 { background: url("../img/p08/bg02.jpg") no-repeat center; background-size: cover; }
#p08box04 .box { min-height: 500px; padding: 60px 500px 60px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; }
#p08box04 .box .text p { margin-bottom: 26px; }
#p08box04 .box .text p:last-child { margin-bottom: 0; }
#p08box04 .box > img { width: 380px; position: absolute; top: 60px; right: 60px; }
#p08box04 .box p.name { text-align: right; line-height: 1.46; margin-top: 40px; }
#p08box04 .box p.name em { display: inline-block; font-size: 24px; margin-left: 16px; }

#p08box05 .recruit-table tr { position: relative; }
#p08box05 .recruit-table tr::after { content: ""; display: block; width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p08box05 .recruit-table tr:nth-child(2n) th { background: #E7E9FA; }
#p08box05 .recruit-table tr th, #p08box05 .recruit-table tr td { padding: 15px 20px; box-sizing: border-box; vertical-align: middle; }
#p08box05 .recruit-table tr th { width: 240px; background: #F2F3FC; }
#p08box05 .recruit-table tr td ul { display: flex; }
#p08box05 .recruit-table tr td ul li { display: inline-block; }
#p08box05 .recruit-table tr td ul li:last-child::after { display: none; }
#p08box05 .recruit-table tr td ul li::after { content: "、"; display: inline-block; width: 16px; }
#p08box05 .no-text01 { font-size: 20px; line-height: 2; }

#p08box06 .flow-list { justify-content: space-between; }
#p08box06 .flow-list .flow01 { width: 252px; padding: 40px 34px 34px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #142FC6; border-radius: 10px; position: relative; z-index: 1; }
#p08box06 .flow-list .flow01:last-child::after { display: none; }
#p08box06 .flow-list .flow01::after { content: ""; display: block; width: 15px; height: 20px; background: url("../img/p08/arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -15px; transform: translateY(-50%); z-index: -1; }
#p08box06 .flow-list .flow01 .midashi { padding: 6px 24px 7px; box-sizing: border-box; background: #142FC6; border-radius: 8px 0; font-size: 14px; line-height: 1.22; position: absolute; top: 0; left: 0; z-index: 1; }
#p08box06 .flow-list .flow01 .text { font-size: 18px; line-height: 1.45; }
#p08box06 .text_box { margin-top: 40px; }
#p08box06 .text_box .sub_text { font-size: 14px; padding-left: 1em; text-indent: -1em; margin-top: 12px; }
#p08box06 .btn01 { margin: 60px auto 0; }

/*会社概要　p09
=========================================== */
.page-company #contact-sec { background: linear-gradient(180deg, #F2F3FC 0%, #F2F3FC 54%, #FFFFFF 54%, #FFFFFF 100%); }

#p09box01 { padding-top: 100px; }
#p09box01 .company-list { justify-content: space-between; }
#p09box01 .company-list li { width: 520px; display: flex; align-items: flex-start; background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
#p09box01 .company-list li:nth-child(-n+2) .midashi { padding-top: 0; }
#p09box01 .company-list li:nth-child(-n+2) .text { padding-top: 0; }
#p09box01 .company-list li .midashi { width: 140px; padding: 20px 10px 14px; box-sizing: border-box; font-weight: 700; }
#p09box01 .company-list li .text { width: calc(100% - 140px); padding: 20px 0 14px; box-sizing: border-box; }

#p09box02 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box02 .cnt .title01 { width: calc(100% - 750px); margin-bottom: 0; }
#p09box02 .cnt .text_box { width: 720px; }
#p09box02 .cnt .text_box .map_box { width: 100%; height: 357px; border-radius: 10px; position: relative; overflow: hidden; }
#p09box02 .cnt .text_box .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p09box02 .cnt .text_box .address { margin-top: 20px; }
#p09box02 .cnt .text_box .access-list li { align-items: flex-start; margin-top: 20px; }
#p09box02 .cnt .text_box .access-list li .midashi { width: 200px; padding: 1px 10px 2px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 100px; margin-right: 14px; }
#p09box02 .cnt .text_box .access-list li .text { width: calc(100% - 214px); margin-top: 3px; }

#p09box03 { padding-bottom: 96px; position: relative; }
#p09box03 .sec_bg { width: calc(100% - 40px); height: 100%; background: #2A2F4E; border-radius: 0 20px 20px 0; position: absolute; top: 0; left: 0; }
#p09box03 .sec_bg::before { content: ""; display: block; width: 623px; height: 414px; background: url("../img/p09/bg01.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; left: 0; }
#p09box03 .wrap { z-index: 1; }
#p09box03 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box03 .cnt .text_box { width: 420px; }
#p09box03 .cnt .text_box .title01 { margin-bottom: 62px; }
#p09box03 .cnt .text_box p.point { font-size: 22px; line-height: 1.8; }
#p09box03 .cnt .img_box { width: 480px; }
#p09box03 .cnt .img_box img { width: 440px; }

#p09box04 { background: #FFFFFF; }
#p09box04 .cnt { align-items: flex-start; }
#p09box04 .cnt .title01 { width: 333px; margin-bottom: 0; }
#p09box04 .cnt .text_box { width: 540px; }
#p09box04 .cnt .text_box p { font-size: 18px; margin-bottom: 36px; }
#p09box04 .cnt .text_box p:last-child { margin-bottom: 0; }

#p09box05 { background: #F2F3FC; }
#p09box05 .title01 { margin-bottom: 60px; }
#p09box05 .midashi { font-size: 24px; line-height: 1.65; margin-bottom: 40px; }
#p09box05 .text p { margin-bottom: 32px; }
#p09box05 .text p:last-child { margin-bottom: 0; }
#p09box05 p.name { font-size: 14px; line-height: 1.45; text-align: right; margin-top: 20px; }
#p09box05 p.name em { display: inline-block; font-size: 20px; margin-left: 14px; }

/*お問い合わせ　p11
=========================================== */
.page-contact #contact-sec { display: none; }

#p11box01 .text01 { text-align: center; }
#p11box01 .check-list { justify-content: center; margin-top: 40px; }
#p11box01 .check-list li { padding: 9px 39px; box-sizing: border-box; border: 1px solid #142FC6; border-radius: 5px; margin: 0 10px 0 13px; position: relative; }
#p11box01 .check-list li:last-child { margin-right: 0; }
#p11box01 .check-list li .check { display: inline-block; width: 26px; height: 26px; background: url("../img/p11/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: -13px; transform: translateY(-50%); }
#p11box01 .box { width: 700px; align-items: flex-end; justify-content: center; padding: 47px 0 36px; box-sizing: border-box; background: #F2F3FC; border: 1px solid #142FC6; border-radius: 10px; margin: 60px auto 0; position: relative; }
#p11box01 .box > .midashi { padding: 4px 20px; box-sizing: border-box; background: #142FC6; border-radius: 35px; font-size: 20px; line-height: 1.45; white-space: nowrap; position: absolute; top: -19px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p11box01 .box .tel_box { text-align: right; margin-right: 14px; }
#p11box01 .box .tel_box .tel .num { font-size: 40px; padding-left: 30px; }
#p11box01 .box .tel_box .tel .num::before { width: 24px; height: 34px; top: 10px; }
#p11box01 .box .tel_box .tel-text { margin: 1px 13px 0 0; }
#p11box01 .box .fax_box { text-align: right; }
#p11box01 .box .fax_box .fax .midashi { font-size: 14px; }
#p11box01 .box .fax_box .fax .num { font-size: 18px; }

#p11box02 { padding: 80px 0 110px; }
#p11box02 .wrap { width: 880px; }
#p11box02 .bikou-list { margin: 20px 0 60px; }
#p11box02 .bikou-list li { font-size: 12px; padding-left: 1em; text-indent: -1em; }

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

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }

.contactArea { padding: 20px 0 40px; }

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #CCCCCC; }
.contactTBL tr { background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 7px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; }
.contactTBL th, .contactTBL td { font-size: 16px; line-height: 24px; box-sizing: border-box; }
.contactTBL th { width: 270px; padding: 30px 80px 30px 0; font-weight: 500; position: relative; vertical-align: top; }
.contactTBL th .hissu { display: inline-block; font-size: 13px; line-height: 19px; font-weight: 500; padding: 1px 11px 2px; box-sizing: border-box; border: 1px solid #D6141C; border-radius: 100px; color: #D6141C; position: absolute; top: 31px; right: 20px; }
.contactTBL td { padding: 20px 0; }
.contactTBL td.w400 input.wpcf7-text { width: 400px; }
.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: 46px; padding: 9px 20px 11px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #EEEEEE; border-radius: 4px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 165px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 300px; padding: 9px 40px 11px 20px; background: url("../img/p11/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku th { padding: 20px 0; }
.contactTBL .koumoku th .hissu { top: 21px; }
.contactTBL .koumoku .wpcf7-list-item { margin: 0 0 0 20px; }
.contactTBL .koumoku .wpcf7-list-item label { display: inline-flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"], .contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #CCCCCC; margin-right: 6px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-left: 0; }
.contactTBL .text-list { margin-top: 12px; }
.contactTBL .text-list li { font-family: 'NotoSansJP'; font-size: 14px; line-height: 1.6; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap { display: flex; align-items: center; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: inline-block; content: "ファイルが選択されていません"; font-size: 14px; font-weight: 400; color: #1A1A1A; margin-left: 20px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; width: 225px; height: 46px; padding: 10px 20px 12px; box-sizing: border-box; background: #1A1A1A; border: 0; border-radius: 4px; font-size: 16px; font-weight: 500; line-height: 24px; color: #FFFFFF; transition: 0.3s; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box td { padding-top: 30px; }
.contactTBL .doui-box .doui-text { margin-top: 9px; }
.contactTBL .doui-box .doui-text a { display: inline-block; text-decoration: underline; color: #142FC6; }
.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; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 10px; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 1px; cursor: pointer; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; margin-top: 60px; }
.contactTBL .contact-submit.flex .btn01 { margin-top: 0; position: relative; }
.contactTBL .contact-submit.flex .btn01::before { content: ""; display: block; width: 56px; height: 56px; background: url("../img/p11/arrow.png") no-repeat center; background-size: contain; position: absolute; top: 0; right: 0; z-index: 1; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 16px 60px 16px 30px; box-sizing: border-box; white-space: normal; border-radius: 100px; background-color: #D6141C; border: 1px solid #D6141C; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.5; color: #FFFFFF; font-weight: 700; text-align: left; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control:hover { text-decoration: none; background: #FFFFFF; color: #D6141C; }
.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::before { left: 0; right: auto; transform: scale(-1, 1); }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { padding-left: 70px; padding-right: 30px; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che { background: #eee; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .file-text, .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: 93px 0 120px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }
#other .btn01 { margin-left: auto; margin-right: auto; }

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

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: 1920px) { /* CTA */
  #fixed-box { width: 15.31vw; }
  #fixed-box .btn01.btn_contact { height: 2.92vw; }
  #fixed-box .btn01.btn_contact a { width: 15vw; padding: 0.89vw 2.86vw 0.94vw 2.5vw; }
  #fixed-box .btn01.btn_contact a::before { width: 5.05vw; height: 5.21vw; left: -3.13vw; }
  #fixed-box .btn01.btn_contact a .icon { width: 2.92vw; height: 2.92vw; right: -0.31vw; }
  #fixed-box .btn01.btn_contact a .icon::before { width: 0.78vw; height: 0.63vw; }
  #fixed-box .btn01.btn_contact a .btn-text { font-size: 0.78vw; }
  #topbox01 .cnt .text_box { width: 42vw; }
  #topbox01 .cnt .img_box { width: calc(100% - calc(42vw + 100px)); } }
@media screen and (min-width: 0px) and (max-width: 1430px) { #header .header_inner .logo_box .logo-text { top: 10px; flex-wrap: wrap; }
  #header .header_inner .logo_box .logo-text p { margin-right: 0; margin-bottom: 0.57vw; }
  #header .header_inner .right { margin-right: 20px; }
  #main.home_main .main_bottom_box .news_box { width: 710px; }
  #main.home_main .main_bottom_box .news_box .top-blog01 { width: 480px; }
  #main.home_main .main_bottom_box .news_box .btn02 { margin-left: 20px; }
  #main.home_main .main_bottom_box .btn01.btn_contact { right: 0; }
  #contact-sec { padding-left: 20px; }
  #topbox04 .sec-bg { width: calc(100% - 20px); }
  #topbox05::before { width: calc(100% - 20px); } }
@media screen and (min-width: 0px) and (max-width: 1400px) { #topbox01 { padding-bottom: 100px; } }
@media screen and (min-width: 0px) and (max-width: 1200px) { #topbox01 .cnt .text_box { width: 504px; }
  #topbox01 .cnt .img_box { width: calc(100% - 604px); } }
@media screen and (min-height: 0px) and (max-height: 750px) { #header { height: 5.73vw; }
  #header .header_inner .logo_box { width: 11.98vw; }
  #header .header_inner .logo { width: 6.93vw; top: 1.35vw; left: 2.24vw; }
  #header .header_inner .logo_box .logo-text { left: 13.02vw; }
  #header .header_inner .logo_box .logo-text p { font-size: 0.68vw; }
  #header .header_inner .logo_box .logo-text ul li { font-size: 0.68vw; }
  #header .header_inner .right .right_top { height: 2.92vw; }
  #header .header_inner .right .right_top .tel_box .tel .num { font-size: 1.35vw; }
  #header .header_inner .right .right_top .tel_box .tel-text { font-size: 0.73vw; line-height: 0.99vw; margin-top: -0.16vw; }
  #header .header_inner .right .right_top .btn01 { width: 14.38vw; }
  #header .header_inner .right .right_top .btn01 a { width: 14.06vw; padding: 0.89vw 2.86vw 0.89vw 1.56vw; border-radius: 5.21vw; }
  #header .header_inner .right .right_top .btn01 a .btn-text { font-size: 0.78vw; }
  #header .header_inner .right .right_top .btn01 a .icon { width: 2.92vw; height: 2.92vw; border-radius: 5.21vw; right: -0.31vw; }
  #header .header_inner .right .right_top .btn01 a .icon::before { width: 0.78vw; height: 0.78vw; }
  /*gnav*/
  .gnav { height: 1.77vw; margin-top: 0.52vw; }
  .gnav > ul > li > a, .gnav .gnav_first > p { font-size: 0.83vw; }
  .gnav > ul > li > a > span { line-height: 1.25vw; }
  #main.home_main { padding-top: calc(5.73vw + 24px); }
  .works01 a { padding-bottom: 20px; }
  .works01 a .img { margin-bottom: 15px; }
  .works01 a h3.title { margin-bottom: 10px; }
  .works01 a .info-list { margin-top: 10px; }
  .works01 a .info-list li { padding: 6px 10px; } }
@media screen and (min-height: 0px) and (max-height: 750px) and (min-width: 0px) and (max-width: 1200px) { #header { height: 70px; }
  #header .header_inner .logo_box { width: 144px; }
  #header .header_inner .logo { width: 84px; top: 16px; left: 27px; }
  #header .header_inner .logo_box .logo-text { left: 156px; }
  #header .header_inner .logo_box .logo-text p { font-size: 9px; }
  #header .header_inner .logo_box .logo-text ul li { font-size: 9px; }
  #header .header_inner .right .right_top { height: 35px; }
  #header .header_inner .right .right_top .tel_box .tel .num { font-size: 16px; }
  #header .header_inner .right .right_top .tel_box .tel-text { font-size: 9px; line-height: 12px; margin-top: -2px; }
  #header .header_inner .right .right_top .btn01 { width: 172px; }
  #header .header_inner .right .right_top .btn01 a { width: 169px; padding: 11px 34px 12px 19px; border-radius: 63px; }
  #header .header_inner .right .right_top .btn01 a .btn-text { font-size: 9px; }
  #header .header_inner .right .right_top .btn01 a .icon { width: 35px; height: 35px; border-radius: 62px; right: -4px; }
  #header .header_inner .right .right_top .btn01 a .icon::before { width: 9px; height: 9px; }
  /* CTA */
  #fixed-box { width: 184px; }
  #fixed-box .btn01.btn_contact { height: 35px; }
  #fixed-box .btn01.btn_contact a { width: 180px; padding: 10px 34px 11px 30px; }
  #fixed-box .btn01.btn_contact a::before { width: 60px; height: 62px; left: -37px; }
  #fixed-box .btn01.btn_contact a .icon { width: 35px; height: 35px; right: -4px; }
  #fixed-box .btn01.btn_contact a .icon::before { width: 9px; height: 7px; }
  #fixed-box .btn01.btn_contact a .btn-text { font-size: 10px; }
  /*gnav*/
  .gnav { height: 22px; margin-top: 6px; }
  .gnav > ul > li > a, .gnav .gnav_first > p { font-size: 10px; }
  .gnav > ul > li > a > span { line-height: 15px; }
  #main.home_main { padding-top: 94px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() {}
/*safari用
=========================================== */
