@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }
.slider01 .slick-track { display: flex; }
.slider01 .slick-slide { height: auto; }
.slider01 .slick-slide > a { height: 100%; }
.slider01 .slick-list { overflow: visible; }
.slider01 .slick-prev, .slider01 .slick-next { width: 60px; height: 60px; background: transparent; border-radius: 50%; border: 1px solid #000000; box-sizing: border-box; transition: 0.3s; opacity: 0.3; top: auto; bottom: -125px; transform: translate(0, 0); }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 14px; height: 15px; opacity: 1; background: url("../img/common/slide_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { opacity: 1; }
.slider01 .slick-prev { left: auto; right: 80px; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 0; }

.works01 { width: 480px; }
.works01 a { display: block; width: 100%; padding: 40px 40px 60px; box-sizing: border-box; border: 1px solid #0F0F0F; }
.works01 a:hover { text-decoration: none; }
.works01 a:hover .arrow { background: #FFFFFF; }
.works01 a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(33%) sepia(52%) saturate(1943%) hue-rotate(179deg) brightness(103%) contrast(103%); }
.works01 a .img { width: 100%; height: 300px; margin-bottom: 36px; overflow: hidden; }
.works01 a .img .img_in { width: 100%; height: 100%; }
.works01 a .info { align-items: center; justify-content: space-between; margin-bottom: 16px; }
.works01 a .info .time { font-size: 14px; }
.works01 a .info .cate-list { width: auto; }
.works01 a .info .cate-list li { font-size: 12px; font-weight: 500; line-height: 1.42; color: #FFFFFF; padding: 4px 10px; box-sizing: border-box; background: #000000; margin-right: 5px; }
.works01 a .info .cate-list li:last-child { margin-right: 0; }
.works01 a .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.works01 a .arrow { display: block; width: 80px; height: 40px; background: #0082D8; border-radius: 70px; margin: 40px 0 0 auto; position: relative; transition: 0.3s; }
.works01 a .arrow::before { content: ""; display: block; width: 14px; height: 15px; background: url("../img/common/btn_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.works01 a .info-table { display: none; margin-top: 30px; }
.works01 a .info-table tr { border-bottom: 1px solid #B9B9B9; }
.works01 a .info-table tr:first-child th, .works01 a .info-table tr:first-child td { padding-top: 0; }
.works01 a .info-table tr:last-child { border-bottom: 0; }
.works01 a .info-table tr:last-child th, .works01 a .info-table tr:last-child td { padding-bottom: 0; }
.works01 a .info-table tr th, .works01 a .info-table tr td { padding: 20px 0; box-sizing: border-box; }
.works01 a .info-table tr th { width: 88px; }
.works01 a .info-table tr td { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.blog01 { width: 480px; }
.blog01 a { display: block; width: 100%; padding: 40px; background: rgba(255, 255, 255, 0.1); color: #FFFFFF; box-sizing: border-box; }
.blog01 a:hover { text-decoration: none; }
.blog01 a:hover .arrow { background: #0082D8; }
.blog01 a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(609%) hue-rotate(297deg) brightness(118%) contrast(100%); }
.blog01 a .img { width: 100%; height: 300px; margin-bottom: 36px; overflow: hidden; }
.blog01 a .img .img_in { width: 100%; height: 100%; }
.blog01 a .info { align-items: center; justify-content: space-between; margin-bottom: 16px; }
.blog01 a .info .time { font-size: 14px; }
.blog01 a .info .cate-list { width: auto; }
.blog01 a .info .cate-list li { font-size: 12px; font-weight: 500; line-height: 1.42; color: #FFFFFF; padding: 4px 10px; box-sizing: border-box; background: #000000; margin-right: 5px; }
.blog01 a .info .cate-list li:last-child { margin-right: 0; }
.blog01 a .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog01 a .arrow { display: block; width: 80px; height: 40px; background: #FFFFFF; border-radius: 70px; margin: 40px 0 0 auto; position: relative; transition: 0.3s; }
.blog01 a .arrow::before { content: ""; display: block; width: 14px; height: 15px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.blog02 a { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; padding: 30px; box-sizing: border-box; background: #F6F6F6; }
.blog02 a:hover { text-decoration: none; }
.blog02 a:hover .img .img_in { transform: scale(1.1); }
.blog02 a .img { width: 248px; height: 174px; overflow: hidden; }
.blog02 a .img .img_in { width: 100%; height: 100%; transition: 0.3s; }
.blog02 a .info_box { width: calc(100% - 272px); }
.blog02 a .info_box .info { align-items: center; margin-bottom: 12px; }
.blog02 a .info_box .info .time { font-size: 14px; order: 1; }
.blog02 a .info_box .info .cate-list { width: auto; margin-right: 16px; }
.blog02 a .info_box .info .cate-list li { font-size: 14px; font-weight: 500; line-height: 1.43; color: #FFFFFF; padding: 2px 6px; box-sizing: border-box; background: #000000; margin-right: 5px; }
.blog02 a .info_box .info .cate-list li:last-child { margin-right: 0; }
.blog02 a .info_box .title { font-size: 22px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.people01 { width: 412px; }
.people01 a { display: block; width: 100%; padding: 60px 40px 85px; box-sizing: border-box; border: 1px solid #0F0F0F; }
.people01 a:hover { text-decoration: none; }
.people01 a:hover .img .img_in { transform: scale(1.1); }
.people01 a .title { font-size: 24px; line-height: 1.66; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 40px; }
.people01 a .img { width: 100%; height: 300px; overflow: hidden; }
.people01 a .img .img_in { width: 100%; height: 100%; transition: 0.3s; }
.people01 a .info_box { justify-content: space-between; margin-top: 20px; }
.people01 a .info_box .name { font-size: 24px; font-weight: 500; }
.people01 a .info_box .info { width: auto; align-items: flex-start; }
.people01 a .info_box .info .text01 { font-size: 14px; line-height: 1.43; margin: 5px 10px 0 0; }
.people01 a .info_box .info .text02 { font-size: 12px; font-weight: 500; line-height: 1.42; color: #FFFFFF; padding: 4px 10px; box-sizing: border-box; background: #000000; margin-top: 2px; }

#works-sec #works-slider { margin-top: 80px; }
#works-sec .btn01 { margin-top: 60px; }

#wedo-sec { background: #FFFFFF; }
#wedo-sec .wrap { width: 1240px; }
#wedo-sec .wedo-list { border: 1px solid #000000; box-sizing: border-box; }
#wedo-sec .wedo-list .wedo00 { width: 50%; min-height: 360px; padding: 60px; background: #F6F6F6; border-top: 1px solid #000000; border-right: 1px solid #000000; box-sizing: border-box; }
#wedo-sec .wedo-list .wedo00:nth-child(-n+2) { border-top: 0; }
#wedo-sec .wedo-list .wedo00:nth-child(2n) { border-right: 0; }
#wedo-sec .wedo-list .wedo00 h3 { font-size: 30px; margin-bottom: 40px; }
#wedo-sec .wedo-list .wedo00 .list li { display: flex; align-items: flex-start; margin-bottom: 10px; }
#wedo-sec .wedo-list .wedo00 .list li:last-child { margin-bottom: 0; }
#wedo-sec .wedo-list .wedo00 .list li .midashi { display: block; width: 116px; padding: 4px 10px; box-sizing: border-box; background: #000000; font-weight: 500; color: #FFFFFF; text-align: center; margin-right: 20px; }
#wedo-sec .wedo-list .wedo00 .list li .text { display: block; width: calc(100% - 136px); line-height: 2; }
#wedo-sec .wedo-list .wedo00 .list li .text.bold { font-size: 18px; line-height: 1.44; margin-top: 3px; }
#wedo-sec .wedo-list .wedo00 .sub_text { font-size: 14px; margin-top: 20px; padding-left: 1em; text-indent: -1em; }
#wedo-sec .wedo-list .wedo01 .list li .midashi { width: 52px; }
#wedo-sec .wedo-list .wedo01 .list li .text { width: calc(100% - 72px); }
#wedo-sec .wedo-list .wedo04 .list li .midashi { width: 100px; }
#wedo-sec .wedo-list .wedo04 .list li .text { width: calc(100% - 120px); }
#wedo-sec .equipment_box { padding: 60px 60px 70px; background: #F2F8FC; border: 1px solid #0082D8; box-sizing: border-box; margin-top: 40px; }
#wedo-sec .equipment_box h3 { font-size: 30px; margin-bottom: 40px; }
#wedo-sec .equipment_box .cnt { justify-content: space-between; align-items: flex-start; }
#wedo-sec .equipment_box .cnt .img_box { width: 440px; }
#wedo-sec .equipment_box .cnt .text_box { width: 600px; }
#wedo-sec .equipment_box .cnt .text_box .point { font-size: 20px; line-height: 1.725; margin-bottom: 30px; }
#wedo-sec .equipment_box .cnt .text_box .btn01 { margin-top: 40px; }

#blog-sec { padding: 160px 0; background: url("../img/common/bg02.jpg") no-repeat center top; background-size: cover; }
#blog-sec #blog-slider { width: calc(100% + ((100vw - 1240px) / 2)); }
#blog-sec #blog-slider .slick-list { overflow: hidden; }
#blog-sec #blog-slider .slick-prev, #blog-sec #blog-slider .slick-next { bottom: -145px; border: 1px solid #FFFFFF; }
#blog-sec #blog-slider .slick-prev::before, #blog-sec #blog-slider .slick-next::before { background: url("../img/common/slide_arrow01.svg") no-repeat center; background-size: contain; }
#blog-sec #blog-slider .slick-prev { right: calc(((100vw - 1240px) / 2) + 80px); }
#blog-sec #blog-slider .slick-next { right: calc((100vw - 1240px) / 2); }
#blog-sec #blog-slider .blog01 { margin-right: 30px; }

#people-sec { padding: 160px 0; background: url("../img/common/bg01.jpg") no-repeat center top; background-size: cover; }
#people-sec .people-list { margin-top: 80px; }
#people-sec .btn01 { margin-top: 60px; }

#column-sec #column-slider .slick-prev, #column-sec #column-slider .slick-next { bottom: -145px; }
#column-sec #column-slider .blog01 { margin-right: 30px; }
#column-sec #column-slider .blog01 a { background: rgba(255, 255, 255, 0.6); color: #0F0F0F; }
#column-sec #column-slider .blog01 a:hover .arrow { background: #000000; }
#column-sec #column-slider .blog01 a .arrow::before { background: url("../img/common/btn_arrow03.svg") no-repeat center; background-size: contain; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 830px; }
.wrap.twin div#two-side { width: 220px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { padding: 14px 20px; box-sizing: border-box; background: #0082D8; font-weight: 500; }
.wrap.twin div#two-side .side_box .side-link > li { padding: 20px 0; box-sizing: border-box; border-bottom: 1px solid #C7C7C7; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding-left: 18px; box-sizing: border-box; font-weight: 500; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover { text-decoration: none; color: #0082D8; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover::before { border-color: transparent transparent transparent #0082D8; }
.wrap.twin div#two-side .side_box .side-link > li > a::before { content: ""; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #000000; border-width: 7px 0px 7px 8px; position: absolute; top: 5px; left: 0; transition: 0.3s; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #0082D8; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a::before { border-color: transparent transparent transparent #0082D8; }
.wrap.twin div#two-side .side_box .side-link .child-link { margin-bottom: 10px; }
.wrap.twin div#two-side .side_box .side-link .child-link > li { margin-top: 20px; }
.wrap.twin div#two-side .side_box .side-link .child-link > li > a { display: block; padding-left: 18px; box-sizing: border-box; font-size: 14px; font-weight: 500; position: relative; }
.wrap.twin div#two-side .side_box .side-link .child-link > li > a:hover { text-decoration: none; color: #0082D8; }
.wrap.twin div#two-side .side_box .side-link .child-link > li > a:hover::before { filter: brightness(0) saturate(100%) invert(35%) sepia(84%) saturate(2638%) hue-rotate(183deg) brightness(92%) contrast(104%); }
.wrap.twin div#two-side .side_box .side-link .child-link > li > a::before { content: ""; display: block; width: 8px; height: 13px; background: url("../img/p07/side_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
.wrap.twin div#two-side .side_box .side-link .child-link > li.on_cat > a { color: #0082D8; }
.wrap.twin div#two-side .side_box .side-link .child-link > li.on_cat > a::before { filter: brightness(0) saturate(100%) invert(35%) sepia(84%) saturate(2638%) hue-rotate(183deg) brightness(92%) contrast(104%); }
.wrap.twin div#two-side .side_box .side-inner { margin-top: 20px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 42px; box-sizing: border-box; padding: 9px 30px 9px 20px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 1px solid #C7C7C7; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 15px; border-radius: 0; -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: 60px; height: 60px; margin: 0 4px; background: transparent; border: 1px solid #000000; box-sizing: border-box; border-radius: 50%; text-decoration: none; font-family: "Inter"; font-optical-sizing: auto; font-style: normal; font-size: 16px; font-weight: 500; line-height: 60px; text-align: center; }

.wp-pagenavi { text-align: center; margin-top: 120px; position: relative; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #000000; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { border: 0; margin: 0; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; display: block; width: 8px; height: 13px; color: transparent; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover { color: transparent; }
.wp-pagenavi a.previouspostslink:hover::before, .wp-pagenavi a.nextpostslink:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 16px; height: 13px; color: transparent; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover { color: transparent; }
.wp-pagenavi a.first:hover::before, .wp-pagenavi a.last:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

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

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

.post-navigation ul > li a { display: inline-block; width: 230px; height: 62px; padding-top: 17px; box-sizing: border-box; font-size: 16px; font-weight: 700; line-height: 24px; border: 1px solid #707070; border-radius: 70px; color: #0F0F0F; text-align: center; position: relative; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; background: #000000; border: 1px solid #000000; color: #FFFFFF; }
.post-navigation ul > li a:focus::before, .post-navigation ul > li a:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.post-navigation ul > li a::before { content: ""; display: block; width: 8px; height: 13px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); transition: 0.3s; }

.post-navigation ul > li.prev a { padding-left: 22px; }
.post-navigation ul > li.prev a::before { left: 64px; transform: translateY(-50%) scale(-1, 1); }

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

.post-navigation ul > li.blog-back a { background: #000000; border: 1px solid #000000; color: #FFFFFF; margin: 0 16px; }
.post-navigation ul > li.blog-back a:focus, .post-navigation ul > li.blog-back a:hover { background: transparent; border: 1px solid #707070; color: #0F0F0F; }
.post-navigation ul > li.blog-back a::before { display: none; }

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

/*TOPページ　p01
=========================================== */
.home { background: #FFFFFF; }
.home .wrap { width: 1240px; }
.home #wedo-sec { padding: 160px 0; }
.home #works-sec { padding: 160px 0; background: url("../img/common/bg01.jpg") no-repeat center top; background-size: cover; }

#topbox01 { padding-top: 160px; }
#topbox01 .cnt { justify-content: space-between; align-items: flex-start; position: relative; }
#topbox01 .cnt h3 { width: 400px; font-size: 36px; line-height: 1.6; }
#topbox01 .cnt .text_box { width: 600px; }
#topbox01 .cnt .text_box p { margin-bottom: 30px; }
#topbox01 .cnt .text_box p:last-child { margin-bottom: 0; }
#topbox01 .cnt .btn01 { margin-top: 0; position: absolute; top: 200px; left: 0; }
#topbox01 .about-list { margin-top: 100px; position: relative; z-index: 1; }
#topbox01 .about-list .about01 { width: calc(100% / 3); height: 500px; position: relative; }
#topbox01 .about-list .about01 img { width: 100%; height: 100%; object-fit: cover; }
#topbox01 .about-list .about01 p { display: inline-block; padding: 4px 10px; box-sizing: border-box; background: #000000; font-weight: 500; max-width: 100%; position: absolute; bottom: 0; left: 0; }

#topbox02 { padding: 354px 0 160px; background: url("../img/common/bg02.jpg") no-repeat center top; background-size: cover; margin-top: -194px; }
#topbox02 .tech-list { margin-top: 80px; }
#topbox02 .tech-list .tech01 { padding: 60px 0 0 60px; box-sizing: border-box; border-top: 1px solid #FFFFFF; position: relative; margin-top: 60px; }
#topbox02 .tech-list .tech01:first-child { margin-top: 0; }
#topbox02 .tech-list .tech01 .num { font-size: 20px; position: absolute; top: 20px; left: 0; }
#topbox02 .tech-list .tech01 h3 { font-size: 30px; margin-bottom: 60px; }
#topbox02 .tech-list .tech01 h3 .mini { font-size: 16px; }
#topbox02 .tech-list .tech01 .box_in { justify-content: space-between; align-items: flex-start; }
#topbox02 .tech-list .tech01 .box_in .img { width: 440px; }
#topbox02 .tech-list .tech01 .box_in p.common_text { width: 600px; }
#topbox02 .tech-list .tech01 .btn01 { position: absolute; bottom: 0; right: 0; }

#topbox03 { padding: 160px 0; background: url("../img/common/bg03.jpg") no-repeat center top; background-size: cover; }
#topbox03 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox03 .cnt .text_box { width: 540px; margin-top: 40px; }
#topbox03 .cnt .text_box .point { font-size: 36px; line-height: 1.64; margin-bottom: 60px; }
#topbox03 .cnt .img_box { width: 600px; }

#topbox04 { padding: 160px 0; }
#topbox04 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox04 .cnt .left { width: 500px; }
#topbox04 .cnt .left p.point { font-size: 32px; margin-bottom: 60px; }
#topbox04 .cnt .left .text_box p { margin-bottom: 30px; }
#topbox04 .cnt .left .text_box p:last-child { margin-bottom: 0; }
#topbox04 .cnt .right { width: 675px; justify-content: space-between; }
#topbox04 .cnt .right .box00 { width: 330px; padding: 40px 30px 30px; box-sizing: border-box; }
#topbox04 .cnt .right .box00 h3 { font-size: 14px; margin-bottom: 16px; }
#topbox04 .cnt .right .box00 .img { width: 100%; height: 220px; position: relative; margin-bottom: 18px; }
#topbox04 .cnt .right .box00 .img img { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox04 .cnt .right .box00 .sub_text { font-size: 12px; }
#topbox04 .cnt .right .box01 { background: #F6F6F6; border: 1px solid #000000; }
#topbox04 .cnt .right .box02 { background: #F2F8FC; border: 1px solid #0082D8; }
#topbox04 .cnt .right .box02 h3 { color: #0082D8; }
#topbox04 .onestop_box { margin-top: 43px; }
#topbox04 .onestop_box .onestop-list { justify-content: space-between; }
#topbox04 .onestop_box .onestop-list > div { width: 160px; height: 160px; background: #F2F8FC; border: 1px solid #0082D8; box-sizing: border-box; border-radius: 50%; text-align: center; position: relative; }
#topbox04 .onestop_box .onestop-list > div p { width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#topbox04 .onestop_box .onestop-list > div.last { background: #0082D8; }
#topbox04 .onestop_box .arrow_box { margin-top: 30px; position: relative; z-index: 1; }
#topbox04 .onestop_box .arrow_box::before { content: ""; display: block; width: 100%; height: 1px; background: #0082D8; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: -1; }
#topbox04 .onestop_box .arrow_box::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #0082d8; border-width: 8.5px 0px 8.5px 10px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: -1; }
#topbox04 .onestop_box .arrow_box span { display: inline-block; padding: 8px 32px; box-sizing: border-box; background: #0082D8; }

/*選ばれる理由　p02
=========================================== */
#p02box01 { position: relative; padding-bottom: 0; }
#p02box01::before { content: ""; display: block; width: 100%; height: calc(100vh + 220px); background: #FFFFFF; position: absolute; top: -110px; left: 0; z-index: -1; }
#p02box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p02box01 .cnt .text_box { width: 600px; margin-top: 2px; }
#p02box01 .cnt .text_box h2 { font-size: 44px; line-height: 1.45; margin-bottom: 60px; }
#p02box01 .cnt .text_box h2 .text-bg01 { font-size: 40px; margin: 10px 4px 0; }
#p02box01 .cnt .text_box h2 .text-bg01:first-child { margin-left: 0; }
#p02box01 .cnt .img_box { width: 478px; height: 482px; position: relative; z-index: 1; }
#p02box01 .cnt .img_box::before { content: ""; display: block; width: 277px; height: 277px; border: 1px solid #0082D8; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
#p02box01 .cnt .img_box .logo-img { width: 128px; position: absolute; top: 216px; left: 50%; transform: translateX(-50%); }
#p02box01 .cnt .img_box .text { display: table; width: 162px; height: 162px; background: #F2F8FC; border: 1px solid #0082D8; border-radius: 50%; position: absolute; }
#p02box01 .cnt .img_box .text span { display: table-cell; font-size: 24px; line-height: 1.46; vertical-align: middle; }
#p02box01 .cnt .img_box .text.text01 { top: 0; left: 50%; transform: translateX(-50%); }
#p02box01 .cnt .img_box .text.text02 { top: 134px; left: 0; }
#p02box01 .cnt .img_box .text.text03 { top: 134px; right: 0; }
#p02box01 .cnt .img_box .text.text04 { bottom: 0; left: 62px; }
#p02box01 .cnt .img_box .text.text05 { bottom: 0; right: 62px; }
#p02box01 .bg-img { width: 94%; height: 450px; background: url("../img/p02/img01.jpg") no-repeat center left; background-size: cover; margin: 120px 0 0 auto; }

#p02box02 .strength-list .strength01 { justify-content: space-between; align-items: flex-start; padding: 60px 0 80px; box-sizing: border-box; border-top: 1px solid #0F0F0F; position: relative; }
#p02box02 .strength-list .strength01:nth-child(2n) .text_box { order: 1; }
#p02box02 .strength-list .strength01:last-child { padding-bottom: 0; }
#p02box02 .strength-list .strength01:last-child .text_box h3 .text-bg01 { margin: 6px 0 0 4px !important; }
#p02box02 .strength-list .strength01 .text_box { width: 560px; }
#p02box02 .strength-list .strength01 .text_box .num { display: block; font-size: 20px; margin-bottom: 16px; }
#p02box02 .strength-list .strength01 .text_box h3 { font-size: 30px; margin-bottom: 40px; }
#p02box02 .strength-list .strength01 .text_box h3 .text-bg01 { padding: 1px 10px 4px; background: #0F0F0F; margin-right: 4px; }
#p02box02 .strength-list .strength01 .img { width: 440px; }
#p02box02 .box { padding: 60px; box-sizing: border-box; background: #F6F6F6; border: 1px solid #707070; margin-top: 160px; }
#p02box02 .box .title01 { margin-bottom: 40px; }
#p02box02 .box .title01 .ja { font-size: 40px; }
#p02box02 .box .title01 .en { color: #0F0F0F; }

/*加工技術　p03~p04
=========================================== */
section.tecbox01 .nayami_box { padding: 40px; box-sizing: border-box; background: #F6F6F6; }
section.tecbox01 .nayami_box h2 { font-size: 30px; margin-bottom: 30px; }
section.tecbox01 .nayami_box .nayami-list { justify-content: center; }
section.tecbox01 .nayami_box .nayami-list li { width: 455px; padding-left: 22px; box-sizing: border-box; position: relative; font-weight: 700; margin-top: 16px; }
section.tecbox01 .nayami_box .nayami-list li:nth-child(-n+2) { margin-top: 0; }
section.tecbox01 .nayami_box .nayami-list li::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p03/icon_check01.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
section.tecbox01 .point-text { font-size: 22px; text-align: center; margin-top: 15px; }
section.tecbox01 .title { font-size: 36px; text-align: center; margin: 78px 0 60px; position: relative; }
section.tecbox01 .title::before { content: ""; display: block; width: 1px; height: 48px; background: #9F9F9F; position: absolute; top: -63px; left: 50%; transform: translateX(-50%); }
section.tecbox01 .title .text-bg01 { padding: 1px 10px 4px; margin-right: 4px; }
section.tecbox01 .title .text-bg01:first-child { margin-left: 8px; }
section.tecbox01 .title .text-bg01:last-child { margin-right: 8px; }
section.tecbox01 .cnt { justify-content: space-between; align-items: flex-start; }
section.tecbox01 .cnt .text_box { width: 530px; order: 1; }
section.tecbox01 .cnt .text_box .point_box { margin-bottom: 30px; }
section.tecbox01 .cnt .text_box .point_box:last-child { margin-bottom: 0; }
section.tecbox01 .cnt .text_box .point_box .num { display: inline-block; padding: 3px 10px 4px; box-sizing: border-box; background: #000000; font-size: 14px; font-weight: 500; margin-bottom: 10px; }
section.tecbox01 .cnt .text_box .point_box h3 { font-size: 32px; line-height: 1.375; margin-bottom: 8px; }
section.tecbox01 .cnt .text_box .point_box .text01 { font-size: 18px; }
section.tecbox01 .cnt .text_box .point_box .check-list { margin-top: 40px; }
section.tecbox01 .cnt .text_box .point_box .check-list li { padding-left: 38px; box-sizing: border-box; position: relative; font-size: 18px; font-weight: 700; line-height: 1.46; margin-bottom: 15px; }
section.tecbox01 .cnt .text_box .point_box .check-list li:last-child { margin-bottom: 0; }
section.tecbox01 .cnt .text_box .point_box .check-list li::before { content: ""; display: block; width: 30px; height: 30px; background: url("../img/p03/icon_check02.svg") no-repeat center; background-size: contain; position: absolute; top: 6px; left: 0; }
section.tecbox01 .cnt .text_box .point_box .check-list li em { display: inline-block; font-size: 24px; margin: 0 2px; }
section.tecbox01 .cnt .img_box { width: 510px; }

#p03box01.tecbox01 .nayami_box .nayami-list li { width: 455px; margin-right: 98px; }
#p03box01.tecbox01 .nayami_box .nayami-list li:nth-child(2n) { width: 360px; margin-right: 0; }

#p04box01.tecbox01 .nayami_box .nayami-list li { width: 438px; margin-right: 100px; }
#p04box01.tecbox01 .nayami_box .nayami-list li:nth-child(2n) { width: 374px; margin-right: 0; }

section.tecbox02 { background: #0082D8; color: #FFFFFF; }
section.tecbox02 .strength-list .strength01 { justify-content: space-between; align-items: flex-start; padding: 60px 0 80px; box-sizing: border-box; border-top: 1px solid #FFFFFF; position: relative; }
section.tecbox02 .strength-list .strength01:nth-child(2n) .text_box { order: 1; }
section.tecbox02 .strength-list .strength01 .text_box { width: 580px; }
section.tecbox02 .strength-list .strength01 .text_box .num { display: block; font-size: 20px; margin-bottom: 16px; }
section.tecbox02 .strength-list .strength01 .text_box h3 { font-size: 30px; margin-bottom: 32px; }
section.tecbox02 .strength-list .strength01 .text_box h3 .text-bg01 { padding: 1px 10px 4px; background: rgba(255, 255, 255, 0.1); margin: 0 4px 8px 0; }
section.tecbox02 .strength-list .strength01 .text_box.flex { width: 100%; }
section.tecbox02 .strength-list .strength01 .text_box.flex .num { width: 100%; }
section.tecbox02 .strength-list .strength01 .text_box.flex h3 { width: calc(100% - 664px); margin-bottom: 0; }
section.tecbox02 .strength-list .strength01 .text_box.flex h3 .text-bg01 { margin-bottom: 0; }
section.tecbox02 .strength-list .strength01 .text_box.flex p.common_text { width: 664px; }
section.tecbox02 .strength-list .strength01 .img { width: 480px; }
section.tecbox02 .strength-list .strength01 .img > iframe { width: 100%; height: 100%; aspect-ratio: 16 / 9; }
section.tecbox02 .strength-list .strength01 .img_box { margin-top: 60px; }
section.tecbox02 .strength-list .strength01 .img_box .img01 { width: 200px; margin: 40px 25px 0 0; }
section.tecbox02 .strength-list .strength01 .img_box .img01:nth-child(-n+5) { margin-top: 0; }
section.tecbox02 .strength-list .strength01 .img_box .img01:nth-child(5n) { margin-right: 0; }
section.tecbox02 .strength-list .strength01 .img_box .img01 p { margin-top: 10px; }

/*保有設備　p05
=========================================== */
#p05box01 .equipment_box { margin-bottom: 160px; }
#p05box01 .equipment_box:last-child { margin-bottom: 0; }
#p05box01 .equipment_box .title01 { margin-bottom: 60px; }
#p05box01 .equipment_box .equipment-list .equipment01 { width: 530px; padding: 40px; box-sizing: border-box; background: #F6F6F6; border: 1px solid #000000; margin: 60px 40px 0 0; }
#p05box01 .equipment_box .equipment-list .equipment01:nth-child(-n+2) { margin-top: 0; }
#p05box01 .equipment_box .equipment-list .equipment01:nth-child(2n) { margin-right: 0; }
#p05box01 .equipment_box .equipment-list .equipment01 .img { width: 100%; height: 318px; margin-bottom: 40px; }
#p05box01 .equipment_box .equipment-list .equipment01 .title { font-size: 30px; margin-bottom: 30px; }
#p05box01 .equipment_box .equipment-list .equipment01 .info-list li { display: flex; align-items: flex-start; margin-bottom: 10px; }
#p05box01 .equipment_box .equipment-list .equipment01 .info-list li:last-child { margin-bottom: 0; }
#p05box01 .equipment_box .equipment-list .equipment01 .info-list li .midashi { display: block; width: 116px; padding: 4px 0; box-sizing: border-box; background: #000000; font-weight: 500; text-align: center; color: #FFFFFF; margin-right: 16px; }
#p05box01 .equipment_box .equipment-list .equipment01 .info-list li .text { display: block; width: calc(100% - 132px); margin-top: 4px; }
#p05box01 .equipment_box .equipment-table { border: 1px solid #000000; box-sizing: border-box; }
#p05box01 .equipment_box .equipment-table tr:last-child td { border-bottom: 0; }
#p05box01 .equipment_box .equipment-table tr:last-child td:first-child { border-bottom: 0; }
#p05box01 .equipment_box .equipment-table tr th { width: 330px; padding: 25px 40px 26px; box-sizing: border-box; background: #0082D8; border-right: 1px solid #2495E1; font-size: 20px; color: #FFFFFF; }
#p05box01 .equipment_box .equipment-table tr th:first-child { width: 280px; background: #0071BC; border-right: 0; }
#p05box01 .equipment_box .equipment-table tr th:nth-child(3) { width: 310px; }
#p05box01 .equipment_box .equipment-table tr th:last-child { width: 180px; border-right: 0; }
#p05box01 .equipment_box .equipment-table tr td { padding: 28px 30px; box-sizing: border-box; background: #FFFFFF; border-bottom: 1px solid #E3E3E3; border-right: 1px solid #CFCFCF; }
#p05box01 .equipment_box .equipment-table tr td:first-child { background: #F2F8FC; border-bottom: 1px solid #D1D8DC; border-right: 0; }
#p05box01 .equipment_box .equipment-table tr td:last-child { border-right: 0; }
#p05box01 #equipment_box01.equipment_box .title01 .ja .mini { display: block; font-size: 28px; margin-top: 20px; }

/*会社案内　p06
=========================================== */
.page-company #main.kasou { position: relative; }
.page-company #main.kasou::before { content: ""; display: block; width: 100%; height: 85px; background: #FFFFFF; position: absolute; bottom: 0; left: 0; z-index: -1; }
.page-company div#bread { background: #FFFFFF; }

#p06box01 { background: #FFFFFF; }
#p06box01 .title01 { margin-bottom: 60px; }
#p06box01 .company-table tr:first-child th { border-top: 1px solid #1299F2; }
#p06box01 .company-table tr:first-child td { border-top: 1px solid #C6C6C6; }
#p06box01 .company-table tr th, #p06box01 .company-table tr td { padding: 30px; box-sizing: border-box; }
#p06box01 .company-table tr th { width: 280px; background: #0082D8; border-bottom: 1px solid #1299F2; color: #FFFFFF; }
#p06box01 .company-table tr td { border-bottom: 1px solid #C6C6C6; border-right: 1px solid #C6C6C6; }

#p06box02 .title01.title01_bb { border-bottom: 1px solid #BBBBBB; }
#p06box02 .cnt { justify-content: space-between; align-items: flex-start; }
#p06box02 .cnt .text_box { width: 630px; order: 1; }
#p06box02 .cnt .text_box p { margin-bottom: 30px; }
#p06box02 .cnt .text_box p:last-child { margin-bottom: 0; }
#p06box02 .cnt .img_box { width: 390px; position: relative; }
#p06box02 .cnt .img_box .name { display: inline-block; padding: 4px 10px; box-sizing: border-box; background: #000000; font-weight: 500; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p06box02 .cnt .img_box .name em { display: inline-block; margin-left: 16px; }

#p06box03 { background: url(../img/common/bg03.jpg) no-repeat center top; background-size: cover; }
#p06box03 .cnt { justify-content: space-between; align-items: flex-start; }
#p06box03 .cnt .history-list { width: 620px; }
#p06box03 .cnt .history-list .history01 { align-items: flex-start; position: relative; margin-bottom: 100px; }
#p06box03 .cnt .history-list .history01:last-child { margin-bottom: 0; }
#p06box03 .cnt .history-list .history01:last-child .text_box::before { display: none; }
#p06box03 .cnt .history-list .history01 .year { width: 123px; font-size: 30px; color: #A5A5A5; line-height: 1.2; position: relative; }
#p06box03 .cnt .history-list .history01 .year::before { content: ""; display: block; width: 14px; height: 14px; background: #FFFFFF; border-radius: 50%; position: absolute; top: 11px; right: -7px; }
#p06box03 .cnt .history-list .history01 .text_box { width: calc(100% - 123px); padding-left: 57px; box-sizing: border-box; position: relative; margin-top: 3px; }
#p06box03 .cnt .history-list .history01 .text_box::before { content: ""; display: block; width: 1px; height: calc(100% + 100px); background: #FFFFFF; position: absolute; top: 16px; left: 0; }
#p06box03 .cnt .history-list .history01 .text_box p.flex { margin-bottom: 30px; }
#p06box03 .cnt .history-list .history01 .text_box p.flex:last-child { margin-bottom: 0; }
#p06box03 .cnt .history-list .history01 .text_box p.flex .month { display: inline-block; width: 60px; font-size: 20px; line-height: 1.45; color: #707070; }
#p06box03 .cnt .history-list .history01 .text_box p.flex .text { display: inline-block; width: calc(100% - 60px); color: #FFFFFF; margin-top: 3px; }
#p06box03 .cnt .img { width: 556px; margin-right: -100px; }

/*実績紹介　p07
=========================================== */
#p07box01 .works-all-list .works01 { width: 400px; margin: 30px 30px 0 0; }
#p07box01 .works-all-list .works01:nth-child(-n+2) { margin-top: 0; }
#p07box01 .works-all-list .works01:nth-child(2n) { margin-right: 0; }
#p07box01 .works-all-list .works01 a { padding: 30px; background: #F6F6F6; border: 1px solid #000000; }
#p07box01 .works-all-list .works01 a:hover .img .img_in { transform: scale(1.1); }
#p07box01 .works-all-list .works01 a .img { height: 244px; margin-bottom: 30px; }
#p07box01 .works-all-list .works01 a .img .img_in { transition: 0.3s; }
#p07box01 .works-all-list .works01 a .info { margin-bottom: 18px; }
#p07box01 .works-all-list .works01 a .arrow { display: none; }
#p07box01 .works-all-list .works01 a .info-table { display: table; }

#worksBox01 .waku { background: #FFFFFF; padding: 40px; box-sizing: border-box; }
#worksBox01 .info { align-items: center; margin-bottom: 16px; }
#worksBox01 .info .cate-list { width: auto; margin-right: 20px; }
#worksBox01 .info .cate-list li { font-size: 14px; font-weight: 500; line-height: 1.43; color: #FFFFFF; padding: 4px 10px; box-sizing: border-box; background: #000000; margin-right: 5px; }
#worksBox01 .info .cate-list li:last-child { margin-right: 0; }
#worksBox01 .title { font-size: 28px; }
#worksBox01 .gallery_img { justify-content: space-between; align-items: flex-start; margin-top: 30px; }
#worksBox01 .gallery_img .gallery_main { width: 518px; margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 400px; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 10px; font-weight: 500; }
#worksBox01 .gallery_img .gallery_thum { width: 222px; 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: 106px; height: 72px; margin: 10px 10px 0 0; }
#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.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#worksBox01 .info-table { margin: 50px 0 40px; }
#worksBox01 .info-table tr { border-bottom: 1px solid #C7C7C7; }
#worksBox01 .info-table tr:first-child th, #worksBox01 .info-table tr:first-child td { padding-top: 0; }
#worksBox01 .info-table tr th, #worksBox01 .info-table tr td { padding: 24px 0 16px; box-sizing: border-box; }
#worksBox01 .info-table tr th { width: 88px; }
#worksBox01 .works_box01 { margin-bottom: 80px; }
#worksBox01 .works_box01:last-child { margin-bottom: 0; }
#worksBox01 .works_box02 h3 { font-size: 28px; margin-bottom: 40px; }
#worksBox01 .works_box02 .img_box { margin-bottom: 40px; }
#worksBox01 .works_box02 .img_box .img { width: 322px; }
#worksBox01 .works_box02 .img_box .img .img_in { width: 100%; height: 214px; }
#worksBox01 .works_box02 .img_box .img p { padding: 4px 0; box-sizing: border-box; font-size: 14px; line-height: 1.43; }
#worksBox01 .works_box02 .img_box .img.img_befo p { background: #6D6D6D; }
#worksBox01 .works_box02 .img_box .img.img_after p { background: #0082D8; }
#worksBox01 .works_box02 .img_box.img_arrow .img.img_befo { margin-right: 106px; position: relative; }
#worksBox01 .works_box02 .img_box.img_arrow .img.img_befo::before { content: ""; display: block; width: 44px; height: 52px; background: url("../img/p07/img_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -74px; transform: translateY(-50%); }

/*ブログ　p08
=========================================== */
#p08box01 .blog-all-list .blog02 { margin-bottom: 40px; }
#p08box01 .blog-all-list .blog02:last-child { margin-bottom: 0; }
#p08box01 .blog-all-list .blog02:nth-child(2n) { margin-right: 0; }

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

#toc_container { background: #F6F6F6 !important; border: 1px solid #000000 !important; padding: 40px !important; margin-bottom: 50px !important; width: 100% !important; display: block !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 0 10px !important; border-bottom: 1px solid #0F0F0F; font-size: 22px; color: #0F0F0F; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { padding-left: 47px; box-sizing: border-box; margin-bottom: 20px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { position: relative; font-weight: 700; }
#toc_container ul.toc_list > li > a .toc_number { font-family: "Inter"; font-optical-sizing: auto; font-style: normal; font-size: 20px; line-height: 24px; font-weight: 500; position: absolute; top: 0; left: -47px; }

.keyword_box { margin-top: 80px; }
.keyword_box h3 { margin-bottom: 10px; }
.keyword_box .keyword-list li { display: inline-block; padding: 4px 10px; box-sizing: border-box; background: #F6F6F6; border-radius: 70px; font-weight: 500; margin: 10px 20px 0 0; }
.keyword_box .keyword-list li:last-child { margin-right: 0; }

.writer_box { margin-top: 50px; }
.writer_box h3 { display: inline-block; padding: 6px 30px; box-sizing: border-box; background: #0082D8; }
.writer_box .box_in { justify-content: space-between; align-items: flex-start; padding: 40px; box-sizing: border-box; background: #F2F8FC; border: 1px solid #0082D8; }
.writer_box .box_in .img { width: 100px; height: 100px; border-radius: 50%; }
.writer_box .box_in .info_box { width: calc(100% - 130px); }
.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 .common_list { margin-top: 16px; }

#blogBox01 .waku { background: #FFFFFF; padding: 40px; box-sizing: border-box; }
#blogBox01 .info { align-items: center; margin-bottom: 16px; }
#blogBox01 .info .cate-list { width: auto; margin-right: 20px; }
#blogBox01 .info .cate-list li { font-size: 14px; font-weight: 500; line-height: 1.43; color: #FFFFFF; padding: 4px 10px; box-sizing: border-box; background: #000000; margin-right: 5px; }
#blogBox01 .info .cate-list li:last-child { margin-right: 0; }
#blogBox01 .title { font-size: 28px; margin-bottom: 30px; }

/*働く環境　p09
=========================================== */
.page-job #main.kasou { position: relative; }
.page-job #main.kasou::before { content: ""; display: block; width: 100%; height: 85px; background: #FFFFFF; position: absolute; bottom: 0; left: 0; z-index: -1; }
.page-job div#bread { background: #FFFFFF; }

#p09box01 { padding-bottom: 0; background: #FFFFFF; }
#p09box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box01 .cnt h2 { width: calc(100% - 536px); }
#p09box01 .cnt h2 .text-bg01 { padding: 4px 10px 6px; font-size: 22px; margin-bottom: 20px; }
#p09box01 .cnt h2 .title { display: block; font-size: 46px; }
#p09box01 .cnt .text_box { width: 536px; }
#p09box01 .cnt .text_box p { margin-bottom: 40px; }
#p09box01 .cnt .text_box p:last-child { margin-bottom: 0; }
#p09box01 .benefit-list { margin-top: 130px; }
#p09box01 .benefit-list .benefit01 { width: 360px; padding: 40px; box-sizing: border-box; background: #F6F6F6; position: relative; margin-right: 10px; }
#p09box01 .benefit-list .benefit01:last-child { margin-right: 0; }
#p09box01 .benefit-list .benefit01 .text-bg01 { padding: 4px 10px; font-size: 14px; line-height: 1.22; background: #000000; position: absolute; top: 0; left: 0; z-index: 1; }
#p09box01 .benefit-list .benefit01 .img { width: 148px; margin: 0 auto; }
#p09box01 .benefit-list .benefit01 h3 { font-size: 22px; text-align: center; margin-bottom: 16px; }
#p09box01 .bg-img_box { width: 100%; height: 228px; margin-top: 120px; position: relative; }
#p09box01 .bg-img_box .bg-img { width: 93%; height: 450px; background: url("../img/p09/bg01.jpg") no-repeat center left; background-size: cover; position: absolute; top: 0; right: 0; z-index: 1; }

#p09box02 { padding-top: 382px; }
#p09box02 .job_box { margin-bottom: 160px; }
#p09box02 .job_box:last-child { margin-bottom: 0; }
#p09box02 .job_box .title01 { margin-bottom: 60px; }
#p09box02 .job_box .job-table { background: #FFFFFF; border: 1px solid #C6C6C6; box-sizing: border-box; }
#p09box02 .job_box .job-table tr { border-bottom: 1px solid #C6C6C6; }
#p09box02 .job_box .job-table tr:last-child { border-bottom: 0; }
#p09box02 .job_box .job-table tr th, #p09box02 .job_box .job-table tr td { padding: 30px 40px; box-sizing: border-box; }
#p09box02 .job_box .job-table tr th { width: 240px; background: #0082D8; color: #FFFFFF; }

#p09box03 { padding-bottom: 0; background: url(../img/common/bg03.jpg) no-repeat center top; background-size: cover; }
#p09box03 .title01 { margin-bottom: 120px; }
#p09box03 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box03 .cnt .point { width: 470px; font-size: 36px; }
#p09box03 .cnt .text_box { width: 540px; }
#p09box03 .cnt .text_box p { margin-bottom: 30px; }
#p09box03 .cnt .text_box p:last-child { margin-bottom: 0; }
#p09box03 .bg-img { margin-top: 120px; }
#p09box03 .bg-img .bg-img-slide { width: 100%; height: 280px; }
#p09box03 .bg-img .bg-img-slide01 { background: url("../img/p09/slide-img01.jpg") repeat-x center; background-size: cover; animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { background-position: 0 0; }
  100% { background-position: 2376px 0; } }
#p09box03 .bg-img .bg-img-slide02 { background: url("../img/p09/slide-img02.jpg") repeat-x center; background-size: cover; animation: bgMove02 50s linear infinite; }
@keyframes bgMove02 { 0% { background-position: 0 0; }
  100% { background-position: -2376px 0; } }
/*人を知る　p10
=========================================== */
#p10box01 .people_list { margin-top: 80px; }
#p10box01 .people_list .people_box { padding: 60px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 100px; }
#p10box01 .people_list .people_box:last-child { margin-bottom: 0; }
#p10box01 .people_list .people_box .box_in { justify-content: space-between; align-items: flex-start; }
#p10box01 .people_list .people_box .box_in .img { width: 440px; height: 276px; order: 1; }
#p10box01 .people_list .people_box .box_in .text_box { width: 490px; }
#p10box01 .people_list .people_box .box_in .text_box .info { align-items: flex-start; margin-bottom: 24px; }
#p10box01 .people_list .people_box .box_in .text_box .info .text-bg01 { padding: 4px 10px; background: #000000; font-weight: 500; margin-right: 20px; }
#p10box01 .people_list .people_box .box_in .text_box .info .name { display: inline-block; font-size: 22px; line-height: 26px; margin-top: 5px; }
#p10box01 .people_list .people_box .box_in .text_box h3 { font-size: 24px; }
#p10box01 .people_list .people_box .box_in .text_box .info-list { margin-top: 30px; }
#p10box01 .people_list .people_box .box_in .text_box .info-list li { align-items: flex-start; margin-bottom: 10px; }
#p10box01 .people_list .people_box .box_in .text_box .info-list li:last-child { margin-bottom: 0; }
#p10box01 .people_list .people_box .box_in .text_box .info-list li .midashi { display: block; width: 52px; padding: 4px 10px; box-sizing: border-box; background: #F2F8FC; font-weight: 500; margin-right: 14px; }
#p10box01 .people_list .people_box .box_in .text_box .info-list li .text { display: block; width: calc(100% - 66px); font-weight: 500; margin-top: 4px; }
#p10box01 .people_list .people_box .box_in .text_box.full { width: 100%; }
#p10box01 .people_list .people_box .t_text { width: 100%; height: 65px; background-image: url("../img/p10/icon_open.svg"); background-repeat: no-repeat; background-position: center right 50px; background-size: 24px; background-color: #0082D8; border: 1px solid #0082D8; border-radius: 70px; position: relative; transition: 0.3s; cursor: pointer; margin-top: 50px; }
#p10box01 .people_list .people_box .t_text:hover { text-decoration: none; opacity: 0.7; }
#p10box01 .people_list .people_box .t_text::before { content: "インタビューを見る"; display: inline-block; font-size: 20px; font-weight: 700; color: #FFFFFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; transition: 0.3s; }
#p10box01 .people_list .people_box .t_text.on { background-color: transparent; background-image: url("../img/p10/icon_close.svg"); }
#p10box01 .people_list .people_box .t_text.on::before { content: "インタビューを閉じる"; color: #0082D8; }
#p10box01 .people_list .people_box .c_text { display: none; margin-top: 40px; }
#p10box01 .people_list .people_box .c_text .qa-list .qa01 { margin-bottom: 50px; }
#p10box01 .people_list .people_box .c_text .qa-list .qa01:last-child { margin-bottom: 0; }
#p10box01 .people_list .people_box .c_text .qa-list .qa01 .midashi { padding-left: 60px; box-sizing: border-box; font-size: 24px; line-height: 1.46; position: relative; margin-bottom: 21px; }
#p10box01 .people_list .people_box .c_text .qa-list .qa01 .midashi .mark { font-size: 30px; line-height: 1.2; font-weight: 400; position: absolute; top: 0; left: 0; }

/*募集要項　p11
=========================================== */
#p11box01 .requirement_list .requirement_box { margin-bottom: 80px; }
#p11box01 .requirement_list .requirement_box:last-child { margin-bottom: 0; }
#p11box01 .requirement_list .requirement_box .box_in { justify-content: space-between; align-items: flex-start; }
#p11box01 .requirement_list .requirement_box .box_in .info_box { width: 524px; }
#p11box01 .requirement_list .requirement_box .box_in .info_box .cate-list { margin-bottom: 30px; }
#p11box01 .requirement_list .requirement_box .box_in .info_box .cate-list li.text-bg01 { padding: 4px 10px; background: #000000; font-weight: 500; line-height: 1.43; margin-right: 10px; }
#p11box01 .requirement_list .requirement_box .box_in .info_box .cate-list li.text-bg01:last-child { margin-right: 0; }
#p11box01 .requirement_list .requirement_box .box_in .info_box .title { font-size: 36px; }
#p11box01 .requirement_list .requirement_box .box_in .info_box .text01 { margin-top: 40px; }
#p11box01 .requirement_list .requirement_box .box_in .info_box.full { width: 100%; }
#p11box01 .requirement_list .requirement_box .box_in .img { width: 536px; height: 388px; }
#p11box01 .requirement_list .requirement_box .info-table { margin-top: 120px; }
#p11box01 .requirement_list .requirement_box .info-table tr { background: #FFFFFF; }
#p11box01 .requirement_list .requirement_box .info-table tr:first-child th { border-top: 1px solid #1299F2; }
#p11box01 .requirement_list .requirement_box .info-table tr:first-child td { border-top: 1px solid #C6C6C6; }
#p11box01 .requirement_list .requirement_box .info-table tr th, #p11box01 .requirement_list .requirement_box .info-table tr td { padding: 30px; box-sizing: border-box; line-height: 1.875; }
#p11box01 .requirement_list .requirement_box .info-table tr th { width: 172px; background: #0082D8; color: #FFFFFF; border-bottom: 1px solid #1299F2; }
#p11box01 .requirement_list .requirement_box .info-table tr td { border-right: 1px solid #C6C6C6; border-bottom: 1px solid #C6C6C6; }

#p11box02 { background: url(../img/common/bg03.jpg) no-repeat center top; background-size: cover; color: #FFFFFF; }
#p11box02 .process-list { align-items: flex-start; padding-top: 80px; border-top: 1px solid rgba(255, 255, 255, 0.16); margin-top: 80px; }
#p11box02 .process-list .process01 { width: 230px; margin-right: 60px; }
#p11box02 .process-list .process01:nth-child(3) .text { width: 100%; }
#p11box02 .process-list .process01:last-child { margin-right: 0; }
#p11box02 .process-list .process01:last-child .img::before { display: none; }
#p11box02 .process-list .process01 .num { font-size: 20px; margin-bottom: 10px; }
#p11box02 .process-list .process01 .img { width: 100%; height: 230px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); position: relative; margin-bottom: 20px; }
#p11box02 .process-list .process01 .img::before { content: ""; display: block; width: 14px; height: 22px; background: url("../img/p11/process_arrow.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -37px; transform: translateY(-50%); }
#p11box02 .process-list .process01 .img img { width: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p11box02 .process-list .process01 h3 { font-size: 20px; margin-bottom: 10px; }
#p11box02 .process-list .process01 .text { width: 200px; margin: 0 auto; }

/*お問い合わせ　p12
=========================================== */
.page-contact #main.kasou { position: relative; }
.page-contact #main.kasou::before { content: ""; display: block; width: 100%; height: 85px; background: #FFFFFF; position: absolute; bottom: 0; left: 0; z-index: -1; }
.page-contact div#bread { background: #FFFFFF; }
.page-contact #fixed-btn { display: none; }

#p12box01 { background: #FFFFFF; }
#p12box01 h2 { font-size: 36px; line-height: 1.6; text-align: center; position: relative; margin-bottom: 78px; }
#p12box01 h2::before { content: ""; display: block; width: 1px; height: 48px; background: #9F9F9F; position: absolute; bottom: -63px; left: 50%; transform: translateX(-50%); }
#p12box01 .cnt { background: #F6F6F6; }
#p12box01 .cnt h3 { display: table; width: 344px; background: #0082D8; }
#p12box01 .cnt h3 span { display: table-cell; font-size: 30px; vertical-align: middle; }
#p12box01 .cnt .right { width: calc(100% - 344px); padding: 40px; box-sizing: border-box; }
#p12box01 .cnt .right .check-list { justify-content: center; }
#p12box01 .cnt .right .check-list li { width: 280px; padding-left: 22px; box-sizing: border-box; position: relative; font-weight: 700; margin: 16px 50px 0 0; }
#p12box01 .cnt .right .check-list li:nth-child(-n+2) { margin-top: 0; }
#p12box01 .cnt .right .check-list li:nth-child(2n) { width: 248px; margin-right: 0; }
#p12box01 .cnt .right .check-list li::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p03/icon_check01.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

#p12box02 .num_box-list { justify-content: space-between; }
#p12box02 .num_box-list .num_box { width: 530px; padding: 40px; box-sizing: border-box; background: #FFFFFF; text-align: center; }
#p12box02 .num_box-list .num_box > img { width: 68px; }
#p12box02 .num_box-list .num_box .title { font-size: 30px; margin: 20px 0 10px; }
#p12box02 .num_box-list .num_box .tel_box { display: inline-block; width: 340px; text-align: right; }
#p12box02 .num_box-list .num_box .tel_box .tel-text { font-size: 16px; line-height: 1.5; margin-bottom: 0; }
#p12box02 .num_box-list .num_box .fax-num { font-size: 50px; line-height: 1.2; }
#p12box02 .form_wrap { padding: 60px 60px 65px; box-sizing: border-box; background: #FFFFFF; margin-top: 40px; }
#p12box02 .form_wrap > img { display: block; width: 68px; margin: 0 auto; }
#p12box02 .form_wrap .title { font-size: 30px; margin: 20px 0 40px; }
#p12box02 .form_wrap .text-list li { font-weight: 500; line-height: 2; padding-left: 1em; text-indent: -1em; }
#p12box02 .form_wrap .form_box { padding: 65px 60px 55px; box-sizing: border-box; background: #F6F6F6; margin-top: 35px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 60px; position: relative; }
ul.contact-state::before { content: ""; display: block; width: 100%; height: 1px; background: #0F0F0F; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
ul.contact-state > li { display: table; width: 260px; height: 60px; position: relative; }
ul.contact-state > li > .text { display: table-cell; text-align: center; vertical-align: middle; background: #F6F6F6; border: 1px solid #000000; box-sizing: border-box; font-size: 16px; font-weight: 700; line-height: 1.5; letter-spacing: 0.04em; color: #0F0F0F; }
ul.contact-state > li > .text .num { display: inline-block; margin-right: 10px; }
ul.contact-state > li.state01 > span { background: #000000; 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: #000000; color: #FFFFFF; }

.state-text { display: none; text-align: center; color: #dc3232; 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 #0082D8; margin-right: 8px; }
.contactTBL th .hissu { background: #0082D8; color: #FFFFFF; }
.contactTBL th .ninni { background: #FFFFFF; color: #0082D8; }
.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: 500px; 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.tel01 { width: 200px; }
.contactTBL input.wpcf7-text.your-email { width: 100%; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { width: 100%; 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 .text-list { margin-top: 10px; }
.contactTBL .text-list li { 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_file.png") 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 td { margin-bottom: 0; }
.contactTBL .doui-box .doui-text { font-size: 14px; font-weight: 400; margin-top: 10px; }
.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; cursor: pointer; font-size: 15px; font-weight: 700; color: #444444; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 8px; border-radius: 2px; background: #FFFFFF; border: 1px solid #BEBEBE; cursor: pointer; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; margin-top: 60px; }
.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%; white-space: normal; border-radius: 70px; background: #000000; border: 1px solid #000000; box-sizing: border-box; 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: #000000; }
.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: #000000; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control:hover { background: #000000; color: #FFFFFF; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

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

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

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

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

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

/*Thanks・404
=========================================== */
#other { padding: 120px 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: 120px 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) { #header { height: 6.35vw; }
  #header .header_inner { padding: 0 3.13vw 0; }
  #header .header_inner .right .right_top { height: 2.5vw; padding-top: 1.04vw; }
  /*gnav*/
  .gnav { height: 2.14vw; }
  .gnav > ul > li { margin-right: 1.56vw; }
  /* main */
  /*-------------------------------------------*/
  #main { margin-top: 6.35vw; }
  #main.home_main { padding-top: 10.42vw; }
  #main.home_main .text_box { width: 58.33vw; margin: 0 auto 3.75vw; }
  #main.home_main .text_box .main_title { font-size: 2.08vw; }
  #main.home_main .text_box .main-list { width: 19.38vw; }
  #main.home_main .text_box .main-list li { padding: 0.21vw 0.52vw; margin: 0.52vw 0.52vw 0 0; font-size: 0.83vw; }
  #main.home_main .text_box .main-list li:last-child { margin-right: 0; }
  #main.home_main .main_img { height: 27.08vw; }
  #main.home_main .blog_box { width: 45.57vw; height: 5.21vw; padding-left: 2.6vw; }
  #main.home_main .blog_box .btn01 { height: 5.21vw; } }
@media screen and (min-width: 0px) and (max-width: 1400px) { /*CTA*/
  #fixed-btn { width: 50px; height: 155px; }
  #fixed-btn a .btn_text { font-size: 14px; }
  #fixed-btn a .icon { width: 22px; height: 22px; background-size: 8px; margin-top: 10px; }
  .home .wrap { width: 1100px; }
  #topbox01 .about-list .about01 { height: 100%; aspect-ratio: 413 / 500; }
  #topbox02 .tech-list .tech01 .box_in p.common_text { width: 500px; }
  #wedo-sec .wrap { width: 1100px; }
  #wedo-sec .equipment_box .cnt .text_box { width: 500px; }
  #wedo-sec .wedo-list .wedo00 { padding: 40px 35px; }
  #blog-sec #blog-slider { width: calc(100% + ((100vw - 1100px) / 2)); }
  #blog-sec #blog-slider .slick-prev { right: calc(((100vw - 1100px) / 2) + 80px); }
  #blog-sec #blog-slider .slick-next { right: calc((100vw - 1100px) / 2); }
  #topbox03 .cnt .text_box { width: 500px; margin-top: 0; }
  #topbox03 .cnt .img_box { width: 550px; }
  #people-sec .people-list .people01 { width: calc(100% / 3); }
  #people-sec .people-list .people01 a { padding: 40px 20px 65px; }
  #topbox04 .cnt .left { width: 380px; }
  #topbox04 .cnt .left p.point { width: 350px; }
  #topbox04 .onestop_box .onestop-list > div { width: 150px; height: 150px; }
  #access-sec .wrap { width: 1100px; }
  #access-sec .map_box { width: calc(100% + ((100vw - 1100px) / 2)); }
  #contact-sec .wrap { width: 1100px; }
  #contact-sec .cnt .num_box { width: 500px; margin-top: 13px; }
  #contact-sec .cnt .num_box .tel_box { flex-direction: column; }
  #contact-sec .cnt .num_box .fax-num { text-align: right; }
  #footer .wrap { width: 1100px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() {}
/*safari用
=========================================== */
