<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    繝ｪ繧ｻ繝�ヨCSS遲峨�蝓ｺ譛ｬ險ｭ螳�
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
blockquote,
code,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
iframe,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

li,
ol {
	list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0; /*width: 100%;
	table-layout: fixed;*/ /*border: 1px solid $cr-table;*/
}

th,
td {
	padding: 4px 6px;
	text-align: left;
	vertical-align: top; /*border: 1px solid $MainColor;*/
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none; /*border: 1px solid $MainColor;*/
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	padding: 8px;
}

input:focus,
textarea:focus { /*border: 1px solid $MainColor;*/
	box-shadow: none;
	outline: none;
}

textarea {
	resize: none;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	border: none;
	outline: none;
}

input[type="submit"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.2em;
	position: relative;
}

input[type="radio"] + span::before {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

input[type="radio"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="radio"] + span:focus,
input[type="radio"] + span:checked {
	background: #333;
	border: 1px solid #fff;
	box-shadow: none;
	outline: none;
}

input[type="radio"]:checked + span::after {
	background: #333;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.6em;
	left: 0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6em;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.2em;
	position: relative;
	transition: all 0.3s ease 0s;
}

input[type="checkbox"] + span::before {
	background: #fff;
	border: 1px solid #333;
	border-radius: 2px;
	content: "";
	display: block;
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

input[type="checkbox"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
	border-bottom: 3px solid #333;
	border-left: 3px solid #333;
	content: "";
	display: block;
	height: 0.6em;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 1em;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #333;
	border-radius: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 8px 24px 8px 8px;
	width: 100%;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border: 1px solid #333;
	box-shadow: none;
	outline: none;
}

.hidden {
	display: none;
}

img {
	max-width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	max-width: 1000px;
	padding: 0 min(5%, 50px);
}

.wrapper {
	overflow: hidden;
}

.br-sp {
	display: block;
}

/*
    繝｢繧ｸ繝･繝ｼ繝ｫ
*/

.ttl_block_module,
.career .ttl_block,
.career .ttl_block_sub,
.newemployee .ttl_block,
.newemployee .ttl_block_sub {
	text-align: center;
}

.ttl_block_module span,
.career .ttl_block span,
.career .ttl_block_sub span,
.newemployee .ttl_block span,
.newemployee .ttl_block_sub span {
	display: block;
}

.ttl_block_module::before,
.career .ttl_block::before,
.career .ttl_block_sub::before,
.newemployee .ttl_block::before,
.newemployee .ttl_block_sub::before {
	content: "縲";
	display: block;
	height: 67px;
	margin: 0 auto 20px auto;
	width: 1px;
}

/*
    recruits
*/

.career .main_visual {
	background: url(../images/career/ph_main.png) no-repeat center top/cover;
	min-height: 500px;
	position: relative;
}

.career .main_visual h2 {
	color: #ffffff;
	font-weight: normal;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 10px #323232;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	width: 100%;
}

.career .main_visual h2 span {
	display: block;
	font-weight: bold;
	letter-spacing: .05em;
	text-shadow: 0px 0px 10px #323232;
}

.career .main_visual .news_block {
	background: rgba(0, 0, 0, 0.54);
	bottom: 0;
	left: 0;
	padding: 15px 0;
	position: absolute;
	width: 100%;
}

.career .main_visual .news_block .inner {
	color: #ffffff;
	max-width: 960px;
}

.career .infomation_block {
	background: #bc2304;
	padding: 8vh 0 5vh 0;
}

.career .infomation_block h3 {
	color: #ffffff;
	font-family: "Didact Gothic", sans-serif;
}

.career .infomation_block h3 img {
	max-width: 277px;
	width: 70%;
}

.career .infomation_block h3 span {
	margin: 0 0 0 20px;
	position: relative;
	top: -20px;
}

.career .infomation_block ul {
	background: #ffffff;
	margin: -10px 0 0 0;
	padding: 20px 20px;
}

.career .infomation_block ul li {
	border-top: dotted 1px #cfcfcf;
	padding: 10px 20px;
}

.career .infomation_block ul li time {
	background: url(../images/career/icon_squear.png) no-repeat 0 0;
	margin: 0 40px 0 0;
	padding: 0 0 0 30px;
}

.career .infomation_block ul li:last-child {
	border-bottom: dotted 1px #cfcfcf;
}

.career .message_block {
	background: url(../images/career/bg_message.png) no-repeat center bottom/250vw;
	padding: 80px 0 40vh 0;
}

.career .message_block .inner { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, white 0%, white 90%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	max-width: 100%;
	padding-bottom: 5%;
}

.career .message_block .text {
	margin: 70px 0 0 0;
	text-align: center;
}

.career .message_block .text span {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.career .message_block .text span br {
	display: none;
}

.career .message_block .text h4 {
	font-size: 20px;
	margin: 60px 0 5px 0;
}

.career .message_block .text p {
	margin: 0 0 20px 0;
}

.career .message_block .text .margin-bottom100 {
	margin: 0 0 100px 0;
}

.career .requirements_block {
	background: #fcf3f1 url(../images/career/bg_requirements.png) no-repeat 0 bottom/100%;
	padding: 75px 0;
}

.career .requirements_block table {
	border: none;
	margin: 30px 0 0 0;
}

.career .requirements_block table tr:nth-child(odd) {
	background: #ffffff;
}

.career .requirements_block table th {
	border: none;
	display: block;
	padding: 10px 20px 0 20px;
	width: 100%;
}

.career .requirements_block table td {
	border: none;
	display: block;
	padding: 0 20px 10px 20px;
	width: 100%;
}

.career .requirements_block .mutual_link {
	background: #ffffff;
	margin: 80px auto 50px auto;
	max-width: 616px;
	padding: 40px 20px 10px 20px;
	position: relative;
	text-align: center;
	width: 82%;
}

.career .requirements_block .mutual_link h4 {
	background: #0c6eba;
	color: #ffffff;
	display: inline-block;
	left: -5%;
	padding: 10px 20px;
	position: absolute;
	top: -20px;
}

.career .flow_block {
	background: #005cb8 url(../images/career/bg_flow.png) no-repeat 0 bottom/100%;
	padding: 94px 0;
	text-align: center;
}

.career .flow_block .timelimit {
	border: solid 2px #ffffff;
	color: #ffffff;
	display: inline-block;
	margin: 40px auto 0 auto;
	padding: 0 10px;
}

.career .flow_block .step_list {
	background: rgba(255, 255, 255, 0.85);
	margin: 30px auto 0 auto;
	max-width: 836px;
	padding: 30px 5%;
	text-align: left;
	width: 86%;
}

.career .flow_block .step_list li {
	align-items: center;
	background: url(../images/career/icon_flownext.png) no-repeat 0 bottom/100%;
	display: flex;
	padding: 20px 0;
}

.career .flow_block .step_list li .number {
	margin: 0 60px 0 7.5%;
}

.career .flow_block .step_list li .plus {
	color: #4ca1f2;
	padding: 0 5px;
}

.career .access_block {
	padding: 76px 0;
}

.career .access_block address {
	font-style: normal;
	margin: 30px 0;
	text-align: center;
}

.career .access_block .googlemap iframe {
	height: 587px;
	width: 100%;
}

.career .contact_block {
	background: #fcf3f1;
	padding: 65px 0 105px 0;
	text-align: center;
}

.career .contact_block .logo {
	margin: 70px 0 40px 0;
}

.career .contact_block address {
	font-style: normal;
	margin: 0 0 10px 0;
}

.career .contact_block .tel::before {
	background: url(../images/icon_telephone.svg) no-repeat;
	content: "縲";
	display: inline-block;
	height: 25px;
	width: 26px;
}

.career .contact_block .mail::before {
	background: url(../images/icon_mail.svg) no-repeat 0 center/100%;
	content: "縲";
	display: inline-block;
	margin: 0 5px 0 0;
	width: 23px;
}

.career .contact_block .mail a {
	color: #bc2304;
	text-decoration: underline;
}

.career .contact_block .hour {
	margin: 10px 0 0 0;
}

.career .entry_block {
	padding: 105px 0 130px 0;
	text-align: center;
}

.career .entry_block .btn_entry a {
	background: #ffaa29 url(../images/btn_icon_next.gif) no-repeat 80% center/3%;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	margin: 30px auto 0 auto;
	max-width: 405px;
	padding: 15px 0;
	width: 80%;
}

.career .ttl_block span {
	color: #817b7b;
}

.career .ttl_block::before {
	background: #bc2304;
}

.career .ttl_block_sub span {
	color: #ffffff;
}

.career .ttl_block_sub::before {
	background: #ffffff;
}

/*
    career end
*/

.drawer {
	z-index: 40;
}

.drawer-close {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 39;
}

.drawer-close.is-checked {
	display: block;
	opacity: 0.4;
}

.drawer-icon {
	background: inherit;
	border: none;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: .6vw;
	text-align: center;
	top: 17px;
	z-index: 41;
}

.drawer-icon::after {
	color: #424242;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.drawer-icon.is-checked::after {
	content: "CLOSE";
}

.drawer-bars {
	display: inline-block;
	height: 19px;
	position: relative;
	vertical-align: bottom;
	width: 25px;
}

.drawer-bar {
	background: #424242;
	border-radius: 3px;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
}

.drawer-bar:nth-of-type(1) {
	top: 0;
}

.drawer-bar:nth-of-type(2) {
	top: 8px;
}

.drawer-bar:nth-of-type(3) {
	top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
	top: 10px;
	transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
	background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
	top: 10px;
	transform: rotate(45deg);
}

.drawer-content {
	background: #f7f7f7;
	bottom: auto;
	color: #424242;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding-top: 60px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 200px;
	z-index: 40;
}

.drawer-content.is-checked {
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	transform: translateX(0);
}

.drawer-content li {
	display: block;
	text-align: center;
}

.drawer-content li a {
	display: block;
	padding: 10px 0;
}

.drawer-content li.btn_entry {
	margin: 20px 0 0 0;
}

.drawer-content li.btn_entry a {
	background: #ffaa29;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	width: 80%;
}

.drawer-content--left {
	left: 0;
	right: auto;
	transform: translateX(-105%);
}

.drawer-content--top {
	bottom: auto;
	height: 100%;
	max-width: 100%;
	top: 0;
	transform: translateY(-105%);
	width: 100%;
}

/*
    footer
*/

footer {
	background: #333333;
	padding: 20px 0 10px 0;
	position: relative;
}

footer .btn_totop {
	position: absolute;
	right: 5vw;
	top: -35px;
}

footer nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0 5px 0;
}

footer nav ul li {
	border-right: solid 1px #ffffff;
	line-height: 1.0em;
	margin: 5px 0 5px 0;
	padding: 0 10px;
}

footer nav ul li:last-child {
	border-right: none;
}

footer nav ul li a {
	color: #ffffff;
}

footer nav ul li a:link,
footer nav ul li a:visited,
footer nav ul li a:hover,
footer nav ul li a:active {
	color: #ffffff;
}

footer .footer-copy {
	color: #ffffff;
	text-align: center;
}

/*
    footer end
*/

/*
    saiyou-form
*/

/*
    saiyou-form end
*/

/*
    header
*/

header .header-logo {
	margin: 10px auto 0 auto;
	text-align: center;
	width: 70%;
}

header .header-nav {
	display: none;
}

.header-drawer {
	display: block;
}

/*
    header end
*/

/*
    recruits
*/

.newemployee .main_visual {
	background: url(../images/newemployee/ph_main.png) no-repeat center top/cover;
	min-height: 500px;
	position: relative;
}

.newemployee .main_visual h2 {
	color: #ffffff;
	font-weight: normal;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 10px #323232;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	width: 100%;
}

.newemployee .main_visual h2 span {
	display: block;
	font-weight: bold;
	letter-spacing: .05em;
	text-shadow: 0px 0px 10px #323232;
}

.newemployee .main_visual .news_block {
	background: rgba(0, 0, 0, 0.54);
	bottom: 0;
	left: 0;
	padding: 15px 0;
	position: absolute;
	width: 100%;
}

.newemployee .main_visual .news_block .inner {
	color: #ffffff;
	max-width: 960px;
}

.newemployee .infomation_block {
	background: #0c6eba;
	padding: 8vh 0 5vh 0;
}

.newemployee .infomation_block h3 {
	color: #ffffff;
	font-family: "Didact Gothic", sans-serif;
}

.newemployee .infomation_block h3 img {
	max-width: 277px;
	width: 70%;
}

.newemployee .infomation_block h3 span {
	margin: 0 0 0 20px;
	position: relative;
	top: -20px;
}

.newemployee .infomation_block ul {
	background: #ffffff;
	margin: -10px 0 0 0;
	padding: 20px 20px;
}

.newemployee .infomation_block ul li {
	border-top: dotted 1px #cfcfcf;
	padding: 10px 20px;
}

.newemployee .infomation_block ul li time {
	background: url(../images/newemployee/icon_squear.png) no-repeat 0 0;
	margin: 0 40px 0 0;
	padding: 0 0 0 30px;
}

.newemployee .infomation_block ul li:last-child {
	border-bottom: dotted 1px #cfcfcf;
}

.newemployee .infomation_block ul li a {
	text-decoration: underline;
}

.newemployee .message_block {
	background: url(../images/newemployee/bg_message.png) no-repeat center bottom/250vw;
	padding: 80px 0 40vh 0;
}

.newemployee .message_block .text {
	margin: 70px 0 0 0;
	text-align: left;
}

.newemployee .message_block .text p {
	display: block;
	margin: 0 0 20px 0;
}

.newemployee .message_block .text br {
	display: none;
	text-align: left;
}

.newemployee .requirements_block {
	background: #f3f7fd url(../images/newemployee/bg_requirements.png) no-repeat 0 bottom/100%;
	padding: 75px 0;
}

.newemployee .requirements_block table {
	border: none;
	margin: 30px 0 0 0;
}

.newemployee .requirements_block table tr:nth-child(odd) {
	background: #ffffff;
}

.newemployee .requirements_block table th {
	border: none;
	display: block;
	padding: 10px 20px 0 20px;
	width: 100%;
}

.newemployee .requirements_block table td {
	border: none;
	display: block;
	padding: 0 20px 10px 20px;
	width: 100%;
}

.newemployee .requirements_block .mutual_link {
	background: #ffffff;
	margin: 130px auto 0px auto;
	max-width: 616px;
	padding: 40px 20px 10px 20px;
	position: relative;
	text-align: center;
	width: 82%;
}

.newemployee .requirements_block .mutual_link h4 {
	background: #0c6eba;
	color: #ffffff;
	display: inline-block;
	left: -5%;
	padding: 10px 20px;
	position: absolute;
	top: -20px;
}

.newemployee .flow_block {
	background: #3297f1 url(../images/newemployee/bg_flow.png) no-repeat 0 bottom/100%;
	padding: 94px 0;
	text-align: center;
}

.newemployee .flow_block .timelimit {
	border: solid 2px #ffffff;
	color: #ffffff;
	display: inline-block;
	margin: 40px auto 0 auto;
	padding: 0 10px;
}

.newemployee .flow_block .step_list {
	background: rgba(255, 255, 255, 0.85);
	margin: 30px auto 0 auto;
	max-width: 836px;
	padding: 30px 5%;
	text-align: left;
	width: 86%;
}

.newemployee .flow_block .step_list ul {
	margin: 0 0 20px 0;
}

.newemployee .flow_block .step_list ul li {
	align-items: center;
	background: url(../images/newemployee/icon_flownext.png) no-repeat 0 bottom/100%;
	display: flex;
	padding: 20px 0;
}

.newemployee .flow_block .step_list ul li:last-child {
	background: none;
	border-bottom: solid 2px #a4cdf1;
	padding: 20px 0 0 0;
}

.newemployee .flow_block .step_list ul li .number {
	margin: 0 60px 0 7.5%;
}

.newemployee .flow_block .step_list ul li .plus {
	color: #4ca1f2;
	padding: 0 5px;
}

.newemployee .flow_block .step_list_text {
	text-align: center;
}

.newemployee .access_block {
	padding: 76px 0;
}

.newemployee .access_block address {
	font-style: normal;
	margin: 30px 0;
	text-align: center;
}

.newemployee .access_block .googlemap iframe {
	height: 587px;
	width: 100%;
}

.newemployee .contact_block {
	background: #f3f7fd;
	padding: 65px 0 105px 0;
	text-align: center;
}

.newemployee .contact_block .logo {
	margin: 70px 0 40px 0;
}

.newemployee .contact_block address {
	font-style: normal;
	margin: 0 0 10px 0;
}

.newemployee .contact_block .tel::before {
	background: url(../images/icon_telephone.svg) no-repeat;
	content: "縲";
	display: inline-block;
	height: 25px;
	width: 26px;
}

.newemployee .contact_block .mail::before {
	background: url(../images/icon_mail.svg) no-repeat 0 center/100%;
	content: "縲";
	display: inline-block;
	margin: 0 5px 0 0;
	width: 23px;
}

.newemployee .contact_block .mail a {
	color: #0c6eba;
	text-decoration: underline;
}

.newemployee .contact_block .hour {
	margin: 10px 0 0 0;
}

.newemployee .entry_block {
	padding: 105px 0 130px 0;
	text-align: center;
}

.newemployee .entry_block .btn_entry a {
	background: #ffaa29 url(../images/btn_icon_next.gif) no-repeat 80% center/3%;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	margin: 30px auto 0 auto;
	max-width: 405px;
	padding: 15px 0;
	width: 80%;
}

.newemployee .ttl_block span {
	color: #817b7b;
}

.newemployee .ttl_block::before {
	background: #0c6eba;
}

.newemployee .ttl_block_sub span {
	color: #ffffff;
}

.newemployee .ttl_block_sub::before {
	background: #ffffff;
}

/*
    newemployee end
*/

/*
    saiyou top
*/

.saiyoutop header .inner {
	padding: 0 0;
}

.saiyoutop #breadcrumb .inner {
	padding: 0;
}

.saiyoutop .main_vis {
	background: url(../../images/saiyou/ph_main.jpg) no-repeat center top/cover;
	min-height: 500px;
	position: relative;
}

.saiyoutop .main_vis h2 {
	color: #ffffff;
	font-weight: normal;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 10px #323232;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	width: 100%;
}

.saiyoutop .main_vis h2 span {
	display: block;
	font-weight: bold;
	letter-spacing: .05em;
	text-shadow: 0px 0px 10px #323232;
}

.saiyoutop .explanation {
	padding: 85px 0;
	text-align: center;
}

.saiyoutop .explanation h3 {
	font-weight: 700;
	margin: 0 0 30px 0;
}

.saiyoutop .explanation p {
	margin: 0 0 30px 0;
}

.saiyoutop .explanation .saiyoutype li {
	margin: 30px 0;
	text-align: center;
}

/*
    saiyou top
*/

.saiyoutop .contents{
    padding: 85px 0;
    text-align: center;
}

.saiyoutop .contents .block{
    padding: 4em 0;
}
.saiyoutop .bg-blue {
    background: #f3f7fd;
}
.saiyoutop .ttl_block{
    display: block;
    position: relative;
    margin-bottom: 4em;
}
.saiyoutop .ttl_block:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    /* display: inline-block; */
    width: 8em;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0c6eba;
}

