body {
	color: #556677;
	background-color: #fff;
}

a {
	color: #114488;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

.container-block {
	padding-top: calc(12.5vw + 21px);
	overflow: hidden;
}

.ut-mb40,
.sect-block {
	margin-bottom: 40px;
}

.ut-mb20 {
	margin-bottom: 20px;
}

.ut-main,
.role-main {
	width: 100%;
	max-width: 1064px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.kv-block {
	position: relative;
	height: 40vw;
	margin-right: calc(50% - 50vw);
	margin-bottom: 40px;
	margin-left: calc(50% - 50vw);
	font-size: 32px;
	text-shadow: 2px 2px 4px rgba(30, 30, 90, .8);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.kv-block > .txtArea {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	padding: 0 20px;
	color: #fff;
}

.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5em 1em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #800;
	border-radius: 4px;
}

.button > div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
}

.button::before {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin-right: .5em;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.button.-tel {
	background-color: #ee9999;
}

.button.-tel small {
	display: block;
	margin-top: .5em;
	font-size: 12px;
}

.button.-tel::before {
	background-image: url(../img/icon_tel.svg);
}

.button.-contact {
	background-color: #ffaa44;
}

.button.-contact::before {
	background-image: url(../img/icon_mail.svg);
}

.button.-contact {
	background-color: #ffaa44;
}

.button.-contact::before {
	background-image: url(../img/icon_mail.svg);
}

.button.-normal {
	background-color: #2266cc;
}

.button.-normal::before {
	background-image: url(../img/icon_arr_r.svg);
}

.ut-heading.-heading1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 5em;
	padding: .5em;
	border-left: 5px solid #2266cc;
}

.ut-heading.-heading1 .title {
	margin-right: 1em;
	font-size: 20px;
	color: #2266cc;
	white-space: nowrap;
}

.ut-heading.-heading2 .title {
	font-size: 32px;
	font-weight: normal;
	color: #2266cc;
	text-align: center;
	letter-spacing: .125em;
}

.ut-heading.-heading2 .title::after {
	display: block;
	width: 2em;
	height: 5px;
	margin: auto;
	margin-top: .25em;
	content: '';
	background-color: #2266cc;
}

.heading1 {
	padding: .5em;
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	color: #2266cc;
	border-left: 5px solid #2266cc;
}

.wp-theContent {
	line-height: 1.75;
}

.ut-invisible {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.page-top.-fixed {
	position: fixed;
	right: 40px;
	bottom: 40px;
}

.js-stopScroll {
	overflow: hidden;
}

.debug-area {
	display: none;
}

.sect-block.-cta {
	padding: 40px 0;
	margin-top: -40px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-color: #f5f0e6;
}

.sect-block.-cta.-pagefoot {
	margin-top: 40px;
	margin-bottom: 0;
}

.sect-block.-cta .button {
	width: 70%;
	min-width: 300px;
	height: 70px;
	margin: 10px auto;
}

.button-block .button.-normal {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 240px;
	height: 60px;
	margin: auto;
	font-size: 18px;
	text-align: center;
}

.button-block .button.-normal::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
}

.button-block .button.-normal _:-ms-input-placeholder,
:root .button-block .button.-normal {
	width: 40%;
}

.ut-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: -10px;
}

.ut-card .item {
	display: block;
	padding: 10px;
}

.ut-card .item.-item3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.ut-card .item.-item4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.ut-card .item .inner {
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #556677;
}

.ut-card .item .txtArea {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: flex-end;
	width: calc(100% - 2px);
	height: auto;
	padding: 10px;
	margin: 1px;
	background-color: rgba(245, 240, 230, .8);
	-webkit-box-align: end;
	-ms-flex-align: end;
}
.ut-card .item .title {
	flex: 0 0 100%;
}
.ut-card .item .body {
	flex: 0 0 100%;
	margin-top: 1em;
	font-size: 80%;
	font-weight: normal;
}

