/*!
Theme Name: arise-sr
Text Domain: arise-sr
*/

/* General */

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
}

html, body {
	overflow-x: hidden;
	position: relative;
}

body {
	border-left: solid 10px #D20000;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.81;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}

body::before {
	background-color: rgba(222, 221, 211, .12);
	content: "";
	height: 100%;
	left: -110px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 220px;
	z-index: -1;
}

section {
	margin: 130px 0;
}

.content-main section {
	font-size: 18px;
}

a {
	color: #D20000;
	text-decoration: none;
	/* &:visited {
		color: inherit;
	} */
}

a[href*="/"]:hover {
	text-decoration: underline;
}

img {
	height: auto;
	max-width: 100%;
}

/* header */

.header {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 35px;
}

.header .header-info {
	/*align-items: flex-end;
	-webkit-box-align: end;*/
	align-items: center:
	-webkit-box-align: center:
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	padding: 0 5%;
}

.header .header-info h1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	font-size: 16px;
	font-weight: normal;
	/*margin: 0 auto 15px 40px;*/
	margin: 60px auto 15px 20px;
	margin-right: auto;
	order: 2;
}

.header .header-info .header-logo {
	-webkit-box-ordinal-group: 2;
	display: grid;
	-ms-flex-order: 1;
	grid-template-areas: "a b" "a c";
	grid-template-rows: 1fr 1fr;
	order: 1;
}

.header .header-info .header-logo .header-logo-title {
	align-self: start;
	-ms-flex-item-align: start;
	grid-area: c;
	line-height: 1;
	margin: 0;
	width: 258px;
}

.header .header-info .header-logo .header-logo-title a, .header .header-info .header-logo .header-logo-title img {
	display: block;
}

.header .header-info .header-logo p {
	align-self: end;
	-ms-flex-item-align: end;
	font-size: 13px;
	grid-area: b;
	margin: 0;
}

.header .header-info .header-logo p a {
	color: inherit;
	text-decoration: none;
}

.header .header-info .header-logo .header-logo-mark {
	align-self: center;
	-ms-flex-item-align: center;
	grid-area: a;
	margin-right: 5px;
	width: 70px;
}

.header .header-info .header-contact {
	background-color: #D20000;
	border-radius: 0 0 8px 8px;
	-webkit-box-ordinal-group: 4;
	color: #FFF;
	-ms-flex-order: 3;
	order: 3;
	padding: 10px 35px;
	text-align: center;
}

.header .header-info .header-contact p {
	font-size: 12px;
	margin: 0;
}

.header .header-info .header-contact .header-phone {
	font-size: 24px;
	font-weight: bold;
}

.header .header-info .header-contact .header-phone .fa-phone {
	font-size: 30px;
	margin-right: 15px;
}

.header .header-info .header-contact .header-phone .header-email .fa-envelope {
	font-size: 30px;
	margin-left: 10px;
	color: #fff;
}

.header .header-menu-toggle {
	display: none;
}

.header .header-menu-toggle .fa-bars, .header .header-menu-toggle .fa-times {
	text-align: center;
	width: 1em;
}

.header .header-menu-toggle .fa-bars {
	display: block;
}

.header .header-menu-toggle .fa-times {
	display: none;
}

.header .header-menu-toggle.open .fa-bars {
	display: none;
}

.header .header-menu-toggle.open .fa-times {
	display: block;
}

.header .header-gm {
	margin: 50px auto 0;
	padding: 0;
	width: 1280px;
}

.header .header-gm ul {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 14px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .header-gm ul a {
	color: #4A4A4A;
	display: block;
	padding: 6px 6px 2px;
	position: relative;
}

.header .header-gm ul a.current {
	background-color: rgba(74, 74, 74, .7);
	color: #FFF;
}

.header .header-gm ul a::before {
	background-color: #D20000;
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 6px;
	position: absolute;
	top: 0px;
	width: 6px;
}

.header .header-gm ul a:hover::before {
	-webkit-animation: bounce 1s linear infinite;
	        animation: bounce 1s linear infinite;
}

.header .header-gm-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1280px;
}

.header .header-gm-sub ul {
	align-items: center;
	background-color: rgba(74, 74, 74, .7);
	-webkit-box-align: center;
	display: none;
	-ms-flex-align: center;
	list-style: none;
	margin: 0;
	padding: 20px;
	z-index: 1;
}

.header .header-gm-sub ul a {
	color: #FFF;
	display: block;
	padding: 6px;
}

.header .header-gm-sub .header-gm-sub-list {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-right: 0;
	width: 880px;
}

.header .header-gm-sub .header-gm-sub-list li {
	padding: 0 2em 0 0;
}

.header .header-gm-sub .header-gm-sub-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.56;
	text-align: center;
	width: 535px;
}

.header .header-gm-sub .header-gm-sub-button li:first-child {
	background-color: #4A90E2;
	margin-right: 20px;
}

.header .header-gm-sub .header-gm-sub-button li:last-child {
	background-color: #62AA10;
}

.header .header-gm-sub .header-gm-sub-button a {
	width: 170px;
}

.header .header-gm-sp {
	background-color: rgba(0, 0, 0, .85);
	position: absolute;
	right: 0;
	-webkit-transform: translateX(450px);
	        transform: translateX(450px);
	-webkit-transition: all .25s ease;
	        transition: all .25s ease;
	visibility: hidden;
	width: 450px;
	z-index: 2;
}

.header .header-gm-sp.open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	visibility: visible;
}

.header .header-gm-sp ul {
	list-style: none;
	margin: 0;
}

.header .header-gm-sp ul a {
	color: #FFF;
}

.header .header-gm-sp .header-gm-sp-list {
	padding: 0;
}

.header .header-gm-sp .header-gm-sp-list li {
	border-top: 1px solid #FFF;
}

.header .header-gm-sp .header-gm-sp-list li a {
	display: inline-block;
	padding: 15px;
}

.header .header-gm-sp .header-gm-sp-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	line-height: 1.56;
	padding: 20px;
	text-align: center;
}

.header .header-gm-sp .header-gm-sp-button li {
	width: 45%;
}

.header .header-gm-sp .header-gm-sp-button li:first-child {
	background-color: #4A90E2;
}

.header .header-gm-sp .header-gm-sp-button li:last-child {
	background-color: #62AA10;
}

.header .header-gm-sp .header-gm-sp-button a {
	display: block;
	padding: 6px;
}

.header .breadcrumbs {
	margin: 20px auto 0;
	width: 1280px;
}

.header .breadcrumbs div {
	background-color: rgba(222, 221, 211, .4);
	display: inline-block;
	font-size: 14px;
	padding: 0 6px;
}

/* content */

.main {
	margin: auto;
	width: 1280px;
}

.title {
	font-size: 20px;
	margin: 0 0 60px;
	padding-left: 65px;
	position: relative;
}

