/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box;}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;/*text-rendering:optimizeSpeed;*/line-height:2}ul[class],ol[class]{list-style:none}a:not([class]){/*text-decoration-skip-ink:auto*/}img{max-width:100%; height:auto; display:block; vertical-align:bottom; }article>*+*{margin-top:1rem}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

:root { --black:#111;
--gray:#333;
--orange:#ff9600;
--line:#e5e5e5;
--container:1200px;
--ja:"Yu Gothic","YuGothic",sans-serif;
--en:"Montserrat",sans-serif;
/* 8度の傾斜角を計算（tan(8deg) ≒ 0.14）*/
--skew-val: 14vw; 
}


html { overflow-x:clip; scroll-behavior: smooth; }
body { font-family:var(--ja); color:var(--black); font-size:clamp(0.875rem,1.6vw,1rem); font-optical-sizing: auto; line-height:2; font-style: normal; letter-spacing:0.04rem; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; font-feature-settings:"palt"; box-sizing:border-box; width:100vw; overflow-x:clip;}

.flex { display: flex; flex-flow: row wrap; justify-content: space-between; position: relative; }
.flex.rowre { flex-flow: row-reverse wrap; }
.flex.jcfs { justify-content: flex-start; }
.flex.jcc { justify-content: center; }
.flex.aic { align-items: center; }
.flex.aifs { align-items: flex-start; }
.flex.aife { align-items: flex-end; }
.flex .fg1 { flex-grow: 1; }
.mb0 { margin-bottom: 0 !important; }
.mb4 { margin-bottom: 0.25rem !important; }
.mb8 { margin-bottom: 0.5rem !important; }
.mb16 { margin-bottom: 1rem !important; }
.mb24 { margin-bottom: 1.5rem !important; }
.mb32 { margin-bottom: 2rem !important; }
.mb48 { margin-bottom: 3rem !important; }
.mb64 { margin-bottom: 4rem !important; }
.mr0 { margin-right: 0 !important; }
.mr4 { margin-right: 0.25rem !important; }
.mr8 { margin-right: 0.5rem !important; }
.mr16 { margin-right: 1rem !important; }
.mr24 { margin-right: 1.5rem !important; }
.mr32 { margin-right: 2rem !important; }
.mr48 { margin-right: 3rem !important; }
.mt0 { margin-top: 0 !important; }
.mt4 { margin-top: 0.25rem !important; }
.mt8 { margin-top: 0.5rem !important; }
.mt16 { margin-top: 1rem !important; }
.mt24 { margin-top: 1.5rem !important; }
.mt32 { margin-top: 2rem !important; }
.mt48 { margin-top: 3rem !important; }
.mt-8 { margin-top: -0.5rem !important; }
.ma { margin: auto; }
.tl { text-align: left !important; }
.tr { text-align: right !important; }
.tc { text-align: center !important; }
.lh100 { line-height: 1; } 
.lh125 { line-height: 1.25; } 
.lh150 { line-height: 1.5; } 
.lh200 { line-height: 2; } 

.pc_no, br.pc_no { display: none; }
img.sp_no { display:block; }
p { margin-bottom:clamp(1rem,3vw,2rem); }
a { color: var(--black); }
h1, h2, h3, h4, h5, h6 { font-family:"Montserrat","Yu Gothic","YuGothic",sans-serif; line-height:1.5; position:relative; padding:0; text-align:left; font-weight: 600; }
h1 { font-size:clamp(2.5rem, 8vw, 5rem); margin-bottom:clamp(1rem, 3.2vw, 2rem); letter-spacing:clamp(0.1rem, 0.3vw, 0.2rem); }
h2 { font-size:clamp(2rem, 6vw, 4rem); margin-bottom:clamp(1rem, 3.2vw, 2rem); letter-spacing:clamp(0.1rem, 0.3vw, 0.2rem); }
h3 { font-size:clamp(1.3rem, 3vw, 2rem); margin-bottom:clamp(0.5rem, 1.6vw, 1rem); }
h4 { font-size:clamp(1.2rem, 2.4vw, 1.5rem); margin-bottom:clamp(0.5rem, 1.6vw, 1rem); }
h5 { font-size:clamp(1.1rem, 2vw, 1.25rem); margin-bottom:clamp(0.5rem, 1.2vw, 0.75rem);}
h6 { font-size:clamp(1rem, 2vw, 1.125rem); margin-bottom:0.5rem; }

.clearfix { display: block; }
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix:before { content: ""; display: block; clear: both; }
.f_s { font-size:clamp(0.8125rem,1.4vw,0.875rem); }
.f_m { font-size:clamp(1rem,1.8vw,1.125rem); }
.f_l { font-size:clamp(1.125rem,2.4vw,1.25rem); }

