@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.works01 { width: 260px; }
.works01 a { display: block; width: 100%; }
.works01 a:hover { text-decoration: none; }
.works01 a:hover .img .in_img { transform: scale(1.1); }
.works01 a .img { width: 100%; height: 200px; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.works01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works01 a .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.works01 a .info { justify-content: space-between; align-items: flex-start; margin-top: 10px; }
.works01 a .info .time { font-size: 12px; margin-top: 15px; }
.works01 a .info .cate-list { width: auto; margin-top: 10px; }
.works01 a .info .cate-list li { font-size: 12px; font-weight: 500; line-height: 1.42; color: #194F39; padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 25px; margin-right: 5px; }
.works01 a .info .cate-list li:last-child { margin-right: 0; }
.works01 a .info-list { padding-top: 20px; background-image: repeating-linear-gradient(90deg, #0A0A0A, #0A0A0A 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 20px; }
.works01 a .info-list li { justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.works01 a .info-list li:last-child { margin-bottom: 0; }
.works01 a .info-list li .midashi { display: inline-block; width: 80px; font-size: 12px; font-weight: 500; line-height: 1.42; color: #FFFFFF; padding: 4px 0; box-sizing: border-box; background: #194F39; border-radius: 25px; text-align: center; }
.works01 a .info-list li .text { display: inline-block; width: calc(100% - 90px); font-size: 14px; line-height: 1.43; text-align: right; margin-top: 3px; }

.blog01 { width: 260px; }
.blog01 a { display: block; width: 100%; }
.blog01 a:hover { text-decoration: none; }
.blog01 a:hover .img .in_img { transform: scale(1.1); }
.blog01 a .img { width: 100%; height: 204px; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.blog01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.blog01 a .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog01 a .info { justify-content: space-between; align-items: flex-start; margin-top: 20px; }
.blog01 a .info .time { font-size: 12px; margin-top: 15px; }
.blog01 a .info .cate-list { width: auto; margin-top: 10px; }
.blog01 a .info .cate-list li { font-size: 12px; font-weight: 500; line-height: 1.42; color: #FFFFFF; padding: 3px 20px; box-sizing: border-box; background: #194F39; border-radius: 25px; margin-right: 5px; }
.blog01 a .info .cate-list li:last-child { margin-right: 0; }

.conf_box { padding: 44px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 20px; position: relative; margin-top: 80px; }
.conf_box h3.title { display: inline-block; padding: 9px 20px 8px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-size: 18px; line-height: 1.45; position: absolute; top: -19px; left: 50%; transform: translateX(-50%); z-index: 1; }
.conf_box .text01 { text-align: center; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 820px; }
.wrap.twin div#two-side { width: 200px; }
.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-bottom: 12px; margin-bottom: 20px; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
.wrap.twin div#two-side .side_box .side-title::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
.wrap.twin div#two-side .side_box .side-link li { margin-bottom: 6px; }
.wrap.twin div#two-side .side_box .side-link li:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link li a { display: inline-block; padding: 9px 20px 8px; box-sizing: border-box; background: rgba(14, 93, 168, 0.1); border-radius: 25px; font-size: 14px; font-weight: 500; line-height: 1.43; color: #0E5DA8; }
.wrap.twin div#two-side .side_box .side-link li a:hover { text-decoration: none; background: #0E5DA8; color: #FFFFFF; }
.wrap.twin div#two-side .side_box .side-link li .child-link { margin-top: 6px; }
.wrap.twin div#two-side .side_box .side-link li.on_cat > a { background: #0E5DA8; color: #FFFFFF; }
.wrap.twin div#two-side .side_box .side-link.flex li { margin-right: 4px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 37px; box-sizing: border-box; padding: 5px 30px 6px 20px; font-size: 16px; line-height: 1.5; font-weight: 400; border: 1px solid #0E5DA8; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 8px; border-radius: 25px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #0E5DA8 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #0E5DA8 !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 30px; height: 30px; margin: 0 4px; background: #E5EEF6; border: 1px solid #E5EEF6; box-sizing: border-box; border-radius: 50%; text-decoration: none; font-family: "Inter"; font-optical-sizing: auto; font-style: normal; font-size: 12px; font-weight: 700; line-height: 30px; color: #0E5DA8; text-align: center; }

.wp-pagenavi { text-align: center; margin-top: 60px; position: relative; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #FFFFFF; border: 1px solid #0E5DA8; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { border: 0; margin: 0; background: transparent; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; background: #0E5DA8; border: 0; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; display: block; width: 0; height: 0; border-style: solid; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover { color: transparent; background: #EEEEEE; }
.wp-pagenavi a.previouspostslink::before { border-color: transparent #ffffff transparent transparent; border-width: 4px 5px 4px 0px; }
.wp-pagenavi a.nextpostslink::before { border-color: transparent transparent transparent #ffffff; border-width: 4px 0px 4px 5px; }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; background: #0E5DA8; border: 0; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 11px; height: 8px; 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.first:hover, .wp-pagenavi a.last:hover { color: transparent; background: #EEEEEE; }
.wp-pagenavi a.last::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation { margin-top: 80px; padding-top: 40px; background-image: repeating-linear-gradient(90deg, #0a0a0a, #0a0a0a 1px, transparent 1px, transparent 7px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; }

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

.post-navigation ul > li { width: 30px; height: 30px; }
.post-navigation ul > li a { display: inline-block; width: 100%; height: 100%; background: #0E5DA8; border-radius: 50%; color: transparent; position: relative; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; background: #EEEEEE; }
.post-navigation ul > li a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.post-navigation ul > li.prev a::before { border-color: transparent #ffffff transparent transparent; border-width: 4px 5px 4px 0px; }

.post-navigation ul > li.next a::before { border-color: transparent transparent transparent #ffffff; border-width: 4px 0px 4px 5px; }

.post-navigation ul > li.blog-back { width: 230px; height: 60px; margin: 0 20px; }
.post-navigation ul > li.blog-back a { padding-top: 18px; box-sizing: border-box; border-radius: 30px; color: #FFFFFF; font-size: 16px; line-height: 1.5; font-weight: 700; text-align: center; }
.post-navigation ul > li.blog-back a::before { display: none; }

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

/*TOPページ　p01
=========================================== */
body.home { background: #FFFFFF; }
body.home #works-sec.bg_circle01::before { top: -35px; left: -121px; }
body.home #works-sec.bg_circle01::after { bottom: -273px; right: -126px; }
body.home #works-sec { padding: 741px 0 160px; }
body.home #works-sec #works-slider { margin-top: 60px; }
body.home #wedo-sec { padding: 160px 0; }
body.home #wedo-sec .title01 { padding-bottom: 60px; position: relative; }
body.home #wedo-sec .title01::before { content: ""; display: block; width: 100vw; height: 1px; background: #EEEEEE; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

#works-sec.bg_circle01::before { top: 861px; left: -191px; }

#works-sec.bg_circle01::after { bottom: -63px; right: -226px; }

#works-sec .title01 { margin-bottom: 40px; }
#works-sec .title01 + p { text-align: center; }
#works-sec #works-slider { display: flex; margin-top: 40px; }
#works-sec #works-slider .works01 { width: 330px; margin-right: 43px; }
#works-sec #works-slider .works01:last-child { margin-right: 0; }
#works-sec #works-slider .works01 a { color: #FFFFFF; }
#works-sec #works-slider .works01 a .img { height: 260px; margin-bottom: 30px; }
#works-sec #works-slider .works01 a .info { margin-top: 20px; }
#works-sec #works-slider .works01 a .info .cate-list li { background: transparent; border: 1px solid #FFFFFF; color: #FFFFFF; }
#works-sec #works-slider .works01 a .info-list { background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 2px, transparent 2px, transparent 8px); margin-top: 35px; }
#works-sec #works-slider .works01 a .info-list li .midashi { background: rgba(0, 0, 0, 0.2); }

#wedo-sec { background: #FFFFFF; }
#wedo-sec .wedo-list .wedo01 { justify-content: space-between; align-items: flex-start; padding-bottom: 40px; margin-bottom: 40px; position: relative; }
#wedo-sec .wedo-list .wedo01:last-child { margin-bottom: 0; }
#wedo-sec .wedo-list .wedo01::before, #wedo-sec .wedo-list .wedo01::after { content: ""; display: block; height: 1px; position: absolute; bottom: 0; left: 0; }
#wedo-sec .wedo-list .wedo01::before { width: 100%; background: #EEEEEE; }
#wedo-sec .wedo-list .wedo01::after { width: 40px; background: #194F39; }
#wedo-sec .wedo-list .wedo01 h3 { display: flex; align-items: center; width: 280px; font-size: 22px; }
#wedo-sec .wedo-list .wedo01 h3 img { width: 60px; margin-right: 20px; }
#wedo-sec .wedo-list .wedo01 .box_in { width: 800px; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 { margin-top: 17px; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div { width: 390px; margin: 30px 20px 0 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div:nth-child(-n+2) { margin-top: 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div:nth-child(2n) { margin-right: 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div h4 { font-size: 18px; padding-left: 14px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div h4::before { content: ""; display: block; width: 6px; height: 6px; background: #194F39; border-radius: 50%; position: absolute; top: 11px; left: 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div p { padding: 30px; box-sizing: border-box; min-height: 156px; background: #F6F6F6; border-radius: 6px; }
#wedo-sec .wedo-list .wedo01 .box_in .list01 > div p.mini { min-height: auto; }
#wedo-sec .wedo-list .wedo01 .box_in .list01.list01_mini > div p { min-height: 132px; }
#wedo-sec .wedo-list .wedo01 .box_in .list02 { margin-top: 17px; }
#wedo-sec .wedo-list .wedo01 .box_in .list02 > div { margin-bottom: 30px; }
#wedo-sec .wedo-list .wedo01 .box_in .list02 > div:last-child { margin-bottom: 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list02 > div h4 { font-size: 18px; margin-bottom: 10px; }
#wedo-sec .wedo-list .wedo01 .box_in .list02 > div .sub_text { margin-top: 10px; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 { margin-top: 19px; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 > li { align-items: center; margin-bottom: 6px; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 > li:last-child { margin-bottom: 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 > li:last-child .midashi { margin-bottom: 10px; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 > li .midashi { padding-left: 12px; box-sizing: border-box; position: relative; margin-right: 20px; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 > li .midashi::before { content: ""; display: block; width: 6px; height: 6px; background: #194F39; border-radius: 50%; position: absolute; top: 10px; left: 0; }
#wedo-sec .wedo-list .wedo01 .box_in .list03 > li .text { display: inline-block; font-size: 14px; }
#wedo-sec .wedo-list .wedo01 .box_in .sub_text { font-size: 14px; padding-left: 1em; text-indent: -1em; margin-top: 20px; }

#blog-sec { padding: 160px 0; }
#blog-sec #blog-slider { display: flex; }
#blog-sec #blog-slider .blog01 { width: 330px; margin-right: 45px; }
#blog-sec #blog-slider .blog01:last-child { margin-right: 0; }
#blog-sec #blog-slider .blog01 a .img { height: 260px; margin-bottom: 30px; }
#blog-sec .btn_box { justify-content: center; margin-top: 120px; }
#blog-sec .btn_box .btn { width: 490px; margin-right: 20px; }
#blog-sec .btn_box .btn:last-child { margin-right: 0; }
#blog-sec .btn_box .btn a { display: flex; align-items: center; background: #FFFFFF; border-radius: 20px; overflow: hidden; }
#blog-sec .btn_box .btn a:hover { text-decoration: none; }
#blog-sec .btn_box .btn a:hover .img img { transform: scale(1.1); }
#blog-sec .btn_box .btn a .title01 { width: 50%; padding-left: 60px; box-sizing: border-box; margin-bottom: 0; }
#blog-sec .btn_box .btn a .title01 .en { font-size: 16px; margin-bottom: 8px; }
#blog-sec .btn_box .btn a .title01 .ja { font-size: 22px; font-weight: 700; }
#blog-sec .btn_box .btn a .img { width: 50%; overflow: hidden; }
#blog-sec .btn_box .btn a .img img { transition: 0.3s; }
#blog-sec .box { width: 1000px; padding: 50px 60px; box-sizing: border-box; border: 1px solid #194F39; border-radius: 20px; margin: 60px auto 0; }
#blog-sec .box h3 { font-size: 18px; margin-bottom: 16px; }

#column-sec.bg_circle02::before { top: -250px; left: -373px; }

#column-sec.bg_circle02::after { bottom: -146px; right: -304px; }

#column-sec #blog-slider { display: flex; }
#column-sec #blog-slider .blog01 { width: 330px; margin-right: 45px; }
#column-sec #blog-slider .blog01:last-child { margin-right: 0; }
#column-sec #blog-slider .blog01 a .img { height: 260px; margin-bottom: 30px; }

#topbox01 { height: 700px; padding: 160px 0; box-sizing: border-box; position: relative; z-index: 2; margin: -350px 0; }
#topbox01::before { content: ""; display: block; width: calc(100% - 60px); height: 100%; background: #FFFFFF; border-radius: 40px 0 0 40px; position: absolute; top: 0; right: 0; z-index: -1; }
#topbox01 .cnt { justify-content: space-between; }
#topbox01 .cnt .title { width: 280px; margin-left: 70px; }
#topbox01 .cnt .title span { justify-content: space-between; align-items: center; font-size: 38px; line-height: 1.45; position: relative; margin-bottom: 40px; }
#topbox01 .cnt .title span:last-child { margin-bottom: 0; }
#topbox01 .cnt .title span::before { content: ""; display: block; width: 100%; height: 1px; background: #0A0A0A; position: absolute; bottom: -20px; left: 0; }
#topbox01 .cnt .title span img { width: auto; height: 60px; }
#topbox01 .cnt .text_box { width: 580px; }
#topbox01 .cnt .text_box p { margin-bottom: 30px; }
#topbox01 .cnt .text_box p:last-child { margin-bottom: 0; }
#topbox01 .cnt .text_box .btn01 { margin: 40px 0 0 auto; }

#topbox02 { padding: 510px 0 160px; }
#topbox02 .reason-list { justify-content: space-between; }
#topbox02 .reason-list .reason01 { width: 330px; }
#topbox02 .reason-list .reason01 .img { width: 100%; margin-bottom: 30px; }

.treatment_img .img_in { justify-content: space-between; align-items: flex-start; }
.treatment_img .img_in > div { width: 165px; position: relative; }
.treatment_img .img_in > div span { display: inline-block; padding: 8px 20px 7px; box-sizing: border-box; border: 1px solid #194F39; border-radius: 25px; font-size: 12px; line-height: 17px; text-align: center; white-space: nowrap; position: absolute; bottom: -17px; left: 50%; transform: translateX(-50%); z-index: 1; }
.treatment_img .img_in > div.left span { background: #FFFFFF; color: #194F39; }
.treatment_img .img_in > div.right span { background: #194F39; color: #FFFFFF; }
.treatment_img p.flex { justify-content: center; align-items: center; font-size: 12px; margin-top: 37px; }
.treatment_img p.flex .midashi { display: inline-block; padding: 4px 10px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-size: 11px; line-height: 16px; color: #FFFFFF; margin: 0 10px; }
.treatment_img p.flex em { display: inline-block; font-size: 40px; line-height: 1.225; margin-bottom: 10px; }
.treatment_img p.flex em .mini { font-size: 24px; }

#topbox03 { padding: 160px 0; }
#topbox03 .title_box { justify-content: space-between; align-items: flex-end; padding-bottom: 60px; margin-bottom: 60px; position: relative; }
#topbox03 .title_box::before { content: ""; display: block; width: 100vw; height: 1px; background: #EEEEEE; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#topbox03 .title_box .title01 { display: inline-block; margin-bottom: 0; }
#topbox03 .title_box .text01 { width: 600px; }
#topbox03 .tec-list .tec00 { justify-content: space-between; align-items: flex-start; padding-bottom: 60px; margin-bottom: 60px; position: relative; }
#topbox03 .tec-list .tec00:last-child { padding-bottom: 0; margin-bottom: 0; }
#topbox03 .tec-list .tec00:last-child::before, #topbox03 .tec-list .tec00:last-child::after { display: none; }
#topbox03 .tec-list .tec00::before, #topbox03 .tec-list .tec00::after { content: ""; display: block; height: 1px; position: absolute; bottom: 0; left: 0; }
#topbox03 .tec-list .tec00::before { width: 100%; background: #EEEEEE; }
#topbox03 .tec-list .tec00::after { width: 40px; background: #194F39; }
#topbox03 .tec-list .tec00 .img_box { width: 350px; }
#topbox03 .tec-list .tec00 .img_box .num { width: 60px; height: 60px; border-radius: 50%; border: 1px solid #194F39; box-sizing: border-box; font-size: 14px; line-height: 60px; position: absolute; top: 0; right: 0; }
#topbox03 .tec-list .tec00 .img_box .img01 { width: 100%; }
#topbox03 .tec-list .tec00 .img_box .treatment_img { width: 100%; }
#topbox03 .tec-list .tec00 .text_box { width: 630px; margin-top: 40px; }
#topbox03 .tec-list .tec00 .text_box h3 { font-size: 28px; line-height: 1.43; margin-bottom: 20px; }
#topbox03 .tec-list .tec00 .text_box .point { margin-bottom: 40px; }
#topbox03 .tec-list .tec00 .text_box .btn01 { margin: 40px 0 0 auto; }

.onestop-img { width: 380px; }
.onestop-img .box00 { width: 380px; padding-top: 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; text-align: center; }
.onestop-img .box00 .midashi { display: inline-block; padding: 9px 20px 8px; box-sizing: border-box; border-radius: 25px; font-size: 13px; line-height: 19px; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); }
.onestop-img .box01 { margin-bottom: 48px; }
.onestop-img .box01 .midashi { background: #EEEEEE; }
.onestop-img .box01 img { width: 238px; }
.onestop-img .box02 { border: 1px solid #194F39; }
.onestop-img .box02 .midashi { background: #194F39; color: #FFFFFF; }
.onestop-img .box02 img { width: 203px; }

.onestop-list { justify-content: space-between; }
.onestop-list > div { width: 120px; height: 120px; background: #FFFFFF; box-sizing: border-box; border-radius: 10px; text-align: center; position: relative; }
.onestop-list > div::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 10px 0px 10px 10px; position: absolute; top: 50%; right: -9px; transform: translateY(-50%); }
.onestop-list > div p { width: 100%; font-size: 14px; line-height: 1.43; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.onestop-list > div p .num { display: block; font-size: 11px; line-height: 1.3; }
.onestop-list > div .sub_text { font-size: 11px; font-weight: 500; white-space: nowrap; position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); }
.onestop-list > div.last { border: 1px solid #194F39; }
.onestop-list > div.last::before { display: none; }

#topbox04 { padding: 160px 0 860px; }
#topbox04 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox04 .cnt .left { width: 600px; }
#topbox04 .cnt .left p.point { font-size: 24px; margin-bottom: 40px; }
#topbox04 .cnt .left p.point .grad { margin-top: 10px; }
#topbox04 .cnt .left .text_box p { margin-bottom: 30px; }
#topbox04 .cnt .left .text_box p:last-child { margin-bottom: 0; }
#topbox04 .onestop-list { margin-top: 40px; }
#topbox04 .btn01 { margin-top: 100px; }

#topbox05 { height: 1310px; padding: 160px 0; box-sizing: border-box; position: relative; z-index: 2; margin: -680px 0 -630px; }
#topbox05::before { content: ""; display: block; width: calc(100% - 60px); height: 100%; background: #FFFFFF; border-radius: 40px 0 0 40px; position: absolute; top: 0; right: 0; z-index: -1; }
#topbox05 .wrap { width: 1000px; }
#topbox05 .title01 { padding-bottom: 40px; margin-bottom: 40px; position: relative; }
#topbox05 .title01::before, #topbox05 .title01::after { content: ""; display: block; height: 1px; position: absolute; bottom: 0; }
#topbox05 .title01::before { width: 100%; background: #EEEEEE; left: 0; }
#topbox05 .title01::after { width: 40px; background: #194F39; left: 50%; transform: translateX(-50%); }
#topbox05 .box { padding: 40px; box-sizing: border-box; background: #F6F6F6; border-radius: 20px; margin-top: 60px; }
#topbox05 .box h3 { font-size: 22px; margin-bottom: 30px; }
#topbox05 .box .list li { width: 455px; padding: 13px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; font-weight: 500; text-align: center; margin: 10px 10px 0 0; }
#topbox05 .box .list li:nth-child(-n+2) { margin-top: 0; }
#topbox05 .box .list li:nth-child(2n) { margin-right: 0; }
#topbox05 .point { margin-top: 50px; font-size: 24px; text-align: center; }
#topbox05 .point .grad { margin-top: 10px; }
#topbox05 .text01 { text-align: center; margin-top: 40px; }
#topbox05 .btn01 { margin-top: 50px; }

/*板金加工　p02
=========================================== */
#main.kasou.tec-main { padding-top: 220px; }
#main.kasou.tec-main .sub_title { display: inline-block; padding: 4px 20px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-weight: 500; color: #FFFFFF; margin-bottom: 10px; }

.tecBox01 .tec-list .tec01 { justify-content: space-between; align-items: flex-start; padding-bottom: 60px; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; margin-bottom: 60px; }
.tecBox01 .tec-list .tec01:last-child { margin-bottom: 0; }
.tecBox01 .tec-list .tec01::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
.tecBox01 .tec-list .tec01 .text_box { width: 620px; margin-top: 20px; order: 1; }
.tecBox01 .tec-list .tec01 .text_box h3 { font-size: 28px; margin-bottom: 30px; }
.tecBox01 .tec-list .tec01 .text_box .text p { margin-bottom: 24px; }
.tecBox01 .tec-list .tec01 .text_box .text p:last-child { margin-bottom: 0; }
.tecBox01 .tec-list .tec01 .img_box { width: 380px; }

.tecBox02 { height: 1670px; padding: 140px 0; box-sizing: border-box; position: relative; z-index: 2; }
.tecBox02::before { content: ""; display: block; width: calc(100% - 60px); height: 100%; background: #FFFFFF; border-radius: 40px 0 0 40px; position: absolute; top: 0; right: 0; z-index: -1; }
.tecBox02 .wrap { width: 1000px; }
.tecBox02 .strengths-list .strengths01 { justify-content: space-between; align-items: flex-start; padding: 40px 40px 40px 80px; box-sizing: border-box; background: #F6F6F6; border-radius: 20px; position: relative; margin-bottom: 20px; }
.tecBox02 .strengths-list .strengths01:last-child { margin-bottom: 0; }
.tecBox02 .strengths-list .strengths01 .num { display: inline-block; width: 60px; height: 60px; padding: 21px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 50%; font-size: 14px; font-weight: 500; line-height: 1.22; position: absolute; top: 10px; left: 10px; }
.tecBox02 .strengths-list .strengths01 .text_box { width: 500px; margin-top: 60px; }
.tecBox02 .strengths-list .strengths01 .text_box h3 { font-size: 22px; line-height: 1.46; margin-bottom: 30px; }
.tecBox02 .strengths-list .strengths01 .img_box { width: 300px; }

#p02box01.tecBox01 .kind_box { margin-top: 80px; }
#p02box01.tecBox01 .kind_box h3 { font-size: 30px; margin-bottom: 30px; }
#p02box01.tecBox01 .kind_box .kind-list { justify-content: space-between; }
#p02box01.tecBox01 .kind_box .kind-list .kind01 { width: 260px; padding: 20px 20px 40px; box-sizing: border-box; background: #F6F6F6; border-radius: 10px; }
#p02box01.tecBox01 .kind_box .kind-list .kind01 img { width: 100%; margin-bottom: 20px; }
#p02box01.tecBox01 .kind_box .kind-list .kind01 h4 { padding: 0 10px; box-sizing: border-box; margin-bottom: 14px; }
#p02box01.tecBox01 .kind_box .kind-list .kind01 .text01 { padding: 0 10px; box-sizing: border-box; font-size: 14px; }

#p02box02.bg_circle02::before { top: -230px; left: -373px; }
#p02box02.bg_circle02::after { bottom: 208px; right: -304px; }

#p02box02 { padding-bottom: 837px; }
#p02box02 .achieve-list { margin-top: 60px; }
#p02box02 .achieve-list .achieve01 { align-items: center; width: 258px; min-height: 100px; background: #FFFFFF; border-radius: 10px; overflow: hidden; margin: 16px 16px 0 0; }
#p02box02 .achieve-list .achieve01:nth-child(-n+4) { margin-top: 0; }
#p02box02 .achieve-list .achieve01:nth-child(4n) { margin-right: 0; }
#p02box02 .achieve-list .achieve01 .text01 { width: calc(100% - 100px); padding: 15px 30px; box-sizing: border-box; font-weight: 500; }
#p02box02 .achieve-list .achieve01 .img { width: 100px; height: 100%; order: 1; }

#p02box03.tecBox02 { margin: -698px 0 -972px; }

#p02box03 + #works-sec { padding-top: 1112px; }

/*TIG溶接加工　p03
=========================================== */
#p03box02.bg_circle02::before { top: -230px; left: -373px; }
#p03box02.bg_circle02::after { bottom: 490px; right: -304px; }

#p03box02 { padding-bottom: 577px; }
#p03box02 .title01 { margin-bottom: 78px; }
#p03box02 .list { justify-content: space-between; }
#p03box02 .list .list_in01 { width: 532px; padding: 38px 40px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; margin: 48px 16px 0 0; }
#p03box02 .list .list_in01:nth-child(-n+2) { margin-top: 0; }
#p03box02 .list .list_in01:nth-child(2n) { margin-right: 0; }
#p03box02 .list .list_in01 .num { display: inline-block; padding: 6px 22px; box-sizing: border-box; border-radius: 18px; line-height: 24px; position: absolute; top: -18px; left: 20px; z-index: 1; }
#p03box02 .list .list_in01 .num em { display: inline-block; font-size: 17px; line-height: 24px; margin-left: 5px; }
#p03box02 .list .list_in01 .midashi { font-size: 18px; margin-bottom: 20px; }
#p03box02 .title { font-size: 28px; margin: 80px 0 58px; }
#p03box02 .merit-list.list .list_in01 .num { padding: 6px 25px; }
#p03box02 .demerit-list.list .list_in01 .num { background: #AAAAAA; }

#p03box03.tecBox02 { margin: -438px 0 -1232px; }

#p03box03 + #works-sec { padding-top: 1372px; }

/*表面処理加工　p04
=========================================== */
#p04box01.tecBox01 .title01 .ja .mini { font-size: 20px; }
#p04box01.tecBox01 .tec-list .tec01 { padding-bottom: 0; border-bottom: 0; }
#p04box01.tecBox01 .tec-list .tec01::before { display: none; }
#p04box01.tecBox01 .tec-list .tec01 .text_box { width: 540px; }
#p04box01.tecBox01 .tec-list .tec01 .img_box { width: 460px; }
#p04box01.tecBox01 .sub_text { margin-top: 40px; }
#p04box01.tecBox01 .sub_text p { margin-bottom: 24px; }
#p04box01.tecBox01 .sub_text p:last-child { margin-bottom: 0; }

#p04box02.bg_circle02::before { top: -230px; left: -373px; }
#p04box02.bg_circle02::after { bottom: 397px; right: -304px; }

#p04box02 .title01 { margin-bottom: 30px; }
#p04box02 .js-scrollable { width: calc(100% + 24px); overflow: visible !important; }
#p04box02 .compare-table { margin-top: 60px; }
#p04box02 .compare-table div.tr:last-child div.td { border-radius: 0 0 10px 10px; }
#p04box02 .compare-table div.tr:last-child div.td.osusume { border-bottom: 2px solid #194F39; }
#p04box02 .compare-table div.tr div.th { display: table; width: 132px; padding: 18px 30px; box-sizing: border-box; background: #194F39; border-radius: 6px 0 0 6px; margin-top: 1px; color: #FFFFFF; font-weight: 700; }
#p04box02 .compare-table div.tr div.th p { display: table-cell; vertical-align: middle; }
#p04box02 .compare-table div.tr div.td { display: table; width: 306px; padding: 18px 28px; box-sizing: border-box; background: #FFFFFF; border-top: 1px solid #EEEEEE; text-align: center; vertical-align: middle; margin-right: 15px; }
#p04box02 .compare-table div.tr div.td:last-child { margin-right: 0; }
#p04box02 .compare-table div.tr div.td p { display: table-cell; vertical-align: middle; }
#p04box02 .compare-table div.tr div.td .star-img { width: 96px; }
#p04box02 .compare-table div.tr div.td.osusume { border-left: 2px solid #194F39; border-right: 2px solid #194F39; }
#p04box02 .compare-table div.tr.first > div { width: 306px; padding: 40px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px 10px 0 0; margin-right: 15px; }
#p04box02 .compare-table div.tr.first > div:first-child { width: 132px; background: transparent; margin-right: 0; }
#p04box02 .compare-table div.tr.first > div:last-child { margin-right: 0; }
#p04box02 .compare-table div.tr.first > div .midashi { font-size: 18px; line-height: 1.45; margin-bottom: 20px; }
#p04box02 .compare-table div.tr.first > div.osusume { padding: 38px 18px 20px; border: 2px solid #194F39; border-bottom-width: 0; position: relative; }
#p04box02 .compare-table div.tr.first > div.osusume .icon { display: block; width: 90px; height: 90px; padding-top: 35px; box-sizing: border-box; border-radius: 50%; background: url("../img/p04/icon_bg.png") no-repeat center; background-size: cover; font-size: 14px; line-height: 20px; position: absolute; top: -39px; right: -24px; z-index: 1; }
#p04box02 .about_box { margin-top: 100px; }
#p04box02 .about_box .point { font-size: 18px; margin-bottom: 36px; }
#p04box02 .about_box .box_in { justify-content: space-between; align-items: flex-start; padding: 77px 60px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; }
#p04box02 .about_box .box_in .grad { font-size: 26px; line-height: 37px; position: absolute; top: -17px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p04box02 .about_box .box_in .text_box { width: 550px; order: 1; }
#p04box02 .about_box .box_in .text_box h3 { font-size: 24px; margin-bottom: 30px; }
#p04box02 .about_box .box_in .text_box .text p { margin-bottom: 24px; }
#p04box02 .about_box .box_in .text_box .text p:last-child { margin-bottom: 0; }
#p04box02 .about_box .box_in .img_box { width: 350px; }

.voice_box { padding: 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; z-index: 2; }
.voice_box .box_in { justify-content: space-between; align-items: flex-start; }
.voice_box .box_in .text_box { width: calc(100% - 370px); margin-top: 20px; order: 1; }
.voice_box .box_in .text_box h3 { font-size: 24px; margin-bottom: 20px; }
.voice_box .box_in .text_box .info { align-items: center; }
.voice_box .box_in .text_box .info .midashi, .voice_box .box_in .text_box .info .name { display: inline-block; font-size: 12px; line-height: 1.42; }
.voice_box .box_in .text_box .info .midashi { padding: 5px 17px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 25px; margin-right: 20px; }
.voice_box .box_in .img_box { width: 310px; }
.voice_box .text { margin-top: 40px; }
.voice_box .text p { margin-bottom: 24px; }
.voice_box .text p:last-child { margin-bottom: 0; }

#p04box03.tecBox02 { margin-bottom: -1669px; }

#p04box04 { padding: 1809px 0 0; background: #F0FBFB; margin-bottom: -274px; }

#p04box04 + #works-sec { padding-top: 410px; }

#p04box04 + #works-sec.bg_circle01::before { top: 159px; }

/*ホッパー・加圧タンクの総合加工　p05
=========================================== */
#p05box01 { padding-bottom: 0; position: relative; z-index: 2; }
#p05box01 .wrap { padding-bottom: 140px; }
#p05box01::before { content: ""; display: block; width: 123px; height: 78px; background: url("../img/p05/arrow.png") no-repeat center; background-size: contain; position: absolute; bottom: -39px; left: 50%; transform: translateX(-50%); }
#p05box01 .title { font-size: 38px; margin-bottom: 30px; }
#p05box01 .nayami-list li { width: 353px; padding: 18px; box-sizing: border-box; background: #F6F6F6; border-radius: 10px; text-align: center; font-weight: 500; margin-right: 10px; }
#p05box01 .nayami-list li:nth-child(3) { margin-right: 0; }
#p05box01 .nayami-list li.big01 { width: 532px; margin-right: 16px; margin-top: 16px; }
#p05box01 .nayami-list li.big01:nth-child(5) { margin-right: 0; }
#p05box01 .nayami-list li.big02 { width: 100%; margin-right: 0; margin-top: 15px; }
#p05box01 .img { position: absolute; bottom: 0; z-index: 1; }
#p05box01 .img01.img { width: 223px; left: -116px; }
#p05box01 .img02.img { width: 276px; right: -99px; }

#p05box02.bg_circle02::before { top: -230px; left: -373px; }
#p05box02.bg_circle02::after { top: 638px; bottom: auto; right: -304px; }

#p05box02 { padding: 158px 0 1432px; }
#p05box02 .cnt { justify-content: space-between; align-items: flex-start; }
#p05box02 .cnt .left { width: 600px; margin-top: 22px; }
#p05box02 .cnt .left h2 { font-size: 34px; line-height: 1.44; margin-bottom: 40px; }
#p05box02 .cnt .left h2 .grad { margin-top: 14px; }
#p05box02 .cnt .left .text_box p { margin-bottom: 30px; }
#p05box02 .cnt .left .text_box p:last-child { margin-bottom: 0; }
#p05box02 .onestop_box { padding: 52px 40px; box-sizing: border-box; border: 1px solid #194F39; border-radius: 20px; margin-top: 64px; position: relative; }
#p05box02 .onestop_box h3 { padding: 9px 20px 8px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-size: 22px; line-height: 1.46; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p05box02 .onestop_box .text01 { text-align: center; }
#p05box02 .onestop_box .onestop-list { margin-top: 30px; }
#p05box02 .onestop_box .onestop-list > div { width: 118px; }
#p05box02 .onestop_box .onestop-list > div::before { right: -6px; }
#p05box02 .onestop_box .arrow_box { width: 100%; height: 1px; background: #194F39; margin-top: 76px; position: relative; }
#p05box02 .onestop_box .arrow_box::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #194f39; border-width: 8.5px 0px 8.5px 9px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#p05box02 .onestop_box .arrow_box span { display: inline-block; padding: 1px 18px 2px; box-sizing: border-box; background: #FFFFFF; border: 2px solid #194F39; border-radius: 15px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }

#p05box03.tecBox02 { height: 1908px; margin: -1292px 0 -616px; }
#p05box03.tecBox02 .conf_box { margin-top: 79px; }

#p05box03 + #works-sec { padding-top: 756px; }

#p05box03 + #works-sec.bg_circle01::before { top: 505px; }

/*試作・開発支援　p06
=========================================== */
#p06box01 { padding-bottom: 0; position: relative; }
#p06box01 .wrap { padding-bottom: 140px; }
#p06box01 .title { font-size: 38px; margin-bottom: 40px; }
#p06box01 .title .mini { display: block; font-size: 24px; }
#p06box01 .text01 { text-align: center; }
#p06box01 .check-list { margin-top: 40px; }
#p06box01 .check-list li { width: 262px; padding: 18px; box-sizing: border-box; background: #194F39; border-radius: 10px; text-align: center; margin-right: 10px; }
#p06box01 .check-list li:nth-child(4) { margin-right: 0; }
#p06box01 .check-list li:last-child { margin-right: 0; }
#p06box01 .check-list li span { display: inline-block; padding-left: 26px; box-sizing: border-box; color: #FFFFFF; font-weight: 500; position: relative; }
#p06box01 .check-list li span::before { content: ""; display: block; width: 20px; height: 16px; background: url("../img/p06/check.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
#p06box01 .check-list li.big01 { width: 535px; margin-top: 10px; }
#p06box01 .img { position: absolute; bottom: 0; z-index: 1; }
#p06box01 .img01.img { width: 357px; right: -180px; }

#p06box02.bg_circle02::before { top: -230px; left: -373px; }
#p06box02.bg_circle02::after { top: 638px; bottom: auto; right: -304px; }

#p06box02 { padding-bottom: 1114px; }
#p06box02 .service-list .service01 { justify-content: space-between; align-items: flex-start; padding: 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 20px; }
#p06box02 .service-list .service01:last-child { margin-bottom: 0; }
#p06box02 .service-list .service01 .text_box { width: 550px; margin-top: 20px; order: 1; }
#p06box02 .service-list .service01 .text_box h3 { font-size: 24px; margin-bottom: 30px; }
#p06box02 .service-list .service01 .text_box .text p { margin-bottom: 24px; }
#p06box02 .service-list .service01 .text_box .text p:last-child { margin-bottom: 0; }
#p06box02 .service-list .service01 .img_box { width: 350px; }

#p06box03.tecBox02 { height: 1590px; margin: -974px 0 -616px; }
#p06box03.tecBox02 .voice-list .voice_box { background: #F6F6F6; margin-bottom: 20px; }
#p06box03.tecBox02 .voice-list .voice_box:last-child { margin-bottom: 0; }
#p06box03.tecBox02 .conf_box { margin-top: 79px; }

#p06box03 + #works-sec { padding-top: 756px; }

#p06box03 + #works-sec.bg_circle01::before { top: 505px; }

/*選ばれる理由　p07
=========================================== */
#p07box01 .title01 { margin-bottom: 40px; }
#p07box01 .strength-list { margin-top: 60px; }
#p07box01 .strength-list .strength01 { justify-content: space-between; align-items: flex-start; padding: 40px 80px; box-sizing: border-box; background: #F6F6F6; border-radius: 20px; margin-bottom: 20px; }
#p07box01 .strength-list .strength01:last-child { margin-bottom: 0; }
#p07box01 .strength-list .strength01 .text_box { width: 540px; margin-top: 20px; }
#p07box01 .strength-list .strength01 .text_box .midashi { display: flex; align-items: center; margin-bottom: 10px; }
#p07box01 .strength-list .strength01 .text_box .midashi .num { display: inline-block; width: 40px; height: 40px; padding: 11px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 50%; font-size: 14px; font-weight: 500; line-height: 1.22; margin-left: 12px; }
#p07box01 .strength-list .strength01 .text_box h3 { font-size: 22px; line-height: 1.46; margin-bottom: 30px; }
#p07box01 .strength-list .strength01 .img_box { width: 300px; }
#p07box01 .conf_box { margin-top: 60px; }

/*設備紹介　p08
=========================================== */
#p08box01 { padding: 100px 0; }
#p08box01 .equipment-list .equipment01 { width: 530px; padding: 40px; box-sizing: border-box; background: #F6F6F6; border-radius: 20px; margin: 20px 20px 0 0; }
#p08box01 .equipment-list .equipment01:nth-child(-n+2) { margin-top: 0; }
#p08box01 .equipment-list .equipment01:nth-child(2n) { margin-right: 0; }
#p08box01 .equipment-list .equipment01 .title { font-size: 22px; margin-bottom: 30px; }
#p08box01 .equipment-list .equipment01 .img { width: 100%; height: 280px; border-radius: 10px; margin-bottom: 30px; }
#p08box01 .equipment-list .equipment01 .info-list li { display: flex; flex-wrap: wrap; padding: 12px 0; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
#p08box01 .equipment-list .equipment01 .info-list li::before { content: ""; display: block; width: 30px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
#p08box01 .equipment-list .equipment01 .info-list li:first-child { padding-top: 0; }
#p08box01 .equipment-list .equipment01 .info-list li .midashi { display: block; width: 120px; font-weight: 700; }
#p08box01 .equipment-list .equipment01 .info-list li .text { display: block; width: calc(100% - 120px); }

#p08box02.bg_circle02::before { top: -380px; left: -373px; }
#p08box02.bg_circle02::after { bottom: -540px; right: -304px; }

#p08box02 .title01 { margin-bottom: 40px; }
#p08box02 .equipment-table { display: block; border: 1px solid #EDEDED; box-sizing: border-box; border-radius: 10px; }
#p08box02 .equipment-table tr { border-top: 1px solid #EDEDED; }
#p08box02 .equipment-table tr:first-child { border-top: 0; }
#p08box02 .equipment-table tr:last-child td:first-child { border-bottom-left-radius: 10px; }
#p08box02 .equipment-table tr:last-child td:last-child { border-bottom-right-radius: 10px; }
#p08box02 .equipment-table tr th { width: 338px; padding: 13px 20px; box-sizing: border-box; background: #F6F6F6; border-right: 1px solid #EDEDED; }
#p08box02 .equipment-table tr th:first-child { width: 280px; border-top-left-radius: 10px; }
#p08box02 .equipment-table tr th:nth-child(3) { width: 340px; }
#p08box02 .equipment-table tr th:last-child { width: 120px; border-right: 0; border-top-right-radius: 10px; }
#p08box02 .equipment-table tr td { padding: 12px 20px 13px; box-sizing: border-box; background: #FFFFFF; border-right: 1px solid #EDEDED; }
#p08box02 .equipment-table tr td:last-child { border-right: 0; }

/*会社案内　p09
=========================================== */
.page-company .bg_circle02::before { top: -350px; left: -373px; }
.page-company .bg_circle02::after { bottom: 130px; right: -304px; }

#p09box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box01 .cnt .title01 { width: calc(100% - 820px); margin-bottom: 0; }
#p09box01 .cnt .company-table { width: 820px; margin-top: 34px; }
#p09box01 .cnt .company-table tr { border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
#p09box01 .cnt .company-table tr::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
#p09box01 .cnt .company-table tr:first-child th, #p09box01 .cnt .company-table tr:first-child td { padding-top: 0; }
#p09box01 .cnt .company-table tr th, #p09box01 .cnt .company-table tr td { padding: 20px 0; box-sizing: border-box; }
#p09box01 .cnt .company-table tr th { width: 170px; }

#p09box02 { padding: 140px 0 40px; }
#p09box02 .title01 { margin-bottom: 0; }
#p09box02 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box02 .cnt .text_box { width: 600px; margin-top: 60px; }
#p09box02 .cnt .text_box p { margin-bottom: 24px; }
#p09box02 .cnt .text_box p:last-child { margin-bottom: 0; }
#p09box02 .cnt .img_box { width: 380px; position: relative; }
#p09box02 .cnt .img_box .name { font-size: 12px; line-height: 1.42; font-weight: 500; margin-top: 20px; }
#p09box02 .cnt .img_box .name em { display: block; font-size: 22px; line-height: 1.46; font-weight: 700; }

#p09box03 { padding: 40px 0 140px; }
#p09box03 .title01 { margin-bottom: 40px; }
#p09box03 .history-list { padding: 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 40px; }
#p09box03 .history-list .history01 { align-items: flex-start; padding: 20px 0; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
#p09box03 .history-list .history01:first-child { padding-top: 0; }
#p09box03 .history-list .history01::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
#p09box03 .history-list .history01 .date { width: 170px; font-weight: 500; }
#p09box03 .history-list .history01 .text_box { width: calc(100% - 170px); }

/*実績紹介　p10
=========================================== */
#p10box01 div#two-main { width: 840px; }
#p10box01 .works-all-list .works01 { margin: 40px 30px 0 0; }
#p10box01 .works-all-list .works01:nth-child(-n+3) { margin-top: 0; }
#p10box01 .works-all-list .works01:nth-child(3n) { margin-right: 0; }

.edit-midashi01 { padding-bottom: 20px; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; font-size: 32px; position: relative; margin-bottom: 30px; }
.edit-midashi01::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }

.edit-midashi02 { padding-bottom: 12px; border-bottom: 1px solid #EEEEEE; box-sizing: border-box; font-size: 24px; margin-bottom: 30px; }

.edit-midashi03 { font-size: 20px; margin-bottom: 30px; }

.writer_box { padding: 40px 60px; box-sizing: border-box; background: #F6F6F6; border-radius: 20px; margin-top: 80px; }
.writer_box h3 { font-size: 18px; margin-bottom: 20px; }
.writer_box .box_in { justify-content: space-between; align-items: flex-start; }
.writer_box .box_in .img { width: 140px; height: 140px; border-radius: 5px; }
.writer_box .box_in .info_box { width: calc(100% - 180px); }
.writer_box .box_in .info_box .name_box { align-items: center; }
.writer_box .box_in .info_box .name_box .cate { display: inline-block; font-size: 12px; font-weight: 500; line-height: 1.42; color: #194F39; padding: 3px 13px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 25px; margin-right: 10px; }
.writer_box .box_in .info_box .name_box h4 { display: inline-block; font-size: 14px; }
.writer_box .box_in .info_box .text { margin-top: 11px; }

#worksBox01 .info { align-items: flex-start; margin-bottom: 16px; }
#worksBox01 .info .cate-list { width: auto; margin-right: 20px; }
#worksBox01 .info .cate-list li { font-size: 12px; font-weight: 500; line-height: 1.42; color: #194F39; padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 25px; margin-right: 5px; }
#worksBox01 .info .cate-list li:last-child { margin-right: 0; }
#worksBox01 .info .time { font-size: 12px; margin-top: 5px; }
#worksBox01 .gallery_img { justify-content: space-between; align-items: flex-start; }
#worksBox01 .gallery_img .gallery_main { width: 600px; margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 370px; border-radius: 10px; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 14px; }
#worksBox01 .gallery_img .gallery_thum { width: 210px; 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: 100px; height: 85px; border-radius: 5px; margin: 10px 10px 0 0; opacity: 0.4; 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: 1; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current { opacity: 1; }
#worksBox01 .info-table { margin-top: 40px; }
#worksBox01 .info-table tr { border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
#worksBox01 .info-table tr::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
#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: 14px 0; box-sizing: border-box; }
#worksBox01 .info-table tr th { width: 170px; }
#worksBox01 .works_box01 { margin-top: 40px; }
#worksBox01 .works_box02 { margin-top: 60px; }
#worksBox01 .works_box02 .edit-midashi02 { margin-bottom: 58px; }
#worksBox01 .works_box02 .img_box .img { width: 380px; position: relative; }
#worksBox01 .works_box02 .img_box .img p { padding: 9px 20px 8px; box-sizing: border-box; font-size: 13px; line-height: 1.46; border-radius: 25px; position: absolute; top: -18px; left: 50%; transform: translateX(-50%); z-index: 1; }
#worksBox01 .works_box02 .img_box .img .img_in { width: 100%; height: 240px; }
#worksBox01 .works_box02 .img_box .img.img_befo p { background: #EEEEEE; }
#worksBox01 .works_box02 .img_box .img.img_after p { background: #194F39; }
#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: 33px; height: 46px; background: url("../img/p10/img_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -46px; transform: translateY(-50%); }
#worksBox01 .works_box02 .img-text { margin-top: 40px; }

/*ブログ　p11
=========================================== */
#p11box01 .blog-all-list .blog01 { margin: 40px 20px 0 0; }
#p11box01 .blog-all-list .blog01:nth-child(-n+3) { margin-top: 0; }
#p11box01 .blog-all-list .blog01:nth-child(3n) { margin-right: 0; }

#toc_container { background: #F6F6F6 !important; border: 1px solid #194F39 !important; padding: 30px 40px !important; border-radius: 10px; margin-bottom: 60px !important; width: 100% !important; display: flex !important; font-size: 16px !important; box-sizing: border-box; }
#toc_container p.toc_title { width: 52px; text-align: left !important; margin: 0 !important; padding: 0 !important; color: #0A0A0A; }
#toc_container ul.toc_list { width: calc(100% - 52px); margin-top: 0 !important; }
#toc_container ul.toc_list > li { padding-left: 34px; box-sizing: border-box; margin-bottom: 10px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { position: relative; font-weight: 700; color: #194F39; }
#toc_container ul.toc_list > li > a .toc_number { width: 24px; height: 24px; background: #FFFFFF; border: 1px solid #194F39; border-radius: 50%; box-sizing: border-box; font-family: "Inter"; font-optical-sizing: auto; font-style: normal; font-size: 12px; line-height: 24px; font-weight: 700; text-align: center; position: absolute; top: 0; left: -34px; }

.keyword_box { margin-top: 60px; }
.keyword_box .edit-midashi03 { margin-bottom: 0; }
.keyword_box .keyword-list { margin-top: 5px; }
.keyword_box .keyword-list li { display: inline-block; margin: 10px 10px 0 0; }
.keyword_box .keyword-list li:last-child { margin-right: 0; }
.keyword_box .keyword-list li a { display: inline-block; padding: 9px 20px 8px; box-sizing: border-box; background: #EEEEEE; border-radius: 25px; font-size: 14px; font-weight: 500; }
.keyword_box .keyword-list li a:hover { text-decoration: none; opacity: 0.7; }

#blogBox01 .post-navigation { margin-top: 60px; }
#blogBox01 .info { align-items: flex-start; margin-bottom: 16px; }
#blogBox01 .info .cate-list { width: auto; margin-right: 20px; }
#blogBox01 .info .cate-list li { font-size: 12px; font-weight: 500; line-height: 1.42; color: #194F39; padding: 3px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #194F39; border-radius: 25px; margin-right: 5px; }
#blogBox01 .info .cate-list li:last-child { margin-right: 0; }
#blogBox01 .info .time { font-size: 12px; margin-top: 5px; }

/*採用情報　p12
=========================================== */
#p12box01 { padding-bottom: 250px; position: relative; z-index: 2; }
#p12box01 .cnt { justify-content: space-between; align-items: center; }
#p12box01 .cnt .text_box { width: 620px; order: 1; }
#p12box01 .cnt .text_box h2 { font-size: 28px; margin-bottom: 30px; }
#p12box01 .cnt .text_box .text p { margin-bottom: 24px; }
#p12box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p12box01 .cnt .img_box { width: 380px; }
#p12box01 .box { margin-top: 108px; position: relative; }
#p12box01 .box h3 { font-size: 20px; line-height: 1.45; white-space: nowrap; position: absolute; top: -23px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p12box01 .box .list { justify-content: space-between; }
#p12box01 .box .list .list_in { width: 346px; padding: 40px 0; box-sizing: border-box; background: #F1FBFB; border-radius: 10px; }
#p12box01 .box .list .list_in img { width: 120px; margin-bottom: 30px; }
#p12box01 .bg-img { width: 100%; height: 330px; background: url("../img/p12/bg-img01.png") repeat-x center; position: absolute; bottom: -180px; left: 0; animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { background-position: 0 0; }
  100% { background-position: -1600px 0; } }
#p12box02.bg_circle02::before { top: -60px; left: -373px; }
#p12box02.bg_circle02::after { bottom: 331px; right: -304px; }

#p12box02 { padding-top: 320px; }
#p12box02 .title01 { margin-bottom: 40px; }
#p12box02 .recruitment_box { padding: 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p12box02 .recruitment_box .recruitment-table tr { border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
#p12box02 .recruitment_box .recruitment-table tr::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
#p12box02 .recruitment_box .recruitment-table tr:first-child th, #p12box02 .recruitment_box .recruitment-table tr:first-child td { padding-top: 0; }
#p12box02 .recruitment_box .recruitment-table tr th, #p12box02 .recruitment_box .recruitment-table tr td { padding: 20px 0; box-sizing: border-box; }
#p12box02 .recruitment_box .recruitment-table tr th { width: 170px; }
#p12box02 .flow_box { margin-top: 104px; padding: 55px 60px; box-sizing: border-box; border: 1px solid #194F39; box-sizing: border-box; border-radius: 20px; position: relative; }
#p12box02 .flow_box h3 { display: inline-block; padding: 9px 20px 8px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-size: 22px; line-height: 1.46; position: absolute; top: -23px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p12box02 .flow_box .flow-list .flow01 { width: 300px; padding: 30px 30px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; margin-right: 29px; }
#p12box02 .flow_box .flow-list .flow01:last-child { border: 1px solid #194F39; margin-right: 0; }
#p12box02 .flow_box .flow-list .flow01:last-child::before { display: none; }
#p12box02 .flow_box .flow-list .flow01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 10px 0px 10px 10px; position: absolute; top: 50%; right: -9px; transform: translateY(-50%); }
#p12box02 .flow_box .flow-list .flow01 h4 { font-size: 20px; margin-bottom: 20px; }
#p12box02 .flow_box .flow-list .flow01 h4 .num { display: block; font-size: 11px; margin-bottom: 4px; }
#p12box02 .flow_box .flow-list .flow01 h4 .mini { font-size: 16px; }

/*お問い合わせ　p13
=========================================== */
#p13box01 .title { font-size: 38px; margin-bottom: 60px; }
#p13box01 .title .mini { display: block; font-size: 20px; }
#p13box01 .img01.img { width: 273px; position: absolute; top: -23px; right: 30px; }
#p13box01 .check-list { justify-content: space-between; position: relative; z-index: 1; }
#p13box01 .check-list li { width: 320px; padding: 18px 10px; box-sizing: border-box; background: #EEEEEE; border-radius: 10px; text-align: center; }
#p13box01 .check-list li:first-child { width: 350px; }
#p13box01 .check-list li:nth-child(3) { width: 388px; }
#p13box01 .check-list li span { display: inline-block; padding-left: 26px; box-sizing: border-box; font-weight: 500; position: relative; }
#p13box01 .check-list li span::before { content: ""; display: block; width: 20px; height: 16px; background: url("../img/p13/check.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
#p13box01 .check-list li.last { display: block; width: 100%; padding: 0; background: transparent; border-radius: 0; text-align: right; margin-top: 8px; }
#p13box01 .check-list li.last span { padding-left: 0; }
#p13box01 .check-list li.last span::before { display: none; }
#p13box01 .box { width: 720px; padding: 44px 60px 37px; box-sizing: border-box; background: #F1FBFB; border: 1px solid #194F39; border-radius: 10px; margin: 27px auto 0; position: relative; }
#p13box01 .box h3 { padding: 9px 20px 8px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-size: 18px; line-height: 1.45; position: absolute; top: -19px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p13box01 .box .box_in { justify-content: center; align-items: flex-start; }
#p13box01 .box .box_in .tel_box { text-align: right; }
#p13box01 .box .box_in .tel_box .tel .num { color: #194F39; }
#p13box01 .box .box_in .tel_box .tel-text { font-weight: 500; }
#p13box01 .box .box_in .fax-num { margin: 16px 0 0 12px; }

#p13box02 .title01 { margin-bottom: 40px; }
#p13box02 .text-list01 li { font-size: 14px; text-align: center; padding-left: 1em; text-indent: -1em; }
#p13box02 .form_box { margin-top: 40px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 40px; }
ul.contact-state > li { display: table; width: 300px; height: 100px; background: #FFFFFF; box-sizing: border-box; border-radius: 10px; position: relative; margin-right: 30px; }
ul.contact-state > li:last-child { margin: 0; }
ul.contact-state > li:last-child::before { display: none; }
ul.contact-state > li::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 10px 0px 10px 10px; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); z-index: -1; }
ul.contact-state > li > .text { display: table-cell; text-align: center; vertical-align: middle; font-size: 20px; font-weight: 700; line-height: 1.45; color: #194F39; }
ul.contact-state > li > .text .num { display: block; font-size: 11px; margin-bottom: 4px; }
ul.contact-state > li.state01 { border: 1px solid #194F39; }
ul.contact-state > li.state01::before { border-color: transparent transparent transparent #194F39; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: center; }
ul.contact-state.contact-state02 > li.state02 { border: 1px solid #194F39; }
ul.contact-state.contact-state02 > li.state02::before { border-color: transparent transparent transparent #194F39; }

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

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

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL .waku { padding: 54px 60px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
.contactTBL ::placeholder { color: #CCCCCC; }
.contactTBL tr { border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
.contactTBL tr::before { content: ""; display: block; width: 40px; height: 1px; background: #194F39; position: absolute; bottom: -1px; left: 0; }
.contactTBL th, .contactTBL td { font-size: 16px; line-height: 24px; vertical-align: top; }
.contactTBL th { width: 294px; padding: 38px 84px 28px 10px; box-sizing: border-box; position: relative; }
.contactTBL th .hissu { display: inline-block; padding: 2px 10px 3px; box-sizing: border-box; background: #194F39; border-radius: 25px; font-size: 12px; line-height: 17px; font-weight: 500; color: #FFFFFF; position: absolute; top: 39px; right: 30px; }
.contactTBL td { padding: 30px 0 20px; box-sizing: border-box; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea { width: 400px; height: 40px; padding: 8px 20px; box-sizing: border-box; background: #F5F5F5; border: 1px solid #EEEEEE; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #0A0A0A; 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: 200px; }
.contactTBL .koumoku th { padding-top: 0; }
.contactTBL .koumoku th .hissu { top: 1px; }
.contactTBL .koumoku td { padding-top: 0; }
.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: 18px; height: 18px; background: #EEEEEE; border: 1px solid #DDDDDD; margin-right: 6px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-left: 0; }
.contactTBL .text-list { margin-top: 14px; }
.contactTBL .text-list li { font-size: 14px; padding-left: 1em; text-indent: -1em; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: inline-block; content: "ファイルが選択されていません"; font-size: 14px; color: #0A0A0A; margin: 10px 0 0 20px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 40px; padding: 9px 19px; box-sizing: border-box; background: #0A0A0A; border: 1px solid #EEEEEE; border-radius: 0; font-size: 14px; font-weight: 400; line-height: 20px; color: #FFFFFF; transition: 0.3s; }
.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 .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 th { padding-top: 30px; }
.contactTBL .doui-box th .hissu { top: 31px; }
.contactTBL .doui-box .doui-text { font-size: 14px; font-weight: 400; margin-top: 12px; }
.contactTBL .doui-box .doui-text a { color: #0E5DA8; 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; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 18px; height: 18px; margin-right: 8px; border-radius: 1px; background: #EEEEEE; border: 1px solid #DDDDDD; cursor: pointer; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; margin-top: 40px; }
.contactTBL .contact-submit.flex .btn01 { margin: 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: 30px; background: #0E5DA8; border: 1px solid #0E5DA8; 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: #0E5DA8; }
.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: #0E5DA8; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control:hover { background: #0E5DA8; 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; }

/*確認画面時の表示設定*/
.contactArea.che .waku { background: #eee; }
.contactArea.che tr { border-bottom: 1px solid #FFF; }
.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: 140px 0; text-align: center; border-radius: 40px 40px 0 0; background: #FFFFFF; position: relative; z-index: 1; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 140px 0; border-radius: 40px 40px 0 0; background: #FFFFFF; position: relative; z-index: 1; }

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.77vw; }
  #header .header_inner .logo a img { width: 8.18vw; }
  #header .header_inner .right { padding-top: 1vw; }
  #header .header_inner .right .right_top { margin-bottom: 0.78vw; }
  #header .header_inner .right .right_top .contact_btn { top: 1vw; }
  .gnav { height: 1.88vw; } }
@media screen and (min-width: 0px) and (max-width: 1400px) { #header { height: 7.5vw; } }
@media screen and (min-width: 0px) and (max-width: 1300px) { #main.home_main .wrap { width: 1100px; }
  #main.home_main .blog_box { width: 540px; }
  #main.home_main .blog_box .top-blog01 { width: 380px; }
  #topbox01::before { width: calc(100% - 30px); }
  #topbox05::before { width: calc(100% - 30px); }
  #footer .footer_box::before { width: calc(100% - 30px); }
  #footer .footer_box .wrap { width: 1000px; }
  .tecBox02::before { width: calc(100% - 30px); } }
@media screen and (min-width: 0px) and (max-width: 1200px) { #header { height: 90px; }
  #header .header_inner .logo a img { width: 98px; }
  #header .header_inner .right { padding-top: 12px; }
  #header .header_inner .right .right_top { margin-bottom: 10px; }
  #header .header_inner .right .right_top .contact_btn { top: 12px; }
  .gnav { height: 23px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() {}
/*safari用
=========================================== */
