﻿/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1140px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

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

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.din-bold {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
}

.din-ex-bold {
	font-family: "din-2014", sans-serif;
	font-weight: 800;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.orange-2 {
	color: #f47f38;
}

.gray {
	color: #7b7b7b;
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	background: #fff;
	box-sizing: border-box;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.head-in.fixed {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
}

.head-in .wrapper {
	width: 100%;
}

.head-in-logo {
	box-sizing: border-box;
	float: left;
	line-height: 0;
	margin: 20px 0 0 63px;
	padding-left: 52px;
	position: relative;
	text-decoration: none;
}

.head-in-logo-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 48px;
}

.head-in-logo-icon::before {
	background: url(images/logo.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.head-in-logo .big {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05vw;
}

.head-in-logo .mini {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04vw;
	margin-top: 7px;
}

.head-in-logo:hover {
	color: #000;
	opacity: 0.6;
}

.head-in-new-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
	margin: 9px 0;
	margin-left: 63px;
	text-decoration: none;
}

.head-in-new-logo:hover {
	opacity: 0.6;
}

.head-in-new-logo-in {
	box-sizing: border-box;
	display: block;
	width: 130px;
}

.head-in-new-logo-in .img-banner {
	background: url(images/logo-new.png) no-repeat;
	padding-bottom: 32.840%;
}

.head-in-new-logo:hover .head-in-new-logo-in .img-banner {
	opacity: 1;
}

.head-in-new-logo .mini {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04vw;
	margin-top: 5px;
}

.head-in-in {
	box-sizing: border-box;
	float: right;
	width: 833px;
}

.head-in-in-btn-list {
	box-sizing: border-box;
	float: left;
}

.head-in-in-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 1px;
	width: 176px;
}

.head-in-in-btn-list li:last-child {
	margin-right: 0;
}

.head-in-in-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.head-in-in-btn-list-btn-in {
	background: #051e41;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	height: 79px;
	position: relative;
}

.head-in-in-btn-list li.li-middle-aged .head-in-in-btn-list-btn-in {
	background: #228254;
}

.head-in-in-btn-list li.li-company .head-in-in-btn-list-btn-in {
	background: #004aad;
}

.head-in-in-btn-list-btn:hover .head-in-in-btn-list-btn-in {
	opacity: 0.6;
}

.head-in-in-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.head-in-in-btn-list-btn-in-text-in {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.head-in-in-tel {
	box-sizing: border-box;
	float: left;
	margin: 15px 0 0 26px;
}

.head-in-in-tel-title {
	box-sizing: border-box;
	line-height: 0;
	margin-left: 20px;
}

.head-in-in-tel-title-in {
	box-sizing: border-box;
}

.head-in-in-tel-title-in-in {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.03vw;
}

.head-in-in-tel-num {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 4px;
}

.head-in-in-tel-num-in {
	box-sizing: border-box;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -0.01vw;
}

.head-in-in-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 22px;
	position: relative;
}

.head-in-in-tel-num-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 15px;
}

.head-in-in-tel-num-in-text-icon::before {
	background: url(images/icon-tel.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

@media (max-width: 1251px) {

	.head-in-logo {
		margin-left: 10px;
	}

	.head-in-in {
		width: 800px;
	}

}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-main-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 21px;
	position: relative;
	text-align: center;
}

.top-main-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 21px 11px 0;
	border-color: #051e41 transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-main-title-in {
	background: #051e41;
	box-sizing: border-box;
	padding: 17px 20px 19px;
}

.top-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.065vw;
	max-width: 1140px;
}

.top-title {
	background: #228254;
	box-sizing: border-box;
	line-height: 0;
	padding: 15px;
	text-align: center;
}

.top-title-in {
	box-sizing: border-box;
}

.top-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.08vw;
	max-width: 1140px;
}

.top-link-con {
	box-sizing: border-box;
	margin: 0 5px -14px;
}

.top-link-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 14px 14px 0;
	padding: 5px;
	width: 367px;
}

.top-link-con section:nth-child(3n),
.top-link-con section:last-child {
	margin-right: 0;
}

.top-link-con-in {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
	border-radius: 16px;
	padding: 26px 16px 35px;
}

.top-link-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	height: 70px;
	position: relative;
	text-align: center;
}

.top-link-con-in-title-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-link-con-in-title-in-in {
	box-sizing: border-box;
	color: #228254;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.458;
}

.top-link-con-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.05vw;
	height: 182px;
	margin-top: 29px;
}

.top-link-con-in-text p {
	margin-bottom: 20px;
}

