/* normalize.css */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
template,
[hidden] {
	display: none;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}
optgroup {
	font-weight: bold;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*# sourceMappingURL=../maps/vendors/normalize.css.map */

/* security_common.css */
/*! PERSOL TECHNOLOGY STAFF */

@import url(../font/noto/noto.css);
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url(../font/fontello/fontello-embedded.css);
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700');
body {
	color: #fff;
	background: #53565a;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Noto Sans JP', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体',
		'YuGothic', 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
}

body {
	min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
	margin: 0;
	padding: 0;
}

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

dt {
	font-weight: bold;
}

button {
	-webkit-appearance: none;
	padding: 0;
	display: inline;
	width: 100%;
	text-align: left;
	color: inherit;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

a {
	color: #005fa9;
	text-decoration: none;
	transition: color 0.2s ease;
	word-wrap: break-word;
}

a:hover {
	color: #005fa9;
	text-decoration: underline;
}

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

.clearfix > * {
	margin-bottom: 1.5rem;
}

.clearfix > *:last-child {
	margin-bottom: 0;
}

.clearfix > *:first-child {
	margin-top: 0;
}

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

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

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

.strong-01,
.strong-02,
.strong-03 {
	color: #000;
	font-weight: bold;
}

.strong-02 {
	color: #ab2328;
}

.strong-03 {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 500;
	font-size: 30px;
	color: #007672;
}

.strong-04 {
	margin-bottom: 0.5em;
	display: inline-block;
	color: #53565a;
	font-weight: bold;
	font-size: 18px;
}

.note-01,
.note-02 {
	color: #ab2328;
	font-weight: normal;
	font-size: 85.71429%;
}

.note-02 {
	color: #97999b;
}

.figure > * {
	margin-bottom: 1.5rem;
}

.figure > *:last-child {
	margin-bottom: 0;
}

.figure > *:first-child {
	margin-top: 0;
}

.figure figcaption {
	display: block;
	margin-bottom: 10px;
	position: relative;
	color: #007672;
	font-weight: 500;
}

.figure figcaption > span {
	position: relative;
	padding-right: 1em;
	display: inline-block;
	background: #fff;
	z-index: 2;
}

.figure figcaption:before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	right: 0;
	height: 1px;
	background: #d9d9d6;
	z-index: 1;
}

.icon-newwin {
	margin: 0 0.25em;
}

.icon-newwin:before {
	content: '\E800';
	font-size: 10px;
	vertical-align: middle;
}

.icon-newwin > span {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.icon-prev:before,
.icon-next:before,
.icon-arrow-prev:before,
.icon-arrow-next:before {
	font-size: 10px;
	vertical-align: middle;
}

.icon-prev > span,
.icon-next > span,
.icon-arrow-prev > span,
.icon-arrow-next > span {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.icon-prev:before {
	content: '\E801';
}

.icon-next:before {
	content: '\E802';
}

.icon-arrow-prev:before {
	content: '\E803';
}

.icon-arrow-next:before {
	content: '\E804';
}

html.is-menu-open,
html.is-menu-open > body {
	height: 100%;
}

.is-menu-open .wrapper {
	height: 100%;
	overflow: hidden;
}

.header {
	background: #fff;
}

.is-menu-open .header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 990;
	overflow-y: scroll;
}

.brand {
	position: relative;
	height: 100px;
	z-index: 2;
}

@media (max-width: 768px) {
	.brand {
		height: 115px;
	}
}

.brand__inner {
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
}

.theme-recruit .brand__inner {
	padding-top: 18px;
}

@media (max-width: 768px) {
	.brand__inner {
		width: 100%;
	}
	.theme-recruit .brand__inner {
		padding-top: 24px;
	}
}

.brand__tagline {
	display: block;
	padding-top: 16px;
	padding-left: 5px;
	color: #97999b;
	font-size: 12px;
	line-height: 1;
}

@media (max-width: 768px) {
	.brand__tagline {
		padding: 5px 10px;
		font-size: 10px;
		line-height: 23px;
	}
}

.brand__logo {
	display: inline-block;
	margin-top: 11px;
	vertical-align: -18px;
}

@media (max-width: 768px) {
	.brand__logo {
		display: block;
		margin: 0;
		padding: 0 10px;
	}
}

.brand__logo a {
	display: block;
	padding-top: 47px;
	width: 415px;
	height: 0;
	background: url(https://staff.persol-xtech.co.jp/corporate/assets/img/logo.svg) no-repeat;
	background-size: contain;
	overflow: hidden;
}

@media (max-width: 768px) {
	.brand__logo a {
		width: 250px;
		padding-top: 29px;
	}
}

.brand__category {
	display: inline-block;
	margin-top: 16px;
	margin-left: 20px;
	color: #53565a;
	vertical-align: top;
	box-sizing: border-box;
}

.theme-company .brand__category {
	display: none;
}

@media (max-width: 768px) {
	.brand__category {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px;
		color: #fff;
		background: #97999b;
		font-size: 12px;
		line-height: 40px;
	}
	.theme-company .brand__category {
		display: block;
	}
	.theme-company .brand__category {
		background: #6399ae;
	}
	.theme-recruit .brand__category {
		background: #00bfb3;
	}
	.theme-business .brand__category {
		background: #00bfb3;
	}
}

.gnav {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	background: #97999b;
}

.theme-company .gnav {
	background: #6399ae;
}

.theme-recruit .gnav {
	background: #00bfb3;
}

.theme-business .gnav {
	background: #00bfb3;
}

.theme-company.top .gnav {
	display: none;
}

@media (max-width: 768px) {
	.theme-company.top .gnav {
		display: block;
	}
}

@media (max-width: 768px) {
	.gnav {
		position: static;
	}
}

.gnav:after,
.gnav:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
}

@media (max-width: 768px) {
	.gnav:after,
	.gnav:before {
		content: none;
	}
}

.gnav:after {
	background: #97999b;
	z-index: 2;
}

.theme-company .gnav:after {
	background: #6399ae;
}

.theme-recruit .gnav:after {
	background: #00bfb3;
}

.theme-business .gnav:after {
	background: #00bfb3;
}

.gnav:before {
	background: #53565a;
	z-index: 1;
	transition: all 0.2s ease;
}

.theme-company .gnav:before {
	background: #59899c;
}

.theme-recruit .gnav:before {
	background: #00323e;
}

.theme-business .gnav:before {
	background: #00aca1;
}

.gnav.is-submenu-hover:before {
	bottom: -60px;
}

.gnav__inner {
	position: relative;
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.gnav__inner {
		position: static;
		width: 100%;
	}
}

.gnav__toggler {
	display: none;
}

@media (max-width: 768px) {
	.gnav__toggler {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 75px;
		padding: 0;
		outline: none;
		font-size: 10px;
		color: #2e2e2e;
		white-space: nowrap;
		z-index: 999;
	}
	.gnav__toggler .icon,
	.gnav__toggler .icon span {
		transition: all 0.4s ease;
	}
	.gnav__toggler .icon {
		position: absolute;
		display: block;
		top: 50%;
		right: 15px;
		width: 20px;
		height: 15px;
		margin-top: -7px;
	}
	.gnav__toggler .icon span {
		position: absolute;
		left: 0;
		height: 1px;
		width: 100%;
		background: #97999b;
	}
	.gnav__toggler .icon span:nth-child(1) {
		top: 0;
	}
	.gnav__toggler .icon span:nth-child(2) {
		top: 7px;
	}
	.gnav__toggler .icon span:nth-child(3) {
		top: auto;
		bottom: 0;
	}
	.is-menu-open .gnav__toggler .icon span {
		background: #53565a;
	}
	.is-menu-open .gnav__toggler .icon span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	.is-menu-open .gnav__toggler .icon span:nth-child(2) {
		opacity: 0;
		transform: translateX(10px);
	}
	.is-menu-open .gnav__toggler .icon span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
}

.gnav ul {
	list-style: none;
}

.gnav li {
	float: left;
	margin-left: 0;
	transition: all 0.2s ease;
}

.gnav li:first-child {
	margin-left: 0;
}

@media (max-width: 768px) {
	.gnav li {
		float: none;
		margin-left: 0;
		width: 100%;
	}
}

.gnav li ul {
	transform-origin: 0 0;
	transform: scaleY(0);
}

@media (max-width: 768px) {
	.gnav li ul {
		transform: scaleY(1);
	}
}

@media (max-width: 768px) {
	.gnav li:hover {
		background: none;
	}
}

.gnav li:hover > ul {
	transform: scaleY(1);
}

.gnav a {
	position: relative;
	display: block;
	padding: 0 20px;
	color: #fff;
	line-height: 60px;
	transition: all 0.2s ease;
	letter-spacing: 0.06em;
}

@media (max-width: 768px) {
	.gnav a {
		line-height: 50px;
	}
}

.gnav a:hover {
	text-decoration: none;
	color: #fefefe;
	background: #53565a;
}

.theme-company .gnav a:hover {
	background: #59899c;
}

.theme-recruit .gnav a:hover {
	background: #00aca1;
}
.blog .gnav .gnav_select01 a,
.service .gnav .gnav_select02 a,
.activity .gnav .gnav_select03 a {
	background: #00aca1;
}

.theme-business .gnav a:hover {
	background: #00aca1;
}

@media (max-width: 768px) {
	.gnav a:hover {
		background: none;
	}
}

.gnav__ul {
	position: relative;
	z-index: 3;
}

.gnav__ul:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.gnav__ul {
		display: none;
		background: #97999b;
		border-top: 1px solid #cbcccd;
	}
	.theme-company .gnav__ul {
		background: #6399ae;
		border-top-color: #b1ccd7;
	}
	.theme-recruit .gnav__ul {
		background: #00bfb3;
		border-top-color: #809fa6;
	}
	.theme-business .gnav__ul {
		background: #00bfb3;
		border-top-color: #80dfd9;
	}
	.is-menu-open .gnav__ul {
		display: block;
	}
}

@media (max-width: 768px) {
	.gnav__ul > li {
		border-bottom: 1px solid #acadaf;
	}
	.theme-company .gnav__ul > li {
		border-bottom-color: #82adbe;
	}
	.theme-recruit .gnav__ul > li {
		border-bottom-color: #336571;
	}
	.theme-business .gnav__ul > li {
		border-bottom-color: #33ccc2;
	}
}

.gnav__ul > li.is-submenu-open {
	background: #53565a;
}

.theme-company .gnav__ul > li.is-submenu-open {
	background: #59899c;
}

.theme-recruit .gnav__ul > li.is-submenu-open {
	background: #00aca1;
}

.theme-business .gnav__ul > li.is-submenu-open {
	background: #00aca1;
}

.gnav__ul > li:hover {
	background: #53565a;
}

.theme-company .gnav__ul > li:hover {
	background: #59899c;
}

.theme-recruit .gnav__ul > li:hover {
	background: #00aca1;
}

.theme-business .gnav__ul > li:hover {
	background: #00aca1;
}

.gnav__ul > li .toggler {
	display: none;
	outline: none;
}

.gnav__ul > li .toggler .icon,
.gnav__ul > li .toggler .icon span {
	transition: all 0.4s ease;
}

.gnav__ul > li .toggler:hover {
	background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
	.gnav__ul > li .toggler {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50px;
	}
}

.gnav__ul > li .toggler .icon {
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 16px;
}

.gnav__ul > li .toggler .icon span {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f4f4f4;
}

.gnav__ul > li .toggler .icon span:nth-child(1) {
	transform: translate(0, 7px) rotate(0deg);
}

.gnav__ul > li .toggler .icon span:nth-child(2) {
	transform: translate(0, 7px) rotate(90deg);
}

.gnav__ul > li.is-submenu-open .toggler .icon span:nth-child(1) {
	transform: translate(0, 7px) rotate(180deg);
}

.gnav__ul > li.is-submenu-open .toggler .icon span:nth-child(2) {
	transform: translate(0, 7px) rotate(180deg);
}

.gnav__ul > li > ul {
	position: absolute;
	bottom: -60px;
	transition: all 0.2s ease;
}

.gnav .gnav_button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	transition: all 0.2s ease;
}

.gnav .gnav_button a {
	font-size: 12px;
	font-weight: 350;
	color: #eee;
	padding: 0;
	z-index: 10;
}
.gnav .gnav_button a:hover {
	background: #00bfb3;
	color: #fff;
}

@media (max-width: 768px) {
	.gnav__ul > li > ul {
		position: static;
		display: none;
	}
	.gnav .gnav_button {
		display: none;
	}
}

@media (max-width: 768px) {
	.gnav__ul > li > ul li {
		border-top: 1px solid #75787b;
	}
	.theme-company .gnav__ul > li > ul li {
		border-top-color: #7aa1b0;
	}
	.theme-recruit .gnav__ul > li > ul li {
		border-top-color: #335b64;
	}
	.theme-business .gnav__ul > li > ul li {
		border-top-color: #33bdb4;
	}
}

.gnav__ul > li > ul a {
	color: #e9e9e9;
}

@media (max-width: 768px) {
	.gnav__ul > li > ul a {
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.gnav__ul > li.is-submenu-open > ul {
		display: block;
	}
}

.utilnav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 12px;
}

@media (max-width: 768px) {
	.utilnav {
		display: none;
		position: relative;
		background: #97999b;
	}
	.theme-company .utilnav {
		background: #6399ae;
	}
	.theme-recruit .utilnav {
		background: #00bfb3;
	}
	.theme-business .utilnav {
		background: #00bfb3;
	}
	.is-menu-open .utilnav {
		display: block;
	}
}

.utilnav__inner {
	position: relative;
	width: 93.75%;
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	box-sizing: border-box;
}

.utilnav__inner:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.utilnav__inner {
		padding: 15px 10px 30px;
		width: 100%;
	}
}

.utilnav ul {
	list-style: none;
	letter-spacing: -0.4em;
	position: relative;
	float: right;
	z-index: 3;
}

.utilnav ul > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.utilnav ul {
		float: none;
	}
}

.utilnav li {
	color: #97999b;
}

.utilnav li:before {
	content: '|';
	margin: 0 10px;
	color: #d9d9d6;
}

@media (max-width: 768px) {
	.utilnav li:before {
		content: none;
	}
}

.utilnav li:first-child:before {
	content: none;
}

@media (max-width: 768px) {
	.utilnav li {
		display: block;
		margin-top: 0.5em;
		color: #f4f4f4;
	}
	.utilnav li:first-child {
		margin-top: 0;
	}
}

.utilnav a {
	color: inherit;
}

.utilnav a:hover {
	color: #222;
	text-decoration: none;
}

.theme-company .utilnav a:hover {
	color: #6399ae;
}

.theme-recruit .utilnav a:hover {
	color: #2a6d7d;
}

.theme-business .utilnav a:hover {
	color: #00bfb3;
}

@media (max-width: 768px) {
	.utilnav a:hover {
		color: #fff;
	}
}

.utilnav .btn-contact {
	position: absolute;
	top: -52px;
	right: 0;
}

.utilnav .btn-contact:before {
	content: none;
}

@media (max-width: 768px) {
	.utilnav .btn-contact {
		position: relative;
		top: auto;
		right: auto;
		padding-top: 30px;
	}
}

.utilnav .btn-contact a {
	display: block;
	width: 160px;
	text-align: center;
	color: #fff;
	background: #007672;
	line-height: 40px;
	transition: all 0.1s ease;
	letter-spacing: 0.04em;
}

.utilnav .btn-contact a:hover {
	color: #fff;
	background: #00bfb3;
}

@media (max-width: 768px) {
	.utilnav .btn-contact a {
		width: auto;
	}
}

.content {
	color: #53565a;
	background: #fff;
	font-size: 16px;
	line-height: 1.75;
}

.main {
	/* background: url(../img/bg_main.png) repeat-y 100% 70px; */
}

.theme-company.top .main {
	border-bottom: 10px solid #d9d9d6;
}

.theme-recruit.top-career .main {
	background-image: none;
}

.theme-recruit.interview-index .main {
	background-image: none;
}

@media (max-width: 768px) {
	.main {
		background: #fff;
	}
}

.main__inner {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	padding: 50px 40px 100px 90px;
	box-sizing: border-box;
}

.main__inner > * {
	margin-bottom: 1.5rem;
}

.main__inner > *:last-child {
	margin-bottom: 0;
}

.main__inner > *:first-child {
	margin-top: 0;
}

.main__inner:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.main__inner {
		width: 100%;
		padding-left: 30px;
		padding-right: 20px;
	}
}

.theme-recruit.interview-index .main__inner {
	width: 87.5%;
	max-width: 1160px;
	padding: 60px 0 120px;
}

@media (max-width: 768px) {
	.theme-recruit.interview-index .main__inner {
		padding: 20px 0 40px;
	}
}

.main__inner:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -999%;
	right: 100%;
	background: #d9d9d6;
}

@media (max-width: 768px) {
	.main__inner:before {
		content: none;
	}
}

.theme-recruit.interview-index .main__inner:before {
	content: none;
}

.section > * {
	margin-bottom: 1.5rem;
}

.section > *:last-child {
	margin-bottom: 0;
}

.section > *:first-child {
	margin-top: 0;
}

.main__inner > .section {
	margin-top: 50px;
}

.main__inner > .section:first-child {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.main__inner > .section:first-child {
		margin-top: 0;
	}
}

.main__inner > .h1 + .section,
.main__inner > .h2 + .section,
.main__inner > .h3 + .section,
.main__inner > .h4 + .section,
.main__inner > .h5 + .section,
.main__inner > .h6 + .section {
	margin-top: 0;
}

.main__inner > .section > .section {
	margin-top: 50px;
}

.main__inner > .section > .h1 + .section,
.main__inner > .section > .h2 + .section,
.main__inner > .section > .h3 + .section,
.main__inner > .section > .h4 + .section,
.main__inner > .section > .h5 + .section,
.main__inner > .section > .h6 + .section {
	margin-top: 0;
}

.main__inner > .section > .section > .section {
	padding-left: 10px;
}

.main__inner > .section > .section > .section .h4 {
	margin-left: -10px;
}

@media (max-width: 768px) {
	.main__inner > .section > .section > .section .float-box__img {
		margin-left: -40px;
	}
}

