/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2025 | 04:50:31 */
body.respNav {
	height: 100vh;
	overflow: hidden;
}
@media screen and (max-width: 900px) {
    #firstView article header h2 img {
        z-index: 10;
        position: absolute;
        width: 80%;
        height: auto;
        margin: auto 0;
        top: 0;
        bottom: 0;
        left: 24px;
    }
	#firstView #bkgBox img {
		aspect-ratio: 4 / 3;
		object-fit:  cover;
	}
}
body#categories {
	background: url(/assets/img/bod_bkg.svg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.sectionBox {
	padding: 8em 1em;
}

.sectionBox article {}
.sectionBox article header {}
.sectionBox article header h2 {}
.sectionBox article header h2 em {}
.sectionBox article {}


.sectionBox.fullcol {}
.sectionBox.fullcol {}
.sectionBox.fullcol {}
.sectionBox.fullcol {}
.sectionBox.fullcol {}

/*.mobileNav */
@media screen and (min-width:901px) {
	#mobileNav {
		display: none !important;
	}
	#globalNav hgroup {
		display: none;
	}
}
@media screen and (max-width:900px) {
	#mobileNav {
		display: none;
		flex-direction: column;
		width: 100%;
		height: calc(100vh - 100px);
		position: absolute;
		z-index: 100;
		top: 100px;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		border-top: 1px solid #ccc;
		padding: 20vw;
		justify-content: center;
		align-items: center;
	}
	#mobileNav nav {
		width: 100% !important;
		margin-bottom: 24px;
	}
	#mobileNav nav h3 {
		font-size: 18px;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
	}
	#mobileNav nav:nth-of-type(1) h3 {color: #88AF32;}
	#mobileNav nav:nth-of-type(2) h3 {color: #3098A7;}
	#mobileNav nav:nth-of-type(3) h3 {color: #D89427;}
	#mobileNav nav:nth-of-type(4) h3 {color: #E2535E;}

	#mobileNav nav ul {}
	#mobileNav nav ul li {
		border-bottom: 1px dotted #ccc; 
	}
	#mobileNav nav ul li a {
		display: block;
		padding: 6px;
		}
	#mobileNav nav ul li a:hover {}
	}

body.project #pageHead article header h2 em {color:#BFED58;}
body.vision #pageHead article header h2 em{color:#BFED58;}
body.company #pageHead article header h2 em {color:#BFED58;}
body.recruitinfo #pageHead article header h2 em {color:#69DFF0;}



body.project  ul#mainNav li:nth-of-type(1) a::before,
body.vision  ul#mainNav li:nth-of-type(1) a::before,
body.company  ul#mainNav li:nth-of-type(1) a::before {top: -8px;left: -4px;}
body.recruitinfo ul#mainNav li:nth-of-type(2) a::before {top: -8px;}
body.single-jobs ul#mainNav li:nth-of-type(3) a::before,
body.jobs ul#mainNav li:nth-of-type(3) a::before {top: -9px;left: -4px;}
body.entry-thx ul#mainNav li:nth-of-type(4) a::before,
body.entry-con ul#mainNav li:nth-of-type(4) a::before,
body.entry ul#mainNav li:nth-of-type(4) a::before {top: -9px;left: 2px;}

body.project  ul#mainNav li:nth-of-type(1) a em,
body.vision  ul#mainNav li:nth-of-type(1) a em,
body.company  ul#mainNav li:nth-of-type(1) a em,
body.recruitinfo ul#mainNav li:nth-of-type(2) a em,
body.single-jobs ul#mainNav li:nth-of-type(3) a em,
body.jobs ul#mainNav li:nth-of-type(3) a em,
body.entry-thx ul#mainNav li:nth-of-type(4) a em,
body.entry-con ul#mainNav li:nth-of-type(4) a em,
body.entry ul#mainNav li:nth-of-type(4) a em,
body.project  ul#mainNav li:nth-of-type(1) a,
body.vision  ul#mainNav li:nth-of-type(1) a,
body.company  ul#mainNav li:nth-of-type(1) a,
body.recruitinfo ul#mainNav li:nth-of-type(2) a,
body.single-jobs ul#mainNav li:nth-of-type(3) a,
body.jobs ul#mainNav li:nth-of-type(3) a,
body.entry-thx ul#mainNav li:nth-of-type(4) a,
body.entry-con ul#mainNav li:nth-of-type(4) a,
body.entry ul#mainNav li:nth-of-type(4) a {color: #fff !important;}

#breadcrumbs {
	border-top: 1px solid #ccc;
}



body#home #jobs article > div.jobsBox div a figure {
  margin-bottom: 16px;
	overflow: hidden;
}
body#home #jobs article > div.jobsBox div a figure img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
	transition: all .2s;
}
body#home #jobs article > div.jobsBox div a:hover figure img {
	transform: scale(1.05);
}
body#home #jobs article > div.jobsBox div a p {
  display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;             /* 最大行数を2行に設定 */
}
body#home #jobs article > div.jobsBox div a em + p {
	min-height: 50px;
}

/* -- recruitinfo -- */

body#categories.recruitinfo #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body.recruitinfo #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
}
body.recruitinfo .sectionBox article header hgroup {
	margin-bottom: 20px;
}
body.recruitinfo .sectionBox article header h2 {
	position: relative;
    width: fit-content;
    margin-left: 0 !important;
    margin-top: -16px;
    padding-top: 16px;
    padding-right: 32px;
}
body.recruitinfo .sectionBox article header h2::after {
	position: absolute;
	opacity: 0;
	top: -12px;
	right: -6px;
	transition: all .5s;
	content: '';
	background: url(/assets/img/ico_ceer.svg) no-repeat 0 0;
	background-size: 24px;
	width: 24px;
	height: 24px;
}
body.recruitinfo .sectionBox article header h2.is-active::after {
	opacity: 1;
	top: 0;
	right: 0;
	
}

body.recruitinfo .sectionBox article header h2 em {}
body.recruitinfo .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #3098A7;
	margin-bottom: 4px;
}
body.recruitinfo .sectionBox article {}