.top-link-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-link-con-in-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 20px auto 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.top-link-con-in-btn-in {
	box-sizing: border-box;
	border-color: #228254 !important;
	border: 2px solid;
	border-radius: 10px;
	color: #228254;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 20px;
}

.top-link-con-in-btn:hover .top-link-con-in-btn-in {
	background: #228254;
	color: #fff;
}

.top-link-con-in-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-link-con-in-btn-in-text::after {
	box-sizing: border-box;
	border-color: #228254 !important;
	border: 1px solid;
	border-radius: 50%;
	color: #228254;
	content: "\e002";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	height: 23px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 23px;
}

.top-link-con-in-btn:hover .top-link-con-in-btn-in-text::after {
	border-color: #fff !important;
	color: #fff;
}

/*------------------------------
導入部分
------------------------------*/

.top-main-content {
	box-sizing: border-box;
}

.top-main-content .wrapper {
	padding: 31px 0 80px;
}

.top-main-content-con {
	box-sizing: border-box;
	margin: 0 5px -60px;
}

.top-main-content-con section {
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 4px solid;
	border-radius: 16px;
	float: left;
	margin: 0 60px 60px 0;
	padding: 20px 20px 27px;
	width: 535px;
}

.top-main-content-con section.sec-middle-aged {
	border-color: #228254 !important;
}

.top-main-content-con section.sec-company {
	border-color: #004aad !important;
}

.top-main-content-con section:nth-child(2n),
.top-main-content-con section:last-child {
	margin-right: 0;
}

.top-main-content-con-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 264px;
}

.top-main-content-con-img img {
	height: auto;
	width: 100%;
}

.top-main-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 19px;
	text-align: center;
}

.top-main-content-con-title-in {
	box-sizing: border-box;
}

.top-main-content-con-title-in-in {
	box-sizing: border-box;
	color: #494949;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.06vw;
}

.top-main-content-con section.sec-middle-aged .top-main-content-con-title-in-in {
	color: #228254;
}

.top-main-content-con section.sec-company .top-main-content-con-title-in-in {
	color: #004aad;
}

.top-main-content-con-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.06vw;
	margin-top: 12px;
	text-align: center;
}

.top-main-content-con-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 24px auto 0;
	text-align: center;
	text-decoration: none;
	width: 361px;
}

.top-main-content-con-btn-in {
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 10px;
	color: #494949;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 14px;
}

.top-main-content-con section.sec-middle-aged .top-main-content-con-btn-in {
	border-color: #228254 !important;
	color: #228254;
}

.top-main-content-con section.sec-company .top-main-content-con-btn-in {
	border-color: #004aad !important;
	color: #004aad;
}

.top-main-content-con-btn:hover .top-main-content-con-btn-in {
	background: #494949;
	color: #fff !important;
}

.top-main-content-con section.sec-middle-aged .top-main-content-con-btn:hover .top-main-content-con-btn-in {
	background: #228254;
}

.top-main-content-con section.sec-company .top-main-content-con-btn:hover .top-main-content-con-btn-in {
	background: #004aad;
}

.top-main-content-con-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-main-content-con-btn-in-text::after {
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 1px solid;
	border-radius: 50%;
	color: #494949;
	content: "\e002";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	height: 23px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 23px;
}

.top-main-content-con section.sec-middle-aged .top-main-content-con-btn-in-text::after {
	border-color: #228254 !important;
	color: #228254;
}

.top-main-content-con section.sec-company .top-main-content-con-btn-in-text::after {
	border-color: #004aad !important;
	color: #004aad;
}

.top-main-content-con-btn:hover .top-main-content-con-btn-in-text::after {
	border-color: #fff !important;
	color: #fff !important;
}

.top-main-content-con section.sec-middle-aged .top-main-content-con-btn:hover .top-main-content-con-btn-in-text::after {
	border-color: #fff !important;
}

.top-main-content-con section.sec-company .top-main-content-con-btn:hover .top-main-content-con-btn-in-text::after {
	border-color: #fff !important;
}

/*------------------------------
中高年世代を応援する
支援機関や支援サービスについて
------------------------------*/

.top-about-content {
	background: #f6f6f6;
	box-sizing: border-box;
}

.top-about-content .wrapper {
	padding: 78px 0;
}

.top-about-content-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 31px;
	position: relative;
	text-align: center;
}

.top-about-content-title::before {
	background: #004aad;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 80px;
}

.top-about-content-title::after {
	background: #228254;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	margin: 0 auto;
	margin-left: 50%;
	position: absolute;
	right: 0;
	width: 40px;
}

