@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }

.interview01 { width: 340px; }
.interview01 a { display: block; width: 100%; }
.interview01 a:hover { text-decoration: none; }
.interview01 a:hover .img_box .img .in_img { transform: scale(1.1); }
.interview01 a .img_box { width: 100%; height: 340px; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); position: relative; margin-bottom: 12px; }
.interview01 a .img_box .img { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; }
.interview01 a .img_box .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.interview01 a .img_box .num { display: block; font-size: 80px; line-height: 1.325; color: transparent; -webkit-text-stroke: 1px #E3E3E3; text-stroke: 1px #E3E3E3; position: absolute; top: -40px; right: 10px; z-index: 1; }
.interview01 a .img_box .name { display: flex; flex-direction: column; align-items: flex-start; position: absolute; bottom: 20px; left: -10px; z-index: 1; }
.interview01 a .img_box .name span { display: inline-block; padding: 5px 12px 7px; box-sizing: border-box; font-size: 20px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); }
.interview01 a .img_box .name span.text01 { background: #000000; }
.interview01 a .img_box .name span.text02 { background: #FFFFFF; }
.interview01 a .title { font-size: 23px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.interview01 a .info-list { padding-top: 20px; border-top: 1px solid #CCCCCC; margin-top: 16px; }
.interview01 a .info-list li { display: flex; align-items: center; font-weight: 700; }
.interview01 a .info-list li span.th { display: block; width: 88px; }
.interview01 a .info-list li span.td { display: block; width: calc(100% - 88px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.works01 { width: 260px; }
.works01 a { display: block; width: 100%; }
.works01 a:hover { text-decoration: none; }
.works01 a:hover .img_box .img .in_img { transform: scale(1.1); }
.works01 a .img_box { width: 100%; height: 200px; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); position: relative; margin-bottom: 8px; }
.works01 a .img_box .img { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; }
.works01 a .img_box .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works01 a .img_box .cate { display: flex; flex-direction: column; align-items: flex-start; position: absolute; bottom: 12px; left: -8px; z-index: 1; }
.works01 a .img_box .cate span { display: inline-block; padding: 1px 8px 3px; box-sizing: border-box; background: #000000; }
.works01 a .title { font-size: 20px; line-height: 1.425; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.works01 a .time { margin-top: 8px; }

/*TOPページ　p01
=========================================== */
.title-inviewIn { clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%); transition: ease-in-out 0.5s !important; }

.title-inviewIn.title-in { clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%); }

#topbox01 { padding: 120px 0; background: #F3F3F3; position: relative; z-index: 1; }
#topbox01 .slide-text01 { width: 100%; height: 177px; animation: bgMove02 100s linear infinite; background: url("../img/top/slide-text01.png") repeat-x; background-size: cover; position: absolute; top: 198px; left: 0; z-index: -1; }
@keyframes bgMove02 { 0% { background-position: 0; }
  100% { background-position: -3504px; } }
#topbox01 .cnt { justify-content: flex-end; position: relative; }
#topbox01 .cnt .text_box { width: 440px; }
#topbox01 .cnt .text_box .sub_title { padding-left: 64px; box-sizing: border-box; position: relative; margin-bottom: 24px; }
#topbox01 .cnt .text_box .sub_title::before { content: ""; display: block; width: 48px; height: 2px; background: #5AA052; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#topbox01 .cnt .text_box .title { margin-bottom: 48px; }
#topbox01 .cnt .text_box .title .text-bg_grad { font-size: 40px; line-height: 1.45; }
#topbox01 .cnt .text_box .img_box { width: 580px; height: 600px; position: absolute; top: -40px; left: 0; }
#topbox01 .cnt .text_box .img_box img { width: 680px; max-width: 680px; position: absolute; top: 0; right: 0; }

#topbox02 { padding: 180px 0 120px; position: relative; }
#topbox02::before { content: ""; display: block; width: 44vw; max-width: 840px; min-width: 530px; height: 960px; background: #5AA052; position: absolute; top: 0; left: 0; z-index: -1; }
#topbox02 .cnt { position: relative; }
#topbox02 .cnt .text_box { width: 540px; }
#topbox02 .cnt .text_box .sub_title { margin-bottom: 40px; }
#topbox02 .cnt .text_box .sub_title .text-bg_white { margin-bottom: 8px; }
#topbox02 .cnt .text_box .sub_title .text-bg_white:last-child { margin-bottom: 0; }
#topbox02 .cnt .text_box .img_box { width: calc(100% - 540px); height: 600px; position: absolute; top: -60px; right: 0; z-index: -1; }
#topbox02 .cnt .text_box .img_box img { width: 940px; max-width: 940px; border-radius: 10px; position: absolute; top: 0; right: -120px; }
#topbox02 .cnt .text_box p.common_text2 { width: 260px; }
#topbox02 #interview-slider { margin-top: 150px; }
#topbox02 #interview-slider .slick-list { overflow: visible; }
#topbox02 #interview-slider .interview01 { margin-right: 40px; }
#topbox02 #interview-slider .interview01:last-child { margin-right: 0; }

#topbox03 { padding-bottom: 120px; position: relative; }
#topbox03::before { content: ""; display: block; width: 100%; height: 874px; background: #F3F3F3; position: absolute; bottom: 0; left: 0; z-index: -1; }
#topbox03 .bg-img01 { width: calc(100% - 80px); height: 680px; background: url("../img/top/img03.jpg") no-repeat center; background-size: cover; }
#topbox03 .cnt { justify-content: center; align-items: flex-end; margin-top: -80px; }
#topbox03 .cnt .title01 { width: 470px; margin-bottom: 0; order: 1; }
#topbox03 .cnt .sub_title { width: 172px; margin-right: 98px; }
#topbox03 .benefits-list { margin-top: 40px; justify-content: space-between; }
#topbox03 .benefits-list .benefits01 { width: 260px; padding: 36px 0 32px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; text-align: center; }
#topbox03 .benefits-list .benefits01 img { width: 80px; }
#topbox03 .benefits-list .benefits01 h3 { font-size: 24px; line-height: 1.46; margin-top: 16px; }

#topbox04 { padding: 90px 0 320px; background: #5AA052; position: relative; }
#topbox04::before { content: ""; display: block; width: 580px; height: 100%; background: url("../img/top/bg_img01.jpg") center right; background-size: cover; position: absolute; top: 0; left: 0; }
#topbox04 #works-slider .slick-list { overflow: visible; }
#topbox04 #works-slider .works01 { margin-right: 20px; }
#topbox04 #works-slider .works01:last-child { margin-right: 0; }
#topbox04 #works-slider .works01 a { color: #FFFFFF; }
#topbox04 .btn01 { position: absolute; top: 37px; right: 0; }

#topbox05 { padding: 100px 0 120px; margin-top: -200px; position: relative; }
#topbox05::before { content: ""; display: block; width: calc(100% - 160px); height: 100%; background: #F3F3F3; position: absolute; top: 0; right: 0; }
#topbox05 .title01 .en { line-height: 1.1; }
#topbox05 .step-list { justify-content: space-between; position: relative; }
#topbox05 .step-list::before { content: ""; display: block; width: 680px; height: 360px; background: url("../img/top/step_bg.png") no-repeat left top; background-size: contain; position: absolute; top: -286px; right: 100px; }
#topbox05 .step-list .step00 { width: 320px; }
#topbox05 .step-list .step00 .img_box { width: 100%; position: relative; margin-bottom: 10px; }
#topbox05 .step-list .step00 .img_box .img { width: 100%; }
#topbox05 .step-list .step00 .img_box .text-img { width: auto; height: 98px; position: absolute; top: 2px; left: -30px; }
#topbox05 .step-list .step00 .img_box .text01 { display: inline-block; padding: 4px 10px 14px; box-sizing: border-box; background: #000000; font-size: 20px; line-height: 1; position: absolute; bottom: -40px; right: 16px; }
#topbox05 .step-list .step00 .img_box .text01 em { font-size: 32px; }
#topbox05 .step-list .step00 h3 { font-size: 26px; line-height: 1.4; margin-bottom: 14px; }
#topbox05 .step-list .step02 { margin-top: -80px; }
#topbox05 .step-list .step03 { margin-top: -160px; }
#topbox05 .btn01 { position: absolute; bottom: 0; right: 0; }

#btn-sec { padding-left: 60px; box-sizing: border-box; }
#btn-sec .btn-list { height: 400px; }
#btn-sec .btn-list .btn_box00 { width: calc(100% / 3); height: 100%; }
#btn-sec .btn-list .btn_box00 a { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; }
#btn-sec .btn-list .btn_box00 a:hover { text-decoration: none; }
#btn-sec .btn-list .btn_box00 a:hover .bg-img { transform: scale(1.1); }
#btn-sec .btn-list .btn_box00 a:hover .arrow { background: #FFFFFF; }
#btn-sec .btn-list .btn_box00 a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(56%) sepia(32%) saturate(615%) hue-rotate(67deg) brightness(91%) contrast(94%); }
#btn-sec .btn-list .btn_box00 a .bg-img { width: 100%; height: 100%; transition: 0.3s; }
#btn-sec .btn-list .btn_box00 a .title01 { margin-bottom: 0; position: absolute; top: 50%; left: 40px; transform: translateY(-50%); z-index: 1; }
#btn-sec .btn-list .btn_box00 a .title01 .en { font-size: 40px; letter-spacing: 0.04em; }
#btn-sec .btn-list .btn_box00 a .title01 .ja { font-size: 18px; }
#btn-sec .btn-list .btn_box00 a .arrow { display: block; width: 40px; height: 40px; border: 2px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; position: absolute; bottom: 40px; right: 38px; transition: 0.3s; }
#btn-sec .btn-list .btn_box00 a .arrow::before { content: ""; display: block; width: 11px; height: 15px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#btn-sec .btn-list .btn_box01 a .bg-img { background: url("../img/top/btn_bg01.jpg") no-repeat center; background-size: cover; }
#btn-sec .btn-list .btn_box02 a .bg-img { background: url("../img/top/btn_bg02.jpg") no-repeat center; background-size: cover; }
#btn-sec .btn-list .btn_box03 a .bg-img { background: url("../img/top/btn_bg03.jpg") no-repeat center; background-size: cover; }

#topbox06 { padding: 80px 0; }
#topbox06 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox06 .cnt .title_box { width: 160px; }
#topbox06 .cnt .title_box h2 { font-size: 24px; line-height: 1.33; }
#topbox06 .cnt .title_box .btn01 { margin-top: 4px; }
#topbox06 .cnt .title_box .btn01 a .arrow { width: 24px; height: 24px; margin-left: 8px; }
#topbox06 .cnt .title_box .btn01 a .arrow::before { width: 8px; height: 10px; }
#topbox06 .cnt .news_box { width: calc(100% - 160px); margin-top: 2px; }
#topbox06 .cnt .news_box .top-news01 a:hover { text-decoration: none; }
#topbox06 .cnt .news_box .top-news01 a:hover .title { text-decoration: underline; }
#topbox06 .cnt .news_box .top-news01 a .time { margin-bottom: 8px; }
#topbox06 .cnt .news_box .top-news01 a .title { font-size: 18px; line-height: 1.44; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.3s; }

#topbox07 { padding: 120px 0; background: #F3F3F3; }
#topbox07 .cnt .title01 { display: flex; flex-direction: column-reverse; align-items: flex-start; width: 140px; margin: 0 56px 0 -26px; }
#topbox07 .cnt .title01 .en { margin: 0; line-height: 1.32; }
#topbox07 .cnt .title01 .ja { margin: 0 0 0 -12px; }
#topbox07 .cnt .sub_title { position: absolute; bottom: 0; right: 0; z-index: 1; }
#topbox07 .cnt .flow-list { width: 830px; }
#topbox07 .cnt .flow-list .flow01 { width: 190px; background: #FFFFFF; border-radius: 10px; padding: 32px 19px 25px; box-sizing: border-box; text-align: center; margin-right: 23px; position: relative; }
#topbox07 .cnt .flow-list .flow01:last-child { margin-right: 0; }
#topbox07 .cnt .flow-list .flow01:last-child::before { display: none; }
#topbox07 .cnt .flow-list .flow01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #5aa052; border-width: 10px 0px 10px 12px; position: absolute; top: 50%; right: -18px; transform: translateY(-50%); }
#topbox07 .cnt .flow-list .flow01 .num { font-size: 31px; line-height: 1.3; position: absolute; top: -20px; left: 20px; z-index: 1; }
#topbox07 .cnt .flow-list .flow01 img { width: 80px; margin-bottom: 8px; }
#topbox07 .cnt .flow-list .flow01 h3 { font-size: 24px; line-height: 1.46; margin-bottom: 8px; }
#topbox07 .cnt .flow-list .flow01 p.common_text { text-align: left; }

/*パンくず*/
div#bread {width: 100%;padding-left:40px;height:0;top:8px;position:relative;box-sizing:border-box;}
ul.bread-list {font-size:13px;justify-content: flex-start;}
ul.bread-list li {line-height: normal;color:#7E7E7E;}
ul.bread-list li a {text-decoration:none;color:#7E7E7E;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"/";margin: 0 9px;}
ul.bread-list li:last-child::after{display: none;}

/* 下層 main */
/*-------------------------------------------*/
#main.img_kasou {width: 100%;height: 540px;display:table;position:relative;}
#main.img_kasou::before {content:"";width:100%;height:160px;background:#F3F3F3;position:absolute;left:0;bottom:0;}
#main.img_kasou .img_kasou_in {display:table-cell;vertical-align:middle;padding-left:40px;background-size:1880px!important;background-position:top left 40px!important;position: relative;line-height:normal;}
#main.img_kasou .img_kasou_in .p01 {font-family: "roboto";font-weight: 700;font-size:24px;color:#fff;padding-left:85px;position:relative;margin-bottom:14px;}
#main.img_kasou .img_kasou_in .p01::before {content:"";width:80px;height:3px;background:#5AA052;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#main.img_kasou .img_kasou_in h1 {font-size:56px;letter-spacing:0.08em;}
#main.img_kasou .img_kasou_in h1 span {display:inline-block;padding:7px 16px 12px;background:#fff;}

.page-corporate #main.img_kasou .img_kasou_in {background: url("../img/main/p02.png") no-repeat;}
.page-business #main.img_kasou .img_kasou_in {background: url("../img/main/p03.png") no-repeat;}
.page-careerstep #main.img_kasou .img_kasou_in {background: url("../img/main/p04.png") no-repeat;}
.page-benefits #main.img_kasou .img_kasou_in {background: url("../img/main/p05.png") no-repeat;}
.page-requirements #main.img_kasou .img_kasou_in {background: url("../img/main/p12.png") no-repeat;}
.page-workplacetour #main.img_kasou .img_kasou_in {background: url("../img/main/p13.png") no-repeat;}

#main.text_kasou {width: calc(100% - 40px);height: 240px;display:table;position:relative;margin-right:0;margin-left:auto;}
#main.text_kasou::before {content:"";width:calc(100% + 40px);height:110px;background:#F3F3F3;position:absolute;left:-40px;bottom:0;}
#main.text_kasou .text_kasou_in {display:table-cell;vertical-align:middle;background:linear-gradient(-40deg,rgba(127, 206, 105, 1) 0%, rgba(55, 152, 66, 1) 100%);position: relative;color:#fff;line-height:normal;}
#main.text_kasou .text_kasou_in .p01 {font-family: "roboto";font-weight: 700;font-size:24px;padding-left:85px;position:relative;margin-bottom:-3px;}
#main.text_kasou .text_kasou_in .p01::before {content:"";width:80px;height:3px;background:#fff;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#main.text_kasou .text_kasou_in h1 {font-size:56px;letter-spacing:0.08em;padding-left:85px;}

/* 共通 */
.k_title01 {}
.k_title01 p {font-size:20px;font-family: "roboto";font-weight: 700;color:#5AA052;margin-bottom:6px;padding-left:60px;position:relative;}
.k_title01 p::before {content:"";width:48px;height:1.5px;background:#5AA052;position:absolute;top:0;bottom:0;left:5px;margin:auto;}
.k_title01 h2 {font-size:46px;}
.k_title01.shiro p {color:#fff;} 
.k_title01.shiro p::before {background:#fff;} 

.k_title02 {font-size:46px;padding-top:13px;position:relative;}
.k_title02::before{content:"";width:120px;height:2px;background:#5AA052;position:absolute;top:0;left:0;}
.k_title02.tcenter::before {right:0;margin:auto;}
.k_title02.shiro::before {background:#fff;}


/* 会社概要 (corporate) p02
/*-------------------------------------------*/
#p02box01 {padding:100px 0 120px;background:#F3F3F3;}
#p02box01 .k_title01 {margin-bottom:20px;}
#p02box01 .title {margin-bottom:30px;width: 600px;}
#p02box01 .title span {font-size: 40px;line-height: 1.45;}
#p02box01 .text_list {justify-content:space-between;}
#p02box01 .text_list .text_box {width:520px;}
#p02box01 .text_list .text_box .text {width:520px;}
#p02box01 .text_list .text_box .text p {margin-bottom:1em;}
#p02box01 .text_list .text_box .text p:last-child {margin-bottom:0;}
#p02box01 .text_list .text_box .text p.mar_n {margin-bottom:0;}
#p02box01 .text_list .text_box h4 {margin-top:40px;font-weight:500;}

#p02box02 {padding:100px 0 120px;background:#5AA052;}
#p02box02 .k_title01 {}
#p02box02 .data_info_list {}
#p02box02 .data_info_list .data_info {width:350px;background:#fff;border-radius:10px;padding:20px 35px 40px;box-sizing:border-box;margin:25px 25px 0 0;}
#p02box02 .data_info_list .data_info:nth-child(3n) {margin-right:0;}
#p02box02 .data_info_list .data_info h3 {width:100%;text-align:center;background:#1F1F1F;color:#fff;line-height:40px;border-radius:20px;font-size:20px;margin-bottom:25px;}
#p02box02 .data_info_list .data_info .data_info_in {justify-content:center;align-items:center;}
#p02box02 .data_info_list .data_info .data_info_in .img {margin-right:15px;}
#p02box02 .data_info_list .data_info .data_info_in p {line-height:normal;font-size:56px;font-weight:bold;}
#p02box02 .data_info_list .data_info .data_info_in p span {font-size:20px;display:inline-block;margin-left:4px;}

#p02box03 {padding:100px 0 120px;background:#F3F3F3;}
#p02box03 .k_title01 {}
#p02box03 .anke_info_list {}
#p02box03 .anke_info_list .anke_info {width:350px;background:#fff;border-radius:10px;padding:20px 0;box-sizing:border-box;margin:25px 25px 0 0;}
#p02box03 .anke_info_list .anke_info:nth-child(3n) {margin-right:0;}
#p02box03 .anke_info_list .anke_info h3 {width:calc(100% - 70px);margin:0 auto 20px;text-align:center;background:#5AA052;color:#fff;line-height:40px;border-radius:20px;font-size:20px;}
#p02box03 .anke_info_list .anke_info .img {margin:0 auto;}
#p02box03 .anke_info_list .anke_info:nth-child(1) .img {width:311px;}
#p02box03 .anke_info_list .anke_info:nth-child(2) .img {width:240px;margin-top: -10px;}
#p02box03 .anke_info_list .anke_info:nth-child(3) .img {width:226px;}
#p02box03 .anke_info_list .anke_info:nth-child(4) .img {width:226px;}
#p02box03 .anke_info_list .anke_info:nth-child(5) .img {width:240px;}
#p02box03 .anke_info_list .anke_info:nth-child(6) .img {width:300px;}
#p02box03 .anke_info_list .anke_info:nth-child(7) .img {width:240px;}
#p02box03 .anke_info_list .anke_info:nth-child(8) .img {width:316px;}
#p02box03 .anke_info_list .anke_info:nth-child(9) .img {width:287.5px;}

#p02box04 {padding:100px 0 80px;}
#p02box04 .cnt {justify-content:space-between;align-items:flex-start;}
#p02box04 .cnt .k_title01 {}
#p02box04 .cnt table {table-layout:fixed;width:870px;;}
#p02box04 .cnt table tr {border-bottom:1px solid #C7C7C7;}
#p02box04 .cnt table tr:last-child {border-bottom:0;}
#p02box04 .cnt table tr th {width:170px;padding:20px 0 20px 30px;box-sizing:border-box;background:#5AA052;color:#fff;font-weight:500;}
#p02box04 .cnt table tr td {padding:20px 30px;background:#F3F3F3;}

#p02box05 {padding:80px 0 120px;}
#p02box05 .cnt {justify-content:space-between;align-items:flex-start;}
#p02box05 .cnt .k_title01 {}
#p02box05 .cnt .enkaku_list {width:830px;line-height:normal;}
#p02box05 .cnt .enkaku_list .enkaku {padding-bottom:22px;border-bottom:1px solid #C7C7C7;margin-bottom:33px;align-items:center;position:relative;}
#p02box05 .cnt .enkaku_list .enkaku::before {content:"";width:13px;height:13px;background:#5AA052;border-radius:100%;position:absolute;left:-40px;top:24px;}
#p02box05 .cnt .enkaku_list .enkaku::after {content:"";width:1px;height:calc(100% + 35px);background:#5AA052;position:absolute;left:-34px;top:24px;}
#p02box05 .cnt .enkaku_list .enkaku:last-child {margin-bottom:0;}
#p02box05 .cnt .enkaku_list .enkaku:last-child::after {content:none;}
#p02box05 .cnt .enkaku_list .enkaku .num01 {width:140px;font-size:48px;letter-spacing:0.04em;}
#p02box05 .cnt .enkaku_list .enkaku .num02 {width:130px;}
#p02box05 .cnt .enkaku_list .enkaku .naiyou {width:calc(100% - 140px - 130px);}

/* 会社概要 (corporate) p03
/*-------------------------------------------*/
#p03box01 {padding:100px 0 120px;background:#F3F3F3;}
#p03box01 .cnt {position:relative;min-height:701px;z-index: 2;}
#p03box01 .cnt .midashi {margin-bottom: 20px;}
#p03box01 .cnt .midashi .num {display:inline-block;font-size: 80px;line-height: normal; color: transparent; -webkit-text-stroke: 1px #5AA052; text-stroke: 1px #5AA052;}
#p03box01 .cnt .midashi h2 {display:inline-block;font-size: 55px;line-height: 65px;margin-left:4px;}
#p03box01 .cnt h3 {margin-bottom:30px;position: relative;z-index: 2;}
#p03box01 .cnt h3 .text-bg_grad {font-size:40px }
#p03box01 .cnt ul {line-height:32px;font-weight:bold;}
#p03box01 .cnt ul li {padding-left:17px;position:relative;}
#p03box01 .cnt ul li::before {content:"";width:9px;height:9px;background:#5AA052;border-radius:100%;position:absolute;left:0;top:12px;}
#p03box01 .cnt .text01 {padding-top:30px;border-top:1px solid #ccc;margin-top:30px;width:500px;}
#p03box01 .cnt .text01 span {font-weight:bold;}
#p03box01 .cnt h4 {margin-top:25px;}
#p03box01 .cnt .img {width:660px;position:absolute;top:0;right:-100px;}

#p03box02 {padding:80px 0 120px;background:#F3F3F3;}
#p03box02 .wrap {z-index:2;}
#p03box02 .wrap::before {content:"";width:calc(100% + 510px);height:calc(100% + 80px + 120px);background:#fff;position:absolute;top:-80px;left:-100px;z-index:-1;}
#p03box02 .k_title02 {margin-bottom: 40px;}
#p03box02 .naosu00 {width:314px;margin: 0 auto 15px;}
#p03box02 .naosu_list {}
#p03box02 .naosu_list .naosu {width:360px;position:relative;border-radius:10px;overflow:hidden;margin-right:10px;}
#p03box02 .naosu_list .naosu:last-child {margin-right:0;}
#p03box02 .naosu_list .naosu .num {position:absolute;left:0;top:0;border-radius:0 0 10px 0;overflow:hidden;}
#p03box02 .naosu_list .naosu h3 {position:absolute;left:0;bottom:0;width: 100%;line-height: 48px;background:rgba(25,25,25,0.5);backdrop-filter: blur(5px);color:#fff;font-weight:500;padding:0 15px;box-sizing:border-box;}
#p03box02 .naosu_list .naosu h3 span {display:inline-block;font-size:22px;font-weight:bold;margin-left:5px;}

#p03box03 {padding:60px 0 140px;background:#F3F3F3;}
#p03box03 .wrap {z-index:2;}
#p03box03 .wrap::before {content:"";width:880px;height:calc(100% + 60px + 330px);background:#5AA052;position:absolute;top:-120px;left:-410px;z-index:-1;}
#p03box03 .k_title02 {margin-bottom:40px;}
#p03box03 .cnt {}
#p03box03 .cnt .syuuri_mae {width:314px;margin-right:20px;}
#p03box03 .cnt .syuuri_mae img {border-radius:10px;}
#p03box03 .cnt .syuuri_mae p {line-height:normal;color:#fff;}

#p03box03 .cnt .syuuri_flow_slider_box {width:calc(100% - 314px - 20px);}
.syuuri_flow_slider {width:1286px;margin-bottom:0!important;}
.syuuri_flow_slider .syuuri_flow {width:314px;margin-right:10px;overflow:hidden;position:relative;border-radius:10px;}
.syuuri_flow_slider .syuuri_flow h3 {position:absolute;left:0;bottom:0;width: 100%;line-height: normal;background:rgba(25,25,25,0.5);backdrop-filter: blur(5px);color:#fff;font-weight:500;padding:15px 20px;box-sizing:border-box;font-size:17px;}

.syuuri_flow_slider button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:64px;height:64px;box-sizing: border-box;top:auto;bottom:-95px;border:1px solid #fff;border-radius:100%;}
.syuuri_flow_slider button.slick-prev.slick-arrow {background: url("../img/p02/arrow01.svg") no-repeat center;left:-335px;transition: 0s;}
.syuuri_flow_slider button.slick-next.slick-arrow {background: url("../img/p02/arrow02.svg") no-repeat center;right:auto;left:-255px;transition: 0s;}
.syuuri_flow_slider button.slick-arrow:before {content: none;}
.syuuri_flow_slider button.slick-prev.slick-arrow:hover {background: url("../img/p02/arrow01_h.svg") no-repeat center #fff;}
.syuuri_flow_slider button.slick-next.slick-arrow:hover {background: url("../img/p02/arrow02_h.svg") no-repeat center #fff;}
.syuuri_flow_slider .slick-dots {text-align: left;padding-left: 165px;bottom: -45px;}
.syuuri_flow_slider .slick-dots li {width:50px;height:4px;margin:0 3px;}
.syuuri_flow_slider .slick-dots li button {width: 50px;height: 4px;padding: 0;}
.syuuri_flow_slider .slick-dots li button::before {content:""!important;width: 100%;height: 100%;background:#DBDBDB;opacity:1;} 
.syuuri_flow_slider .slick-dots li.slick-active button::before {background:#44A249;opacity:1;}

#p03box04 {padding:0 0 120px;}
#p03box04 .bg {height:550px;position:relative;z-index: 2;}
#p03box04 .bg .bg_in {width:1920px;position:absolute;top:0;left: 50%;transform: translate(-50%);}
#p03box04 .cnt {padding:70px 50px 0 60px;box-sizing:border-box;background:#fff;border-radius:20px 20px 0 0;margin-top: -110px;position: relative;z-index: 2;}
#p03box04 .cnt .k_title02 {margin-bottom:40px;}
#p03box04 .cnt .tsuyomi_list {}
#p03box04 .cnt .tsuyomi_list .tsuyomi {margin-bottom:50px;}
#p03box04 .cnt .tsuyomi_list .tsuyomi:last-child {margin-bottom:0;}
#p03box04 .cnt .tsuyomi_list .tsuyomi .img {width:419px;margin-right:35px;}
#p03box04 .cnt .tsuyomi_list .tsuyomi .info {width:calc(100% - 419px - 35px);}
#p03box04 .cnt .tsuyomi_list .tsuyomi .info .midashi {margin-bottom:10px;}
#p03box04 .cnt .tsuyomi_list .tsuyomi .info .midashi .num {font-size:31px;width:40px;line-height:normal;}
#p03box04 .cnt .tsuyomi_list .tsuyomi .info .midashi h3 {width:calc(100% - 40px);font-size:26px;line-height:36px;}

#p03box05 {padding:120px 0 160px;background:url("../img/p03/bg01.png") no-repeat center top;background-size:cover;}
#p03box05 .cnt {padding:80px 0;position:relative;z-index:2;justify-content:space-between;}
#p03box05 .cnt::before {content:"";width:calc(100% + 200px);height: 100%;position:absolute;top:0;left:-100px;border-radius: 20px;backdrop-filter: blur(15px);background-color: rgba(255, 255, 255, 0.75);z-index:-1;}
#p03box05 .cnt .info {width:486px;}
#p03box05 .cnt .midashi {margin-bottom: 20px;flex-wrap: nowrap;}
#p03box05 .cnt .midashi .num {display:inline-block;font-size: 80px;line-height: normal; color: transparent; -webkit-text-stroke: 1px #5AA052; text-stroke: 1px #5AA052;}
#p03box05 .cnt .midashi h2 {display:inline-block;font-size: 54px;line-height: 65px;margin-left:4px;white-space:nowrap;}
#p03box05 .cnt .text01 {}
#p03box05 .cnt .info_img {width:261px;margin:0 auto;}
#p03box05 .cnt .img {width:550px;}

/* キャリアステップ (careerstep) p04
/*-------------------------------------------*/
#p04box01 {padding:100px 0 120px;background:#F3F3F3;}
#p04box01 .k_title01 {margin-bottom:26px;}
#p04box01 .cnt {justify-content: space-between;}
#p04box01 .cnt .left {width:460px;}
#p04box01 .cnt .left .title {margin-bottom:20px;}
#p04box01 .cnt .left .title .bg {display: inline-block;font-size: 28px;font-weight: 700;padding: 5px 12px 7px;box-sizing: border-box;background:#fff;margin-bottom:8px;}
#p04box01 .cnt .left .title .text {}
#p04box01 .cnt .step_list {width:570px;position:relative;z-index:2;margin-right:20px;}
#p04box01 .cnt .step_list::before {content:"";background: url("../img/p04/ya.svg") no-repeat;width:509px;height:391px;position: absolute;right:135px;bottom:-30px;z-index:-1;}
#p04box01 .cnt .step_list .step00 {align-items:center;padding:28px 28px 28px 0;box-sizing:border-box;justify-content:center;position:relative;margin-bottom:22px;border-radius:15px;background:#fff;}
#p04box01 .cnt .step_list .step00:nth-child(2) {width:467px;margin-right:0;margin-left:auto;}
#p04box01 .cnt .step_list .step00:last-child {width:407px;margin-bottom:0;margin-right:0;margin-left:auto;}
#p04box01 .cnt .step_list .step00 .num {display: block; font-size:60px;line-height:normal;color:transparent; -webkit-text-stroke: 1px #5AA052; text-stroke: 1px #5AA052;position: absolute; top: -18px; left: 10px;}
#p04box01 .cnt .step_list .step00 h3 {font-size:28px;width:105px;padding-right:15px;box-sizing:border-box;text-align:right;}
#p04box01 .cnt .step_list .step00 .text {line-height:30px;padding-left:20px;border-left:1px solid #ccc;width: calc(100% - 105px);box-sizing: border-box;}

#p04box02 {padding:100px 0 120px;}
.step_flow_list {position:relative;z-index:2;}
.step_flow_list::before {content:"";height:100%;width:1px;border-left:6px dashed #E0E0E0;position:absolute;top:0;left:80px;z-index:-1;}
.step_flow_list .step_flow {margin-bottom:80px;}
.step_flow_list .step_flow:last-child {margin-bottom:0;}
.step_flow_list .step_flow .num {width:164px;height:100px;display:table;}
.step_flow_list .step_flow .num .num_in {display:table-cell;vertical-align:middle;text-align:center;color:#fff;background:#000;border-radius:10px;font-size:20px;font-weight:bold;}
.step_flow_list .step_flow .num .num_in .big {font-size:32px;margin:0 3px;}
.step_flow_list .step_flow .info {width:830px;margin-left:30px;}
.step_flow_list .step_flow .info h2 {font-size:32px;margin-bottom:10px;}
.step_flow_list .step_flow .info .text {line-height:28px;margin-bottom:15px;}
.step_flow_list .step_flow .info .yakuwari {align-items:center;margin-bottom:15px;font-weight:bold}
.step_flow_list .step_flow .info .yakuwari .yakuwari_in01 {margin-right:10px;}
.step_flow_list .step_flow .info .yakuwari .yakuwari_in01 span {padding:1px 18px 4px;display:inline-block;line-height:normal;color:#fff;background:#5AA052;border-radius:15px;}
.step_flow_list .step_flow .info .yakuwari .yakuwari_in02 {}
.step_flow_list .step_flow .info .img_list {}
.step_flow_list .step_flow .info .img_list .img {width:410px;margin-right:10px;}
.step_flow_list .step_flow .info .img_list .img:last-child {margin-right:0;position:relative;}
.step_flow_list .step_flow:nth-child(1) .info .img_list .img:last-child::before {content:"";background: url("../img/p04/il01.png") no-repeat;background-size:contain;width:90px;height:216px;position: absolute;right:-78px;bottom:-24px;}
.step_flow_list .step_flow:nth-child(2) .info .img_list .img:last-child::before {content:"";background: url("../img/p04/il02.png") no-repeat;background-size:contain;width:100px;height:216px;position: absolute;right:-78px;bottom:-22px;}
.step_flow_list .step_flow:nth-child(3) .info .img_list .img:last-child::before {content:"";background: url("../img/p04/il03.png") no-repeat;background-size:contain;width:150px;height:219px;position: absolute;right:-78px;bottom:-17px;}
.step_flow_list .step_flow:nth-child(4) .info .img_list .img:last-child::before {content:"";background: url("../img/p04/il04.png") no-repeat;background-size:contain;width:91px;height:216px;position: absolute;right:-78px;bottom:-14px;}

#p04box03 {padding:80px 0;background:#5AA052;}
#p04box03 .bg {background:#fff;padding:60px 0 80px;border-radius:10px;}
#p04box03 .bg .p01 {width:483px;margin:0 auto 5px;background:#5AA052;color:#fff;line-height:40px;border-radius:20px;font-size:20px;font-weight:bold;}
#p04box03 .bg h2 {font-size:46px;margin-bottom:24px;}
#p04box03 .bg .cut {justify-content:center;}
#p04box03 .bg .cut ul {margin-right:60px;line-height:normal;font-weight:bold;}
#p04box03 .bg .cut ul:last-child {margin-right:0;}
#p04box03 .bg .cut ul li {padding-bottom:8px;border-bottom:1px solid #ccc;margin-bottom:8px;}
#p04box03 .bg .cut ul li:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}

#p04box04 {padding:120px 0;}
#p04box04 .cnt01 {justify-content:space-between;align-items:center;margin-bottom:32px;}
#p04box04 .cnt01 .k_title01 {}
#p04box04 .cnt01 .k_title01 h2 {line-height: 60px;}
#p04box04 .cnt01 .text {width:500px;}
#p04box04 .support_list {}
#p04box04 .support_list .support {width:360px;margin-right:10px;}
#p04box04 .support_list .support:last-child {margin-right:0;}
#p04box04 .support_list .support .img {margin-bottom:16px;}
#p04box04 .support_list .support .midashi {align-items:center;margin-bottom:12px;}
#p04box04 .support_list .support .midashi p {width:50px;font-size:31px;font-weight:bold;line-height: normal;}
#p04box04 .support_list .support .midashi h3 {width:calc(100% - 50px);font-size:26px;}
#p04box04 .support_list .support .text {line-height:28px;}


/* 福利厚生 (benefits) p05
/*-------------------------------------------*/
#p05box01 {padding:90px 0;background:#F3F3F3;}
#p05box01 .cnt {justify-content:space-between;align-items:center;}
#p05box01 .cnt .left {width:500px;}
#p05box01 .cnt .left .k_title01 {margin-bottom:20px;}
#p05box01 .cnt .left .text {}
#p05box01 .cnt .img {width:487px;}

#p05box02 {padding:120px 0 270px;background: url("../img/p05/bg01.png") no-repeat center bottom #5AA052;background-size:523px;}
#p05box02 .cnt01 {justify-content:space-between;}
#p05box02 .cnt01 h2 {font-size:46px;line-height:59px;padding-left:32px;position:relative;}
#p05box02 .cnt01 h2::before {content:"";height:100px;width:5px;background:#fff;border-radius:10px;position:absolute;left:0;top:0;bottom:0;margin:auto;}
#p05box02 .cnt01 .text {width:500px;}
#p05box02 .antei_list {}
#p05box02 .antei_list .antei {width:540px;background:#fff;border-radius:10px;margin:20px 20px 0 0;padding:32px 40px 25px;box-sizing:border-box;}
#p05box02 .antei_list .antei:nth-child(2n) {margin-right:0;}
#p05box02 .antei_list .antei .midashi_box {padding-bottom:5px;border-bottom:1px solid #ccc;margin-bottom:10px;align-items:center;}
#p05box02 .antei_list .antei .midashi_box .num {font-size:60px;margin-right:10px;}
#p05box02 .antei_list .antei .midashi_box h3 {font-size:27px;line-height:32px;}
#p05box02 .antei_list .antei ul {}
#p05box02 .antei_list .antei ul li {line-height:30px;padding-left:17px;position:relative;}
#p05box02 .antei_list .antei ul li::before {content:"●";font-size:10px;color:#5AA052;position:absolute;left:0;top: 7px;line-height: normal;}
#p05box02 .antei_list .antei ul li span {font-weight:bold;}

#p05box03 {padding:120px 0;background:#F3F3F3;}
#p05box03 .cnt01 {justify-content:space-between;margin-bottom:32px;}
#p05box03 .cnt01 h2 {font-size:46px;line-height:59px;padding-left:32px;position:relative;}
#p05box03 .cnt01 h2::before {content:"";height:100px;width:5px;background:#5AA052;border-radius:10px;position:absolute;left:0;top:0;bottom:0;margin:auto;}
#p05box03 .cnt01 .text {width:436px;}

.hikaku_box_list {}
.hikaku_box_list .hikaku_box {margin-bottom:50px;border-radius:10px;overflow:hidden;}
.hikaku_box_list .hikaku_box:last-child {margin-bottom:0;}
.hikaku_box_list .hikaku_box .hikaku_midashi {align-items:center;padding:12px 32px 13px;box-sizing:border-box;background:#363636;}
.hikaku_box_list .hikaku_box .hikaku_midashi .num {font-size:42px;margin-right:15px;}
.hikaku_box_list .hikaku_box .hikaku_midashi h3 {font-size:32px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou {padding:50px;background:#fff;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .p01 {margin:-20px 0 15px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list {line-height:normal;margin-bottom:30px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 {width:505px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table {table-layout:fixed;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table thead {text-align:center;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table thead th {width:188px;padding:17px 0 16px;font-weight:500;color:#fff;background:#000;text-align:center;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table thead td {padding:17px 0 16px;color:#fff;background:#5A5A5A;border-left:1px solid #EBEBEB;text-align:center;}

.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table tbody {background:#EBEBEB;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table tbody tr {border-bottom:1px solid #ccc;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table tbody tr:last-child {border-bottom:0;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table tbody th {padding:15px 20px;font-weight:500;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01 table tbody td {padding:15px 20px;border-left:1px solid #ccc;}

.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01:last-child {width:calc(100% - 505px);}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01:last-child th {display:none;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01:last-child thead td {width:100%;background:#5AA052;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .table_list .table01:last-child tbody td {font-weight:bold;}

.hikaku_box_list .hikaku_box .hikaku_naiyou .ketsuron_box {align-items:center;margin-bottom:5px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .ketsuron_box .ketsuron_ya {width:80px;height:30px;display:table;margin-right:10px;margin-top: 5px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .ketsuron_box .ketsuron_ya span {display:table-cell;vertical-align:middle;background:#000;color:#fff;padding-left:20px;font-weight:bold;clip-path: polygon(0 100%, 0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%);}
.hikaku_box_list .hikaku_box .hikaku_naiyou .ketsuron_box h4 {font-size:30px;line-height:36px;}

.hikaku_box_list .hikaku_box .hikaku_naiyou .bg {padding:24px;line-height:30px;background:#F3F3F3;border-radius:10px;box-sizing:border-box;position:relative;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .bg::before {content:"";background: url("../img/p05/il.png") no-repeat;background-size:contain;width:211px;height:169px;position: absolute;right:5px;bottom:0;}

.hikaku_box_list .hikaku_box .hikaku_naiyou .bg ul {}
.hikaku_box_list .hikaku_box .hikaku_naiyou .bg ul li {position:relative;padding-left:23px;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .bg ul li::before {content:"●";font-size:16px;color:#F8312F;position:absolute;left:0;top: 3px;line-height: normal;}
.hikaku_box_list .hikaku_box .hikaku_naiyou .bg ul li:nth-child(2n)::before {color:#00D26A;}

.hikaku_box_list .hikaku_box .hikaku_naiyou .p02 {margin-top:15px;}

/* 先輩社員の声 (interview) p06
/*-------------------------------------------*/
#p06box01 {padding:100px 0 120px;background:#F3F3F3;}
.interview_list {}
.interview02 {background:#fff;border-radius:10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);margin-bottom:64px;transition: 0.3s;}
.interview02:last-child {margin-bottom:0;}
.interview02 a {align-items:center;text-decoration:none;}
.interview02:hover {box-shadow: 0 0 0 rgba(0, 0, 0, 0.16); }
.interview02 a:hover { text-decoration: none; }
.interview02 a:hover .img_box .img .in_img { transform: scale(1.1);}

.interview02 a .img_box {width:340px;position:relative;}
.interview02 a .img_box .img {width: 100%;height: 100%;border-radius: 10px 0 0 10px;overflow: hidden;}
.interview02 a .img_box .img .in_img {aspect-ratio: 340 / 340;transition: 0.3s;}

.interview02 a .img_box .name {position: absolute; bottom: 20px; left: -10px; z-index: 1; }
.interview02 a .img_box .name li span { display: inline-block; padding: 5px 12px 7px; box-sizing: border-box; font-size: 20px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); }
.interview02 a .img_box .name li.text01 span { background: #000000;}
.interview02 a .img_box .name li.text02 span { background: #FFFFFF;}

.interview02 a .info {width:calc(100% - 340px);padding:0 55px;box-sizing:border-box;}
.interview02 a .info .midashi {}
.interview02 a .info .midashi .num {display:inline-block;font-size: 80px;font-weight:900;line-height: normal; color: transparent; -webkit-text-stroke: 1px #5AA052; text-stroke: 1px #5AA052;width:110px;}
.interview02 a .info .midashi .title {width: calc(100% - 110px);margin-top:8px;font-size: 33px;line-height:48px;display:-webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;}
.interview02 a .info-list { padding-top:26px;border-top:1px solid #ccc;margin-top:16px;}
.interview02 a .info-list li { display: flex; align-items: center; font-weight: bold;margin-bottom:4px;}
.interview02 a .info-list li:last-child {margin-bottom:0;}
.interview02 a .info-list li span.th { display: block; width: 88px; }
.interview02 a .info-list li span.td { display: block; width: calc(100% - 88px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

/* 先輩社員の声 詳細 p06
/*-------------------------------------------*/
#p07box01 {padding-top:100px;}
#p07box01 .cnt {justify-content:space-between;flex-direction: row-reverse;align-items: flex-start;min-height: 480px;}
#p07box01 .cnt .info {width:485px;}
#p07box01 .cnt .info .p01 {margin-bottom:-20px;font-size:24px;}
#p07box01 .cnt .info .num {isplay:inline-block;font-size: 120px;font-weight:900;line-height: normal; color: transparent; -webkit-text-stroke: 1px #5AA052; text-stroke: 1px #5AA052;margin-bottom:30px;}
#p07box01 .cnt .info .info_in {padding:45px 0;position:relative;}
#p07box01 .cnt .info .info_in::before {content:"";width:100vw;height:100%;background:#F3F3F3;position:absolute;top:0;left:-410px;z-index:-1;}
#p07box01 .cnt .info .info_in .title {font-size: 32px;letter-spacing:0.08em;line-height:52px;margin-bottom:60px;}
#p07box01 .cnt .info .info_in .name {margin-bottom:35px;}
#p07box01 .cnt .info .info_in .name li span { display: inline-block; padding: 5px 12px 7px; box-sizing: border-box; font-size: 20px;}
#p07box01 .cnt .info .info_in .name li.text01 span { background: #000000;}
#p07box01 .cnt .info .info_in .name li.text02 span { background: #FFFFFF;}

#p07box01 .cnt .info .info_in .info-list {}
#p07box01 .cnt .info .info_in .info-list li { display: flex; align-items: center; font-weight: bold;margin-bottom:4px;}
#p07box01 .cnt .info .info_in .info-list li:last-child {margin-bottom:0;}
#p07box01 .cnt .info .info_in .info-list li span.th { display: block; width: 88px; }
#p07box01 .cnt .info .info_in .info-list li span.td { display: block; width: calc(100% - 88px);}
#p07box01 .cnt .img {width:650px;margin-right:-100px;border-radius: 10px;overflow: hidden;position: relative;}
#p07box01 .cnt .img .in_img {aspect-ratio: 650 / 540;}

#p07box02 {padding:100px 0 120px;}
#p07box02 .interview_info_list {}
#p07box02 .interview_info_list .interview_info {justify-content:space-between;align-items:flex-start;margin-bottom:60px;}
#p07box02 .interview_info_list .interview_info:nth-child(2n) {flex-direction:row-reverse;}
#p07box02 .interview_info_list .interview_info:last-child {margin-bottom:0;}
#p07box02 .interview_info_list .interview_info .info {width:550px;}
#p07box02 .interview_info_list .interview_info .info .q {font-size:30px;font-weight:900;margin-bottom:2px;}
#p07box02 .interview_info_list .interview_info .info .q span {display:inline-block;margin-right:15px;}
#p07box02 .interview_info_list .interview_info .info h2 {font-size:24px;margin-bottom:30px;line-height:normal;}
#p07box02 .interview_info_list .interview_info .info .text {}
#p07box02 .interview_info_list .interview_info .img {width:520px;border-radius: 10px;overflow: hidden;}
#p07box02 .interview_info_list .interview_info .img .in_img {aspect-ratio: 520 / 360;}

#p07box03 {padding:100px 0;background:#F3F3F3;}
#p07box03 .cnt {justify-content:space-between;align-items:center;flex-direction:row-reverse;}
#p07box03 .cnt .info {width: 460px;margin-right:30px;}
#p07box03 .cnt .info h2 {font-size:32px;line-height:48px;margin-bottom:35px;}
#p07box03 .cnt .info h2 span {padding-left:58px;background:url("../img/p07/calendar.svg") no-repeat center left;}
#p07box03 .cnt .info .text {}
#p07box03 .cnt .img {width:496px;border-radius: 10px;overflow: hidden;}
#p07box03 .cnt .img .in_img {aspect-ratio: 496 / 377;}

#p07box04 {width:100%;height:100px;display:table;}
#p07box04 a {display:table-cell;vertical-align:middle;background:#727171;color:#fff;text-decoration:none;font-weight:bold;}
#p07box04 a:hover {opacity:0.7;}
#p07box04 a span {line-height:40px;display:inline-block;padding-right:50px;background:url("../img/p07/pass01.svg") no-repeat center right;}

/* 施工事例 (works) p08
/*-------------------------------------------*/
#p08box01 {padding:100px 0 120px;background:#F3F3F3;}

.works_cnt {justify-content: space-between;align-items:flex-start;flex-direction:row-reverse;}
.works_cnt .works_side {width:200px;}
.works_cnt > .works_main {width:854px;padding-left:8px;box-sizing:border-box;}

.sidebox .sidebox_in {margin-bottom:50px;}
.sidebox .sidebox_in:last-child {margin-bottom:0;}
.sidebox .sidebox_in .widgettitle {font-size:20px;padding-left:13px;position:relative;}
.sidebox .sidebox_in .widgettitle::before {content:"";width:4px;height:22px;background:#5AA052;position:absolute;left:0;top:0;bottom:0;margin:auto;}
.sidebox .sidebox_in .cat_list {margin-top:5px;}
.sidebox .sidebox_in .cat_list li {font-weight:bold;}
.sidebox .sidebox_in .cat_list li a {padding:25px 0;border-bottom:1px solid #CFCFCF;display:block;}
.sidebox .sidebox_in select {margin-top:15px;font-size: 16px;font-family: 'NotoSansJP';font-weight:500;width: 100%;background:#fff;padding: 0 15px;border:none;height:40px;box-sizing:border-box;}

.works_list {}
.works_list .works01 {margin:56px 33px 0 0;}
.works_list .works01:nth-child(3n) {margin-right:0;}
.works_list .works01:nth-child(1) {margin-top:0;}
.works_list .works01:nth-child(2) {margin-top:0;}
.works_list .works01:nth-child(3) {margin-top:0;}

/*一覧ページページャー*/
.wp-pagenavi {text-align: center;margin:80px auto 0;font-family: "roboto";font-weight: 700;}
.wp-pagenavi a,.wp-pagenavi span {text-decoration: none;display: inline-block;font-size:20px;line-height:64px;margin:0 15px;color:#000;box-sizing:border-box;}
.wp-pagenavi a:hover, .wp-pagenavi span.current, span.pages {color:#DCDCDC;}

span.extend {display: none;}
span.pages {display: none;}

.wp-pagenavi a.first {display:none;}
.wp-pagenavi a.last {display:none;}

.wp-pagenavi a.previouspostslink {color:transparent!important;background: url("../img/p08/arrow01.svg") no-repeat center #5AA052;width:64px;margin-right:35px;margin-left:0;border-radius:100%;border:1px solid #5AA052;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p08/arrow02.svg") no-repeat center #5AA052;width:64px;margin-left:35px;margin-right:0;border-radius:100%;border:1px solid #5AA052;}

.wp-pagenavi a.previouspostslink:hover {background: url("../img/p08/arrow01_h.svg") no-repeat center #F3F3F3;}
.wp-pagenavi a.nextpostslink:hover {background: url("../img/p08/arrow02_h.svg") no-repeat center #F3F3F3;}

/* 施工事例 詳細
/*-------------------------------------------*/
.single-works .works_cnt {flex-direction:row;}
.works_single {padding:40px;box-sizing:border-box;background:#fff;}
.works_single .cate { display: flex;align-items: flex-start;margin-bottom:8px;}
.works_single .cate span { display: inline-block; padding: 1px 8px 3px; box-sizing: border-box; background: #000000;margin-right: 5px;}
.works_single .cate span:last-child {margin-right:0;}
.works_single .title {font-size:26px;line-height:36px;}
.works_single .time {text-align:right;padding-bottom:10px;border-bottom:1px solid #DEDEDE;margin-bottom:35px;}

.works_single .works_img {justify-content:space-between;margin-bottom:40px;}
.works_single .works_img .works_main {width:560px;margin-bottom:0!important;}
.works_single .works_img .works_main .in_img { aspect-ratio: 560 / 440;}
.works_single .works_img .works_main p {margin-top:12px;}

.works_single .works_img button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:56px;height:56px;box-sizing: border-box;border:2px solid #fff;border-radius:100%;top: 225px;}
.works_single .works_img button.slick-prev.slick-arrow {background: url("../img/p08/arrow01.svg") no-repeat center;left:20px;}
.works_single .works_img button.slick-next.slick-arrow {background: url("../img/p08/arrow02.svg") no-repeat center;right:20px;}
.works_single .works_img button.slick-prev.slick-arrow:hover {background: url("../img/p08/arrow01.svg") no-repeat center #000;}
.works_single .works_img button.slick-next.slick-arrow:hover {background: url("../img/p08/arrow02.svg") no-repeat center #000;}
.works_single .works_img button.slick-arrow:before {content: none;}

.works_single .works_img .works_thum {width:185px;margin-bottom:0!important;margin-top:-5px;}
.works_single .works_img .works_thum .in_img { aspect-ratio: 90 / 64;}
.works_single .works_img .works_thum .slick-track {width:100%!important;}
.works_single .works_img .works_thum .works_thum01 {width:90px;margin:5px 5px 0 0;cursor: pointer;position: relative;}
.works_single .works_img .works_thum .works_thum01:nth-child(2n) {margin-right:0;}
.works_single .works_img .works_thum .works_thum01.slick-current::before {content:"";background:rgba(0,0,0,0.4);width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 2;box-sizing: border-box;}

.works_single .editor {}

.works_single .midashi {font-size:24px;padding-left:16px;position:relative;margin-top:50px;margin-bottom:15px;}
.works_single .midashi::before {content:"";width:4px;height:78%;background:#5AA052;position:absolute;left:0;bottom:2px;}

.works_single .bf_list {}
.works_single .bf_list .bf_list_in {margin-bottom:30px;}
.works_single .bf_list .bf_list_in:last-child {margin-bottom:0;}
.works_single .bf_list .bf_list_in .bf {}
.works_single .bf_list .bf_list_in .bf .bf_in {width:350px;margin-right:40px;position:relative;}
.works_single .bf_list .bf_list_in .bf .bf_in::before {content:"";background: url("../img/p08/bf_in.svg") no-repeat;width:16px;height:24px;position: absolute;right:-30px;top:0;bottom:0;margin:auto;}
.works_single .bf_list .bf_list_in .bf .bf_in:last-child {margin-right:0;}
.works_single .bf_list .bf_list_in .bf .bf_in:last-child::before {content:none;}
.works_single .bf_list .bf_list_in .bf .bf_in .in_img { aspect-ratio: 350 / 230;}
.works_single .bf_list .bf_list_in .bf .bf_in p {position:absolute;left:0;top:0;color:#fff;font-size:14px;padding:1px 8px 3px 6px;line-height:normal;border-radius:0 0 5px 0;background:#131313;}
.works_single .bf_list .bf_list_in .bf .bf_in.after p {background:#5AA052;}
.works_single .bf_list .bf_list_in .bf_info {margin-top:20px;}


/*詳細ページページャー*/
.post-navigation {margin-top:50px;}
.post-navigation ul {text-align: center;justify-content:center;align-items: center;font-size:18px;font-weight:bold;}

.post-navigation ul li.post_back {width:170px;height:50px;display:table;margin: 0 auto;}
.post-navigation ul li.post_back a {border:1px solid #5AA052;color:#fff;display:table-cell;text-align:center;vertical-align:middle;text-decoration:none;box-sizing: border-box;border-radius:25px;background:#5AA052;}
.post-navigation ul li.post_back a:hover {color:#5AA052;background:none;}

.post-navigation ul li.next {line-height:64px;}
.post-navigation ul li.prev {line-height:64px;}

.post-navigation ul li.next a {text-decoration:none;}
.post-navigation ul li.prev a {text-decoration:none;}

.post-navigation ul li.next a span {background: url("../img/p08/prev.svg") no-repeat center left;display:inline-block;padding-left:70px;}
.post-navigation ul li.prev a span {background: url("../img/p08/next.svg") no-repeat center right;display:inline-block;padding-right:70px;}

.post-navigation ul li.next a:hover {opacity:0.7;}
.post-navigation ul li.prev a:hover {opacity:0.7;}


/* お知らせ (blog) p10
/*-------------------------------------------*/
#p10box01 {padding:100px 0 120px;background:#F3F3F3;}

.blog_cnt {justify-content: space-between;align-items:flex-start;flex-direction:row-reverse;}
.blog_cnt .blog_side {width:200px;}
.blog_cnt .blog_main {width:840px;}

.blog_list {}
.blog_list .blog01 {margin-bottom:64px;}
.blog_list .blog01:last-child {margin-bottom:0;}
.blog_list .blog01 a {align-items:center;display:flex;text-decoration:none;}
.blog_list .blog01 a .img {width:234px;border-radius: 10px;overflow: hidden;margin-right:20px;}
.blog_list .blog01 a .img .in_img {aspect-ratio: 234 / 156;transition:0.3s;}
.blog_list .blog01 a:hover .img .in_img { transform: scale(1.1);}
.blog_list .blog01 a .info {width:calc(100% - 234px - 20px);}
.blog_list .blog01 a .info .info_in {align-items:center;margin-bottom:12px;}
.blog_list .blog01 a .info .info_in .tax {margin-top:-8px;margin-left: 12px;}
.blog_list .blog01 a .info .info_in .tax li {margin:8px 8px 0 0;font-weight:bold;color:#fff;background:#000;padding:1px 8px 3px;border-radius:20px;}
.blog_list .blog01 a .info .info_in .tax li:last-child {margin-right:0;}
.blog_list .blog01 a .info .title {width:100%;font-size: 20px;line-height:30px;display:-webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;}
.blog_cnt .wp-pagenavi {padding-top:50px;border-top:1px solid #CFCFCF;margin-top:50px;}

/* お知らせ 詳細
/*-------------------------------------------*/
.single-blog .blog_cnt {flex-direction:row;}
.blog_single {padding:40px;box-sizing:border-box;background:#fff;}
.blog_single .info_in {align-items:center;margin-bottom:12px;}
.blog_single .info_in .tax {margin-top:-8px;margin-right: 12px;}
.blog_single .info_in .tax li {margin:8px 8px 0 0;font-weight:bold;color:#fff;background:#000;padding:1px 8px 3px;border-radius:20px;}
.blog_single .info_in .tax li:last-child {margin-right:0;}
.blog_single .title {width:100%;font-size: 26px;line-height:36px;margin-bottom:40px;}
.blog_single .editor {}

/* 募集要項 (requirements) p12
/*-------------------------------------------*/
#p12box01 {padding:100px 0 120px;background:#F3F3F3;}
#p12box01 .cnt {justify-content:space-between;margin-bottom:40px;align-items:flex-start;}
#p12box01 .cnt .info {width:500px;}
#p12box01 .cnt .info .ul01 {}
#p12box01 .cnt .info .ul01 li {text-align:center;padding:5px 20px 6px;background:#5AA052;color:#fff;border-radius:30px;font-size:15px;font-weight:bold;margin:0 6px 10px 0;min-width: 108px;box-sizing:border-box;}
#p12box01 .cnt .info .ul01 li:last-child {margin-right:0;}
#p12box01 .cnt .info h2 {font-size:46px;line-height:54px;margin-bottom:10px;}
#p12box01 .cnt .info .text {}
#p12box01 .cnt .img {width:560px;border-radius: 10px;overflow:hidden;}
#p12box01 .cnt .img .in_img {aspect-ratio: 560 / 345;}

#p12box01 .midashi {font-size: 20px;color: #5AA052;padding-left: 55px;position: relative;margin-bottom: 10px;}
#p12box01 .midashi::before {content:"";width:48px;height:1.5px;background:#5AA052;position:absolute;top:0;bottom:0;left:0;margin:auto;}

#p12box01 table {table-layout:fixed;background:#fff;}
#p12box01 table tr {border-bottom:1px solid #DCDCDC;line-height:31px;}
#p12box01 table tr:last-child {border-bottom:0;}
#p12box01 table tr th {width:176px;padding:35px 0 35px 30px;box-sizing:border-box;background:#5AA052;color:#fff;}
#p12box01 table tr td {padding:35px 0 35px 40px;}

#p12box01 .btn {width:400px;height:100px;display:table;margin:60px auto 0;}
#p12box01 .btn a {display:table-cell;vertical-align:middle;text-align:center;background:#5AA052;color:#fff;font-weight:bold;text-decoration:none;border:1px solid #5AA052;border-radius:5px;}
#p12box01 .btn a:hover {color:#5AA052;background:#fff;}

.page-requirements #entry-sec {display:none;}


/* 職場見学 (workplacetour) p13
/*-------------------------------------------*/
#p13box01 {padding:70px 0 100px;background:#F3F3F3;}
#p13box01 .k_title02 {margin-bottom:30px;}
#p13box01 .kengaku_list {}
#p13box01 .kengaku_list .kengaku {width:360px;margin-right:10px;}
#p13box01 .kengaku_list .kengaku:last-child {margin-right:0;}
#p13box01 .kengaku_list .kengaku .img {position:relative;border-radius:10px;box-sizing:border-box;overflow:hidden;}
#p13box01 .kengaku_list .kengaku .img p {position:absolute;left:0;top:0;width: 100%;line-height: 48px;background:rgba(25,25,25,0.5);backdrop-filter: blur(5px);color:#fff;font-weight:500;padding:0 15px;box-sizing:border-box;}
#p13box01 .kengaku_list .kengaku > p {margin-top:14px;line-height:28px;}


#p13box02 {padding:0 0 80px;background:#5AA052;}
#p13box02 .bg01 {position:relative;padding-top:280px;}
#p13box02 .bg01 .bg_in {width:1920px;position:absolute;left: 50%;transform: translate(-50%);top:0;}
#p13box02 .bg02 {background:#fff;padding:90px 130px 80px;box-sizing:border-box;border-radius:20px;}
#p13box02 .bg02 .k_title02 {margin-bottom:45px;}
#p13box02 .bg02 .moushikomi_list {margin-bottom: 32px;}
#p13box02 .bg02 .moushikomi_list li {padding-bottom:25px;border-bottom:1px solid #BCBCBC;margin-bottom:25px;align-items:center;}
#p13box02 .bg02 .moushikomi_list li:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
#p13box02 .bg02 .moushikomi_list li h3 {width:190px;height:68px;display:table;margin-right:40px;}
#p13box02 .bg02 .moushikomi_list li h3 span {display:table-cell;vertical-align:middle;text-align:center;background:#000;color:#fff;font-size:20px;border-radius:10px;}

#p13box02 .bg02 .moushikomi_list li .text_box01 {width:calc(100% - 190px - 40px - 246px - 20px);line-height:28px;}
#p13box02 .bg02 .moushikomi_list li .text_box01.full {width:calc(100% - 190px - 40px);}
#p13box02 .bg02 .moushikomi_list li .text_box02{width:246px;height:68px;display:table;margin-left:20px;}
#p13box02 .bg02 .moushikomi_list li .text_box02 p {display:table-cell;vertical-align:middle;text-align:center;background:#F3F3F3;border-radius:10px;}
#p13box02 .text_bg {padding:30px 45px;box-sizing:border-box;background:#F3F3F3;border-radius:10px;line-height:28px;}

#p13box03 {padding:100px 0 120px;}
#p13box03 .k_title02 {margin-bottom:20px;}
#p13box03 .text01 {margin-bottom:30px;line-height:28px;text-align:center;}

.contact_form_box {padding:60px 100px 50px;background:#F3F3F3;box-sizing:border-box;border-radius:20px;}

form.wpcf7-form {padding-top: 130px;margin-top: -130px;}

ul.contact-state {width:100%;height:80px;position: relative;margin:0 auto 50px;}
ul.contact-state > li{width:100%;height:80px;background: url("../img/p13/state01.png") no-repeat center;background-size:contain;}
ul.contact-state > li.state02 {display:none!important; }
ul.contact-state > li span {display: none;}

.contactTBL table {}
.contactTBL tr {border-bottom: 25px solid #F3F3F3;}
.contactTBL tr:last-child {border-bottom:0;}

.contactTBL th {padding-top:15px;width:220px;vertical-align: top;}
.contactTBL td {}

.hissu {color:#fff;background:#5AA052;padding:2px 6px 3px;border:1px solid #5AA052;font-size:13px;margin-right:10px;border-radius:5px;display: inline-block;float: left;text-align: center;box-sizing: border-box;}
.ninni {color:#fff;background:#5AA052;padding:2px 6px 3px;border:1px solid #5AA052;font-size:13px;margin-right:10px;border-radius:5px;display: inline-block;float: left;text-align: center;box-sizing: border-box;opacity:0;}

input.wpcf7-text {width: 100%;height:60px;box-sizing: border-box;padding:15px 20px;font-size: 18px;border:1px solid #D4D4D4;background:#fff;border-radius:10px;}

/*textarea*/
textarea.wpcf7-form-control.wpcf7-textarea {width: 100%;height:130px;box-sizing: border-box;padding:15px;font-size: 18px;border:1px solid #D4D4D4;background:#fff;border-radius:10px;}

/*radio*/
.wpcf7-list-item {margin: 15px 36px 0 0!important;}
.wpcf7-list-item.last {margin-right: 0!important;}

.tuiki_memo01 {display:block;line-height:28px;margin-bottom:10px;margin-top: 15px;}
.tuiki_memo02 {display:block;margin-top:10px;line-height:28px;}
.tuiki_memo02 li {padding-left:1em;text-indent:-1em;}

.privacypolicy {}
.privacypolicy .privacypolicy01 {display:block;margin-top:20px;}
.privacypolicy .privacypolicy01 a {text-decoration:underline;}

.codedropz-upload-handler {border-radius: 10px!important;background: #fff;border: 1px dashed #c5c5c5!important;margin-top: 15px;}
.codedropz-upload-container {padding: 32px 32px 25px;}
.codedropz-upload-container h4 {font-size:18px;margin-bottom:5px;}
.codedropz-btn-wrap {width:140px;height:35px;display: table;margin: 5px auto 0;}
.codedropz-btn-wrap a {height: 35px;display: table-cell;background:#848484;color:#fff;text-align:center;vertical-align: middle;border:1px solid #848484;font-size:16px;}

/*送信ボタン*/
.contact-submit.flex { justify-content: center;margin-top:64px;}
input.wpcf7-form-control.btn04 {width: 400px; height: 100px;cursor: pointer; transition: 0.3s;font-size: 16px;text-align: center;box-sizing:border-box;font-family:'NotoSansJP';display: block;border:1px solid #5AA052;background:#5AA052;font-weight:bold;border-radius:5px;color:#fff;}

input.wpcf7-form-control.btn04:hover {background:#fff;color:#5AA052;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {width: 400px; height: 100px;cursor: pointer; transition: 0.3s;font-size: 16px;text-align: center;box-sizing:border-box;font-family: 'NotoSansJP';display: block;border:1px solid #5AA052;background:#fff;font-weight:bold;order: -1;border-radius:5px;color:#5AA052;}

input.wpcf7-form-control.btn05:hover {background:#5AA052;color:#fff;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {margin-right: 20px;}
input.wpcf7-form-control.btn04:focus { outline: none;}

.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;}
.wpcf7c-elm-step2.mt20 {width: 100%;text-align: center;margin-top: 20px;}
.wpcf7-spinner {display: none !important;}

/* お問い合わせ (contact) p14
/*-------------------------------------------*/
.page-contact #entry-sec {display:none;}

#p14box01 {padding:70px 0 100px;background:#F3F3F3;}
#p14box01 .bg_list .bg {padding: 45px 50px 45px 60px;background:#fff;box-sizing:border-box;margin-bottom:25px;justify-content:space-between;align-items:center;}
#p14box01 .bg_list .bg:last-child {margin-bottom:0;}
#p14box01 .bg_list .bg .left {width:500px;}
#p14box01 .bg_list .bg .left h2 {font-size:27px;margin-bottom:10px;}
#p14box01 .bg_list .bg .left .text {line-height:28px;}
#p14box01 .bg_list .bg .right {padding:40px 50px;background:#F3F3F3;box-sizing:border-box;width: 440px;}
#p14box01 .bg_list .bg .right .num {font-size:38px;}
#p14box01 .bg_list .bg .right .num .waku {padding-left:50px;line-height:41px;display: inline-block;}
#p14box01 .bg_list .bg.bg01 .right .num .waku {background: url("../img/p14/tel.svg") no-repeat center left;}
#p14box01 .bg_list .bg.bg02 .right .num .waku {background: url("../img/p14/fax.svg") no-repeat center left;}

#p14box01 .bg_list .bg .right .num .waku .mini {font-size:20px;display:inline-block;margin-right:2px;}
#p14box01 .bg_list .bg .right .ul {margin-top:10px;padding-left:7px;}
#p14box01 .bg_list .bg .right .ul ul {}
#p14box01 .bg_list .bg .right .ul ul li {margin-bottom:3px;}
#p14box01 .bg_list .bg .right .ul ul li:last-child {margin-bottom:0;}

#p14box02 {padding:100px 0 120px;}
#p14box02 .k_title02 {margin-bottom:20px;}
#p14box02 .text01 {margin-bottom:30px;line-height:28px;text-align:center;}

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

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

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: 1500px) { #main.home_main .waku { background-position: center right -160px; }
  #topbox05::before { width: 100%; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() { .tate { letter-spacing: 0.1em; }
  .tate .tate-num { margin: 5px 0; }
  .tate .tate-line { margin: 5px 0; }
  .title01.tate .ja { letter-spacing: 0.1em; margin-top: 5px; }
  .sub_title.tate .text-bg_grad, .sub_title.tate .text-bg_white { padding: 10px 12px 7px; }
  #topbox05 .step-list .step00 .img_box .text01 { padding: 8px 10px 7px; } }
/*safari用
=========================================== */
.safari .tate { letter-spacing: 0.1em; }
.safari .tate .tate-num { margin: 5px 0; }
.safari .tate .tate-line { margin: 5px 0; }
.safari .title01.tate .ja { letter-spacing: 0.1em; margin-top: 5px; }
.safari .sub_title.tate .text-bg_grad, .safari .sub_title.tate .text-bg_white { padding: 10px 12px 7px; }
.safari #topbox05 .step-list .step00 .img_box .text01 { padding: 8px 10px 7px; }