body.recruitinfo .sectionBox#place article header,
body.recruitinfo .sectionBox#person article header,
body.recruitinfo .sectionBox#process article header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 32px;
}
body.recruitinfo .sectionBox#place article header hgroup,
body.recruitinfo .sectionBox#person article header hgroup,
body.recruitinfo .sectionBox#process article header hgroup {
	padding-right: 32px;
	border-right: 1px solid #ccc;
}
body.recruitinfo .sectionBox#place article header hgroup h2,
body.recruitinfo .sectionBox#person article header hgroup h2,
body.recruitinfo .sectionBox#process article header hgroup h2 {
	margin-bottom: 0 !important
}
body.recruitinfo .sectionBox#place article header hgroup + p,
body.recruitinfo .sectionBox#person article header hgroup + p,
body.recruitinfo .sectionBox#process article header hgroup + p {
	margin-bottom: 0 !important
}
body.recruitinfo .sectionBox.row {}
body.recruitinfo .sectionBox.row article {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body.recruitinfo .sectionBox.row article header {
	flex-shrink: 0;
	width: 30vw;
}
body.recruitinfo .sectionBox.row article > div {
	flex: 1;
}

@media screen and (max-width:900px) {
body#categories.recruitinfo #globalBody .sectionBox {
	padding: 0 !important;
}
}


.sectionBox article div.gallerysBox  {
	position: relative;
	
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 48px;
}
.sectionBox article div.gallerysBox  figure {
	flex-shrink: 0;
	width: 25%;
	position: relative;
	z-index: 0;
	transition: all .2s;
}
.sectionBox article div.gallerysBox  figure img {
	position: relative;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	padding: .7vw;
	border: 1px solid #ccc;
	background: #fff;
	transition: all .2s;
	z-index: 0;
}
.sectionBox article div.gallerysBox figure:nth-child(2n) img {
	margin-top: -16px;
	transform:rotate(30deg);
}
.sectionBox article div.gallerysBox figure:nth-of-type(1) img,
.sectionBox article div.gallerysBox figure:nth-of-type(8) img {
  transform:rotate(5deg);
}
.sectionBox article div.gallerysBox figure:nth-of-type(2) img,
.sectionBox article div.gallerysBox figure:nth-of-type(7) img {
  transform:rotate(2deg);
}
.sectionBox article div.gallerysBox figure:nth-of-type(3) img,
.sectionBox article div.gallerysBox figure:nth-of-type(6) img {
  transform:rotate(-3deg);
}
.sectionBox article div.gallerysBox figure:nth-of-type(4) img,
.sectionBox article div.gallerysBox figure:nth-of-type(5) img {
  transform:rotate(0deg);
}

.sectionBox article div.gallerysBox  figure:hover {
	position: relative;
	z-index: 20 !important;
}

.sectionBox article div.gallerysBox  figure img:hover {
  transform:rotate(0deg) scale(1.2) !important;
}

.sectionBox article .personBox {
	display: flex;
	justify-content: flex-start;
	gap: 0;
}
.sectionBox article .personBox .person {
	flex-shrink: 0;
	width: 33.33%;
	padding: 12px;
}
.sectionBox article .personBox .person:nth-child(2){
	margin-top: 32px;
}
.sectionBox article .personBox .person:nth-child(3){
	margin-top: 64px;
}
.sectionBox article .personBox .person p {
	margin-bottom: 8px;
}
.sectionBox article .personBox .person p em  {
	display: block;
	padding: 6px 12px;
	line-height: 1.0;
	background: #88AF32;
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #ffff;
	border-radius: 2em;
}
.sectionBox article .personBox .person figure {
	margin-bottom: 12px;
}
.sectionBox article .personBox .person p:nth-of-type(1) {
	font-size: 14px;
	font-weight: 600;
	color: #3098A7;
	margin-bottom: 0px;
}
.sectionBox article .personBox .person p:nth-of-type(2) {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sectionBox article .personBox .person:nth-of-type(1) p:nth-of-type(2) em {
	background: #E2535E;
	color: #fff;
}
.sectionBox article .personBox .person p:nth-of-type(3) {
	min-height: 56px;
}
.sectionBox article .personBox .person p.button a {
	display: block;
	padding: 12px 16px;
	background: #3098A7 url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 16px;
	font-size: 14px;
	color: #fff;
}
.sectionBox article .personBox .person p.button a:hover {
	filter: brightness(1.1);
	background: #3098A7 url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
}
.sectionBox article .personBox .person p {}
.sectionBox article .personBox .person p {}
.sectionBox article .personBox {}

.sectionBox#personality {
	background: rgba(244,237,242,.5) !important;
}
.sectionBox#personality .personalityBox {}
.sectionBox#personality .personalityBox > div {
	position: relative;
	border-radius: 8px;
	background: #fff;
	padding: 16px;
	margin-bottom : 24px;
	margin-left: 58px !important;
	padding: 16px 20px 16px 32px;
}
.sectionBox#personality .personalityBox > div h3 {
	font-size: 24px;
	margin-bottom: 8px !important;
}
.sectionBox#personality .personalityBox > div p {
	margin-bottom: 0 !important;
}
.sectionBox#personality .personalityBox > div::before {
	position: absolute;
	content: '';
	top: -8px;
	left: -70px;
	bottom: 0;
	width: 100px;
	height: 81.76px;
    border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
.sectionBox#personality .personalityBox > div:nth-of-type(1) {}
.sectionBox#personality .personalityBox > div:nth-of-type(2) {}
.sectionBox#personality .personalityBox > div:nth-of-type(3) {}
.sectionBox#personality .personalityBox > div:nth-of-type(1) h3 {color:#3098A7}
.sectionBox#personality .personalityBox > div:nth-of-type(2) h3 {color:#88AF32}
.sectionBox#personality .personalityBox > div:nth-of-type(3) h3 {color:#E2535E}
.sectionBox#personality .personalityBox > div:nth-of-type(1)::before {background: url(/assets/img/psl_01.svg) no-repeat 0 0;background-size: 100px;content:'';}
.sectionBox#personality .personalityBox > div:nth-of-type(2)::before {background: url(/assets/img/psl_02.svg) no-repeat 0 0;background-size: 100px;content:'';}
.sectionBox#personality .personalityBox > div:nth-of-type(3)::before {background: url(/assets/img/psl_03.svg) no-repeat 0 2px;background-size: 100px;content:'';}