.title::before {
	background-color: rgba(222, 221, 211, .8);
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.title2 {
	border-left: 50px solid #DFDED4;
	margin: 60px 0 30px;
	padding-left: 10px;
	overflow: hidden;
}

.inner-content::after {
	clear: both;
	display: block;
	content: "";
}
.inner-content {
	margin: auto;
	width: 1150px;
}

.banners {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 140px auto;
	padding: 0;
	width: 1150px;
}

.banners li {
	/*width: calc(50% - 25px);*/
	width:100%;
}

.banners li a {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	color: #FFF;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: end;
	height: 100%;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}

.banners li a.subsidy-diagnosis-banner {
	padding-top: 200px;
}

.banners li a.subsidy-diagnosis-banner strong {
	display: block;
	font-size: 24px;
	padding: 0 15px;
}

.banners li a.subsidy-diagnosis-banner p {
	line-height: 1.95;
	margin: 10px auto;
	padding: 0 15px;
}

.banners li a.subsidy-diagnosis-banner h4 {
	background-color: #4A90E2;
}

.banners li a.labor-dispute-banner {
	padding-top: 120px;
	text-align: center;
}

.banners li a.labor-dispute-banner h4 {
	background-color: #62AA10;
}

.banners li a.labor-dispute-banner div {
	background-color: rgba(255, 255, 255, .6);
	border: solid 1px #9BBB6F;
	border-radius: 8px;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto;
	padding: 8px;
	width: 75%;
}

.banners li a.labor-dispute-banner div strong {
	font-size: 24px;
}

.banners li a.labor-dispute-banner div p {
	font-size: 28px;
	margin: 0;
}

.banners li a.labor-dispute-banner h5, .banners li a.labor-dispute-banner h5 + p {
	line-height: 1.4;
	margin: 0 auto;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.banners li a.labor-dispute-banner h5 {
	font-size: 48px;
}

.banners li a.labor-dispute-banner h5 + p {
	font-size: 20px;
}

.banners li a .banner-ribbon {
	background-color: #D0021B;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	color: #FFF;
	font-family: AbadiMT;
	font-size: 24px;
	left: -35px;
	position: absolute;
	text-align: center;
	top: 35px;
	-webkit-transform: rotate(-35deg);
	        transform: rotate(-35deg);
	width: 270px;
}

.banners li a h4 {
	font-family: sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.banners li a img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 600ms ease-out;
	        transition: -webkit-transform 600ms ease-out;
	        transition:         transform 600ms ease-out;
	        transition:         transform 600ms ease-out, -webkit-transform 600ms ease-out;
	width: 100%;
	z-index: -1;
}

.banners li a:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.recruitment-banner {
	background-color: #A10C1E;
	border-radius: 15px;
	color: #FFF !important;
	display: block;
	margin: auto;
	text-decoration: none !important;
	width: 725px;
}

.recruitment-banner:hover {
	opacity: .8;
}

.recruitment-banner h4 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}

.recruitment-banner p {
	font-size: 18px;
	margin: 20px 40px 0;
}

.recruitment-banner img {
	border-radius: 8px;
	display: block;
	margin: auto;
	width: calc(100% - 80px);
}

.recruitment-banner span {
	display: block;
	text-align: center;
}

.align-right {
	text-align: right;
}

.sp-only {
	display: none;
}

.yellow-marked {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(248, 231, 28, .5)));
	background-image: linear-gradient(transparent 70%, rgba(248, 231, 28, .5) 0%);
}

.red {
	color: #D20000;
}

.image-right {
	float: right;
	margin: 0 0 25px 25px;
	width: 40%;
}
.image-left {
	float: left;
	margin: 25px 25px 0 0;
	width: 40%;
}
.image-flex3 {
	display: flex;
	justify-content: space-between;
}
.image-flex3 div {
	width: calc(100% / 3 - 10px);
}
.image-flex3 img {
	display: block;
}
.image-flex4 {
	display: flex;
	justify-content: space-between;
}
.image-flex4 div {
	width: calc(100% / 4 - 10px);
}
.image-flex4 img {
	margin:0 auto;
	display: block;
}
.left-bordered {
	border-left: 20px solid #F3EDE6;
	padding-left: 20px;
}

.left-bordered::after {
	clear: both;
	content: "";
	display: block;
}

.left-bordered p {
	margin: 2em 0;
}

.blue-layout {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3868A1), to(#1A3768));
	background-image: linear-gradient(to bottom, #3868A1, #1A3768);
	color: #FFF;
	display: table;
	font-size: 20px;
	margin: 60px auto;
	max-width: 1150px;
	padding: 30px 50px;
	width: 100%;
}

.blue-layout .blue-layout-left {
	background-color: rgba(255, 255, 255, .2);
	border: solid 1px #FFF;
	display: table-cell;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.33;
	text-align: center;
	vertical-align: middle;
	width: 45%;
}

.blue-layout .blue-layout-right {
	display: table-cell;
	padding-left: 90px;
}

.voice-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.voice-link a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 100px;
	text-align: center;
	width: 270px;
}

.content-mv {
	min-height: 20px;
	position: relative;
}

.content-mv .content-mv-caption {
	left: 20px;
	position: absolute;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
	top: 0;
}

.content-mv .content-mv-caption.blog-mv-caption {
	bottom: 0;
	height: 200px;
	margin: auto;
}

.content-mv .content-mv-caption.blog-mv-caption span {
	font-size: inherit;
}

.content-mv .content-mv-caption.blog-mv-caption .blog-mv-title {
	font-size: 30px;
	font-weight: normal;
	margin: 70px 0 0 16px;
}

.content-mv .content-mv-caption h2 {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: 40px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 30px;
}

.content-mv .content-mv-caption h2 span {
	display: block;
	font-size: 30px;
}

.content-mv .content-mv-caption p {
	font-size: 20px;
	line-height: 1.9;
}

.content-mv .content-mv-caption .voice-mv-name {
	text-align: right;
}

.content-mv .content-mv-caption2 {
	font-size: 18px;
	margin: 40px 0 0 20px;
}

.content-mv .content-mv-image {
	-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);
	        box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);
	display: block;
	margin: 0px 4px 4px auto;
	margin-left: auto;
	width: 770px;
}

.content-mv .content-mv-icon {
	display: block;
	margin-left: auto;
	margin-right: 10%;
	width: 320px;
}

.builtin-blog-section .builtin-blog-title {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	margin: 0 0 100px;
	position: relative;
	text-align: center;
}

.builtin-blog-section .builtin-blog-title img:first-of-type {
	position: absolute;
	right: 200px;
	top: -20px;
	width: 250px;
}

.builtin-blog-section .builtin-blog-title img:last-of-type {
	display: block;
	margin: auto auto 15px;
	width: 80px;
}

.builtin-blog-section .builtin-blog-list {
	border-bottom: 4px solid #D20000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.builtin-blog-section .builtin-blog-list li {
	width: calc(25% - 37.5px);
}

.builtin-blog-section .builtin-blog-list li:not(:first-child) {
	margin-left: 50px;
}

.builtin-blog-section .builtin-blog-list li span {
	color: #453124;
	display: block;
	font-size: 14px;
}

.builtin-blog-section .builtin-blog-list li p {
	font-size: 14px;
}

/* footer */