.ut-ratio {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.ut-ratio > img {
	-o-object-fit: cover;
	object-fit: cover;
}

.ut-ratio > * {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.cateName {
	padding: .25em 1em;
	font-weight: bold;
	color: #fff;
	background-color: #114488;
}

@media standard, print, screen and (min-width: 433px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.container-block {
		padding-top: 91px;
	}
	.ut-card .item.-item4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.ut-ratio.-ratio100 {
		padding-top: 100%;
	}
}

@media standard, print, screen and (min-width: 577px) {
	.ut-card .item {
		/* 			&.-item3 {
				flex: 0 0 50%;
			}
			&.-item4 {
				flex: 0 0 33.3%;
			}
 */
	}
	.ut-ratio {
		padding-top: 28.125%;
	}
}

@media standard, print, screen and (min-width: 769px) {
	.kv-block {
		height: 320px;
		margin-bottom: 80px;
	}
	.kv-block .title {
		font-size: 36px;
	}
	.kv-block > .txtArea {
		left: 0;
		width: 100%;
		max-width: 1064px;
	}
	.ut-mb40,
	.sect-block {
		margin-bottom: 80px;
	}
	.ut-mb20 {
		margin-bottom: 40px;
	}
	.sect-block.-cta {
		margin-top: -80px;
	}
	.sect-block.-cta .button-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		max-width: 1064px;
		margin: auto;
	}
	.sect-block.-cta.-pagefoot {
		margin-top: 80px;
	}
	.ut-card .item.-item3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
	}
	.ut-card .item.-item3 _:-ms-input-placeholder,
	:root .ut-card .item.-item3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3%;
	}
	.ut-card .item.-item4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.ut-card .item.-item4 _:-ms-input-placeholder,
	:root .ut-card .item.-item4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.ut-card .item .txtArea {
		bottom: -100%;
		-webkit-transition: height .5s;
		-webkit-transition: bottom .5s;
		transition: height .5s;
		transition: bottom .5s;
	}
	.ut-card .item:hover .txtArea {
		bottom: 0;
		height: calc(100% - 2px);
		-webkit-transition: height .5s;
		-webkit-transition: bottom .5s;
		transition: height .5s;
		transition: bottom .5s;
	}
	.ut-heading.-heading1 .title {
		margin-right: 2em;
		font-size: 24px;
	}
	.ut-heading.-heading2 .title {
		font-size: 36px;
	}
	.ut-ratio {
		padding-top: 56.25%;
	}
}

@media standard, print, screen and (min-width: 1065px) {
	.kv-block > .txtArea {
		left: calc(50% - 532px);
	}
}

img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.role-banner {
	position: fixed;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	border-bottom: 5px solid #556677;
}

.role-banner > .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1024px;
	height: calc(12.5vw + 21px);
	margin: auto;
}

.branding-area > .title {
	width: 200px;
	max-width: 50vw;
	margin: 10px;
	-webkit-transition: width .5s;
	transition: width .5s;
}

.nav-button {
	position: relative;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 20px;
	padding: 0;
	margin-right: 10px;
	background: none;
	border: none;
	outline: none;
}

.nav-button span,
.nav-button::before,
.nav-button::after {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 20%;
	background-color: #556677;
}

.nav-button span {
	top: 40%;
}

.nav-button::before,
.nav-button::after {
	content: '';
}

.nav-button::before {
	top: 0;
}

.nav-button::after {
	bottom: 0;
}

.role-navigation {
	z-index: 10;
	display: block;
	padding: 40px 20px 100px;
}

.role-navigation.-fromSide,
.role-navigation.-fromTop {
	top: 95px;
	background-color: #fff;
}