.top-about-content-title-in {
	box-sizing: border-box;
}

.top-about-content-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.458;
	letter-spacing: 0.08vw;
}

.top-about-content-btn-list {
	box-sizing: border-box;
	margin: 55px 5px -40px;
}

.top-about-content-btn-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 40px 40px 0;
	width: 545px;
}

.top-about-content-btn-list li:nth-child(2n),
.top-about-content-btn-list li:last-child {
	margin-right: 0;
}

.top-about-content-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.top-about-content-btn-list-btn-in {
	background: #228254;
	box-sizing: border-box;
	border-color: #228254 !important;
	border: 2px solid;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.458;
	height: 112px;
	position: relative;
}

.top-about-content-btn-list-btn:hover .top-about-content-btn-list-btn-in {
	background: #fff;
	color: #228254;
}

.top-about-content-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-about-content-btn-list-btn-in-text::after {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 1px solid;
	border-radius: 50%;
	color: #fff;
	content: "\e002";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 25px;
	line-height: 36px;
	height: 36px;
	position: absolute;
	right: 21px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	width: 36px;
}

.top-about-content-btn-list-btn:hover .top-about-content-btn-list-btn-in-text::after {
	border-color: #228254 !important;
	color: #228254;
}

.top-about-content-btn-list-btn-in-text-in {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

/*------------------------------
中高年世代の活躍の場を広げる支援機関
------------------------------*/

.top-support-content {
	background: #f6f6f6;
	box-sizing: border-box;
}

.top-support-content .wrapper {
	padding: 31px 0 75px;
}

/*------------------------------
就職支援サービス
------------------------------*/

.top-service-content {
	background: #f6f6f6;
	box-sizing: border-box;
}

.top-service-content .wrapper {
	padding: 31px 0 70px;
}

.top-service-content .top-link-con-in-text {
	height: 156px;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
	margin-top: 79px;
}

.page-main-title {
	box-sizing: border-box;
	line-height: 0;
	padding: 77px 0;
	text-align: center;
}

.page-main-title-in {
	box-sizing: border-box;
}

.page-main-title-in-in {
	box-sizing: border-box;
	color: #494949;
	display: inline-block;
	font-weight: 900;
	font-size: 56px;
	line-height: 1.5;
	letter-spacing: 0.2vw;
	max-width: 1140px;
}

.page-title {
	background: #494949;
	box-sizing: border-box;
	line-height: 0;
	padding: 14px 0;
	text-align: center;
}

.page-title-in {
	box-sizing: border-box;
}

.page-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.13vw;
	max-width: 1140px;
}

/*------------------------------
参加企業募集
------------------------------*/

.page-recruitment-content {
	background: #f6f6f6;
	box-sizing: border-box;
}

.page-recruitment-content .wrapper {
	padding-bottom: 79px;
}

.page-recruitment-content-title {
	background: #494949;
	box-sizing: border-box;
	line-height: 0;
	margin: 0 5px;
	padding: 12px;
	text-align: center;
}

.page-recruitment-content-title-in {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.page-recruitment-content-title-in-circle {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	left: 0;
	height: 57px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 57px;
}

.page-recruitment-content-title-in-circle-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.page-recruitment-content-title-in-circle-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.125;
}

.page-recruitment-content-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.5;
}

.page-recruitment-content-con {
	box-sizing: border-box;
	margin: 30px 5px 0;
}

.page-recruitment-content-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 50px;
	width: 540px;
}

.page-recruitment-content-con section:nth-child(2n),
.page-recruitment-content-con section:last-child {
	margin-right: 0;
}

.page-recruitment-content-con-img {
	box-sizing: border-box;
	border-radius: 16px 16px 0 0;
	display: block;
	overflow: hidden;
	width: 100%;
}

.page-recruitment-content-con-img img {
	height: auto;
	width: 100%;
}

.page-recruitment-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 0 0 16px 16px;
	height: calc(100% - 288px);
	padding: 30px 23px 32px;
}

.page-recruitment-content-con-in-date {
	box-sizing: border-box;
	line-height: 0;
}

.page-recruitment-content-con-in-date-in {
	box-sizing: border-box;
}

.page-recruitment-content-con-in-date-in-text {
	box-sizing: border-box;
	color: #f47f38;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

.page-recruitment-content-con-in-date-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
}

.page-recruitment-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.page-recruitment-content-con-in-date + .page-recruitment-content-con-in-title {
	margin-top: 26px;
}