.sectionBox#style {}
.sectionBox#workstyl article {}
.sectionBox#style article header {}
.sectionBox#style article > div.styleSet {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 16px;
}
.sectionBox#style article > div.styleSet .styleBox {
	flex-shrink: 0;
	width: calc(50% - 8px);
	border: 8px solid #eee;
	border-radius: 8px;
	background: #fff !important;
}
.sectionBox#style article > div.styleSet .styleBox figure {
	padding: 16px;
	margin: -8px -8px 0 -8px !important;
	text-align: center;
	border: 8px solid #ccc;
	border-bottom: none;
    border-radius: 8px 8px 0px 0px;
	background: #fff !important;
}
.sectionBox#style article > div.styleSet .styleBox figure figcaption {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0 !important;
}
.sectionBox#style article > div.styleSet .styleBox figure img {
	height: 60px !important;
}
.sectionBox#style article > div.styleSet .styleBox p {
	padding: 16px;
	font-size: 14px;
	margin: 0 !important;
}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(1) {}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(2) {}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(3) {}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(4) {}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(1) figcaption {color: #88AF32;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(2) figcaption {color: #3098A7;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(3) figcaption {color: #D89427;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(4) figcaption {color: #E2535E;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(1) figure {border-color: #88AF32;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(2) figure {border-color: #3098A7;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(3) figure {border-color: #D89427;}
.sectionBox#style article > div.styleSet .styleBox:nth-of-type(4) figure {border-color: #E2535E;}


.sectionBox#style {}
.sectionBox#workstyl article {}
.sectionBox#style article header {}
.sectionBox#style article > div.styleSet {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 16px;
}
.sectionBox#style article > div.styleSet .styleBox {
	flex-shrink: 0;
	width: calc(50% - 8px);
	border: 8px solid #eee;
	border-radius: 8px;
}

@media screen and (min-width:1500px) {
	
.sectionBox#style article > div.styleSet .styleBox {
	flex-shrink: 0;
	width: calc(25% - (48px / 3));
	border: 8px solid #eee;
	border-radius: 8px;
}
}

.sectionBox#support {
	background: rgba(244,237,242,.5) !important;
}
.sectionBox#support article {}
.sectionBox#support article header {}
.sectionBox#support article > div {}
.sectionBox#support article > div h3 {
	font-size: 20px;
	font-weight: 500;
	color: #3098A7;
}
.sectionBox#support article > div ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	border-radius: 12px;
	background: #fff;
	padding: 24px;
}
.sectionBox#support article > div ul li {
	border: 1px solid #ddd;
	background: #666;
	color: #fff;
	border-radius: 4px;
	padding: 3px 6px;
	font-size: 14px;
}



.sectionBox#process article > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}
.sectionBox#process article > div figure {
	flex-shrink: 0;
	width: calc(25% - (72px / 3));
}





@media screen and (max-width:900px) {
body.recruitinfo .sectionBox.row article {
	display: block;
}
body.recruitinfo .sectionBox.row article header {
    margin-left: 0 !important;
    margin-right: 0 !important;
	width: 90%;
}
body.recruitinfo .sectionBox#place article header,
body.recruitinfo .sectionBox#person article header,
body.recruitinfo .sectionBox#process article header {
	display: block;
}
body.recruitinfo .sectionBox#place article header hgroup,
body.recruitinfo .sectionBox#person article header hgroup,
body.recruitinfo .sectionBox#process article header hgroup {
	padding-right: 0;
	border-right: none;
}
body.recruitinfo .sectionBox#place article header hgroup h2,
body.recruitinfo .sectionBox#person article header hgroup h2,
body.recruitinfo .sectionBox#process article header hgroup h2,
body.recruitinfo .sectionBox#place article header hgroup + p,
body.recruitinfo .sectionBox#person article header hgroup + p,
body.recruitinfo .sectionBox#process article header hgroup + p {
	margin-bottom: 24px !important
}
.sectionBox article .personBox {
	display: block;
	padding-bottom: 32px !important;
}
.sectionBox article .personBox .person {
	display: block;
	margin-bottom: 32px !important;
}
.sectionBox article .personBox .person {
	display: block;
	margin-bottom: 32px !important;
}
.sectionBox article .personBox .person p:nth-of-type(3) {
	min-height: auto;
}
.sectionBox article .personBox .person {
	width: 90%;
}
.sectionBox#workstyle article > div.styleSet {
	display: block;
}
.sectionBox#workstyle article > div.styleSet .styleBox {
	width: 90%;
	margin-bottom: 24px;
}
.sectionBox#process article > div figure {
	flex-shrink: 0;
	width: calc(50% - (24px / 2));
}
}


/* -- recruitinfo -- */

body#categories.recruitinfo #breadcrumbs .bchome,
body#categories.recruitinfo #breadcrumbs li:last-child a { fill:#3098A7;color: #3098A7; }


/* -- jobs -- */


body#categories.jobs #pageHead {
	display: none;
}
body#categories.jobs #breadcrumbs {
	border-top: 1px solid #ddd;
}
body#categories.jobs #breadcrumbs .bchome,
body#categories.jobs #breadcrumbs li:last-child a { fill:#D89427;color: #D89427; }

body#categories.jobs #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.jobs #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.jobs #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.jobs #globalBody .sectionBox article > div {
	flex: 1;
}


body#categories.jobs #globalBody .sectionBox article header hgroup {}
body#categories.jobs #globalBody .sectionBox article header h2 {}
body#categories.jobs #globalBody .sectionBox article header h2 em {}
body#categories.jobs #globalBody .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #D89427;
	margin-bottom: 4px;
}
body#categories.jobs #globalBody .sectionBox article .jobSet {}

