@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.info_cate { align-items: flex-start; margin-bottom: 15px; }
.info_cate .time { line-height: 1.25; color: #0085FE; margin: 4px 14px 9px 0; }
.info_cate .cate-list { width: auto; margin-bottom: 5px; }
.info_cate .cate-list li { line-height: 1.25; color: #FFFFFF; padding: 4px 8px; box-sizing: border-box; background: #0085FE; border-radius: 2px; margin-right: 8px; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.news01 { width: 100%; }
.news01 a { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; }
.news01 a:hover { text-decoration: none; }
.news01 a:hover .img .in_img { transform: scale(1.1); }
.news01 a .img { width: 260px; height: 166px; border-radius: 4px; overflow: hidden; margin-right: 20px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.news01 a .info_box { width: calc(100% - 280px); }
.news01 a .info_box h3 { line-height: 2.25; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 768px; }
.wrap.twin div#two-side { width: 272px; }
.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-left: 18px; box-sizing: border-box; font-size: 20px; color: #0085FE; position: relative; margin-bottom: 2px; }
.wrap.twin div#two-side .side_box .side-title::before { content: ""; display: block; width: 4px; height: calc(100% + 2px); background: #0085FE; position: absolute; top: 0; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 24px 20px 24px 0; box-sizing: border-box; background: url("../img/common/side_arrow.svg") no-repeat center right; background-size: 8px; border-bottom: 1px solid #CCCBCB; line-height: 1.25; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover { text-decoration: none; opacity: 0.3; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #0085FE; }
.wrap.twin div#two-side .side_box .side-inner { margin-top: 16px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 60px; box-sizing: border-box; padding: 18px 40px 18px 20px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 0; font-family: "Zen Kaku Gothic New"; background: url("../img/common/select_arrow.svg") no-repeat center right 20px, #F0F0F0; background-size: 14px; border-radius: 4px; -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; background: #FFFFFF; border: 1px solid #0085FE; border-radius: 50%; box-sizing: border-box; margin: 0 3px; text-decoration: none; font-size: 16px; font-weight: 700; color: #0085FE; line-height: 58px; transition: 0.3s; }

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

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

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

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

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

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

.post-navigation ul > li.blog-back { margin: 0 60px; }
.post-navigation ul > li.blog-back a { width: 200px; background: #FFFFFF; border: 1px solid #0085FE; border-radius: 80px; text-align: center; line-height: 48px; }
.post-navigation ul > li.blog-back a:focus, .post-navigation ul > li.blog-back a:hover { background: #0085FE; color: #FFFFFF; }
.post-navigation ul > li.blog-back a::before { display: none; }

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

/*TOPページ　p01
=========================================== */
#topbox01 { padding: 200px 0 100px; }
#topbox01 .wrap { z-index: 1; }
#topbox01 .wrap::before { content: ""; display: block; width: 1383px; height: 523px; background: url("../img/top/bg_line01.png") no-repeat left bottom; background-size: contain; position: absolute; top: -361px; left: 127px; z-index: -1; }
#topbox01 .wrap::after { content: ""; display: block; width: 670px; height: 1465px; background: url("../img/top/bg_line02.png") no-repeat right bottom; background-size: contain; position: absolute; bottom: -120px; right: 840px; z-index: -1; }
#topbox01 .cnt { justify-content: space-between; align-items: flex-start; position: relative; margin-bottom: 60px; }
#topbox01 .cnt .text_box { width: 552px; margin-top: 80px; }
#topbox01 .cnt .text_box .title01 { text-align: left; margin-bottom: 40px; }
#topbox01 .cnt .text_box .title01 .bg-text { font-size: 147px; line-height: 120px; position: absolute; top: -160px; left: -90px; z-index: -1; }
#topbox01 .cnt .text_box .title01 .title { font-size: 46px; line-height: 1.56; position: static; transform: translateX(0); }
#topbox01 .cnt .text_box p.common_text { margin-bottom: 32px; }
#topbox01 .cnt .text_box p.common_text:last-child { margin-bottom: 0; }
#topbox01 .cnt .img_box { width: 572px; margin-right: -77px; }
#topbox01 .example_box { padding: 80px 50px 76px 140px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; position: relative; }
#topbox01 .example_box h3 { font-size: 34px; line-height: 1; position: absolute; top: -40px; left: 50px; z-index: 1; }
#topbox01 .example_box .example-list .example01 { width: 440px; justify-content: space-between; align-items: center; margin: 40px 30px 0 0; }
#topbox01 .example_box .example-list .example01:nth-child(-n+2) { margin-top: 0; }
#topbox01 .example_box .example-list .example01:nth-child(2n) { margin-right: 0; }
#topbox01 .example_box .example-list .example01 .icon { width: 70px; height: 70px; background: #0085FE; border-radius: 50%; position: relative; }
#topbox01 .example_box .example-list .example01 .icon img { width: 46px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox01 .example_box .example-list .example01 .text { width: calc(100% - 82px); }
#topbox01 .example_box .example-list .example01 .text h4 { font-size: 20px; line-height: 1.2; margin-bottom: 12px; }
#topbox01 .btn01 { display: block; text-align: right; }

#topbox02 { padding: 120px 0 100px; background: #F2FAFF; position: relative; z-index: 1; }
#topbox02::before { content: ""; display: block; width: 18.2%; height: 354px; background: url("../img/top/bg_line03.png") no-repeat right bottom; background-size: contain; position: absolute; bottom: 0; right: 0; z-index: -1; }
#topbox02 .cnt { justify-content: space-between; align-items: center; margin-bottom: 80px; }
#topbox02 .cnt .text_box { width: 550px; padding-right: 70px; box-sizing: border-box; order: 1; }
#topbox02 .cnt .text_box .title01 { text-align: left; margin-bottom: 32px; }
#topbox02 .cnt .text_box .title01 .bg-text { font-size: 147px; line-height: 120px; position: absolute; top: -60px; left: 126px; z-index: -1; }
#topbox02 .cnt .text_box .title01 .title { position: static; transform: translateX(0); }
#topbox02 .cnt .img_box { width: 520px; margin-left: -50px; }
#topbox02 .flow-list .flow01 { width: 188px; padding: 24px 20px 26px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-right: 40px; position: relative; }
#topbox02 .flow-list .flow01:last-child { margin-right: 0; }
#topbox02 .flow-list .flow01:last-child::before { display: none; }
#topbox02 .flow-list .flow01::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/step_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); }
#topbox02 .flow-list .flow01 span { display: block; width: 140px; padding: 4px 0 6px; box-sizing: border-box; background: #0085FE; border-radius: 60px; line-height: 1; font-weight: 700; margin: 0 auto 33px; }
#topbox02 .flow-list .flow01 .box_in { align-items: center; flex-direction: column; }
#topbox02 .flow-list .flow01 .box_in img { width: 66px; }
#topbox02 .flow-list .flow01 .box_in .text { text-align: center; margin-top: 27px; }
#topbox02 .btn01 { display: block; text-align: right; }

#topbox03 { background: linear-gradient(180deg, #F2FAFF 0%, #F2FAFF 55%, #FFFFFF 55%, #FFFFFF 100%); }
#topbox03 .wrap { width: 100%; padding: 0 110px; box-sizing: border-box; }
#topbox03 .btn-list { justify-content: space-between; }
#topbox03 .btn-list .btn_box { width: calc(50% - 10px); height: 494px; }
#topbox03 .btn-list .btn_box a { display: block; width: 100%; height: 100%; padding: 64px; box-sizing: border-box; border-radius: 20px; overflow: hidden; position: relative; z-index: 1; }
#topbox03 .btn-list .btn_box a:hover { text-decoration: none; }
#topbox03 .btn-list .btn_box a:hover .bg-img { transform: translate(-50%, -50%) scale(1.1); }
#topbox03 .btn-list .btn_box a:hover .arrow::before { width: calc(100% - 20px); height: calc(100% - 20px); }
#topbox03 .btn-list .btn_box a .bg-img { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; z-index: -1; }
#topbox03 .btn-list .btn_box a .title02 .ja { padding-left: 52px; box-sizing: border-box; font-size: 20px; line-height: 1.5; letter-spacing: 0.06em; position: relative; }
#topbox03 .btn-list .btn_box a .title02 .ja::before { content: ""; display: block; width: 36px; height: 2px; background: #FFFFFF; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#topbox03 .btn-list .btn_box a .arrow { display: block; width: 100px; height: 100px; background-image: url("../img/common/btn_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: 19px; position: absolute; bottom: 40px; right: 40px; }
#topbox03 .btn-list .btn_box a .arrow::before { content: ""; display: block; width: 100%; height: 100%; border: 2px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox03 .btn-list .btn_box.btn_box01 a .bg-img { background-image: url("../img/top/btn_img01.jpg"); }
#topbox03 .btn-list .btn_box.btn_box02 a .bg-img { background-image: url("../img/top/btn_img02.jpg"); }

#topbox04 { padding: 100px 0 120px; }
#topbox04 .cnt { justify-content: space-between; align-items: flex-start; min-height: 222px; }
#topbox04 .cnt .title01 { width: 340px; text-align: left; margin-top: 50px; margin-bottom: 0; }
#topbox04 .cnt .title01 .bg-text { font-size: 128px; line-height: 120px; position: absolute; top: -50px; left: -40px; }
#topbox04 .cnt .title01 .title { position: static; transform: translateX(0); }
#topbox04 .cnt .top-news-list { width: 670px; }
#topbox04 .cnt .top-news-list .info_cate { margin-bottom: 10px; }
#topbox04 .cnt .top-news-list .info_cate .time { line-height: 1.5; margin: 0 14px 4px 0; }
#topbox04 .cnt .top-news-list .info_cate .cate-list { margin-bottom: 4px; }
#topbox04 .cnt .top-news-list .info_cate .cate-list li { font-size: 14px; line-height: 24px; font-weight: 700; padding: 0 15px; border-radius: 60px; }
#topbox04 .cnt .top-news-list .news01 a { padding: 24px 0 28px; border-bottom: 1px solid #DADADA; box-sizing: border-box; position: relative; }
#topbox04 .cnt .top-news-list .news01 a:hover::after { width: 100%; }
#topbox04 .cnt .top-news-list .news01 a:hover h3 { color: #0085FE; }
#topbox04 .cnt .top-news-list .news01 a::after { content: ""; display: block; width: 0; height: 1px; background: #0085FE; position: absolute; bottom: -1px; left: 0; transition: 0.3s; }
#topbox04 .cnt .top-news-list .news01 a .img { display: none; }
#topbox04 .cnt .top-news-list .news01 a .info_box { width: 100%; }
#topbox04 .cnt .top-news-list .news01 a .info_box h3 { padding-right: 50px; box-sizing: border-box; line-height: 1.5; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; position: relative; transition: 0.3s; }
#topbox04 .cnt .top-news-list .news01 a .info_box h3::after { content: ""; display: block; width: 15px; height: 11px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#topbox04 .btn01 { margin-top: 0; position: absolute; top: 158px; left: 0; }

#topbox05 { background: #F2FAFF; position: relative; z-index: 1; }
#topbox05::before { content: ""; display: block; width: 1256px; height: 100%; background: url("../img/top/bg_line04.png") no-repeat top left; background-size: contain; position: absolute; top: 0; left: -10px; z-index: -1; }
#topbox05 .text_box { width: 460px; padding: 140px 0 120px; margin: 0 0 0 auto; }
#topbox05 .text_box .title01 { text-align: left; margin-bottom: 40px; }
#topbox05 .text_box .title01 .bg-text { font-size: 147px; line-height: 120px; position: absolute; top: -60px; left: -157px; }
#topbox05 .text_box .title01 .title { font-size: 46px; line-height: 1.56; position: static; transform: translateX(0); }
#topbox05 .text_box .text01 { font-size: 20px; line-height: 2; }
#topbox05 .bg-img { width: 632px; height: 100%; background: url("../img/top/img03.png") repeat-y center; background-size: cover; position: absolute; top: 0; left: -100px; animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { background-position: 0 0; }
  100% { background-position: 0 -2061px; } }
/*事業内容　p02
=========================================== */
#p02box01 .box-list .box { margin-bottom: 120px; }
#p02box01 .box-list .box:nth-child(2n) .cnt .text_box { order: 1; }
#p02box01 .box-list .box:last-child { margin-bottom: 0; }
#p02box01 .box-list .box .cnt { justify-content: space-between; align-items: flex-start; }
#p02box01 .box-list .box .cnt .text_box { width: 474px; }
#p02box01 .box-list .box .cnt .text_box h2.title { padding-left: 38px; box-sizing: border-box; font-size: 30px; line-height: 1.33; position: relative; margin-bottom: 30px; }
#p02box01 .box-list .box .cnt .text_box h2.title::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p02/title_icon.png") no-repeat center; background-size: contain; position: absolute; top: 10px; left: 0; }
#p02box01 .box-list .box .cnt .img_box { width: 570px; }
#p02box01 .box-list .box .list_box { margin-top: 36px; }
#p02box01 .box-list .box .list_box h3 { padding-left: 42px; box-sizing: border-box; font-size: 22px; line-height: 1.8; position: relative; margin-bottom: 24px; }
#p02box01 .box-list .box .list_box h3::before { content: ""; display: block; width: 30px; height: 1px; background: #0085FE; position: absolute; top: 22px; left: 0; }
#p02box01 .box-list .box .list_box ul.flex { justify-content: space-between; }
#p02box01 .box-list .box .list_box ul.flex li.flex { width: 266px; align-items: center; justify-content: space-between; padding: 21px 16px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; }
#p02box01 .box-list .box .list_box ul.flex li.flex .icon { display: inline-block; width: 40px; height: 40px; background: #0085FE; border-radius: 50%; position: relative; }
#p02box01 .box-list .box .list_box ul.flex li.flex .icon img { display: block; width: 26px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p02box01 .box-list .box .list_box ul.flex li.flex .text { width: calc(100% - 52px); line-height: 1.375; }

#p02box02 { position: relative; }
#p02box02::before { content: ""; display: block; width: 563px; height: 602px; background: url("../img/p02/line01.png") no-repeat top left; background-size: contain; position: absolute; top: 0; left: 0; z-index: -1; }
#p02box02 .works-table { border-radius: 10px 10px 0 0; overflow: hidden; }
#p02box02 .works-table tr { background: #FAFAFA; }
#p02box02 .works-table tr:nth-child(2n) { background: #FFFFFF; }
#p02box02 .works-table tr td { padding: 22px 20px; box-sizing: border-box; font-size: 14px; line-height: 16px; border-right: 1px solid #E3E3E3; }
#p02box02 .works-table tr td:nth-child(1) { width: 112px; text-align: center; }
#p02box02 .works-table tr td:nth-child(2) { width: 213px; }
#p02box02 .works-table tr td:last-child { width: 336px; border-right: 0; }
#p02box02 .works-table tr.first { background: #0085FE; }
#p02box02 .works-table tr.first th { padding: 18px; box-sizing: border-box; border-right: 1px solid #69B8FF; color: #FFFFFF; text-align: center; }
#p02box02 .works-table tr.first th:last-child { border-right: 0; }

/*開発ポリシー　p03
=========================================== */
#p03box01 .cnt { justify-content: space-between; align-items: center; }
#p03box01 .cnt .text_box { width: 490px; }
#p03box01 .cnt .text_box h2.title { font-size: 46px; line-height: 1.35; margin-bottom: 40px; }
#p03box01 .cnt .text_box h2.title span { display: inline-block; padding: 0 10px 4px; box-sizing: border-box; background: #0085FE; border-radius: 4px; margin: 0 8px 8px 0; }
#p03box01 .cnt .text_box .text p { margin-bottom: 30px; }
#p03box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p03box01 .cnt .img_box { width: 552px; position: relative; }
#p03box01 .cnt .img_box .midashi { font-size: 38px; line-height: 1.26; margin-bottom: 20px; }
#p03box01 .cnt .img_box .point-list { justify-content: center; position: absolute; bottom: 25px; left: 0; z-index: 1; }
#p03box01 .cnt .img_box .point-list li { padding: 20px 34px; box-sizing: border-box; background: #FFFFFF; border: 2px solid #0085FE; border-radius: 10px; font-size: 18px; line-height: 1.33; margin-right: 8px; }
#p03box01 .cnt .img_box .point-list li:last-child { margin-right: 0; }

#p03box02 { position: relative; }
#p03box02::before { content: ""; display: block; width: 563px; height: 524px; background: url("../img/p03/line01.png") no-repeat bottom right; background-size: contain; position: absolute; bottom: 0; right: 0; z-index: -1; }
#p03box02 .motto-list { justify-content: center; }
#p03box02 .motto-list .motto01 { width: 360px; padding: 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; text-align: center; margin: 10px 6px 0 0; position: relative; }
#p03box02 .motto-list .motto01:nth-child(-n+3) { margin-top: 0; }
#p03box02 .motto-list .motto01:nth-child(3n) { margin-right: 0; }
#p03box02 .motto-list .motto01 img { width: 60px; }
#p03box02 .motto-list .motto01 .text { font-size: 24px; line-height: 1.58; margin-top: 20px; }

/*導入までの流れ　p04
=========================================== */
#p04box01 .flow-list { margin-top: 60px; }
#p04box01 .flow-list .flow01 { padding: 60px 50px; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; margin-bottom: 86px; position: relative; }
#p04box01 .flow-list .flow01:last-child { margin-bottom: 0; }
#p04box01 .flow-list .flow01:last-child::before { display: none; }
#p04box01 .flow-list .flow01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #bce5ff transparent transparent transparent; border-width: 20px 16.5px 0px 16.5px; position: absolute; bottom: -53px; left: 50%; transform: translateX(-50%); }
#p04box01 .flow-list .flow01 .cnt { justify-content: space-between; align-items: flex-start; }
#p04box01 .flow-list .flow01 .cnt .text_box { width: 545px; }
#p04box01 .flow-list .flow01 .cnt .text_box h2.title { padding-left: 63px; box-sizing: border-box; font-size: 30px; line-height: 1.33; margin-bottom: 40px; position: relative; }
#p04box01 .flow-list .flow01 .cnt .text_box h2.title .num { display: inline-block; font-size: 40px; line-height: 38px; position: absolute; top: 0; left: 0; }
#p04box01 .flow-list .flow01 .cnt .img_box { width: 414px; position: relative; }
#p04box01 .flow-list .flow01 .cnt .img_box .icon { display: inline-block; width: 96px; height: 96px; background: #0085FE; border-radius: 50%; padding-top: 20px; box-sizing: border-box; font-size: 24px; line-height: 28px; position: absolute; top: -15px; right: -10px; z-index: 1; }
#p04box01 .flow-list .flow01 .box { background: #FFFFFF; border-radius: 10px; margin-top: 40px; }
#p04box01 .flow-list .flow01 .box .title_box { width: calc(100% - 26px); padding: 10px 10px 10px 48px; box-sizing: border-box; background: #0085FE; border-radius: 10px 10px 0 0; position: relative; margin: 0 0 0 auto; }
#p04box01 .flow-list .flow01 .box .title_box .icon { width: 74px; height: 74px; background: #FFFFFF; border-radius: 50%; border: 2px solid #0085FE; box-sizing: border-box; position: absolute; top: 50%; left: -36px; transform: translateY(-50%); z-index: 1; }
#p04box01 .flow-list .flow01 .box .title_box h3 { font-size: 22px; line-height: 1.8; }
#p04box01 .flow-list .flow01 .box .box_in { padding: 30px 40px; box-sizing: border-box; }
#p04box01 .flow-list .flow01 .box .box_in .list li { padding-left: 28px; box-sizing: border-box; margin-bottom: 6px; position: relative; }
#p04box01 .flow-list .flow01 .box .box_in .list li:last-child { margin-bottom: 0; }
#p04box01 .flow-list .flow01 .box .box_in .list li::before { content: ""; display: block; width: 16px; height: 12px; background: url("../img/p04/icon_check.svg") no-repeat center; background-size: contain; position: absolute; top: 14px; left: 0; }
#p04box01 .flow-list .flow01 .box .box_in .list li .midashi { display: inline-block; width: 100px; font-size: 18px; line-height: 1.33; margin-top: 6px; }
#p04box01 .flow-list .flow01 .box .box_in .list li .text { display: inline-block; width: calc(100% - 100px); }

/*会社案内　p05
=========================================== */
#p05box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p05box01 .cnt .company-table { width: 520px; }
#p05box01 .cnt .company-table tr:first-child th, #p05box01 .cnt .company-table tr:first-child td { padding-top: 0; }
#p05box01 .cnt .company-table tr th, #p05box01 .cnt .company-table tr td { padding: 26px 0; box-sizing: border-box; }
#p05box01 .cnt .company-table tr th { width: 114px; color: #0085FE; border-bottom: 1px solid #0085FE; }
#p05box01 .cnt .company-table tr td { border-bottom: 1px solid #DADADA; }

#p05box02 { position: relative; }
#p05box02::before { content: ""; display: block; width: 490px; height: 458px; background: url("../img/p05/line01.png") no-repeat top right; background-size: contain; position: absolute; top: 0; right: 0; z-index: -1; }
#p05box02::after { content: ""; display: block; width: 374px; height: 488px; background: url("../img/p05/line02.png") no-repeat bottom left; background-size: contain; position: absolute; bottom: 0; left: 0; z-index: -1; }
#p05box02 .message-text { font-size: 46px; line-height: 1.56; margin-bottom: 40px; }
#p05box02 .message_box p { font-size: 18px; line-height: 2; }
#p05box02 .message_box p.name { font-size: 16px; line-height: 2.25; margin-top: 30px; }

#p05box03 .title01 { margin-bottom: 80px; }
#p05box03 .history-list .history01 { align-items: flex-start; padding-left: 34px; box-sizing: border-box; position: relative; margin-bottom: 60px; }
#p05box03 .history-list .history01:last-child { margin-bottom: 0; }
#p05box03 .history-list .history01:last-child::before { display: none; }
#p05box03 .history-list .history01::before { content: ""; display: block; width: 1px; height: calc(100% + 60px); background: #8AB7E8; position: absolute; top: 24px; left: 7px; }
#p05box03 .history-list .history01::after { content: ""; display: block; width: 14px; height: 14px; background: #0085FE; border-radius: 50%; position: absolute; top: 17px; left: 0; }
#p05box03 .history-list .history01 .date { width: 214px; align-items: flex-end; }
#p05box03 .history-list .history01 .date span { display: inline-block; font-size: 21px; }
#p05box03 .history-list .history01 .date span em { display: inline-block; font-size: 40px; line-height: 1; }
#p05box03 .history-list .history01 .date span.year { margin-right: 10px; }
#p05box03 .history-list .history01 .date span.year em { margin-right: 10px; }
#p05box03 .history-list .history01 .date span.month em { margin-right: 6px; }
#p05box03 .history-list .history01 .naiyou { width: calc(100% - 214px); margin-top: 6px; }

/*採用情報　p06
=========================================== */
#p06box01 h2.title { font-size: 46px; line-height: 1.57; margin-bottom: 40px; }
#p06box01 .list { justify-content: space-between; margin-top: 86px; }
#p06box01 .list .list_in { width: 334px; position: relative; }
#p06box01 .list .list_in .num { display: inline-block; width: 52px; height: 52px; background: #0085FE; border-radius: 50%; padding-top: 10px; box-sizing: border-box; font-size: 24px; line-height: 28px; position: absolute; top: -26px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p06box01 .list .list_in h3 { font-size: 22px; line-height: 40px; margin: 20px 0 14px; }
#p06box01 .list .list_in h3 em { display: block; font-size: 28px; }
#p06box01 .list .list_in p.common_text { line-height: 2; }

#p06box02 { position: relative; }
#p06box02::before { content: ""; display: block; width: 524px; height: 563px; background: url("../img/p06/line01.png") no-repeat bottom left; background-size: contain; position: absolute; bottom: 0; left: 0; z-index: -1; }
#p06box02 .recruit-table { background: #FFFFFF; border-radius: 10px; overflow: hidden; }
#p06box02 .recruit-table tr:last-child th { border-bottom: 0; }
#p06box02 .recruit-table tr:last-child td { border-bottom: 0; }
#p06box02 .recruit-table tr th, #p06box02 .recruit-table tr td { padding: 30px; box-sizing: border-box; }
#p06box02 .recruit-table tr th { width: 192px; padding-left: 40px; padding-right: 40px; background: #0085FE; color: #FFFFFF; border-bottom: 1px solid #69B8FF; }
#p06box02 .recruit-table tr td { border-bottom: 1px solid #E3E3E3; }
#p06box02 .btn01 { display: block; text-align: right; }
#p06box02 .no-text01 { font-size: 20px; line-height: 2; }

#p06box03 .process-list { justify-content: space-between; margin-top: 73px; }
#p06box03 .process-list .process01 { width: 242px; height: 244px; padding-top: 49px; box-sizing: border-box; background: #F2FAFF; border-radius: 50%; position: relative; }
#p06box03 .process-list .process01:last-child::before { display: none; }
#p06box03 .process-list .process01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #d3eeff; border-width: 11.5px 0px 11.5px 14px; position: absolute; top: 50%; right: -29px; transform: translateY(-50%); }
#p06box03 .process-list .process01 .num { display: inline-block; font-size: 30px; line-height: 28px; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p06box03 .process-list .process01 img { width: 80px; }
#p06box03 .process-list .process01 .midashi { font-size: 20px; line-height: 1.2; margin-top: 16px; }
#p06box03 .process-list .process01 .midashi .mini { display: block; font-weight: 500; font-size: 16px; margin-top: 6px; }

.under-cont > section:nth-child(2n) .process-list .process01 { background: #FFFFFF !important; }

/*お知らせ　p07
=========================================== */
#p07box01 .news-all-list .news01 { padding-bottom: 50px; border-bottom: 1px solid #CCCBCB; margin-bottom: 50px; }
#p07box01 .news-all-list .news01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }

#newsBox01 { padding-top: 60px; }
#newsBox01 h1.title { font-size: 30px; line-height: 1.47; margin-bottom: 40px; }

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

#p08box01 .num_box-list { padding: 20px 0; box-sizing: border-box; background: #F2FAFF; border-radius: 10px; justify-content: space-between; }
#p08box01 .num_box-list .num_box { width: 550px; padding: 30px 0; box-sizing: border-box; text-align: center; border-right: 1px solid #D8E7F4; }
#p08box01 .num_box-list .num_box:last-child { border-right: 0; }
#p08box01 .num_box-list .num_box img.icon { display: block; width: 60px; margin: 0 auto 20px; }
#p08box01 .num_box-list .num_box h2 { font-size: 30px; line-height: 1; margin-bottom: 18px; }
#p08box01 .num_box-list .num_box .fax_box { font-weight: 700; text-align: center; }
#p08box01 .num_box-list .num_box .fax_box .fax { font-size: 40px; line-height: 1; }
#p08box01 .form_wrap { padding: 60px; box-sizing: border-box; background: #F2FAFF; margin-top: 60px; }
#p08box01 .form_wrap > img.icon { display: block; width: 60px; margin: 0 auto 30px; }
#p08box01 .form_wrap > h2 { font-size: 40px; line-height: 1.25; margin-bottom: 30px; }
#p08box01 .form_wrap .bikou-list { width: 770px; margin: 0 auto; }
#p08box01 .form_wrap .bikou-list li { font-weight: 700; padding-left: 1em; text-indent: -1em; }
#p08box01 .form_wrap .form_box { padding: 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 50px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 60px; position: relative; z-index: 1; }
ul.contact-state::before { content: ""; display: block; width: 666px; height: 1px; background: #0085FE; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
ul.contact-state > li { display: table; width: 260px; height: 60px; position: relative; }
ul.contact-state > li > span.text { display: table-cell; text-align: center; vertical-align: middle; background: #FFFFFF; border: 1px solid #0085FE; box-sizing: border-box; border-radius: 4px; font-size: 18px; font-weight: 700; line-height: 24px; color: #0085FE; }
ul.contact-state > li > span.text .num { margin-right: 6px; }
ul.contact-state > li.state01 > span { background: #0085FE; 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: #0085FE; color: #FFFFFF; }

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

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

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B3B3B3; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 12px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 1; font-weight: 700; padding: 3px 5px 4px; box-sizing: border-box; border: 1px solid #0085FE; border-radius: 2px; margin-right: 8px; }
.contactTBL th .hissu { background: #0085FE; color: #FFFFFF; }
.contactTBL th .ninni { background: #FFFFFF; color: #0085FE; }
.contactTBL td { margin-bottom: 60px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 40px; padding: 8px 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; font-family: "Zen Kaku Gothic New"; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name { width: 512px; }
.contactTBL input.wpcf7-text.tel01 { width: 200px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 210px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 200px; padding: 8px 40px 8px 10px; background: url("../img/p08/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 10px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.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: 12px; }
.contactTBL .text-list li { font-size: 14px; line-height: 1.86; 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 #B3B3B3; 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: #B3B3B3; 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: 32px; height: 24px; background: url("../img/p08/icon_upload.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: #B3B3B3; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap { margin-top: 6px; }
.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; background: #D9D9D9; border: 0; border-radius: 0; padding: 8px 16px; box-sizing: border-box; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; margin: 0 auto; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover { opacity: 0.7; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box .doui-text { font-size: 14px; line-height: 1.86; font-weight: 500; margin-top: 13px; }
.contactTBL .doui-box .doui-text a { text-decoration: underline; }
.contactTBL .doui-box .doui-text a:hover { opacity: 0.7; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; font-weight: 700; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 10px; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; cursor: pointer; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; }
.contactTBL .contact-submit.flex .btn { width: 300px; height: 70px; }
.contactTBL .contact-submit.flex .btn input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 30px; box-sizing: border-box; white-space: normal; border-radius: 80px; background: #0085FE; border: 2px solid #0085FE; 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 .btn input.wpcf7-form-control:hover { text-decoration: none; background: #FFFFFF; color: #0085FE; }
.contactTBL .contact-submit.flex .btn:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn.back { margin-right: 20px !important; }
.contactTBL .contact-submit.flex .btn.back input.wpcf7-form-control { background: #FFFFFF; color: #0085FE; }
.contactTBL .contact-submit.flex .btn.back input.wpcf7-form-control:hover { background: #0085FE; 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; }

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

.contactArea.che .contactTBL td { margin-bottom: 20px; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .text-list, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

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

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

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

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

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

/*Thanks・404
=========================================== */
#other { padding: 93px 0 120px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }

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

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1920px) { #main.home_main .main_img_box .anchor_btn { left: calc(50vw + 460px); }
  #topbox03 .wrap { padding: 0 5.73vw; }
  #topbox03 .btn-list .btn_box { height: 100%; aspect-ratio: 420 / 247; }
  #topbox03 .btn-list .btn_box a { padding: 3.33vw; }
  #topbox03 .btn-list .btn_box a .arrow { width: 5.21vw; height: 5.21vw; background-size: 0.99vw; bottom: 2.08vw; right: 2.08vw; }
  #p02box02::before { width: 29.32vw; }
  #p03box02::before { width: 29.32vw; }
  #p05box02::before { width: 25.52vw; }
  #p05box02::after { width: 19.48vw; }
  #p06box02::before { width: 27.29vw; } }
@media screen and (min-width: 0px) and (max-width: 1500px) { #main.home_main .text_box { width: 1100px; }
  #main.home_main .main_img_box .anchor_btn { left: calc(50vw + 350px); }
  #topbox02::before { right: -50px; } }
@media screen and (min-width: 0px) and (max-width: 1250px) { #topbox03 .wrap { width: 1100px; padding: 0; }
  #topbox03 .btn-list .btn_box a { padding: 40px; }
  #topbox03 .btn-list .btn_box a .arrow { width: 65px; height: 65px; background-size: 13px; bottom: 26px; right: 26px; } }
@media screen and (min-width: 0px) and (max-width: 1200px) { #main.home_main .main_img_box .anchor_btn { left: 950px; }
  #p02box02::before { width: 352px; }
  #p03box02::before { width: 352px; }
  #p05box02::before { width: 306px; }
  #p05box02::after { width: 234px; }
  #p06box02::before { width: 327px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() {}
/*safari用
=========================================== */