.page-recruitment-content-con-in-title-in {
	box-sizing: border-box;
}

.page-recruitment-content-con-in-title-in-in {
	box-sizing: border-box;
	color: #051e41;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.375;
	letter-spacing: 0.1vw;
}

.page-recruitment-content-con-in-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 68px auto 0;
	text-align: center;
	text-decoration: none;
	width: 363px;
}

.page-recruitment-content-con-in-title + .page-recruitment-content-con-in-btn {
	margin-top: 74px;
}

.page-recruitment-content-con-in-btn-in {
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 10px;
	color: #494949;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 9px 18px;
}

.page-recruitment-content-con-in-btn:hover .page-recruitment-content-con-in-btn-in {
	background: #494949;
	color: #fff !important;
}

.page-recruitment-content-con-in-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.page-recruitment-content-con-in-btn-in-text::after {
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 1px solid;
	border-radius: 50%;
	color: #494949;
	content: "\e002";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	height: 23px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 23px;
}

.page-recruitment-content-con-in-btn:hover .page-recruitment-content-con-in-btn-in-text::after {
	border-color: #fff !important;
	color: #fff !important;
}

.page-recruitment-content-con-in-info-list {
	box-sizing: border-box;
}

.page-recruitment-content-con-in-title + .page-recruitment-content-con-in-info-list {
	margin-top: 24px;
}

.page-recruitment-content-con-in-info-list li {
	box-sizing: border-box;
	margin-bottom: 14px;
	overflow: hidden;
}

.page-recruitment-content-con-in-info-list li:last-child {
	margin-bottom: 0;
}

.page-recruitment-content-con-in-info-list-title {
	background: #051e41;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	line-height: 0;
	padding: 3px;
	text-align: center;
	width: 143px;
}

.page-recruitment-content-con-in-info-list-title-in {
	box-sizing: border-box;
}

.page-recruitment-content-con-in-info-list-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
}

.page-recruitment-content-con-in-info-list-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 161px);
}

.page-recruitment-content-con-in-info-list-in-date {
	box-sizing: border-box;
	color: #f47f38;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

.page-recruitment-content-con-in-info-list-in-date .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
}

.page-link-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 39px auto 0;
	text-align: center;
	text-decoration: none;
	width: 543px;
}

.page-link-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.458;
	padding: 19px;
}

.page-link-btn:hover .page-link-btn-in {
	background: #fff !important;
	color: #494949;
}

.page-link-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.page-link-btn-in-text::after {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 1px solid;
	border-radius: 50%;
	color: #fff;
	content: "\e002";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 25px;
	line-height: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 36px;
}

.page-link-btn:hover .page-link-btn-in-text::after {
	border-color: #494949 !important;
	color: #494949;
}

.page-link-btn-caution-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	margin-top: 23px;
	text-align: center;
}

/*------------------------------
セミナー情報
------------------------------*/

.page-seminar-content {
	box-sizing: border-box;
}

.page-seminar-content .wrapper {
	padding: 33px 0 78px;
}

.page-seminar-content-main-img {
	box-sizing: border-box;
	border-radius: 24px;
	display: block;
	float: left;
	margin-left: 5px;
	overflow: hidden;
	width: 410px;
}

.page-seminar-content-main-img img {
	height: auto;
	width: 100%;
}

.page-seminar-content-main-in {
	box-sizing: border-box;
	float: right;
	width: 665px;
}

.page-seminar-content-main-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.778;
}

.page-seminar-content-main-in-text p {
	margin-bottom: 20px;
}

.page-seminar-content-main-in-text p:last-child {
	margin-bottom: 0;
}

.page-seminar-content-main-in-info-list {
	box-sizing: border-box;
}

.page-seminar-content-main-in-text + .page-seminar-content-main-in-info-list {
	margin-top: 62px;
}

.page-seminar-content-main-in-info-list li {
	box-sizing: border-box;
	margin-bottom: 21px;
	overflow: hidden;
}

.page-seminar-content-main-in-info-list li:last-child {
	margin-bottom: 0;
}

.page-seminar-content-main-in-info-list-title {
	background: #494949;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	line-height: 0;
	padding: 5px;
	text-align: center;
	width: 139px;
}

.page-seminar-content-main-in-info-list-title-in {
	box-sizing: border-box;
}

.page-seminar-content-main-in-info-list-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.5;
}

.page-seminar-content-main-in-info-list-in {
	box-sizing: border-box;
	float: right;
	width: 504px;
}

.page-seminar-content-main-in-info-list-in-date {
	box-sizing: border-box;
	color: #f47f38;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.9;
	letter-spacing: 0.06vw;
}

