<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%;font-weight: normal; }
address,em { font-style: normal; }
table { border-collapse: collapse;border-spacing: 0; }
th { font-weight:normal;text-align: left; }
legend { display: none; }
img,fieldset { border: 0; }
li { list-style-type: none; }

/* HTML5
------------------------------------------------------------*/
article, aside, dialog, figure, footer, header,hgroup, nav, section { display: block;margin: 0;padding: 0; }

/* scrollbug for FF
------------------------------------------------------------*/
html { overflow-y: scroll; }

/* Fonts
------------------------------------------------------------*/
body, button, input, select, textarea { font-family:"���C���I", Meiryo; }

/* Form
------------------------------------------------------------*/
button, input, select, textarea { outline: none;-webkit-appearance: none;appearance: none; }

/* Media
------------------------------------------------------------*/
object,embed { vertical-align: top; }
img { max-width: 100%;vertical-align: bottom;font-size: 0;line-height: 0;-webkit-backface-visibility: hidden; }
.thumbArea ul { margin-bottom: 30px; }

/* clearfix
------------------------------------------------------------*/
.cf::after { content: "";display: block;clear: both; }

/* float
------------------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }

.zl { float: left; }
.zr { float: right; }

/* margin
------------------------------------------------------------*/
.mb20 { margin-bottom: 20px!important; }
.mb50 { margin-bottom: 50px!important; }