.saiyoutop .ttl_block img{
    max-height: 1.8em;
}
.saiyoutop .ttl_block span{
    display: block;
    color: #373737;
    font-weight: bolder;
    margin-top: 1em;
}

.saiyoutop .contents .saiyoutype li {
    margin: 30px 0;
    text-align: center;
}


.saiyoutop .CorporatePhilosophy_block {
    background: url(../../images/saiyou/bg_message.jpg) no-repeat center bottom/250vw;
    padding: 3px 0 30vh 0;
}
.saiyoutop .CorporatePhilosophy_block .sub-title {
    margin: 0 0 2em;
    font-size: larger;
    font-family: serif;
    line-height: 1.7em;
    color: #373737;
}

.saiyoutop .Businessintroduction_block img.btn {
    width: 18em;
    margin: 3em 1em 0;
}


.saiyoutop .message_block .sub-title {
    margin: 0 0 1em;
    font-size: 1.05em;
    font-family: serif;
    line-height: 1.5em;
    color: #373737;
    text-align: center;
    border-bottom: solid 4px #c8c8c8;
    padding-bottom: 0.4em;
    margin-bottom: 0em;

}
.saiyoutop .message_block-right {
    margin-bottom: 1em;
}

.saiyoutop .message_block p:nth-of-type(2) {
    margin: 0.5em 0.1em 1em;
    font-size: 0.98em;
    text-align: center;
}
.saiyoutop .message_block p {
    text-align: left;
    margin: 1em 0;
}
 .saiyoutop .message_block p.text {
    font-size: large;
    line-height: 1.6em;
}