.role-navigation.-fromSide {
	position: fixed;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.role-navigation.-fromTop {
	display: none;
}

.role-navigation.-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.role-navigation.-right {
	right: -100%;
}

.role-navigation.-right.active {
	right: 0;
}

.role-navigation.-left {
	left: -100%;
}

.role-navigation.-left.active {
	left: 0;
}

.global-nav {
	margin-bottom: 2em;
}

.global-nav .menu-item a {
	display: block;
	padding: 1em;
	font-weight: bold;
	border-bottom: 1px solid #114488;
}

.sub-nav > .menu-item > .button {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1em;
}

.sub-nav > .menu-item > .button.-tel {
	background-color: #ee9999;
}

.sub-nav > .menu-item > .button.-mail {
	background-color: #ffaa44;
}

.sub-nav > .menu-item > .button.-tel::before {
	background-image: url(../img/icon_tel.svg);
}

.sub-nav > .menu-item > .button.-mail::before {
	background-image: url(../img/icon_mail.svg);
}

.sub-nav > .menu-item > .button::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

@media standard, print, screen and (min-width: 433px) {
	.role-banner > .inner {
		height: 90px;
	}
}

@media standard, print, screen and (min-width: 769px) {
	.branding-area > .title {
		margin-right: 20px;
	}
	.role-navigation > .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.nav-button {
		display: none;
	}
	.role-navigation {
		padding: 0;
	}
	.role-navigation.-fromTop {
		top: auto;
		display: block;
	}
	.role-navigation.-fixed {
		position: relative;
		height: auto;
		overflow-y: inherit;
	}
	.role-navigation > .inner {
		height: 45px;
	}
	.global-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 0;
		margin-left: 5px;
	}
	.global-nav > .menu-item > a {
		padding: .5em;
		font-size: 13px;
		border-bottom: none;
	}
	.global-nav > .menu-item:not(:last-child) > a {
		border-right: 1px solid #114488;
	}
	.sub-nav {
		margin-right: 5px;
	}
	.sub-nav > .menu-item.-tel {
		display: none;
	}
	.sub-nav > .menu-item > .button {
		margin-bottom: 0;
		font-size: 12px;
	}
}

/* @media standard, print, screen and (min-width: 1065px) {
	.branding-area > .title {
		width: 240px;
		-webkit-transition: width .5s;
		transition: width .5s;
	}
} */

.role-contentinfo {
	padding: 40px 0;
	line-height: 1.75;
	color: #fff;
	background-color: #114488;
	border-top: 5px solid #556677;
}

.role-contentinfo a {
	color: #fff;
}

.role-contentinfo > .inner {
	width: 100%;
	max-width: 1064px;
	padding: 0 20px;
	margin: auto;
}

.role-contentinfo .logo-area > .title {
	width: 110px;
	margin-bottom: 10px;
}

.fnav-area > .title {
	padding-top: 1em;
	border-bottom: solid 1px currentColor;
}

.colophone-area {
	padding-top: 20px;
	text-align: center;
}

@media standard, print, screen and (min-width: 769px) {
	.role-contentinfo {
		padding: 80px 0;
		font-size: 12px;
	}
	.role-contentinfo > .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.role-contentinfo > .inner .footer-txt,
	.role-contentinfo > .inner .footer-nav {
		padding-left: 2em;
	}
	.role-contentinfo > .inner > .widgets-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.role-contentinfo > .inner > .fnav1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.role-contentinfo > .inner > .fnav2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.fnav-area > .title {
		padding-top: 0;
		padding-left: 2em;
	}
	.fnav-area > .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.fnav-area > .inner > .footer-nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.colophone-area {
		padding-top: 40px;
	}
}

@media standard, print, screen and (min-width: 801px) {
	.role-contentinfo {
		font-size: 14px;
	}
}

.home .slide-block img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	max-height: 620px;
}

.home .kv-block {
	height: auto;
}

.home .kv-block > .txtArea {
	font-size: 14px;
	text-shadow: 2px 2px 4px rgba(30, 30, 90, .8);
}
.home .kv-block > .txtArea > h1 {
	font-size: 24px;
}
.home .kv-block > .txtArea > h2 {
	font-size: 20px;
}
.home .kv-block > .txtArea > h3 {
	font-size: 16px;
}
.home .kv-block > .txtArea > p {
	line-height: 1.75;
}

.home .kv-block + .sect-block.-cta {
	margin-top: -40px;
}