.page-seminar-content-main-in-info-list-in-date .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
}

.page-seminar-content-main-in-info-list-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.333;
}

.page-seminar-content-main-in-info-list-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 24px;
	line-height: 1.333;
}

.page-seminar-content-title {
	box-sizing: border-box;
	border-color: #494949 !important;
	border-top: 3px dashed;
	border-bottom: 3px dashed;
	line-height: 0;
	margin: 79px 5px 0;
	padding: 14px 0;
	text-align: center;
}

.page-seminar-content-title-in {
	box-sizing: border-box;
}

.page-seminar-content-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
}

.page-seminar-content-in {
	background: #f6f6f6;
	box-sizing: border-box;
	border-radius: 16px;
	margin: 31px 150px 0;
	padding: 39px 41px;
}

.page-seminar-content-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.778;
}

.page-seminar-content-in-text p {
	margin-bottom: 20px;
}

.page-seminar-content-in-text p:last-child {
	margin-bottom: 0;
}

.page-seminar-content-in-list {
	box-sizing: border-box;
	counter-reset: number 0;
}

.page-seminar-content-in-list li {
	box-sizing: border-box;
	margin-bottom: 20px;
	overflow: hidden;
}

.page-seminar-content-in-list li:last-child {
	margin-bottom: 0;
}

.page-seminar-content-in-list-title {
	background: #494949;
	box-sizing: border-box;
	float: left;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
	width: 220px;
}

.page-seminar-content-in-list-title-in {
	box-sizing: border-box;
}

.page-seminar-content-in-list-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
	padding-right: 28px;
	position: relative;
}

.page-seminar-content-in-list-title-in-in::after {
	box-sizing: border-box;
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	right: 0;
	top: 0;
}

.page-seminar-content-in-list-in {
	box-sizing: border-box;
	float: right;
	padding-top: 5px;
	width: calc(100% - 240px);
}

.page-seminar-content-in-list-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
}

.page-seminar-content .page-link-btn {
	margin-top: 56px;
}

.page-seminar-content .page-link-btn-in {
	padding: 25px 19px;
}

/*------------------------------
合同企業説明会のご案内
------------------------------*/

.page-info-content {
	box-sizing: border-box;
}

.page-info-content .wrapper {
	padding: 33px 0 82px;
}

.page-info-content-info-list {
	box-sizing: border-box;
	margin: 0 5px;
}

.page-info-content-info-list li {
	box-sizing: border-box;
	margin-bottom: 41px;
	overflow: hidden;
}

.page-info-content-info-list li:last-child {
	margin-bottom: 0;
}

.page-info-content-info-list-title {
	background: #494949;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	line-height: 0;
	padding: 6px;
	text-align: center;
	width: 139px;
}

.page-info-content-info-list-title-in {
	box-sizing: border-box;
}

.page-info-content-info-list-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.03vw;
}

.page-info-content-info-list-in {
	box-sizing: border-box;
	float: right;
	width: 968px;
}

.page-info-content-info-list-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.333;
	letter-spacing: 0.07vw;
	margin-top: 6px;
}

.page-info-content-info-list-in-text p {
	margin-bottom: 20px;
}

.page-info-content-info-list-in-text p:last-child {
	margin-bottom: 0;
}

.page-info-content-info-list-in-list {
	box-sizing: border-box;
}

.page-info-content-info-list-in-text + .page-info-content-info-list-in-list {
	margin-top: 5px;
}

.page-info-content-info-list .page-info-content-info-list-in-list li {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.556;
	letter-spacing: 0.05vw;
	margin-bottom: 8px;
	overflow: visible;
	padding-left: 19px;
	position: relative;
}

.page-info-content-info-list .page-info-content-info-list-in-list li::before {
	background: #494949;
	box-sizing:  border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 10px;
	position: absolute;
	top: 10px;
	width: 10px;
}

.page-info-content-info-list .page-info-content-info-list-in-list li:last-child {
	margin-bottom: 0;
}

.page-info-content-info-list-in-con {
	box-sizing: border-box;
	margin-left: 7px;
}

.page-info-content-info-list-in-con section {
	background: #f6f6f6;
	box-sizing: border-box;
	margin-bottom: 20px;
	min-height: 216px;
	padding-right: 298px;
	position: relative;
}

.page-info-content-info-list-in-con section:last-child {
	margin-bottom: 0;
}

.page-info-content-info-list-in-con-map {
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	right: 0;
	width: 298px;
}