body#categories.jobs #globalBody .sectionBox article .jobSet {}
body#categories.jobs #globalBody .sectionBox article .jobSet .job {
	border: 1px dashed #ccc !important;
	background: #fff;
	padding: 20px;
	width: 100%;
	margin: 0 !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	border-radius: 8px;
	margin-bottom: 12px !important;
	
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job figure {
	flex-shrink: 0;
	width: 220px;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div {
	flex: 1;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div h3 {
	margin-bottom: 12px;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div ul li {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px 12px;
	font-size: 13px;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div ul li:first-child {
	background: #88AF32;
	color: #fff;
	border: none;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div ul li {}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div ul + p {
	margin-bottom: 16px;
	font-weight: 600;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div p.button {
	margin: 0;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div p.button a {
	display: block;
	padding: 8px 16px;
	background: #D89427 url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 20px;
	color: #fff;
	transition: all .18s;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div p.button a:hover {
	padding: 8px 16px 8px 20px;
	background: #D89427 url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 20px;
	filter: brightness(1.1);
}


@media screen and (max-width:900px) {
body#categories.jobs #globalBody .sectionBox article {
	display: block !important;
}
body#categories.jobs #globalBody .sectionBox article header {
	width: 100% !important;
}
body#categories.jobs #globalBody .sectionBox article > div {
	width: 100% !important;
}
	
}

@media screen and (max-width:640px) {
body#categories.jobs #globalBody .sectionBox article .jobSet .job {
	display: block;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job figure {
	width: 100%;
}
body#categories.jobs #globalBody .sectionBox article .jobSet .job div {
	width: 100%;
}
	
}

/* -- entry -- */


body#categories.entry #pageHead {
	display: none;
}
body#categories.entry #contactBox,
body#categories.entry-con #contactBox,
body#categories.entry-thx #contactBox {
	display: none;
}
body#categories.entry #globalFooter,
body#categories.entry-con #globalFooter,
body#categories.entry-thx #globalFooter {
	border-top: 1px solid #ccc;
}
body#categories.entry #breadcrumbs {
	border-top: 1px solid #ddd;
}
body#categories.entry #breadcrumbs .bchome,
body#categories.entry #breadcrumbs li:last-child a { fill:#E2535E;color: #E2535E; }

body#categories.entry #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.entry #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.entry #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.entry #globalBody .sectionBox article > div {
	flex: 1;
}

@media screen and (max-width:900px) {
body#categories.entry #globalBody .sectionBox article {
	display: block !important;
}
body#categories.entry #globalBody .sectionBox article header {
	width: 100% !important;
}
body#categories.entry #globalBody .sectionBox article > div {
	width: 100% !important;
}
	
}

	
body#categories.entry #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.entry #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.entry #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.entry #globalBody .sectionBox article > div {
	flex: 1;
}
}


body#categories.entry #globalBody .sectionBox article header hgroup {}
body#categories.entry #globalBody .sectionBox article header h2 {}
body#categories.entry #globalBody .sectionBox article header h2 em {}
body#categories.entry #globalBody .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #E2535E;
	margin-bottom: 4px;
}
body#categories.entry #globalBody .sectionBox article header p a {
	color: #E2535E;
	text-decoration: underline;
}

body#categories #globalBody .sectionBox.entry header ul {}
body#categories #globalBody .sectionBox.entry header ul li {
	margin-bottom: 8px;
}
body#categories #globalBody .sectionBox.entry header ul li a {
	display: block;
	padding: 12px 16px;
	color: #fff;
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 16px;
}
body#categories #globalBody .sectionBox.entry header ul li a:hover {
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
	filter: brightness(1.1);
}
body#categories #globalBody .sectionBox.entry header ul {}



body#categories.entry #globalBody .sectionBox article > div {
	padding: 0
	border-radius: 12px;
}
body#categories.entry #globalBody .sectionBox article > div #formBox {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 36px;
}
body#categories.entry #globalBody .sectionBox article > div #formBox h3 {
	font: 600 20px/1.3 'Outfit', 'Noto Sans JP', sans-serif;
	color: #D89427;
	border-bottom: 1px solid #ccc;
	flex-shrink: 0;
	width:  100%;
	
}
body#categories.entry #globalBody .sectionBox article > div #formBox h3 strong {
	display: inline-block;
	border-bottom: 1px solid #D89427;
	padding: 4px 8px;
}
body#categories.entry #globalBody .sectionBox article > div #formBox > label {
	display: block;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 24px;
}
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > input,
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > select,
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > radio {
	min-height: 48px;
	width: 100%;
	border-radius: 6px;
	border: none;
	background: #EFF0F2;
	padding: 0 16px;
}

body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > textarea {
	min-height: 48px;
	width: 100%;
	border-radius: 6px;
	border: none;
	background: #EFF0F2;
	padding: 16px;
	height: 120px;
}

body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > input:focus ,
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > select:focus ,
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > radio:focus,
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > textarea:focus {
	background: #fff !important;
}

body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > input:not(:placeholder-shown),
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > selec:not(:placeholder-shown),
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > radio:not(:placeholder-shown),
body#categories.entry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > textarea:not(:placeholder-shown) {
	border: 1px solid #ccc;
	background: #fff !important;
}

body#categories.entry #globalBody .sectionBox article > div #formBox > label strong {
	color: #999;
	font-size: 14px;
}
body#categories.entry #globalBody .sectionBox article > div #formBox > label strong::after {
	display: inline-block;
	width: fit-content;
	font-size: 11px;
	line-height: 1.0;
	margin-left: 12px;
	padding: 2px 5px;
	content: '任意';
	background: #3098A7;
	color: #fff;
}
body#categories.entry #globalBody .sectionBox article > div #formBox > label.must strong::after {
	display: inline-block;
	width: fit-content;
	font-size: 11px;
	line-height: 1.0;
	margin-left: 12px;
	padding: 2px 5px;
	content: '必須';
	background: #E2535E;
	color: #fff;
}
body#categories.entry #globalBody .sectionBox article > div #formBox > label.name,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.birth,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.gender,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.mail,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.tel,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.zip,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.pref,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.name {
	width: calc(50% - 12px);
}