.saiyoutop .information_block .ttl_block {
    display: block;
    position: inherit;
    margin: -2em 0 1em;
}

.saiyoutop .information_block .ttl_block:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    /* display: inline-block; */
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0c6eba;
}

.saiyoutop .information_block span{
    color: #fff;
}
.saiyoutop .information_block {
    background: #0c6eba;
    padding: 8vh 0 5vh 0;
}


.saiyoutop .information_block ul {
    background: #ffffff;
    margin: -10px 0 0 0;
    padding: 20px 20px;
}
.saiyoutop .information_block ul li:last-child{
    border-bottom: dotted 1px #cfcfcf;
}
.saiyoutop .information_block ul li{
    border-top: dotted 1px #cfcfcf;
    padding: 10px 20px;
    text-align: left;
}
.saiyoutop .information_block ul li time {
    display: inline-block;
    color: #fff;
    background: #0c6eba;
    padding: 0.1em 0.5em;
}
.saiyoutop .information_block ul li p {
    margin: 0.3em 0 0;
}
.saiyoutop .information_block ul li a {
    text-decoration: underline;
}


.saiyoutop .QA_block dl {
    text-align: left;
    margin-top: 8em;
}

.saiyoutop .QA_block dt {
    font-size: larger;
    display: inline-flex;
    font-weight: bolder;
    color: #0c6eba;
    font-weight: bolder;
}
.saiyoutop .QA_block dd {
	position: relative;
	margin: 1em 0 2em 0;
	padding: 0 0 1.5em 2em;
}
.saiyoutop .QA_block dt::before, .saiyoutop .QA_block dd::before {
	font-size: 1.8em;
    font-weight: bold;
    display: inline-block;
    width: 1.3em;
    line-height: 1em;
}