.footer {
	position: relative;
	color: #53565a;
	background: #fff;
	overflow: hidden;
}

@media (max-width: 768px) {
	.footer {
		border-top: 10px solid #d9d9d6;
	}
}

.footer__inner {
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 55px 0 35px;
}

@media (max-width: 768px) {
	.footer__inner {
		padding: 15px 0 8px;
	}
}

.footer__brand__logo {
	position: relative;
	margin-bottom: 35px;
	background: white;
}

@media (max-width: 768px) {
	.footer__brand__logo {
		margin-bottom: 18px;
	}
}

.footer__brand__logo a {
	position: relative;
	display: block;
	padding-right: 45px;
	padding-top: 47px;
	width: 415px;
	height: 0;
	background: #fff url(../img/logo-f.svg) no-repeat;
	background-size: contain;
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 768px) {
	.footer__brand__logo a {
		width: 240px;
		padding-top: 27px;
	}
}

.footer__brand__logo:before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 1em;
	right: -100%;
	height: 1px;
	background: #d9d9d6;
}

@media (max-width: 768px) {
	.footer__brand__logo:before {
		content: none;
	}
}

.footer__sns {
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}

.footer__sns > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.footer__sns {
		margin-bottom: 15px;
	}
}

.footer__sns li {
	vertical-align: top;
	margin-left: 10px;
}

.footer__sns li:first-child {
	margin-left: 0;
}

.footer__sns a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	background: #bbbcbc;
	overflow: hidden;
}

.footer__sns a:hover {
	background-color: #97999b;
}

@media (max-width: 768px) {
	.footer__sns a {
		width: 28px;
		height: 28px;
	}
}

.footer__sns a > * {
	display: block;
	width: 36px;
	height: 0;
	padding-top: 36px;
}

@media (max-width: 768px) {
	.footer__sns a > * {
		width: 28px;
		padding-top: 28px;
	}
}

.footer__sns .sns-twitter {
	background: url(../img/icon_sns_twitter.svg) no-repeat 50% 50%;
	background-size: 18px auto;
}

@media (max-width: 768px) {
	.footer__sns .sns-twitter {
		background-size: 14px auto;
	}
}

.footer__sns .sns-facebook {
	background: url(../img/icon_sns_facebook.svg) no-repeat 50% 50%;
	background-size: 9px auto;
}

@media (max-width: 768px) {
	.footer__sns .sns-facebook {
		background-size: 7px auto;
	}
}

.footer__sns .sns-line {
	background: url(../img/icon_sns_line.svg) no-repeat 50% 50%;
	background-size: 22px auto;
}

@media (max-width: 768px) {
	.footer__sns .sns-line {
		background-size: 17px auto;
	}
}

.footer__sns .sns-hatena {
	background: url(../img/icon_sns_hatena.svg) no-repeat 50% 50%;
	background-size: 16px auto;
}

@media (max-width: 768px) {
	.footer__sns .sns-hatena {
		background-size: 13px auto;
	}
}

.footer__pagetop {
	position: fixed;
	right: -100px;
	bottom: 40px;
	opacity: 0;
	z-index: 99999;
	transition: all 0.2s ease;
}

.is-scrolled .footer__pagetop {
	right: 0;
	opacity: 1;
}

@media (max-width: 768px) {
	.footer__pagetop {
		position: static;
		opacity: 1;
	}
}

.footer__pagetop a {
	display: block;
	width: 60px;
	height: 0;
	padding-top: 60px;
	color: #fff;
	background: #33918e url(../img/icon_pagetop.svg) no-repeat 50% 50%;
	overflow: hidden;
	transition: all 0.2s ease;
}

.footer__pagetop a:hover {
	background-color: #33ccc2;
}

@media (max-width: 768px) {
	.footer__pagetop a {
		width: 100%;
	}
}

.footer__copyright {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
}

@media (max-width: 768px) {
	.footer__copyright {
		font-size: 10px;
	}
}

.footer-sitemap {
	color: #e9e9e9;
	background: #97999b;
}

.theme-company.top .footer-sitemap {
	display: none;
}

@media (max-width: 768px) {
	.footer-sitemap {
		display: none;
	}
}

.footer-sitemap__inner {
	position: relative;
	width: 93.75%;
	max-width: 1200px;
	min-height: 180px;
	margin: 0 auto;
	padding: 50px 0;
}

.footer-sitemap dl a {
	color: inherit;
}

.footer-sitemap dl a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-sitemap dt {
	margin-top: 17px;
	font-weight: 500;
}

.footer-sitemap dt:first-child {
	margin-top: 0;
}

.footer-sitemap dd ul {
	list-style: none;
	margin-bottom: 28px;
	padding: 10px 10px 25px;
	font-size: 12px;
	border-bottom: 1px solid #b1b3b3;
}

.footer-sitemap dd li {
	display: inline-block;
}

.footer-sitemap dd li a {
	display: block;
	padding: 8px 10px;
}

.footer-sitemap .marks {
	position: absolute;
	bottom: 40px;
	right: 0;
	list-style: none;
	letter-spacing: -0.4em;
}

.footer-sitemap .marks > * {
	letter-spacing: -0.4em;
}

.footer-sitemap .marks li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.footer-sitemap .marks li img {
	vertical-align: top;
}

.footer-sitemap .marks li:first-child {
	margin-left: 0;
}

.helpnav {
	color: #e9e9e9;
	background: #53565a;
}

.helpnav__inner {
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
}

.helpnav ul {
	list-style: none;
	font-size: 11px;
	padding: 11px 0;
}

.helpnav ul:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.helpnav ul {
		font-size: 10px;
		padding: 14px 0;
	}
}

.helpnav li {
	display: inline-block;
	margin-right: 2.5em;
}

@media (max-width: 768px) {
	.helpnav li {
		margin-right: 0.8em;
	}
	.helpnav li:before {
		content: '/';
		margin-right: 0.8em;
		display: inline-block;
	}
	.helpnav li:first-child:before {
		content: none;
	}
}

.helpnav a {
	display: inline-block;
	color: inherit;
}

.helpnav a:hover {
	color: #fff;
	text-decoration: none;
}

.topicpath {
	border-bottom: 1px solid #d9d9d6;
	color: #53565a;
	background: #fff;
}

.topicpath ul {
	list-style: none;
	letter-spacing: -0.4em;
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.topicpath ul > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.topicpath ul {
		width: 100%;
		padding: 0 20px;
	}
}

.topicpath li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	padding-top: 2px;
	line-height: 47px;
	color: inherit;
}

@media (max-width: 768px) {
	.topicpath li {
		font-size: 11px;
		padding-top: 0;
		line-height: 30px;
	}
}

.topicpath li a {
	color: #222;
	font-weight: 500;
}

.theme-company .topicpath li a {
	color: #6399ae;
}

.theme-recruit .topicpath li a {
	color: #2a6d7d;
}

.theme-business .topicpath li a {
	color: #00bfb3;
}

.topicpath li > * {
	display: inline-block;
	margin-right: 15px;
	padding: 0 10px;
}

@media (max-width: 768px) {
	.topicpath li > * {
		padding: 0 6px;
	}
}

.topicpath li:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #d9d9d6;
	border-right: 1px solid #d9d9d6;
	transform: rotate(45deg);
}

.topicpath li:last-child {
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.topicpath li:last-child:after {
	content: none;
}

.category-header {
	color: #002855;
	background: #f4f7f7;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.category-header > * {
	display: flex;
	align-items: center;
	width: 75%;
	max-width: 960px;
	height: 240px;
	margin: 0 auto;
	font-size: 34px;
	font-weight: 500;
	color: inherit;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.category-header > * {
		width: 100%;
		height: 168px;
		padding: 0 20px;
		font-size: 24px;
	}
}

.category-header.c-01 {
	color: #fff;
	background-image: url(../img/category_header_01.jpg);
}

@media (max-width: 768px) {
	.category-header.c-01 {
		background-image: url(../img/category_header_01_sp.jpg);
	}
}

.recruit-page-header {
	position: relative;
	color: #fff;
	background: #003e4d;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.recruit-page-header__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60.9375%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

@media (max-width: 768px) {
	.recruit-page-header__bg {
		width: 67.1875%;
	}
}

.recruit-page-header__bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/recruiting/bg_recruit_header.png);
}