.page-info-content-info-list-in-con-map iframe {
	height: 100%;
	width: 100%;
}

.page-info-content-info-list-in-con-in {
	box-sizing: border-box;
	padding: 30px 25px;
}

.page-info-content-info-list-in-con-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.page-info-content-info-list-in-con-in-title-in {
	box-sizing: border-box;
}

.page-info-content-info-list-in-con-in-title-in-in {
	box-sizing: border-box;
	color: #f47f38;
	display: inline-block;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.075vw;
}

.page-info-content-info-list-in-con-in-title-in-in .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
}

.page-info-content-info-list-in-con-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.333;
	letter-spacing: 0.06vw;
	margin-top: 18px;
}

.page-info-content-info-list-in-con-in-btn {
	box-sizing: border-box;
	display: inline-block;
	line-height: 0;
	margin-top: 5px;
	text-decoration: none;
}

.page-info-content-info-list-in-con-in-btn-in {
	box-sizing: border-box;
	border-color: #1470ec !important;
	border-bottom: 1px solid;
	color: #1470ec;
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.5;
}

.page-info-content-info-list-in-con-in-btn:hover .page-info-content-info-list-in-con-in-btn-in {
	border-bottom: 0;
}

.page-info-content-info-list-in-con-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

/*------------------------------
求人について
------------------------------*/

.page-about-content {
	box-sizing: border-box;
}

.page-about-content .wrapper {
	padding: 32px 0 78px;
}

.page-about-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 0 5px;
}

.page-about-content-title-in {
	box-sizing: border-box;
}

.page-about-content-title-in-in {
	box-sizing: border-box;
	color: #051e41;
	display: inline-block;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.085vw;
}

.page-about-content-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.556;
	letter-spacing: 0.05vw;
	margin: 23px 5px 0;
}

.page-about-content-text p {
	margin-bottom: 20px;
}

.page-about-content-text p:last-child {
	margin-bottom: 0;
}

.page-about-content-con {
	box-sizing: border-box;
	margin: 38px 5px -42px;
}

.page-about-content-con-dl {
	box-sizing: border-box;
	float: left;
	margin: 0 42px 42px 0;
	width: 544px;
}

.page-about-content-con-dl:nth-child(2n),
.page-about-content-con-dl:last-child {
	margin-right: 0;
}

.page-about-content-con-dl dt {
	background: #494949;
	box-sizing: border-box;
	line-height: 0;
	padding: 12px 20px 17px;
	text-align: center;
}

.page-about-content-con-dl-dt-in {
	box-sizing: border-box;
}

.page-about-content-con-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.458;
	letter-spacing: 0.05vw;
}

.page-about-content-con-dl-dt-in-in .mini {
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	line-height: 1.444;
}

.page-about-content-con-dl dd {
	background: #f6f6f6;
	box-sizing: border-box;
	height: calc(100% - 90px);
	padding: 33px 24px 32px;
}

.page-about-content-con-dl-dd-info-list {
	box-sizing: border-box;
}

.page-about-content-con-dl-dd-info-list li {
	box-sizing: border-box;
	margin-bottom: 19px;
	overflow: hidden;
}

.page-about-content-con-dl-dd-info-list li:last-child {
	margin-bottom: 0;
}

.page-about-content-con-dl-dd-info-list-title {
	background: #494949;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	line-height: 0;
	padding: 7px;
	text-align: center;
	width: 139px;
}

.page-about-content-con-dl-dd-info-list-title-in {
	box-sizing: border-box;
}

.page-about-content-con-dl-dd-info-list-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.5;
}

.page-about-content-con-dl-dd-info-list-in {
	box-sizing: border-box;
	float: right;
	width: 334px;
}

.page-about-content-con-dl-dd-info-list-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.333;
	letter-spacing: 0.06vw;
	margin-top: 5px;
}

.page-about-content-con-dl-dd-caution-text {
	box-sizing: border-box;
	color: #7b7b7b;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.333;
	letter-spacing: 0.05vw;
	margin-top: 20px;
}

/*------------------------------
各種助成金のご案内
------------------------------*/

.page-grant-content {
	box-sizing: border-box;
}

.page-grant-content .wrapper {
	padding: 33px 0 77px;
}

.page-grant-content-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.556;
	letter-spacing: 0.05vw;
	margin: 0 5px;
}

.page-grant-content-text p {
	margin-bottom: 20px;
}

.page-grant-content-text p:last-child {
	margin-bottom: 0;
}

.page-grant-content-con {
	box-sizing: border-box;
	margin: 30px 5px 0;
}