.full { margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
.full_r { margin-left:0; margin-right:calc(50% - 43vw); }
.full_l { margin-left:calc(50% - 43vw); margin-right:0; }
.full_bg { padding-left:calc(50vw - 50%); padding-right:calc(50vw - 50%); }

.orange { color:var(--orange);}

.fadein { opacity : 0; transform : translate(0, 0); transition :all 0.75s ease 0.15s;}
.fadein.show { opacity : 1; transform : translate(0, 0); }

.fadeinUp, .fadeinUp_once { opacity : 0; transform : translate(0, 50px); transition :all 0.75s ease 0.15s;}
.fadeinUp.show, .fadeinUp_once.show { opacity : 1; transform : translate(0, 0); }

.fadeinDown, .fadeinDown_once { opacity : 0; transform : translate(0, -50px); transition :all 0.75s ease 0.15s;}
.fadeinDown.show, .fadeinDown_once.show { opacity : 1; transform : translate(0, 0); }

.fadeinLeft { opacity : 0; transform : translate(-50px, 0); transition :all 0.75s ease 0.15s;}
.fadeinLeft.show { opacity : 1; transform : translate(0, 0); }

.fadeinRight { opacity : 0; transform : translate(50px, 0); transition :all 0.75s ease 0.15s;}
.fadeinRight.show { opacity : 1; transform : translate(0, 0); }




.anchor { height:clamp(4rem,10vw,6rem); margin-top:clamp(-6rem,-10vw,-4rem); position:relative; z-index:-10; width:1px; }
body.top .anchor, body.cate .anchor { height:clamp(4rem,10vw,6rem); margin-top:clamp(-6rem,-10vw,-4rem) ; }
.sticky { position:sticky; top:clamp(4rem,10vw,6rem); }
body.logged-in .sticky { top:calc(clamp(4rem,10vw,6rem) + 32px); }

/* Road_line */
.road_line, .road_line02, .road_line03 { position:absolute; inset:0; z-index:-1; width:100%; height:100%; pointer-events:none; }
.road_line03 svg { width: 100%; height: 100%; display: block; object-fit: cover; }
.pc_line { display:block; }
.sp_line { display:none; }

/* wrapper */
.article { width:min(100%, var(--container)); margin:auto; padding:0 clamp(1.5rem,5vw,3rem); position: relative; z-index:10; }
.wrapper { width:min(100%, var(--container)); margin:auto; padding:0 clamp(1.5rem,5vw,3rem); position: relative; z-index:10; }


/* header */
.header { width:100%; color:#fff; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items:center; padding:clamp(1rem,2.4vw,1.5rem) 0 clamp(1rem,2.4vw,1.5rem) clamp(1rem,2.4vw,1.5rem); position: sticky; top:0; z-index: 1000; min-height:4rem }
body.logged-in .header { top:32px; }
.header.bg, body.temp .header { background: rgba(51,51,51,0.9); background: rgba(255,255,255,0.9); backdrop-filter: blur(10px);}
.header .logo { width:80%; max-width: 25rem; min-width:16rem; margin-bottom: 0;  }
.header .logo a { display:block; aspect-ratio:152/18; background:url(../img/logo01.png) center center /cover no-repeat; transition:0.2s; }
.header.bg .logo a, body.temp .header .logo a { background:url(../img/logo02.png) center center /cover no-repeat; }
.header .hm { width: 60%; border-bottom:1.5px solid #fff; margin:0 0 0.5rem auto; }
.header .hm ul { display:flex; gap:clamp(1rem,3vw,2rem); list-style: none; padding:0 clamp(1.5rem,3vw,2rem) 0 0; margin: 0; }
.header .hm ul a { font-family:var(--ja); font-weight:600; color: #fff; font-size:0.9375rem; text-decoration: none; display:block; padding:0.25rem 0; margin-bottom:-1.5px; }
.header.bg .hm, body.temp .header .hm { border-bottom:1.5px solid var(--black); }
.header.bg .hm ul a, body.temp .header .hm ul a { color:var(--black);}
.header .hm ul li.active > a { color:var(--orange); border-bottom:1.5px solid var(--orange);}

.header .hm ul li.hm_contact { margin-left: auto; }

.mean-nav .sp_en { font-family:var(--en); font-size:1.75rem; font-weight: 700; display: block; margin-bottom:0.25rem; }
.mean-nav .ja { font-family:var(--en); font-size:0.8125rem; display: block; }
.mean-nav .more { max-width:15rem; margin: auto; color:var(--orange); }
.header .hm ul li .ja, .hm_contact_sp, .mean-nav .hm_contact { display: none; }
.mean-container .mean-nav > ul > li.hm_contact_sp { display: block; padding:1rem 0; }
.mean-container .mean-nav ul li.hm_contact_sp a { margin: auto; color:var(--orange);  padding:0.75rem; font-size:1.5rem; }


html.bg .mean-container a.meanmenu-reveal span, body.temp.mean-container a.meanmenu-reveal span { background:var(--black);}
html.bg .mean-container a.meanmenu-reveal::after, body.temp.mean-container a.meanmenu-reveal::after{ color:var(--black);}

/* hero */
body.top .hero { height:90vh; min-height:50vw; position:relative; margin-top:-6rem; }
body.top .hero_video { height:90vh; min-height:50vw; }
body.top .hero_video video { width:100%; height:100%; object-fit:cover; }
body.top .hero_video::after { content: ""; position: absolute; top:0; right:0; bottom:0; left:0; background: rgba(0,0,0,0.1); }
body.top .hero .copy { position: absolute; left:clamp(1rem,3vw,2rem); /*top:50%; transform: translate(0,-50%);*/ bottom:clamp(1rem,3vw,2rem);  font-family:var(--en); font-weight:700; font-size:/*clamp(2.5rem,10vw,6rem)*/clamp(1.5rem,6vw,5rem); line-height:1.25; color:#fff; }

a.circle { width:clamp(4rem,10vw,6rem); height:clamp(4rem,10vw,6rem); display:block; text-decoration:none; position:absolute; bottom:clamp(1.5rem,5vw,3rem); right:clamp(1.5rem,5vw,3rem); z-index:400; font-size: 10px; animation: ccw 30s linear infinite; border-radius:50%; letter-spacing:0.033rem; }
a.circle::before { content:"";z-index:400; display:block; position:absolute; top:0; right:0; left:0; bottom:0; background:url(../img/i_playvideo.svg) 55% center /35% no-repeat; animation: acw 30s linear infinite; }
a.circle svg { overflow: visible; }
a.circle path { fill: none; }
a.circle text { fill: #fff; dominant-baseline: middle; }
a.circle::after { display:none !important; }
a.circle.sp_no { display:block; }
a.circle.pc_no { display:none; }
@keyframes ccw {
to { transform: rotate(-360deg);}
}
@keyframes acw {
to { transform: rotate(360deg);}
}
@media screen and (max-width:960px) {
a.circle.sp_no { display:none; }
a.circle.pc_no { display:block; top:auto; bottom:20vw;}
}


/* sections */
.section { padding:clamp(1.875rem,10vw,6rem) 0 clamp(4rem,12vw,8rem) 0; position:relative; }
.section::after { content: ""; position: absolute; top:0; right:0; bottom:0; left:0; background:#fff; z-index:-10; }
.section.dark { color:#fff; }
.section.dark::after { background:var(--gray); }
.section h2 { margin-bottom:0; font-weight:700; -webkit-text-stroke: clamp(1.2px,0.3vw,2px) var(--orange); color: transparent; line-height:1.2; }
.section h3 { font-weight:700; }

.ja { font-family:var(--ja); }
.en { font-family:var(--en); }
.ol_orange { -webkit-text-stroke: 2px var(--orange); color: transparent; }
.ol_orange div { -webkit-text-stroke:0px var(--orange); color:#fff; position: absolute; top:0; left: 0; z-index: 1; }
.section.dark .ol_orange div { color:var(--gray); }


/* button */
.more { display:inline-block; border:1.5px solid var(--orange); padding:0.65rem 2rem; font-family:var(--en); color:var(--orange); text-decoration: none; width:100%; max-width:12rem; font-weight: 600; text-align: center; position: relative; transition: color 0.5s ease; }
.more::after { content:""; position:absolute; display: block; top:calc(50% - 0.75px); right:-1.5rem; height:1px; width:3rem; border-bottom:1.5px solid var(--orange); }
.more:hover, .mean-container .mean-nav ul li.hm_contact_sp a:hover { color: #fff;}
.more:hover::before { transform: scaleX(1); transform-origin: left; }
.more::before { position: absolute; top:0; left:0; content: ""; display: block; width: 100%; height:100%; background:var(--orange); transform: scaleX(0); transform-origin: right; transition: all 0.5s ease; transition-property: transform; z-index:-1; }


/* company */
.company_area { padding-bottom: 10px; }
.company_area .text { margin-bottom:clamp(1.875rem,10vw,6rem);}
.company_area .text p { line-height:2.5; margin-bottom:2.5rem; }
.company_area .more { max-width:20rem; margin: auto;}

.company_slide01 img, .company_slide02 img { height:clamp(8rem,25vw,16rem); width:auto; object-fit:contain; }
.company_slide01 .slick-list, .company_slide02 .slick-list { margin:0; }
.company_slide01 .slick-slide, .company_slide02 .slick-slide { margin:10px 5px 0 5px; line-height:1.5; }
.company_slide02 { direction: rtl;  width: 100vw; }
.company_slide02 .slick-track { display: flex !important; align-items: center; }



/* service */
.service_area .service01, .service_area .service02 { margin-bottom:clamp(3rem,10vw,6rem); }
.service_area .service01 .photo, .service_area .service03 .photo { width: 50vw; aspect-ratio:5/4; margin-left:calc(50% - 50vw); margin-bottom:1.5rem; }
.service_area .service01 .photo img, .service_area .service02 .photo img, .service_area .service03 .photo img { width: 100%; height:100%; object-fit: cover; }
.service_area .service03 .photo img { object-position:left center; }
.service_area .num { display: inline-block; font-family:var(--en); font-size:clamp(3rem,11vw,7rem); font-weight:700; line-height: 1; position: relative; }
.service_area h3 { font-family:var(--en); margin:12px 0; }
.service_area .service02 .photo { width: 50vw; aspect-ratio:5/4; margin-left: auto; margin-bottom:1.5rem; margin-right:calc(50% - 50vw); }
.service_area .service02 .text { text-align: right; }
.service_area .service02 h3 { text-align: right; }
.service_area .service02 .more::after { left:-1.5rem; }
.service_area .more { margin-bottom:2rem; }
.service_area .circle {width:clamp(6rem,12vw,8rem);height:clamp(4.8rem,9.6vw,6.4rem); display:block; position:relative; margin-bottom:clamp(-4rem,-6.4vw,-3.5rem); z-index:400; }
.ellipse_text {width:100%;height:100%; }
.ellipse_text text { font-size:clamp(0.75rem,1.4vw,0.75rem); letter-spacing:0.05rem; font-weight:600; fill:var(--orange); dominant-baseline: middle; text-anchor: middle; }
.num svg:not(:root) { overflow:visible !important; }

/* instagram */
.instagram_area { position: relative; }
.instagram { display:flex; flex-flow:row wrap; gap:1rem; }
.instagram .photo { aspect-ratio:1; width: calc((100% - 1rem*3)/4)}
.instagram .photo img { width: 100%; height: 100%; object-fit: cover; }
.ig_link { position: absolute; right: clamp(1.5rem,5vw,3rem); top:clamp(0.5rem,1.6vw,1rem); width: 3rem; height: 3rem; }


/* PHOTO */
.section.photo_area { aspect-ratio:2/1; padding: 0; position: relative; overflow: hidden; width: 100%; z-index:-15; }
.parallax-img { position:fixed; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position:bottom center; will-change: transform; pointer-events: none; position:fixed; }



/* recruit */
.recruit_area { padding-bottom: 0;  }
.recruit_area h3.en { transform: rotate(-8deg); margin:-3vw 0 6vw -0.5rem; display: flex; flex-flow: row wrap; align-items: center; }
.recruit_area h3 .ja { font-size:clamp(0.8125rem,2vw,1.25rem); color:var(--orange); line-height: 1.2; margin:clamp(0.25rem,0.8vw,0.5rem) 0 0 1rem; }

.recruit_area .more { max-width:clamp(12rem,30vw,20rem); margin: auto; }
.recruit_area .more.b_recruit { position:absolute; right:1.5rem; top:0.25rem; font-size:clamp(1.125rem,2.4vw,1.5rem); padding:0.5rem; line-height:1.5; letter-spacing:0.1rem; color:#fff; background:var(--orange); /*border-color:var(--black);*/ }
.recruit_area .more.b_recruit::after { border-color:var(--black);}
.recruit_area .more.b_recruit::before { background:#fff; z-index:0; }
.recruit_area .more.b_recruit span { position:relative; z-index:1; }
.recruit_area .more.b_recruit:hover span { color:var(--orange); }

.recruit_area .index_box { margin-top:-11vw; }
.recruit_area .index_box::after { content: ""; position: absolute; top:0; right:calc(50% - 50vw); bottom:0; left:calc(50% - 50vw); background:var(--gray); z-index:-10; }

.recruit_area .index_box a { color:rgba(255,255,255,0.8); text-decoration: none; display: flex; flex-flow: row nowrap; justify-content: center; min-height:clamp(15rem,40vw,30rem);}
.recruit_area .index_box:nth-of-type(2n-1) a { flex-flow: row-reverse nowrap; }
.recruit_area .index_box a .photo { width:65vw; transform: skewY(-8deg); /*height:clamp(18rem,42vw,42rem); max-width:calc(var(--container)/0.8);*/ }
.recruit_area .index_box a .photo img { width: 100%; height: 100%; object-fit: cover; transform: skewY(8deg); }
.recruit_area .index_box:nth-of-type(2n - 1) .photo { margin-bottom:clamp(1rem,7vw,5rem); margin-right:calc(50% - 60vw); mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%); }
.recruit_area .index_box:nth-of-type(2n) .photo { margin-top:clamp(1rem,7vw,5rem); margin-left:calc(50% - 60vw); mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);}
.recruit_area .index_box a .text { width: 50%; transform: skewY(-8deg); padding:0 clamp(1rem,5vw,3rem); max-width:calc(var(--container)/2); display: flex; flex-flow: column wrap; justify-content: center; line-height: 1.75; }
.recruit_area .index_box:nth-of-type(2n - 1) .text { margin-top:clamp(1rem,7vw,10rem); text-align:right; }
.recruit_area .index_box:nth-of-type(2n ) .text { margin-bottom:clamp(1rem,7vw,10rem); }
.recruit_area .index_box a .text span { display: block; }
.recruit_area .index_box a .text span.copy { font-size: clamp(1.25rem,4vw,2.75rem); line-height: 1.5; font-weight:600; margin-bottom:clamp(1rem,3vw,2rem); margin-right:-2rem; }
.recruit_area .index_box a .text .name_en, .wide .text .name_en { margin-bottom:1rem; font-size:clamp(0.8125rem,1.6vw,1rem); }
.clip-path01 { clip-path: polygon(0 var(--skew-val), 100% 0, 100% calc(100% - var(--skew-val)), 0 100%); overflow: hidden; }

.index_box .name_sign, .wide .name_sign { background:rgba(255,255,255,0.8); aspect-ratio:4/1; width:clamp(8rem,24vw,15rem);}
.index_box.staff01 .name_sign, .wide.staff01 .name_sign { mask:url(../img/name01.svg) center center /cover no-repeat; margin-left:auto; }
.index_box.staff02 .name_sign, .wide.staff02 .name_sign { mask:url(../img/name02.svg) center center /cover no-repeat; }
.wide.staff02 .name_sign { margin-left:auto; }
.index_box.staff03 .name_sign, .wide.staff03 .name_sign { mask:url(../img/name03.svg) center center /cover no-repeat; margin-left:auto; aspect-ratio:32/10;}



.wide { margin-left:clamp(-6rem,-5vw,-2rem); margin-right:clamp(-6rem,-5vw,-2rem); margin-bottom:2rem; margin-bottom:clamp(1.5rem,5vw,3rem); }
body.recruit .wide { background:#333; color:#fff; text-decoration:none; display:flex; flex-flow:row-reverse nowrap; justify-content: center; }
body.recruit .wide .photo { width:60%; mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);}
body.recruit .wide .photo img { width: 100%; height: 100%; object-fit: cover; }
body.recruit .wide .text { width: 40%; padding:1.5rem clamp(1.5rem,5vw,3rem); max-width:calc(var(--container)/2); display: flex; flex-flow: column wrap; justify-content: center; line-height: 1.75; color:rgba(255,255,255,0.8); text-align:right; }
body.recruit .wide .text span { display: block; margin-left:auto; }
body.recruit .wide .text span.copy { font-size: clamp(1.25rem,4vw,2.5rem); line-height: 1.5; font-weight: 600; margin-right:-2rem; margin-bottom:clamp(1rem,3vw,2rem); }



/* works */
.works_area { }
.works_area .index_area, body.works .index_area { display: flex; flex-flow: row wrap; gap:clamp(1.5rem,5vw,3rem); justify-content: flex-start; margin-bottom: 1.5rem; }
.works_area .index_box, body.works .index_box { width:calc((100% - clamp(1.5rem,5vw,3rem)*2)/3); }
.works_area .index_box .photo, body.works .index_box .photo { margin-bottom: 0.75rem; aspect-ratio:3/2; }
.works_area .index_box a, body.works .index_box a { text-decoration: none; }
.works_area .title, body.works .index_box .title { font-size: clamp(1rem,2vw,1.25rem); line-height:1.5; }
.works_area .date, body.works .index_box .date { font-size: clamp(0.75rem,1.4vw,0.8125rem); }
.works_area .more { max-width:clamp(12rem,30vw,20rem); margin: auto;}

.works_area .slick-list { /*margin:0 clamp(-1.5rem,-2.4vw,-1em);*/ width:100vw; }
.works_area .slick-slide { margin:0 clamp(0.75rem,2.4vw,1.5rem) 1rem clamp(0.75rem,2.4vw,1.5rem); line-height:1.5; }
.works_area button.slick-prev, .works_area button.slick-next { height:3rem; width:3rem; min-width:3rem; padding:0.5rem; position:absolute; z-index:1000; }
.works_area button.slick-prev { background: #6b8 url(../img/i_arrow_lw.svg) center center /0.75rem no-repeat; left:-1.5rem; top:clamp(2.5rem,6vw,4rem); }
.works_area button.slick-next { background: #6b8 url(../img/i_arrow_rw.svg) center center /0.75rem no-repeat; right:-1.5rem; top:clamp(2.5rem,6vw,4rem); }
.works_area .photo { overflow: hidden; margin-bottom:0.5rem; }
.works_area .slick-slide .photo { aspect-ratio:3/2; position:relative; }
.works_area .slick-slide .photo img { width:100%; height:100%; object-fit:cover; }

ul.slick-dots { display:flex; justify-content:center; width:100%; margin-top:-1.5rem; }
ul.slick-dots li { opacity:0.7; padding:0.25rem; }
ul.slick-dots li button { min-width:0.5rem; width:0.75rem; height:0.75rem;border-radius: 1rem;overflow:hidden; padding:0; text-indent:-5rem; font-size:0.5rem; margin:0; border:none; background: #ddd; }
ul.slick-dots li.slick-active button { opacity:1; background: var(--orange); }


/* footer */
.footer { color:#fff; padding:clamp(2.5rem,8vw,5rem) 0; position: relative; }
.footer::after { content: ""; position: absolute; top:0; right:0; bottom:0; left:0; background:var(--gray); z-index:-10; }

.footer .logo { display:block; width:clamp(15vw,60vw,30rem); margin:0 auto clamp(1.5rem,5vw,3rem) auto; }
.footer .nav { display:flex; flex-flow:row wrap; justify-content: center; gap:clamp(1rem,3vw,2rem); font-family:var(--en); font-weight:700; color: #fff; margin-bottom:clamp(1.5rem,5vw,3rem); line-height: 1.5; }
.footer .nav a { color: #fff; font-size: clamp(1rem,2.4vw,1.25rem); text-decoration: none; }
.footer .nav span.ja { font-size: clamp(0.75rem,1.5vw,0.875rem); display: block; font-weight: 400; color:#ccc; }
.footer .address { text-align: center; margin-bottom:clamp(1.5rem,5vw,3rem); font-size: 0.875rem; }
.footer .more { max-width:clamp(12rem,30vw,20rem); margin: auto; font-size:1.25rem; }
.footer .tel strong { font-size: 1.25rem; }
.footer .tel a { color: #fff; }

.pagetop { position:fixed; bottom:-10rem; right:0; width: 3rem; font-size:0.875rem; height: 8.5rem; padding-top:0.75rem; border-radius: 1rem 0 0 0; text-decoration: none; writing-mode:vertical-rl; z-index: 2000; display: flex; flex-flow: column nowrap; justify-content: center; }
.pagetop::before { content:"TOP"; text-shadow:1px 1px 0 rgba(255,255,255,0.8); }
.pagetop::after { content:""; position:absolute; top:1.25rem; left:1.5rem; bottom:0; margin-top:2rem; border-right:1px solid rgba(0,34,51,1); box-shadow:1px 0 0 rgba(255,255,255,0.8); }
.pagetop:hover { opacity: 0.7; }



.w100 { width: 100%; margin-right:0 !important; margin-left:0 !important; }
.w99 { width: 99%; }
.w98 { width: 98%; }
.w97 { width: 97%; }
.w96 { width: 96%; }
.w95 { width: 95%; }
.w94 { width: 94%; }
.w93 { width: 93%; }
.w92 { width: 92%; }
.w91 { width: 91%; }
.w90 { width: 90%; }
.w89 { width: 89%; }
.w88 { width: 88%; }
.w87 { width: 87%; }
.w86 { width: 86%; }
.w85 { width: 85%; }
.w84 { width: 84%; }
.w83 { width: 83%; }
.w82 { width: 82%; }
.w81 { width: 81%; }
.w80 { width: 80%; }
.w79 { width: 79%; }
.w78 { width: 78%; }
.w77 { width: 77%; }
.w76 { width: 76%; }
.w75 { width: 75%; }
.w74 { width: 74%; }
.w73 { width: 73%; }
.w72 { width: 72%; }
.w71 { width: 71%; }
.w70 { width: 70%; }
.w69 { width: 69%; }
.w68 { width: 68%; }
.w67 { width: 67%; }
.w66 { width: 66%; }
.w65 { width: 65%; }
.w64 { width: 64%; }
.w63 { width: 63%; }
.w62 { width: 62%; }
.w61 { width: 61%; }
.w60 { width: 60%; }
.w59 { width: 59%; }
.w58 { width: 58%; }
.w57 { width: 57%; }
.w56 { width: 56%; }
.w55 { width: 55%; }
.w54 { width: 54%; }
.w53 { width: 53%; }
.w52 { width: 52%; }
.w51 { width: 51%; }
.w50 { width: 50%; }
.w49 { width: 49%; }
.w48 { width: 48%; }
.w47 { width: 47%; }
.w46 { width: 46%; }
.w45 { width: 45%; }
.w44 { width: 44%; }
.w43 { width: 43%; }
.w42 { width: 42%; }
.w41 { width: 41%; }
.w40 { width: 40%; }
.w39 { width: 39%; }
.w38 { width: 38%; }
.w37 { width: 37%; }
.w36 { width: 36%; }
.w35 { width: 35%; }
.w34 { width: 34%; }
.w33b { width: 33.33%; }
.w33 { width: 33%; }
.w32 { width: 32%; }
.w31 { width: 31%; }
.w30 { width: 30%; }
.w29 { width: 29%; }
.w28 { width: 28%; }
.w27 { width: 27%; }
.w26 { width: 26%; }
.w25 { width: 25%; }
.w24 { width: 24%; }
.w23 { width: 23%; }
.w22 { width: 22%; }
.w21 { width: 21%; }
.w20 { width: 20%; }
.w19 { width: 19%; }
.w18 { width: 18%; }
.w17 { width: 17%; }
.w16b { width: 16.66%; }
.w16 { width: 16%; }
.w15 { width: 15%; }
.w14 { width: 14%; }
.w13 { width: 13%; }
.w12 { width: 12%; }
.w11 { width: 11%; }
.w10 { width: 10%; }
.w9  { width: 9%; }
.w8  { width: 8%; }
.w7  { width: 7%; }
.w6  { width: 6%; }
.w5  { width: 5%; }
.w4  { width: 4%; }
.w3  { width: 3%; }
.w2  { width: 2%; }
.w1  { width: 1%; }



body.temp {background:url(../img/road_line01.svg) top center /100vw; }
body.temp .hero { padding:clamp(1.5rem,3vw,2rem) clamp(1.5rem,5vw,6rem); background:#333; color:#fff; height:40vw; max-height:30rem; display:flex; flex-flow:column nowrap; justify-content:center; margin-bottom:clamp(2rem,6vw,4rem); position:relative; line-height:1.2; }
body.temp .hero::after { content:""; background:linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 80%); position:absolute; top:0; right:0; bottom:0; left:0; /*background:rgba(0,0,0,0.2);*/ mix-blend-mode:multiply; }
body.temp .hero .cate_title { font-weight:700; margin-bottom:0; position:relative; z-index:10; }
body.temp .hero .page_title { position:relative; z-index:10; }
body.temp .hero .comment { position:relative; z-index:10; }
body.temp.company .hero { background:url(/wp-content/uploads/2026/02/P1093568b.webp) center center /cover no-repeat; }
body.temp.service .hero { background:url(/wp-content/uploads/2026/02/P1093523b.webp) center top 30% /cover no-repeat; }
body.temp.recruit .hero { background:url(/wp-content/uploads/2026/02/P1093253b.webp) center top 35% /cover no-repeat; }
body.temp.works .hero, body.temp.cat-works .hero { background:url(/wp-content/uploads/2026/02/P1093141b.webp) center top 55% /cover no-repeat; }
body.temp.contact .hero, body.temp.page-inquiry-thanks .hero { background:url(/wp-content/uploads/2026/02/P1093082b.webp) center top 45% /cover no-repeat; }



.q_box { color:var(--orange); display:flex; flex-flow:row nowrap; align-items:center; }
.q_box .q_num { display:inline-flex; align-items:center; justify-content:center; width:3rem; height:3rem; min-width:3rem; min-height:3rem; border-radius: 5rem; background:var(--orange); color:white; font-size:1.5rem; margin-right:0.75rem; margin-left:-0.5rem; position:relative; }
.q_box .q_num::after { content:""; position: absolute; margin: 0; bottom: 0.5rem; right: -0.4rem; width: 0; height: 0; border-top: 0.75rem solid var(--orange); border-left: 0.25rem solid transparent; border-right: 0.25rem solid transparent; transform: rotate(-72deg); z-index:-1; }
.q_box p { flex-grow:1; margin-bottom:0; }


body.contact .content, body.page-inquiry-thanks .content { /*max-width:45rem;*/ margin:auto; }
ul.kome { list-style: none; padding:0; }
ul.kome li { display: block; margin-left:1rem; }
ul.kome li::before { content:"※"; margin:0 0 0 -1rem; }


.navibar { z-index:100; margin:0 0 0.5rem 0; padding:0; width: 100%; }
.navibar ul { display:flex; flex-flow:row wrap; justify-content:flex-end; margin:0; padding:0; font-size:clamp(0.75rem, 1.5vw, 0.8125rem); line-height:1.5; }
.navibar ul li { list-style-type:none; padding:0; max-width:15rem; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-feature-settings:initial; }
.navibar ul li::before { content:"／"; margin:0.5rem 0.25rem; }
.navibar ul li:first-child::before { display:none; }
.navibar a { border:none !important; }
.navibar br { display:none; }
.navibar rt { display:none; }

.hero + .navibar { margin-top:clamp(-3.5rem,-5vw,-1.5rem); margin-bottom:clamp(1.5rem,5vw,3rem);}

.as1 { aspect-ratio:1; }
.as1 img { width:100%; height:100%; object-fit:cover; }

/*-- TABLE/ --*/
caption { text-align:left; margin-bottom:10px; }

table { border-collapse:collapse; width:100%; margin:0 0 2rem 0; }
table th, table td { padding:clamp(0.5rem, 2vw, 1.25rem) clamp(0.6rem, 2.4vw, 1.5rem); letter-spacing:0.05rem; line-height:1.6; }

.table01 { border-bottom:1px dashed rgba(51, 51, 51, 0.1); }
.table01 th, .table01 td { border-top:1px dashed rgba(0,0,0,0.1); }
.table01 thead th { }
.table01 th {text-align:left; }
.table01 td { }

.table02 { border-bottom:1px solid rgba(0,0,0,0.15); }
.table02 th, .table02 td { border-top:1px solid rgba(0,0,0,0.15); }
.table02 thead th, .table02 thead td, .deco-tb thead th, .deco-tb thead td { background:rgba(51,51,51,0.9); color:#fff; }
.table02 th { text-align:left; /*background:rgba(51,51,51,0.05);*/ vertical-align:top; font-weight:normal; }
.table02 td { }
.table02 th.tr, .table02 td.tr { width:auto; text-align: right;}

.table03 { background:rgba(255,255,255,0.6); border-spacing: 0; border-top:1px solid rgba(0,0,0,0.15); border-bottom:1px solid rgba(0,0,0,0.15); }
.table03 th, .table03 td { border-right:1px dashed rgba(0,0,0,0.07); border-bottom:1px solid rgba(0,0,0,0.2); vertical-align: top; }
.table03 thead th { background:rgba(51,51,51,0.8); border-right:1px dashed rgba(255,255,255,0.5); border-bottom:1px solid rgba(255,255,255,0.5); color:#fff; }
.table03 thead td { background:rgba(51,51,51,0.8); border-right:1px dashed rgba(255,255,255,0.5); border-bottom:1px solid rgba(255,255,255,0.5); color:#fff; }
.table03 tbody tr:last-of-type th, .table03 tbody tr:last-of-type td { border-bottom: none; }
.table03 tbody th { text-align:left; background:rgba(51,51,51,0.03); color:#333; border-right:none; }
.table03 tbody td { letter-spacing:normal; }
.table03 tbody tr td:last-of-type { border-right:none; }

.table03 th.vm, .table03 td.vm, .table03 tr.vm th, .table03 tr.vm td { vertical-align: middle; }

td ul { margin-top:0; padding-left:1.5rem; }
td p:last-of-type { margin-bottom:0; }
ul li::marker { color:var(--orange);}

/*-- FORM/ --*/
form { margin:0; padding:0; border:0; font-size:100%; vertical-align:middle; background:transparent; }
form label { vertical-align:middle; }

select, input, textarea, button { width:auto; max-width:100%; -webkit-appearance:none; vertical-align:middle; position:relative; line-height:1.5; font-size:clamp(1rem,1.8vw,1.2rem); margin:0 5px 0 0; padding:0.5rem 0.75rem; border:1px solid #777; box-shadow:none; z-index:0; box-sizing:border-box; /*border-radius: 0.25rem;*/ background: rgba(255,255,255,0.5); }
input[type="text"] { margin:0 0.25rem 0 0; }
input.long { width:100%; margin:0; position:relative; }
button, a.btn, input[type="button"], input[type="submit"]:not(.adminbar-button) { display:inline-block !important; vertical-align:middle; -webkit-appearance:none; overflow:visible; width:auto; min-width:9rem; line-height:1.6rem; letter-spacing:0.1rem; margin:0.5rem 0.25rem 0.5rem 0; color:#fff !important; position:relative; text-decoration:none; transition:all .2s; box-sizing:border-box; cursor:pointer; /*border-radius: 0.25rem;*/ padding:0.5rem 2rem; background:var(--black) url(../img/i_arrow_rw.svg) left 0.75rem center /1rem no-repeat;}
input::placeholder, textarea::placeholder { color:#777; }

button.b_back, a.btn.b_back, input[type="button"].back_button { background:#fff url(../img/i_arrow_l.svg) left 0.75rem center /1rem no-repeat !important; color:var(--black) !important; margin-top: 2rem; }
.b_back::after { content:""; position:absolute; display:inline-block; left:10px; top:18px; width:10px; height:10px; border-top:2px solid var(--black); border-right:2px solid var(--black); transform:rotate(45deg); box-sizing:border-box; }

button:hover, a.btn:hover, input[type="button"]:hover, input[type="submit"]:hover { text-decoration:none; filter: brightness(85%); color:#fff; }

button[disabled], a.btn[disabled], .button[disabled], input[type="button"][disabled], input[type="submit"][disabled],
button[disabled]:hover, a.btn[disabled]:hover, .button[disabled]:hover, input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover { background:#ddd; border:none; color:#fff; opacity:1.0; cursor:default; position:relative; }

a.btn { padding-right:2rem; position: relative; }
a.btn[target='_blank']::after { right:-0.5rem; background:url(../img/i_blank_w.svg) center bottom /100% no-repeat !important; }

button.mini, .button.mini { min-width:0; }
input:focus, select:focus, textarea:focus { outline:none; box-shadow:0 0 3px rgba(255,111,63,1); border:1px solid var(--orange);}

input.button { width:15rem; display:flex; align-items: center; justify-content:center; text-align: center; text-decoration:none; position: relative; white-space: nowrap; margin: 0 auto; padding:0.5rem 2rem; background:var(--orange) url("../img/arrow_rw.svg") right 0.75rem center /1.25rem no-repeat; color: #fff; border-radius:0.25rem; }
input.button:hover { background:var(--orange) url("../img/arrow_rw.svg") right 0.75rem center /40px no-repeat; }




/*-- Radio and Checkbox/ --*/
input[type="radio"], input[type="checkbox"] { margin:0 0.25rem 0 0; width:1.25rem; height:1.25rem; display:none; }
input[type="radio"] + span, input[type="checkbox"] + span { padding-left:1.5rem; position:relative; margin-right:1rem; display:inline-block; white-space:nowrap; min-height: 1.35rem; }
input[type="radio"] + span::before{ content:""; display:block; position:absolute; top:calc(50% - 0.6rem); left:0; width:1.2rem; height:1.2rem; border:1px solid var(--black); border-radius:50%; z-index:5; margin-right:0.25rem; box-sizing:border-box; }
input[type="radio"] + span::after{ content:""; display:block; position:absolute; top:calc(50% - 0.1rem);; left:0.5rem ; width:0.2rem; height:0.2rem; background:var(--orange); border-radius:50%; z-index:10; transition:0.25s; opacity:0; }
input[type="radio"]:checked + span, input[type="checkbox"]:checked + span { color:var(--orange); }
input[type="radio"]:checked + span::before { border:1px solid var(--orange); }
input[type="radio"]:checked + span::after{ content:""; display:block; position:absolute; top:calc(50% - 0.4rem); left:calc(0.25rem - 1px); width:0.8rem; height:0.8rem; background:var(--orange); border-radius:50%; z-index:10; transition:0.25s; opacity:1; }
input[type="checkbox"] + span::before { content:""; display:block; position:absolute; top:calc(50% - 0.6rem); left:0; width:1.2rem; height:1.2rem; border:1px solid #777; border-radius:0.25rem; margin-right:0.25rem; box-sizing:border-box; }
input[type="checkbox"]:checked + span::after { content:""; display:block; position:absolute; top:calc(50% - 0.9rem); left:0.5rem; width:0.5rem; height:1.2rem; transform:rotate(40deg); border-bottom:2px solid var(--orange); border-right:2px solid var(--orange); box-sizing:border-box; }

input[type="checkbox"] + span:empty { margin: 0; padding: 0; }

button.i_delete { min-width:0 !important; }
button.i_delete::before { display:none; }

/*-- SELECT/ --*/
select { -webkit-appearance:none; -moz-appearance:none; position:relative; z-index:auto !important; text-align:left; background: rgba(255,255,255,0.5) url(../img/i_pulldown.svg) right center /24px no-repeat; border:1px solid #777; padding:0.25rem 2rem 0.25rem 0.5rem; margin:0 2px 0 0; box-sizing:border-box; display:none; display:inline-block; border-radius: 0.25rem; color:var(--black);}
select:disabled, select.disabled { border:1px solid rgba(0,0,0,0.2); color:rgba(0,0,0,0.2); color:silver; background:none; z-index:auto; }

/*.error, .required, .alert { color:#c35; }*/
div.error { background:rgba(238,102,102, 0.1); padding:0 0.5rem; margin:0; color:#c35; }
span.error { background:rgba(238,102,102, 0.1); padding:0 0.5rem; color:#c35; display:block; }

td.error input[type="text"], 
td.error textarea,
td.error select,
td.error label { border:1px solid #c35; color:var(--black); border-radius: 0.25rem; }
td.error label { padding: 0.25rem; }

td.error input:focus, td.error select:focus, td.error textarea:focus { outline:none; box-shadow:0 0 3px rgba(238,102,102, 1); border:1px solid #c35;}

.example { color:#777; white-space:nowrap; }


.hissu { display: inline-block; background:#c35; color:#fff; font-size:0.7rem; padding:0.1rem 0.25rem; vertical-align: middle; position: relative; margin:-0.1rem 0.25rem 0.25rem 0; /*border-radius: 0.25rem;*/ line-height:1.5; }
.hissu::before { content:"必須";}
.ninni {display: inline-block; background:rgba(34,34,34,0.3); color:#fff; font-size:0.7rem; padding:0.1rem 0.25rem; vertical-align: middle; position: relative; margin:-0.1rem 0.25rem 0.25rem 0; /*border-radius: 0.25rem;*/ line-height:1.5; }
.ninni::before { content:"任意";}

.confirm_area .Form-Item p { border-bottom:1px solid #777; }
.confirm_area .Form-Item p span[class^='confirm_'] { font-size:clamp(1rem,1.8vw,1.2rem); }

.notice { background:rgba(255,150,0,0.1); padding: 1rem 1.5rem; }
.notice.red_box { background: rgba(204,51,85,0.05);}
.bg01 .notice { background: #fff; box-shadow:0 1rem 0.5rem -0.75rem rgba(34,34,34,0.05); }
.bg01 .grade { text-shadow: 0 0.5rem 0.5rem rgba(34,34,34,0.05);}




/*メッセージ*/
.msg_box { align-items: flex-end; margin-bottom:1rem; }
.msg_box .photo { aspect-ratio:1; overflow:hidden; }
.msg_box .photo img { width:100%; height:100%; object-fit:cover; /*transform:scale(1.1);*/ }
.msg_box .text { padding-top:0.75rem; line-height:1.5;}
.msg_box .name { background:var(--black); mask:url(../img/name00.svg) center center /cover no-repeat;  aspect-ratio:32/9; width:clamp(10rem,18vw,13rem); }

.w75 .msg_box { aspect-ratio:2/1; display:flex; align-items:center; background:url(/wp-content/uploads/2026/02/P1093013.webp) center top 20% /110% no-repeat; padding:clamp(1.5rem,5vw,3rem); }
.w75 .msg_box .text { padding-top:0.75rem; line-height:1.5; color:#fff; filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3)); }
.w75 .msg_box .name { background:#fff; mask:url(../img/name00.svg) center center /cover no-repeat; aspect-ratio:32/9; width:clamp(10.5rem,30vw,20rem); }
.w75 .msg_box .name_en { margin-top:clamp(-1.25rem,-2vw,-0.75rem);}

ul.disc { list-style: disc; padding-left: 1rem; }



/*流れ*/
ul.flow_box {}
ul.flow_box > li { display: flex; flex-flow: row wrap; align-items: flex-start; position: relative; padding:0.1rem 0 clamp(0.5rem,1.6vw,1rem) 1.75rem ; padding-bottom:; }
ul.flow_box > li::after { content: ""; height:100%; position: absolute; left:calc(0.625rem - 2px); top:0.5rem; border-left: 4px dotted rgba(51,51,51,0.2); z-index: 1; }
ul.flow_box > li h4 { }
ul.flow_box > li::before { content: ""; width: 1.25rem; height: 1.25rem; position: absolute; left:0; top:0.4rem; border-radius: 4rem; background:var(--orange); z-index: 10; }
ul.flow_box > li .w70, ul.flow_box > li .w75, ul.flow_box > li .w80 { padding-bottom:clamp(1rem,3vw,2rem); border-bottom:1px dashed #ccc; }
ul.flow_box > li:last-of-type::after { display: none; }



.index_box a[href*='.pdf'] .title::after, 
a[href*='.pdf']::after, 
.index_box ul li a[href*='.pdf']::after { content:"PDF" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#e55; font-weight:bold; background:#fff !important; margin:0 0.25rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); vertical-align:middle; }

.index_box a[href*='.pdf']::after { display:none !important; }

.index_box a[href*='.xls'] .title::after, 
.index_box a[href*='.xlsx'] .title::after, 
a[href*='.xls']::after, 
a[href*='.xlsx']::after, 
.index_box ul li a[href*='.xls']::after, 
.index_box ul li a[href*='.xlsx']::after { content:"Excel" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#7da52b; font-weight:bold; background:#fff !important; margin:0 0.25rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); }

.index_box a[href*='.xls']::after,
.index_box a[href*='.xlsx']::after { display:none !important; }

.index_box a[href*='.doc'] .title::after, 
.index_box a[href*='.docx'] .title::after, 
a[href*='.doc']::after, 
a[href*='.docx']::after, 
.index_box ul li a[href*='.doc']::after, 
.index_box ul li a[href*='.docx']::after { content:"Word" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#7b8d42; font-weight:bold; background:#fff !important; margin:0 0.5rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); }

.index_box a[href*='.doc']::after,
.index_box a[href*='.docx']::after { display:none !important; }

.index_box a[href*='.pdf'] .title::after,
.index_box a[href*='.xls'] .title::after, 
.index_box a[href*='.docx'] .title::after { /*top:0.5rem;*/ }

.news_box ul li a[href*='.pdf']::after,
.news_box ul li a[href*='.xlsx']::after,
.news_box ul li a[href*='.docx']::after { position: absolute; top:0.35rem; right:0; }

.b_box a[target="_blank"]::after, .b_box a[href$=".pdf"]::after, .b_box a[href$=".docx"]::after { display:none !important; }


/* WP */
#wpadminbar { position:fixed !important; }




@media print, screen and (max-width:782px) { 
body.logged-in .header { top:46px;}
}



/* SP */
@media print, screen and (max-width:767px) { 
br.sp_no, img.sp_no { display: none; }
br.pc_no { display: inline; }
img.pc_no { display:block; }

.road_line.sp_line { top:80vw; height:800vw;}
.pc_line { display:none; }
.sp_line { display:block; }

/* hero */
body.top .hero { height:100vw; min-height:50vw; position:relative; margin-top:clamp(-6rem,-10vw,-4rem); }
body.top .hero .hero_video { height:100vw; }
body.top .hero .hero_video video { width:100%; height:100%; object-fit:cover; }

body.temp {background:url(../img/road_line01_sp.svg) top center /cover; }
body.temp .hero { height:40vw;}
body.temp.service .hero { background:url(/wp-content/uploads/2026/02/P1093523b.webp) left top 35% /120% no-repeat; }
body.temp.works .hero, body.temp.cat-works .hero { background:url(/wp-content/uploads/2026/02/P1093141b.webp) left top 55% /120% no-repeat; }
body.temp .hero::after { background:linear-gradient(to right, rgba(0,0,0,0.15) 20%,rgba(0,0,0,0) 100%); }

.service_area .service01 .photo { width: 100%; margin:0 0 clamp(-6rem,-9.6vw,-3rem) 0;  }
.ellipse_text text { fill:#fff; }
.service_area .service02 .photo, .service_area .service03 .photo { width: 100%; margin:0 0 clamp(-4rem,-6.4vw,-1.65rem) 0;  }

.service_area .service01 h3, .service_area .service01 .text,
.service_area .service02 h3, .service_area .service02 .text,
.service_area .service03 h3, .service_area .service03 .text { align-items: center; text-align: center; }


.instagram { display:flex; flex-flow:row wrap; gap:0.5rem; }
.instagram .photo { aspect-ratio:1; width: calc((100% - 0.5rem*1)/2)}

/* PHOTO */
.section.photo_area { aspect-ratio:1; }
.parallax-img { }

.recruit_area .index_box:nth-of-type(2n-1) .photo { width:60%; margin-right:-10vw; margin-left:0; }
.recruit_area .index_box:nth-of-type(2n) .photo { width:60%; margin-left:-10vw; margin-right:0; }
.recruit_area .more.b_recruit { max-width:8rem;}
.recruit_area .more.b_recruit::after { right:-2rem;}
.recruit_area h3.en { margin-left:-1rem;}

body.recruit .wide .photo { width:55%;}
body.recruit .wide .text { width:45%;}
.wide.staff01 div.name_sign, .wide.staff03 div.name_sign { margin-left:0; }

.works_area .index_box, body.works .index_box { width:calc((100% - clamp(1.5rem,5vw,3rem)*1)/2); }

.footer .nav { display: none; }
.footer .address {  margin-bottom:0; }
.footer .more { display: none; }


.resp100 { width:100%; }
.resp95 { width:95%; }
.resp90 { width:90%; }
.resp85 { width:85%; }
.resp80 { width:80%; }
.resp75 { width:75%; }
.resp70 { width:70%; }
.resp65 { width:65%; }
.resp60 { width:60%; }
.resp55 { width:55%; }
.resp50 { width:50% !important; }
.resp48 { width:48% !important; }
.resp49 { width:49% !important; }
.resp45 { width:45%; }
.resp40 { width:40%; }
.resp35 { width:35%; }
.resp30 { width:30%; }
.resp25 { width:25%; }
.resp20 { width:20%; }
.resp15 { width:15%; }
.resp10 { width:10%; }
.resp05 { width:5%; }
.index_box.sdgs { width:100%; }
.resp_no { display: none; }
.resp_ma { margin: auto; }
.resp_tc { text-align: center; }
}




@media print {
.hm { display:none !important; }
.hero { height:70vw; }
.hero_video { height:70vw; }
.road_line, .road_line02, .road_line03 { display:none; }
.section.dark { background:var(--gray);}

.fadein, .fadeinUp, .fadeinUp_once, .fadeinDown, .fadeinDown_once, .fadeinLeft, .fadeinRight {  opacity : 1; transform : translate(0, 0); }
.photo_area { display:none;}
.clip-path01 { overflow:visible; }
.pagetop { display:none;}
.mean-container a.meanmenu-reveal { position:absolute; }
.section h2 { color:var(--orange);}
}