.recruit-page-header__bg.bg-01 {
	background-image: url(../img/security/header_01.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-01 {
		background-image: url(../img/security/header_01_sp.jpg);
	}
}

.recruit-page-header__bg.bg-02 {
	background-image: url(../img/security/header_02.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-02 {
		background-image: url(../img/security/header_02_sp.jpg);
	}
}

.recruit-page-header__bg.bg-03 {
	background-image: url(../img/security/header_03.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-03 {
		background-image: url(../img/security/header_03_sp.jpg);
	}
}

.recruit-page-header__bg.bg-04 {
	background-image: url(../img/security/header_04.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-04 {
		background-image: url(../img/security/header_04_sp.jpg);
	}
}

.recruit-page-header__bg.bg-05 {
	background-image: url(../img/security/header_05.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-05 {
		background-image: url(../img/security/header_05_sp.jpg);
	}
}

.recruit-page-header__bg.bg-06 {
	background-image: url(../img/security/header_06.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-06 {
		background-image: url(../img/security/header_06_sp.jpg);
	}
}

.recruit-page-header__bg.bg-07 {
	background-image: url(../img/security/header_07.jpg);
}

@media (max-width: 768px) {
	.recruit-page-header__bg.bg-07 {
		background-image: url(../img/security/header_07_sp.jpg);
	}
}

.recruit-page-header__inner {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}

@media (max-width: 768px) {
	.recruit-page-header__inner {
		width: 100%;
		max-width: none;
	}
}

.recruit-page-header__inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: -999%;
	right: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.recruit-page-header__inner:before {
		left: 0;
		right: auto;
		width: 9.375%;
	}
}

.recruit-page-header__inner:after,
.recruit-page-header__inner-2 {
	display: inline-block;
	vertical-align: middle;
}

.recruit-page-header__inner:after {
	content: '';
	height: 240px;
}

@media (max-width: 768px) {
	.recruit-page-header__inner:after {
		height: 170px;
	}
}

.recruit-page-header__inner-2 {
	position: relative;
	width: 87.5%;
	max-width: 880px;
	text-align: left;
	z-index: 1;
}

.recruit-page-header__category {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.recruit-page-header__title {
	font-size: 34px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.recruit-page-header__title {
		font-size: 24px;
	}
}

.interview-header {
	position: relative;
	color: #fff;
	background: #999;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.type-it .interview-header {
	background: #00bfb3;
}

@media (max-width: 768px) {
	.type-it .interview-header__inner {
		background: rgba(0, 191, 179, 0.77);
	}
}

.type-mech .interview-header {
	background: #ff8200;
}

@media (max-width: 768px) {
	.type-mech .interview-header__inner {
		background: rgba(255, 130, 0, 0.77);
	}
}

@media (max-width: 768px) {
	.interview-header {
		padding-top: 82%;
	}
}

@media (max-width: 520px) {
	.interview-header {
		padding-top: 100%;
	}
}

.interview-header__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 57.03125%;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: cover;
}

@media (max-width: 768px) {
	.interview-header__bg {
		width: 100%;
	}
}

.interview-header__bg.bg-01 {
	background-image: url(../img/recruiting/recruit_header_01.jpg);
}

@media (max-width: 768px) {
	.interview-header__bg.bg-01 {
		background-image: url(../img/recruiting/recruit_header_01_sp.jpg);
	}
}

.interview-header__bg.bg-02 {
	background-image: url(../img/recruiting/recruit_header_02.jpg);
}

@media (max-width: 768px) {
	.interview-header__bg.bg-02 {
		background-image: url(../img/recruiting/recruit_header_02_sp.jpg);
	}
}

.interview-header__bg.bg-03 {
	background-image: url(../img/recruiting/recruit_header_03.jpg);
}

@media (max-width: 768px) {
	.interview-header__bg.bg-03 {
		background-image: url(../img/recruiting/recruit_header_03_sp.jpg);
	}
}

.interview-header__bg.bg-04 {
	background-image: url(../img/recruiting/recruit_header_04.jpg);
}

@media (max-width: 768px) {
	.interview-header__bg.bg-04 {
		background-image: url(../img/recruiting/recruit_header_04_sp.jpg);
	}
}

.interview-header__bg.bg-05 {
	background-image: url(../img/recruiting/recruit_header_05.jpg);
}

@media (max-width: 768px) {
	.interview-header__bg.bg-05 {
		background-image: url(../img/recruiting/recruit_header_05_sp.jpg);
	}
}

.interview-header__inner {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}

@media (max-width: 768px) {
	.interview-header__inner {
		width: 100%;
		max-width: none;
		padding: 15px 0;
		z-index: 3;
	}
}

.interview-header__inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: -999%;
	right: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.interview-header__inner:before {
		left: 0;
		right: auto;
		width: 9.375%;
	}
}

.interview-header__inner:after,
.interview-header__inner-2 {
	display: inline-block;
	vertical-align: middle;
}

.interview-header__inner:after {
	content: '';
	height: 520px;
}

@media (max-width: 768px) {
	.interview-header__inner:after {
		height: auto;
	}
}

.interview-header__inner-2 {
	position: relative;
	width: 91.66667%;
	text-align: left;
	z-index: 1;
}

.interview-header__body .category {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.interview-header__body .category {
		font-size: 12px;
		font-weight: normal;
	}
}

.interview-header__body .year {
	display: inline-block;
	margin-left: 22px;
	font-size: 14px;
}

@media (max-width: 768px) {
	.interview-header__body .year {
		float: right;
	}
}

.interview-header__body .year > span {
	display: inline-block;
	padding: 6px 15px 5px;
	color: #fff;
	background: #ffb81c;
	font-size: 12px;
	line-height: 1;
}

@media (max-width: 768px) {
	.interview-header__body .year > span {
		padding: 5px 10px;
		font-size: 11px;
	}
}

.interview-header__body .lead {
	margin-top: 40px;
	width: 58.33333%;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.58;
	letter-spacing: 0.06em;
}

@media (max-width: 768px) {
	.interview-header__body .lead {
		margin-top: 10px;
		width: auto;
		font-size: 20px;
	}
}

.interview-header__body .lead > span {
	display: inline-block;
}

.interview-header__body .profile {
	margin-top: 80px;
}

@media (max-width: 768px) {
	.interview-header__body .profile {
		margin-top: 15px;
	}
}

.interview-header__body .title {
	font-size: 14px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.interview-header__body .title {
		font-size: 10px;
		margin-bottom: 5px;
	}
}

.interview-header__body .name {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.interview-header__body .name {
		font-size: 16px;
	}
}

.message-header {
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.message-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(https://persol-tech-s.co.jp/corporate/assets/img/recruiting/corp/mv_bg.jpg) no-repeat 100% 20%;
	background-size: cover;
}

@media (max-width: 768px) {
	.message-header__bg {
		margin: 0 -20px 10px -30px;
		width: auto;
		height: 0;
		padding-top: 66.66667%;
		position: static;
		background: url(https://persol-tech-s.co.jp/corporate/assets/img/recruiting/corp/mv_bg_sp.jpg) no-repeat;
		background-size: cover;
	}
}

.message-header__inner {
	position: relative;
	width: 53.01205%;
}

@media (max-width: 768px) {
	.message-header__inner {
		width: 100%;
		max-width: none;
	}
}

.message-header__inner:after,
.message-header__inner-2 {
	display: inline-block;
	vertical-align: middle;
}

.message-header__inner:after {
	content: '';
	height: 480px;
}

@media (max-width: 768px) {
	.message-header__inner:after {
		height: 170px;
	}
}

.message-header__inner-2 {
	position: relative;
	width: 95%;
	text-align: left;
	z-index: 1;
}

.message-header__lead {
	font-size: 28px;
	font-weight: 500;
	color: #002855;
}

@media (max-width: 768px) {
	.message-header__lead {
		font-size: 22px;
	}
}

.message-header__lead:after {
	content: '';
	display: block;
	margin: 25px 0 30px;
	width: 100%;
	height: 1px;
	background: #d9d9d6;
	background: linear-gradient(to right, #00bfb3 32%, #d9d9d6 32%);
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.message-header__lead:after {
		margin: 15px 0;
	}
}

.message-header__title {
	font-size: 14px;
}

@media (max-width: 768px) {
	.message-header__title {
		font-size: 10px;
	}
}

.message-header__name {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.message-header__name {
		font-size: 16px;
	}
}

.float-box:after {
	content: '';
	display: block;
	clear: both;
}

.float-box__txt > * {
	margin-bottom: 1.5rem;
}

.float-box__txt > *:last-child {
	margin-bottom: 0;
}

.float-box__txt > *:first-child {
	margin-top: 0;
}

.float-box.txt-nowrap .float-box__txt {
	overflow: hidden;
}

.float-box__img {
	display: block;
	margin-bottom: 0.5em;
}

@media (max-width: 768px) {
	.float-box__img {
		margin-left: -30px;
		margin-right: -20px;
	}
}

.float-box.center .float-box__img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-box.center {
	font-size: 0;
	text-align: center;
}

.float-box.center .float-box__img.twin {
	display: inline-block;
	width: 49.5%;
	margin-left: auto;
	margin-right: auto;
}

.float-box.center .float-box__img p {
	text-align: center;
	font-size: 12px;
	color: #002855;
}

@media (max-width: 768px) {
	.float-box.center .float-box__img {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.float-box.center .float-box__img.twin {
		display: block;
		width: 100%;
		max-width: 415px;
		margin-left: auto;
		margin-right: auto;
	}
}

.float-box.left .float-box__img {
	float: left;
	margin-right: 3.61446%;
	margin-bottom: 0.5em;
}

.float-box.right .float-box__img {
	float: right;
	margin-left: 3.61446%;
	margin-bottom: 0.5em;
}

.float-box.left .float-box__img,
.float-box.right .float-box__img {
	width: 36.14458%;
}

@media (max-width: 768px) {
	.float-box.left .float-box__img,
	.float-box.right .float-box__img {
		float: none;
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.float-box.left .float-box__img img,
	.float-box.right .float-box__img img {
		width: 100%;
	}
}

.h1,
.h2,
.h3,
.h3-02,
.h4,
.h5,
.h6 {
	font-weight: 500;
	color: #002855;
	letter-spacing: 0.06em;
}

.h1 .num,
.h2 .num,
.h3 .num,
.h3-02 .num,
.h4 .num,
.h5 .num,
.h6 .num {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 1.13333em;
}

.h2 .step,
.h4 .step {
	display: block;
}

.h2 .step > span,
.h4 .step > span {
	position: relative;
	display: inline-block;
	top: -5px;
	margin-bottom: -5px;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	color: #007672;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.15;
	border-bottom: 1px solid #00bfb3;
}

@media (max-width: 768px) {
	.h2 .step > span,
	.h4 .step > span {
		top: -3px;
		margin-bottom: -3px;
		font-size: 14px;
	}
}

.h2 .step > span > span,
.h4 .step > span > span {
	font-size: 34px;
}

@media (max-width: 768px) {
	.h2 .step > span > span,
	.h4 .step > span > span {
		font-size: 24px;
	}
}

.h1 {
	margin-left: -50px;
	font-size: 34px;
}

@media (max-width: 768px) {
	.h1 {
		margin-left: 0;
		font-size: 24px;
	}
}

.h2 {
	position: relative;
	left: -50px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 30px;
}

@media (max-width: 768px) {
	.h2 {
		left: 0;
		padding-left: 0;
		font-size: 22px;
	}
}

.h2.step {
	font-size: 26px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.h2.step {
		font-size: 20px;
	}
}

.h2:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 9px;
	height: 9px;
	background: #00bfb3;
}

@media (max-width: 768px) {
	.h2:before {
		top: 13px;
	}
}

.h2:after {
	content: '';
	position: absolute;
	top: 24px;
	left: -999%;
	right: 100%;
	height: 1px;
	margin-right: 20px;
	background: #bbbcbc;
	z-index: 1;
}

@media (max-width: 768px) {
	.h2:after {
		top: 17px;
	}
}

.h2-02 {
	font-size: 22px;
	font-weight: 500;
	color: #002855;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.h2-02 > span {
	display: inline;
	background: linear-gradient(to top, #ddd 0, #ddd 10px, transparent 10px);
}

.type-it .h2-02 > span {
	background: linear-gradient(to top, #cbf1ef 0, #cbf1ef 10px, transparent 10px);
}

.type-mech .h2-02 > span {
	background: linear-gradient(to top, #fee5cb 0, #fee5cb 10px, transparent 10px);
}

.h3 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 0.5em;
	font-size: 22px;
	border-bottom: 1px solid #d9d9d6;
}

@media (max-width: 768px) {
	.h3 {
		font-size: 20px;
	}
}

.h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 25%;
	height: 1px;
	background: #00bfb3;
}

@media (max-width: 768px) {
	.h3:before {
		width: 33.333%;
	}
}

.h3-02 {
	font-size: 22px;
}

.h4 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
}

.h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #6399ae;
}

.h4.step:before {
	content: none;
}

.h4 .step {
	margin-left: -10px;
}

.h4 .step > span {
	font-size: 16px;
}

@media (max-width: 768px) {
	.h4 .step > span {
		font-size: 12px;
	}
}

.h4 .step > span > span {
	font-size: 24px;
}

@media (max-width: 768px) {
	.h4 .step > span > span {
		font-size: 20px;
	}
}

.h5 {
	margin-bottom: 10px;
	font-size: 16px;
}

.h6 {
	margin-bottom: 10px;
	font-size: 14px;
}

.table-01,
.form__table,
.table-02 {
	border-collapse: collapse;
}

.table-01 caption,
.form__table caption,
.table-02 caption {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.table-01 th,
.form__table th,
.table-02 th,
.table-01 td,
.form__table td,
.table-02 td {
	padding: 17px 20px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.table-01 .nowrap,
.form__table .nowrap,
.table-02 .nowrap {
	white-space: nowrap;
}

.full.table-01,
.full.form__table,
.full.table-02 {
	width: 100%;
}

.table-01 .p5,
.form__table .p5,
.table-02 .p5 {
	width: 5%;
}

@media (max-width: 768px) {
	.table-01 .p5,
	.form__table .p5,
	.table-02 .p5 {
		width: auto;
	}
}

.table-01 .p10,
.form__table .p10,
.table-02 .p10 {
	width: 10%;
}

@media (max-width: 768px) {
	.table-01 .p10,
	.form__table .p10,
	.table-02 .p10 {
		width: auto;
	}
}

.table-01 .p15,
.form__table .p15,
.table-02 .p15 {
	width: 15%;
}

@media (max-width: 768px) {
	.table-01 .p15,
	.form__table .p15,
	.table-02 .p15 {
		width: auto;
	}
}

.table-01 .p20,
.form__table .p20,
.table-02 .p20 {
	width: 20%;
}

@media (max-width: 768px) {
	.table-01 .p20,
	.form__table .p20,
	.table-02 .p20 {
		width: auto;
	}
}

.table-01 .p25,
.form__table .p25,
.table-02 .p25 {
	width: 25%;
}

@media (max-width: 768px) {
	.table-01 .p25,
	.form__table .p25,
	.table-02 .p25 {
		width: auto;
	}
}

.table-01 .p30,
.form__table .p30,
.table-02 .p30 {
	width: 30%;
}

@media (max-width: 768px) {
	.table-01 .p30,
	.form__table .p30,
	.table-02 .p30 {
		width: auto;
	}
}

.table-01 .p35,
.form__table .p35,
.table-02 .p35 {
	width: 35%;
}

@media (max-width: 768px) {
	.table-01 .p35,
	.form__table .p35,
	.table-02 .p35 {
		width: auto;
	}
}

.table-01 .p40,
.form__table .p40,
.table-02 .p40 {
	width: 40%;
}

@media (max-width: 768px) {
	.table-01 .p40,
	.form__table .p40,
	.table-02 .p40 {
		width: auto;
	}
}

.table-01 .p45,
.form__table .p45,
.table-02 .p45 {
	width: 45%;
}

@media (max-width: 768px) {
	.table-01 .p45,
	.form__table .p45,
	.table-02 .p45 {
		width: auto;
	}
}

.table-01 .p50,
.form__table .p50,
.table-02 .p50 {
	width: 50%;
}

@media (max-width: 768px) {
	.table-01 .p50,
	.form__table .p50,
	.table-02 .p50 {
		width: auto;
	}
}

.table-01 .p55,
.form__table .p55,
.table-02 .p55 {
	width: 55%;
}

@media (max-width: 768px) {
	.table-01 .p55,
	.form__table .p55,
	.table-02 .p55 {
		width: auto;
	}
}

.table-01 .p60,
.form__table .p60,
.table-02 .p60 {
	width: 60%;
}

@media (max-width: 768px) {
	.table-01 .p60,
	.form__table .p60,
	.table-02 .p60 {
		width: auto;
	}
}

.table-01 .p65,
.form__table .p65,
.table-02 .p65 {
	width: 65%;
}

@media (max-width: 768px) {
	.table-01 .p65,
	.form__table .p65,
	.table-02 .p65 {
		width: auto;
	}
}

.table-01 .p70,
.form__table .p70,
.table-02 .p70 {
	width: 70%;
}

@media (max-width: 768px) {
	.table-01 .p70,
	.form__table .p70,
	.table-02 .p70 {
		width: auto;
	}
}

.table-01 .p75,
.form__table .p75,
.table-02 .p75 {
	width: 75%;
}

@media (max-width: 768px) {
	.table-01 .p75,
	.form__table .p75,
	.table-02 .p75 {
		width: auto;
	}
}

.table-01 .p80,
.form__table .p80,
.table-02 .p80 {
	width: 80%;
}

@media (max-width: 768px) {
	.table-01 .p80,
	.form__table .p80,
	.table-02 .p80 {
		width: auto;
	}
}

.table-01 .p85,
.form__table .p85,
.table-02 .p85 {
	width: 85%;
}

@media (max-width: 768px) {
	.table-01 .p85,
	.form__table .p85,
	.table-02 .p85 {
		width: auto;
	}
}

.table-01 .p90,
.form__table .p90,
.table-02 .p90 {
	width: 90%;
}

@media (max-width: 768px) {
	.table-01 .p90,
	.form__table .p90,
	.table-02 .p90 {
		width: auto;
	}
}

.table-01 .p95,
.form__table .p95,
.table-02 .p95 {
	width: 95%;
}

@media (max-width: 768px) {
	.table-01 .p95,
	.form__table .p95,
	.table-02 .p95 {
		width: auto;
	}
}

.table-01 .p100,
.form__table .p100,
.table-02 .p100 {
	width: 100%;
}

@media (max-width: 768px) {
	.table-01 .p100,
	.form__table .p100,
	.table-02 .p100 {
		width: auto;
	}
}

.table-01 th,
.form__table th,
.table-01 td,
.form__table td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.table-01 th:last-child,
.form__table th:last-child,
.table-01 td:last-child,
.form__table td:last-child {
	border-right: none;
}

@media (max-width: 768px) {
	.table-01 th,
	.form__table th,
	.table-01 td,
	.form__table td {
		margin-top: 1px;
		border: none;
	}
}

.table-01 tbody tr:last-child th,
.form__table tbody tr:last-child th,
.table-01 tbody tr:last-child td,
.form__table tbody tr:last-child td {
	border-bottom: none;
}

.table-01 th,
.form__table th {
	color: #000;
	background: #e6e6e6;
	font-weight: normal;
}

.table-01 td,
.form__table td {
	background: #f0f0ef;
}

@media (max-width: 768px) {
	.table-01,
	.form__table,
	.table-01 thead,
	.form__table thead,
	.table-01 tbody,
	.form__table tbody,
	.table-01 tfoot,
	.form__table tfoot,
	.table-01 tr,
	.form__table tr,
	.table-01 th,
	.form__table th,
	.table-01 td,
	.form__table td,
	.table-01 caption,
	.form__table caption {
		display: block;
	}
}

@media (max-width: 768px) {
	.table-02 th,
	.table-02 td {
		padding: 15px 5px;
	}
}

.table-02 th {
	color: #000;
	border-top: 1px solid #6399ae;
}

.table-02 td {
	border-top: 1px solid #ececec;
}

.table-02 td.th {
	color: #000;
}

.table-02 th + td,
.table-02 th + td + td,
.table-02 th + td + td + td,
.table-02 th + td + td + td + td,
.table-02 th + td + td + td + td + td {
	border-top: 1px solid #d9d9d6;
}

.table-01 tr.orange th {
	background: #ffdeaa;
}

.table-01 tr.orange td {
	background: #ffeccc;
}

ul.list li {
	list-style: none;
}

ul.list > li {
	position: relative;
	margin-top: 0.3em;
	padding-left: 15px;
}

ul.list > li:first-child {
	margin-top: 0;
}

ul.list > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.7em;
	left: 3px;
	width: 3px;
	height: 3px;
	background: #00bfb3;
}

ul.list > li ul {
	padding-left: 15px;
}

ul.list > li ul > li {
	color: #97999b;
}

ul.list > li ul > li:before {
	background: #6399ae;
}

ol.list {
	counter-reset: ol-number;
}

ol.list li {
	list-style: none;
}

ol.list > li {
	position: relative;
	margin-top: 0.3em;
	padding-left: 2em;
}

ol.list > li:first-child {
	margin-top: 0;
}

ol.list > li:before {
	counter-increment: ol-number;
	content: counter(ol-number) '.';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.75em;
	padding-right: 0.25em;
	text-align: right;
	font-weight: 500;
	color: #007672;
}

ol.list > li ol > li {
	color: #97999b;
}

dl.list dt {
	font-weight: 500;
	color: #007672;
}

dl.list dd {
	margin-left: 0.8em;
}

dl.list dd + dt {
	margin-top: 0.6em;
}

.aside-box,
.list-articles.box {
	padding: 27px 29px;
	border: 1px solid #d9d9d6;
}

.aside-box:after,
.list-articles.box:after {
	content: '';
	display: block;
	clear: both;
}

.aside-box.dim,
.dim.list-articles.box {
	background: #f0f0ef;
}

@media (max-width: 768px) {
	.aside-box,
	.list-articles.box {
		padding: 12px 14px;
	}
}

.aside-box__txt {
	overflow: hidden;
}

.aside-box__txt > * {
	margin-bottom: 1.5rem;
}

.aside-box__txt > *:last-child {
	margin-bottom: 0;
}

.aside-box__txt > *:first-child {
	margin-top: 0;
}

.aside-box__img {
	display: block;
	float: left;
	margin-right: 3.8961%;
}

@media (max-width: 768px) {
	.aside-box__img {
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}

.aside-box__img img {
	display: block;
}

.aside-box__title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #002855;
}

.aside-box .h3,
.list-articles.box .h3 {
	font-size: 20px;
}

@media (max-width: 768px) {
	.aside-box .h3,
	.list-articles.box .h3 {
		font-size: 18px;
	}
}

.profile-box {
	padding: 27px 29px;
	border: 1px solid #d9d9d6;
}

.profile-box:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.profile-box {
		padding: 12px 14px;
	}
}

.profile-box__txt {
	overflow: hidden;
}

.profile-box__txt > * {
	margin-bottom: 1.5rem;
}

.profile-box__txt > *:last-child {
	margin-bottom: 0;
}

.profile-box__txt > *:first-child {
	margin-top: 0;
}

.profile-box__title {
	margin-bottom: 8px;
	font-weight: bold;
}

.page-nav {
	margin-right: 50px;
	text-align: center;
	font-size: 14px;
}

@media (max-width: 768px) {
	.page-nav {
		margin-left: -10px;
		margin-right: 0px;
	}
}

.page-nav ul {
	list-style: none;
	letter-spacing: -0.4em;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	border-top: 1px solid #d9d9d6;
}

.page-nav ul:after {
	content: '';
	display: block;
	clear: both;
}

.page-nav ul > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.page-nav ul {
		display: block;
		width: 100%;
	}
}

.page-nav li {
	position: relative;
	margin-left: 40px;
	margin-bottom: 40px;
	font-weight: 500;
	vertical-align: top;
}

.page-nav li:first-child {
	margin-left: 0;
}

@media (max-width: 768px) {
	.page-nav li {
		width: 12%;
		margin-left: 8.33333%;
	}
	.page-nav li.prev + * {
		margin-left: 0;
	}
}

.page-nav li a {
	display: inline-block;
	padding: 10px 0;
	color: #bbbcbc;
	line-height: 24px;
	min-width: 44px;
}

.page-nav li a:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 44px;
	height: 5px;
	background: #bbbcbc;
}

@media (max-width: 768px) {
	.page-nav li a:before {
		width: 100%;
	}
}

.page-nav li a:hover {
	color: #007672;
	text-decoration: none;
}

.page-nav li a:hover:before {
	background: #00bfb3;
}

.page-nav li.current a {
	color: #53565a;
}

.page-nav li.current a:before {
	background: #53565a;
}

.page-nav li.first,
.page-nav li.last,
.page-nav li.next,
.page-nav li.prev {
	margin-left: 0;
}

.page-nav li.first a:before,
.page-nav li.last a:before,
.page-nav li.next a:before,
.page-nav li.prev a:before {
	content: none;
	position: static;
	top: auto;
	width: auto;
	height: auto;
	background: none;
}

.page-nav li.next,
.page-nav li.last {
	text-align: right;
}

.page-nav li.first {
	padding-right: 40px;
}

.page-nav li.last {
	padding-left: 40px;
}

.page-nav li.first,
.page-nav li.last {
	font-size: 12px;
}

@media (max-width: 768px) {
	.page-nav li.first,
	.page-nav li.last {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.page-nav li.first a,
	.page-nav li.last a {
		position: relative;
		padding-top: 30px;
	}
	.page-nav li.first a .icon-arrow-prev,
	.page-nav li.first a .icon-arrow-next,
	.page-nav li.last a .icon-arrow-prev,
	.page-nav li.last a .icon-arrow-next {
		position: absolute;
		top: 10px;
	}
	.page-nav li.first a .icon-arrow-prev,
	.page-nav li.last a .icon-arrow-prev {
		left: 0;
	}
	.page-nav li.first a .icon-arrow-next,
	.page-nav li.last a .icon-arrow-next {
		right: 0;
	}
}

.page-nav li [class^='icon-']:before {
	font-size: 10px;
}

.page-nav li .icon-prev a,
.page-nav li .icon-next a {
	min-width: 0;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 768px) {
	.page-nav li.first a,
	.page-nav li.last a,
	.page-nav li.next a,
	.page-nav li.prev a {
		width: 11.66667%;
	}
}

.section-nav {
	margin-right: 50px;
}

@media (max-width: 768px) {
	.section-nav {
		margin-left: -10px;
		margin-right: 0;
	}
}

.section-nav ul {
	list-style: none;
	letter-spacing: -0.4em;
}

.section-nav ul:after {
	content: '';
	display: block;
	clear: both;
}

.section-nav ul > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.section-nav ul {
		border-bottom: 1px solid #d9d9d6;
	}
}

.section-nav li {
	position: relative;
	width: 25%;
	margin-bottom: 40px;
	font-weight: 500;
	vertical-align: top;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.section-nav li {
		width: 50%;
		margin-bottom: -1px;
		border-top: 1px solid #d9d9d6;
		border-right: 1px solid #d9d9d6;
		border-bottom: 1px solid #d9d9d6;
	}
	.section-nav li:nth-child(2n) {
		border-right: none;
	}
}

.section-nav li:nth-child(4n + 1):before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 1px;
	width: 400%;
	background: #d9d9d6;
}

@media (max-width: 768px) {
	.section-nav li:nth-child(4n + 1):before {
		content: none;
	}
}

.section-nav li a {
	display: inline-block;
	padding: 10px 20px 10px 0;
	color: #bbbcbc;
	line-height: 24px;
	box-sizing: border-box;
}

.section-nav li a:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 44px;
	height: 5px;
	background: #bbbcbc;
}

@media (max-width: 768px) {
	.section-nav li a:before {
		content: none;
	}
}

@media (max-width: 768px) {
	.section-nav li a {
		display: block;
		height: 70px;
		padding: 8px 10px;
		font-size: 12px;
		line-height: 1.5;
		overflow: hidden;
	}
	.section-nav li a:after {
		content: '';
		position: absolute;
		top: auto;
		left: auto;
		right: 12px;
		bottom: 12px;
		width: 6px;
		height: 6px;
		background: transparent;
		transform: rotate(45deg);
		border-top: 1px solid #bbbcbc;
		border-right: 1px solid #bbbcbc;
	}
	.section-nav li a[href^='#']:after {
		transform: rotate(135deg);
	}
}

.section-nav li.current a {
	color: #007672;
}

.section-nav li.current a:before {
	background: #00bfb3;
}

@media (max-width: 768px) {
	.section-nav li.current a {
		background: #e4f8f6;
	}
	.section-nav li.current a:after {
		right: 9px;
		bottom: 15px;
		width: 9px;
		height: 0;
		border-right: none;
		transform: rotate(0);
	}
}

.section-nav li a:hover {
	color: #007672;
	text-decoration: none;
}

.section-nav li a:hover:before {
	background: #00bfb3;
}

@media (max-width: 768px) {
	.section-nav li a:hover {
		background: #e4f8f6;
	}
	.section-nav li a:hover:after {
		border-color: #007672;
	}
}

.section-nav.justify li {
	width: 23.58974%;
}

.section-nav.justify li:nth-child(5n) {
	width: 5.64103%;
}

.section-nav.justify li:nth-child(4n + 1):before {
	content: none;
}

.section-nav.justify li:nth-child(5n + 1):before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 1px;
	width: 400%;
	padding-right: 44px;
	background: #d9d9d6;
}

@media (max-width: 768px) {
	.section-nav.justify li:nth-child(n) {
		width: 50%;
	}
	.section-nav.justify li:nth-child(n):before {
		content: none;
	}
}

@media (max-width: 768px) {
	.section-nav.col-3 li,
	.section-nav.justify.col-3 li {
		width: 33.333%;
	}
	.section-nav.col-3 li:nth-child(2n),
	.section-nav.justify.col-3 li:nth-child(2n) {
		border-right: 1px solid #d9d9d6;
	}
	.section-nav.col-3 li:nth-child(3n),
	.section-nav.justify.col-3 li:nth-child(3n) {
		border-right: none;
	}
}

@media (max-width: 768px) {
	.section-nav.col-4 li,
	.section-nav.justify.col-4 li {
		width: 25%;
	}
	.section-nav.col-4 li:nth-child(2n),
	.section-nav.justify.col-4 li:nth-child(2n) {
		border-right: 1px solid #d9d9d6;
	}
	.section-nav.col-4 li:nth-child(4n),
	.section-nav.justify.col-4 li:nth-child(4n) {
		border-right: none;
	}
}

.section-nav .nowrap {
	display: inline-block;
}

.section-nav .num {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.section-nav .num {
		font-size: inherit;
	}
}

.list-faq > dt {
	position: relative;
	margin: 30px 0 0 60px;
	min-height: 70px;
	font-size: 16px;
	color: #002855;
	padding: 5px 60px 5px 30px;
	line-height: 1.5;
	border-bottom: 1px solid #d9d9d6;
	transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.list-faq > dt {
		min-height: 60px;
		margin-left: 30px;
		padding-left: 15px;
		padding-right: 25px;
		font-size: 14px;
		line-height: 1.625;
	}
}

.list-faq > dt:first-child {
	margin-top: 0;
}

.list-faq > dt:before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	width: 60px;
	padding-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #00bfb3;
}

@media (max-width: 768px) {
	.list-faq > dt:before {
		left: -30px;
		width: 30px;
		font-size: 24px;
	}
}

.list-faq > dt .toggler {
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.list-faq > dt .toggler {
		right: 5px;
	}
}

.list-faq > dt .toggler:before,
.list-faq > dt .toggler:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 16px;
	height: 2px;
	background: #53565a;
	transition: all 0.2s ease;
	transition-delay: 0.2s;
}