.home .sect-block.-lead .title {
	margin-bottom: .5em;
	font-size: 20px;
}

.home .sect-block.-lead .body {
	line-height: 2;
}

.home .sect-block.-news {
	padding: 40px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-color: #f5f0e6;
	border-bottom: 5px solid #1d1e1f;
}
.post-type-archive-news .sect-block .ut-ht > .item,
.home .sect-block.-news .ut-ht > .item {
	display: block;
	margin-bottom: 2em;
}
.post-type-archive-news .sect-block .ut-ht > .item .date,
.home .sect-block.-news .ut-ht > .item .date {
	margin-bottom: 1em;
	font-weight: bold;
}
.post-type-archive-news .sect-block .ut-ht > .item time,
.home .sect-block.-news .ut-ht > .item time {
	margin-left: 1em;
}
.post-type-archive-news .sect-block a,
.home .sect-block.-news a {
	padding-bottom: .25em;
	border-bottom: 1px dotted currentColor;
}

@media standard, print, screen and (min-width: 769px) {
	.home .kv-block > .txtArea {
	}
	.home .kv-block > .txtArea > h1 {
		font-size: 36px;
	}
	.home .kv-block > .txtArea > h2 {
		font-size: 24px;
	}
	.home .kv-block > .txtArea > h3 {
		font-size: 18px;
	}
	.home .sect-block.-lead .title {
		font-size: 24px;
	}
	.home .sect-block.-lead .body {
		text-align: center;
	}
	.post-type-archive-news .sect-block .ut-ht > .item,
	.home .sect-block.-news .ut-ht > .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1.5em;
	}
	.post-type-archive-news .sect-block .ut-ht > .item:last-child,
	.home .sect-block.-news .ut-ht > .item:last-child {
		margin-bottom: 0;
	}
	.post-type-archive-news .sect-block .ut-ht > .item:last-child .date,
	.home .sect-block.-news .ut-ht > .item:last-child .date {
		margin-bottom: 0;
	}
	.home .kv-block + .sect-block.-cta {
		margin-top: -80px;
	}
}

.page-profile .sect-block.-s01 {
	padding: 40px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-color: #f5f0e6;
	border-bottom: 5px solid #556677;
}

.page-profile .sect-block.-s01 .title {
	margin-bottom: .5em;
	font-size: 24px;
}

.page-profile .sect-block.-s01 .theContent {
	line-height: 1.75;
}

.page-profile .sect-block.-s02 .flexArea .map iframe {
	width: 100%;
	height: 300px;
}

.page-profile .sect-block.-s02 .flexArea .desc {
	margin-top: 1em;
	margin-left: 0;
}


.page-recruit .about-list,
.page-profile .about-list {
	border-top: solid 1px #26c;
}

.page-recruit .about-list > .item,
.page-profile .about-list > .item {
	padding: 10px 20px;
	line-height: 1.5;
	border-bottom: solid 1px #26c;
}

.page-recruit .about-list > .item > dt,
.page-profile .about-list > .item > dt {
	font-weight: bold;
}

.page-recruit .about-list.ut-ht > div,
.page-profile .about-list.ut-ht > div {
	display: block;
}

.page-recruit .about-list > .item > dt,
.page-profile .about-list > .item > dt {
	margin-bottom: .5em;
}

@media standard, print, screen and (min-width: 769px) {
	.page-profile .sect-block.-s01 {
		margin-top: -80px;
	}
	.page-profile .sect-block.-s02 .flexArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page-profile .sect-block.-s02 .flexArea .map {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 65%;
		flex: 0 1 65%;
	}
	.page-profile .sect-block.-s02 .flexArea .desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		margin-top: 0;
		margin-left: 1em;
	}
	.page-recruit .about-list.ut-ht > div,
	.page-profile .about-list.ut-ht > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page-recruit .about-list > .item > dt,
	.page-profile .about-list > .item > dt {
		margin-bottom: 0;
	}
}

.page-contact .buttonArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-contact .buttonArea .button {
	margin: 0 5px;
	margin-top: 40px;
	font-size: 18px;
}