/* link
------------------------------------------------------------*/
a { color: #002f7b;text-decoration: underline; }
a:hover{ text-decoration: none; }
a &gt; img { transition: opacity .3s ease-out; }
a &gt; img:hover { opacity: .6; }
@charset "utf-8";

* {
	box-sizing: border-box;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	min-width: 1400px;
	color: #333;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* loader
------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
#loader div {
	margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  left: 50%;
}


/* header
------------------------------------------------------------*/
header {
	width: 100%;
	max-width: 97%;
	margin-left: 3%;
	position: relative;
	z-index: 100;
}
header .exBtn {
	position: absolute;
	right: 0;
	bottom: -60px;
	z-index: 10;
}
header .exBtn li {
	display: inline-block;
}
header .exBtn li:last-child {
	margin-left: 10px;
}
header .exBtn li a {
	font-weight: bold;
	line-height: 1;
	color: #333;
	background: #fff;
	padding: 13px 30px;
	display: inline-block;
	text-decoration: none;
}
header .exBtn li:last-child a {
	color: #fff;
	background: #d85e5b;
}


/* nav
------------------------------------------------------------*/
#menuBtn {
	display: none;
}
nav ul {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
nav li {
	height: 100%;
}
nav li a {
	font-family: "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #333;
	padding: 27px 20px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	transition: .2s;
}
nav li a:hover,
nav li.ac a {
	background: #f4f5f6;
}
nav li.btn a {
	font-size: 2rem;
	color: #fff;
	background: #f2a148;
	padding: 24px 50px;
	transition: .3s;
	letter-spacing: 2px;
}
nav li.btn a:hover {
	opacity: .6;
}
nav.sub {
	background: #f4f5f6;
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
	position: relative;
	z-index: 10;
}
nav.sub ul {
	display: block;
	text-align: center;
}
nav.sub li {
	display: inline-block;
}
nav.sub li a {
	padding: 15px 20px;
}
nav.sub li a:hover,
nav.sub li.ac a  {
	background: #eee;
}


/* ページトップへ
------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10;
}
.pagetop a {
	line-height: 50px;
	width: 50px;
	background: rgba(0,0,0,.6);
	display: block;
	text-align: center;
	transition: .3s;
}
.pagetop a:hover {
	opacity: .6;
}
.pagetop img {
	vertical-align: middle;
}
.pagetop span {
	width: 12px;
	height: 12px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	display: inline-block;
	position: relative;
	top: 4px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* footer
------------------------------------------------------------*/
footer {
	color: #fff;
	background: #22211d;
	padding: 40px 0;
}
footer a {
	color: #fff;
	text-decoration: none
}
footer a:hover {
	text-decoration: underline;
}
footer .txtArea h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
footer .txtArea address {
	font-size: 1.2rem;
	margin-bottom: 40px;
}
footer .linkArea &gt; div {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #3e3c34;
}
footer .linkArea h2:not(:first-child) {
	margin-top: 10px;
}
footer .linkArea ul {
	margin-top: 5px;
}
footer .linkArea ul:not(:last-child) {
	margin-bottom: 20px;
}
footer .linkArea li::before {
	content: "└";
	font-size: 1.2rem;
	color: #a2988a;
	margin-right: 10px;
	display: inline-block;
}
footer .linkArea li a {
	font-size: 1.2rem;
	color: #a2988a;
}
footer .copy {
	font-size: 1.2rem;
	color: #a37f49;
}


@media screen and (max-width:600px) {
	
	* {
		-webkit-appearance: none;
	}
	body {
		font-size: 1.3rem;
		min-width: inherit;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	
	/* header
	------------------------------------------------------------*/
	header {
		max-width: 100%;
		padding: 12px 3%;
		margin-left: 0;
	}
	header .logo {
		height: 36px;
		display: inline-block;
	}
	header .logo img {
		max-height: 100%;
	}
	
	
	/* nav
	------------------------------------------------------------*/
	nav ul {
		width: 100%;
		text-align: center;
		display: none;
		border-top: 1px solid #ddd;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1000;
	}
	nav ul::after { content: "";display: block;clear: both; }
	nav li {
		width: 50%;
		height: auto;
		float: left;
		border-bottom: 1px solid #ddd;
	}
	nav li:nth-child(even) {
		border-left: 1px solid #ddd;
	}
	nav li a {
		font-size: 1.3rem;
		background: rgba(255,255,255,.95);
		padding: 15px;
		display: block;
		letter-spacing: 0;
	}
	nav li.btn {
		width: 100%;
		border-bottom: none;
	}
	nav li.btn a {
		font-size: 1.4rem;
		padding: 15px;
		letter-spacing: 0;
	}
	#menuBtn {
		display: block;
		position: absolute;
		top: 19px;
		right: 15px;
		width: 24px;
		height: 22px;
		background: #000;
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
		transition: .3s;
	}
	#menuBtn::before {
		content: '';
		position: absolute;
		width: 24px;
		height: 2px;
		background: #000;
		top: -9px;
		right: 0;
		transition: all 0.3s;
	}
	#menuBtn::after {
		content: '';
		position: absolute;
		width: 24px;
		height: 2px;
		background: #000;
		bottom: -9px;
		right: 0;
		transition: all 0.3s;
	}
	#menuBtn.active {
		background: #FFF;
	}
	#menuBtn.active::before {
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 0;
		right: 0;
	}
	#menuBtn.active::after {
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		bottom: 0;
		right: 0;
	}
	nav.sub {
		width: 100%;
		padding: 15px 3%;
		-webkit-order: 2;
		order: 2;
	}
	nav.sub ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		border: none;
		position: static;
	}
	nav.sub li {
		width: 48%;
		border: 1px solid #ddd;
	}
	nav.sub li.ac a {
		color: #fff;
		background: #333;
	}
	
	
	/* ページトップへ
	------------------------------------------------------------*/
	.pagetop {
		width: 100%;
		position: static;
		-webkit-order: 3;
		order: 3;
	}
	.pagetop a {
		line-height: 45px;
		width: 100%;
		background: #fff;
	}
	.pagetop span {
		border-color: #333;
		top: 6px;
	}
	
	
	/* footer
	------------------------------------------------------------*/
	footer {
		padding: 0 0 20px;
		-webkit-order: 3;
		order: 3;
	}
	footer .txtArea {
		width: 100%;
		margin-top: 20px;
		-webkit-order: 2;
		order: 2;
	}
	footer .txtArea h2,
	footer .txtArea address {
		display: none;
	}
	footer .copy {
		font-size: 1rem;
		text-align: center;
	}
	footer .linkArea {
		width: 100%;
		text-align: center;
	}
	footer .linkArea.flex {
		display: block;
	}
	footer .linkArea &gt; div {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}
	footer .linkArea h2 {
		border-top: 1px solid #333;
	}
	footer .linkArea h2:not(:first-child) {
		margin-top: 0;
	}
	footer .linkArea h2 a {
		padding: 15px;
		display: block;
	}
	footer .linkArea ul {
		margin-bottom: 15px;
	}
	footer .linkArea li {
		display: inline-block;
	}
	footer .linkArea li::before {
		display: none;
	}
	footer .linkArea li a {
		color: #ccc;
		background: #555;
		padding: 5px 10px;
		display: block;
		border-radius: 3px;
	}
	footer .linkArea li a span {
		display: none;
	}
}
@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 15px;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
iframe {
	width: 100%;
	height: 300px;
	border: 1px solid #ddd;
}
.flex {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex.between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: flex-start;
}
.flex.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flex.middle {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.flex.end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.x3 {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.x3 &gt; div {
	width: 32%;
	margin-right: 2%;
}
.x3 &gt; div:nth-child(3n) {
	margin-right: 0;
}
.x3 &gt; div:nth-child(n+4) {
	margin-top: 15px;
}
ol {
	padding-left: 20px;
}
ol &gt; li {
	list-style-type: disc;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.fs12 {
	font-size: 1.2rem;
}
.outLink::after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/i_outLink.png);
	background-size: contain;
	margin-left: 15px;
	display: inline-block;
	position: relative;
	transition: .3s;
}


/* hx
------------------------------------------------------------*/
.h2Wrap {
	height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.h2Wrap.about {
	background-image: url(../about/img/h2.jpg);
}
.h2Wrap.work {
	background-image: url(../work/img/h2.jpg);
}
.h2Wrap.culture {
	background-image: url(../culture/img/h2.jpg);
}
.h2Wrap.interview {
	background-image: url(../interview/img/h2.jpg);
}
.h2Wrap.recruit {
	background-image: url(../recruit/img/h2.jpg);
}
.h2Wrap.entry {
	background-image: url(../entry/img/h2.jpg);
}
.h2Wrap.other {
	background-image: url(../img/h2_other.jpg);
}
.h2Wrap::before {
	content: "";
	width: 100%;
	height: 15px;
	background: url(../img/line_straight.svg) no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	mix-blend-mode: overlay;
}
.h2Wrap h2 {
	font-family: "メイリオ", sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 3px;
	z-index: 100;
}
.h2Wrap h2 span {
	font-size: 1.6rem;
	display: block;
}
h3 {
	font-family: "メイリオ", sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	background: #f2f3f5;
	padding: 15px 20px;
	margin: 60px 0 20px;
	border-bottom: 1px solid #c8cdd3;
	position: relative;
}
h3:first-child {
	margin-top: 0;
}
h4 {
	font-family: "メイリオ", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	margin: 40px 0 20px;
	border-bottom: 3px solid #eee;
}
h4 span {
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
}
h4 span::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #f2a148;
	display: block;
	position: absolute;
	top: 100%;
}
h4:first-child,
h3 + h4 {
	margin-top: 0;
}


/* ボタン
------------------------------------------------------------*/
.moreBtn {
	font-family: "メイリオ", sans-serif;
	color: #fff;
	background: #f18b39;
	padding: 12px 60px 12px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	transition: .3s;
}
.moreBtn:hover {
	opacity: .6;
}
.moreBtn::before,
.moreBtn::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.moreBtn::before {
	width: 12px;
	height: 1px;
	background: #fff;
	right: 20px;
}
.moreBtn::after {
	width: 6px;
	height: 6px;
	right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iconBtn {
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	background: #f2a148;
	padding: 6px 35px 5px 15px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
h3 .iconBtn {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.iconBtn:hover {
	opacity: .6;
}
.iconBtn::before,
.iconBtn::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.iconBtn::before {
	width: 10px;
	height: 1px;
	background: #fff;
	right: 15px;
}
.iconBtn::after {
	width: 6px;
	height: 6px;
	right: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.entryBtn {
	font-family: "メイリオ", sans-serif;
	font-size: 1.8rem;
	color: #fff;
	background: #f18b39;
	padding: 15px 50px;
	margin-top: 20px;
	display: inline-block;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}
.entryBtn:hover {
	opacity: .6;
}


/* トップページ
------------------------------------------------------------*/
#kv {
	height: 730px;
	background: url(../img/mainimage.jpg) no-repeat center center;
	position: relative;
}
#kv .inner {
	height: 100%;
	position: relative;
}
#kv .line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
#kv .line img {
	mix-blend-mode: overlay;
}
#kv .catch {
	position: absolute;
	top: 180px;
}
#kv .sign {
	position: absolute;
	right: 40px;
	bottom: 60px;
}
#kv .sign img {
	mix-blend-mode: overlay;
}
#sec01 {
	background: #f1f3f5;
	padding: 50px 0;
}
#sec01 section {
	width: 31%;
	margin: 0 13px;
}
#sec01 section .txtArea {
	background: #fff;
	padding: 20px 20px 30px;
}
#sec01 section h2 {
	font-family: "メイリオ", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	padding-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	border-top: 1px solid #000;
}
#sec01 section .moreBtn {
	display: block;
}
#sec01 .moreBtn {
	padding: 12px 20px;
}
#sec01 .moreBtn::before,
#sec01 .moreBtn::after {
	right: 30px;
}
#sec02 {
	background: url(../img/sec02_bg.jpg) no-repeat center center;
	padding: 80px 0;
}
#sec02 .news {
	background: #fff;
	padding: 40px 0;
}
#sec02 .news .txtArea {
	width: 64%;
	padding: 0 70px;
	border-right: 1px solid #dadee7;
}
#sec02 .news .txtArea h2 {
	font-family: "メイリオ", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 30px;
}
#sec02 .news .txtArea dl dt {
	width: 18%;
	float: left;
}
#sec02 .news .txtArea dl dd {
	padding-left: 18%;
}
#sec02 .news .txtArea dl dd:not(:last-child) {
	margin-bottom: 10px;
}
#sec02 .news .btnArea {
	width: 36%;
	padding: 0 70px;
	text-align: center;
}
#sec02 .news .btnArea a {
	color: #333;
	padding: 15px 50px;
	display: inline-block;
	border: 1px solid #333;
	text-decoration: none;
	transition: .3s;
}
#sec02 .news .btnArea a:hover {
	color: #fff;
	background: #333;
}
#sec02 .news .btnArea a.outLink:hover::after {
	background-image: url(../img/i_outLink_wt.png);
}
#slideArea {
	background: #f2f3f5;
	padding: 40px 0;
	overflow: hidden;
}
#contents.interview + #slideArea {
	background: #fff;
}
#slideArea .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
#slideArea .bx-wrapper {
	position: relative;
}
#slideArea .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 5px solid #999;
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	transition: .3s;
}
#slideArea .bx-wrapper .bx-controls-direction a:hover {
	opacity: .6;
}
#slideArea .bx-wrapper .bx-prev {
  border-left: 5px solid #999;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	left: -50px;
}
#slideArea .bx-wrapper .bx-next {
  border-right: 5px solid #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	right: -50px;
}
#slideArea .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* パンくず
------------------------------------------------------------*/
.pankuzu {
	line-height: 1;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}