.saiyoutop .QA_block dt:nth-of-type(2n+1)::before {
	padding: 0.1em 0.3em 0 0;
    margin: -11px auto auto;
	content: 'Q';
    color: #0c6eba;
}
.saiyoutop .QA_block dt:nth-of-type(2n)::before{
	content: '';
    margin: 0 -0.25em;
}

.saiyoutop .QA_block dd::before {
	padding: 0.12em 0.45em;
}


.saiyoutop hr {
    max-width: 58em;
    display:block;
    height: 1px;
    border: 0;
    border-top: dotted 1px #cfcfcf;
}

.hidden-sp{
    display: none;
}


.saiyoutop .QA_block .shinsostu {
    font-size: 0.75em;
    font-weight: bold;
    display: inline-table;
    width: 3.4em;
    height: 1.6em;
    line-height: 1em;
    padding: 0.5em;
    margin: 0px 0.5em 0;
    color: #FFFFFF;
    background: #88B5D8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.saiyoutop .QA_block .career{
    font-size: 0.75em;
    font-weight: bold;
    display: inline-table;
    width: 5em;
    height: 1.6em;
    line-height: 1em;
    padding: 0.5em;
    margin: 0;
    color: #FFFFFF;
    background: #d88888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.saiyoutop a {
-webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.saiyoutop a:hover {
    opacity: 0.70;
}


@media (min-width: 768px) {

    .br-sp {
        display: none;
    }

    .hidden-sp{
        display: inherit;
    }

    .saiyoutop .contents:first-of-type{
        padding: 0;
    }
    .saiyoutop .contents .block{
        padding: 8em 0;
    }



    .saiyoutop .contents .saiyoutype {
        display: flex;
        justify-content: center;
    }

    .saiyoutop .contents .saiyoutype li {
    display: block;
    padding: 1em;
    width: 55%;
    }

    .saiyoutop .ttl_block span {
    font-size: 1.5em;
    margin-top: 0.7em;
    }
    .saiyoutop .ttl_block img{
    max-height: none;
    }

   .saiyoutop .CorporatePhilosophy_block .sub-title {
    font-size: x-large;
    line-height: 1.8em;
    }

    .saiyoutop .CorporatePhilosophy_block {
    background: url(../../images/saiyou/bg_message.jpg) no-repeat center bottom/100%;
    padding: 80px 0 30vh 0;
    }

    .saiyoutop .Businessintroduction_block img.btn {
        max-width: 20em;
        margin: 3em 0 0 3em;
    }


    .saiyoutop .message_block {
    width: auto;
    }

    .saiyoutop .message_block .sub-title.hidden-sp {
    font-size: 1.6em;
    display: table-cell;
    width: 56%;
    }

    .saiyoutop .message_block p.hidden-sp:nth-of-type(2) {
    text-align: right;
    display: block;
    }

    .saiyoutop .message_block p.text {
    line-height: 1.9em;
    }

    .saiyoutop .message_block-right {
    width: 30%;
    float: right;
    margin: 0 0 0 1.6em;
    }
    .saiyoutop .message_block-left {
    display: contents;
    text-align: initial;
    }

    .clearfix::after {
    content: " ";
    display: block;
    clear: both;
    }

    .saiyoutop .information_block.block {
    padding: 4em 0;
    }
    .saiyoutop .information_block .ttl_block {
    display: flex;
    }
    .saiyoutop .information_block .ttl_block span {
    margin: auto 0 auto 2em;
    }

    .saiyoutop .information_block ul li {
    display: inline-flex;
    width: 80%;
    }
    .saiyoutop .information_block ul li time {
    margin-right: 1em;
    padding: 0.2em 0.5em 0;
    }

    .saiyoutop .QA_block dt {
    display: inline-flex;
    vertical-align: middle;
    margin: 0.5em 0 0;
    }
    .saiyoutop .QA_block dt:nth-of-type(2n+1) {
    margin: 11px -1.5em -3px -12px;
    }

    .saiyoutop .QA_block dd {
        margin: 1.9em 0 3em 0;
    }

    .saiyoutop .QA_block .shinsostu {
    text-align: center;
    margin: 0px 0.5em;
    color: #FFFFFF;
    background: #88B5D8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
    width: 5em;
    height: 1.6em;
    line-height: 1em;
    }

    .saiyoutop .QA_block .career{
        text-align: center;
        color: #FFFFFF;
        background: #d88888;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 0.9em;
        font-weight: bold;
        display: block;
        line-height: 1em;
        width: 5.6em;
    }



}



.ttl_block_module span,
.career .ttl_block span,
.career .ttl_block_sub span,
.newemployee .ttl_block span,
.newemployee .ttl_block_sub span {
	font-size: 1.25rem;
}

.career .main_visual h2 {
	font-size: 2rem;
}

.career .main_visual h2 span {
	font-size: 3.5rem;
}

.career .main_visual .news_block .inner {
	padding: 0;
	width: 90%;
}

.career .infomation_block .inner {
	padding: 0;
	width: 90%;
}

.career .infomation_block h3 span {
	font-size: 1.25rem;
}

.career .infomation_block ul {
	padding: 48px 77px;
}

.career .infomation_block ul li {
	display: flex;
}

.career .message_block .inner {
	background: none;
	padding-bottom: 0%;
}

.career .message_block .text span br {
	display: block;
}

.career .message_block {
	background: url(../images/career/bg_message.png) no-repeat center bottom/100%;
}

.career .requirements_block table {
	display: table;
}

.career .requirements_block table th {
	display: table-cell;
	padding: 20px 30px;
	text-align: right;
	vertical-align: middle;
	width: 20%;
}

.career .requirements_block table td {
	display: table-cell;
	padding: 20px 30px;
	width: 60%;
}

.career .requirements_block .mutual_link {
	padding: 70px 0 30px 0;
}

.career .requirements_block .mutual_link h4 {
	font-size: 1.625rem;
}

.career .flow_block .step_list li {
	font-size: 1.5rem;
}

.career .contact_block .responsibleparty {
	font-size: 1.125rem;
}

.career .contact_block address {
	font-size: 1rem;
}

.career .contact_block .tel {
	font-size: 1.375rem;
}

.career .contact_block .mail {
	font-size: 1.375rem;
}

.career .contact_block .hour {
	font-size: 0.875rem;
}

.career .entry_block .btn_entry a {
	font-size: 1.375rem;
}

footer .footer-copy {
	font-size: 0.875rem;
}

header .header-nav {
	background: #f7f7f7;
	display: block;
	justify-content: center;
}

header .header-nav ul {
	display: flex;
	justify-content: center;
}

header .header-nav ul li a {
	display: block;
	line-height: 1.0em;
	padding: 20px 1.5vw 15px 1.5vw;
	transition: .8s;
}

header .header-nav ul .btn_entry a {
	background: url(../../saiyou/images/bg_btn_entry.gif) no-repeat 0 0;
	color: #ffffff;
	text-align: center;
	width: 208px;
}

.header-drawer {
	display: none;
}

.newemployee .main_visual h2 {
	font-size: 2rem;
}

.newemployee .main_visual h2 span {
	font-size: 3.5rem;
}

.newemployee .main_visual .news_block .inner {
	padding: 0;
	width: 90%;
}

.newemployee .infomation_block .inner {
	padding: 0;
	width: 90%;
}

.newemployee .infomation_block h3 span {
	font-size: 1.25rem;
}

.newemployee .infomation_block ul {
	padding: 48px 77px;
}

.newemployee .infomation_block ul li {
	display: flex;
}

.newemployee .message_block .text {
	text-align: center;
}

.newemployee .message_block .text br {
	display: block;
}

.newemployee .message_block {
	background: url(../images/newemployee/bg_message.png) no-repeat center bottom/100%;
}

.newemployee .requirements_block table {
	display: table;
}

.newemployee .requirements_block table th {
	display: table-cell;
	padding: 20px 30px;
	text-align: right;
	vertical-align: middle;
	width: 20%;
}

.newemployee .requirements_block table td {
	display: table-cell;
	padding: 20px 30px;
	width: 60%;
}

.newemployee .requirements_block .mutual_link {
	padding: 70px 0 30px 0;
}

.newemployee .requirements_block .mutual_link h4 {
	font-size: 1.625rem;
}

.newemployee .flow_block .step_list ul li:last-child {
	border-bottom: solid 4px #a4cdf1;
}

.newemployee .flow_block .step_list ul li {
	font-size: 1.5rem;
}

.newemployee .contact_block .responsibleparty {
	font-size: 1.125rem;
}

.newemployee .contact_block address {
	font-size: 1rem;
}

.newemployee .contact_block .tel {
	font-size: 1.375rem;
}

.newemployee .contact_block .mail {
	font-size: 1.375rem;
}

.newemployee .contact_block .hour {
	font-size: 0.875rem;
}

.newemployee .entry_block .btn_entry a {
	font-size: 1.375rem;
}

.saiyoutop .main_vis h2 {
	font-size: 2.625rem;
}

.saiyoutop .main_vis h2 span {
	font-size: 5.375rem;
}

.saiyoutop .explanation h3 {
	font-size: 3.125rem;
}

.saiyoutop .explanation .saiyoutype {
	display: flex;
	justify-content: center;
}

.saiyoutop .explanation .saiyoutype li {
	margin: 30px 13px;
}

}