.list-faq > dt .toggler:before {
	transform: rotate(90deg);
}

.list-faq > dt .toggler:after {
	transform: translateX(0);
	opacity: 1;
}

.list-faq > dt:hover {
	background: #e4f8f6;
	cursor: pointer;
}

.list-faq > dt:hover .toggler:before,
.list-faq > dt:hover .toggler:after {
	background: #00bfb3;
}

.list-faq > dt.is-open .toggler {
	transform: rotate(90deg);
}

.list-faq > dt.is-open .toggler:before,
.list-faq > dt.is-open .toggler:after {
	background: #d9d9d6;
}

.list-faq > dt.is-open .toggler:before {
	transform: rotate(90deg);
}

.list-faq > dt.is-open .toggler:after {
	transform: translateX(10px);
	opacity: 0;
}

.list-faq > dd {
	display: none;
	position: relative;
	padding: 15px 0 15px 90px;
}

.list-faq > dd > * {
	margin-bottom: 1.5rem;
}

.list-faq > dd > *:last-child {
	margin-bottom: 0;
}

.list-faq > dd > *:first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.list-faq > dd {
		padding-left: 45px;
	}
}

.list-faq > dd:before {
	content: 'A';
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #97999b;
}

@media (max-width: 768px) {
	.list-faq > dd:before {
		width: 30px;
		font-size: 24px;
	}
}

.list-faq-open > dt {
	position: relative;
	margin: 30px 0 0 60px;
	min-height: 50px;
	font-size: 16px;
	color: #002855;
	padding: 5px 60px 5px 30px;
	line-height: 1.5;
	border-bottom: 1px solid #d9d9d6;
}
@media (max-width: 768px) {
	.list-faq-open > dt {
		min-height: 40px;
		margin-left: 30px;
		padding-left: 15px;
		padding-right: 25px;
		font-size: 14px;
		line-height: 1.625;
	}
}
.list-faq-open > dt:before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	width: 60px;
	padding-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #00bfb3;
}
@media (max-width: 768px) {
	.list-faq-open > dt:before {
		left: -30px;
		width: 30px;
		font-size: 24px;
	}
}
.list-faq-open > dd {
	position: relative;
	padding: 15px 0 15px 90px;
}
@media (max-width: 768px) {
	.list-faq-open > dd {
		padding-left: 45px;
	}
}
.list-faq-open > dd:before {
	content: 'A';
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #97999b;
}
@media (max-width: 768px) {
	.list-faq-open > dd:before {
		width: 30px;
		font-size: 24px;
	}
}

.list-articles {
	list-style: none;
	margin: 60px 0;
}

@media (max-width: 768px) {
	.list-articles {
		margin: 30px 0;
	}
}

.list-articles__item,
.article-title {
	margin-top: 45px;
}

.list-articles__item:first-child,
.article-title:first-child {
	margin-top: 0;
}

.list-articles__wrapper,
.article-title__wrapper {
	display: table;
	border-collapse: collapse;
}

.list-articles__icon,
.article-title__icon,
.list-articles__padding,
.article-title__padding {
	display: table-cell;
	vertical-align: top;
}

@media (max-width: 768px) {
	.list-articles__icon,
	.article-title__icon,
	.list-articles__padding,
	.article-title__padding {
		display: block;
	}
}

.list-articles__icon,
.article-title__icon {
	position: relative;
	width: 120px;
	color: #003d4c;
	box-sizing: border-box;
	transition: all 0.2s ease;
	vertical-align: middle;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
}

.list-articles__icon .day,
.article-title__icon .day {
	position: relative;
	top: 3px;
	left: 0;
	display: block;
	width: 100px;
	font-size: 52px;
	line-height: 1;
}

.list-articles__icon .month,
.article-title__icon .month {
	position: relative;
	left: 20px;
	top: -6px;
	white-space: nowrap;
}

.list-articles__icon .month:before,
.article-title__icon .month:before {
	content: '';
	display: inline-block;
	height: 30px;
	width: 1px;
	margin-right: 14px;
	background: #003d4c;
	transform-origin: 0 100%;
	transform: translate(0, 5px) rotate(30deg);
}

@media (max-width: 768px) {
	.list-articles__icon,
	.article-title__icon {
		display: none;
	}
}

a:hover .list-articles__icon,
a:hover .article-title__icon {
	color: #6399ae;
}

a:hover .list-articles__icon .month:before,
a:hover .article-title__icon .month:before {
	background: #6399ae;
}

.list-articles__padding,
.article-title__padding {
	padding-left: 29px;
	border-left: 1px solid #d9d9d6;
}

@media (max-width: 768px) {
	.list-articles__padding,
	.article-title__padding {
		padding-left: 14px;
	}
}

.list-articles__pubdate,
.article-title__pubdate {
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-weight: 500;
	color: #002855;
	letter-spacing: 0.04em;
}

.list-articles__tag,
.article-title__tag {
	display: inline-block;
}

.list-articles__tag > span,
.article-title__tag > span {
	display: inline-block;
	margin-left: 8px;
	color: #fff;
	background: #ccc;
	font-size: 10px;
	line-height: 1;
	padding: 5px 10px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	vertical-align: 0.2em;
	box-sizing: border-box;
}

.list-articles__tag > span.tag-press,
.article-title__tag > span.tag-press {
	background: #007672;
}

.list-articles__tag > span.tag-info,
.article-title__tag > span.tag-info {
	background: #ff8200;
}

.list-articles__tag > span.tag-event,
.article-title__tag > span.tag-event {
	background: #002855;
}

.list-articles__tag > span.tag-seminar,
.article-title__tag > span.tag-seminar {
	background: #ffb81c;
}

.list-articles__thumb {
	margin-bottom: 10px;
}

.list-articles__thumb img {
	display: block;
	min-width: 100%;
}

.list-articles__title,
.article-title__title {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #53565a;
}

.list-articles__excerpt {
	margin-top: 10px;
}

.list-articles__more {
	margin-top: 20px;
	color: #005fa9;
}

.list-articles a {
	color: inherit;
}

.list-articles a:hover {
	color: #005fa9;
	text-decoration: none;
}

a:hover .list-articles__title,
a:hover .article-title__title,
a:hover .list-articles__pubdate,
a:hover .article-title__pubdate {
	color: inherit;
}

a:hover .list-articles__more {
	text-decoration: underline;
}

.list-articles.cols {
	letter-spacing: -0.4em;
}

.list-articles.cols > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.list-articles.cols .list-articles__item,
.list-articles.cols .article-title {
	width: 30.12048%;
	margin-left: 4.81928%;
	vertical-align: top;
}

.list-articles.cols .list-articles__item:after,
.list-articles.cols .article-title:after {
	content: '';
	display: block;
	clear: both;
}

.list-articles.cols .list-articles__item:nth-child(1),
.list-articles.cols .article-title:nth-child(1),
.list-articles.cols .list-articles__item:nth-child(2),
.list-articles.cols .article-title:nth-child(2),
.list-articles.cols .list-articles__item:nth-child(3),
.list-articles.cols .article-title:nth-child(3) {
	margin-top: 0;
}

@media (max-width: 768px) {
	.list-articles.cols .list-articles__item:nth-child(1),
	.list-articles.cols .article-title:nth-child(1),
	.list-articles.cols .list-articles__item:nth-child(2),
	.list-articles.cols .article-title:nth-child(2),
	.list-articles.cols .list-articles__item:nth-child(3),
	.list-articles.cols .article-title:nth-child(3) {
		margin-top: 45px;
	}
}

.list-articles.cols .list-articles__item:nth-child(3n + 1),
.list-articles.cols .article-title:nth-child(3n + 1) {
	margin-left: 0;
}

@media (max-width: 1100px) {
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title {
		width: 47.59036%;
	}
	.list-articles.cols .list-articles__item:nth-child(3),
	.list-articles.cols .article-title:nth-child(3) {
		margin-top: 45px;
	}
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title,
	.list-articles.cols .list-articles__item:nth-child(3n + 1),
	.list-articles.cols .article-title:nth-child(3n + 1) {
		margin-left: 4.81928%;
	}
}

@media (max-width: 1100px) and (max-width: 768px) {
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title,
	.list-articles.cols .list-articles__item:nth-child(3n + 1),
	.list-articles.cols .article-title:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 1100px) {
	.list-articles.cols .list-articles__item:nth-child(2n + 1),
	.list-articles.cols .article-title:nth-child(2n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title {
		width: 100%;
		margin-left: 0;
	}
}

.list-articles.box {
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 768px) {
	.list-articles.box {
		padding-top: 14px;
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 34px;
	}
}

.list-articles.box .list-articles__item,
.list-articles.box .article-title {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

.list-articles.box .list-articles__item:first-child,
.list-articles.box .article-title:first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.list-articles.box .list-articles__item,
	.list-articles.box .article-title {
		margin-top: 30px;
	}
	.list-articles.box .list-articles__item:first-child,
	.list-articles.box .article-title:first-child {
		margin-top: 0;
	}
}

.list-articles.box .list-articles__title,
.list-articles.box .article-title__title {
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 768px) {
	.list-articles.box .list-articles__title,
	.list-articles.box .article-title__title {
		white-space: normal;
		overflow: auto;
	}
}

.list-articles.box .list-articles__box-title {
	padding: 0 10px 14px;
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #002855;
	border-bottom: 1px solid #d9d9d6;
}

@media (max-width: 768px) {
	.list-articles.box .list-articles__box-title {
		margin-bottom: 19px;
		padding-bottom: 12px;
	}
}

.list-articles.box .list-articles__box-title .en {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 500;
	font-size: 12px;
	color: #007672;
	letter-spacing: 0.04em;
}

.list-articles {
	list-style: none;
	margin: 60px 0;
}

@media (max-width: 768px) {
	.list-articles {
		margin: 30px 0;
	}
}

.list-articles__item,
.article-title {
	margin-top: 45px;
}

.list-articles__item:first-child,
.article-title:first-child {
	margin-top: 0;
}

.list-articles__wrapper,
.article-title__wrapper {
	display: table;
	border-collapse: collapse;
}

.list-articles__icon,
.article-title__icon,
.list-articles__padding,
.article-title__padding {
	display: table-cell;
	vertical-align: top;
}

@media (max-width: 768px) {
	.list-articles__icon,
	.article-title__icon,
	.list-articles__padding,
	.article-title__padding {
		display: block;
	}
}

.list-articles__icon,
.article-title__icon {
	position: relative;
	width: 120px;
	color: #003d4c;
	box-sizing: border-box;
	transition: all 0.2s ease;
	vertical-align: middle;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
}

.list-articles__icon .day,
.article-title__icon .day {
	position: relative;
	top: 3px;
	left: 0;
	display: block;
	width: 100px;
	font-size: 52px;
	line-height: 1;
}

.list-articles__icon .month,
.article-title__icon .month {
	position: relative;
	left: 20px;
	top: -6px;
	white-space: nowrap;
}

.list-articles__icon .month:before,
.article-title__icon .month:before {
	content: '';
	display: inline-block;
	height: 30px;
	width: 1px;
	margin-right: 14px;
	background: #003d4c;
	transform-origin: 0 100%;
	transform: translate(0, 5px) rotate(30deg);
}

@media (max-width: 768px) {
	.list-articles__icon,
	.article-title__icon {
		display: none;
	}
}

a:hover .list-articles__icon,
a:hover .article-title__icon {
	color: #6399ae;
}

a:hover .list-articles__icon .month:before,
a:hover .article-title__icon .month:before {
	background: #6399ae;
}

.list-articles__padding,
.article-title__padding {
	padding-left: 29px;
	border-left: 1px solid #d9d9d6;
}

@media (max-width: 768px) {
	.list-articles__padding,
	.article-title__padding {
		padding-left: 14px;
	}
}

.list-articles__pubdate,
.article-title__pubdate {
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-weight: 500;
	color: #002855;
	letter-spacing: 0.04em;
}

.list-articles__tag,
.article-title__tag {
	display: inline-block;
}

.list-articles__tag > span,
.article-title__tag > span {
	display: inline-block;
	margin-left: 8px;
	color: #fff;
	background: #ccc;
	font-size: 10px;
	line-height: 1;
	padding: 5px 10px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	vertical-align: 0.2em;
	box-sizing: border-box;
}

.list-articles__tag > span.tag-press,
.article-title__tag > span.tag-press {
	background: #007672;
}

.list-articles__tag > span.tag-info,
.article-title__tag > span.tag-info {
	background: #ff8200;
}

.list-articles__tag > span.tag-event,
.article-title__tag > span.tag-event {
	background: #002855;
}

.list-articles__tag > span.tag-seminar,
.article-title__tag > span.tag-seminar {
	background: #ffb81c;
}

.list-articles__thumb {
	margin-bottom: 10px;
}

.list-articles__thumb img {
	display: block;
	min-width: 100%;
}

.list-articles__title,
.article-title__title {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #53565a;
}

.list-articles__excerpt {
	margin-top: 10px;
}

.list-articles__more {
	margin-top: 20px;
	color: #005fa9;
}

.list-articles a {
	color: inherit;
}

.list-articles a:hover {
	color: #005fa9;
	text-decoration: none;
}

a:hover .list-articles__title,
a:hover .article-title__title,
a:hover .list-articles__pubdate,
a:hover .article-title__pubdate {
	color: inherit;
}

a:hover .list-articles__more {
	text-decoration: underline;
}

.list-articles.cols {
	letter-spacing: -0.4em;
}

.list-articles.cols > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.list-articles.cols .list-articles__item,
.list-articles.cols .article-title {
	width: 30.12048%;
	margin-left: 4.81928%;
	vertical-align: top;
}

.list-articles.cols .list-articles__item:after,
.list-articles.cols .article-title:after {
	content: '';
	display: block;
	clear: both;
}

.list-articles.cols .list-articles__item:nth-child(1),
.list-articles.cols .article-title:nth-child(1),
.list-articles.cols .list-articles__item:nth-child(2),
.list-articles.cols .article-title:nth-child(2),
.list-articles.cols .list-articles__item:nth-child(3),
.list-articles.cols .article-title:nth-child(3) {
	margin-top: 0;
}

@media (max-width: 768px) {
	.list-articles.cols .list-articles__item:nth-child(1),
	.list-articles.cols .article-title:nth-child(1),
	.list-articles.cols .list-articles__item:nth-child(2),
	.list-articles.cols .article-title:nth-child(2),
	.list-articles.cols .list-articles__item:nth-child(3),
	.list-articles.cols .article-title:nth-child(3) {
		margin-top: 45px;
	}
}

.list-articles.cols .list-articles__item:nth-child(3n + 1),
.list-articles.cols .article-title:nth-child(3n + 1) {
	margin-left: 0;
}

@media (max-width: 1100px) {
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title {
		width: 47.59036%;
	}
	.list-articles.cols .list-articles__item:nth-child(3),
	.list-articles.cols .article-title:nth-child(3) {
		margin-top: 45px;
	}
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title,
	.list-articles.cols .list-articles__item:nth-child(3n + 1),
	.list-articles.cols .article-title:nth-child(3n + 1) {
		margin-left: 4.81928%;
	}
}

@media (max-width: 1100px) and (max-width: 768px) {
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title,
	.list-articles.cols .list-articles__item:nth-child(3n + 1),
	.list-articles.cols .article-title:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 1100px) {
	.list-articles.cols .list-articles__item:nth-child(2n + 1),
	.list-articles.cols .article-title:nth-child(2n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.list-articles.cols .list-articles__item,
	.list-articles.cols .article-title {
		width: 100%;
		margin-left: 0;
	}
}

.list-articles.box {
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 768px) {
	.list-articles.box {
		padding-top: 14px;
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 34px;
	}
}

.list-articles.box .list-articles__item,
.list-articles.box .article-title {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

.list-articles.box .list-articles__item:first-child,
.list-articles.box .article-title:first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.list-articles.box .list-articles__item,
	.list-articles.box .article-title {
		margin-top: 30px;
	}
	.list-articles.box .list-articles__item:first-child,
	.list-articles.box .article-title:first-child {
		margin-top: 0;
	}
}

.list-articles.box .list-articles__title,
.list-articles.box .article-title__title {
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 768px) {
	.list-articles.box .list-articles__title,
	.list-articles.box .article-title__title {
		white-space: normal;
		overflow: auto;
	}
}

.list-articles.box .list-articles__box-title {
	padding: 0 10px 14px;
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #002855;
	border-bottom: 1px solid #d9d9d6;
}

@media (max-width: 768px) {
	.list-articles.box .list-articles__box-title {
		margin-bottom: 19px;
		padding-bottom: 12px;
	}
}

.list-articles.box .list-articles__box-title .en {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 500;
	font-size: 12px;
	color: #007672;
	letter-spacing: 0.04em;
}

.article-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d6;
}

.article-title__title {
	color: #002855;
	font-size: 20px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.article-title__title {
		font-size: 16px;
		line-height: 1.625;
	}
}

.link-button {
	position: relative;
	display: inline-block;
}

.link-button:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-top: 1px solid #005fa9;
	border-right: 1px solid #005fa9;
	transform: rotate(45deg) translate(0px, -2px);
}