body#categories.entry #globalBody .sectionBox article > div #formBox > label span.wpcf7-form-control-wrap {
	display: block;
}
body#categories.entry #globalBody .sectionBox article > div #formBox > label span.wpcf7-not-valid-tip {
	display: block;
	font-size: 13px;
	color: #E2535E !important;
}

body#categories.entry #globalBody .sectionBox article > div .formbtn {
	padding: 0 36px 64px 36px;
	text-align: center;
}
body#categories.entry #globalBody .sectionBox article > div .formbtn input {
	padding: 16px 36px;
	margin-top: 16px;
	border: none;
	border-radius: 4px;
	background: #AF4C32;
	color: #fff;
	cursor: pointer;
}
body#categories.entry #globalBody .sectionBox article > div .formbtn input:hover {
	filter: brightness(1.1);
}

body#categories.entry #globalBody .sectionBox article > div .formbtn .wpcf7-spinner {display: block;}

body#categories.entry #globalBody .sectionBox article > div .formbtn .wpcf7-list-item-label {
	line-height: 1.0;
	font-size: 14px;
}
body#categories.entry #globalBody .sectionBox article > div .formbtn .wpcf7-list-item-label a {
	padding: 0 3px;
	color: #E2535E !important;
	text-decoration: underline;
}
body#categories.entry #globalBody .sectionBox article > div .formbtn .wpcf7-list-item-label a:hover {
	color: #AF4C32 !important;
	text-decoration: underline;
}
body#categories.entry #globalBody .sectionBox article > div .formbtn input[name=appPrivacy] {
	margin-top: 0;
	width: 1.3em;
	height: 1.3em;
}


@media screen and (max-width:900px) {
body#categories.entry #globalBody .sectionBox article > div #formBox > label.name,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.birth,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.gender,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.mail,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.tel,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.zip,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.pref,
body#categories.entry #globalBody .sectionBox article > div #formBox > label.name {
	width: 100%;
}
body#categories.entry #globalBody .sectionBox article > div #formBox {
	border: none;
	padding: 0px;
}
	
}


/* -- entry -- */


body#categories.inquiry #pageHead {
	display: none;
}
body#categories.inquiry #contactBox,
body#categories.inquiry-con #contactBox,
body#categories.inquiry-thx #contactBox {
	display: none;
}
body#categories.inquiry #globalFooter,
body#categories.inquiry-con #globalFooter,
body#categories.inquiry-thx #globalFooter {
	border-top: 1px solid #ccc;
}
body#categories.inquiry #breadcrumbs {
	border-top: 1px solid #ddd;
}
body#categories.inquiry #breadcrumbs .bchome,
body#categories.inquiry #breadcrumbs li:last-child a { fill:#E2535E;color: #E2535E; }

body#categories.inquiry #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.inquiry #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.inquiry #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.inquiry #globalBody .sectionBox article > div {
	flex: 1;
}

@media screen and (max-width:900px) {
body#categories.inquiry #globalBody .sectionBox article {
	display: block !important;
}
body#categories.inquiry #globalBody .sectionBox article header {
	width: 100% !important;
}
body#categories.inquiry #globalBody .sectionBox article > div {
	width: 100% !important;
}
	
}

	
body#categories.inquiry #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.inquiry #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.inquiry #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.inquiry #globalBody .sectionBox article > div {
	flex: 1;
}
}


body#categories.inquiry #globalBody .sectionBox article header hgroup {}
body#categories.inquiry #globalBody .sectionBox article header h2 {}
body#categories.inquiry #globalBody .sectionBox article header h2 em {}
body#categories.inquiry #globalBody .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #E2535E;
	margin-bottom: 4px;
}
body#categories.inquiry #globalBody .sectionBox article header p a {
	color: #E2535E;
	text-decoration: underline;
}

body#categories #globalBody .sectionBox.entry header ul {}
body#categories #globalBody .sectionBox.entry header ul li {
	margin-bottom: 8px;
}
body#categories #globalBody .sectionBox.entry header ul li a {
	display: block;
	padding: 12px 16px;
	color: #fff;
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 16px;
}
body#categories #globalBody .sectionBox.entry header ul li a:hover {
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
	filter: brightness(1.1);
}
body#categories #globalBody .sectionBox.entry header ul {}



body#categories.inquiry #globalBody .sectionBox article > div {
	padding: 0
	border-radius: 12px;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 36px;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox h3 {
	font: 600 20px/1.3 'Outfit', 'Noto Sans JP', sans-serif;
	color: #D89427;
	border-bottom: 1px solid #ccc;
	flex-shrink: 0;
	width:  100%;
	
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox h3 strong {
	display: inline-block;
	border-bottom: 1px solid #D89427;
	padding: 4px 8px;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label {
	display: block;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 24px;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > input,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > select,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > radio {
	min-height: 48px;
	width: 100%;
	border-radius: 6px;
	border: none;
	background: #EFF0F2;
	padding: 0 16px;
}

body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > textarea {
	min-height: 48px;
	width: 100%;
	border-radius: 6px;
	border: none;
	background: #EFF0F2;
	padding: 16px;
	height: 120px;
}

body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > input:focus ,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > select:focus ,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > radio:focus,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > textarea:focus {
	background: #fff !important;
}

body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > input:not(:placeholder-shown),
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > selec:not(:placeholder-shown),
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > radio:not(:placeholder-shown),
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label .wpcf7-form-control-wrap > textarea:not(:placeholder-shown) {
	border: 1px solid #ccc;
	background: #fff !important;
}

body#categories.inquiry #globalBody .sectionBox article > div #formBox > label strong {
	color: #999;
	font-size: 14px;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label strong::after {
	display: inline-block;
	width: fit-content;
	font-size: 11px;
	line-height: 1.0;
	margin-left: 12px;
	padding: 2px 5px;
	content: '任意';
	background: #3098A7;
	color: #fff;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.must strong::after {
	display: inline-block;
	width: fit-content;
	font-size: 11px;
	line-height: 1.0;
	margin-left: 12px;
	padding: 2px 5px;
	content: '必須';
	background: #E2535E;
	color: #fff;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.name,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.birth,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.gender,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.mail,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.tel,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.zip,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.pref,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.name {
	width: calc(50% - 12px);
}


body#categories.inquiry #globalBody .sectionBox article > div #formBox > label span.wpcf7-form-control-wrap {
	display: block;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label span.wpcf7-not-valid-tip {
	display: block;
	font-size: 13px;
	color: #E2535E !important;
}

body#categories.inquiry #globalBody .sectionBox article > div .formbtn {
	padding: 0 36px 64px 36px;
	text-align: center;
}
body#categories.inquiry #globalBody .sectionBox article > div .formbtn input {
	padding: 16px 36px;
	margin-top: 16px;
	border: none;
	border-radius: 4px;
	background: #AF4C32;
	color: #fff;
	cursor: pointer;
}
body#categories.inquiry #globalBody .sectionBox article > div .formbtn input:hover {
	filter: brightness(1.1);
}