.page-contact .-back {
	color: #2b61ae;
	background-color: #f5f0e6;
	border: solid 1px #2b61ae;
}

.page-contact .form-list {
	border-top: solid 1px #26c;
}

.page-contact .form-list > .item {
	padding: 10px 20px;
	line-height: 1.5;
	border-bottom: solid 1px #26c;
}

.page-contact .form-list > .item > dt {
	font-weight: bold;
}

.page-contact .form-list.ut-ht > div {
	display: block;
}

.page-contact .form-list > .item > dt {
	margin-bottom: .5em;
}

@media standard, print, screen and (min-width: 769px) {
	.page-contact .form-list.ut-ht > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page-contact .form-list > .item > dt {
		margin-bottom: 0;
	}
}

.page-one-stop-service .sect-block.-s00 {
	border: solid 1px currentColor;
	padding: 1em;
	width: 100%;
}
.page-one-stop-service .sect-block.-s00 > .inner > .img {
	margin-right: auto;
	margin-left: auto;
	max-width: 240px;
}
.page-one-stop-service .sect-block.-s00 > .inner .btnarea {
	margin-top: 2em;
}
.page-one-stop-service .sect-block.-s00 > .inner .btnarea > .button {
	justify-content: center;
	font-size: 18px;
}
.page-one-stop-service .sect-block.-s00 > .inner .btnarea > .button::before {
	content: none;
}
.page-one-stop-service .sect-block.-s00 > .inner .btnarea > .button.-sub {
	background-color: #ffaa44;
}
  

.page-one-stop-service .sect-block.-s02 .block-body {
	margin: -10px;
}

.page-one-stop-service .sect-block.-s02 .block-body .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 120px;
	margin: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-one-stop-service .sect-block.-s02 .block-body .item.-item1 {
	background-image: url(../img/onestop1_1.jpg);
}

.page-one-stop-service .sect-block.-s02 .block-body .item.-item2 {
	background-image: url(../img/onestop1_2.jpg);
}

.page-one-stop-service .sect-block.-s02 .block-body .item.-item3 {
	background-image: url(../img/onestop1_3.jpg);
}

.page-one-stop-service .sect-block.-s02 .block-body .item.-item4 {
	background-image: url(../img/onestop1_4.jpg);
}

.page-one-stop-service .sect-block.-s02 .block-body .item.-item5 {
	background-image: url(../img/onestop1_5.jpg);
}

.page-one-stop-service .sect-block.-s02 .block-body .item.-item6 {
	background-image: url(../img/onestop1_6.jpg);
}

.page-one-stop-service .sect-block.-s03 {
	padding: 40px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-color: #f5f0e6;
}

.page-one-stop-service .sect-block.-s03 .title {
	margin-bottom: 1em;
	font-size: 20px;
}

.page-one-stop-service .sect-block.-s03 .body {
	line-height: 1.75;
}

.page-one-stop-service .sect-block.-s03 .body p + p {
	margin-top: 1em;
}

.page-one-stop-service .sect-block.-s04 .block-header.header .title {
	margin-bottom: 1em;
}

.page-one-stop-service .sect-block.-s04 .oneStop {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: solid 1px #2266cc;
}

.page-one-stop-service .sect-block.-s04 .oneStop.-step1 {
	background-image: url(../img/onestop2_1.jpg);
}

.page-one-stop-service .sect-block.-s04 .oneStop.-step2 {
	background-image: url(../img/onestop2_2.jpg);
}

.page-one-stop-service .sect-block.-s04 .oneStop.-step3 {
	background-image: url(../img/onestop2_3.jpg);
}

.page-one-stop-service .sect-block.-s04 .oneStop.-step4 {
	background-image: url(../img/onestop2_4.jpg);
}

.page-one-stop-service .sect-block.-s04 .oneStop .title-block {
	padding: 20px;
	color: #fff;
	background-color: rgba(34, 102, 204, .5);
}

.page-one-stop-service .sect-block.-s04 .oneStop .title-block .title {
	font-size: 24px;
	font-weight: bold;
}