.link-button[target='_blank']:after {
	content: none;
}

.link-button-02 {
	position: relative;
	display: flex;
	height: 78px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #007672;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.link-button-02 {
		font-size: 14px;
		height: 52px;
	}
}

.link-button-02 .en {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
}

.link-button-02:hover {
	color: #fff;
	background: #33ccc2;
	text-decoration: none;
}

.link-button-02:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translate(0px, -7px);
}

.link-button-03 {
	position: relative;
	display: inline-flex;
	height: 40px;
	padding: 0 55px 0 40px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: none;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border: 2px solid #fff;
}

.link-button-03,
.link-button-03:after {
	transition: all 0.2s ease;
}

.link-button-03 .en {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
}

.link-button-03:hover {
	color: #fff;
	text-decoration: none;
}

.link-button-03:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translate(0px, -7px);
}

.link-button-04,
.form-button {
	position: relative;
	display: inline-flex;
	height: 48px;
	padding: 0 60px 0 50px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #00bfb3;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	/* border-radiud */
	/* border-radius: ; */
	transition: all 0.2s ease;
}

.link-button-04 .nowrap,
.form-button .nowrap {
	display: inline-block;
}

@media (max-width: 768px) {
	.link-button-04,
	.form-button {
		display: flex;
		font-size: 13px;
		padding: 0 40px 0 30px;
	}
}

.link-button-04:hover,
.form-button:hover {
	color: #fff;
	background: #34ddd2;
	text-decoration: none;
}

.link-button-04:after,
.form-button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translate(0px, -7px);
}

.link-button-04.large,
.large.form-button {
	height: 84px;
	font-size: 16px;
	padding: 0 110px 0 90px;
}

.link-button-04.large:after,
.large.form-button:after {
	right: 40px;
}

@media (max-width: 768px) {
	.link-button-04.large,
	.large.form-button {
		font-size: 13px;
		height: 65px;
		padding: 0 40px 0 30px;
	}
	.link-button-04.large:after,
	.large.form-button:after {
		right: 20px;
	}
}

.link-button-04 .en,
.form-button .en {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: inherit;
}

.contact-box {
	padding: 19px;
	border: 1px solid #d9d9d6;
	display: flex;
}

.contact-box:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.contact-box {
		display: block;
		padding: 14px;
	}
}

.contact-box__cell {
	flex-grow: 1;
	text-align: center;
	border-left: 1px solid #d9d9d6;
}

.contact-box__cell:first-child {
	border-left: none;
}

@media (max-width: 768px) {
	.contact-box__cell {
		padding-top: 34px;
		padding-bottom: 34px;
		border-left: none;
		border-top: 1px solid #d9d9d6;
	}
	.contact-box__cell:first-child {
		border-top: none;
		padding-top: 20px;
	}
	.contact-box__cell:last-child {
		padding-bottom: 20px;
	}
}

.contact-box__cell dt {
	color: #002855;
	font-size: 16px;
	font-weight: bold;
}

.contact-box__cell.online dt {
	padding-bottom: 105px;
	background: url(../img/icon_contact_online.svg) no-repeat left 50% bottom 25px;
}

.contact-box__cell.tel dt {
	padding-bottom: 58px;
	background: url(../img/icon_contact_tel.svg) no-repeat left 50% bottom 0;
}

.contact-box-02 {
	padding: 20px 20px 25px;
	background: #fff;
}

.contact-box-02:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.contact-box-02 {
		display: block;
		padding: 14px;
	}
}

.contact-box-02__title {
	font-size: 16px;
	font-weight: bold;
	color: #002855;
}

.contact-box-02__row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

@media (max-width: 768px) {
	.contact-box-02__row {
		display: block;
	}
}

.contact-box-02__cell {
	display: table-cell;
	padding: 0 20px;
	border-left: 1px solid #d9d9d6;
}

@media (max-width: 768px) {
	.contact-box-02__cell {
		display: block;
		padding: 15px 0;
		border-left: none;
		border-top: 1px solid #d9d9d6;
	}
}

.contact-box-02__cell:first-child {
	padding-left: 10px;
	border-left: none;
	border-top: none;
}

@media (max-width: 768px) {
	.contact-box-02__cell:first-child {
		padding-left: 0;
		padding-top: 0;
	}
}

.contact-box-02__cell:last-child {
	padding-right: 10px;
}

@media (max-width: 768px) {
	.contact-box-02__cell:last-child {
		padding-right: 0;
		padding-bottom: 0;
	}
}

.map-box {
	margin-bottom: 30px;
}

.map-box__address {
	font-size: 16px;
	margin-bottom: -15px;
	padding-right: 130px;
}

@media (max-width: 768px) {
	.map-box__address {
		margin-bottom: 10px;
		padding-right: 0;
	}
}

.map-box__toggler a {
	display: block;
	border-bottom: 1px solid #e3e3e3;
	text-align: right;
}

.map-box__toggler a span {
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	padding: 0 15px;
	line-height: 37px;
	font-weight: 500;
	color: #e3e3e3;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: -1px;
}

.map-box__toggler a span:after {
	content: '';
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
	font-size: 28px;
	color: #bbbcbc;
	vertical-align: -0.2em;
	margin: 0 -8px 0 6px;
}

.map-box__toggler a:hover {
	border-color: #00bfb3;
}

.map-box__toggler a:hover span {
	color: #007672;
	border-color: #00bfb3;
}

.map-box__toggler a:hover span:after {
	color: inherit;
}

.map-box__more {
	display: none;
}

.map-box__map iframe {
	width: 100%;
	height: 300px;
}

@media (max-width: 768px) {
	.map-box__map iframe {
		height: 215px;
	}
}

.map-box__access {
	display: inline-block;
	margin-top: 15px;
	padding: 0 30px 0 10px;
	min-width: 50%;
	border-right: 1px solid #e3e3e3;
	box-sizing: border-box;
}

.map-box__access dt {
	font-size: 13px;
	font-weight: bold;
	color: #002855;
}

.map-box__access dd {
	font-size: 12px;
}

.map-box.is-open .map-box__more {
	display: block;
}

.sns-box {
	margin: 60px 0;
	line-height: 1;
}

.sns-box.title {
	margin: 10px 0 28px;
}

.sns-box ul {
	list-style: none;
	letter-spacing: -0.4em;
	height: 20px;
}

.sns-box ul > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.sns-box li {
	margin: 0 10px 10px 0;
}

.sns-box li > * {
	vertical-align: top;
}

.flow-box {
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1.6;
	color: #bbbcbc;
}

@media (max-width: 768px) {
	.flow-box {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.35;
	}
}

.flow-box ul {
	list-style: none;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.flow-box li {
	position: relative;
	display: table-cell;
	padding: 0 40px;
	height: 78px;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.flow-box li {
		height: 36px;
		padding: 0 20px;
	}
}

.flow-box li .after-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #d9d9d6;
	z-index: 3;
}

.flow-box li:before,
.flow-box li:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 30px;
	background: #fff;
	border-right: 1px solid #d9d9d6;
	z-index: 1;
}

@media (max-width: 768px) {
	.flow-box li:before,
	.flow-box li:after {
		width: 15px;
	}
}

.flow-box li:before {
	top: 0;
	right: 0;
	transform: skew(30deg);
	transform-origin: 0 0;
}

.flow-box li:after {
	top: 50%;
	right: 0;
	transform: skew(-30deg);
	transform-origin: 0 100%;
}

.flow-box li:first-child {
	padding-left: 20px;
}

@media (max-width: 768px) {
	.flow-box li:first-child {
		padding-left: 10px;
	}
}

.flow-box li:last-child:before,
.flow-box li:last-child:after {
	content: none;
}

.flow-box .current {
	color: #007672;
	background: #f5fcfc;
}

.flow-box .current .after-2 {
	top: -1px;
	height: 2px;
	background-color: #00bfb3;
}

.flow-box .current:before,
.flow-box .current:after {
	background: #f5fcfc;
	border-right: 2px solid #00bfb3;
}

.flow-box .step,
.flow-box .ja {
	position: relative;
	z-index: 2;
}

.flow-box .step {
	display: block;
	white-space: nowrap;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 0.04em;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.flow-box .step {
		font-size: 10px;
	}
}

.flow-box .ja {
	white-space: nowrap;
}

.gallery {
	letter-spacing: -0.4em;
}

.gallery > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.gallery__item {
	vertical-align: top;
}

.gallery__item img {
	width: 100%;
	vertical-align: top;
}

@media (max-width: 768px) {
	.gallery__item {
		margin-bottom: 20px;
	}
}

.gallery.col-2 .gallery__item {
	width: 48.19277%;
	margin-left: 3.37349%;
}

.gallery.col-2 .gallery__item:first-child {
	margin-left: 0;
}

.gallery.col-3 .gallery__item {
	width: 30.12048%;
	margin-left: 4.81928%;
}

.gallery.col-3 .gallery__item:first-child {
	margin-left: 0;
}

.gallery.col-4 .gallery__item {
	width: 22.28916%;
	margin-left: 3.61446%;
}

.gallery.col-4 .gallery__item:first-child {
	margin-left: 0;
}

.gallery.col-5 .gallery__item {
	width: 18.07229%;
	margin-left: 2.40964%;
}

.gallery.col-5 .gallery__item:first-child {
	margin-left: 0;
}

@media (max-width: 768px) {
	.gallery.col-2 .gallery__item,
	.gallery.col-3 .gallery__item {
		width: 100%;
		margin-left: 0;
	}
	.gallery.col-4 .gallery__item {
		width: 48.19277%;
		margin-left: 3.37349%;
	}
	.gallery.col-4 .gallery__item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.gallery.col-5 .gallery__item {
		width: 31.56627%;
		margin-left: 2.6506%;
	}
	.gallery.col-5 .gallery__item:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.form__table th,
	.form__table td {
		font-size: 13px;
		border: none;
	}
}

.form__table th {
	background: #e6e6e6;
}

@media (max-width: 768px) {
	.form__table th {
		padding: 12px 10px;
		border-top: 1px solid #bbbcbc;
	}
}

.form__table td {
	background: #f0f0ef;
}

@media (max-width: 768px) {
	.form__table td {
		margin-bottom: 20px;
		padding: 12px 10px 0;
		background: #fff;
	}
}

@media (max-width: 768px) {
	.form__table .form__table {
		display: table;
	}
	.form__table .form__table tbody {
		display: table-row-group;
	}
	.form__table .form__table thead {
		display: table-header-group;
	}
	.form__table .form__table tfoot {
		display: table-footer-group;
	}
	.form__table .form__table tr {
		display: table-row;
	}
	.form__table .form__table th,
	.form__table .form__table td {
		display: table-cell;
		padding: 6px 5px;
		background: transparent;
		border: none;
		vertical-align: middle;
	}
	.form__table .form__table .sp-min {
		width: 1%;
		white-space: nowrap;
	}
}

.form__table .required {
	display: inline-block;
	float: right;
	color: #ab2328;
}

.form__table .full-input {
	position: relative;
	padding: 0;
}

@media (max-width: 768px) {
	.form__table .full-input {
		padding: 12px 0 0;
	}
}

.form__table .full-input .form-textfield,
.form__table .full-input .form-textarea,
.form__table .full-input .form-policy {
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}

.form__table .note {
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
}

@media (max-width: 768px) {
	.form__table .note {
		padding: 0 10px;
	}
}

.form__thanks {
	margin-top: 80px;
	text-align: center;
}

.form__thanks > * {
	margin-bottom: 1.5rem;
}

.form__thanks > *:last-child {
	margin-bottom: 0;
}

.form__thanks > *:first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.form__thanks {
		margin-top: 30px;
	}
}

.form__thanks__title {
	font-size: 30px;
	font-weight: 500;
	color: #00bfb3;
}

.form__thanks__title .nowrap {
	display: inline-block;
}

@media (max-width: 768px) {
	.form__thanks__title {
		font-size: 21px;
	}
}