.pankuzu li {
	font-size: 1.1rem;
	color: #888;
	display: inline-block;
}
.pankuzu li:before {
	content: "";
	margin: 0 10px;
	border-style: solid;
	border-width: 2.5px 0 2.5px 3px;
	border-color: transparent transparent transparent #666;
	display: inline-block;
	position: relative;
	top: -1px;
}
.pankuzu li:first-child:before {
	display: none;
}
.pankuzu li a {
	color: #f2a148;
	text-decoration: none;
}
.pankuzu li a:hover {
	text-decoration: underline;
	opacity: 1;
}
.pankuzu li:first-child a::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/i_home.png) no-repeat;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 1px;
}


/* 下層ページ
------------------------------------------------------------*/
.section {
	padding: 50px 0;
}
.section .inner {
	max-width: 1000px;
}
table {
	width: 100%;
}
table tr {
	border-bottom: 1px solid #c8cdd3;
}
table th,
table td {
	padding: 15px 20px;
}
table th {
	font-weight: bold;
	width: 20%;
	border-right: 1px solid #c8cdd3;
}
.multi:not(:last-child) {
	margin-bottom: 60px;
}
.multi .fr {
	margin: 0 0 0 30px;
}
.multi .txtArea {
	overflow: hidden;
}
.borderList {
	border-top: 1px dotted #c8cdd3;
}
.borderList &gt; div {
	padding: 30px 0;
	border-bottom: 1px dotted #c8cdd3;
}
.borderList .multi:not(:last-child) {
	margin-bottom: 0;
}
.interview p,
.msg p {
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 1px;
}
.interview p:not(:last-child) {
	margin-bottom: 40px;
}
.interview .main,
.msg .main {
	height: 724px;
	background-position: center center;
	padding-top: 30px;
}
.interview.itw01 .main {
	background-image: url(../interview/img/murakami00.png);
}
.interview.itw02 .main {
	background-image: url(../interview/img/tamanaha00.png);
}
.interview.itw03 .main {
	background-image: url(../interview/img/uto00.png);
}
.interview.itw04 .main {
	background-image: url(../interview/img/ogawa00.png);
}
.interview.itw05 .main {
	background-image: url(../interview/img/yanai00.png);
}
.interview.itw06 .main {
	background-image: url(../interview/img/funama00.png);
}
.interview.itw07 .main {
	background-image: url(../interview/img/sugawara00.jpg);
}
.msg .main {
	background-image: url(../msg/img/msg_main.png);
}
.interview .main .job,
.msg .main .job {
	margin-bottom: 80px;
}
.interview .main .job span,
.msg .main .job span {
	font-family: "メイリオ", sans-serif;
	font-weight: 500;
	color: #fff;
	background: #333;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 3px;
	letter-spacing: 1px;
}
.interview .main h2.catch {
	margin-bottom: 130px;
}
.msg .main h2.catch {
	margin-bottom: 80px;
}
.msg .main .catch02 {
	margin-bottom: 80px;
}
.interview .main .name,
.msg .main .name {
	font-family: "メイリオ", sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 2px;
}
.interview .main .name span {
	font-size: 1.2rem;
	font-weight: 500;
	color: #aaa;
	display: block;
}
.msg .main .name span {
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
}
.interview .itwCont {
	margin-top: -70px;
	position: relative;
}
.interview .profile {
	background: #fff;
	padding: 30px 150px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.interview .profile li {
	width: 47%;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d6dc;
}
.interview .profile li:nth-child(n+3) {
	margin-top: 15px;
}
.interview .profile li dl::after { content: "";display: block;clear: both; }
.interview .profile li dt {
	width: 20%;
	float: left;
}
.interview .profile li dd {
	padding-left: 20%;
}
.interview .imgArea {
	text-align: center;
}
.interview .imgArea &gt; div {
	display: inline-block;
	position: relative;
}
.interview .imgArea &gt; div p {
	font-family: "メイリオ", sans-serif;
	font-weight: 600;
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-rl;
	letter-spacing: 2px;
}
.interview .imgArea &gt; div p.txt01 {
	top: 0;
	left: -30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.interview .imgArea &gt; div p.txt02 {
	right: -30px;
	bottom: 0;
}
.itwCont h3 {
	font-size: 2.8rem;
	background: none;
	padding: 0;
	margin: 60px 0 100px;
	border: none;
	text-align: center;
}
.interview .imgArea + h3 {
	margin: 20px 0 40px;
	text-align: center;
	letter-spacing: 2px;
}
.itwCont h4 {
	font-size: 1.8rem;
	color: #e1841d;
	padding-left: 30px;
	margin: 30px 0 30px;
	border: none;
	position: relative;
}
.itwCont h4::before {
	content: "";
	width: 20px;
	height: 1px;
	background: #e1841d;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
}
.itwBlock {
	margin-bottom: 80px;
}
/*
.itwBlock figure.fl {
	margin: 0 40px 20px 0;
}
.itwBlock figure.fr {
	margin: 0 0 20px 40px;
}
*/
.itwBlock figure.zl {
	margin: 0 40px 20px 0;
}
.itwBlock figure.zr {
	margin: 0 0 20px 40px;
}
.itwCont .day {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0;
}
.itw01 .itwCont .day {
	background-image: url(../interview/img/murakami05.jpg);
}
.itw02 .itwCont .day {
	background-image: url(../interview/img/tamanaha05.jpg);
}
.itw03 .itwCont .day {
	background-image: url(../interview/img/uto05.jpg);
}
.itw04 .itwCont .day {
	background-image: url(../interview/img/ogawa05.jpg);
}
.itw05 .itwCont .day {
	background-image: url(../interview/img/yanai05.jpg);
}
.itw06 .itwCont .day {
	background-image: url(../interview/img/funama05.jpg);
}
.itw07 .itwCont .day {
	background-image: url(../interview/img/sugawara05.jpg);
}

.itwCont .day h2 {
	font-family: "メイリオ", sans-serif;
	font-size: 4rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 5px;
}
.itwCont .day table {
	width: 48%;
	border-top: 1px solid rgba(255,255,255,.8);
}
.itwCont .day table tr {
	border-color: rgba(255,255,255,.8);
}
.itwCont .day table th,
.itwCont .day table td {
	color: #fff;
}
.itwCont .day table th {
	width: 15%;
	padding: 15px 5px;
	border-color: rgba(255,255,255,.8);
	text-align: center;
	position: relative;
}
.itwCont .day table th::after {
	content: "";
	width: 9px;
	height: 9px;
	background: #f2a148;
	margin-top: -4.5px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -5.5px;
}
.itwCont .day table td {
	padding: 15px 15px 15px 30px;
}
.itwCont .day table td strong {
	font-size: 1.5rem;
	display: block;
}
.itwCont .private {
	padding: 50px 0;
}
.itwCont .private .inner {
	max-width: 1000px;
}
.itwCont .private .txtArea {
	padding-right: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.itwCont .private .txtArea h2 {
	font-family: "メイリオ", sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.itwCont .thumbArea {
	background: #f2f3f5;
	padding: 50px 0;
}
.itwCont .thumbArea .inner {
	max-width: 1000px;
}
.thumbArea figure {
	border-radius: 50%;
	overflow: hidden;
}
.thumbArea ul {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.thumbArea li {
	width: 48%;
}
.thumbArea li a {
	color: #333;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
	transition: .3s;
	padding: 0px 0px 30px 0px;
}
.thumbArea li a:hover {
	opacity: .6;
}
.thumbArea .txtArea {
	width: 52%;
}
.thumbArea .txtArea p {
	font-family: "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}
.thumbArea .txtArea .job span {
	font-size: 1.2rem;
	color: #fff;
	background: #333;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 3px;
}
.thumbArea .txtArea .catch {
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8ccd3;
}
.flowChart li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.flowChart li:not(:last-child)::after {
	content: "";
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f2a148 transparent transparent transparent;
	position: absolute;
	left: 40px;
	bottom: 0;
}
.welfareList &gt; div {
	border: 1px solid #ddd;
}
.welfareList .txtArea {
	padding: 15px;
}
.welfareList .txtArea h4 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.gallery {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery li {
	width: 23.5%;
	height: 132px;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.gallery li:nth-child(4n) {
	margin-right: 0;
}
.gallery li:nth-child(n+5) {
	margin-top: 15px;
}
.gallery li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mapArea iframe {
	width: 63%;
}
.mapArea iframe:last-child {
	width: 35%;
}


/* フォーム
------------------------------------------------------------*/
table.form {
	margin-top: 50px;
}
table.form tr,
table.form th,
table.form td {
	border: none;
}
table.form th {
	vertical-align: top;
}
form table input,
form textarea,
form select {
  width: 100%;
	background: #eee;
  border: none;
  padding: 6px 10px;
}
form textarea {
	min-height: 160px;
	resize: vertical;
}
form select {
	background: url(../img/i_select.png) no-repeat right 10px center #eee;
	background-size: 6px auto;
}
form select option {
	color: #333;
}
form .post {
	margin-right: 10px;
	display: inline-block;
}
form .post + input {
	width: 20%;
	display: inline-block;
}
form select {
	margin-right: 10px;
}
form select.birth01 {
	width: 100px;
}
form select.birth02,
form select.birth03 {
	width: 60px;
	margin-left: 15px;
}
::-webkit-select-placeholder {
	color: rgb(169, 169, 169);
}
.icon {
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	background: #df5f5d;
	padding: 2px 10px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	letter-spacing: 0;
}
.icon.option {
	background: #005d7b;
}
table td .icon {
	font-size: 1.2rem;
	top: 0;
}
form table .icon {
	padding: 5px 10px;
	margin-right: 0;
	float: right;
}
form .placeholder {
	font-size: 1.2rem;
	color: #aaa;
	margin-top: 8px;
	display: inline-block;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
.radio,
.checkbox {
	line-height: 30px;
	padding-left: 28px;
	margin-right: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover:after,
.checkbox:hover:after {
  border-color: #aaa;
}
.radio:after,
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -11px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  content: '';
}
.checkbox:after {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
	-webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2a148;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #f2a148;
  border-bottom: 2px solid #f2a148;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


@media screen and (max-width:600px) {
	
	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 10px;
	}
	.inner {
		max-width: 94%;
	}
	iframe {
		height: 200px;
	}
	.x3 {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.x3 &gt; div {
		width: 49%;
	}
	.x3 &gt; div:nth-child(even) {
		margin-right: 0;
	}
	.x3 &gt; div:nth-child(n+3) {
		margin-top: 10px;
	}
	
	
	/* hx
	------------------------------------------------------------*/
	.h2Wrap {
		height: 120px;
		background-size: cover;
	}
	.h2Wrap::before {
		height: 100%;
		background: rgba(255,255,255,.7);
		top: 0;
		transform: none;
		mix-blend-mode: normal;
	}
	.h2Wrap h2 {
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0;
		z-index: 10;
	}
	.h2Wrap h2 span {
		font-size: 1.2rem;
		font-weight: normal;
	}
	h3 {
		font-size: 1.6rem;
		padding: 10px 15px;
		margin: 30px 0 10px;
	}
	h3 .iconBtn {
		font-size: 1.1rem;
		padding: 4px 25px 3px 10px;
		right: 10px;
	}
	h3 .iconBtn::before,
	h3 .iconBtn::after {
		right: 10px;
	}
	h4 {
		font-size: 1.5rem;
		margin: 20px 0 10px;
	}
	
	
	/* ボタン
	------------------------------------------------------------*/
	.moreBtn {
		padding: 10px;
		display: block;
	}
	.entryBtn {
		font-size: 1.4rem;
		padding: 10px;
		display: block;
	}
	
	
	/* トップページ
	------------------------------------------------------------*/
	#kv {
		width: 100%;
		height: 240px;
		background-image: url(../img/mainimage_sp.jpg);
		background-size: cover;
	}
	#kv .line,
	#kv .catch,
	#kv .sign {
		display: none;
	}
	#sec01 {
		padding: 20px 0;
	}
	#sec01 section {
		width: 100%;
	}
	#sec01 section:not(:last-child) {
		margin-bottom: 20px;
	}
	#sec01 section .txtArea {
		padding: 20px;
	}
	#sec01 section h2 {
		font-size: 1.6rem;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	#sec02 {
		background-size: cover;
		padding: 20px 0;
	}
	#sec02 .news {
		padding: 20px;
	}
	#sec02 .news.flex {
		display: block;
	}
	#sec02 .news .txtArea {
		width: 100%;
		padding: 0;
		border-right: none;
	}
	#sec02 .news .txtArea h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;
		text-align: center;
	}
	#sec02 .news .txtArea dl {
		margin-bottom: 20px;
		border-top: 1px solid #eee;
	}
	#sec02 .news .txtArea dl dt {
		font-size: 1.2rem;
		font-weight: bold;
		color: #aaa;
		width: 100%;
		padding-top: 10px;
		float: none;
	}
	#sec02 .news .txtArea dl dd {
		padding: 0 0 10px 0;
		border-bottom: 1px solid #eee;
	}
	#sec02 .news .txtArea dl dd:not(:last-child) {
		margin-bottom: 0;
	}
	#sec02 .news .btnArea {
		width: 100%;
		padding: 0;
	}
	#sec02 .news .btnArea a {
		font-size: 1.2rem;
		padding: 12px;
		display: block;
	}
	#slideArea {
		background: #f1f3f5;
		padding: 20px 0;
		-webkit-order: 3;
		order: 3;
	}
	#contents.interview + #slideArea {
		background: #f1f3f5;
		border-top: 1px solid #ddd;
	}
	#slideArea .bxslider {
		max-width: 94%;
		margin: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#slideArea .bxslider li {
		width: 49%;
	}
	#slideArea .bxslider li:nth-child(n+3) {
		margin-top: 6px;
	}
	
	
	/* パンくず
	------------------------------------------------------------*/
	.pankuzu {
		display: none;
	}
	
	
	/* 下層ページ
	------------------------------------------------------------*/
	#contents {
		width: 100%;
	}
	.section {
		padding: 20px 0;
	}
	.section .inner {
		max-width: 94%;
	}
	table th,
	table td {
		width: 100%;
		padding: 8px;
		display: block;
	}
	table th {
		background: #eee;
		padding: 5px 8px;
	}
	.multi {
		/*display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;*/
	}
	.multi:not(:last-child) {
		margin-bottom: 20px;
	}
	.multi .fr {
		max-width: 40%;
		margin: 0 0 10px 10px;
		/*-webkit-order: 2;
		order: 2;*/
	}
	.multi .txtArea {
		overflow: inherit;
	}
	.borderList &gt; div {
		padding: 15px 0;
		border-bottom: 1px dotted #c8cdd3;
	}
	.interview p,
	.msg p {
		line-height: 1.5;
		letter-spacing: 0;
	}
	.interview p:not(:last-child) {
		margin-bottom: 15px;
	}
	.interview .main,
	.msg .main {
		height: 280px;
		background-size: cover;
	}
	.interview .main .job,
	.msg .main .job {
		margin-bottom: 20px;
	}
	.interview .main .job span,
	.msg .main .job span {
		font-size: 1rem;
		padding: 3px 15px;
	}
	.interview .main h2.catch {
		max-width: 40%;
		margin-bottom: 40px;
	}
	.msg .main h2.catch {
		max-width: 50%;
		margin-bottom: 20px;
	}
	.msg .main .catch02 {
		max-width: 60%;
		margin-bottom: 20px;
	}
	.interview .main .name,
	.msg .main .name {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.interview .main .name span, {
		display: none;
	}
	.interview .profile {
		padding: 15px;
		margin-bottom: 20px;
	}
	.interview .profile li {
		width: 100%;
	}
	.interview .profile li:nth-child(n+2) {
		margin-top: 10px;
	}
	.interview .profile li dt,
	.interview .profile li dd {
		font-size: 1.2rem;
	}
	.interview .profile li dt {
		width: 25%;
	}
	.interview .profile li dd {
		padding-left: 25%;
	}
	.interview .itwCont {
		margin-top: 0;
	}
	.interview .imgArea &gt; div p {
		display: none;
	}
	.itwBlock {
		margin: 20px 0 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.interview .imgArea,
	.itwBlock figure.fl,
	.itwBlock figure.fr {
		margin: 20px 0 0 0;
		float: none;
		-webkit-order: 2;
		order: 2;
	}
	.itwCont h3,
	.interview .imgArea + h3 {
		font-size: 1.8rem;
		margin: 0 0 15px;
		text-align: center;
		letter-spacing: 0;
	}
	.interview .imgArea + h3 {
		margin: 15px 0;
	}
	.itwCont h3 br {
		display: none;
	}
	.itwCont h4 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.itwCont .day {
		background-size: cover;
		padding: 20px 0;
		margin-top: 20px;
	}
	.itwCont .day h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	.itwCont .day table {
		width: 100%;
		margin-bottom: 0;
	}
	.itwCont .day table:not(:first-child) {
		border-top: none;
	}
	.itwCont .day table th,
	.itwCont .day table td {
		font-size: 1.2rem;
		padding: 10px;
		display: table-cell;
	}
	.itwCont .day table th {
		width: 20%;
		background: none;
	}
	.itwCont .day table td strong {
		font-size: 1.3rem;
	}
	.itwCont .private {
		padding: 20px 0;
	}
	.itwCont .private .inner {
		max-width: 94%;
	}
	.itwCont .private .txtArea {
		padding-right: 0;
	}
	.itwCont .private .txtArea h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.itwCont .private figure {
		margin-top: 20px;
	}
	.itwCont .thumbArea {
		padding: 20px 0;
	}
	.itwCont .thumbArea .inner {
		max-width: 94%;
	}
	.thumbArea li {
		width: 100%;
	}
	.thumbArea li:not(:last-child) {
		margin-bottom: 10px;
	}
	.thumbArea li a {
		background: #f2f3f5;
		padding: 15px;
	}
	.itwCont .thumbArea li a {
		background: #fff;
	}
	.thumbArea figure {
		width: 30%;
	}
	.thumbArea .txtArea {
		width: 65%;
	}
	.thumbArea .txtArea .job span {
		font-size: 1rem;
		padding: 3px 10px;
	}
	.thumbArea .txtArea .catch {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.flowChart li:not(:last-child)::after {
		margin-left: -10px;
		left: 50%;
	}
	.welfareList .txtArea {
		padding: 10px;
	}
	.welfareList .txtArea h4 {
		font-size: 1.4rem;
	}
	.welfareList .txtArea h4 span {
		padding-bottom: 5px;
	}
	.gallery li,
	.gallery li:nth-child(4n) {
		width: 32%;
		height: 70px;
		margin-right: 2%;
	}
	.gallery li:nth-child(3n) {
		margin-right: 0;
	}
	.gallery li:nth-child(n+4) {
		margin-top: 8px;
	}
	.mapArea iframe {
		width: 100%;
	}
	.mapArea iframe:last-child {
		display: none;
	}
}

/* coded 20201130 ---------------------------------------------- */
  body{min-width: 100%}
  header {margin-left: 3%}
  nav li a {padding: 27px 13px}</pre></body></html>