.page-one-stop-service .sect-block.-s04 .oneStop .title-block .body {
	margin-top: 1em;
	margin-left: 0;
	font-weight: bold;
	line-height: 1.75;
}

.page-one-stop-service .sect-block.-s04 .oneStop .body-block {
	width: calc(100% - 40px);
	max-width: 640px;
	padding: 10px;
	margin: 20px;
	line-height: 1.75;
	background-color: rgba(255, 255, 255, .8);
	border: solid 1px #2266cc;
}

.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea .-item1 {
	font-weight: bold;
	color: #2266cc;
}

.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea .-item1 .title {
	margin-bottom: .5em;
	font-size: 20px;
}

.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea .item + .item {
	margin-top: 1em;
	margin-left: 0;
}

.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea p + p {
	margin-top: 1em;
}

.page-one-stop-service .sect-block.-s04 footer {
	margin: 80px 0;
	font-size: 24px;
	font-weight: bold;
	color: #ffaa44;
	text-align: center;
}

@media standard, print, screen and (min-width: 769px) {
	.page-one-stop-service .sect-block.-s02 .block-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-one-stop-service .sect-block.-s02 .block-body .item {
		width: calc(33.3% - 20px);
		height: 240px;
		font-size: 32px;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .title-block .title {
		font-size: 32px;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .title-block .body {
		margin-left: 2em;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .body-block {
		margin-left: auto;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 14px;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea .-item1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea .-item2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
	}
	.page-one-stop-service .sect-block.-s04 .oneStop .body-block .flexArea .item + .item {
		margin-top: 0;
		margin-left: 10px;
	}
}


/* .page-storage-garage .sect-block.-s02 .txtArea br {
	display: none;
} */
.page-storage-garage .sect-block.-s02 .linkArea {
}
.page-storage-garage .sect-block.-s02 .linkBtn {
	flex: 0 1 500px;
	height: 120px;
	margin: 40px 10px 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	border: solid 1px #26c;
	border-radius: 4px;
}
.page-storage-garage .sect-block.-s02 .linkBtn a {
	display: block;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-weight: bold;
	text-shadow: 0 0 4px rgba(255, 255, 255, .9);
	background-color: rgba(255, 255, 255, .5);
}
.page-storage-garage .sect-block.-s02 .linkBtn:first-child {
	background-image: url(../img/stotage3.jpg);
}
.page-storage-garage .sect-block.-s02 .linkBtn:nth-child(2) {
	background-image: url(../img/stotage2.jpg);
}
.page-storage-garage .sect-block.-s02 .linkBtn:nth-child(3) {
	background-image: url(../img/stotage1.jpg);
}

@media standard, print, screen and (min-width: 769px) {
	.page-one-stop-service .sect-block.-s00 {
		padding: 1em 2em;
		width: -moz-fit-content;
		width: fit-content;
		margin-right: auto;
		margin-left: auto;
	}
	.page-one-stop-service .sect-block.-s00 > .inner {
		display: flex;
		align-items: center;
		gap: 2em;
	}
	.page-storage-garage .sect-block.-s02 .txtArea {
		text-align: center;
	}
	.page-storage-garage .sect-block.-s02 .txtArea br {
		display: block;
	}
	.page-storage-garage .sect-block.-s02 .linkArea {
		display: flex;
		justify-content: space-between;
	}
}
.page-links {
	padding-top: 40px;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers > li {
	padding: 2px;
}
li > .page-numbers {
	width: 30px;
	height: 30px;
	border: solid 1px #2266cc;
}
li > a.page-numbers {
	color: #fff;
	background-color: #2266cc;
}
li > span.page-numbers {
	color: #2266cc;
}

.page-recruit .block-body {
	margin-bottom: 40px;
}
.page-recruit .ut-mb40 {
	margin-bottom: 20px;
}

@media standard, print, screen and (min-width: 769px) {
	.page-recruit .block-body {
		margin-bottom: 80px;
	}
}