body#categories.inquiry #globalBody .sectionBox article > div .formbtn .wpcf7-spinner {display: block;}

body#categories.inquiry #globalBody .sectionBox article > div .formbtn .wpcf7-list-item-label {
	line-height: 1.0;
	font-size: 14px;
}
body#categories.inquiry #globalBody .sectionBox article > div .formbtn .wpcf7-list-item-label a {
	padding: 0 3px;
	color: #E2535E !important;
	text-decoration: underline;
}
body#categories.inquiry #globalBody .sectionBox article > div .formbtn .wpcf7-list-item-label a:hover {
	color: #AF4C32 !important;
	text-decoration: underline;
}
body#categories.inquiry #globalBody .sectionBox article > div .formbtn input[name=appPrivacy] {
	margin-top: 0;
	width: 1.3em;
	height: 1.3em;
}


@media screen and (max-width:900px) {
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.name,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.birth,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.gender,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.mail,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.tel,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.zip,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.pref,
body#categories.inquiry #globalBody .sectionBox article > div #formBox > label.name {
	width: 100%;
}
body#categories.inquiry #globalBody .sectionBox article > div #formBox {
	border: none;
	padding: 0px;
}
	
}




/* -- detail -- */


body#categories.detail #pageHead {
	display: none;
}
body#categories.detail #breadcrumbs {
	border-top: 1px solid #ddd;
}
body#categories.detail #breadcrumbs .bchome,
body#categories.detail #breadcrumbs li:last-child a { fill:#D89427;color: #D89427; }

body#categories.detail #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.detail #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.detail #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.detail #globalBody .sectionBox article > div {
	flex: 1;
}


@media screen and (max-width:900px) {
body#categories.detail #globalBody .sectionBox article {
	display: block !important;
}
body#categories.detail #globalBody .sectionBox article header {
	width: 100% !important;
}
body#categories.detail #globalBody .sectionBox article > div {
	width: 100% !important;
}
	
}



body#categories.jobs #globalBody .sectionBox article header hgroup {}
body#categories.jobs #globalBody .sectionBox article header h2 {}
body#categories.jobs #globalBody .sectionBox article header h2 em {}
body#categories.jobs #globalBody .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #D89427;
	margin-bottom: 4px;
}


/* -- privacypolicy -- */


body#categories.privacypolicy #pageHead {
	display: none;
}
body#categories.privacypolicy #breadcrumbs {
	border-top: 1px solid #ddd;
}
body#categories.privacypolicy #breadcrumbs .bchome,
body#categories.privacypolicy #breadcrumbs li:last-child a { fill:#E2535E;color: #E2535E; }

body#categories.privacypolicy #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.privacypolicy #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.privacypolicy #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}

body#categories.privacypolicy #globalBody .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #E2535E;
	margin-bottom: 4px;
}

body#categories.privacypolicy #globalBody .sectionBox article > div {
	flex: 1;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 16px;
	padding: 36px;
}

@media screen and (max-width:900px) {
body#categories.privacypolicy #globalBody .sectionBox article {
	display: block !important;
}
body#categories.privacypolicy #globalBody .sectionBox article header {
	width: 100% !important;
}
body#categories.privacypolicy #globalBody .sectionBox article > div {
	width: 100% !important;
}
	
}


/* -- single-jobs -- */


body#categories.single-jobs #pageHead {
	display: none;
}
body#categories.single-jobs #contactBox {
	display: none;
}
body#categories.single-jobs #globalFooter {
	border-top: 1px solid #ddd;
}
body#categories.single-jobs #breadcrumbs {
	border-top: 1px solid #ddd;
}
body#categories.single-jobs #breadcrumbs .bchome,
body#categories.single-jobs #breadcrumbs li:last-child a { fill:#D89427;color: #D89427; }

body#categories.single-jobs #globalBody .sectionBox {
	padding: 2em 1em !important;
}
body#categories.single-jobs #globalBody .sectionBox article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories.single-jobs #globalBody .sectionBox article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories.single-jobs #globalBody .sectionBox article > div {
	flex: 1;
}