.footer {
	background-image: url(./images/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 40px;
}

.footer .footer-contact {
	text-align: center;
}

.footer .footer-contact p {
	margin: 0;
}

.footer .footer-contact .footer-phone {
	font-family: Arial;
	font-size: 46px;
	line-height: 1;
	margin: 10px auto 0;
}

.footer .footer-contact .footer-phone .fa-phone {
	color: #D20000;
	font-size: 36px;
	margin-right: 20px;
}

.footer .footer-contact .footer-phone a {
	color: inherit;
}

.footer .footer-contact > span {
	display: block;
	font-size: 14px;
}

.footer .footer-contact .footer-email {
	color: #D20000;
	font-size: 40px;
}

.footer .footer-map {
	color: #FFF;
	font-size: 14px;
	margin: 50px 0 60px;
	text-align: center;
}

.footer .footer-map .map {
	background-color: #D8D8D8;
	border: solid 1px #979797;
	height: 284px;
	margin: auto;
	margin: auto;
	width: 1280px;
}

.footer .footer-bg {
	display: none;
}

.footer .footer-nav {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	width: 1280px;
}

.footer .footer-nav ul {
	background-color: rgba(74, 74, 74, .7);
	list-style: none;
	margin: 0;
	padding: 32px 16px;
	width: calc(25% - 40px);
}

.footer .footer-nav ul li:not(:first-child) {
	margin-top: 20px;
}

.footer .footer-nav ul a {
	color: #FFF;
}

.footer .footer-fixed-nav {
	display: none;
}

.footer .footer-copyright {
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 50px 10px;
	text-align: center;
}

.footer .footer-copyright a {
	color: inherit;
}

.footer .up-button {
	bottom: 30px;
	cursor: pointer;
	position: fixed;
	right: 30px;
	width: 75px;
}

.footer .up-button img {
	display: block;
}

/* top */

.slick-track, .slick-slide {
	max-width: initial;
	outline: 0;
}

.top-mv {
	margin-top: 130px;
	outline: 0;
	position: relative;
}

.top-mv .top-mv-caption {
	line-height: 1.63;
	position: absolute;
	top: 0;
	z-index: 1;
}

.top-mv .top-mv-caption h2 {
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 .5em;
}

.top-mv .top-mv-caption p {
	width: 40%;
}

.top-mv .top-mv-ul {
	margin: 0 !important;
	padding: 0;
}

.top-mv .top-mv-item {
	overflow: hidden;
	position: relative;
}

.top-mv .top-mv-item .top-mv-image {
	/*-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);
	        box-shadow: 2px 3px 4px rgba(0, 0, 0, .5);*/
	display: block;
	margin: 0px 4px 4px auto;
	margin-left: auto;
	width: 770px;
}

.top-mv .slick-dots {
	bottom: 0;
	left: 0;
	width: 50%;
}

.top-mv .slick-dots li button:before {
	font-size: 12px;
	opacity: .25;
}

.top-mv .slick-dots li.slick-active button:before {
	color: #D20000;
	opacity: 1;
}

.top-office-banner {
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}

.top-office-banner div {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	height: 470px;
	margin-left: 30px;
	width: 60%;
}

.top-office-banner div h3 {
	font-size: 24px;
	line-height: 1.33;
	margin: 30px 0 0 0;
	-webkit-text-stroke: 2px #FFF;
	text-stroke: 2px #FFF;
	paint-order: stroke;
}

.top-office-banner div p:first-of-type {
	margin: auto 0 0;
}

.top-office-banner div p:last-of-type {
	margin: 40px 0 20px;
	text-align: right;
}

.top-office-banner img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 600ms ease-out;
	        transition: -webkit-transform 600ms ease-out;
	        transition:         transform 600ms ease-out;
	        transition:         transform 600ms ease-out, -webkit-transform 600ms ease-out;
	width: 100%;
	z-index: -1;
}

.top-office-banner:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.top-voice {
	background-color: #1A3768;
	color: #FFF;
	margin: auto;
	/*padding: 30px 0;*/
	padding-bottom:30px;
	width: 1150px;
}

.top-voice .top-voice-title1 {
	border-bottom: 1px solid;
	font-size: 20px;
	margin: 0;
	text-align: center;
}

.top-voice .top-voice-title1 span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 1em;
}

.top-voice .top-voice-title1 + p {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.top-voice .top-voice-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0 30px;
	padding: 0;
}

.top-voice .top-voice-list li {
	margin-top: 40px;
	width: calc(25% - 25.5px);
}

.top-voice .top-voice-list li:not(:nth-child(4n)) {
	margin-right: 30px;
}

.top-voice .top-voice-list li a {
	color: inherit;
	display: block;
	outline: 0;
	text-align: center;
}

.top-voice .top-voice-list li a strong {
	font-size: 14px;
	font-weight: normal;
}

.top-voice .top-voice-list li a img {
	display: block;
}

.top-voice .top-voice-list li p {
	font-size: 14px;
}

.top-voice .top-voice-list li button:before {
	color: #FFF;
	font-size: 12px;
	opacity: .5;
}

.top-voice .top-voice-list li.slick-active button:before {
	color: #FFF;
	opacity: 1;
}

.top-voice .top-voice-list li.top-voice-list-link a {
	border: 1px solid;
	margin-top: 30px;
	padding: 20px 10px;
	text-align: left;
}

.top-voice .top-voice-list li.top-voice-list-link a img {
	display: block;
	margin: auto auto 20px;
	width: 140px;
}

.top-voice .top-voice-list-link-sp {
	display: none;
}

.top-voice .top-voice-title2 {
	border-bottom: 1px solid;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	line-height: normal;
	margin-top: 120px;
	text-align: center;
	padding-top:20px;
}