@media (min-width: 768px) and (max-width: 767px) {

.saiyoutop .explanation h3 {
	font-size: 1.125rem;
}

}

@media (min-width: 768px) and (min-width: 768px) {

.saiyoutop .explanation h3 {
	font-size: 1.875rem;
}

}

@media (min-width: 1024px) {

.career .infomation_block h3::before {
	background: #ffffff;
	content: "縲";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0px 0;
	width: 67px;
}

.newemployee .infomation_block h3::before {
	background: #ffffff;
	content: "縲";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0px 0;
	width: 67px;
}

}

@media (max-width: 767px) {

.ttl_block_module span,
.career .ttl_block span,
.career .ttl_block_sub span,
.newemployee .ttl_block span,
.newemployee .ttl_block_sub span {
	font-size: 0.75rem;
}

.career .main_visual h2 {
	font-size: 1.2rem;
}

.career .main_visual h2 span {
	font-size: 2.1rem;
}

.career .infomation_block h3 span {
	font-size: 0.75rem;
}

.career .requirements_block .mutual_link h4 {
	font-size: 0.975rem;
}

.career .flow_block .step_list li {
	font-size: 0.9rem;
}

.career .contact_block .responsibleparty {
	font-size: 0.675rem;
}

.career .contact_block address {
	font-size: 0.6rem;
}

.career .contact_block .tel {
	font-size: 0.825rem;
}

.career .contact_block .mail {
	font-size: 0.825rem;
}

.career .contact_block .hour {
	font-size: 0.525rem;
}

.career .entry_block .btn_entry a {
	font-size: 0.825rem;
}

footer .footer-copy {
	font-size: 0.525rem;
}

.newemployee .main_visual h2 {
	font-size: 1.2rem;
}

.newemployee .main_visual h2 span {
	font-size: 2.1rem;
}

.newemployee .infomation_block h3 span {
	font-size: 0.75rem;
}

.newemployee .requirements_block .mutual_link h4 {
	font-size: 0.975rem;
}

.newemployee .flow_block .step_list ul li {
	font-size: 0.9rem;
}

.newemployee .contact_block .responsibleparty {
	font-size: 0.675rem;
}

.newemployee .contact_block address {
	font-size: 0.6rem;
}

.newemployee .contact_block .tel {
	font-size: 0.825rem;
}

.newemployee .contact_block .mail {
	font-size: 0.825rem;
}

.newemployee .contact_block .hour {
	font-size: 0.525rem;
}

.newemployee .entry_block .btn_entry a {
	font-size: 0.825rem;
}

.saiyoutop .main_vis h2 {
	font-size: 1.575rem;
}

.saiyoutop .main_vis h2 span {
	font-size: 3.225rem;
}

.saiyoutop .explanation h3 {
	font-size: 1.875rem;
}

}
</pre></body></html>