.form__buttons {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.form__buttons {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}

.form__buttons ul {
	list-style: none;
	letter-spacing: -0.4em;
	text-align: center;
}

.form__buttons ul > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.form__buttons li {
	margin: 10px 1.80723%;
	min-width: 43.37349%;
}

@media (max-width: 768px) {
	.form__buttons li {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.form__buttons li.long {
	width: 67.46988%;
}

@media (max-width: 768px) {
	.form__buttons li.long {
		width: 100%;
	}
}

.form-textfield,
.form-textarea,
.form-policy {
	padding: 16px 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.form-textfield,
	.form-textarea,
	.form-policy {
		padding: 5px 10px;
		border-color: #bbbcbc;
		border-radius: 4px;
	}
}

.form-textfield:-placeholder-shown {
	color: #d9d9d6;
}

.form-textfield::-webkit-input-placeholder {
	color: #d9d9d6;
}

.form-textfield::-moz-placeholder {
	color: #d9d9d6;
}

.form-textfield:-ms-input-placeholder {
	color: #d9d9d6;
}

.form-textarea,
.form-policy {
	min-height: 25em;
}

.form-input-group {
	list-style: none;
	letter-spacing: -0.4em;
}

.form-input-group > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.form-input-group > * {
	margin-right: 3em;
}

.form-input-group > *:last-child {
	margin-right: 0;
}

@media (max-width: 768px) {
	.form-input-group > * {
		display: block;
	}
}

.form-policy {
	max-height: 25em;
	overflow-y: scroll;
}

.form-button {
	width: 100%;
	height: 78px;
	font-size: 16px;
	padding: 0 90px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.form-button {
		font-size: 14px;
		height: 52px;
	}
}

.form-button[disabled],
.form-button[disabled]:hover,
.form-button[disabled]:visited,
.form-button[disabled]:active {
	background-color: #d9d9d6;
	cursor: default;
	pointer-events: none;
}

.form-button.back {
	background-color: #6399ae;
}

.form-button.back:hover {
	background-color: #73b0c8;
}

.form-button.back:after {
	right: auto;
	left: 30px;
	transform: rotate(225deg) translate(7px, 0);
}

.form-button.top {
	background-color: #007672;
}

.form-button.top:hover {
	background-color: #33ccc2;
}

.interview-list {
	letter-spacing: -0.4em;
}

.interview-list > * {
	display: inline-block;
	letter-spacing: 0.04em;
}

.interview-list > li {
	position: relative;
	vertical-align: top;
	width: 48.27586%;
	margin-left: 3.44828%;
	margin-bottom: 60px;
}

.interview-list > li:after {
	content: '';
	display: block;
	clear: both;
}

.interview-list > li:nth-child(2n + 1) {
	margin-left: 0;
}

.interview-list > li:nth-last-child(1),
.interview-list > li:nth-last-child(2) {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.interview-list > li {
		width: 100%;
		min-height: 0;
		margin-left: 0;
	}
	.interview-list > li:nth-last-child(1) {
		margin-bottom: 40px;
	}
	.interview-list > li:nth-last-child(2) {
		margin-bottom: 60px;
	}
}

.interview-list > li > a {
	display: block;
}

.interview-list > li > a:after {
	content: '';
	display: block;
	clear: both;
}

.interview-list > li > a:hover {
	text-decoration: none;
}

.interview-list .pct {
	float: left;
	width: 35.71429%;
}

@media (max-width: 768px) {
	.interview-list .pct {
		width: 46.42857%;
	}
}

.interview-list .pct img {
	width: 100%;
	vertical-align: bottom;
}

.interview-list .txt {
	margin-left: 39.28571%;
}

@media (max-width: 768px) {
	.interview-list .txt {
		margin-left: 50%;
	}
}

.interview-list .meta {
	margin-bottom: 15px;
	padding: 3px 0;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}

@media (max-width: 768px) {
	.interview-list .meta {
		margin-bottom: 8px;
		padding: 0 0 15px;
	}
}

.interview-list .category {
	float: left;
	margin-bottom: 5px;
	color: #002855;
	font-weight: 500;
}

@media (max-width: 768px) {
	.interview-list .category {
		font-size: 12px;
		line-height: 1.5;
	}
}

.interview-list .category > span {
	display: inline-block;
}

.interview-list .year {
	float: right;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.interview-list .year {
		float: none;
		margin-bottom: 0;
	}
}

.interview-list .year > span {
	display: inline-block;
	padding: 6px 15px 5px;
	color: #fff;
	background: #ffb81c;
	font-size: 12px;
	line-height: 1;
}

@media (max-width: 768px) {
	.interview-list .year > span {
		padding: 5px 10px;
		font-size: 11px;
	}
}

.interview-list .lead {
	margin-bottom: 1em;
	color: #53565a;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.interview-list .lead {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.interview-list .lead > span {
	display: inline-block;
}

.interview-list .profile {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 69.64286%;
	color: #fff;
	background: #aaa;
}

@media (max-width: 768px) {
	.interview-list .profile {
		position: static;
		clear: both;
		width: 100%;
	}
}

.interview-list .profile .title {
	padding: 3px 5.12821%;
	background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.interview-list .profile .title {
		padding: 5px 3.57143%;
		font-size: 10px;
	}
}

.interview-list .profile .name {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 5.12821%;
}

@media (max-width: 768px) {
	.interview-list .profile .name {
		padding: 12px 3.57143%;
	}
}

.interview-list .type-it .profile {
	background: #00bfb3;
}

.interview-list .type-mech .profile {
	background: #ff8200;
}

.mv,
.mv-02,
.mv-03,
.mv-04 {
	position: relative;
	overflow: hidden;
	color: #fff;
	line-height: 1.35;
}

.mv__text-01,
.mv-02__text-01,
.mv-03__text-01,
.mv-04__text-01 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
	margin-top: -70px;
	letter-spacing: 0.06em;
	font-size: 38px;
	font-weight: 400;
}

.mv__text-01 .en,
.mv-02__text-01 .en,
.mv-03__text-01 .en,
.mv-04__text-01 .en {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
}

@media (max-width: 768px) {
	.mv__text-01,
	.mv-02__text-01,
	.mv-03__text-01,
	.mv-04__text-01 {
		text-align: left;
		left: 0;
		right: 0;
		font-size: 23px;
		margin-top: -30px;
		padding: 0 20px;
	}
}

.mv__text-01 > span,
.mv-02__text-01 > span,
.mv-03__text-01 > span,
.mv-04__text-01 > span {
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
}

@media (max-width: 768px) {
	.mv__text-01 > span,
	.mv-02__text-01 > span,
	.mv-03__text-01 > span,
	.mv-04__text-01 > span {
		display: table;
		width: auto;
		margin: 0 auto;
	}
}

.mv__text-01 > span strong,
.mv-02__text-01 > span strong,
.mv-03__text-01 > span strong,
.mv-04__text-01 > span strong {
	font-weight: 600;
}

@media (max-width: 768px) {
	.mv__text-01 > span strong,
	.mv-02__text-01 > span strong,
	.mv-03__text-01 > span strong,
	.mv-04__text-01 > span strong {
		display: inline-block;
	}
}

@media (max-width: 768px) {
	.mv__text-01 > span > *,
	.mv-02__text-01 > span > *,
	.mv-03__text-01 > span > *,
	.mv-04__text-01 > span > * {
		display: inline-block;
	}
}

.mv__text-02,
.mv-03__text-02 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
	margin-top: 15px;
	font-size: 26px;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.mv__text-02,
	.mv-03__text-02 {
		display: none;
	}
}

.mv__scroll {
	position: absolute;
	bottom: 58px;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	z-index: 3;
	letter-spacing: 0.06em;
}

.mv__scroll a {
	display: inline-block;
	color: #fff;
	padding-top: 40px;
	width: 60px;
	background: url(../img/company/mv_scroll.svg) no-repeat 50% 0;
}

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

.mv__bgs {
	position: relative;
}

.mv__bgs:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.07);
	z-index: 2;
}

.mv__bgs .bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.mv .bg-01,
.mv-02 .bg-01,
.mv-03 .bg-01,
.mv-04 .bg-01 {
	background-image: url(../img/company/mv_bg_01.jpg);
}

@media (max-width: 768px) {
	.mv .bg-01,
	.mv-02 .bg-01,
	.mv-03 .bg-01,
	.mv-04 .bg-01 {
		background-image: url(../img/company/mv_bg_01_sp.jpg);
	}
}

.mv .bg-02,
.mv-02 .bg-02,
.mv-03 .bg-02,
.mv-04 .bg-02 {
	background-image: url(../img/company/mv_bg_02.jpg);
}

@media (max-width: 768px) {
	.mv .bg-02,
	.mv-02 .bg-02,
	.mv-03 .bg-02,
	.mv-04 .bg-02 {
		background-image: url(../img/company/mv_bg_02_sp.jpg);
	}
}

.mv .bg-03,
.mv-02 .bg-03,
.mv-03 .bg-03,
.mv-04 .bg-03 {
	background-image: url(../img/company/mv_bg_03.jpg);
}

@media (max-width: 768px) {
	.mv .bg-03,
	.mv-02 .bg-03,
	.mv-03 .bg-03,
	.mv-04 .bg-03 {
		background-image: url(../img/company/mv_bg_03_sp.jpg);
	}
}

.mv .bg-04,
.mv-02 .bg-04,
.mv-03 .bg-04,
.mv-04 .bg-04 {
	background-image: url(../img/company/mv_bg_04.jpg);
}

@media (max-width: 768px) {
	.mv .bg-04,
	.mv-02 .bg-04,
	.mv-03 .bg-04,
	.mv-04 .bg-04 {
		background-image: url(../img/company/mv_bg_04_sp.jpg);
	}
}

.mv .slick-slide,
.mv-02 .slick-slide,
.mv-03 .slick-slide,
.mv-04 .slick-slide {
	outline: none;
}

.mv-02 {
	height: 520px;
	background: url(../img/business/bg_mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

@media (max-width: 768px) {
	.mv-02 {
		height: 295px;
		background-image: url(../img/business/bg_mv_sp.jpg);
	}
}

.mv-02__text-01 {
	margin-top: -100px;
}

@media (max-width: 768px) {
	.mv-02__text-01 {
		margin-top: -50px;
	}
}

.mv-02__text-01 > span {
	padding-bottom: 25px;
}

@media (max-width: 768px) {
	.mv-02__text-01 > span {
		padding-bottom: 15px;
	}
}

.mv-03 {
	height: 690px;
	color: #fff;
	background: #96baeb url(../img/recruiting/mv_bg_top.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 90%;
}

@media (max-width: 768px) {
	.mv-03 {
		height: 455px;
		background-image: url(../img/recruiting/mv_bg_top_sp.jpg);
		background-size: cover;
	}
}

.mv-03__text-01 {
	margin-top: -210px;
	font-size: 120px;
	line-height: 1;
}

@media (max-width: 768px) {
	.mv-03__text-01 {
		margin-top: -150px;
		font-size: 58px;
	}
}

.mv-03__text-01 .en {
	letter-spacing: 0.06em;
	font-weight: 600;
}

.mv-03__text-01 > span {
	padding-bottom: 15px;
}

@media (max-width: 768px) {
	.mv-03__text-01 > span {
		padding-bottom: 15px;
	}
}

.mv-03__text-02 {
	margin-top: -45px;
}

@media (max-width: 768px) {
	.mv-03__text-02 {
		display: block;
		margin-top: -62px;
		font-size: 13px;
	}
}

.mv-03__button {
	position: absolute;
	left: 0;
	bottom: 200px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.08em;
}

@media (max-width: 768px) {
	.mv-03__button {
		left: 50%;
		bottom: 60px;
		width: 260px;
		margin-left: -130px;
		font-size: 14px;
	}
}

.mv-03__button > li {
	display: inline-block;
	width: 25%;
	min-width: 280px;
	max-width: 320px;
	margin: 0 3.125%;
	text-align: center;
}

@media (max-width: 768px) {
	.mv-03__button > li {
		margin: 20px 0 0;
		width: 100%;
	}
}

.mv-03__button > li > a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.mv-03__button > li > a:before,
.mv-03__button > li > a > span {
	display: inline-block;
	vertical-align: middle;
}

.mv-03__button > li > a:before {
	content: '';
	height: 76px;
}

@media (max-width: 768px) {
	.mv-03__button > li > a:before {
		height: 56px;
	}
}

.mv-03__button > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translate(0px, -7px);
}

.mv-03__button > li > a[target='_blank']:after {
	content: none;
}

.mv-03__button > li > a[target='_blank'] .icon-newwin {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -8px;
}

@media (max-width: 768px) {
	.mv-03__button > li > a[target='_blank'] .icon-newwin {
		right: 18px;
	}
}

.mv-03__button .small {
	font-size: 12px;
}

@media (max-width: 768px) {
	.mv-03__button .small {
		font-size: 10px;
	}
}

.mv-04__text-01 {
	margin-top: -100px;
	font-size: 34px;
}

@media (max-width: 768px) {
	.mv-04__text-01 {
		margin-top: -50px;
		font-size: 24px;
	}
}

.mv-04__text-01 > span {
	padding-bottom: 25px;
}

@media (max-width: 768px) {
	.mv-04__text-01 > span {
		padding-bottom: 15px;
	}
}

.mv-04__bgs {
	position: relative;
}

.mv-04__bgs:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.07);
	z-index: 2;
}

.mv-04__bgs .bg {
	height: 520px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
	.mv-04__bgs .bg {
		height: 295px;
	}
}

.mv-04 .bg-01 {
	filter: brightness(0.8);
	background-image: url(../img/security/mv_bg_01.jpg);
}

@media (max-width: 768px) {
	.mv-04 .bg-01 {
		background-image: url(../img/security/mv_bg_01_sp.jpg);
	}
}

.mv-04 .bg-02 {
	background-image: url(../img/security/mv_bg_02.jpg);
}

@media (max-width: 768px) {
	.mv-04 .bg-02 {
		background-image: url(../img/security/mv_bg_02_sp.jpg);
	}
}

.mv-04 .bg-03 {
	background-image: url(../img/security/mv_bg_03.jpg);
}

@media (max-width: 768px) {
	.mv-04 .bg-03 {
		background-image: url(../img/security/mv_bg_03_sp.jpg);
	}
}

.mv-04 .bg-04 {
	background-image: url(../img/security/mv_bg_04.jpg);
}

@media (max-width: 768px) {
	.mv-04 .bg-04 {
		background-image: url(../img/security/mv_bg_04_sp.jpg);
	}
}

.mv-04 .slick-slide {
	outline: none;
}

.mv-interview {
	position: relative;
	margin: -100px auto 0;
	padding: 30px 40px;
	width: 93.75%;
	max-width: 1200px;
	height: 260px;
	color: #002855;
	background: #fff;
	z-index: 4;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.mv-interview {
		margin: -40px auto 0;
		padding: 20px;
		height: auto;
	}
}

.mv-interview__title {
	margin-top: 12px;
	width: 20.17544%;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.mv-interview__title {
		width: auto;
		margin-top: 0;
		margin-bottom: 22px;
	}
}

.mv-interview__title .en {
	display: block;
	color: #007672;
	font-size: 12px;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.mv-interview__title .ja {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.mv-interview__title .ja > span {
	display: inline-block;
}

@media (max-width: 768px) {
	.mv-interview__title .ja {
		margin-top: 2px;
		font-size: 16px;
	}
}

.mv-interview__button {
	position: absolute;
	left: 40px;
	bottom: 0;
	width: 18.33333%;
}

@media (max-width: 768px) {
	.mv-interview__button {
		position: static;
		width: auto;
		margin: 0 -10px;
	}
}

.mv-interview__button > * {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

.mv-interview__list {
	position: absolute;
	top: 30px;
	right: 0;
	width: 76.91667%;
	padding: 0 50px;
	visibility: hidden;
}

.mv-interview__list.slick-initialized {
	visibility: visible;
}

@media (max-width: 768px) {
	.mv-interview__list {
		position: static;
		width: auto;
		margin: 0 -30px 30px;
		padding: 0 20px;
	}
}

.mv-interview__list a {
	color: inherit;
}

.mv-interview__list a:hover {
	text-decoration: none;
}

.mv-interview__list li {
	position: relative;
	display: block;
	width: 336px;
}

@media (max-width: 768px) {
	.mv-interview__list li {
		width: 224px;
	}
}

.mv-interview__list .pct {
	overflow: hidden;
}

.mv-interview__list .pct img {
	width: 100%;
	height: auto;
}

.mv-interview__list a:hover .pct img {
	opacity: 0.94;
}

.mv-interview__list .txt {
	position: relative;
	margin-top: -20px;
	width: 80%;
	padding: 18px 0 0 10px;
	color: #53565a;
	background: #fff;
	line-height: 1.25;
	box-sizing: border-box;
	z-index: 3;
}

@media (max-width: 768px) {
	.mv-interview__list .txt {
		margin-top: -15px;
		padding: 15px 0 0 10px;
		width: 90%;
	}
}

.mv-interview__list .txt:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 89.62264%;
	height: 4px;
	background: #999;
}

@media (max-width: 768px) {
	.mv-interview__list .txt:before {
		width: 87.5%;
	}
}

.mv-interview__list li.type-it .txt:before {
	background: #00bfb3;
}

.mv-interview__list li.type-mech .txt:before {
	background: #ff8200;
}

.mv-interview__list .title {
	color: #999;
	font-size: 14px;
}

@media (max-width: 768px) {
	.mv-interview__list .title {
		font-size: 10px;
	}
}

.mv-interview__list li.type-it .title {
	color: #007672;
}

.mv-interview__list li.type-mech .title {
	color: #ff8200;
}

.mv-interview__list .name {
	margin-top: 6px;
	padding-right: 14px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.mv-interview__list .name {
		font-size: 14px;
	}
}

.mv-interview__list .slick-prev,
.mv-interview__list .slick-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 50px;
	height: 0;
	margin-top: -54px;
	padding-top: 80px;
	background: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	outline: none;
	transition: all 0.2s ease;
}

.mv-interview__list .slick-prev:hover,
.mv-interview__list .slick-next:hover {
	opacity: 0.7;
}

.mv-interview__list .slick-prev:active,
.mv-interview__list .slick-next:active {
	transform: scale(0.9);
}

@media (max-width: 768px) {
	.mv-interview__list .slick-prev,
	.mv-interview__list .slick-next {
		width: 18px;
	}
}

.mv-interview__list .slick-prev {
	left: 0;
	background: url(../img/recruiting/mv_interview_icon_prev.png) no-repeat 50% 50%;
}

@media (max-width: 768px) {
	.mv-interview__list .slick-prev {
		left: -10px;
		background-size: 9px auto;
	}
}

.mv-interview__list .slick-next {
	right: 0;
	background: url(../img/recruiting/mv_interview_icon_next.png) no-repeat 50% 50%;
}

@media (max-width: 768px) {
	.mv-interview__list .slick-next {
		right: -10px;
		background-size: 9px auto;
	}
}

@media (max-width: 768px) {
	.main-nav {
		padding: 10px;
	}
}

.main-nav {
	padding: 40px;
	background: #fff;
}

@media (max-width: 768px) {
	.main-nav {
		padding: 10px;
	}
}

.theme-company .main-nav {
	padding-bottom: 450px;
	background: #417aab url(../img/company/bg_field.jpg) no-repeat 50% 100%;
	background-size: contain;
}

.parallax-slider {
	background: #417aab url(../img/company/bg_field.jpg) no-repeat 50% 100%;
	background-size: contain;
}

@media (max-width: 768px) {
	.theme-company .main-nav {
		padding-bottom: 350px;
		background: #417aab url(../img/company/bg_field_sp.jpg) no-repeat 50% 100%;
		background-size: contain;
	}
}

.main-nav__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.theme-business .main-nav__inner {
	position: relative;
	margin-top: -140px;
	z-index: 3;
}

@media (max-width: 768px) {
	.theme-business .main-nav__inner {
		margin-top: -50px;
	}
}

.main-nav__inner .service {
	display: block;
	text-align: center;
	background: #eee;
	padding: 36px 20px 14px;
}

.main-nav__inner .service h3 {
	color: #00bfb3;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 22px;
}

.main-nav__inner .service h3 br {
	display: none;
}

.main-nav__inner .service p {
	margin-top: 1em;
	letter-spacing: 0.1em;
}

.main-nav__inner .service a {
	display: block;
	box-sizing: border-box;
	width: 300px;
	border-radius: 2px;
	background: #00bfb3;
	color: #fff;
	padding: 10px 14px;
	margin: 2em auto 0 auto;
}

.main-nav__inner .service a:hover {
	background: #34ddd2;
}

.main-nav__inner .service .service_wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}

.main-nav__inner .service .service_wrapper .card {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-left: 1.79%;
	transition: all 0.3s;
}
.main-nav__inner .service .service_wrapper .card:first-child {
	margin-left: 0;
}

.main-nav__inner .service .service_wrapper .card a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #eee;
	text-decoration: none;
	padding: 20px 0;
}

.main-nav__inner .service .service_wrapper .card img {
	width: 72%;
	max-width: 150px;
	margin: 0 auto;
}

.main-nav__inner .service .service_wrapper .card h4 {
	font-size: 16px;
	margin-top: 16px;
	color: #002855;
}

.main-nav__inner .service .service_wrapper .card a:hover {
	background: #ddd;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.main-nav__inner .service p {
		text-align: left;
	}
	.main-nav__inner .service p br {
		display: none;
	}
}