body#categories.single-jobs #globalBody .sectionBox article header hgroup {}
body#categories.single-jobs #globalBody .sectionBox article header h2 {}
body#categories.single-jobs #globalBody .sectionBox article header h2 em {}
body#categories.single-jobs #globalBody .sectionBox article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #D89427;
	margin-bottom: 4px;
}
body#categories.single-jobs  #globalBody .sectionBox article header p a {
	color: #D89427;
	text-decoration: underline;
}
body#categories.single-jobs  #globalBody .sectionBox article header p {
	font-size: 14px;
	font-weight: 600;
}
body#categories.single-jobs  #globalBody .sectionBox article header figure + p {
	font-weight: 400;
}
body#categories.single-jobs  #globalBody .sectionBox article header p strong {
	font-size: 16px;
	font-weight: 800;
}
body#categories.single-jobs  #globalBody .sectionBox article header ul {
	display: flex;
	flex-wrap:wrap;
	gap: 6px;
	margin: 16px 0;
}
body#categories.single-jobs  #globalBody .sectionBox article header ul li {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	line-height: 1.0;
	padding: 4px 8px;
}
body#categories.single-jobs  #globalBody .sectionBox article header ul li:first-child {
	background: #88AF32;
	border-color: #88AF32;
	color: #fff;
}
body#categories.single-jobs  #globalBody .sectionBox article header figure {
	margin-bottom: 32px;
}
body#categories.single-jobs  #globalBody .sectionBox article header p.button {
	
}
body#categories.single-jobs  #globalBody .sectionBox article header p.button a {
	display: block;
	width: 100%;
	padding: 16px;
	font-size: 16px;
	font-weight: 700;
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 16px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}
body#categories.single-jobs  #globalBody .sectionBox article header p.button a:hover {
	filter: brightness(1.1);
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
}
body#categories.single-jobs  #globalBody .sectionBox article header p.button a:hover {}
body#categories.single-jobs  #globalBody .sectionBox article header {}


body#categories.single-jobs  #globalBody .sectionBox article > div {
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail {
	border-radius: 8px;
	border: 1px solid #ccc;
	background: #fff;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div {
	padding: 36px;
	border-top: 1px solid #ccc;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div:first-child {
	border-top: none;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div h3 {
	font-weight: 600;
	font-size: 20px;
	color: #D89427;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div p {
	font-size: 15px;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div p:last-child {
	margin-bottom: 0 ;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div p strong {
	font-size: 17px;
	font-weight: 700;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail div p a {
	color: #D89427;
}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail {}
body#categories.single-jobs  #globalBody .sectionBox article > div > div.jobDetail {}

body#categories.single-jobs  #globalBody .sectionBox article > div p.button {
	margin-top: 32px;
}
body#categories.single-jobs  #globalBody .sectionBox article > div p.button a {
	display: block;
	width: 100%;
	padding: 16px;
	font-size: 16px;
	font-weight: 700;
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 16px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
}
body#categories.single-jobs  #globalBody .sectionBox article > div p.button a:hover {
	filter: brightness(1.15);
	background: #E2535E url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
}



@media screen and (max-width:900px) {
body#categories.single-jobs #globalBody .sectionBox article {
	display: block !important;
}
body#categories.single-jobs #globalBody .sectionBox article header {
	width: 100% !important;
}
body#categories.single-jobs #globalBody .sectionBox article > div {
	width: 100% !important;
}

}



/* -- #voice #3098A7 -- */

body#categories.voice01 #breadcrumbs .bchome,
body#categories.voice01 #breadcrumbs li:last-child a,

body#categories.voice02 #breadcrumbs .bchome,
body#categories.voice02 #breadcrumbs li:last-child a,

body#categories.voice03 #breadcrumbs .bchome,
body#categories.voice03 #breadcrumbs li:last-child a { fill:#3098A7;color: #3098A7; }


body#categories #globalBody .sectionBox#voice {
	padding: 2em 1em !important;
}
body#categories #globalBody .sectionBox#voice article {
    padding: 24px 24px 24px 24px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
body#categories #globalBody .sectionBox#voice article header {
	flex-shrink: 0;
	width: 30vw;
}
body#categories #globalBody .sectionBox#voice article > div {
	flex: 1;
}


body#categories #globalBody .sectionBox#voice article header hgroup {
	margin-bottom: 16px;
}
body#categories #globalBody .sectionBox#voice article header h2 {
	position: relative;
}
body#categories #globalBody .sectionBox#voice article header h2 em {
	position: absolute;
	right: 0;
	top: 4px;
	display: block;
	padding: 6px 24px;
	background: #88AF32;
	border-radius: 2em;
	color: #fff;
}
body#categories #globalBody .sectionBox#voice article header p.text {
	font-weight: 500;
	font-size: 18px;
	color: #3098A7;
	margin-bottom: 4px;
}
body#categories #globalBody .sectionBox#voice article header figure {
	margin-bottom: 16px;
}
body#categories #globalBody .sectionBox#voice article header figure img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
body#categories #globalBody .sectionBox#voice article header > p {
	font-size: 18px;
	font-weight: 700;
}
body#categories #globalBody .sectionBox#voice article header ul {}
body#categories #globalBody .sectionBox#voice article header ul li {
	margin-bottom: 8px;
}
body#categories #globalBody .sectionBox#voice article header ul li a {
	display: block;
	background: #3098A7 url(/assets/img/ico_jobarr.svg) no-repeat right 16px center;
	background-size: 16px;
	color: #fff;
	padding: 16px;
}
body#categories #globalBody .sectionBox#voice article header ul li a:hover {
	background: #3098A7 url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
	filter: brightness(1.1);
}
body#categories #globalBody .sectionBox#voice article header ul li.active a {
	background: #17787f url(/assets/img/ico_jobarr.svg) no-repeat right 13px center;
	background-size: 16px;
	pointer-events: none;
}

body#categories #globalBody .sectionBox#voice article  figure {
	position: relative;
}
body#categories #globalBody .sectionBox#voice article  figure::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 8px;
	right: -8px;
	bottom: -8px;
	background: #b1edef url(/assets/img/bkg_stripe.svg) repeat center center;
	background-size: 8px;
}
body#categories #globalBody .sectionBox#voice article h4 {
    margin: 1.5em 0 .75em;
    padding-left: .5em;
    border-left: 8px solid var(--cMainC);
    font: 700 20px / 1.5 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:900px) {
body#categories #globalBody .sectionBox#voice article {
	display: block !important;
}
body#categories #globalBody .sectionBox#voice article header {
	width: 100% !important;
}
body#categories #globalBody .sectionBox#voice article > div {
	width: 100% !important;
}

}



/* project */

