@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPセミボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-SemiBold.ttf"); src: url("../fonts/font/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-SemiBold.woff") format("woff"), url("../fonts/font/NotoSansJP-SemiBold.ttf") format("truetype"); font-weight: 600; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*NotoSansJPブラック*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Black.ttf"); src: url("../fonts/font/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Black.woff") format("woff"), url("../fonts/font/NotoSansJP-Black.ttf") format("truetype"); font-weight: 900; }
@font-face { /*Poppinsライト*/
font-family: "Poppins"; src: url("../fonts/font/Poppins-Light.ttf"); src: url("../fonts/font/Poppins-Light.woff2") format("woff2"), url("../fonts/font/Poppins-Light.woff") format("woff"), url("../fonts/font/Poppins-Light.ttf") format("truetype"); font-weight: 300; }
@font-face { /*Poppinsミディアム*/
font-family: "Poppins"; src: url("../fonts/font/Poppins-Medium.ttf"); src: url("../fonts/font/Poppins-Medium.woff2") format("woff2"), url("../fonts/font/Poppins-Medium.woff") format("woff"), url("../fonts/font/Poppins-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*Poppinsボールド*/
font-family: "Poppins"; src: url("../fonts/font/Poppins-Bold.ttf"); src: url("../fonts/font/Poppins-Bold.woff2") format("woff2"), url("../fonts/font/Poppins-Bold.woff") format("woff"), url("../fonts/font/Poppins-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #3C3A34; text-decoration: none; }

a:hover, a:active { color: #3C3A34; text-decoration: none; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #3C3A34; background: #FFFFFF; font-size: 16px; line-height: 1.5; font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; font-style: normal; word-break: break-all; }

img { width: 100%; height: auto; }

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 250px; height: 72px; margin: 56px auto 0; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 45px; box-sizing: border-box; position: relative; background: #3C3A34; border-radius: 36px; }

.btn01 a::before { content: ""; display: block; width: 20px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); }

.btn01 a .btn-text { color: #FFFFFF; text-align: center; transition: 0.3s; }

.btn01.contact_btn a { padding: 0 75px; background: #ED7E00; }

.btn01.contact_btn a::after { content: ""; display: block; width: 34px; height: 34px; background: url("../img/common/icon_contact.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 37px; transform: translateY(-50%); }

.btn01.btn_ex a::before { width: 18px; height: 18px; background: url("../img/p12/icon_ex.svg") no-repeat center; background-size: contain; }

.btn02 { display: inline-block; }

.btn02 a { display: inline-flex; align-items: center; }

.btn02 a .btn-text { line-height: 1.36; }

.btn02 a .arrow { display: inline-block; width: 40px; height: 40px; background: #3C3A34; border-radius: 50%; margin-left: 19px; position: relative; }

.btn02 a .arrow::before { content: ""; display: block; width: 20px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.btn02.btn02_shiro a .arrow { background: #FFFFFF; }

.btn02.btn02_shiro a .arrow::before { background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; }

.title01 { text-align: center; margin-bottom: 40px; }

.title01 .ja { display: block; font-size: 36px; line-height: 1.44; }

.title01 .en { display: block; font-family: "Poppins"; font-size: 18px; color: #613E16; font-weight: 500; line-height: 1.4; text-transform: capitalize; margin-top: 7px; }

.title01.shiro .en { color: #FFFFFF; }

.title01.recruit-title01 { text-align: left; }

.title01.recruit-title01 .ja { font-size: 18px; }

.title01.recruit-title01 .en { font-size: 56px; margin-top: 0; }

.title02 { padding-bottom: 20px; box-sizing: border-box; font-size: 28px; text-align: center; margin-bottom: 40px; position: relative; }

.title02::before { content: ""; display: block; width: 60px; height: 4px; background: url("../img/common/title_bg.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

.top-title01 { margin-bottom: 32px; padding-bottom: 12px; position: relative; }

.top-title01::before { content: ""; display: block; width: 40px; height: 5px; background: #F4A347; position: absolute; bottom: 0; left: 0; }

.top-title01 .en { display: block; height: 45px; }

.top-title01 .en img { width: auto; height: 100%; }

.top-title01 .ja { display: block; font-size: 14px; margin-top: 12px; }

.top-title02 { font-size: 32px; text-align: center; padding-bottom: 20px; position: relative; margin-bottom: 32px; }

.top-title02::before { content: ""; display: block; width: 40px; height: 5px; background: #F4A347; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

.tel_box { text-align: center; }

.tel_box .tel .num { font-size: 21px; font-weight: 500; line-height: 1.38; }

.tel_box .tel-text { font-size: 13px; line-height: 1.46; font-weight: 400; margin-top: -3px; }

.under-cont > section { padding: 120px 5%; }

.under-cont > section:first-child { padding: 80px 5% 0; }

.under-cont > section:nth-child(2n) { padding: 0 5%; margin: 140px 0; background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 40px, #FBF9EB 40px, #FBF9EB 100%); position: relative; }

.under-cont > section:nth-child(2n)::before, .under-cont > section:nth-child(2n)::after { content: ""; display: block; width: 100%; height: 200px; position: absolute; left: 0; }

.under-cont > section:nth-child(2n)::before { background: linear-gradient(0deg, #fbf9eb 0%, white 100%); top: -139px; }

.under-cont > section:nth-child(2n)::after { background: linear-gradient(180deg, #fbf9eb 0%, white 100%); bottom: -199px; }

.under-cont > section:nth-child(4n) { padding: 120px 5%; margin: 0; background: #F8F8F8; }

.under-cont > section:nth-child(4n)::before, .under-cont > section:nth-child(4n)::after { display: none; }

.under-cont > section:last-child { padding-bottom: 40px; position: relative; z-index: 1; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.semib { font-weight: 600; }

.bold { font-weight: 700; }

.black { font-weight: 900; }

.common_text { line-height: 2; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.sans { font-family: 'NotoSansJP'; }

.pop { font-family: "Poppins"; }

/*色*/
.shiro { color: #FFFFFF; }

.orange { color: #ED7E00; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 60px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; }

#header .header_inner { width: 100%; height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .logo_box { width: 50px; margin-left: 35px; position: relative; z-index: 1; }

#header .header_inner .logo { width: 100%; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .right { align-items: center; width: auto; height: 100%; margin-right: 88px; }

#header .header_inner .right .tel_box { width: 40px; height: 40px; }

#header .header_inner .right .tel_box .tel { width: 100%; height: 100%; }

#header .header_inner .right .tel_box .tel a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_tel.svg") no-repeat center; background-size: contain; }

#header .header_inner .right .tel_box .tel .num { display: none; }

#header .header_inner .right .tel_box .tel-text { display: none; }

#header .header_inner .right .btn01.contact_btn { display: none; }

.fixed #header { background: #FFFFFF; }

#header:has(.sp-nav-btn.opon) { background: rgba(255, 255, 255, 0.95); }

/*gnav*/
.gnav { display: none; }

/* nav
=========================================== */
.sp-nav-btn { width: 80px; height: 60px; background: #FFFFFF; border-bottom-left-radius: 20px; position: absolute; top: 0; right: 0; z-index: 101; transition: 0.3s; }

.sp-nav-btn .btn_in { width: 30px; height: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sp-nav-btn .btn_in > span { width: 100%; height: 2px; background: #402F1B; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon { background: #402F1B; }

.sp-nav-btn.opon .btn_in > span { background: #FFFFFF; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: calc(100% - 60px); position: fixed; top: 60px; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 60px); z-index: 99; top: 60px; background: rgba(255, 255, 255, 0.95); right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 40px 20px 60px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul { padding: 0 20px; box-sizing: border-box; margin-bottom: 50px; }

.sp-nav-list .navs-list > ul > li { margin-bottom: 20px; text-align: center; }

.sp-nav-list .navs-list > ul > li:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list > ul > li > a, .sp-nav-list .navs-list ul li .nav-midashi { display: inline-block; font-size: 16px; color: #402F1B; }

.sp-nav-list .navs-list > ul > li > a:hover { color: #ED7E00; }

.sp-nav-list .navs-list ul li .nav-midashi { padding-right: 24px; box-sizing: border-box; position: relative; transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi::after { content: ""; display: block; width: 14px; height: 8px; background: url("../img/common/spnav_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi.on { color: #ED7E00; }

.sp-nav-list .navs-list ul li .nav-midashi.on::after { background: url("../img/common/spnav_arrow_h.svg") no-repeat center; background-size: contain; transform: translateY(-50%) rotate(180deg); }

.sp-nav-list .navs-list ul li .sp-nav { padding-top: 12px; box-sizing: border-box; border-top: 1px solid #ACACAC; margin-top: 12px; }

.sp-nav-list .navs-list ul li .sp-nav ul { margin: 0 auto; }

.sp-nav-list .navs-list ul li .sp-nav ul li { margin: 12px 20px 0 0; text-align: left; }

.sp-nav-list .navs-list ul li .sp-nav ul li:nth-child(-n+2) { margin-top: 0; }

.sp-nav-list .navs-list ul li .sp-nav ul li:nth-child(2n) { margin-right: 0; }

.sp-nav-list .navs-list ul li .sp-nav ul li a { font-size: 14px; padding-right: 16px; box-sizing: border-box; position: relative; }

.sp-nav-list .navs-list ul li .sp-nav ul li a::before { content: ""; display: block; width: 8px; height: 14px; background: url("../img/common/spnav_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.sp-nav-list .navs-list ul li .sp-nav ul li a:hover { color: #ED7E00; }

.sp-nav-list .navs-list ul li .sp-nav ul li a:hover::before { filter: brightness(0) saturate(100%) invert(56%) sepia(38%) saturate(5481%) hue-rotate(8deg) brightness(101%) contrast(101%); }

.sp-nav-list .navs-list ul li .sp-nav ul.sp-nav_in01 { width: 255px; }

.sp-nav-list .navs-list ul li .sp-nav ul.sp-nav_in01 li { width: 105px; }

.sp-nav-list .navs-list ul li .sp-nav ul.sp-nav_in01 li:nth-child(2n) { width: 130px; }

.sp-nav-list .navs-list ul li .sp-nav ul.sp-nav_in02 { width: 241px; }

.sp-nav-list .navs-list ul li .sp-nav ul.sp-nav_in02 li { width: 100px; }

.sp-nav-list .navs-list ul li .sp-nav ul.sp-nav_in02 li:nth-child(2n) { width: 121px; }

.sp-nav-list .navs-list .info_box .btn01 { height: 48px; margin-top: 24px; }

.sp-nav-list .navs-list .info_box .btn01.contact_btn { width: 144px; height: 40px; margin-top: 20px; }

.sp-nav-list .navs-list .info_box .btn01.contact_btn a { padding: 0; border-radius: 50px; }

.sp-nav-list .navs-list .info_box .btn01.contact_btn a::before, .sp-nav-list .navs-list .info_box .btn01.contact_btn a::after { display: none; }

.sp-nav-list .navs-list .info_box .btn01.contact_btn a .btn-text { font-size: 16px; }

/* main */
/*-------------------------------------------*/
#main.home_main { width: 100%; height: 665px; padding: 0 20px; box-sizing: border-box; position: relative; }

#main.home_main .main_slide { width: 100%; height: 100%; margin-bottom: 0; overflow: hidden; }

#main.home_main .news_box { display: block; width: 100%; height: 70px; padding: 10px 132px 0 30px; box-sizing: border-box; background: #FFFFFF; position: absolute; bottom: -1px; left: 0; z-index: 1; }

#main.home_main .news_box h3 { font-size: 18px; line-height: 1.38; margin-bottom: 4px; }

#main.home_main .news_box .top-news01 { width: 100%; }

#main.home_main .news_box .top-news01 a { display: flex; align-items: center; width: 100%; font-weight: 400; }

#main.home_main .news_box .top-news01 a .time { display: block; width: 60px; font-size: 10px; line-height: 1.4; }

#main.home_main .news_box .top-news01 a .title { width: calc(100% - 60px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.3s; font-size: 12px; text-decoration: underline; }

#main.home_main .news_box .btn02 { position: absolute; bottom: 11px; right: 30px; }

#main.home_main .news_box .btn02 a .btn-text { font-size: 12px; line-height: 1.42; }

#main.home_main .news_box .btn02 a .arrow { width: 25px; height: 25px; margin-left: 7px; }

#main.home_main .news_box .btn02 a .arrow::before { width: 12px; height: 5px; }

#main.home_main .main-img { width: 250px; position: absolute; bottom: 69px; right: 20px; }

/* スライド共通 */
#main.home_main .main_slide .slide_box { width: calc(100vw - 40px); height: 665px; position: relative; z-index: 1; }

#main.home_main .main_slide .slide_box .main_bg { width: calc(100vw - 40px); height: 100%; position: absolute; top: 0; left: 0; }

#main.home_main .main_slide .slide_box.add-animation .main_bg { animation: mainZoomUp 10s linear 0s normal both; }

@keyframes mainZoomUp { 0% { transform: scale(1); }
  100% { transform: scale(1.2); } }
#main.home_main .main_slide .slide_box .waku { width: 100%; padding: 0 20px; box-sizing: border-box; margin-top: 92px; position: relative; z-index: 1; }

#main.home_main .main_slide .slide_box .waku .main_title { font-size: 28px; line-height: 1.43; }

#main.home_main .main_slide .slide_box .waku .main_text { font-size: 14px; line-height: 1.44; margin-top: 16px; }

/* スライド1枚目 */
#main.home_main .main_slide .slide_box.slide01 .main_bg { background: url("../img/main/main_img01_sp.jpg") no-repeat center; background-size: cover; }

/* スライド2枚目 */
#main.home_main .main_slide .slide_box.slide02 .main_bg { background: url("../img/main/main_img02_sp.jpg") no-repeat center; background-size: cover; }

/* スライド3枚目 */
#main.home_main .main_slide .slide_box.slide03 .main_bg { background: url("../img/main/main_img03_sp.jpg") no-repeat center; background-size: cover; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; min-height: 240px; padding: 113px 5% 0; box-sizing: border-box; position: relative; }

#main.kasou::before { content: ""; display: block; width: 100%; height: calc(100% + 120px); background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 239, 0.8) 20%, #faedde 100%); position: absolute; top: 0; left: 0; }

#main.kasou .title_box { text-align: center; position: relative; z-index: 1; }

#main.kasou .title_box .bg-text { font-family: "Poppins"; font-size: 80px; line-height: 1.4; font-weight: 500; color: #FFEBD5; text-transform: capitalize; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); z-index: -1; white-space: nowrap; }

#main.kasou .title_box h1.title { font-size: 32px; line-height: 1.44; }

#main.kasou .title_box .main-text { margin-top: 24px; line-height: 1.9; font-weight: 700; text-align: left; }

#main.kasou.single-kasou { height: auto; padding-top: 76px; }

#main.kasou.single-kasou div#bread { margin-top: 0; margin-bottom: 40px; }

#main.kasou.single-kasou .single-title { font-size: 24px; line-height: 1.4; }

#main.kasou.single-kasou .main_info { align-items: flex-start; margin-top: 10px; }

#main.kasou.single-kasou .main_info .time { width: 90px; font-size: 14px; font-weight: 300; margin-top: 10px; }

#main.kasou.single-kasou .main_info .cate-list { width: auto; }

#main.kasou.single-kasou .main_info .cate-list li { padding: 2px 16px 4px; background: #ED7E00; font-size: 15px; margin: 6px 6px 0 0; }

#main.kasou.single-kasou .main_info .cate-list li:last-child { margin-right: 0; }

#main.recruit_kasou { width: 100%; margin-top: 70px; padding: 0 5%; box-sizing: border-box; }

#main.recruit_kasou .title_box { width: 100%; min-height: 120px; background: #ED7E00; border-radius: 20px; padding: 40px 20px; box-sizing: border-box; text-align: center; position: relative; margin: 0 auto; overflow: hidden; }

#main.recruit_kasou .title_box .bg-text { font-family: "Poppins"; font-size: 80px; line-height: 1.4; font-weight: 500; color: #F1860E; text-transform: capitalize; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); white-space: nowrap; }

#main.recruit_kasou .title_box h1.title { font-size: 24px; line-height: 1.46; color: #FFFFFF; position: relative; z-index: 1; }

#main.single-recruit_kasou { padding: 100px 5% 0; position: relative; }

#main.single-recruit_kasou::before { content: ""; display: block; width: 100%; height: 550px; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 239, 0.8) 20%, #faedde 100%); position: absolute; top: 0; left: 0; z-index: -1; }

#main.single-recruit_kasou .main_box { display: block; }

#main.single-recruit_kasou .main_box .text_box .info { align-items: flex-start; margin-bottom: 16px; }

#main.single-recruit_kasou .main_box .text_box .info .cate-list { width: auto; }

#main.single-recruit_kasou .main_box .text_box .info .cate-list li { padding: 0 12px 2px; background: #ED7E00; font-size: 15px; margin-top: 0; margin-right: 12px; }

#main.single-recruit_kasou .main_box .text_box .info .info-text span:last-child::after { display: none; }

#main.single-recruit_kasou .main_box .text_box .info .info-text span::after { content: "/"; margin: 0 2px; }

#main.single-recruit_kasou .single-title { font-size: 24px; }

#main.single-recruit_kasou .main_box .img_box { width: 100%; max-width: 440px; margin: 25px auto 0; }

#main.single-recruit_kasou .main_box .img_box .img { width: 100%; aspect-ratio: 11 / 8; border-radius: 10px; }

/*パンくず*/
div#bread { width: 100%; margin-top: 60px; position: relative; z-index: 1; }

ul.bread-list { font-size: 14px; justify-content: flex-start; }

ul.bread-list li { line-height: 20px; }

ul.bread-list li a { text-decoration: none; line-height: 20px; }

ul.bread-list li::after { content: "-"; margin: 0 4px; }

ul.bread-list li:last-child::after { display: none; }

#main.kasou:has(.main-text) div#bread { margin-top: 40px; }

div#bread.recruit-bread { margin-top: 8px; padding: 0 5%; box-sizing: border-box; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 120px 5% 65px; box-sizing: border-box; background: url("../img/common/contact_bg.png") no-repeat center top; background-size: cover; }

#contact-sec .wrap { background: #FFFFFF; border-radius: 40px; padding: 118px 20px 80px; box-sizing: border-box; text-align: center; }

#contact-sec .title { font-size: 16px; font-weight: 500; margin-bottom: 25px; position: relative; z-index: 1; }

#contact-sec .title span { display: block; font-size: 48px; line-height: 1.4; color: #EBEBEB; position: absolute; top: -38px; left: 50%; transform: translateX(-50%); z-index: -1; white-space: nowrap; }

#contact-sec .text01 { font-size: 14px; line-height: 1.85; }

#contact-sec .btn01 { margin-top: 40px; }

#map-sec { background: #F2F2F2; padding: 0 5%; position: relative; z-index: 1; }

#map-sec::before { content: ""; display: block; width: 336px; height: 334px; background: url("../img/common/logo_mark.png") no-repeat center; background-size: contain; position: absolute; bottom: 90px; right: 20px; z-index: -1; }

#map-sec .cnt { text-align: right; position: relative; }

#map-sec .cnt .map-img { width: 326px; height: 220px; margin: 0 auto 56px; position: relative; }

#map-sec .cnt .map-img .point { display: block; width: 8px; height: 8px; border-radius: 50%; background-color: #530202; position: absolute; }

#map-sec .cnt .map-img .point::before, #map-sec .cnt .map-img .point::after { content: ""; display: block; width: 100%; height: 100%; background-color: #530202; border-radius: 50%; opacity: 0.6; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: pulsate 4s linear infinite; }

#map-sec .cnt .map-img .point::after { animation-delay: 2s; }

@keyframes pulsate { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(3); opacity: 0; } }
#map-sec .cnt .map-img .point.point01 { top: 69px; right: 125px; }

#map-sec .cnt .map-img .point.point02 { top: 73px; right: 98px; }

#map-sec .cnt .map-img .point.point03 { top: 118px; left: 68px; }

#map-sec .cnt .title { display: inline-block; font-size: 16px; font-weight: 600; text-align: left; position: absolute; bottom: 0; right: -5px; }

.access01 h3 { font-size: 18px; line-height: 1.44; font-weight: 600; padding-bottom: 12px; border-bottom: 1px solid #3C3A34; margin-bottom: 12px; }

.access01 .list li { font-size: 16px; margin-bottom: 10px; }

.access01 .list li:last-child { margin-bottom: 0; }

.access01 .list li a { display: block; }

.access01 .list li a::after { content: ""; display: inline-block; width: 24px; height: 24px; background: url(../img/common/icon_map.svg) no-repeat center, #3C3A34; background-size: 12px; margin-left: 3px; border-radius: 50%; vertical-align: -6px; }

.access01 .list li a.no-link { pointer-events: none; }

.access01 .list li a.no-link::after { display: none; }

.access01 .list li span.zip { font-size: 14px; margin-right: 5px; }

#map-sec .company_box { display: block; }

#map-sec .company_box .img_box { width: 100%; max-width: 296px; margin: 0 auto 20px; }

#map-sec .access-list { display: block; }

#map-sec .access-list .access01 { margin-top: 32px; }

#map-sec .bottom_img { width: 100%; max-width: 296px; margin: 56px auto 0; }

#footer { padding: 64px 5% 32px; background: #F2F2F2; position: relative; }

#footer::before { content: ""; display: block; width: 100%; height: 100%; background: #402F1B; border-radius: 30px 30px 0 0; position: absolute; top: 0; left: 0; }

#footer .footer_box { display: block; margin-bottom: 40px; }

#footer .footer_box .left { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 20px; }

#footer .footer_box .left .logo { width: 90px; margin-left: 20px; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .logo_health { width: 138px; }

#footer .footer_box .navs-list { display: flex; justify-content: space-between; padding: 0 20px; box-sizing: border-box; }

#footer .footer_box .navs-list .list_in { display: block; width: 48%; }

#footer .footer_box .navs-list .list_in ul.navs-list00 { margin-bottom: 16px; }

#footer .footer_box .navs-list .list_in ul.navs-list00:last-child { margin-bottom: 0; }

.navs-list ul.navs-list03 { width: 48%; }

.navs-list ul.navs-list00 > li { margin-bottom: 16px; font-weight: 600; }

.navs-list ul.navs-list00 > li:last-child { margin-bottom: 0; }

.navs-list ul.navs-list00 > li a, .navs-list ul.navs-list00 > li .nav-midashi { display: block; color: #FFFFFF; font-size: 14px; font-weight: 600; }

.navs-list ul.navs-list00 > li .sp-nav li { margin-top: 8px; }

.navs-list ul.navs-list00 > li .sp-nav li a { padding-left: 12px; box-sizing: border-box; position: relative; font-weight: 500; }

.navs-list ul.navs-list00 > li .sp-nav li a::before { content: ""; display: block; width: 5px; height: 11px; background: url("../img/common/footer_nav_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

#footer .copyright { color: #FFFFFF; text-align: center; font-size: 12px; font-weight: 400; }

/*parts
=========================================== */
.slider01 { margin-bottom: 32px !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 46px; height: 46px; background: #3C3A34; border-radius: 50%; box-sizing: border-box; top: auto; bottom: -66px; z-index: 1; transition: 0.3s; transform: translate(0, 0); }
.slider01 .slick-prev:hover, .slider01 .slick-next:hover { background: #3C3A34; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 20px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; }
.slider01 .slick-prev { left: 50%; transform: translate(-62px, 0); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 50%; transform: translate(62px, 0); }

.slider01:has(.slick-prev), .slider01:has(.slick-next) { margin-bottom: 98px !important; }

.cate-list li { display: inline-block; padding: 5px 10px 6px; box-sizing: border-box; background: #989898; border-radius: 50px; font-size: 14px; line-height: 1.35; color: #FFFFFF; margin: 5px 5px 0 0; }
.cate-list li:last-child { margin-right: 0; }

.case01 a { display: block; width: 100%; height: 100%; background: #FFFFFF; padding: 32px; box-sizing: border-box; border-radius: 20px; box-shadow: 0 0 40px rgba(203, 203, 203, 0.3); }
.case01 a .img { width: 100%; aspect-ratio: 14 / 9; border-radius: 10px; overflow: hidden; margin-bottom: 16px; }
.case01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.case01 a .title { font-weight: 400; line-height: 1.7; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.case01 a .cate-list { margin-top: 8px; }
.case01 a .info-list { margin-top: 12px; }
.case01 a .info-list li { display: flex; align-items: center; margin-bottom: 8px; }
.case01 a .info-list li span { display: inline-block; font-size: 14px; line-height: 19px; }
.case01 a .info-list li span.th { width: 50px; padding: 2px 0 3px; box-sizing: border-box; background: #E3E3E3; text-align: center; margin-right: 16px; }
.case01 a .info-list li span.td { width: calc(100% - 66px); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.case01 a .time { font-size: 14px; font-weight: 300; margin-top: 16px; text-align: right; }

#case-sec { padding-left: 0; padding-right: 0; }
#case-sec .cnt { display: block; padding: 0 20px; box-sizing: border-box; }
#case-sec .box { width: calc(100% - 40px); padding: 20px; box-sizing: border-box; background: #FAEDDE; border-radius: 20px; margin: 32px auto 0; }
#case-sec .box h3 { font-size: 20px; font-weight: 600; margin-bottom: 20px; }
#case-sec .box h3 .mini { font-size: 16px; }
#case-sec #case-slider { margin-top: 36px; }
#case-sec #case-slider .slick-list { overflow: visible; }
#case-sec #case-slider .case01 { margin: 0 20px; }
#case-sec #case-slider .content-none { padding: 0 20px; box-sizing: border-box; }
#case-sec .btn01 { max-width: calc(100% - 40px); margin-top: 0; }

.blog01 { width: 100%; }
.blog01 a { display: block; width: 100%; background: #FFFFFF; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
.blog01 a .img { width: 100%; aspect-ratio: 7 / 5; border-radius: 10px 10px 0 0; overflow: hidden; }
.blog01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.blog01 a .info_box { padding: 16px 20px 24px; box-sizing: border-box; }
.blog01 a .info_box h3 { font-size: 18px; font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog01 a .info_box .info { align-items: flex-start; margin-top: 10px; }
.blog01 a .info_box .info .time { width: 90px; font-size: 14px; font-weight: 300; color: #000000; margin: 10px 0 0 0; }
.blog01 a .info_box .info .cate-list { width: auto; margin-bottom: 0; }
.blog01 a .info_box .info .cate-list li { padding: 3px 16px 4px; background: #ED7E00; font-size: 15px; margin: 6px 6px 0 0; }
.blog01 a .info_box .info .cate-list li:last-child { margin-right: 0; }

.wrap.twin div#two-side { margin-top: 60px; }
.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: 8px 0; box-sizing: border-box; background: #ED7E00; border-radius: 5px; text-align: center; color: #FFFFFF; margin-bottom: 16px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 40px; box-sizing: border-box; padding: 7px 30px 7px 15px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 10px; border-radius: 0; -webkit-appearance: none; appearance: none; cursor: pointer; color: #3C3A34 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #3C3A34 !important; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; background: #FFFFFF; border: 0; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 16px rgba(0, 0, 0, 0.16); margin: 0 2px; text-decoration: none; font-size: 16px; font-weight: 700; color: #3C3A34; line-height: 40px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 60px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #ED7E00; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; margin: 0; background: transparent; box-shadow: none; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 6px; height: 13px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 12px; height: 13px; 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 { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

.post-navigation { margin-top: 60px; }
.post-navigation ul { justify-content: center; align-items: center; position: relative; }
.post-navigation ul > li a { display: inline-block; width: 105px; height: 40px; padding: 7px 0 9px; box-sizing: border-box; background: #FFFFFF; border: 0; border-radius: 5px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); font-size: 16px; font-weight: 700; line-height: 1.5; color: #3C3A34; text-align: center; position: relative; }
.post-navigation ul > li.blog-back { margin: 0 7px; }
.post-navigation ul > li.blog-back a { background: #3C3A34; color: #FFFFFF; }
.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.home { font-size: 14px; }
.home .sec-bg { background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(239, 238, 218, 0.7) 40%, rgba(248, 230, 213, 0.7) 65%, rgba(248, 229, 204, 0.7) 80%, rgba(250, 248, 221, 0.7) 100%); }
.home #case-sec { padding: 40px 0 80px; position: relative; }
.home #case-sec::before { content: ""; display: block; width: 100%; height: 7.05vw; background: url("../img/top/bg01_sp.png") no-repeat center bottom; background-size: contain; position: absolute; top: -6.8vw; left: 0; }
.home #case-sec .btn01 { max-width: 250px; margin-top: 0; }
.home #contact-sec { margin-top: -56px; }

.slash_line_outer01 { position: relative; }
.slash_line_outer01::before { content: ""; display: block; width: 80px; height: 114px; background: url("../img/common/common_line01_sp.png") no-repeat center; background-size: contain; position: absolute; top: -20px; left: -20px; z-index: 1; }
.slash_line_outer01::after { content: ""; display: block; width: 53px; height: 63px; background: url("../img/common/common_line02_sp.png") no-repeat center; background-size: contain; position: absolute; bottom: 20px; right: -10px; z-index: 1; }

.slash_line_outer02 { position: relative; }
.slash_line_outer02::before { content: ""; display: block; width: 60px; height: 90px; background: url("../img/common/common_line01_sp.png") no-repeat center; background-size: contain; position: absolute; bottom: 0; right: -20px; z-index: 1; }

.slash_line_outer { position: absolute; overflow: hidden; }
.slash_line_outer .slash_position { position: absolute; stroke: #413B35; }
.slash_line_outer .slash_position.n2, .slash_line_outer .slash_position.n4, .slash_line_outer .slash_position.n6, .slash_line_outer .slash_position.n8, .slash_line_outer .slash_position.n10, .slash_line_outer .slash_position.n12 { stroke: #DBCABB; }
.slash_line_outer svg { opacity: 1; stroke-width: 2px; stroke-dasharray: 400; stroke-dashoffset: 400; animation: slash_line 2s; animation-timing-function: ease-in-out; animation-direction: reverse; }
@keyframes slash_line { 50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -400; } }
#topbox01 { padding: 60px 5% 40px; }
#topbox01 .cnt { display: block; position: relative; }
#topbox01 .cnt::before { content: ""; display: block; width: 94px; height: 138px; background: url("../img/top/line01_sp.png") no-repeat center; background-size: contain; position: absolute; bottom: 5px; right: 0; z-index: 1; }
#topbox01 .cnt .text_box { margin-bottom: 88px; }
#topbox01 .cnt .text_box .midashi { font-size: 32px; margin-bottom: 20px; }
#topbox01 .cnt .text_box .text01 { font-size: 20px; margin-bottom: 20px; }
#topbox01 .cnt .text_box .btn01 { margin-left: 0; margin-right: 0; }
#topbox01 .cnt .img_box { width: 100%; position: relative; }
#topbox01 .cnt .img_box.slash_line_outer01::before { width: 94px; height: 138px; background: url("../img/top/line01_sp.png") no-repeat center; background-size: contain; top: -60px; left: auto; right: 52px; }
#topbox01 .cnt .img_box.slash_line_outer01::after { width: 94px; height: 138px; background: url("../img/top/line01_sp.png") no-repeat center; background-size: contain; bottom: 55px; right: auto; left: -20px; }
#topbox01 .slash_line_outer { width: 100vw; height: calc(100% + 35px); top: -32px; left: 50%; transform: translateX(-50%); }
#topbox01 .industry_box { margin-top: 85px; }
#topbox01 .industry_box .industry-list .industry01 { width: calc(50% - 2px); position: relative; margin: 4px 4px 0 0; }
#topbox01 .industry_box .industry-list .industry01:nth-child(-n+2) { margin-top: 0; }
#topbox01 .industry_box .industry-list .industry01:nth-child(2n) { margin-right: 0; }
#topbox01 .industry_box .industry-list .industry01 p { width: 100%; max-width: 134px; padding: 2px 0 3px; box-sizing: border-box; background: #FFFFFF; border-top-right-radius: 30px; font-size: 12px; line-height: 1.42; position: absolute; bottom: 0; left: 0; z-index: 1; }

#topbox02 { padding: 40px 5%; }
#topbox02 .cnt { display: block; }
#topbox02 .cnt .text_box .text01 { font-size: 20px; margin-bottom: 20px; }
#topbox02 .product_box { margin-top: 35px; }
#topbox02 .product_box h3 { font-size: 20px; font-weight: 500; }
#topbox02 .product_box .product-list { display: block; margin-top: 32px; }
#topbox02 .product_box .product-list .product01 { background: #FFFFFF; border-radius: 20px; overflow: hidden; margin-bottom: 32px; }
#topbox02 .product_box .product-list .product01:last-child { margin-bottom: 0; }
#topbox02 .product_box .product-list .product01 .img { width: 100%; }
#topbox02 .product_box .product-list .product01 .text_box { background: linear-gradient(180deg, rgba(203, 203, 203, 0) 0%, rgba(255, 255, 255, 0.03) 20%, rgba(255, 210, 159, 0.96) 90%, #ffd09b 100%); }
#topbox02 .product_box .product-list .product01 .text_box h4 { display: inline-block; min-width: 200px; padding: 4px 25px 5px 20px; box-sizing: border-box; background: #ED7E00; border-top-right-radius: 30px; font-size: 20px; font-weight: 600; }
#topbox02 .product_box .product-list .product01 .text_box .waku { padding: 16px 20px; box-sizing: border-box; text-align: right; }
#topbox02 .product_box .product-list .product01 .text_box .waku > p { text-align: left; }
#topbox02 .product_box .product-list .product01 .text_box .waku .btn02.btn02_shiro { margin-top: 16px; text-align: right; }

#topbox03 { padding: 40px 5% 108px; }
#topbox03 .reason-list { display: block; margin-top: 32px; }
#topbox03 .reason-list .reason00 { width: 100%; max-width: 264px; margin: 0 auto 32px; }
#topbox03 .reason-list .reason00:last-child { margin-bottom: 0; }
#topbox03 .reason-list .reason00 .img_box { width: 100%; aspect-ratio: 1 / 1; border-radius: 50%; background: #FFFFFF; padding-top: 30px; box-sizing: border-box; text-align: center; position: relative; z-index: 1; margin-bottom: 20px; border-width: 4px; border-style: solid; }
#topbox03 .reason-list .reason00 .img_box::before { content: ""; display: block; width: 60%; aspect-ratio: 1 / 1; filter: blur(35px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
#topbox03 .reason-list .reason00 .img_box img { width: 75px; }
#topbox03 .reason-list .reason00 .img_box h3 { font-size: 24px; line-height: 1.58; margin-top: 32px; }
#topbox03 .reason-list .reason01 .img_box { border-color: #FFE8BE; }
#topbox03 .reason-list .reason01 .img_box::before { background: #FDE3B3; }
#topbox03 .reason-list .reason02 .img_box { border-color: #CCE8F8; }
#topbox03 .reason-list .reason02 .img_box::before { background: #C3DAE8; }
#topbox03 .reason-list .reason03 .img_box { border-color: #D1F4B7; }
#topbox03 .reason-list .reason03 .img_box::before { background: #C4E8AA; }
#topbox03 .reason-list .reason04 .img_box { border-color: #FFDEE9; }
#topbox03 .reason-list .reason04 .img_box::before { background: #FFDBE6; }

#topbox04 { padding: 56px 5%; background: #F8F8F8; border-radius: 30px; position: relative; margin-bottom: 80px; }
#topbox04 .cnt { display: block; padding: 0 20px; box-sizing: border-box; }
#topbox04 .cnt .text_box .text01 { font-size: 20px; margin-bottom: 20px; }
#topbox04 .cnt .img_box { width: 100%; margin-bottom: 32px; }
#topbox04 .cnt.slash_line_outer01::before { width: 94px; height: 138px; background: url("../img/top/line01_sp.png") no-repeat center; background-size: contain; top: -124px; left: auto; right: -12px; }
#topbox04 .cnt.slash_line_outer01::after { width: 94px; height: 138px; background: url("../img/top/line01_sp.png") no-repeat center; background-size: contain; bottom: -22px; right: auto; left: -46px; }
#topbox04 .slash_line_outer { width: 100%; height: calc(100% + 120px); top: 50%; left: 0; transform: translateY(-50%); }

#recruit-sec { background: #F08E1E; border-radius: 40px; padding: 56px 0; position: relative; z-index: 1; }
#recruit-sec .text_box { padding: 0 7%; box-sizing: border-box; }
#recruit-sec .text_box .top-title01 { padding-bottom: 0; }
#recruit-sec .text_box .top-title01::before { display: none; }
#recruit-sec .text_box .midashi { font-size: 20px; margin-bottom: 20px; }
#recruit-sec .img_box { width: 100%; justify-content: space-between; background: #FFFFFF; margin-top: 56px; }
#recruit-sec .img_box img { width: calc((100% - 6px) / 3); aspect-ratio: 25 / 19; margin-top: 3px; }
#recruit-sec .img_box img:nth-child(-n+3) { margin-top: 0; }

/*事業内容　p02
=========================================== */
#p02box01 .cnt { display: block; }
#p02box01 .cnt .text_box { margin-bottom: 40px; }
#p02box01 .cnt .text_box h2 { font-size: 32px; margin-bottom: 32px; }
#p02box01 .cnt .text_box .text p { margin-bottom: 32px; }
#p02box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p02box01 .cnt .text_box.slash_line_outer02::before { display: none; }
#p02box01 .cnt .img_box { max-width: 460px; margin: 0 auto; position: relative; }
#p02box01 .cnt .img_box .slash_line_outer { width: 110%; aspect-ratio: 168 / 185; top: -20px; left: 50%; transform: translateX(-50%); }
#p02box01 .cnt .img_box.slash_line_outer01::after { width: 60px; height: 90px; background: url("../img/p02/line01_sp.png") no-repeat center; background-size: contain; bottom: -50px; right: 20px; }
#p02box01 .service_box { margin-top: 140px; }
#p02box01 .service_box .service-list { justify-content: space-between; }
#p02box01 .service_box .service-list .service01 { width: calc(50% - 8px); }
#p02box01 .service_box .service-list .service01:first-child .img_box h4 .num { width: 20px; }
#p02box01 .service_box .service-list .service01 .img_box { width: 100%; position: relative; margin-bottom: 8px; }
#p02box01 .service_box .service-list .service01 .img_box h4 { display: flex; align-items: center; width: 130px; min-height: 50px; padding: 3px 10px 1px 0; box-sizing: border-box; background: #FFFFFF; border-top-right-radius: 10px; font-size: 18px; line-height: 23px; position: absolute; bottom: 0; left: 0; z-index: 1; }
#p02box01 .service_box .service-list .service01 .img_box h4 .num { display: inline-block; width: 24px; font-size: 20px; font-weight: 500; margin-right: 8px; white-space: nowrap; }

#p02box02 .title_box { display: block; }
#p02box02 .flow-list { margin-top: 40px; }
#p02box02 .flow-list .flow01 { justify-content: space-between; align-items: flex-start; position: relative; margin-bottom: 40px; }
#p02box02 .flow-list .flow01:last-child { margin-bottom: 0; }
#p02box02 .flow-list .flow01:last-child::before { display: none; }
#p02box02 .flow-list .flow01::before { content: ""; display: block; width: 2px; height: calc(100% + 40px); background-image: radial-gradient(circle, #f2cba0 1px, transparent 1px); background-position: left top; background-repeat: repeat-y; background-size: 2px 7px; position: absolute; top: 0; left: 15px; }
#p02box02 .flow-list .flow01 .num { width: 32px; height: 32px; padding-top: 5px; box-sizing: border-box; background: #ED7E00; border-radius: 50%; position: relative; z-index: 1; margin-right: 8px; }
#p02box02 .flow-list .flow01 .box_in { display: block; width: calc(100% - 40px); }
#p02box02 .flow-list .flow01 .box_in .text_box h3 { font-size: 24px; line-height: 1.46; margin-bottom: 8px; }
#p02box02 .flow-list .flow01 .box_in .img_box { margin-top: 24px; }

#p02box03 { padding-top: 60px; position: relative; }
#p02box03::before { content: ""; display: block; width: 100%; height: 66px; background: url("../img/p02/bg01_sp.png") no-repeat center bottom; background-size: contain; position: absolute; top: -65px; left: 0; }
#p02box03 .cnt { display: block; }
#p02box03 .cnt .title01 { text-align: left; margin-bottom: 24px; }
#p02box03 .cnt .img_box { max-width: 320px; margin: 0 auto 40px; }
#p02box03 .cnt .text_box .midashi { font-size: 32px; margin-bottom: 32px; }
#p02box03 .btn01 { max-width: 100%; margin: 40px 0 0; }

/*製品・サービス共通CSS　p03~p06
=========================================== */
.sub_title01 { padding-bottom: 16px; box-sizing: border-box; font-size: 18px; font-weight: 700; color: #ED7E00; margin-bottom: 24px; position: relative; }
.sub_title01::before { content: ""; display: block; width: 40px; height: 1px; background: #F4A347; position: absolute; bottom: 0; left: 0; }

section.serviceBox01 .cnt { display: block; }
section.serviceBox01 .cnt .text_box { margin-bottom: 40px; }
section.serviceBox01 .cnt .text_box h2 { font-size: 32px; margin-bottom: 32px; }
section.serviceBox01 .cnt .img_box { max-width: 440px; margin: 0 auto; position: relative; }
section.serviceBox01 .cnt .img_box .slash_line_outer { width: 110%; aspect-ratio: 377 / 315; top: -20px; left: 50%; transform: translateX(-50%); }
section.serviceBox01 .kind_box { padding: 40px 20px; box-sizing: border-box; background: #F8F8F8; border-radius: 20px; margin-top: 80px; }
section.serviceBox01 .kind_box .kind-list .kind01 { width: calc(50% - 7px); margin: 24px 14px 0 0; }
section.serviceBox01 .kind_box .kind-list .kind01:nth-child(-n+2) { margin-top: 0; }
section.serviceBox01 .kind_box .kind-list .kind01:nth-child(2n) { margin-right: 0; }
section.serviceBox01 .kind_box .kind-list .kind01 .img_box { width: 100%; background: #FFFFFF; border-radius: 10px; margin-bottom: 8px; }
section.serviceBox01 .kind_box .kind-list .kind01 .text { font-size: 17px; }
section.serviceBox01 .kind_box .kind-list .kind01 .text .mini { display: block; font-size: 15px; }

section.serviceBox02 .title_box { display: block; margin-bottom: 32px; }
section.serviceBox02 .title_box .title01 { margin-bottom: 24px; }
section.serviceBox02 .title_box .text_box .list { justify-content: center; margin-bottom: 20px; }
section.serviceBox02 .title_box .text_box .list li { display: inline-block; padding: 2px 12px 5px; box-sizing: border-box; background: #3C3A34; border-radius: 20px; margin: 0 4px 4px 0; }
section.serviceBox02 .title_box .text_box .list li:last-child { margin-right: 0; }
section.serviceBox02 .title_box .text_box .text { font-size: 24px; line-height: 1.4; text-align: center; }
section.serviceBox02 .available-list { display: block; }
section.serviceBox02 .available-list .available00 { padding: 65px 20px 24px; background: #FFFFFF; border-radius: 10px; border: 1px solid #ECE8CC; box-sizing: border-box; position: relative; margin-bottom: 24px; overflow: hidden; }
section.serviceBox02 .available-list .available00:last-child { margin-bottom: 0; }
section.serviceBox02 .available-list .available00 h3 { display: inline-block; min-width: 250px; padding: 5px 20px 7px; box-sizing: border-box; background: #ED7E00; border-bottom-right-radius: 20px; font-size: 20px; line-height: 29px; position: absolute; top: 0; left: 0; z-index: 1; }
section.serviceBox02 .available-list .available00 h3 .mini { display: inline-block; font-size: 16px; margin-left: 16px; }
section.serviceBox02 .available-list .available00 .box_in { margin-bottom: 24px; }
section.serviceBox02 .available-list .available00 .box_in:last-child { margin-bottom: 0; }
section.serviceBox02 .available-list .available00 .box_in h4 { display: inline-block; padding: 3px 16px 5px; box-sizing: border-box; background: #EFEFEF; border-radius: 20px; margin-bottom: 8px; }
section.serviceBox02 .available-list .available00 .box_in .list li { display: block; padding: 8px 0; box-sizing: border-box; border-bottom: 1px solid #E8E8E8; font-weight: 700; }
section.serviceBox02 .available-list .available00 .box_in .list li:first-child { padding-top: 0; }
section.serviceBox02 .available-list .available00 .box_in .list li:last-child { padding-bottom: 0; border-bottom: 0; }
section.serviceBox02 .available-list .available00 .box_in .list li span.th { display: block; }
section.serviceBox02 .available-list .available00 .box_in .list li span.td { display: block; padding-left: 24px; box-sizing: border-box; position: relative; }
section.serviceBox02 .available-list .available00 .box_in .list li span.td::before { content: "…"; display: block; width: 16px; height: 24px; font-family: 'NotoSansJP'; font-size: 16px; line-height: 24px; position: absolute; top: 0; left: 0; }
section.serviceBox02 .available-list .available00 .box_in .text01 { font-weight: 700; line-height: 1.7; margin-bottom: 5px; }
section.serviceBox02 .available-list .available00 .box_in .text01:last-child { margin-bottom: 0; }
section.serviceBox02 .available-list .available00 .box_in .list + .text01 { margin-top: 5px; }

section.serviceBox03 .slash_line_outer { width: 100%; height: calc(100% - 272px); top: 232px; left: 0; }
section.serviceBox03 .feat-list .feat01 { display: block; margin-bottom: 48px; }
section.serviceBox03 .feat-list .feat01:last-child { margin-bottom: 0; }
section.serviceBox03 .feat-list .feat01:last-child .img_box.slash_line_outer01::before { display: none; }
section.serviceBox03 .feat-list .feat01:last-child .img_box.slash_line_outer01::after { display: block; width: 53px; height: 63px; bottom: 10px; right: 20px; }
section.serviceBox03 .feat-list .feat01 .img_box { margin-bottom: 24px; }
section.serviceBox03 .feat-list .feat01 .img_box.slash_line_outer01::before { width: 80px; height: 114px; background: url(../img/common/common_line03_sp.png) no-repeat center; background-size: contain; top: -40px; }
section.serviceBox03 .feat-list .feat01 .img_box.slash_line_outer01::after { display: none; }
section.serviceBox03 .feat-list .feat01 .text_box h3 { font-size: 28px; margin-bottom: 16px; }

/*鉄パレット　p03
=========================================== */
.page-iron-pallet #case-sec { padding-top: 0; }
.page-iron-pallet #contact-sec { background-color: #F8F8F8; }

/*スチールクレート　p04
=========================================== */
.page-steel-crate #case-sec { padding-top: 0; }
.page-steel-crate #contact-sec { background-color: #F8F8F8; }

/*工場付帯設備　p05
=========================================== */
.page-peripheral-equipment #case-sec .box { background: #F9F4CD; }
.page-peripheral-equipment #case-sec .box h3 { color: #3C3A34; }

section#p05box03.serviceBox03 { padding-top: 0; }

/*その他物流容器　p06
=========================================== */
.page-logistics-container #case-sec { margin-bottom: 0; }
.page-logistics-container #case-sec::after { display: none; }
.page-logistics-container #case-sec .box { background: #F9F4CD; }
.page-logistics-container #case-sec .box h3 { color: #3C3A34; }
.page-logistics-container #contact-sec { background-color: #FBF9EB; }

/*会社案内　p07
=========================================== */
#p07box01 .cnt { display: block; }
#p07box01 .cnt .text_box { margin-bottom: 40px; }
#p07box01 .cnt .text_box .list { margin-top: 40px; }
#p07box01 .cnt .text_box .list .text { margin-bottom: 24px; }
#p07box01 .cnt .text_box .list .text:last-child { margin-bottom: 0; }
#p07box01 .cnt .text_box .list .text .midashi { font-size: 24px; margin-bottom: 20px; }
#p07box01 .cnt .img_box { max-width: 520px; margin: 0 auto; }

#p07box02 .company-table tr { display: block; padding: 25px 0; box-sizing: border-box; border-bottom: 1px solid #E9E8DD; }
#p07box02 .company-table tr:first-child { padding-top: 0; }
#p07box02 .company-table tr:last-child { border-bottom: 0; padding-bottom: 0; }
#p07box02 .company-table tr th, #p07box02 .company-table tr td { display: block; }
#p07box02 .company-table tr th { color: #613E16; margin-bottom: 8px; }
#p07box02 .company-table tr td ul.list { display: block; }
#p07box02 .company-table tr td ul.list li { display: flex; align-items: flex-start; flex-wrap: wrap; margin-bottom: 8px; }
#p07box02 .company-table tr td ul.list li:last-child { margin-bottom: 0; }
#p07box02 .company-table tr td ul.list li .midashi { display: inline-block; width: 105px; }
#p07box02 .company-table tr td ul.list li a { display: inline-block; max-width: calc(100% - 105px); }
#p07box02 .company-table tr td ul.list li a::after { content: ""; display: inline-block; width: 24px; height: 24px; background: url(../img/common/icon_map.svg) no-repeat center, #3C3A34; background-size: 12px; margin-left: 3px; border-radius: 50%; vertical-align: -6px; }
#p07box02 .company-table tr td ul.list li a.no-link { pointer-events: none; }
#p07box02 .company-table tr td ul.list li a.no-link::after { display: none; }
#p07box02 .base_box { margin-top: 80px; }
#p07box02 .base_box .base-list .base01 { width: calc(50% - 8px); margin: 30px 16px 0 0; }
#p07box02 .base_box .base-list .base01:nth-child(-n+2) { margin-top: 0; }
#p07box02 .base_box .base-list .base01:nth-child(2n) { margin-right: 0; }
#p07box02 .base_box .base-list .base01 .img { width: 100%; aspect-ratio: 5 / 4; border-radius: 10px; margin-bottom: 8px; }
#p07box02 .base_box .base-list .base01 .text { font-size: 18px; }

#p07box03 { padding-top: 0; }
#p07box03 .cnt { display: block; }
#p07box03 .cnt .img_box { margin-bottom: 30px; }
#p07box03 .cnt .img_box .img p.name { text-align: center; margin-top: 12px; }
#p07box03 .cnt .img_box .img p.name em { display: inline-block; margin-left: 16px; }
#p07box03 .cnt .text_box .midashi { font-size: 24px; margin-bottom: 21px; }

#p07box04 .cnt { display: block; margin-bottom: 40px; position: relative; }
#p07box04 .cnt .title01 { width: 80px; display: flex; flex-direction: column-reverse; margin-bottom: 90px; writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; text-align: left; }
#p07box04 .cnt .title01 .en { margin: 16px 0 0 3px; letter-spacing: 0.04em; }
#p07box04 .cnt .title01 .ja { line-height: 1.3; letter-spacing: -0.4em; }
#p07box04 .cnt .text_box { width: 100%; }
#p07box04 .cnt .text_box .midashi { font-size: 28px; margin-bottom: 32px; }
#p07box04 .cnt .img_box { width: calc(100% - 116px); max-width: 200px; position: absolute; top: 0; right: 0; }
#p07box04 .activities-list { display: block; }
#p07box04 .activities-list .activity01 { display: block; background: #FFFFFF; border: 1px solid #FFD6A7; box-sizing: border-box; border-radius: 10px; overflow: hidden; margin-bottom: 24px; }
#p07box04 .activities-list .activity01:last-child { margin-bottom: 0; }
#p07box04 .activities-list .activity01 h3 { padding: 10px 0; box-sizing: border-box; background: #ED7E00; font-size: 20px; text-align: center; }
#p07box04 .activities-list .activity01 .box_in { padding: 20px; box-sizing: border-box; }
#p07box04 .activities-list .activity01 .box_in .img-list { justify-content: space-between; }
#p07box04 .activities-list .activity01 .box_in .img-list .img { width: calc(50% - 10px); }
#p07box04 .activities-list .activity01 .box_in .text { margin-top: 5px; font-size: 15px; font-weight: 700; }

#p07box05 .history-list .history01 { align-items: flex-start; padding: 16px 0; box-sizing: border-box; border-bottom: 1px solid #E8E8E8; position: relative; }
#p07box05 .history-list .history01:first-child { padding-top: 0; }
#p07box05 .history-list .history01:first-child::after { height: calc(100% - 15px); top: 15px; }
#p07box05 .history-list .history01:last-child { padding-bottom: 0; border-bottom: 0; }
#p07box05 .history-list .history01:last-child::after { height: 30px; }
#p07box05 .history-list .history01::after { content: ""; display: block; width: 1px; height: 100%; background: #ED7E00; position: absolute; top: 0px; left: 51.5px; z-index: 1; }
#p07box05 .history-list .history01 .era { width: 40px; margin-top: 4px; }
#p07box05 .history-list .history01 .box_in { display: block; width: calc(100% - 40px); }
#p07box05 .history-list .history01 .box_in .day { padding-left: 32px; box-sizing: border-box; position: relative; margin-bottom: 4px; }
#p07box05 .history-list .history01 .box_in .day .circle { width: 24px; height: 24px; background: rgba(237, 126, 0, 0.4); border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#p07box05 .history-list .history01 .box_in .day .circle::before { content: ""; display: block; width: 12px; height: 12px; background: #ED7E00; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p07box05 .history-list .history01 .box_in .day .num { display: inline-block; line-height: 33px; }
#p07box05 .history-list .history01 .box_in .day .num em { display: inline-block; font-size: 24px; font-weight: 500; text-align: right; }
#p07box05 .history-list .history01 .box_in .day .year.num em { min-width: 30px; }
#p07box05 .history-list .history01 .box_in .day .month.num em { min-width: 25px; }
#p07box05 .history-list .history01 .box_in .text { padding-left: 32px; box-sizing: border-box; margin-top: 4px; }

/*オカタ産業の特長　p08
=========================================== */
#p08box01 { padding-bottom: 120px; }
#p08box01 .point-list { justify-content: center; margin-bottom: 4px; }
#p08box01 .point-list li { padding: 2px 11px 4px; box-sizing: border-box; border-width: 1px; border-style: solid; border-radius: 20px; font-size: 18px; line-height: 1.44; margin: 0 4px 4px 0; }
#p08box01 .point-list li:last-child { margin-right: 0; }
#p08box01 .point-list li.text01 { border-color: #0E84D8; color: #0E84D8; }
#p08box01 .point-list li.text02 { border-color: #75B545; color: #75B545; }
#p08box01 .point-list li.text03 { border-color: #ED7E00; color: #ED7E00; }
#p08box01 .point-list li.text04 { border-color: #E3A934; color: #E3A934; }
#p08box01 h2.title { font-size: 30px; margin-bottom: 40px; }
#p08box01 .strength-list { display: block; }
#p08box01 .strength-list .strength00 { padding: 20px; box-sizing: border-box; border-radius: 20px; position: relative; margin-bottom: 16px; }
#p08box01 .strength-list .strength00:last-child { margin-bottom: 0; }
#p08box01 .strength-list .strength00 .box_in { align-items: center; margin-bottom: 16px; }
#p08box01 .strength-list .strength00 .box_in .icon { width: 80px; height: 80px; background: #FFFFFF; border-radius: 50%; margin-right: 16px; position: relative; }
#p08box01 .strength-list .strength00 .box_in .icon img { display: block; width: auto; height: 51px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p08box01 .strength-list .strength00 .box_in h3 { width: calc(100% - 96px); font-size: 24px; }
#p08box01 .strength-list .strength00 .box_in h3 .sub_title { display: block; font-size: 16px; }
#p08box01 .strength-list .strength00 .list li { font-family: 'NotoSansJP'; padding-left: 1em; text-indent: -1em; margin-bottom: 5px; }
#p08box01 .strength-list .strength00 .list li:last-child { margin-bottom: 0; }
#p08box01 .strength-list .strength01 { background: #E0F9FB; }
#p08box01 .strength-list .strength01 .box_in h3 .sub_title { color: #0E84D8; }
#p08box01 .strength-list .strength02 { background: #EFFBDB; }
#p08box01 .strength-list .strength02 .box_in h3 .sub_title { color: #75B545; }
#p08box01 .strength-list .strength03 { background: #FFF1E2; }
#p08box01 .strength-list .strength03 .box_in h3 .sub_title { color: #ED7E00; }
#p08box01 .strength-list .strength04 { background: #FBF7DB; }
#p08box01 .strength-list .strength04 .box_in h3 .sub_title { color: #E3A934; }

#p08box02 { padding-top: 120px; margin: 0; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f8f8f8 100%); }
#p08box02::before, #p08box02::after { display: none; }
#p08box02 .reason_box .reason-list .reason01 { display: block; margin-bottom: 48px; }
#p08box02 .reason_box .reason-list .reason01:last-child { margin-bottom: 0; }
#p08box02 .reason_box .reason-list .reason01 .img_box { margin-bottom: 16px; }
#p08box02 .reason_box .reason-list .reason01 .img_box.slash_line_outer01::before { display: none; }
#p08box02 .reason_box .reason-list .reason01 .img_box.slash_line_outer01::after { display: none; }
#p08box02 .reason_box .reason-list .reason01 .img_box.slash_line_outer02::before { display: none; }
#p08box02 .reason_box .reason-list .reason01 .text_box .num { font-size: 16px; font-weight: 500; margin-bottom: 8px; }
#p08box02 .reason_box .reason-list .reason01 .text_box h3 { font-size: 24px; margin-bottom: 16px; }
#p08box02 .reason_box .slash_line_outer { display: none; }

/*設備紹介　p09
=========================================== */
#p09box01 { padding-top: 44px; }
#p09box01 .equipment-list { display: block; }
#p09box01 .equipment-list .equipment01 { margin-bottom: 48px; }
#p09box01 .equipment-list .equipment01:last-child { margin-bottom: 0; }
#p09box01 .equipment-list .equipment01 .img { width: 100%; aspect-ratio: 17 / 12; border-radius: 10px; margin-bottom: 8px; }
#p09box01 .equipment-list .equipment01 .title { font-size: 20px; }
#p09box01 .equipment-list .equipment01 .info-table { margin-top: 16px; }
#p09box01 .equipment-list .equipment01 .info-table tr:first-child th { border-top: 1px solid #EED8C0; }
#p09box01 .equipment-list .equipment01 .info-table tr:first-child td { border-top: 1px solid #E8E8E8; }
#p09box01 .equipment-list .equipment01 .info-table tr th, #p09box01 .equipment-list .equipment01 .info-table tr td { padding: 16px 20px; box-sizing: border-box; }
#p09box01 .equipment-list .equipment01 .info-table tr th { width: 110px; background: #FFF1E2; border-bottom: 1px solid #EED8C0; }
#p09box01 .equipment-list .equipment01 .info-table tr td { border-bottom: 1px solid #E8E8E8; }
#p09box01 .line_box { display: block; }
#p09box01 .line_box .box { margin-top: 120px; }
#p09box01 .line_box .box .line-list .line01 { width: calc(50% - 8px); margin: 24px 16px 0 0; }
#p09box01 .line_box .box .line-list .line01:nth-child(-n+2) { margin-top: 0; }
#p09box01 .line_box .box .line-list .line01:nth-child(2n) { margin-right: 0; }
#p09box01 .line_box .box .line-list .line01 .img { width: 100%; aspect-ratio: 5 / 4; border-radius: 10px; margin-bottom: 4px; }

/*実績紹介　p10
=========================================== */
#p10box01 .case-all-list { display: block; }
#p10box01 .case-all-list .case01 { margin-bottom: 24px; }
#p10box01 .case-all-list .case01:last-child { margin-bottom: 0; }
#p10box01 .case-all-list .case01 a { padding: 20px; box-shadow: 0 0 24px rgba(203, 203, 203, 0.3); }
#p10box01 .case-all-list .case01 a .cate-list { margin-top: 11px; }
#p10box01 .case-all-list .case01 a .cate-list li { padding: 3px 24px 5px; font-size: 16px; line-height: 1.5; }
#p10box01 .case-all-list .case01 a .info-list { margin-top: 17px; }
#p10box01 .case-all-list .case01 a .info-list li span { font-size: 14px; line-height: 19px; }
#p10box01 .case-all-list .case01 a .info-list li span.th { width: 50px; }
#p10box01 .case-all-list .case01 a .info-list li span.td { width: calc(100% - 66px); }

.edit-midashi01 { padding: 7px 20px 9px; box-sizing: border-box; background: #ED7E00; border-radius: 5px; color: #FFFFFF; margin-bottom: 16px; }

#caseBox01 { padding-top: 40px; }
#caseBox01 .gallery_img { display: block; padding: 0 20px; box-sizing: border-box; margin-bottom: 40px; }
#caseBox01 .gallery_img .gallery_main { margin-bottom: 0 !important; }
#caseBox01 .gallery_img .gallery_main .slick-prev, #caseBox01 .gallery_img .gallery_main .slick-next { width: 8.53vw; height: 8.53vw; background: #3C3A34; border-radius: 50%; box-sizing: border-box; top: 24vw; transform: translate(0, 0); transition: 0.3s; z-index: 1; }
#caseBox01 .gallery_img .gallery_main .slick-prev:hover, #caseBox01 .gallery_img .gallery_main .slick-next:hover { background: #3C3A34; }
#caseBox01 .gallery_img .gallery_main .slick-prev::before, #caseBox01 .gallery_img .gallery_main .slick-prev::before, #caseBox01 .gallery_img .gallery_main .slick-next::before, #caseBox01 .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 5.33vw; max-width: 30px; height: 2.13vw; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; }
#caseBox01 .gallery_img .gallery_main .slick-prev { left: -4.27vw; }
#caseBox01 .gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
#caseBox01 .gallery_img .gallery_main .slick-next { right: -4.27vw; }
#caseBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 13 / 9; }
#caseBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 4px; }
#caseBox01 .gallery_img .gallery_thum { margin-top: 16px; margin-bottom: 0 !important; }
#caseBox01 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 83px; height: 56px; margin-right: 8px; transition: 0.3s; }
#caseBox01 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#caseBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.64); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#caseBox01 .info-table tr:first-child th { border-top: 1px solid #EED8C0; }
#caseBox01 .info-table tr:first-child td { border-top: 1px solid #E8E8E8; }
#caseBox01 .info-table tr th, #caseBox01 .info-table tr td { padding: 16px 20px; box-sizing: border-box; }
#caseBox01 .info-table tr th { width: 110px; background: #FFF1E2; border-bottom: 1px solid #EED8C0; }
#caseBox01 .info-table tr td { border-bottom: 1px solid #E8E8E8; }
#caseBox01 .case_box01 { margin-top: 40px; }
#caseBox01 .case_box01 .case-text img { margin: 10px 0; }

/*お知らせ　p11
=========================================== */
#p11box01 .blog-all-list .blog01 { margin-bottom: 24px; }
#p11box01 .blog-all-list .blog01:last-child { margin-bottom: 0; }

#blogBox01 { padding-top: 40px; }
#blogBox01 .blog-text img { margin: 10px 0; }

/*採用情報　p12
=========================================== */
.entry_btn { width: 100%; height: 72px; }
.entry_btn a { display: block; width: 100%; height: 100%; padding: 14px 40px 0; box-sizing: border-box; background: #ED7E00; border-radius: 50px; position: relative; }
.entry_btn a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #FFFFFF; position: absolute; top: 50%; right: 40px; transform: translateY(-50%); }
.entry_btn a .btn-text { display: flex; align-items: center; }
.entry_btn a .btn-text .en { display: inline-block; font-size: 32px; font-weight: 500; line-height: 1.4; }
.entry_btn a .btn-text .ja { display: inline-block; font-size: 14px; line-height: 1.43; font-weight: 700; margin-left: 10px; }

.people01 { width: 100%; }
.people01 a { display: block; width: 100%; height: 100%; background: #FFFFFF; box-sizing: border-box; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.people01 a .img { width: 100%; aspect-ratio: 17 / 12; border-radius: 10px 10px 0 0; overflow: hidden; }
.people01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.people01 a .info_box { padding: 20px; box-sizing: border-box; }
.people01 a .info_box .title { font-size: 18px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.people01 a .info_box .info { align-items: flex-start; margin-top: 13px; }
.people01 a .info_box .info .cate-list { width: auto; }
.people01 a .info_box .info .cate-list li { padding: 0 12px 2px; background: #ED7E00; font-size: 15px; margin-right: 8px; }
.people01 a .info_box .info .info-text { margin-top: 3px; }
.people01 a .info_box .info .info-text span:last-child::after { display: none; }
.people01 a .info_box .info .info-text span::after { content: "/"; margin: 0 2px; }

#main.recruit_main { width: 100%; padding: 71px 5% 0; box-sizing: border-box; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 239, 0.85) 20%, #faedde 100%); }
#main.recruit_main .main_box { height: 480px; border-radius: 30px; background: url("../img/p12/main01_sp.png") no-repeat center; background-size: cover; position: relative; }
#main.recruit_main .main_box .text_box { width: 100%; max-width: 305px; position: absolute; bottom: 37px; left: 0; z-index: 1; }
#main.recruit_main .main_box .text_box .sub_title { display: inline-block; padding: 4px 8px; box-sizing: border-box; background: #ED7E00; font-size: 18px; line-height: 1.4; margin-bottom: 16px; }
#main.recruit_main .main_box .text_box h1 span { display: inline-block; padding: 0 8px 5px; box-sizing: border-box; background: #FFFFFF; font-size: 36px; line-height: 1.44; }
#main.recruit_main .entry_btn { margin-top: 20px; }

#p12box01 { padding: 80px 5% 120px; }
#p12box01 .cnt { display: block; margin-bottom: 40px; }
#p12box01 .cnt .img_box { width: 100%; max-width: 530px; margin: 0 auto 15px; }
#p12box01 .cnt .img_box.slash_line_outer01::before { display: none; }
#p12box01 .cnt .img_box.slash_line_outer01::after { display: none; }
#p12box01 .cnt .text_box h2 { font-size: 28px; line-height: 1.43; margin-bottom: 16px; }
#p12box01 .cnt .text_box .name { font-size: 20px; line-height: 1.45; }
#p12box01 .cnt .text_box .name span { display: inline-block; padding: 0 12px 3px; box-sizing: border-box; background: #ED7E00; border-radius: 50px; font-size: 18px; line-height: 1.45; margin-right: 8px; }
#p12box01 .cnt .text_box.slash_line_outer02::before { display: none; }
#p12box01 .cnt .slash_line_outer { display: none; }

#p12box02 { padding: 60px 5% 80px; background: #ED7E00; position: relative; }
#p12box02::before { content: ""; display: block; width: 100%; height: 82px; background: url("../img/p12/bg01_sp.png") no-repeat center bottom; background-size: contain; position: absolute; top: -81px; left: 0; }
#p12box02 .personality-list { display: block; }
#p12box02 .personality-list .personality01 { margin-bottom: 40px; }
#p12box02 .personality-list .personality01:last-child { margin-bottom: 0; }
#p12box02 .personality-list .personality01 .img { width: 100%; margin-bottom: 14px; }
#p12box02 .personality-list .personality01 h3 { font-size: 28px; line-height: 1.4; margin-bottom: 16px; }
#p12box02 .personality-list .personality01 .text em { font-size: 18px; }

#p12box03 { padding: 60px 5% 80px; background: linear-gradient(180deg, #ED7E00 0%, #ED7E00 16%, #F8F8F8 16%, #F8F8F8 100%); position: relative; }
#p12box03::before { content: ""; display: block; width: 100%; height: 100%; background: #FFFFFF; border-top-right-radius: 40px; position: absolute; top: 0; left: 0; }
#p12box03 .wrap { z-index: 1; }
#p12box03 .cnt { display: block; }
#p12box03 .btn01 { max-width: 100%; margin-top: 40px; }

#p12box04 { padding: 80px 5%; background: #F8F8F8; }
#p12box04 .cnt { display: block; }
#p12box04 .cnt .img_box { width: 100%; max-width: 570px; margin: 0 auto 24px; }
#p12box04 .cnt .text_box .midashi { font-size: 24px; margin-bottom: 32px; }
#p12box04 .btn01 { max-width: 100%; margin-top: 40px; }
#p12box04 .requirement_box { padding: 60px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-top: 80px; }
#p12box04 .requirement_box .box_in { display: block; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 { width: 100%; margin-bottom: 24px; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01:last-child { margin-bottom: 0; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a { display: block; width: 100%; height: 100%; background: #FFFFFF; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); position: relative; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a .img { width: 100%; aspect-ratio: 7 / 5; border-radius: 10px 10px 0 0; overflow: hidden; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a .info_box { padding: 16px 50px 16px 16px; box-sizing: border-box; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a .info_box .sub { margin-bottom: 5px; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a .info_box .title { font-size: 24px; }
#p12box04 .requirement_box .box_in .requirement-list .requirement01 a .icon { display: block; width: 32px; height: 32px; background-color: #3C3A34; background-image: url("../img/p12/icon_ex.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; border-radius: 50%; position: absolute; bottom: 16px; right: 16px; }

#btn-list01 { display: block; }
#btn-list01 .btn_box00 { width: 100%; height: 190px; }
#btn-list01 .btn_box00 a { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center top; background-size: cover; position: relative; }
#btn-list01 .btn_box00 a::before { content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; transition: 0.3s; }
#btn-list01 .btn_box00 a .btn-text { width: 90%; font-size: 29px; text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
#btn-list01 .btn_box00 a .btn-text::before { content: ""; display: block; width: 20px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#btn-list01 .btn_box00 a .btn-text .sub { display: block; font-size: 18px; margin-bottom: 8px; }
#btn-list01 .btn_box01.btn_box00 a { background-image: url("../img/p12/btn_img01.jpg"); }
#btn-list01 .btn_box02.btn_box00 a { background-image: url("../img/p12/btn_img02.jpg"); }
#btn-list01 .btn_box03.btn_box00 a { background-image: url("../img/p12/btn_img03.jpg"); }

#entry-sec.entry_btn { width: 100%; height: 240px; }
#entry-sec.entry_btn a { padding: 0; border: 0; border-radius: 0; }
#entry-sec.entry_btn a::before { display: none; }
#entry-sec.entry_btn a .wrap { padding-top: 56px; box-sizing: border-box; height: 100%; }
#entry-sec.entry_btn a .btn-text { display: block; text-align: center; }
#entry-sec.entry_btn a .btn-text .en { display: block; font-size: 64px; }
#entry-sec.entry_btn a .btn-text .ja { display: block; font-size: 16px; line-height: 1.5; font-weight: 900; margin-left: 0; }
#entry-sec.entry_btn a .arrow { display: block; width: 20px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; bottom: 40px; right: 40px; }

/*人を知る　p13
=========================================== */
#p13box01 { padding: 57px 5% 40px; }
#p13box01 .people_cate-list li { margin-top: 5px; margin-right: 5px; }
#p13box01 .people_cate-list li:last-child { margin-right: 0; }
#p13box01 .people_cate-list li a { display: inline-block; padding: 5px 11px 7px; border: 1px solid #ED7E00; box-sizing: border-box; border-radius: 50px; color: #ED7E00; }
#p13box01 .people_cate-list li.on_cat a { background: #ED7E00; color: #FFFFFF; }
#p13box01 .people-all-list { display: block; margin-top: 40px; }
#p13box01 .people-all-list .people01 { margin-bottom: 40px; }
#p13box01 .people-all-list .people01:last-child { margin-bottom: 0; }

#peopleBox01 { padding: 80px 5%; }
#peopleBox01 .qa-list .qa_box01 { display: block; margin-bottom: 48px; }
#peopleBox01 .qa-list .qa_box01:last-child { margin-bottom: 0; }
#peopleBox01 .qa-list .qa_box01 .text_box h2 { padding-left: 47px; box-sizing: border-box; font-size: 20px; margin-bottom: 11px; position: relative; }
#peopleBox01 .qa-list .qa_box01 .text_box h2 .num { display: inline-block; font-size: 24px; line-height: 1.375; font-weight: 500; position: absolute; top: -1px; left: 0; }
#peopleBox01 .qa-list .qa_box01 .img_box { margin-top: 24px; }
#peopleBox01 .qa-list .qa_box01 .img_box .img { width: 100%; aspect-ratio: 17 / 12; border-radius: 10px; }
#peopleBox01 .schedule_box { display: block; padding: 60px 20px 80px; box-sizing: border-box; background: #F8F8F8; border-radius: 20px; margin-top: 80px; }
#peopleBox01 .schedule_box .schedule-list .schedule01 { display: block; padding: 16px 0; box-sizing: border-box; border-bottom: 1px solid #E8E8E8; position: relative; }
#peopleBox01 .schedule_box .schedule-list .schedule01:first-child { padding-top: 0; }
#peopleBox01 .schedule_box .schedule-list .schedule01:first-child::after { height: calc(100% - 11px); top: 11px; }
#peopleBox01 .schedule_box .schedule-list .schedule01:last-child { padding-bottom: 0; border-bottom: 0; }
#peopleBox01 .schedule_box .schedule-list .schedule01:last-child::after { height: 35px; }
#peopleBox01 .schedule_box .schedule-list .schedule01::after { content: ""; display: block; width: 1px; height: 100%; background: #ED7E00; position: absolute; top: 0px; left: 12px; z-index: 1; }
#peopleBox01 .schedule_box .schedule-list .schedule01 .time { padding-left: 32px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
#peopleBox01 .schedule_box .schedule-list .schedule01 .time .circle { width: 24px; height: 24px; background: rgba(237, 126, 0, 0.4); border-radius: 50%; position: absolute; top: 4px; left: 0; }
#peopleBox01 .schedule_box .schedule-list .schedule01 .time .circle::before { content: ""; display: block; width: 12px; height: 12px; background: #ED7E00; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#peopleBox01 .schedule_box .schedule-list .schedule01 .time .num { display: inline-block; font-size: 24px; font-weight: 500; line-height: 33px; }
#peopleBox01 .schedule_box .schedule-list .schedule01 .text_box { padding-left: 32px; box-sizing: border-box; }
#peopleBox01 .schedule_box .schedule-list .schedule01 .text_box h3 { font-size: 20px; }
#peopleBox01 .holiday_box { display: block; margin-top: 80px; }
#peopleBox01 .holiday_box .img_box { margin-top: 32px; }
#peopleBox01 .holiday_box .img_box .img { width: 100%; aspect-ratio: 17 / 12; border-radius: 10px; }

#peopleBox02 { padding: 60px 5% 40px; background: #F8F8F8; }
#peopleBox02 .btn01 { max-width: 100%; }

.single-people:has(#peopleBox02) #contact-sec { background-color: #F8F8F8; }

/*職種紹介　p14
=========================================== */
.page-job { background: #F8F8F8; }
.page-job #contact-sec { background-color: #FFFFFF; }

#p14box01 { padding: 62px 5% 82px; }
#p14box01 .cnt { display: block; margin-bottom: 60px; }
#p14box01 .cnt .title { font-size: 25px; margin-bottom: 32px; }
#p14box01 .box { display: flex; }
#p14box01 .box .shadow_box { background: #FFFFFF; border-radius: 5px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#p14box01 .box .box_in01 { width: 40px; }
#p14box01 .box .box_in01 p { width: 100%; padding: 0 10px; box-sizing: border-box; font-size: 18px; line-height: 1; font-weight: 700; text-align: center; writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; }
#p14box01 .box .box_in01 p.text01 { height: 160px; margin-bottom: 49px; }
#p14box01 .box .box_in01 p.text02 { height: 140px; margin-bottom: 10px; }
#p14box01 .box .box_in01 p.text02 span { display: inline-block; writing-mode: horizontal-tb; letter-spacing: 0; transform: rotate(90deg); margin: 5px 0 -5px; }
#p14box01 .box .box_in01 p.text03 { height: 149px; }
#p14box01 .box .arrow_box { width: 40px; }
#p14box01 .box .arrow_box > div { position: relative; }
#p14box01 .box .arrow_box > div span.text { display: block; padding: 0 10px; box-sizing: border-box; font-size: 14px; line-height: 19px; font-weight: 700; text-align: center; writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; }
#p14box01 .box .arrow_box > div span.arrow { display: block; width: 35px; height: 16px; position: relative; }
#p14box01 .box .arrow_box > div span.arrow::after { content: ""; display: block; width: 0; height: 0; border-style: solid; position: absolute; top: 50%; transform: translateY(-50%); }
#p14box01 .box .arrow_box .arrow01 span.arrow { background: #0E84D8; margin-top: 7px; }
#p14box01 .box .arrow_box .arrow01 span.arrow::after { border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #0E84D8; right: -19px; }
#p14box01 .box .arrow_box .arrow02 { display: none; }
#p14box01 .box .arrow_box .arrow03 { margin-top: 185px; }
#p14box01 .box .arrow_box .arrow03 span.arrow { background: #ED7E00; position: absolute; top: -27px; right: -16px; z-index: 1; }
#p14box01 .box .arrow_box .arrow03 span.arrow::after { border-width: 15px 20px 15px 0; border-color: transparent #ED7E00 transparent transparent; left: -19px; }
#p14box01 .box .box_in02 { display: block; width: calc(100% - 80px); padding: 24px 15px 14px; box-sizing: border-box; }
#p14box01 .box .box_in02 .midashi01 { font-size: 20px; line-height: 1.45; text-align: center; margin-bottom: 33px; }
#p14box01 .box .box_in02 .list { display: block; }
#p14box01 .box .box_in02 .list .list_in { display: flex; align-items: flex-start; padding: 10px; box-sizing: border-box; border-radius: 10px; text-align: center; position: relative; }
#p14box01 .box .box_in02 .list .list_in span.arrow { display: block; width: 35px; height: 16px; position: absolute; z-index: 1; }
#p14box01 .box .box_in02 .list .list_in span.arrow::after { content: ""; display: block; width: 0; height: 0; border-style: solid; position: absolute; }
#p14box01 .box .box_in02 .list .list_in img { width: 50px; }
#p14box01 .box .box_in02 .list .list_in .text_box { width: calc(100% - 60px); text-align: left; margin-left: 10px; }
#p14box01 .box .box_in02 .list .list_in01 { background: #E0F9FB; margin-bottom: 30px; }
#p14box01 .box .box_in02 .list .list_in01 span.arrow { width: 16px; height: 10px; background: #0E84D8; bottom: -10px; left: 50%; transform: translateX(-50%); }
#p14box01 .box .box_in02 .list .list_in01 span.arrow::after { border-width: 20px 15px 0 15px; border-color: #0E84D8 transparent transparent transparent; bottom: -19px; left: 50%; transform: translateX(-50%); }
#p14box01 .box .box_in02 .list .list_in02 { background: #EFFBDB; margin-bottom: 10px; min-height: 88px; }
#p14box01 .box .box_in02 .list .list_in02 span.arrow { background: #75B545; top: 50%; left: -35px; transform: translateY(-50%); }
#p14box01 .box .box_in02 .list .list_in02 span.arrow::after { border-width: 15px 20px 15px 0; border-color: transparent #75B545 transparent transparent; top: 50%; left: -19px; transform: translateY(-50%); }
#p14box01 .box .box_in02 .list .list_in03 { align-items: center; background: #FFF1E2; height: 110px; margin-bottom: 20px; }
#p14box01 .box .box_in02 .list .list_in03 span.arrow { background: #ED7E00; top: 17px; left: -55px; }
#p14box01 .box .box_in02 .list .list_in03 span.arrow::after { border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #ED7E00; top: 50%; right: -19px; transform: translateY(-50%); }
#p14box01 .box .box_in02 .list .list_in04 { align-items: center; background: #FBF7DB; }

#p14box02 { padding: 80px 5% 40px; background: #FFFFFF; }
#p14box02 .wrap.twin div#two-side { margin-top: 0; }
#p14box02 .anchor_box { display: flex; justify-content: space-between; margin-bottom: 80px; }
#p14box02 .anchor_box .anchor-list { width: calc(50% - 8px); }
#p14box02 .anchor_box .anchor-list li { border-bottom: 1px solid #E8E8E8; }
#p14box02 .anchor_box .anchor-list li:last-child { border-bottom: 0; }
#p14box02 .anchor_box .anchor-list li a { display: block; padding: 20px 20px 20px 0; box-sizing: border-box; font-weight: 700; position: relative; }
#p14box02 .anchor_box .anchor-list li a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 8px 6px 0 6px; border-color: #3C3A34 transparent transparent transparent; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }
#p14box02 .job-list .job01 { padding: 32px 20px 20px; box-sizing: border-box; position: relative; z-index: 1; margin-bottom: 40px; }
#p14box02 .job-list .job01:last-child { margin-bottom: 0; }
#p14box02 .job-list .job01 .title { padding-left: 37px; box-sizing: border-box; font-size: 27px; line-height: 1.44; position: relative; }
#p14box02 .job-list .job01 .title .num { display: inline-block; font-size: 24px; line-height: 1.375; font-weight: 500; position: absolute; top: 4px; left: 0; color: #0E84D8; }
#p14box02 .job-list .job01 .text { margin-top: 17px; }
#p14box02 .job-list .job01 .list_box { padding: 20px; box-sizing: border-box; background: rgba(255, 255, 255, 0.7); border-radius: 10px; margin-top: 32px; }
#p14box02 .job-list .job01 .list_box h3 { font-size: 20px; margin-bottom: 7px; }
#p14box02 .job-list .job01 .list_box .list li { padding-left: 16px; box-sizing: border-box; font-family: 'NotoSansJP'; font-weight: 400; position: relative; margin-bottom: 5px; }
#p14box02 .job-list .job01 .list_box .list li:last-child { margin-bottom: 0; }
#p14box02 .job-list .job01 .list_box .list li::before { content: "・"; display: block; position: absolute; top: 0; left: 0; }
#p14box02 .job-list .job01 .info-list { margin-top: 32px; }
#p14box02 .job-list .job01 .info-list .info01 { display: block; margin-bottom: 32px; }
#p14box02 .job-list .job01 .info-list .info01:last-child { margin-bottom: 0; }
#p14box02 .job-list .job01 .info-list .info01 .text_box h3 { font-size: 24px; margin-bottom: 8px; }
#p14box02 .job-list .job01 .info-list .info01 .img_box { margin-top: 24px; }
#p14box02 .job-list #sales01.job01 { background: #EBFCFE; }
#p14box02 .job-list #sales01.job01 .title .num { color: #0E84D8; }
#p14box02 .job-list #production_control01.job01 { background: #F7FFEB; }
#p14box02 .job-list #production_control01.job01 .title .num { color: #75B545; }
#p14box02 .job-list #manufacturing01.job01 { background: #FFF5EB; }
#p14box02 .job-list #manufacturing01.job01 .title .num { color: #ED7E00; }
#p14box02 .job-list #general_affairs01.job01 { background: #FEFBE9; }
#p14box02 .job-list #general_affairs01.job01 .title .num { color: #C8B321; }
#p14box02 .job-list #general_affairs01.job01 .cnt { display: block; margin-top: 17px; }
#p14box02 .job-list #general_affairs01.job01 .cnt .text_box h3 { font-size: 24px; }
#p14box02 .job-list #general_affairs01.job01 .cnt .img_box { margin-top: 24px; }
#p14box02 .job-list #general_affairs01.job01 .list_box { margin-top: 24px; }
#p14box02 .job-list #general_affairs01.job01 .list_box h3 { margin-bottom: 8px; }
#p14box02 .job-list #general_affairs01.job01 .list_box .list02 li { padding-left: 16px; box-sizing: border-box; font-family: 'NotoSansJP'; font-weight: 400; position: relative; margin-bottom: 8px; }
#p14box02 .job-list #general_affairs01.job01 .list_box .list02 li:last-child { margin-bottom: 0; }
#p14box02 .job-list #general_affairs01.job01 .list_box .list02 li::before { content: "・"; display: block; font-weight: 700; position: absolute; top: 0; left: 0; }
#p14box02 .job-list #general_affairs01.job01 .list_box .list02 li .midashi { display: block; font-weight: 700; margin-bottom: 2px; }

/*福利厚生・研修　p15
=========================================== */
.page-training #contact-sec { background-color: #F8F8F8; }

#p15box01 { padding: 62px 5% 80px; }
#p15box01 .cnt { display: block; margin-bottom: 40px; }
#p15box01 .benefits-list .benefits00 { border: 1px solid #E8E8E8; border-radius: 20px; box-sizing: border-box; overflow: hidden; margin-bottom: 24px; }
#p15box01 .benefits-list .benefits00:last-child { margin-bottom: 0; }
#p15box01 .benefits-list .benefits00 .title_box { display: block; padding: 16px 16px 17px; box-sizing: border-box; }
#p15box01 .benefits-list .benefits00 .title_box img { display: block; width: 60px; margin: 0 auto 5px; }
#p15box01 .benefits-list .benefits00 .title_box .title { text-align: center; }
#p15box01 .benefits-list .benefits00 .title_box .title h3 { font-size: 23px; line-height: 1.46; }
#p15box01 .benefits-list .benefits00 .box_in { padding: 20px; box-sizing: border-box; }
#p15box01 .benefits-list .benefits00 .box_in .list-table tr { display: block; padding: 12px 0; box-sizing: border-box; border-bottom: 1px solid #E8E8E8; }
#p15box01 .benefits-list .benefits00 .box_in .list-table tr:first-child { padding-top: 0; }
#p15box01 .benefits-list .benefits00 .box_in .list-table tr:last-child { padding-bottom: 0; border-bottom: 0; }
#p15box01 .benefits-list .benefits00 .box_in .list-table tr th, #p15box01 .benefits-list .benefits00 .box_in .list-table tr td { display: block; }
#p15box01 .benefits-list .benefits00 .box_in .list-table tr td { padding-left: 21px; box-sizing: border-box; font-weight: 700; position: relative; }
#p15box01 .benefits-list .benefits00 .box_in .list-table tr td::before { content: "…"; display: block; position: absolute; top: 0; left: 0; }
#p15box01 .benefits-list .benefits01 .title_box { background: #E0F9FB; }
#p15box01 .benefits-list .benefits02 .title_box { background: #EFFBDB; }
#p15box01 .benefits-list .benefits03 .title_box { background: #FFF1E2; }
#p15box01 .benefits-list .benefits04 .title_box { background: #FBF7DB; }

#p15box02 { padding: 60px 5% 40px; background: #F8F8F8; }
#p15box02 .cnt { display: block; }
#p15box02 .training-list .training01 { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-top: 40px; }
#p15box02 .training-list .training01 .title_box { display: block; }
#p15box02 .training-list .training01 .step_box { margin-top: 40px; }
#p15box02 .training-list .training01 .step_box .step01 { margin-bottom: 40px; }
#p15box02 .training-list .training01 .step_box .step01:last-child { margin-bottom: 0; }
#p15box02 .training-list .training01 .step_box .step01 h4 { padding: 10px 0 9px; box-sizing: border-box; background: #ED7E00; border-radius: 5px; font-size: 20px; line-height: 1.45; margin-bottom: 32px; }
#p15box02 .training-list .training01 .step_box .step01 .step-list { display: block; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in { margin-bottom: 24px; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in:last-child { margin-bottom: 0; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in > div.flex { justify-content: space-between; align-items: center; margin-bottom: 8px; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in > div.flex img { width: 130px; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in > div.flex h5 { width: calc(100% - 142px); font-size: 22px; line-height: 1.45; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in > div.flex h5 .sub { display: block; font-size: 16px; line-height: 1.5; margin-bottom: 2px; }
#p15box02 .training-list .training01 .step_box .step01 .step-list .list_in > div.flex h5.mini { font-size: 16px; line-height: 1.5; }
#p15box02 .training-list .training01 .shikaku_box { padding: 24px 20px; box-sizing: border-box; background: #FFF5EB; border-radius: 20px; margin-top: 24px; }
#p15box02 .training-list .training01 .shikaku_box h4 { font-size: 20px; margin-bottom: 8px; }
#p15box02 .training-list .training01 .shikaku_box .box_in { display: block; }
#p15box02 .training-list .training01 .shikaku_box .box_in .list:last-child li:last-child { margin-bottom: 0; }
#p15box02 .training-list .training01 .shikaku_box .box_in .list li { padding-left: 16px; box-sizing: border-box; font-family: 'NotoSansJP'; font-weight: 400; position: relative; margin-bottom: 5px; }
#p15box02 .training-list .training01 .shikaku_box .box_in .list li::before { content: "・"; display: block; position: absolute; top: 0; left: 0; }
#p15box02 .training-list .training01 .support-list { display: block; margin-top: 40px; }
#p15box02 .training-list .training01 .support-list .support01 { margin-bottom: 40px; }
#p15box02 .training-list .training01 .support-list .support01:last-child { margin-bottom: 0; }
#p15box02 .training-list .training01 .support-list .support01 h4 { font-size: 24px; line-height: 1.46; margin: 12px 0; }

/*データで見る　p16
=========================================== */
.page-data { background: #F8F8F8; }
.page-data #contact-sec { background-color: #F8F8F8; }

#p16box01 { padding: 62px 5% 40px; }
#p16box01 .data-list { display: block; }
#p16box01 .data-list .data00 { padding: 50px 20px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; margin-bottom: 24px; }
#p16box01 .data-list .data00:last-child { margin-bottom: 0; }
#p16box01 .data-list .data00 h2 { display: inline-block; padding: 4px 16px 6px; box-sizing: border-box; background: #3C3A34; border-radius: 10px 0 20px 0; font-size: 18px; line-height: 1.44; position: absolute; top: 0; left: 0; z-index: 1; }
#p16box01 .data-list .data00 .num { font-size: 24px; line-height: 1.46; font-weight: 700; }
#p16box01 .data-list .data00 .num em { display: inline-block; font-size: 48px; line-height: 1.4; font-weight: 500; margin-right: 4px; }
#p16box01 .data-list .data00 .cnt { justify-content: center; align-items: center; }
#p16box01 .data-list .data00 .cnt img { width: 80px; }
#p16box01 .data-list .data00 .cnt .num { margin-left: 16px; }
#p16box01 .data-list .data00 .text_box { padding: 20px; box-sizing: border-box; border-radius: 10px; }
#p16box01 .data-list .data00 .text_box h3 { font-size: 18px; line-height: 1.44; margin-bottom: 8px; }
#p16box01 .data-list .data01 { padding-top: 40px; padding-bottom: 40px; text-align: center; }
#p16box01 .data-list .data01 img { width: 100px; }
#p16box01 .data-list .data01 .num { text-align: center; margin-top: 3px; }
#p16box01 .data-list .data02 .box_in { display: block; }
#p16box01 .data-list .data02 .box_in .graph_box { width: 160px; position: relative; margin: 0 auto 24px; }
#p16box01 .data-list .data02 .box_in .graph_box .graph01 { width: 100%; height: 160px; border-radius: 50%; position: relative; }
#p16box01 .data-list .data02 .box_in .graph_box .graph01::before { content: ""; width: 108px; height: 108px; border-radius: 50%; background: #FFFFFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p16box01 .data-list .data02 .box_in .graph_box .num01, #p16box01 .data-list .data02 .box_in .graph_box .num02, #p16box01 .data-list .data02 .box_in .graph_box .num03, #p16box01 .data-list .data02 .box_in .graph_box .num04, #p16box01 .data-list .data02 .box_in .graph_box .num05 { font-size: 16px; line-height: 1.5; position: absolute; z-index: 1; }
#p16box01 .data-list .data02 .box_in .graph_box .num01::before, #p16box01 .data-list .data02 .box_in .graph_box .num02::before, #p16box01 .data-list .data02 .box_in .graph_box .num03::before, #p16box01 .data-list .data02 .box_in .graph_box .num04::before, #p16box01 .data-list .data02 .box_in .graph_box .num05::before { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; }
#p16box01 .data-list .data02 .box_in .graph_box .num01 em, #p16box01 .data-list .data02 .box_in .graph_box .num02 em, #p16box01 .data-list .data02 .box_in .graph_box .num03 em, #p16box01 .data-list .data02 .box_in .graph_box .num04 em, #p16box01 .data-list .data02 .box_in .graph_box .num05 em { font-size: 24px; line-height: 1.375; margin-right: 2px; }
#p16box01 .data-list .data02 .box_in .graph_box .num01 { top: 0; left: -53px; }
#p16box01 .data-list .data02 .box_in .graph_box .num01::before { width: 20px; height: 7px; background-image: url("../img/p16/line01.svg"); top: 13px; right: -24px; }
#p16box01 .data-list .data02 .box_in .graph_box .num02 { top: 63px; left: -68px; }
#p16box01 .data-list .data02 .box_in .graph_box .num02::before { width: 23px; height: 11px; background-image: url("../img/p16/line02.svg"); top: -5px; right: -12px; }
#p16box01 .data-list .data02 .box_in .graph_box .num03 { bottom: 1px; left: -50px; }
#p16box01 .data-list .data02 .box_in .graph_box .num03::before { width: 17px; height: 11px; background-image: url("../img/p16/line03.svg"); top: -12px; right: 5px; }
#p16box01 .data-list .data02 .box_in .graph_box .num04 { top: 0; right: -53px; }
#p16box01 .data-list .data02 .box_in .graph_box .num04::before { width: 12px; height: 11px; background-image: url("../img/p16/line04.svg"); top: 16px; left: -19px; }
#p16box01 .data-list .data02 .box_in .graph_box .num05 { bottom: 30px; right: -72px; }
#p16box01 .data-list .data02 .box_in .graph_box .num05::before { width: 12px; height: 11px; background-image: url("../img/p16/line05.svg"); top: 9px; left: -17px; }
#p16box01 .data-list .data02 .box_in .graph_box .num06 { width: 108px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
#p16box01 .data-list .data02 .box_in .graph_box .num06 em { letter-spacing: -0.016em; margin-right: 0; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 { width: 100%; max-width: 220px; margin: 0 auto; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li { display: flex; align-items: center; font-weight: 700; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li .midashi { width: 155px; padding-left: 22px; box-sizing: border-box; position: relative; margin-right: 5px; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li .midashi .icon { display: block; width: 14px; height: 14px; position: absolute; top: 7px; left: 0; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li .num { min-width: 50px; text-align: right; font-size: 16px; line-height: 1.5; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li .num em { font-size: 24px; line-height: 1.375; margin-right: 2px; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li.li01 .midashi .icon { background: #ED7E00; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li.li02 .midashi .icon { background: #0E84D8; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li.li03 .midashi .icon { background: #E1C925; }
#p16box01 .data-list .data02 .box_in .waku .num-list01 li.li04 .midashi .icon { background: #75B545; }
#p16box01 .data-list .data02 .box_in .waku .sub_text { margin-top: 5px; }
#p16box01 .data-list .data03 { padding-bottom: 24px; }
#p16box01 .data-list .data03 .box_in { display: block; }
#p16box01 .data-list .data03 .box_in .graph_box { width: 140px; margin: 0 auto 16px; }
#p16box01 .data-list .data03 .box_in .graph_box .graph02 { width: 100%; height: 140px; border-radius: 50%; background-image: conic-gradient(#ED7E00 0% 36%, #0E84D8 36% 76%, #E1C925 76% 85%, #75B545 85% 100%); }
#p16box01 .data-list .data03 .box_in .num-list01 { width: 100%; max-width: 220px; margin: 0 auto; }
#p16box01 .data-list .data03 .box_in .num-list01 li { display: flex; align-items: center; font-weight: 700; }
#p16box01 .data-list .data03 .box_in .num-list01 li .midashi { width: 155px; padding-left: 22px; box-sizing: border-box; position: relative; margin-right: 5px; }
#p16box01 .data-list .data03 .box_in .num-list01 li .midashi .icon { display: block; width: 14px; height: 14px; position: absolute; top: 7px; left: 0; }
#p16box01 .data-list .data03 .box_in .num-list01 li .num { min-width: 50px; text-align: right; font-size: 16px; line-height: 1.5; }
#p16box01 .data-list .data03 .box_in .num-list01 li .num em { font-size: 24px; line-height: 1.375; margin-right: 2px; }
#p16box01 .data-list .data03 .box_in .num-list01 li.li01 .midashi .icon { background: #ED7E00; }
#p16box01 .data-list .data03 .box_in .num-list01 li.li02 .midashi .icon { background: #0E84D8; }
#p16box01 .data-list .data03 .box_in .num-list01 li.li03 .midashi .icon { background: #E1C925; }
#p16box01 .data-list .data03 .box_in .num-list01 li.li04 .midashi .icon { background: #75B545; }
#p16box01 .data-list .data04 .box_in { justify-content: center; align-items: center; }
#p16box01 .data-list .data04 .box_in .cnt { width: auto; margin-right: 9px; }
#p16box01 .data-list .data04 .box_in .cnt:last-child { margin-right: 0; }
#p16box01 .data-list .data04 .box_in .cnt img { width: 64px; }
#p16box01 .data-list .data04 .box_in .cnt .num { margin-left: 0; }
#p16box01 .data-list .data04 .box_in .cnt .num em { margin-right: 0; }
#p16box01 .data-list .data04 .box_in .cnt .num .midashi { display: block; font-size: 18px; margin-bottom: -6px; }
#p16box01 .data-list .data06 .cnt .num { margin-top: 10px; }
#p16box01 .data-list .data08 { padding-top: 60px; }
#p16box01 .data-list .data08 .graph_box .graph03 { align-items: center; }
#p16box01 .data-list .data08 .graph_box .graph03 .midashi { width: 100%; }
#p16box01 .data-list .data08 .graph_box .graph03 .line { height: 24px; }
#p16box01 .data-list .data08 .graph_box .graph03 .line01 { width: 9.5%; background: #FB9A99; }
#p16box01 .data-list .data08 .graph_box .graph03 .line02 { width: 8.7%; background: #75B545; }
#p16box01 .data-list .data08 .graph_box .graph03 .line03 { width: 29.6%; background: #E1C925; }
#p16box01 .data-list .data08 .graph_box .graph03 .line04 { width: 34%; background: #0E84D8; }
#p16box01 .data-list .data08 .graph_box .graph03 .line05 { width: 53%; background: #ED7E00; }
#p16box01 .data-list .data08 .graph_box .graph03 .num { font-size: 16px; line-height: 1.5; margin-left: 8px; }
#p16box01 .data-list .data08 .graph_box .graph03 .num em { font-size: 22px; line-height: 1.4; margin-right: 5px; }
#p16box01 .data-list .data09 .sub_text { margin-top: 4px; }
#p16box01 .data-list .data10 .cnt .num-list02 { width: 135px; margin-left: 24px; }
#p16box01 .data-list .data10 .cnt .num-list02 li { display: flex; align-items: center; font-weight: 700; }
#p16box01 .data-list .data10 .cnt .num-list02 li .midashi { width: 64px; }
#p16box01 .data-list .data10 .cnt .num-list02 li .num { min-width: 70px; text-align: right; font-size: 16px; line-height: 1.5; margin-left: 0; }
#p16box01 .data-list .data10 .cnt .num-list02 li .num em { font-size: 24px; line-height: 1.375; margin-right: 2px; }
#p16box01 .data-list .data10 .sub_text { margin-top: 7px; }
#p16box01 .data-list .data11 { padding-top: 40px; padding-bottom: 20px; }
#p16box01 .data-list .data11 .cnt { display: block; }
#p16box01 .data-list .data11 .cnt img { display: block; width: 202px; margin: 0 auto 20px; }
#p16box01 .data-list .data11 .cnt .list_box { justify-content: center; }
#p16box01 .data-list .data11 .cnt .list_box .num-list02 { width: calc(50% - 10px); max-width: 135px; margin-right: 20px; }
#p16box01 .data-list .data11 .cnt .list_box .num-list02:last-child { margin-right: 0; }
#p16box01 .data-list .data11 .cnt .list_box .num-list02 li { display: flex; align-items: center; font-weight: 700; }
#p16box01 .data-list .data11 .cnt .list_box .num-list02 li .midashi { width: calc(100% - 50px); }
#p16box01 .data-list .data11 .cnt .list_box .num-list02 li .num { width: 50px; text-align: right; font-size: 16px; line-height: 1.5; margin-left: 0; }
#p16box01 .data-list .data11 .cnt .list_box .num-list02 li .num em { font-size: 24px; line-height: 1.375; margin-right: 2px; }
#p16box01 .data-list .data12 { padding-bottom: 20px; }
#p16box01 .data-list .data12 .cnt img { width: 80px; }
#p16box01 .data-list .data12 .cnt .num-list02 { width: calc(100% - 102px); max-width: 200px; margin-left: 22px; }
#p16box01 .data-list .data12 .cnt .num-list02 li { display: flex; align-items: center; font-weight: 700; }
#p16box01 .data-list .data12 .cnt .num-list02 li .num { width: 50px; font-size: 16px; line-height: 1.5; margin-left: 0; }
#p16box01 .data-list .data12 .cnt .num-list02 li .num em { font-size: 20px; line-height: 1.4; margin-right: 2px; }
#p16box01 .data-list .data12 .cnt .num-list02 li .midashi { width: calc(100% - 50px); }
#p16box01 .data-list .data12 .text_box { background: #FFFBE2; margin-top: 16px; }
#p16box01 .data-list .data13 { padding-bottom: 20px; }
#p16box01 .data-list .data13 .graph_box .graph04 { align-items: center; margin-bottom: 8px; }
#p16box01 .data-list .data13 .graph_box .graph04:last-child { margin-bottom: 0; }
#p16box01 .data-list .data13 .graph_box .graph04 .midashi { width: 100%; }
#p16box01 .data-list .data13 .graph_box .graph04 .line { height: 24px; }
#p16box01 .data-list .data13 .graph_box .graph04 .line.orange { background: #ED7E00; }
#p16box01 .data-list .data13 .graph_box .graph04 .line.green { background: #75B545; }
#p16box01 .data-list .data13 .graph_box .graph04 .line.yellow { background: #E1C925; }
#p16box01 .data-list .data13 .graph_box .graph04 .line01 { width: 73%; }
#p16box01 .data-list .data13 .graph_box .graph04 .line02 { width: 63%; }
#p16box01 .data-list .data13 .graph_box .graph04 .line03 { width: 6%; }
#p16box01 .data-list .data13 .graph_box .graph04 .line04 { width: 14.5%; }
#p16box01 .data-list .data13 .graph_box .graph04 .line05 { width: 26.5%; }
#p16box01 .data-list .data13 .graph_box .graph04 .line06 { width: 39%; }
#p16box01 .data-list .data13 .graph_box .graph04 .num { font-size: 16px; line-height: 1.5; margin-left: 8px; }
#p16box01 .data-list .data13 .graph_box .graph04 .num em { font-size: 24px; line-height: 1.375; margin-right: 2px; }
#p16box01 .text01 { margin-top: 10px; }

/*お問い合わせ　p17
=========================================== */
#p17box01 .title02 + .text01 { text-align: left; }
#p17box01 .box { display: block; margin-top: 40px; }
#p17box01 .box .box_in { padding: 32px 10px; box-sizing: border-box; background: #F8F8F8; border-radius: 20px; text-align: center; margin-bottom: 16px; }
#p17box01 .box .box_in:last-child { margin-bottom: 0; }
#p17box01 .box .box_in h3 { line-height: 26px; }
#p17box01 .box .box_in h3 em { display: inline-block; padding: 0 4px 2px; box-sizing: border-box; background: #ED7E00; border-radius: 5px; line-height: 24px; margin-right: 4px; }
#p17box01 .box .box_in .tel_box .tel .num { font-size: 24px; line-height: 33px; }
#p17box01 .box .box_in .tel_box .tel .num em { font-size: 32px; line-height: 45px; }
#p17box01 .box .box_in .tel_box .tel-text { font-size: 16px; line-height: 24px; margin-top: 0; }
#p17box01 .box .box_in .tel_box .info { display: block; width: 235px; margin: 0 auto; }
#p17box01 .box .box_in .tel_box .info .tel-text { text-align: left; margin-top: 0; }

#p17box02 { padding-bottom: 80px; margin-bottom: 0; }
#p17box02::after { display: none; }
#p17box02 .bikou-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 8px; }
#p17box02 .bikou-list li:last-child { margin-bottom: 0; }
#p17box02 .form_box { margin-top: 40px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; }
ul.contact-state > li { display: block; width: 65px; margin-right: 45px; position: relative; }
ul.contact-state > li:last-child { margin-right: 0; }
ul.contact-state > li:last-child span.num::before { display: none; }
ul.contact-state > li span.num { display: block; width: 60px; height: 60px; background-repeat: no-repeat; background-position: center; background-size: contain; margin: 0 auto 10px; position: relative; }
ul.contact-state > li span.num::before { content: ""; display: block; width: 50px; height: 1px; background: #D4D4D4; position: absolute; top: 50%; right: -52px; transform: translateY(-50%); }
ul.contact-state > li span.text { display: block; font-weight: 700; text-align: center; }
ul.contact-state > li.state01 span.num { background-image: url("../img/p17/state_num01.png"); }
ul.contact-state > li.state01 span.text { color: #ED7E00; }
ul.contact-state > li.state02 span.num { background-image: url("../img/p17/state_num02.png"); }
ul.contact-state > li.state03 span.num { background-image: url("../img/p17/state_num03.png"); }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: center; }
ul.contact-state.contact-state02 > li.state02 span.num { background-image: url("../img/p17/state_num02_on.png"); }
ul.contact-state.contact-state02 > li.state02 span.text { color: #ED7E00; }

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

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

.contactTBL { padding: 40px 0; position: relative; z-index: 1; /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::before { content: ""; display: none; width: 100vw; height: 100%; background: #efefef; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
.contactTBL::placeholder { color: #9A9A9A; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { padding-left: 48px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 13px; line-height: 19px; font-weight: 700; padding: 1px 7px 2px; box-sizing: border-box; border: 1px solid #ED0000; position: absolute; top: 0; left: 0; }
.contactTBL th .hissu { background: #ED0000; color: #FFFFFF; }
.contactTBL th .ninni { color: #ED0000; }
.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: 7px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.tel01 { width: 200px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 120px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: 100%; padding: 7px 30px 7px 20px; background: url("../img/common/select_arrow02.svg") no-repeat center right 15px, #FFFFFF; background-size: 10px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 10px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { font-weight: 400; }
.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.first { margin-top: 0; }
.contactTBL .text-list { margin-top: 8px; }
.contactTBL .text-list li { padding-left: 1em; text-indent: -1em; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "ファイルが選択されていません"; font-size: 16px; color: #3C3A34; margin: 8px 0 0 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: block; height: 48px; padding: 12px 0; box-sizing: border-box; background: #0F0F0F; border-radius: 5px; font-size: 16px; font-weight: 400; line-height: 1.5; text-align: center; color: #FFFFFF; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-box .doui-text { font-weight: 700; margin-top: 6px; }
.contactTBL .doui-box .doui-text a { display: block; color: #000000; text-decoration: underline; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 700; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 8px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 2px; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .btn01 { max-width: 100%; margin: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 20px 50px; box-sizing: border-box; white-space: normal; border-radius: 36px; background-color: #3C3A34; background-image: url("../img/p17/btn_arrow.svg"); background-repeat: no-repeat; background-position: center right 21px; background-size: 21px; border: 3px solid #3C3A34; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 16px; line-height: 1.5; text-align: center; color: #FFFFFF; font-weight: 500; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { background-color: #FFFFFF; background-image: url("../img/p17/btn_arrow_back.svg"); background-position: center left 21px; color: #3C3A34; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che .contactTBL::before { display: block; }
.contactArea.che .contactTBL td { margin-bottom: 20px; }
.contactArea.che .contactTBL .koumoku .wpcf7-list-item { margin: 0; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che td .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: 80px 5% 40px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 80px 5% 40px; }

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 374px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 10.67vw; height: 10.67vw; border-radius: 2.67vw; box-shadow: 0 0 4.27vw rgba(0, 0, 0, 0.16); margin: 0 0.53vw; font-size: 4.27vw; line-height: 10.67vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 1.6vw; height: 3.47vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 3.2vw; height: 3.47vw; }
  .post-navigation ul > li a { width: 28vw; padding: 1.87vw 0 2.4vw; font-size: 4.27vw; }
  .post-navigation ul > li.blog-back { margin: 0 1.87vw; }
  #p16box01 .data-list .data04 { padding-left: 10px; padding-right: 10px; }
  #p16box01 .data-list .data04 .box_in .cnt { margin-right: 5px; }
  #p16box01 .data-list .data04 .box_in .cnt img { width: 60px; }
  #p16box01 .data-list .data04 .box_in .cnt .num em { font-size: 40px; } }
@media screen and (min-width: 0px) and (max-width: 360px) { .top-title02 { font-size: 28px; }
  #p16box01 .data-list .data02 .box_in .graph_box { width: 140px; }
  #p16box01 .data-list .data02 .box_in .graph_box .graph01 { height: 140px; }
  #p16box01 .data-list .data02 .box_in .graph_box .graph01::before { width: 98px; height: 98px; }
  #p16box01 .data-list .data02 .box_in .graph_box .num06 { width: 98px; }
  #p16box01 .data-list .data02 .box_in .text_box { padding-left: 10px; padding-right: 10px; }
  #p16box01 .data-list .data13 .graph_box .graph04 .num { margin-left: 5px; }
  #p16box01 .data-list .data13 .graph_box .graph04 .num em { font-size: 20px; } }
@media screen and (min-width: 0px) and (max-width: 340px) { #main.recruit_main .main_box .text_box h1 span { font-size: 34px; } }
@media screen and (min-width: 0px) and (max-width: 327px) { #p14box01 .box .box_in01 p.text02 { height: 160px; } }
/*safari用
=========================================== */
.safari #p07box04 .cnt .title01 .en { margin-top: 0; }
.safari #p07box04 .cnt .title01 .ja { letter-spacing: 0.1em; }
.safari #p14box01 .box .box_in01 p { letter-spacing: 0.1em; }
.safari #p14box01 .box .box_in01 p.text02 span { margin: 0 0 5px; }
.safari #p14box01 .box .arrow_box > div span.text { letter-spacing: 0.1em; }