.page-grant-content-con section {
	background: #f6f6f6;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 4px solid;
	margin-bottom: 54px;
	padding: 43px 45px 44px;
}

.page-grant-content-con section:last-child {
	margin-bottom: 0;
}

.page-grant-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.page-grant-content-con-title-in {
	box-sizing: border-box;
}

.page-grant-content-con-title-in-in {
	box-sizing: border-box;
	color: #494949;
	display: inline-block;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.06vw;
}

.page-grant-content-con-main-title {
	background: #fff;
	box-sizing: border-box;
	line-height: 0;
	padding: 18px;
	text-align: center;
}

.page-grant-content-con-title + .page-grant-content-con-main-title {
	margin-top: 32px;
}

.page-grant-content-con-main-title-in {
	box-sizing: border-box;
}

.page-grant-content-con-main-title-in-in {
	box-sizing: border-box;
	color: #494949;
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0.09vw;
}

.page-grant-content-con-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.05vw;
	margin: 32px 100px 0;
}

.page-grant-content-con-point-list + .page-grant-content-con-text {
	margin-top: 20px;
}

.page-grant-content-con-text p {
	margin-bottom: 20px;
}

.page-grant-content-con-text p:last-child {
	margin-bottom: 0;
}

.page-grant-content-con-point-list {
	box-sizing: border-box;
	margin: 0 100px;
}

.page-grant-content-con-text + .page-grant-content-con-point-list {
	margin-top: 20px;
}

.page-grant-content-con-point-list li {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.05vw;
	padding-left: 19px;
	position: relative;
}

.page-grant-content-con-point-list li::before {
	background: #494949;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 10px;
	position: absolute;
	top: 10px;
	width: 10px;
}

.page-grant-content-con-price {
	box-sizing: border-box;
	margin-top: 34px;
}

.page-grant-content-con-price-box {
	background: #494949;
	box-sizing: border-box;
	float: left;
	line-height: 0;
	height: 83px;
	position: relative;
	text-align: center;
	width: 83px;
}

.page-grant-content-con-price-box-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.page-grant-content-con-price-box-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.1;
}

.page-grant-content-con-price-box-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 28px;
	line-height: 1.1;
}

.page-grant-content-con-price-in {
	box-sizing: border-box;
	color: #494949;
	float: left;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	margin: -10px 0 0 18px;
}

.page-grant-content-con-price-in .big {
	box-sizing: border-box;
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
}

.page-grant-content-con-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 52px auto 0;
	text-align: center;
	text-decoration: none;
	width: 360px;
}

.page-grant-content-con-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 10px;
	color: #494949;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 9px 14px;
}

.page-grant-content-con-btn:hover .page-grant-content-con-btn-in {
	background: #494949;
	color: #fff !important;
}

.page-grant-content-con-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.page-grant-content-con-btn-in-text::after {
	box-sizing: border-box;
	border-color: #051e41 !important;
	border: 1px solid;
	border-radius: 50%;
	color: #051e41;
	content: "\e002";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	height: 23px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 23px;
}

.page-grant-content-con-btn:hover .page-grant-content-con-btn-in-text::after {
	border-color: #fff !important;
	color: #fff !important;
}

/*------------------------------
企業のみなさまへ
------------------------------*/

body#company .page-main-title-in-in {
	color: #004aad;
}

body#company .page-main-title {
	background: #f6f6f6;
}

body#company .page-recruitment-content-title {
	background: #004aad;
}

body#company .page-recruitment-content-title-in-circle-in-text {
	color: #004aad;
}

body#company .page-recruitment-content-con-in-btn-in {
	border-color: #004aad !important;
	color: #004aad;
}

body#company .page-recruitment-content-con-in-btn:hover .page-recruitment-content-con-in-btn-in {
	background: #004aad;
}

body#company .page-recruitment-content-con-in-btn-in-text::after {
	border-color: #004aad !important;
	color: #004aad;
}

body#company .page-recruitment-content-con-in-btn:hover .page-recruitment-content-con-in-btn-in-text::after {
	border-color: #fff !important;
}

body#company .page-link-btn-in {
	background: #004aad;
	border-color: #004aad !important;
}

body#company .page-link-btn:hover .page-link-btn-in {
	color: #004aad;
}

body#company .page-link-btn:hover .page-link-btn-in-text::after {
	border-color: #004aad !important;
	color: #004aad;
}

body#company .page-title {
	background: #004aad;
}

body#company .page-seminar-content {
	background: #f5f9ff;
}