@media (max-width: 650px) {
	.main-nav__inner .service .service_wrapper {
		max-width: 520px;
	}
	.main-nav__inner .service a {
		width: 100%;
		padding: 10px 10px;
		max-width: 300px;
		padding: 10px 10px;
	}
	.main-nav__inner .service .service_wrapper .card {
		width: 48%;
		max-width: 170px;
		margin-left: 1.79%;
	}
	.main-nav__inner .service .service_wrapper .card a {
		padding: 12px 0;
	}
	.main-nav__inner .service .service_wrapper .card img {
		max-width: 140px;
	}
	.main-nav__inner .service .service_wrapper .card h4 {
		font-size: 16px;
		margin-top: 16px;
	}
}

.main-nav__inner .recruit {
	position: relative;
	margin-top: 40px;
}

.main-nav__inner .recruit:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 55%;
	height: 100%;
	background: url(https://persol-xtprdc.powercms.hosting/recruit/career/touch-the-infrastructure/item/top_recruit_bg.jpg) no-repeat center center;
	background-size: cover;
}

.main-nav__inner .recruit .box {
	position: relative;
	box-sizing: border-box;
	width: 46%;
	background: #00bfb3;
	padding: 36px 36px 36px 54px;
	z-index: 1;
}

.main-nav__inner .recruit .box:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: #00bfb3;
	transform-origin: right top;
	transform: skewX(12deg);
	z-index: -1;
}

.main-nav__inner .recruit .box h3 {
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
}

.main-nav__inner .recruit .box li {
	color: #fff;
	margin: 10px 20px;
}

.main-nav__inner .recruit .box a {
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	text-decoration: none;
}

@media (max-width: 650px) {
	.main-nav__inner .recruit {
		margin-top: 30px;
		padding-top: 40vw;
	}

	.main-nav__inner .recruit:after {
		display: block;
		width: 100%;
		height: 41vw;
		background: url(https://persol-xtprdc.powercms.hosting/recruit/career/touch-the-infrastructure/item/top_recruit_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	.main-nav__inner .recruit .box {
		width: 100%;
		padding: 24px;
	}

	.main-nav__inner .recruit .box:after {
		display: none;
	}

	.main-nav__inner .recruit .box h3 {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.main-nav__inner .recruit .box li {
		color: #fff;
		margin: 10px 20px;
	}

	.main-nav__inner .recruit .box a {
		color: #fff;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
		margin-top: 10px;
		text-decoration: none;
	}
}

@media (max-width: 768px) {
	.main-nav__inner .intro p {
		text-align: left;
	}
	.main-nav__inner .intro p br {
		display: none;
	}
}

.main-nav__col {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

.main-nav__col:first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.main-nav__col {
		display: block;
		margin-top: 10px;
		padding: 5px;
	}
	.main-nav__col:first-child {
		margin-top: 0;
	}
}

.main-nav__col .item {
	display: table-cell;
	border: 10px solid #fff;
	text-align: center;
}

@media (max-width: 768px) {
	.main-nav__col .item {
		display: block;
		border-width: 5px;
	}
}

.main-nav__col.col-01 .item {
	padding: 30px;
	color: #fff;
	background: #97999b;
}

.main-nav__col.col-01 .item:nth-child(2n + 1) {
	background: #00bfb3;
}

.main-nav__col.col-01 .item .title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}

.main-nav__col.col-01 .item.item-01 .title:before,
.main-nav__col.col-01 .item.item-02 .title:before,
.main-nav__col.col-01 .item.item-03 .title:before {
	content: '';
	display: block;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.main-nav__col.col-01 .item.item-01 .title:before {
	background: url(../img/company/nav_icon_01.svg) no-repeat 50% 50%;
	background-size: 69px 70px;
}

.main-nav__col.col-01 .item.item-02 .title:before {
	background: url(../img/company/nav_icon_02.svg) no-repeat 50% 50%;
	background-size: 80px 59px;
}

.main-nav__col.col-01 .item.item-03 .title:before {
	background: url(../img/company/nav_icon_03.svg) no-repeat 50% 50%;
	background-size: 74px 74px;
}

.main-nav__col.col-01 .item .more {
	margin-top: 35px;
}

.main-nav__col.col-01 .item .more .link-button-03:hover {
	color: #97999b;
	background: #fff;
}

.main-nav__col.col-01 .item .more .link-button-03:hover:after {
	border-color: #97999b;
}

.main-nav__col.col-01 .item:nth-child(2n + 1) .more .link-button-03:hover {
	color: #00bfb3;
	background: #fff;
}

.main-nav__col.col-01 .item:nth-child(2n + 1) .more .link-button-03:hover:after {
	border-color: #00bfb3;
}

.main-nav__col.col-02 .item .thumb {
	position: relative;
}

.main-nav__col.col-02 .item a {
	color: #53565a;
	text-decoration: none;
}

.main-nav__col.col-02 .item a:hover {
	color: #005fa9;
	text-decoration: none;
}

.main-nav__col.col-02 .item .pct {
	transition: all 0.2s ease;
}

.main-nav__col.col-02 .item .pct img {
	width: 100%;
	vertical-align: top;
}

.main-nav__col.col-02 .item a:hover .pct {
	opacity: 0.9;
}

.main-nav__col.col-02 .item .txt {
	text-align: left;
	padding: 20px 10px;
}

.main-nav__col.col-02 .item .txt > * {
	margin-bottom: 1.5rem;
}

.main-nav__col.col-02 .item .txt > *:last-child {
	margin-bottom: 0;
}

.main-nav__col.col-02 .item .txt > *:first-child {
	margin-top: 0;
}

.main-nav__col.col-02 .item .link {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	min-width: 280px;
	height: 80px;
	padding: 4px 10px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.main-nav__col.col-02 .item .link {
		min-width: 75%;
		height: 68px;
		font-size: 14px;
	}
}

.main-nav__col.col-02 .item .link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 89.28571%;
	height: 4px;
	background: black;
}

@media (max-width: 768px) {
	.main-nav__col.col-02 .item .link:before {
		width: 95.2381%;
	}
}

.main-nav__col.col-02 .item .link.icon:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-top: 1px solid #53565a;
	border-right: 1px solid #53565a;
	transform: rotate(45deg) translate(0px, 1px);
}

.main-nav__col.col-02 .item a:hover .link {
	text-decoration: underline;
}

.main-nav__col.col-02 .item a:hover .link.icon:after {
	border-color: #005fa9;
}

.main-nav__col.col-02 .item.item-01 .link:before {
	background-color: #002855;
}

.main-nav__col.col-02 .item.item-02 .link:before {
	background-color: #00bfb3;
}

.main-nav__col.col-02 .item.item-03 .link:before {
	background-color: #ff8200;
}

.main-nav__col.col-02 .item.item-04 .link:before {
	background-color: #00bfb3;
}

.main-nav__col.col-02 .item.item-05 .link:before {
	background-color: #ff8200;
}

@media (max-width: 768px) {
	.main-nav__col.col-02 .item.item-04 .link,
	.main-nav__col.col-02 .item.item-05 .link {
		font-size: 16px;
	}
}

.reason-box {
	padding: 0 40px 50px;
	text-align: center;
	background: #fff;
}

@media (max-width: 768px) {
	.reason-box {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.reason-box__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 30px 45px;
	color: #fff;
	background: #585858 url(../img/business/bg_reason-box.jpg) no-repeat 50% 50%;
	background-size: cover;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.reason-box__inner {
		padding: 60px 15px 40px;
	}
}

.reason-box__title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.35;
}

@media (max-width: 768px) {
	.reason-box__title {
		font-size: 22px;
	}
}

.reason-box__title > span {
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 22px;
}

.reason-box__title > span > span {
	display: inline-block;
}

.reason-box__lead {
	margin-bottom: 55px;
	font-size: 16px;
	line-height: 2;
}

@media (max-width: 768px) {
	.reason-box__lead {
		font-size: 14px;
		line-height: 1.71429;
		margin-bottom: 80px;
	}
}

.reason-box__figure {
	margin-bottom: 25px;
}

.intro a {
	display: block;
	background: #eee;
	color: #333;
	padding: 24px;
	margin-top: 26px;
	transition: all 0.3s;
}
.intro a:hover {
	background: #ddd;
	text-decoration: none;
}

.intro.detail {
	display: block;
	background: #eee;
	padding: 24px;
	margin-top: 40px;
}

.intro img {
	width: 140px;
	display: inline-block;
	vertical-align: top;
}

.intro .box {
	display: inline-block;
	width: calc(100% - 180px);
	margin-left: 24px;
}

.intro .box .h3-02 {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 600;
	margin-right: 20px;
}

.intro .box .plan_category {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.intro .box .plan_category span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 8px;
	border-radius: 3px;
	background: #2a6d7d;
	color: #fff;
	font-size: 13px;
	margin-top: -4px;
}
.intro .box .plan_category span:nth-child(2n) {
	margin-left: 12px;
	background: #002855;
}

.intro .box p {
	display: block;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.intro img {
		width: 72px;
		display: inline-block;
		float: left;
		vertical-align: top;
		margin-right: 20px;
	}

	.intro .box {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.intro .box .h3-02 {
		display: block;
		font-size: 20px;
		margin: 0;
	}

	.intro .box .plan_category {
		display: block;
		margin-top: 6px;
	}

	.intro .box .plan_category span {
		padding: 2px 8px;
		font-size: 12px;
	}

	.intro .box p {
		margin-top: 20px;
	}
}

@media (max-width: 450px) {
	.intro img {
		width: 90px;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.intro .box {
		display: block;
		width: 100%;
		margin-left: 0;
		padding: 20px 0;
	}

	.intro .box .h3-02 {
		text-align: center;
		display: block;
		font-size: 20px;
	}

	.intro .box .plan_category {
		text-align: center;
	}

	.intro .box .plan_category span {
		padding: 2px 8px;
		font-size: 12px;
	}

	.intro .box p {
		margin-top: 20px;
	}
}

.talk_intro {
	display: block;
	padding: 24px;
	margin-top: 26px;
	transition: all 0.3s;
	background: #eee;
}

.talk_intro img {
	width: 140px;
	display: inline-block;
	vertical-align: top;
}

.talk_intro .box {
	display: inline-block;
	width: calc(100% - 180px);
	margin-left: 24px;
}

.talk_intro .box p.person {
	font-size: 15px;
	font-weight: 600;
	margin-right: 20px;
	margin-top: 0;
}

.talk_intro .box .h3-02 {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0;
}

.talk_intro .box .h3-02 small {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	margin-left: 14px;
	margin-top: -4px;
}

.talk_intro p {
	display: block;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.talk_intro {
		padding: 20px;
	}

	.talk_intro img {
		width: 72px;
		display: inline-block;
		float: left;
		vertical-align: top;
		margin-right: 20px;
	}

	.talk_intro .box {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.talk_intro .box .h3-02 {
		display: block;
		font-size: 20px;
		margin: 0;
	}

	.talk_intro .box p {
		margin-top: 20px;
	}
}

@media (max-width: 450px) {
	.talk_intro {
		padding: 14px;
	}

	.talk_intro img {
		width: 90px;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.talk_intro .box {
		display: block;
		width: 100%;
		margin-left: 0;
		padding: 20px 0;
	}

	.talk_intro .box .h3-02 {
		text-align: center;
		display: block;
		font-size: 20px;
	}

	.talk_intro .box p {
		margin-top: 20px;
	}
}

.talk_title {
	display: table;
	position: relative;
	width: 100%;
	border: solid 1px #ccc;
	padding: 0;
	margin-top: 26px;
	transition: all 0.3s;
}
.talk_title a {
	display: block;
	width: 100%;
	border: solid 1px #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.talk_title a:after {
	content: url('../img/security/arrow.png');
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -10px;
}
.talk_title a:hover {
	border: solid 1px #00bfb3;
	background: #f0ffff;
}

.talk_title .talk_number {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	width: 120px;
	height: 100%;
	background: #00bfb3;
	border-right: solid 1px #ccc;
	padding: 0;
	text-align: center;
}
.talk_title .talk_number p {
	position: absolute;
	display: block;
	top: 58px;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 0.05em;
	line-height: 1.1;
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}
.talk_title .talk_number p span {
	display: block;
	font-size: 20px;
}

.talk_title .box {
	display: table-cell;
	box-sizing: border-box;
	width: calc(100% - 120px);
	padding: 14px 24px 20px;
}

.talk_title .box h3 {
	font-size: 18px;
}

.talk_title .box img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	width: 40px;
	height: 40px;
}

.talk_title .box p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 8px;
}

@media (max-width: 650px) {
	.talk_title {
		display: block;
		margin-top: 26px;
	}
	.talk_title a:after {
		top: 60%;
	}
	.talk_title .talk_number {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		border-right: none;
		padding: 8px 14px 8px 18px;
		text-align: left;
	}
	.talk_title .talk_number p {
		position: relative;
		display: block;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		font-size: 14px;
	}
	.talk_title .talk_number p span {
		display: inline-block;
		font-size: 14px;
	}

	.talk_title .box {
		display: table-cell;
		box-sizing: border-box;
		width: calc(100% - 120px);
		padding: 14px 24px 16px 16px;
	}

	.talk_title .box h3 {
		font-size: 16px;
	}

	.talk_title .box img {
		margin-top: 8px;
		width: 40px;
		height: 40px;
	}

	.talk_title .box p {
		margin-left: 14px;
		margin-top: 6px;
		font-size: 14px;
	}
}

.blog-header {
	background: #00bfb3;
	/* background: -moz-linear-gradient(80deg, #00BFB3 10%, #33ccc2 50%, #73b0c8 90%);
  background: -webkit-linear-gradient(80deg, #00BFB3 10%, #33ccc2 50%, #73b0c8 90%);
  background: linear-gradient(80deg, #00BFB3 10%, #33ccc2 50%, #73b0c8 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BFB3', endColorstr='#73b0c8',GradientType=1 ); */
	background: linear-gradient(80deg, #007f6b 10%, #009f8f 50%, #00bfb3 90%);
}

.blog-header__inner {
	position: relative;
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	letter-spacing: 0.06em;
}

.blog-header__title {	
	font-family: 'Meiryo', sans-serif;
	letter-spacing: 0.16em;
	color: #fff;
	margin: 0 auto;
	line-height: 120px;
	font-size: 28px;
	font-weight: 700;
}

.blog-header__title span {
	letter-spacing: 0.06em;
	font-size: 14px;
	font-weight: 300;
}

.blog-header__link {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	padding: 10px 16px;
	margin-top: -22px;
	background: rgba(255, 255, 255, 0.9);
	color: #002855;
	border: solid 1px rgba(255, 255, 255, 0.9);
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	border-radius: 30px;
}
.blog-header__link:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
@media (max-width: 860px) {
	.blog-header__link {
		position: relative;
		display: block;
		margin: 0 auto 20px;
	}
}

.blog-header__menu {
	border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.blog-header__menu ul {
	list-style: none;
	display: inline-block;
}

.blog-header__menu ul li {
	display: inline-block;
	vertical-align: bottom;
}

.blog-header__menu a {
	color: #fff;
	heighh: 100%;
	padding: 3px 16px;
	font-size: 12px;
}

.blog-header__menu li a {
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	transition: all 0.2s ease;
}

.blog-header a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.16);
}

.blog-header__menu a.blog-header__menu_writer {
	margin-top: 7px;
	width: auto;
	display: inline-block;
	float: right;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	transition: all 0.2s ease;
}

.blog-header__menu a.blog-header__menu_writer:hover {
	background: #003255;
}

.top .blog-header__menu li.blog_select01 a,
.knowledge .blog-header__menu li.blog_select02 a,
.column .blog-header__menu li.blog_select03 a,
.transmission .blog-header__menu li.blog_select04 a {
	background: rgba(255, 255, 255, 0.4);
}

.blog_main {
	display: block;
	width: 100%;
	background: #eee;
}

.blog_main .section {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.blog_main .section h1.top_h1 {
	display: block;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
	font-size: 14px;
}
.blog_main .section h1.blog_category_list_h1,
.blog_main .section h1.blog_writer_list_h1 {
	display: block;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0 0 0;
	font-size: 20px;
	font-weight: 300;
	color: #002855;
}
.blog_main .section h1.blog_writer_list_h1 {
	padding-bottom: 24px;
}
.blog_main .section h1.blog_category_list_h1 b,
.blog_main .section h1.blog_writer_list_h1 b {
	padding-right: 6px;
	font-size: 24px;
	font-weight: 600;
}
.blog_main .section p.blog_category_list_p {
	display: block;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 0 28px 0;
	font-size: 14px;
}

.blog_main .section .blog_writer_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	padding: 32px 0;
	font-size: 0;
	margin: 0;
}
.blog_main .section .blog_writer_box h1.blog_writer_list_h1 {
	display: inline-block;
	width: 37%;
	max-width: 1200px;
	margin: 0 0 0 3%;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	color: #002855;
}
.blog_main .section .blog_writer_box h1.blog_writer_list_h1 img {
	width: 100px;
	border: solid 1px #ccc;
	border-radius: 50px;
	vertical-align: middle;
	margin-right: 14px;
}
.blog_main .section .blog_writer_box .introduction {
	box-sizing: border-box;
	display: inline-block;
	width: 57%;
	max-width: 1200px;
	margin: 0 0 0 3%;
	padding: 16px 20px;
	border-radius: 3px;
	font-size: 14px;
	color: #222;
	background: #ddd;
}
.blog_main .section .blog_writer_box .introduction b {
	font-size: 16px;
	font-weight: 600;
	color: #002855;
}
.blog_main .section .blog_writer_box .introduction span {
	font-size: 14px;
	font-weight: 600;
	margin-left: 14px;
}

.tts_links {
	display: block;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
}

.tts_writer_box {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 25%;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	background: #eee;
}

.tts_writer_box a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	text-align: center;
}

.tts_writer_box a:hover {
	background: #fff;
	text-decoration: none;
}

.tts_writer_box a .img_box {
	display: block;
	padding-top: 28px;
}

.tts_writer_box a .img_box img {
	max-width: 120px;
	border: solid 1px #ccc;
	border-radius: 60px;
}
.tts_writer_box a .box {
	display: block;
	padding: 16px 12% 28px 12%;
}

.tts_writer_box a .box h2 {
	font-size: 18px;
	font-weight: 600;
	color: #002855;
}

.tts_writer_box a .box span {
	width: 58px;
	display: block;
	font-size: 10px;
	color: #fff;
	padding: 2px 6px;
	border-radius: 2px;
	margin: 8px auto 0 auto;
}
.tts_writer_box a .box span.member {
	background: #97999b;
}
.tts_writer_box a .box span.member:before {
	content: 'メンバー';
}
.tts_writer_box a .box span.guest {
	background: #002855;
}
.tts_writer_box a .box span.guest:before {
	content: 'ゲスト';
}

/* .blog_main.top .tts_box:nth-child(1),
.blog_main.top .tts_box:nth-child(2) {
    width: 50%;
} */

.tts_box {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 33.33%;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	transition: all 0.3s;
	background: #eee;
}
.tts_box a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 28px 28px 28px 28px;
	text-decoration: none;
}
.tts_box:hover {
	background: #fff;
}
.tts_box .img_box {
	position: relative;
	display: block;
	width: 100%;
	background: #000;
	overflow: hidden;
}
.tts_box .img_box img {
	width: 100%;
	transition: all 0.4s;
}
.tts_box:hover .img_box img {
	transform: scale(1.2, 1.2);
	opacity: 0.5;
}
.tts_box .img_box:after {
	content: 'read more ...';
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.tts_box:hover .img_box:after {
	opacity: 0.85;
}
.tts_box .box {
	padding-top: 20px;
	min-height: 42px;
}
.tts_box .box span {
	padding: 3px 10px;
	font-size: 14px;
	color: #002855;
	font-weight: 500;
}
.tts_box .box span.category {
	padding: 4px 16px;
	font-size: 12px;
	background: #002855;
	color: #fff;
}
.tts_box .box span.category.column {
	background: #007672;
}
.tts_box .box span.category.transmission {
	background: #ff8200;
}
.tts_box .box span.category.knowledge {
	background: #002855;
}

.tts_box .box h2 {
	margin-top: 14px;
	margin-bottom: 60px;
	font-size: 18px;
	color: #002855;
}
/* .blog_main.top .tts_box:nth-child(1) .box h2,
.blog_main.top .tts_box:nth-child(2) .box h2 {
    margin-top: 14px;
    font-size: 22px;
} */

.tts_box .blog_writer {
	position: absolute;
	bottom: 28px;
	left: 28px;
	display: block;
	width: calc(100% - 50px);
}

.tts_box .blog_writer img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	border: solid 1px #ccc;
	border-radius: 20px;
}