body.project .sectionBox article header h2 {
	position: relative;
    width: fit-content;
    margin-left: 0 !important;
    margin-top: -16px;
    padding-top: 16px;
    padding-right: 32px;
}
body.project .sectionBox article header h2::after {
	position: absolute;
	opacity: 0;
	top: -12px;
	right: -6px;
	transition: all .5s;
	content: '';
	background: url(/assets/img/ico_ceer.svg) no-repeat 0 0;
	background-size: 24px;
	width: 24px;
	height: 24px;
}
body.project .sectionBox article header h2.is-active::after {
	opacity: 1;
	top: 0px;
	right: 0px;
}


/* vision */

body.vision .sectionBox article header h2 {
	position: relative;
    width: fit-content;
    margin-left: 0 !important;
    margin-top: -16px;
    padding-top: 16px;
    padding-right: 32px;
}
body.vision .sectionBox article header h2:nth-child(3)::after {
	position: absolute;
	opacity: 0;
	top: -12px;
	right: -6px;
	transition: all .5s;
	content: '';
	background: url(/assets/img/ico_ceer.svg) no-repeat 0 0;
	background-size: 24px;
	width: 24px;
	height: 24px;
	transition: all 1.2s;
}
body.vision .sectionBox article header h2.is-active:nth-child(3)::after {
	opacity: 1;
	top: 0px;
	right: 0px;
}


/* company */

body.company .sectionBox article header h2 {
	position: relative;
    width: fit-content;
    margin-left: 0 !important;
    margin-top: -16px;
    padding-top: 16px;
    padding-right: 32px;
}
body.company .sectionBox article header h2::after {
	position: absolute;
	opacity: 0;
	top: -12px;
	right: -6px;
	transition: all .5s;
	content: '';
	background: url(/assets/img/ico_ceer.svg) no-repeat 0 0;
	background-size: 24px;
	width: 24px;
	height: 24px;
	
}
body.company .sectionBox article header h2.is-active::after {
	opacity: 1;
	top: 0px;
	right: 0px;
}
@media screen and (max-width: 900px) {
#categories.company #globalBody .inner > .sectionBox {
	padding: 24px 24px 48px 24px !important;
	}
#categories.company #globalBody .inner > .sectionBox article {
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
}

/* home play-style */
body#home #about article > div ul {
    padding:  0 24px !important;
	gap: 24px !important;
	align-items: center !important;
}
body#home #about article > div ul li {
    width: calc(33.33% - (48px / 3));
}
body#home #about article > div ul li:nth-child(2) {
    margin-top: 36px;
}
body#home #about article > div ul li:nth-child(3) {
    margin-top: 72px;
}
body#home #globalBody .inner > .sectionBox {
    padding: 64px 0 0px 0;
}
body#home .sectionBox#recruit article > div ul {
    padding:  0 24px !important;
	gap: 0 24px !important;
	align-items: flex-start !important;
}
body#home .sectionBox#recruit article > div ul li {
    width: calc(33.33% - (48px / 3));
}
body#home .sectionBox#recruit article > div ul li:nth-child(3n-1) {
    margin-top: 64px;
}
body#home .sectionBox#recruit article > div ul li:nth-child(4),
body#home .sectionBox#recruit article > div ul li:nth-child(6) {
    margin-top: -32px;
}
body#home .sectionBox#recruit article > div ul li:nth-child(5){
    margin-top: 32px;
}


@media screen and (max-width:900px) {
body#home #about article > div ul li {
    margin-top: 0px !important;
}
body#home .sectionBox#recruit article > div ul {
    padding:  0 24px !important;
	gap: 24px !important;
}
body#home .sectionBox#recruit article > div ul li {
    margin-top: 0px !important;
    width: calc(50% - (24px / 2));
}
	
body#categories section.sectionBox article header h2.text {
    margin-bottom: 8px;
    font: 600 22px / 1.3 'Outfit', 'Noto Sans JP', sans-serif;
}
body#categories.vision #globalBody .sectionBox {
    padding: 24px 16px !important;
}
	
}

/* company */
section.tabBox ul li a {
    background: #fff;
}


body.company #globalBody .sectionBox article {
	padding: 0 !important;
}
body.company #globalBody .sectionBox#message,
body.company #globalBody .sectionBox#message article {
	padding-top: 0 !important;
}
body.company #globalBody .sectionBox article {
    gap: 24px;
}
body.company #globalBody .sectionBox article {
    gap: 0px;
}

body.company #globalBody .sectionBox#access article > div {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #ddd;
	padding: 32px;
	border-radius: 12px;
}
body.company #globalBody .sectionBox#access article > div li {
	line-height: 1.3 !important;
}

body.company #globalBody .sectionBox#message article > div {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #ddd;
	padding: 32px;
	border-radius: 12px;
}
body.company #globalBody .sectionBox#message div figure::before {
    background: #cfe8c5;
	border: 1px solid #ddd;
	

    transform: rotate(3deg);
    opacity: 0.50;
}
body.company #globalBody .sectionBox#message article > div figcaption {
	font-size: 14px;
	padding: 4px 26px 0px 12px;
	margin-bottom: 8px;
	font-weight: 700;
	text-align: right
}
body.company #globalBody .sectionBox#message article > div figcaption em {
	font-size: 14px;
	font-weight: 400;
	margin-right: 12px;
}
body.company #globalBody .sectionBox#message article > div figcaption strong {
	margin-top: 4px;
	font-size: 18px;
	font-weight: 700;
	display: inline-Block;
}
body.company #globalBody .sectionBox#message article > div p {
	line-height: 2.0;
	letter-spacing: .02em
	
}
body.company #globalBody .sectionBox#outline div figure {
	background: rgba(255,255,255,1);
	border: 1px solid #ddd;
}
body.company #globalBody .sectionBox#outline div table tr {
	border-bottom: 1px dashed #ddd;
}
body.company #globalBody .sectionBox#outline div table tr th,
body.company #globalBody .sectionBox#outline div table tr td {
	padding: .8em;
}
body.company #globalBody .sectionBox#outline div table tr th strong {
    padding: 6px 2px;
}
body.company #globalBody .sectionBox#outline div table tr:last-child {
    border:  none !important;
}

@media screen and (max-width: 900px) {
	body.company #globalBody .sectionBox#outline div table tr th {
	padding-bottom: 0px !important;
}
}