.top-voice .top-voice-title2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.top-voice .top-voice-title2 + p {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.top-voice .top-consulting-list {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style: none;
	margin: 0 30px;
	padding: 0;
}

.top-voice .top-consulting-list li:nth-child(1) div:first-child {
	background-image: url(./images/top_04_01.jpg);
}

.top-voice .top-consulting-list li:nth-child(2) div:first-child {
	background-image: url(./images/top_04_02.jpg);
}

.top-voice .top-consulting-list li:nth-child(3) div:first-child {
	background-image: url(./images/top_04_03.jpg);
}

.top-voice .top-consulting-list li:nth-child(4) div:first-child {
	background-image: url(./images/top_04_04.jpg);
}

.top-voice .top-consulting-list li:not(:first-child) {
	margin-top: 15px;
}

.top-voice .top-consulting-list li a {
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}

.top-voice .top-consulting-list li a:hover {
	opacity: .8;
}

.top-voice .top-consulting-list li div:first-child {
	background-size: cover;
	color: #1A3768;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 355px;
}

.top-voice .top-consulting-list li div:first-child span {
	position: relative;
}

.top-voice .top-consulting-list li div:last-child {
	color: #000;
	padding: 10px 20px;
}

.top-voice .top-consulting-list li div:last-child h4 {
	font-size: 24px;
	margin: 0 0 10px;
}

.top-voice .top-consulting-list li div:last-child p {
	margin: 0;
}

.top-spotsolution {
	background-color: #FADE8A;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: auto;
	padding: 30px 0;
	width: 1150px;
}

.top-spotsolution .top-spotsolution-title {
	border-bottom: 1px solid;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	line-height: normal;
	text-align: center;
}

.top-spotsolution .top-spotsolution-title span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.top-spotsolution .top-spotsolution-title + p {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.top-spotsolution ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0 30px;
	padding: 0;
}

.top-spotsolution ul li {
	margin: 30px 0;
	width: calc(100% / 3 - 15px);
}

.top-spotsolution ul li:not(:nth-of-type(3n)) {
	margin-right: 22.5px;
}

.top-spotsolution ul li a {
	background-color: rgba(255, 255, 255, .8);
	border: solid 1px #8B572A;
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none !important;
}

.top-spotsolution ul li a:hover {
	background-color: rgba(255, 255, 255, .4);
}

.top-spotsolution ul li a img {
	display: block;
	margin: 30px auto 20px;
	width: 120px;
}

.top-spotsolution ul li a h5 {
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px;
	text-align: center;
}

.top-spotsolution ul li a strong {
	display: block;
	font-size: 18px;
	margin: 0 15px;
}

.top-spotsolution ul li a p {
	margin: 0 15px 15px;
}

/* aboutus */

.aboutus-support {
	margin: 60px auto;
}

.aboutus-support h4 {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 45px;
}

.aboutus-houshin {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3868A1), to(#1A3768));
	background-image: linear-gradient(to bottom, #3868A1, #1A3768);
	color: #FFF;
	font-size: 20px;
	line-height: 1.75;
	margin: auto;
	padding: 45px 75px;
	width: 1150px;
}

.aboutus-houshin .blue-layout {
	background-image: none;
	margin: 0;
	padding: 0;
}

.aboutus-houshin dl {
	margin: 60px 0;
}

.aboutus-houshin dl dt {
	margin: 1.5em 0;
}

.aboutus-houshin dl dd {
	margin: 0;
	font-size: 18px;
}

/* inquiry */

.inquiry-phone {
	background-color: #D0021B;
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 90px 0;
	text-align: center;
}

.inquiry-phone span {
	font-size: 40px;
	font-weight: bold;
	vertical-align: middle;
}

.inquiry-phone a {
	color: inherit;
	font-size: 60px;
	font-weight: bold;
	vertical-align: middle;
}

.inquiry-phone a .fa-phone {
	margin: 0 15px;
}

.inquiry-div h3 {
	font-size: 36px;
	text-align: center;
}

.inquiry-div .inquiry-form {
	background-color: #FAF4EC;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 20px;
}

.inquiry-div .inquiry-form table {
	table-layout: fixed;
	width: 100%;
}

.inquiry-div .inquiry-form table th {
	font-weight: normal;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 220px;
}

.inquiry-div .inquiry-form table th .red {
	vertical-align: super;
}

.inquiry-div .inquiry-form table td {
	padding: 10px;
}

.inquiry-div .inquiry-form table td p {
	font-size: 14px;
	margin: 0;
}

.inquiry-div .inquiry-form table td input, .inquiry-div .inquiry-form table td textarea {
	border: solid 1px #D4C2A4;
	font-size: 1rem;
	padding: 8px;
}

.inquiry-div .inquiry-form table td .mwform-checkbox-field.horizontal-item {
	margin-left: 0;
}

.inquiry-div .inquiry-form table td .mwform-checkbox-field.horizontal-item {
	display: inline-block;
}

.inquiry-div .inquiry-form .buttons {
	text-align: center;
}

.inquiry-div .inquiry-form .buttons button {
	background-color: #D0021B;
	border: 0;
	border-radius: 8px;
	color: #FFF;
	padding: 8px;
	text-align: center;
}
.mailmag .inquiry-form .buttons input {
	background-color: #D0021B;
	border: 0;
	border-radius: 8px;
	color: #FFF;
	padding: 8px;
	text-align: center;
}


/* メルマガフォーム */
.mailmag {
	border:3px solid #D20000;
	border-radius: 10px;
	overflow: hidden;
}
.mailmag .inquiry-div .inquiry-form {
	background-color: #FFFFFF;
	padding:0;
	table-layout: fixed;
	width:100%;
}
.mailmag .inquiry-div h3{
	font-size: 24px;
	font-weight:normal;
	color:#D20000;
	border-bottom:1px solid #D20000;
	padding-top:0;
	margin-top:0;
}
.mailmag .inquiry-div h3 span {
	display:block;
	font-size: 18px;
	color:#000000;
}
.mailmag .inquiry-div h3 strong {
	font-weight:bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mailmag .inquiry-div h3+ p {
		text-align:center;
	}
.mailmag .inquiry-div .inquiry-form table {
	float: left;
	width: 75%;
	margin-left:10px;
}
.mailmag .inquiry-div .inquiry-form table th {
	width: 250px;
}
.mailmag .inquiry-div .inquiry-form table td input, .mailmag .inquiry-div .inquiry-form table td textarea{
	border: none;
	background-color:#DEDDD3;
	color:#9B9B9B;
}
.mailmag .inquiry-div .inquiry-form .buttons {
	overflow: hidden;
	margin:0;
	padding-top:20px;
}
.mailmag .inquiry-div .inquiry-form .buttons input {
	width:85%;
	font-size:14px;
}

/* subsidy-diagnosis */

.subsidy-diagnosis-support {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3868A1), to(#1A3768));
	background-image: linear-gradient(to bottom, #3868A1, #1A3768);
	color: #FFF;
	margin: 60px 0;
	padding: 30px;
}

.subsidy-diagnosis-support .blue-layout {
	background-image: none;
	margin: 0 0 30px;
	padding: 0;
}

/* price */

.price-list dl {
	margin: 60px 0;
}

.price-list dl dd {
	background-color: #F3F1E2;
	border: solid 1px #F4EEE6;
	margin: 1em 0 0 1em;
	padding: 10px;
}

.price-list dl dd h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}

.price-list dl dd p {
	margin-left: 95px;
}

.price-list dl dd p:last-of-type {
	border-top: solid 1px #979797;
	margin: auto;
	text-align: right;
	width: 90%;
}

/* voice */

.voice-section1 {
	border-top: 1px solid rgba(26, 55, 104, .8);
	margin-top: 60px;
}

.voice-section1 h3 {
	font-size: 20px;
	margin: 60px 0;
}

.voice-section2 {
	border-bottom: 1px solid rgba(26, 55, 104, .8);
	padding-bottom: 60px;
}

.voice-section2 .voice-info {
	border: solid 1px #979797;
	margin: 30px 0;
	padding: 20px;
	text-align: center;
}

.voice-section2 .voice-info h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

.voice-section2 .voice-info h3 + p {
	text-align: center;
}

.voice-section2 .voice-info > p {
	margin: 0;
	text-align: left;
}

.voice-section2 .voice-subsidy {
	background-color: rgba(222, 221, 211, .8);
	margin: 30px auto 0;
	padding: 20px;
	text-align: center;
	width: 1150px;
}

.voice-section2 .voice-subsidy h3 {
	font-size: 20px;
	margin: 0;
}

.voice-section2 .voice-subsidy p {
	text-align: left;
}

.voice-section2 .voice-subsidy a {
	background-color: #D20000;
	border-radius: 8px;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	width: 270px;
}

.voice-archive-section {
	border-top: 1px solid rgba(26, 55, 104, .8);
	margin-top: 60px;
}

.voice-archive-section .voice-archive-list {
	list-style: none;
	margin: 0;
	margin: auto;
	padding: 0;
	width: 1150px;
}

.voice-archive-section .voice-archive-list h3 {
	font-size: 20px;
	line-height: 1.9;
	margin: 90px 0 30px;
}

.voice-archive-section .voice-archive-list img {
	float: right;
	margin: 0 0 20px 20px;
	width: 30%;
}

/* blog */

.blog-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-section .blog-section-left {
	width: 75%;
}

.blog-section .blog-section-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-section .blog-section-left ul li:not(:first-of-type) {
	margin-top: 60px;
}

.blog-section .blog-section-left ul h3 {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #DFDED4));
	background-image: linear-gradient(transparent 70%, #DFDED4 0%);
	font-size: 20px;
	margin: 0;
}

.blog-section .blog-section-left ul span {
	color: #9B9B9B;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.blog-section .blog-section-left ul .post-categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.blog-section .blog-section-left ul .post-categories li {
	margin: 0;
}

.blog-section .blog-section-left ul .post-categories a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3868A1), to(#1A3768));
	background-image: linear-gradient(to bottom, #3868A1, #1A3768);
	color: #FFF;
	margin-left: 15px;
	padding: 2px 8px;
}

.blog-section .blog-section-left ul.page-numbers {
	align-items: center;
	border-top: solid 1px #979797;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	justify-content: center;
	margin: 60px auto;
	padding-top: 30px;
}

.blog-section .blog-section-left ul.page-numbers li {
	margin: 0 5px;
}

.blog-section .blog-section-left ul.page-numbers li a, .blog-section .blog-section-left ul.page-numbers li span.current {
	display: block;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.blog-section .blog-section-left ul.page-numbers li a {
	background-color: rgba(222, 221, 211, .8);
	color: #1A3768;
}

.blog-section .blog-section-left ul.page-numbers li span.current {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3868A1), to(#1A3768));
	background-image: linear-gradient(to bottom, #3868A1, #1A3768);
	color: #FFF;
}

.blog-section .blog-section-left .blog-post .blog-post-date {
	color: #9B9B9B;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
}

.blog-section .blog-section-left .blog-post .blog-post-date + p {
	font-size: 18px;
}

.blog-section .blog-section-left .blog-post div {
	margin-left: 2em;
}

.blog-section .blog-section-left .blog-post h2 {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #DFDED4));
	background-image: linear-gradient(transparent 70%, #DFDED4 0%);
	font-size: 20px;
	margin: 60px 0 30px;
}

.blog-section .blog-section-left .blog-post h3 {
	border-left: 50px solid #DFDED4;
	margin: 60px 0 30px;
	padding-left: 10px;
	overflow: hidden;
}

.blog-section .blog-section-right {
	margin-left: 30px;
	margin-top: 25px;
	width: calc(25% - 30px);
}

.blog-section .blog-section-right::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3868A1), to(#1A3768));
	background-image: linear-gradient(to bottom, #3868A1, #1A3768);
	content: "";
	display: block;
	height: 11px;
	width: 100%;
}

.blog-section .blog-section-right ul {
	list-style: none;
	margin: 15px;
	padding: 0;
}

.blog-section .blog-section-right ul li {
	margin: 15px 0;
}

.blog-section .blog-section-right ul li a {
	color: #1A3768;
}

/* recruitment */

.recruitment-items ul {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.recruitment-items ul li {
	width: calc(100% / 3 - 20px);
}

.recruitment-items ul li i {
	background-color: #A10C1E;
	border-radius: 100%;
	color: #FFF;
	display: block;
	font-size: 72px;
	font-style: normal;
	line-height: 70px;
	margin: auto;
	width: 70px;
}

.recruitment-items ul li h3 {
	color: #A10C1E;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	line-height: 1.43;
	margin: 15px 0;
}

.recruitment-items ul li a {
	border: solid 1px #A10C1E;
	display: block;
	position: relative;
	height: 280px;
	overflow: hidden;
}

.recruitment-items ul li a img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 600ms ease-out;
	        transition: -webkit-transform 600ms ease-out;
	        transition:         transform 600ms ease-out;
	        transition:         transform 600ms ease-out, -webkit-transform 600ms ease-out;
	width: 100%;
	z-index: -1;
}

.recruitment-items ul li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.recruitment-items ul li a span {
	background-color: rgba(255, 255, 255, .8);
	border: solid 1px #FFF;
	bottom: 20px;
	color: #A10C1E;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	font-weight: bold;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 4px rgba(168, 161, 161, .5);
	width: calc(100% - 20px);
}

.recruitment-items > a {
	color: #A10C1E;
	font-size: 20px;
}

.recruitment-title, .recruitment-title2 {
	font-size: 26px;
	line-height: 1.54;
	margin: 120px 0 60px;
}

.recruitment-title {
	padding-left: 70px;
	position: relative;
}

.recruitment-title span {
	background-color: #A10C1E;
	border-radius: 100%;
	bottom: 0;
	color: #FFF;
	font-size: 50px;
	font-weight: normal;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.recruitment-title strong {
	color: #A10C1E;
}

.recruitment-title3 {
	background-color: rgba(222, 221, 211, .5);
	font-size: 20px;
	margin: 60px 0 30px;
	padding: 0 10px;
}

.recruitment-occupation {
	background-color: #A82636;
	border: solid 1px #A10C1E;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	padding: 20px;
}

.recruitment-dl dt {
	border-bottom: 1px solid #97968C;
	margin: 30px 0 15px;
}

.recruitment-dl dt::before {
	content: "□";
}

.recruitment-dl dd {
	margin: 1em 0;
}

.recruitment-dl dd ul {
	padding-left: 1.5em;
	text-indent: initial;
}

.recruitment-dl dd ul.alpha {
	list-style: none;
}

.recruitment-dl dd ul.alpha > li {
	margin-bottom: 2em;
	padding-left: 2em;
	text-indent: -2em;
}

.recruitment-dl dd ul.alpha > li ul ul {
	list-style: none;
}

@media screen and (max-width: 1279px) {
	/* 変更
	 .header .header-info {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: center;
		-ms-flex-direction: column;
		    flex-direction: column;
		padding: 10px;
	}
	.header .header-info h1 {
		margin: 0;
	}
	 .header .header-info .header-contact {
		display: none;
	}
	.header .header-menu-toggle {
		background-color: #D80005;
		color: #FFF;
		display: block;
		font-size: 30px;
		padding: 20px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header .header-gm {
		display: none;
	}*/
	.header .header-info {
		padding: 10px;
	}
	.header .breadcrumbs {
		display: none;
	}
	.main {
		margin: 0 10px;
		width: auto;
	}
	.banners li {
		/*width: calc(50% - 10px);*/
	}
	.banners li a h4 {
		font-size: 36px;
	}
	.footer {
		background-size: cover;
		padding: 0 10px;
	}
	.footer .footer-nav ul {
		font-size: 14px;
		width: calc(25% - 10px);
	}
	.recruitment-items ul li h3 {
		font-size: 24px;
	}
	.recruitment-items ul li a span {
		font-size: 20px;
	}
	.recruitment-items > a {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) {
	.title {
		padding-left: 0px;
	}
	.content-mv .content-mv-icon {
		margin-right: 5%;
	}
}

@media screen and (max-width: 768px) {
	body {
		border-left-width: 5px;
	}
	.content-main section {
		font-size: 16px;
	}
	section {
		margin: 60px auto;
	}
	.header {
		margin: 0;
	}
	.header .header-info {
		padding-top: 15px;
	}
	.header .header-info h1 {
		font-size: 12px;
	}
	.header .header-info .header-logo .header-logo-title {
		width: 210px;
	}
	.header .header-info .header-logo p {
		font-size: 10px;
	}
	.header .header-info .header-logo .header-logo-mark {
		align-self: end;
		-ms-flex-item-align: end;
		width: 40px;
	}
	.header .header-info .header-contact {
		display: none;
	}
	/* 変更 */
	.header .header-menu-toggle {
		background-color: #D80005;
		color: #FFF;
		display: block;
		font-size: 30px;
		padding: 20px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header .header-gm {
		display: none;
	}
		.header .header-info {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: center;
		-ms-flex-direction: column;
		    flex-direction: column;
		padding: 10px;
	}
	.header .header-info h1 {
		margin: 0;
	}
	.header .header-info .header-contact {
		display: none;
	}
	.header .header-menu-toggle {
		background-color: #D80005;
		color: #FFF;
		display: block;
		font-size: 30px;
		padding: 20px;
		position: absolute;
		right: 0;
		top: 0;
	}
	/* 変更 */
	.header .header-menu-toggle {
		font-size: 18px;
		padding: 10px;
	}
	.header .header-gm-sp ul {
		font-size: 14px;
	}
	.header .header-gm-sp .header-gm-sp-list li a {
		display: block;
		padding: 10px;
	}
	.header .header-gm-sp .header-gm-sp-button {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		font-size: 12px;
		justify-content: space-between;
		padding: 10px;
	}
	.header .header-gm-sp .header-gm-sp-button li {
		width: calc(50% - 5px);
	}
	.main {
		margin: auto;
	}
	.title {
		background-color: rgba(222, 221, 211, .8);
		margin-bottom: 30px;
		padding: 5px 10px;
	}
	.title::before {
		display: none;
	}
	.inner-content {
		margin: 0 10px;
		width: auto;
	}
	.banners {
		display: block;
		margin: 60px auto;
	}
	.banners li {
		margin: 30px auto;
		width: auto;
	}
	.banners li a.subsidy-diagnosis-banner {
		padding-top: 20vw;
	}
	.banners li a.subsidy-diagnosis-banner strong {
		font-size: 18px;
		line-height: normal;
	}
	.banners li a.subsidy-diagnosis-banner p {
		line-height: normal;
	}
	.banners li a.labor-dispute-banner div {
		margin: 0 10px;
		width: auto;
	}
	.banners li a.labor-dispute-banner div p {
		font-size: 24px;
	}
	.banners li a .banner-ribbon {
		font-size: 16px;
		top: 20px;
		width: 170px;
	}
	.banners li a h4 {
		font-size: 28px;
	}
	.recruitment-banner {
		margin: 0 10px;
		width: auto;
	}
	.recruitment-banner h4 {
		font-size: 30px;
	}
	.recruitment-banner p {
		line-height: normal;
		margin: 10px 10px 0;
	}
	.recruitment-banner img {
		width: calc(100% - 20px);
	}
	.align-right {
		text-align: center;
	}
	.sp-only {
		display: block;
	}
	.image-right {
		float: none;
		margin: auto;
		width: 100%;
	}
	.image-left {
		float: none;
		margin: auto;
		width: 100%;
	}
	.image-flex3,.image-flex4 {
		flex-direction: column-reverse;
	}
	.image-flex3 div {
		width: calc(100%);
	}
	.image-flex4 div {
		width: calc(100%);
	}
	.left-bordered {
		border-width: 2px;
		margin-left: 10px;
		padding-left: 10px;
	}
	.blue-layout {
		display: block;
		margin: 0;
		padding: 20px 10px;
	}
	.blue-layout .blue-layout-left {
		display: block;
		font-size: 20px;
		margin: 0 0 30px;
		padding: 35px 0;
		width: auto;
	}
	.blue-layout .blue-layout-right {
		display: block;
		margin: 0;
		padding: 0;
	}
	.voice-link {
		display: block;
	}
	.voice-link a {
		display: block;
		margin: auto;
	}
	.content-mv .content-mv-caption.blog-mv-caption {
		height: auto;
		margin: 10px;
	}
	.content-mv .content-mv-caption.blog-mv-caption h2 {
		text-align: center;
	}
	.content-mv .content-mv-caption.blog-mv-caption span {
		text-align: center;
	}
	.content-mv .content-mv-caption.blog-mv-caption .blog-mv-title {
		font-size: 24px;
		margin: 0;
	}
	.content-mv .content-mv-caption {
		margin: 10px;
		position: static;
	}
	.content-mv .content-mv-caption h2 {
		font-size: 24px;
	}
	.content-mv .content-mv-caption h2.no-image {
		text-align: center;
	}
	.content-mv .content-mv-caption h2 span {
		font-size: 16px;
	}
	.content-mv .content-mv-caption p {
		width: auto;
	}
	.content-mv .content-mv-caption .voice-mv-lead {
		font-size: 18px;
	}
	.content-mv .content-mv-caption .voice-mv-name {
		font-size: 20px;
	}
	.content-mv .content-mv-caption2 {
		font-size: 14px;
		margin: 40px 10px 0;
	}
	.content-mv .content-mv-image {
		margin: 0 0 4px;
	}
	.content-mv .content-mv-icon {
		margin: auto;
		width: 175px;
	}
	.builtin-blog-section .builtin-blog-title {
		font-size: 24px;
		margin: 0 10px 60px;
	}
	.builtin-blog-section .builtin-blog-title div {
		margin-bottom: 15px;
	}
	.builtin-blog-section .builtin-blog-title img:first-of-type {
		height: 100px;
		position: static;
		width: auto;
	}
	.builtin-blog-section .builtin-blog-title img:last-of-type {
		margin: auto;
		width: 65px;
	}
	.builtin-blog-section .builtin-blog-list {
		display: block;
		margin: 0 10px;
	}
	.builtin-blog-section .builtin-blog-list li {
		width: auto;
	}
	.builtin-blog-section .builtin-blog-list li:not(:first-child) {
		margin-left: 0;
		margin-top: 40px;
	}
	.footer {
		background-image: none;
		padding: 0;
	}
	.footer .footer-contact .footer-phone {
		font-size: 40px;
	}
	.footer .footer-map {
		margin: 30px 10px;
	}
	.footer .footer-bg {
		display: block;
		margin-top: -100px;
		position: relative;
		z-index: -1;
	}
	.footer .footer-nav {
		display: block;
	}
	.footer .footer-nav ul {
		background-color: #4A4A4A;
		padding: 0;
		width: auto;
	}
	.footer .footer-nav ul li:not(:first-child) {
		margin: 0;
	}
	.footer .footer-nav ul a {
		border-top: 1px solid;
		display: block;
		padding: 10px 15px;
	}
	.footer .footer-fixed-nav {
		align-items: center;
		background-color: #D20000;
		bottom: 0;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		color: #FFF;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		left: 0;
		padding: 5px;
		position: fixed;
		right: 0;
		z-index: 1;
	}
	.footer .footer-fixed-nav strong {
		background-color: #FFF;
		border-radius: 8px;
		color: #D20000;
		font-size: 12px;
		padding: 2px 8px;
	}
	.footer .footer-fixed-nav .footer-fixed-phone .fa-phone {
		font-size: 20px;
		vertical-align: middle;
	}
	.footer .footer-fixed-nav .footer-fixed-phone a {
		color: inherit;
		font-size: 5.5vw;
		margin-left: .35em;
		vertical-align: middle;
	}
	.footer .footer-fixed-nav .footer-fixed-email {
		color: inherit;
		font-size: 20px;
		line-height: 1;
	}
	.footer .footer-copyright {
		background-color: #4A4A4A;
		border-top: 1px solid;
		padding: 30px 10px 60px;
	}
	.footer .up-button {
		display: none !important;
	}
	.top-mv {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		    flex-direction: column-reverse;
		margin: 0;
	}
	.top-mv .top-mv-caption {
		margin: 10px;
		position: relative;
	}
	.top-mv .top-mv-caption h2 {
		font-size: 24px;
	}
	.top-mv .top-mv-caption p {
		font-size: 14px;
		width: auto;
	}
	.top-mv .top-mv-item .top-mv-image {
		margin: 0 0 4px;
	}
	.top-mv .slick-dots {
		position: static;
		width: auto;
	}
	.top-office-banner div {
		display: block;
		height: auto;
		margin: 0;
		width: auto;
	}
	.top-office-banner div h3 {
		background-image: url(images/top_02_sp.jpg);
		background-size: cover;
		font-size: 18px;
		line-height: 1.78;
		margin: 0;
		padding: 100px 10px 10px;
	}
	.top-office-banner div p:first-of-type {
		padding: 10px;
	}
	.top-office-banner div p:last-of-type {
		font-size: 14px;
		margin: 0;
		padding: 10px;
		text-align-last: left;
	}
	.top-office-banner img {
		display: none;
	}
	.top-voice-section {
		margin: 0;
	}
	.top-voice {
		/*padding: 60px 10px;*/
		padding-left:10px;
		padding-right:10px;
	}
	.top-voice .top-voice-title1 {
		line-height: 1.46;
	}
	.top-voice .top-voice-title1 span {
		display: block;
	}
	.top-voice .top-voice-title1 + p {
		text-align: left;
	}
	.top-voice .top-voice-list {
		display: block;
		margin: 0;
	}
	.top-voice .top-voice-list li {
		margin: 0;
		width: auto;
	}
	.top-voice .top-voice-list li:not(:nth-child(4n)) {
		margin: 0;
	}
	.top-voice .top-voice-list li a strong {
	font-size: 16px;
	}
	.top-voice .top-voice-list li a img {
		width: 100%;
	}
	.top-voice .top-voice-list .slick-prev {
		left: 5px;
		z-index: 1;
		top: 35%;
	}
	.top-voice .top-voice-list .slick-next {
		right: 5px;
		z-index: 1;
		top: 35%;
	}
	.top-voice .top-voice-list-link-sp {
		color: #FFF;
		display: block;
	}
	.top-voice .top-voice-title2 {
		margin-top: 60px;
	}
	.top-voice .top-consulting-list {
		margin: 0;
	}
	.top-voice .top-consulting-list li a {
		display: block;
	}
	.top-voice .top-consulting-list li div:first-child {
		height: 50vw;
		width: auto;
	}
	.top-voice .top-consulting-list li div:first-child::before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #FFF), color-stop(15%, transparent));
		background-image: linear-gradient(#FFF 5%, transparent 15%);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.top-voice .top-consulting-list li div:last-child {
		padding: 10px;
	}
	.top-voice .top-consulting-list li div:last-child h4 {
		font-size: 18px;
	}
	.top-spotsolution-section {
		margin: 0;
	}
	.top-spotsolution {
		padding: 60px 10px;
	}
	.top-spotsolution .top-spotsolution-title {
		margin: 0;
	}
	.top-spotsolution ul {
		display: block;
		margin: 0;
	}
	.top-spotsolution ul li {
		margin: 20px 0 0;
		width: auto;
	}
	.top-spotsolution ul li:not(:nth-of-type(3n)) {
		margin: 20px 0 0;
	}
	.top-spotsolution ul li a img {
		margin: 10px auto 15px;
		width: 100px;
	}
	.top-spotsolution ul li a strong {
		margin: 0 10px;
	}
	.top-spotsolution ul li a p {
		margin: 0 10px 10px;
	}
	.aboutus-houshin {
		padding: 20px 0;
	}
	.aboutus-houshin .blue-layout {
		padding: 0 10px;
	}
	.aboutus-houshin dl {
		margin: 30px 10px;
	}
	.inquiry-phone {
		padding: 15px 0;
	}
	.inquiry-phone span {
		display: block;
		font-size: 24px;
	}
	.inquiry-phone a {
		display: block;
		font-size: 34px;
		line-height: 1;
	}
	.inquiry-div h3 {
		font-size: 20px;
		padding: 0 10px;
	}
	.inquiry-div h3 + p {
		padding: 0 10px;
	}
	.inquiry-div .inquiry-form {
		padding: 10px;
	}
	.inquiry-div .inquiry-form table {
		display: block;
	}
	.inquiry-div .inquiry-form table tbody, .inquiry-div .inquiry-form table tr, .inquiry-div .inquiry-form table th, .inquiry-div .inquiry-form table td {
		display: block;
	}
/* メルマガフォーム */
	.mailmag{
		width:90%;
		padding:0;
	}
	.mailmag h3 {
		font-size:20px !important;
		padding:0;
		margin:0;
	}
	.mailmag h3 span{
		font-size:14px !important;
		text-align:left;
	}
	.mailmag .inquiry-div h3+ p {
		text-align:left;
		padding: 0 10px;
	}
	.mailmag .inquiry-div .inquiry-form table{
		display:block;
		width: 100%;
		margin:0;
		padding:0;
	}
	.mailmag .inquiry-div .inquiry-form table th {
		width: 100%;
		text-align:center;
		padding-bottom:0;
}
	.mailmag .inquiry-div .inquiry-form .buttons {
		width: 100%;
		padding-top:10px;
		margin-bottom:10px;
	}
	.mailmag .inquiry-div .inquiry-form .buttons input{
		width: 95%;
		font-size:18px;
	}
	.subsidy-diagnosis-support {
		padding: 10px;
	}
	.price-list dl dd {
		margin: 30px 0 0;
	}
	.price-list dl dd p {
		margin: 10px 15px;
	}
	.price-list dl dd p:last-of-type {
		padding: 10px;
		text-align: center;
		width: auto;
	}
	.voice-section1 {
		margin-top: 30px;
	}
	.voice-section1 h3 {
		margin: 30px 0;
	}
	.voice-section2 .voice-info {
		padding: 10px;
	}
	.voice-section2 .voice-info h3 {
		font-size: 20px;
	}
	.voice-archive-section .voice-archive-list h3 {
		margin: 60px 10px 10px;
	}
	.voice-archive-section .voice-archive-list img {
		float: none;
		margin: 0;
		width: 100%;
	}
	.voice-archive-section .voice-archive-list p a {
		display: block;
		text-align: center;
	}
	.blog-section {
		display: block;
		margin-top: 30px;
	}
	.blog-section .blog-section-left {
		width: auto;
	}
	.blog-section .blog-section-left ul h3 {
		background-color: #DFDED4;
		font-size: 18px;
		padding: 10px;
	}
	.blog-section .blog-section-left ul span {
		display: block;
		margin: 10px;
	}
	.blog-section .blog-section-left ul p {
		font-size: 18px;
		margin: 10px;
	}
	.blog-section .blog-section-left .blog-post .blog-post-date {
		margin: 0 10px;
	}
	.blog-section .blog-section-left .blog-post h2 {
		background-color: #DFDED4;
		padding: 10px;
	}
	.blog-section .blog-section-left .blog-post div {
		margin: 0;
	}
	.blog-section .blog-section-left .blog-post p {
		margin-left: 10px;
		margin-right: 10px;
	}
	.blog-section .blog-section-left ul .post-categories {
		display: block;
	}
	.blog-section .blog-section-left ul .post-categories li {
		display: inline-block;
	}
	.blog-section .blog-section-left ul .post-categories a {
		display: block;
		margin: 0;
	}
	.blog-section .blog-section-right {
		margin: 60px 10px 0;
		width: auto;
	}
	.recruitment-items ul {
		display: block;
	}
	.recruitment-items ul li {
		width: auto;
	}
	.recruitment-items ul li:not(:first-of-type) {
		margin-top: 30px;
	}
	.recruitment-items ul li i {
		font-size: 40px;
		line-height: 40px;
		width: 40px;
	}
	.recruitment-title, .recruitment-title2 {
		font-size: 18px;
	}
	.recruitment-title {
		padding-left: 50px;
	}
	.recruitment-title span {
		bottom: auto;
		font-size: 35px;
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	15% {
		-webkit-transform: translate(0px, -25px);
		        transform: translate(0px, -25px);
	}
	30% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	45% {
		-webkit-transform: translate(0px, -15px);
		        transform: translate(0px, -15px);
	}
	60% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	75% {
		-webkit-transform: translate(0px, -5px);
		        transform: translate(0px, -5px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	15% {
		-webkit-transform: translate(0px, -25px);
		        transform: translate(0px, -25px);
	}
	30% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	45% {
		-webkit-transform: translate(0px, -15px);
		        transform: translate(0px, -15px);
	}
	60% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	75% {
		-webkit-transform: translate(0px, -5px);
		        transform: translate(0px, -5px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
}

/*追加 20180614 トップお知らせ */
.top-infor h3 {
    font-size: 24px;
    text-align: center;
    display: block;
    background: none;
	border-bottom: solid 2px #D20000;
	margin: 0;
}
.top-infor ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.top-infor li {
    border-bottom: solid 1px #d8d8d8;
    margin-top: 1rem;
}
.top-infor li span {
    margin-right: 2rem;
}
@media screen and (max-width: 768px) {
.top-infor li span {
margin: 0;
display: block;
}
}
#mkcontents:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.box {width:100%;clear:both; margin-bottom:20px;}
.box1, .box2 {
  float: left;
  width: 50%;
  padding:0 3% 5%;
  }
@media screen and (max-width: 768px) {
  .box1, .box2 {width: 100%;}
}

/*追加20180623*/
#lavor-news ul li {list-style:none; margin-bottom:1rem;}
@media screen and (max-width: 768px) {
section#lavor-news ul {padding-left:0;}
}

/* メルマガフォーム */
.mailmag2 {padding:0;margin:0;}
.mailmag2 .inquiry-form .buttons input {
	background-color: #D0021B;
	border: 0;
	border-radius: 8px;
	color: #FFF;
	padding: 8px;
	text-align: center;
}
.mailmag2 {
	border:3px solid #D20000;
	border-radius: 10px;
	overflow: hidden;
}
.mailmag2 .inquiry-div .inquiry-form {
	background-color: #FFFFFF;
	padding:0;
	table-layout: fixed;
	width:100%;
	padding-bottom:1rem;
}
.mailmag2 .inquiry-div h3{
	font-size: 24px;
	font-weight:normal;
	color:#D20000;
	border-bottom:1px solid #D20000;
	padding-top:0;
	margin-top:0;
}
.mailmag2 .inquiry-div h3 span {
	display:block;
	font-size: 18px;
	color:#000000;
}
.mailmag2 .inquiry-div h3 em {
	font-style:normal;
 }
.mailmag2 .inquiry-div h3 strong {
	font-weight:bold;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mailmag2 .inquiry-div h3+ p {
	text-align:center;
	font-size:14px;
	}
.mailmag2 .inquiry-div .inquiry-form dl {
	width:90%;
	margin:0 auto;
}
.mailmag2 .inquiry-div .inquiry-form dt{
	font-size:1rem;
}
.mailmag2 .inquiry-div .inquiry-form dd{
	margin-left:0;
	margin-bottom:1rem;
}
.mailmag2 .inquiry-div .inquiry-form dd input,
.mailmag2 .inquiry-div .inquiry-form dd textarea{
	border: none;
	background-color:#DEDDD3;
	color:#9B9B9B;
	font-size: 1rem;
	padding: 8px;
}
.mailmag2 .inquiry-div .inquiry-form .buttons input {
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.mailmag2 {	width:90%; margin:0 auto;}
	.mailmag2 .inquiry-div h3 span{font-size:12px;}
	.mailmag2 .inquiry-div h3{font-size:20px;}
	/*.mailmag2 .inquiry-div h3 span em {font-sise:16px !important;}*/
}
/* トップ労務ニュース*/
.top-labor-news {
	background-color:#D20000;
	border-radius: 8px;
	padding:0;
	margin:0;
}
.banners li a.labor-dispute-banner {
	padding-top:2rem;
	padding-bottom:2rem;
}
.banners li a.labor-dispute-banner .labor-news-inn {
	background-color:#fff;
	border:none;
	border-radius:0;
	width:90%;
	padding-top:1rem;
	padding-bottom:2rem;
	margin-top:1.8rem;
}
.banners li a.labor-dispute-banner .labor-news-inn p{
	font-size:1rem;
	font-weight:normal;
	text-align:left;
	padding-left:1rem;
	margin-top:1rem;
}
.banners li a.labor-dispute-banner h3{
	font-size: 24px;
	font-weight:normal;
	color:#fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:90%;
	margin:0 auto;
	background-image: url(./images/ttl_labor-news.png);
	background-position: left center;
	background-repeat: no-repeat;
	/*background-size: 10% auto;*/
	background-size: 7% auto;
}
.banners li a.labor-dispute-banner h3 span {
	display:block;
	font-size:1rem;
}
@media screen and (max-width: 768px) {
	.top-labor-news{width:90%; margin:0 auto;}
	.banners li a.labor-dispute-banner h3{font-size:20px;background-size: 15% auto;}
	.banners li a.labor-dispute-banner .labor-news-inn {width:94%;padding-left:0px;padding-top:.5rem;padding-bottom:1rem;}
	.banners li a.labor-dispute-banner .labor-news-inn p{padding-left:.5rem; paddint-bottom:1rem;}
}