.tts_box .blog_writer p {
	box-sizing: border-box;
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: middle;
	font-size: 12px;
	padding-left: 12px;
	margin-top: 8px;
	color: #333;
}

@media (max-width: 1280px) {
	.tts_box {
		width: 50%;
	}
}

@media (max-width: 1400px) {
	.blog_main .section .blog_writer_box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1400px;
		padding: 32px 0;
		font-size: 0;
		margin: 0;
	}
	.blog_main .section .blog_writer_box h1.blog_writer_list_h1 {
		display: inline-block;
		width: 420px;
		margin: 0 0 0 1.5%;
		font-size: 18px;
	}
	.blog_main .section .blog_writer_box h1.blog_writer_list_h1 b {
		font-size: 20px;
	}
	.blog_main .section .blog_writer_box h1.blog_writer_list_h1 img {
		width: 80px;
	}
	.blog_main .section .blog_writer_box .introduction {
		width: calc(98.5% - 440px);
		margin: 0;
		padding: 16px 20px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.blog-header__inner {
		width: 94%;
		letter-spacing: 0.06em;
	}
	.blog-header__title {
		padding: 48px 0;
		line-height: 1;
		font-size: 28px;
		text-align: center;
	}
	.blog-header__title span {
		padding-top: 16px;
		display: block;
		font-size: 14px;
	}
	.blog-header__menu .blog-header__inner {
		width: 100%;
	}
	.blog-header__menu ul {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
	}
	.blog-header__menu ul li {
		display: inline-block;
		box-sizing: border-box;
		width: 25%;
		padding: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.25);
	}
	.blog-header__menu li a {
		heighh: 100%;
		padding: 0;
		font-size: 12px;
		text-align: center;
	}
	.blog-header__menu a.blog-header__menu_writer {
		margin-top: 0;
		padding: 8px 0;
		width: 100%;
		display: block;
		text-align: center;
		float: none;
		background: #002855;
		border-radius: 0px;
	}

	.blog_main .section h1.top_h1 {
		padding: 22px 0;
	}
	.blog_main .section h1.blog_category_list_h1,
	.blog_main .section h1.blog_writer_list_h1 {
		padding: 22px 0 0 0;
		font-size: 16px;
	}
	.blog_main .section h1.blog_writer_list_h1 {
		padding: 22px 0;
		font-size: 16px;
	}
	.blog_main .section h1.blog_category_list_h1 b,
	.blog_main .section h1.blog_writer_list_h1 b {
		padding-right: 4px;
		font-size: 20px;
	}
	.blog_main .section p.blog_category_list_p {
		padding: 12px 0 26px 0;
		font-size: 14px;
	}

	.blog_main .section .blog_writer_box {
		padding: 24px 0;
	}
	.blog_main .section .blog_writer_box h1.blog_writer_list_h1 {
		display: block;
		width: 95%;
		margin: 0 auto;
		padding-bottom: 14px;
		font-size: 16px;
	}
	.blog_main .section .blog_writer_box h1.blog_writer_list_h1 img {
		width: 50px;
	}
	.blog_main .section .blog_writer_box .introduction {
		display: block;
		width: 95%;
		margin: 0 auto;
		padding: 14px 18px;
	}

	.tts_writer_box {
		width: 33.33%;
	}
	.tts_writer_box a .img_box {
		padding-top: 28px;
	}
	.tts_writer_box a .img_box img {
		max-width: 100px;
	}
	.tts_writer_box a .box {
		padding: 16px 12% 28px 12%;
	}
	.tts_writer_box a .box h2 {
		font-size: 14px;
		font-weight: 600;
	}

	.tts_box {
		width: 50%;
	}
	.tts_box a {
		padding: 20px 20px 20px 20px;
	}
	.tts_box .img_box:after {
		top: 43%;
	}
	.tts_box .box {
		padding-top: 20px;
	}
	.tts_box .box span {
		padding: 3px 10px;
		font-size: 12px;
	}
	.tts_box .box span.category {
		padding: 3px 14px;
		font-size: 10px;
	}
	.tts_box .box h2 {
		margin-top: 14px;
		margin-bottom: 50px;
		font-size: 16px;
	}
	/* .blog_main.top .tts_box:nth-child(1) .box h2,
.blog_main.top .tts_box:nth-child(2) .box h2 {
    margin-top: 14px;
    font-size: 16px;
} */

	.tts_box .blog_writer {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}

	.tts_box .blog_writer img {
		margin-top: 10px;
		width: 36px;
		height: 36px;
	}

	.tts_box .blog_writer p {
		width: calc(100% - 40px);
		font-size: 12px;
		padding-left: 12px;
		margin-top: 8px;
	}
}

@media (max-width: 450px) {
	.blog-header__title {
		padding: 40px 0;
		letter-spacing: 0.14em;
		font-size: 26px;
	}
	.blog-header__title span {
		letter-spacing: 0.06em;
		font-size: 12px;
	}

	.blog_main .section h1.top_h1 {
		padding: 24px 0;
		font-size: 14px;
	}
	.blog_main .section h1.blog_category_list_h1,
	.blog_main .section h1.blog_writer_list_h1 {
		padding: 24px 0 0 0;
		font-size: 16px;
	}
	.blog_main .section h1.blog_writer_list_h1 {
		padding: 24px 0;
		font-size: 16px;
	}
	.blog_main .section h1.blog_writer_list_h1 img {
		width: 50px;
		margin-right: 14px;
	}
	.blog_main .section h1.blog_category_list_h1 b,
	.blog_main .section h1.blog_writer_list_h1 b {
		padding-right: 4px;
		font-size: 20px;
	}
	.blog_main .section p.blog_category_list_p {
		padding: 12px 0 28px 0;
		font-size: 14px;
	}

	.tts_writer_box {
		width: 50%;
	}
	.tts_writer_box a .img_box {
		display: block;
		padding-top: 28px;
	}
	.tts_writer_box a .img_box img {
		max-width: 100px;
	}
	.tts_writer_box a .box {
		padding: 16px 12% 28px 12%;
	}

	/* .blog_main.top .tts_box:nth-child(1),
.blog_main.top .tts_box:nth-child(2) {
    width: 100%;
} */
	.tts_box {
		width: 100%;
	}
	.tts_box a {
		padding: 20px 20px 20px 20px;
	}
	.tts_box .img_box:after {
		top: 43%;
		font-size: 16px;
	}
	.tts_box .box {
		padding-top: 20px;
		min-height: 42px;
	}
	.tts_box .box span {
		padding: 3px 10px;
		font-size: 12px;
	}
	.tts_box .box span.category {
		padding: 3px 14px;
		font-size: 10px;
	}
	.tts_box .box h2 {
		margin-top: 14px;
		margin-bottom: 50px;
		font-size: 16px;
	}
	/* .blog_main.top .tts_box:nth-child(1) .box h2,
.blog_main.top .tts_box:nth-child(2) .box h2 {
    margin-top: 14px;
    font-size: 16px;
} */

	.tts_box .blog_writer {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}

	.tts_box .blog_writer img {
		margin-top: 10px;
		width: 36px;
		height: 36px;
	}

	.tts_box .blog_writer p {
		width: calc(100% - 40px);
		font-size: 12px;
		padding-left: 12px;
		margin-top: 8px;
	}
}

.tts_title p.date {
	color: #00bfb3;
	font-size: 16px;
	font-weight: 600;
	padding-left: 6px;
	display: inline-block;
}

.tts_title p.category {
	display: inline-block;
}
.tts_title p.category span {
	padding: 4px 16px;
	font-size: 12px;
	background: #002855;
	color: #fff;
}
.tts_title p.category span.column {
	background: #007672;
}
.tts_title p.category span.transmission {
	background: #ff8200;
}
.tts_title p.category span.knowledge {
	background: #002855;
}

.tts_title h1 {
	color: #002855;
	font-size: 28px;
	font-weight: 600;
	margin-top: 16px;
}
.tts_title .writer {
	margin-top: -4px;
}
.tts_title .writer img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 50px;
}

.tts_title .writer p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	margin-top: 8px;
}

.index {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	border: solid 1px #ccc;
	padding: 14px 24px;
	margin-top: 20px;
	font-size: 16px;
}
.index p {
	font-weight: 600;
}
.index ul {
	padding: 4px 24px;
	color: #00bfb3;
}
.index ul a {
	text-decoration: underline;
	color: #00bfb3;
}
.index li {
	margin-top: 2px;
}

section.section h2.tts_h2 {
	background: #eee;
	color: #002855;
	font-size: 24px;
	padding: 14px 20px;
	border-radius: 2px;
	margin-top: 60px;
	margin-bottom: 40px;
}

section.section h2.tts_h2 + p {
	margin-top: -12px;
}

blockquote {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 20px 20px 64px;
	background: #eee;
}

blockquote:before {
	position: absolute;
	content: '“';
	top: 14px;
	left: 20px;
	font-size: 64px;
	font-weight: 600;
	line-height: 1;
	color: #bbb;
}
small.blockquote_cap {
	display: block;
	top: 0;
	margin-top: -14px;
	font-size: 12px;
	color: #aaa;
}

pre code {
	overflow: auto;
	display: block;
	background: #333;
	font-size: 14px;
	color: aliceblue;
	margin: 10px 0;
	padding: 14px;
}

pre code span {
	color: #ff8200;
	font-size: 12px;
}

.border_p {
	display: block;
	border: solid 1px #ccc;
	padding: 24px 28px;
}

.border_p ul {
	padding-left: 20px;
}

section.section section.aside-box.section.mt28 {
	margin-top: 28px;
}

.tts_list01 table {
	margin: 18px 0 32px;
}

.tts_list02 img {
	margin: 18px 0;
}

@media (max-width: 450px) {
	.tts_title p:first-child {
		font-size: 12px;
	}

	.tts_title h1 {
		font-size: 22px;
	}
	.tts_title .writer {
		margin-top: -4px;
	}
	.tts_title .writer img {
		margin-top: 10px;
		width: 40px;
		height: 40px;
	}

	.tts_title .writer p {
		font-size: 12px;
		margin-left: 8px;
		margin-top: 8px;
	}

	.index {
		padding: 14px 18px;
		margin-top: 20px;
		font-size: 14px;
	}

	section.section h2.tts_h2 {
		font-size: 20px;
		padding: 12px 16px;
		border-radius: 2px;
		margin-top: 42px;
		margin-bottom: 36px;
	}
}

.talk_box img {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-right: 20px;
}

.talk_box .box {
	display: inline-block;
	vertical-align: top;
	padding-top: 24px;
	width: calc(100% - 112px);
}
.talk_box .box.bubble {
	position: relative;
	padding: 16px;
	border: solid 1px #bbbcbc;
	border-radius: 5px;
	width: calc(100% - 144px);
}
.talk_box .box.bubble:before {
	content: '';
	position: absolute;
	top: 20px;
	left: -9px;
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 1px;
	border-color: #fff #fff #bbbcbc #bbbcbc;
	transform: rotate(45deg);
}

@media (max-width: 450px) {
	.talk_box img {
		width: 60px;
		margin-right: 18px;
	}

	.talk_box .box {
		padding-top: 20px;
		width: calc(100% - 92px);
	}
}

.pagination {
	text-align: center;
	padding: 20px 20px 60px 20px;
}

.pagination a {
	display: inline-block;
	margin: 5px 2px;
	padding: 4px 10px;
	background: #fff;
	color: #555;
	border: solid 1px #00bfb3;
	border-radius: 3px;
	transition: all 0.3s;
	font-size: 16px;
	text-decoration: none;
}

.pagination li.WCMselected span {
	display: inline-block;
	margin: 5px 2px;
	padding: 4px 10px;
	background: #fff;
	color: #555;
	border: solid 1px #00bfb3;
	border-radius: 3px;
	transition: all 0.3s;
	font-size: 16px;
	text-decoration: none;
	background: #00bfb3;
	color: #fff;
}

.pagination a:hover {
	background: #00bfb3;
	color: #fff;
}

p.not_find {
	box-sizing: border-box;
	width: 100%;
	padding: 50px 5% 50px 5%;
	font-size: 18px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

@media (max-width: 450px) {
	.pagination a {
		margin: 2px;
		padding: 8px 6px;
		font-size: 14px;
	}
}

/* style.css */
@charset "UTF-8";

/* RANKING */
.side-bar {
	max-width: 216px;
}

.side-bar .ranklet {
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-bar .ranklet-item:first-child {
	margin-top: 8px;
}

.side-bar .ranklet-item a {
	display: flex;
	align-items: stretch;
	padding: 8px 0;
	text-decoration: none;
	color: inherit;
}

.side-bar .ranklet-item a:hover {
	color: #0f54ff;
}

.side-bar .ranklet-item i {
	flex: 0 0 24px;
	display: grid;
	place-content: center;
	width: 24px;
	height: 24px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
}

.side-bar .ranklet-item div {
	text-align: left;
}

.side-bar .ranklet-item p {
	font-size: 1rem;
	font-weight: 400;
}

.side-bar .ranklet-credit {
	margin-top: 8px;
	margin-left: auto;
	font-size: 0.75rem;
	text-align: right;
	display: block !important;
}

.side-bar .ranklet-credit a {
	white-space: nowrap;
	font-size: 8px;
	padding: 2px 4px;
	background: #666;
	color: #fff;
	text-decoration: none;
	transition: 0.2s background ease-out;
}

.side-bar .ranklet-credit a::after {
	content: '▶︎';
	margin-left: 3px;
	font-size: 0.675rem;
}

.side-bar a:hover {
	background: #a2a2a2;
}

/* ORIGINAL */

.top_col {
	display: flex;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.side-bar {
	display: none;
}
@media (min-width: 1024px) {
	.top_col {
		gap: 1.5rem;
	}
	.tts_links {
		flex: 1 1 0%;
	}
	.side-bar {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		width: 18rem;
	}
	.side-bar h2 {
		border-bottom: 1px solid #000;
	}
}

ul.pager {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.pager .first,
ul.pager .last {
	white-space: nowrap;
}

ul.pager li.index a {
	padding: 4px 10px;
	margin: 5px 2px;
}

/* 打消し */
ul.pager li.index {
	border: none;
	padding: 0;
	margin-top: 0;
}

/* article add 0306 */
.article section.section h2 {
	background: #eee;
	color: #002855;
	font-size: 24px;
	padding: 14px 20px;
	border-radius: 2px;
	margin-top: 60px;
	margin-bottom: 40px;
}
.article section.section h2 + p {
	margin-top: -12px;
}
.article section.section h3 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 0.5em;
	font-size: 22px;
	border-bottom: 1px solid #d9d9d6;
}
.article section.section h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 25%;
	height: 1px;
	background: #00bfb3;
}
.article section.section a {
	color: #005fa9;
	text-decoration: none;
	transition: color 0.2s ease;
	word-wrap: break-word;
}
.article .section > * {
	margin-bottom: 1.5rem;
}
.article section.section ul > li {
	list-style: none;
	position: relative;
	margin-top: 0.3em;
	padding-left: 15px;
}
.article section.section ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.7em;
	left: 3px;
	width: 3px;
	height: 3px;
	background: #00bfb3;
}
.article section.section .link-button-02{
	margin-block: 100px;
}
.main__inner > .section > .section {
	margin-top: 50px;
}
@media (max-width: 450px) {
	.article section.section h2 {
		font-size: 20px;
		padding: 12px 16px;
		border-radius: 2px;
		margin-top: 42px;
		margin-bottom: 36px;
	}
	.article section.section h3 {
		font-size: 20px;
	}
}


#TopPage .box h2,
.article section.section h1.article-title__title {
	font-family: 'Meiryo', sans-serif;
}