body#company .page-seminar-content-main-in-info-list-title {
	background: #004aad;
}

body#company .page-seminar-content-title {
	border-color: #004aad !important;
}

body#company .page-seminar-content-title-in-in {
	color: #004aad;
}

body#company .page-seminar-content-in-list-title {
	background: #0077cc;
}

/* body#company .page-seminar-content .page-link-btn-in {
	background: #3cc14e;
	border-color: #3cc14e !important;
}

body#company .page-seminar-content .page-link-btn:hover .page-link-btn-in {
	color: #3cc14e;
}

body#company .page-seminar-content .page-link-btn:hover .page-link-btn-in-text::after {
	border-color: #3cc14e !important;
	color: #3cc14e;
} */


body#company .page-link-btn.green_btn .page-link-btn-in {
	background: #3cc14e;
	border-color: #3cc14e !important;
}

body#company .page-link-btn.green_btn:hover .page-link-btn-in {
	color: #3cc14e;
}

body#company .page-link-btn.green_btn:hover .page-link-btn-in-text::after {
	border-color: #3cc14e !important;
	color: #3cc14e;
}



body#company .page-info-content-info-list-title {
	background: #0077cc;
}

body#company .page-info-content-info-list .page-info-content-info-list-in-list li::before {
	background: #004aad;
}

body#company .page-about-content {
	background: #f5f9ff;
}

body#company .page-about-content-con-dl dt {
	background: #004aad;
}

body#company .page-about-content-con-dl-dd-info-list-title {
	background: #0077cc;
}

body#company .page-grant-content-con section {
	border-color: #004aad !important;
}

body#company .page-grant-content-con-title-in-in {
	color: #004aad;
}

body#company .page-grant-content-con-main-title-in-in {
	color: #004aad;
}

body#company .page-grant-content-con-point-list li::before {
	background: #004aad;
}

body#company .page-grant-content-con-price-box {
	background: #004aad;
}

body#company .page-grant-content-con-price-in {
	color: #004aad;
}

body#company .page-grant-content-con-btn-in {
	border-color: #004aad !important;
	color: #004aad;
}

body#company .page-grant-content-con-btn:hover .page-grant-content-con-btn-in {
	background: #004aad;
}

body#company .page-grant-content-con-btn-in-text::after {
	border-color: #004aad !important;
	color: #004aad;
}

body#company .page-grant-content-con-btn:hover .page-grant-content-con-btn-in-text::after {
	border-color: #fff !important;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
}

.foot-in {
	background: #051e41;
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding: 69px 0 61px;
}

.foot-in-logo {
	box-sizing: border-box;
}

.foot-in-logo-main {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.foot-in-logo-main-in {
	box-sizing: border-box;
}

.foot-in-logo-main-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.08vw;
}

.foot-in-logo-sub {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 16px;
	text-align: center;
}

.foot-in-logo-sub-in {
	box-sizing: border-box;
}

.foot-in-logo-sub-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.05vw;
}

.foot-in-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	margin-top: 35px;
	text-align: center;
}

.foot-in-title {
	box-sizing: border-box;
	border-color: #fff !important;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0;
	margin: 48px 7px 0;
	padding: 23px 0;
	text-align: center;
}

.foot-in-title-in {
	box-sizing: border-box;
}

.foot-in-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
}

.foot-in-title-in-in .text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.foot-in-title-in-in .text::before {
	box-sizing: border-box;
	content: "：";
}

.foot-in-tel {
	box-sizing: border-box;
	float: left;
	margin-top: 28px;
}

.foot-in-tel-num {
	box-sizing: border-box;
	line-height: 0;
}

.foot-in-tel-num-in {
	box-sizing: border-box;
	color: #fff;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -0.01vw;
}

.foot-in-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 22px;
	position: relative;
}

.foot-in-tel-num-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 15px;
}

.foot-in-tel-num-in-text-icon::before {
	background: url(images/icon-tel-2.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.foot-in-tel-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.01vw;
	margin-top: 4px;
	text-align: center;
}

.foot-in-mail-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	float: left;
	margin: 22px 0 0 73px;
}

.foot-in-mail-btn-in {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: -0.01vw;
}

.foot-in-mail-btn-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	padding-left: 28px;
	position: relative;
	text-decoration: none;
}

.foot-in-mail-btn-in-text:hover {
	color: #fff;
}

.foot-in-mail-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 16px;
}

.foot-in-mail-btn-in-text-icon::before {
	background: url(images/icon-mail.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 75%;
	position: relative;
	width: 100%;
}

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: #228254;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\f077";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 40px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}