@charset "utf-8";
/* CSS Document */



main a[x-apple-data-detectors] {
	border-bottom: none;
	pointer-events: none;
}
main section {
	position: relative;
	margin: 0 auto;
}
main section a {
	border-bottom: 1px solid #000000;
}
main section a:hover {
	border-bottom: 1px solid transparent;
}
main section p + h3 {
	margin-top: 2em;
}
main section h3 {
	line-height: 1.25;
}

main section p {
	margin-bottom: 1em;
}
main section ul {
	margin-bottom: 1em;
}
main section  td ul {
	margin-bottom: 0;
}

main section img {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}
#title {
	background: rgba(212,201,167,0.2);
	box-sizing: border-box;
}
#title .inner {
	display: table;
}
#title h1 {
	display: table-cell;
	vertical-align: middle;
}

#title h1 span {
	display: block;
	font-weight: normal;
}
#breadcrumb {
	box-sizing: border-box;
}
#breadcrumb ul {
	font-size: 0;
}
#breadcrumb li {
	display: inline-block;
	vertical-align: top;
}
#breadcrumb li:last-child {
	font-weight: bold;
}
#breadcrumb li:after {
	content: "\e913";
	margin: 0 0.5em;
	color: #959595;
}
#breadcrumb li:last-child:after {
	content: "";
	margin-right: 0;
}
#breadcrumb li a {
	border-bottom: 1px solid #000000;
}
main nav {
	position: relative;
	margin: 0 auto;
}
main nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
main nav ul li {
	box-sizing: border-box;
}
main nav ul li:nth-child(3n) {
	margin-right: 0;
}
main nav ul.level2  li:nth-child(4n) {
	margin-right: 0;
}
main nav a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: rgba(212,201,167,0.2);
}
main nav a:after {
	content: "\e911";
	position: absolute;
	color: #000000;
	line-height: 1;
}
main nav .level2 a {
	background: #ffffff;
}
main #guide {
	background: rgba(212,201,167,0.4);
}
main #guide nav p {
	text-align: center;
}
main #guide nav a {
	color: #ffffff;
	background: #383838;
	box-sizing: border-box;
}
main #guide nav a:after {
	color: #ffffff;
}
main nav#anchor a {
	color: #383838;
	border: 0;
	background: rgba(40,40,40,0.1);
}
main nav#anchor a:after {
	color: #383838;
}
main nav#anchor li.current a {
	color: #ffffff;
	background: #383838;
}
main nav#anchor li.current a:after {
	content: "";
}

main section h2 {
	position: relative;
	display: table-cell;
	line-height: 1.3;
	vertical-align: middle;
}
main section h2:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: #ffaa00;
}

main section p.lead {
	font-size: 1.1em;
	font-weight: bold;
}

main section .btn {
	text-align: center;
}
main section .btn a,
main section .btn button {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 0;
	background: #383838;
	box-sizing: border-box;
}
main section .btn a:hover,
main section .btn button:hover {
	border-bottom: 0;
}
main section .btn.next a:after,
main section .btn.next button:after {
	content: "\e911";
	display: inline-block;
	margin-left: 0.75em;
	vertical-align: middle;
}
main section .btn.prev a:before,
main section .btn.prev button:before {
	content: "\e91c";
	display: inline-block;
	margin-right: 0.75em;
	vertical-align: middle;
}
main section .btn.black a,
main section .btn.black button {
	background: #000000;
}


ul.listDisc li {
	position: relative;
	padding-left: 1.25em;
}
ul.listDisc li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0.4em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

ol.listNumIcon {
	margin-bottom: 1em;
	counter-reset: index;
}
ol.listNumIcon li {
	position: relative;
	padding-left: 2em;
	font-weight: bold;
}
ol.listNumIcon li:before {
	counter-increment: index;
	content: counter(index);
	position: absolute;
	left: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
	text-align: center;
	background: #ffaa00;
}

.panel,
.unit2col,
.unit3col,
.unitImg1of2,
.unitImg1of3 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.panel li a > * {
	display: block;
}
main section .panel li a {
	display: block;
	border-bottom: 0;
}
main section .panel li a:hover {
	border-bottom: 0;
}

.panel li {
	line-height: 1.6;
}
.panel li a .name,
.panel li a .title {
	position: relative;
	padding-right: 2em;
	color: #000000;
	font-weight: bold;
	line-height: 1.4;
}
.panel li a .lead {
	color: #ffaa00;
	font-weight: bold;
	line-height: 1.4;
}

.panel li a .name:after,
.panel li a .title:after {
	content: "\e911";
	position: absolute;
	right: 0;
}

.search {
	line-height: 1.3;
	text-align: center;
}
main section .search .btn a {
	background: #000000;
}
main #strength {
	background: rgba(212,201,167,0.2);
}
main #strength section {
	background: #ffffff;
	display: -webkit-flex;
	display: flex;
}
main #strength section p:last-child {
	margin-bottom: 0;
}
main #strength section .text,
main #strength section .img {
	box-sizing: border-box;
}
main #strength section h2:before {
	display: none;
}
main #strength section.block01 .text {
	position: relative;
}
main #strength section img {
	border: 0;
}

.txtL {text-align: left !important;}
.txtC {text-align: center !important;}
.txtR {text-align: right !important;}
.fzS {font-size: 0.875em !important;}
.fzL {font-size: 1.25em !important;}
.caption {font-size: 0.875em !important;}

.notes li {
	font-size: 0.875em;
}
.notes li:before {
	font-size: 0.875em;
	content: "※";
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
}

.scrollTable th,
.scrollTable td {
	border-left: 1px solid #d6d6d6;
}
.scrollTable tr :first-child {
	border-left: 0;
}
main section :last-child {
	margin-bottom: 0 !important;
}

.linkDetail {
	margin: 0;
	text-align: center;
}
.linkDetail a {
	position: relative;
	display: inline-block;
	color: #000000;
	font-weight: bold;
	border: 0;
}
.linkDetail a:hover {
	border: 0;
}
.linkDetail a:before {
	content: "\e924";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #000000;
	cursor: pointer;
}
.linkJump li {
	display: inline-block;
	margin-right: 2em;
}
.linkJump a,
.linkJump a:hover {
	border: 0;
}
.linkJump a span {
	border-bottom: 1px solid #000000;
	transition: all .4s;
}
.linkJump a:after {
	content: "\e914";
	margin-left: 0.25em;
	vertical-align: middle;
}


@media print, screen and (min-width: 768px) {
	main section {
		width: 960px;
		margin-bottom: 80px;
		line-height: 2;
	}
	main section a:hover {
		border-bottom: 1px solid transparent;
	}
	#title .inner {
		width: 1200px;
		height: 150px;
	}
	#title h1 {
		font-size: 3.6rem;
		line-height: 1.25;
	}
	#title h1 span {
		font-size: 1.8rem;
	}
	#breadcrumb {
		height: 40px;
		padding: 10px 0 0 0;
	}
	#breadcrumb .inner {
		width: 1200px;
	}
	#breadcrumb li {
		font-size: 1.2rem;
	}
	#breadcrumb li a:hover {
		color: #000000;
		border-bottom: 1px solid transparent;
	}
	main #breadcrumb + * {
		margin-top: 50px;
	}
	main nav {
		width: 1200px;
		margin-bottom: 40px;
	}
	main nav ul li {
		width: 380px;
		margin: 0 30px 20px 0;
	}
	main nav a {
		height: 60px;
		padding: 0 60px 0 30px;
		line-height: 60px;
	}
	main nav a:after {
		left: 325px;
		top: 16px;
		font-size: 2.8rem;
	}
	main nav a:hover {
		color: #ffaa00;
		background: #ffffff;
	}
	main nav a:hover:after {
		color: #ffaa00;
	}
	main nav p a {
		margin: 0 0 20px 0;
		font-size: 1.8rem;
	}
	main nav ul.level2 li {
		width: 285px;
		margin-right: 20px;
	}
	main nav ul.level2 li:nth-child(3n) {
		margin-right: 20px;
	}
	main nav .level2 a {
		height: 80px;
		padding: 0 60px 0 20px;
		line-height: 80px;
		border: 10px solid rgba(212,201,167,0.2);
	}
	main nav .level2 a:hover {
		border: 10px solid rgba(255,170,0,1);
	}
	main nav .level2 a:after {
		left: auto;
		top: 26px;
		right: 20px;
	}
	main nav .level3 a {
		font-size: 1.4rem;
	}
	main #guide nav {
		width: 960px;
		margin: 0 auto;
		padding: 40px 0 60px 0;
	}
	main #guide nav p {
		margin-bottom: 40px;
		font-size: 2.2rem;
		line-height: 1.25;
	}
	main #guide nav p strong {
		font-size: 3.2rem;
	}
	main #guide nav li {
		width: 176px;
		height: 100px;
		margin: 0 20px 20px 0;
	}
	main #guide nav li:nth-child(3n) {
		margin-right: 20px;
	}
	main #guide nav li:nth-child(5n) {
		margin-right: 0;
	}
	main #guide nav a {
		display: table-cell;
		width: 176px;
		height: 100px;
		padding: 0;
		font-size: 1.8rem;
		line-height: 1.7;
		text-align: center;
		vertical-align: middle;
	}
	main #guide nav a:after {
		position: static;
		display: block;
	}
	main #guide nav a:hover {
		color: #383838;
		background: #ffffff;
	}
	main #guide nav a:hover:after {
		color: #383838;
	}
	main #guide nav a:before {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	main #guide nav a:hover:before {
		box-shadow: inset 0 0 0 10px #383838;
	}

	main nav#anchor {
		width: 960px;
		margin-bottom: 0;
	}
	main nav#anchor li {
		width: 225px;
		height: 60px;
		margin: 20px 20px 0 0;
		box-sizing: border-box;
	}
	main nav#anchor li:nth-child(4n) {
		margin-right: 0;
	}
	main nav#anchor li:nth-child(-n+4) {
		margin-top: 0;
	}
	main nav#anchor a {
		display: table-cell;
		width: 225px;
		height: 60px;
		padding: 0 20px;
		line-height: 1.35;
		vertical-align: middle;
	}
	main nav#anchor a:after {
		display: block;
		left: auto;
		right: 20px;
	}
	main nav#anchor a:hover {
		color: #ffffff;
		background: #383838;
	}
	main nav#anchor a:hover:after {
		color: #ffffff;
	}

	main section h2 {
		height: 90px;
		padding-left: 40px;
		font-size: 2.8rem;
		border-bottom: 25px solid transparent;
	}
	main section h2:before {
		width: 10px;
		height: 90px;
	}

	main section * + h2 {
		border-top: 80px solid transparent;
	}
	main section p + h2 {
		border-top: 50px solid transparent;
	}
	main section #input_msg + h2 {
		border-top: 50px solid transparent;
	}
	main section h2 ~ * {
		margin-left: 40px;
	}
	main section h3 {
		font-size: 2.2rem;
	}
	main section h2 ~ table {
		width: 920px;
	}

	main section .btn a,
	main section .btn button {
		display: inline-block;
		margin: 0 auto;
		font-size: 1.8rem;
		line-height: 60px;
	}
	main section .btn.next a,
	main section .btn.next button {
		padding: 0 20px 0 60px;
	}
	main section .btn.prev a,
	main section .btn.prev button {
		padding: 0 60px 0 20px;
	}
	main section .btn a:before,
	main section .btn a:after,
	main section .btn button:before,
	main section .btn button:after {
		font-size: 2.8rem;
	}
	main section .btn a span,
	main section .btn button span {
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	main section .btn a:hover span,
	main section .btn button:hover span {
		border-bottom: 1px solid #ffffff;
		transition: all .3s;
	}

	ol.listNumIcon li:before {
		top: 4px;
		width: 20px;
		height: 20px;
		font-size: 1.2rem;
		line-height: 20px;
	}

	.unit2col > * {
		width: 440px;
		margin-right: 40px;
	}
	.unit3col > * {
		width: 290px;
		margin: 0 25px 25px 0;
	}
	.unit2col > :nth-child(2n),
	.unit3col > :nth-child(3n) {
		margin-right: 0;
	}
	.unit3col > :nth-child(-n+3) {
		margin-top: 0;
	}
	.unitImg1of2,
	.unitImg1of3 {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.unitImg1of2 > * {
		width: 440px;
	}
	.unitImg1of2 .img,
	.unitImg1of3 .img {
		margin-bottom: 1em;
	}
	.unitImg1of3 .img {
		width: 300px;
	}
	.unitImg1of3 .text {
		width: 630px;
	}
	main section h2 ~ .unitImg1of3 .img {
		width: 290px;
	}
	main section h2 ~ .unitImg1of3 .text {
		width: 590px;
	}
	.unitImg1of3 .text table tbody th {
		width: 190px;
	}
	.unit2col p:last-child,
	.unit3col p:last-child,
	.unitImg1of2 .text p:last-child,
	.unitImg1of3 .text p:last-child {
		margin-bottom: 0;
	}
	main section ul.panel {
		margin-bottom: 0;
	}
	.panel li {
		width: 300px;
		margin: 20px 30px 0 0;
	}
	.panel.voice li {
		margin-top: 55px;
	}
	.panel li:nth-child(-n+3) {
		margin-top: 0;
	}
	.panel li:nth-child(3n) {
		margin-right: 0;
	}
	.panel li .img {
		position: relative;
		overflow: hidden;
		margin-bottom: 18px
	}
	.panel li .img:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: all .4s;
	}
	.panel li a:hover .img:after {
		box-shadow: inset 0 0 0 10px #ffaa00;
		transition: all .3s;
	}
	.level1 .panel li .img {
		width: 300px;
		height: 300px;
	}
	.level1 .panel li .img img {
		position:absolute;
		left: 0;
		top: 0;
		max-width: none;
		height: 300px;
	}
	.panel li a .title {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.panel li a .name {
		margin: 5px 0 0 0;
		font-size: 2.0rem;
	}
	.panel li a .lead {
		height: 2.8em;
		font-size: 1.8rem;
	}
	.panel li a:hover .name,
	.panel li a:hover .title {
		color: #ffaa00;
	}
	.panel li a .name:after,
	.panel li a .title:after {
		top: -5px;
		font-size: 3.0rem;
	}
	.panel li a .summary {
		display: inline;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.panel li a .jobtype {
		margin: 12px 0 0 0;
		font-size: 1.2rem;
	}

	.search {
		padding: 60px 0 80px 0;
	}
	.search .btn a {
		width: 500px;
		font-size: 2.5rem;
		line-height: 70px;
	}
	.search .btn a:after {
		font-size: 3.5rem;
	}

	main #breadcrumb + #strength {
		margin-top: 0;
	}
	main #strength section {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 40px 40px 0 40px;
	}
	main #strength section:first-child {
		margin: 0;
	}
	main #strength section .img {
		width: 50%;
	}
	main #strength section .text {
		width: 50%;
		padding: 70px 80px 50px 40px;
	}
	main #strength section .img + .text {
		padding: 70px 40px 50px 80px;
	}
	main #strength section h2 {
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 4.4rem;
		border: none;
	}
	main #strength section h3 {
		margin-bottom: 40px;
		font-size: 3.2rem;
		line-height: 1.5;
	}
	main #strength section.block01 .text,
	main #strength section.block01 .img {
		position: relative;
		height: 520px;
	}
	main #strength section.block01 .text h2 {
		position: absolute;
		top: 50%;
		right: 80px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	main #strength section.block01 .img {
		overflow: hidden;
	}
	main #strength section.block01 .img img {
		position: absolute;
		max-width: none;
		width: 720px;
		height: 520px;
	}
	main #strength section .btn a {
		line-height: 50px;
	}

	.linkDetail {
		margin-top: 50px;
	}
	.linkDetail a {
		padding-top: 30px;
	}
	.linkDetail a:hover {
		color: #ffaa00;
	}
	.linkDetail a:before {
		font-size: 3.0rem;
	}

	.linkJump a:hover span {
		border-bottom: 1px solid transparent;
		transition: all .3s;
	}

	.topMargin {
		margin-top: 50px;
	}
	.leftMargin {
		margin-left: 40px;
	}

	.spAccordionBtn {
		display: none;
	}
}

@media screen and (min-width: 1460px) {
	main #strength section {
		-webkit-justify-content: center;
		justify-content: center;
	}
	main #strength section .text {
		width: 680px;
		padding: 70px 80px 40px 80px;
	}
	main #strength section .img {
		width: 680px;
	}
	main #strength section.block01 .text,
	main #strength section.block01 .img {
		width: 50%;
		padding: 0;
	}
	main #strength section.block01 .img img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	main section {
		width: 87.5%;
		margin-bottom: 12.5vw;
		line-height: 1.6;
	}
	#title .inner {
		width: 87.5%;
		padding: 6vw 0;
	}
	#title h1 {
		font-size: 6.25vw;
		line-height: 1.4;
	}
	#title h1 span {
		font-size: 4vw;
	}
	#breadcrumb {
		padding: 3vw 0;
	}
	#breadcrumb .inner {
		width: 87.5%;
	}
	#breadcrumb li {
		font-size: 3vw;
	}
	main #breadcrumb + * {
		margin-top: 5vw;
	}
	main nav {
		margin-bottom: 12.5vw;
	}
	main nav ul {
		-webkit-flex-direction: column;
		flex-direction: column;
		border-top: 1px solid #eee9dc;
	}
	main nav ul li {
		font-size: 4.5vw;
		border-bottom: 1px solid #eee9dc;
	}
	main nav a {
		padding: 3.75vw 15vw 3.75vw 6.25vw;
		line-height: 1.4;
	}
	main nav a:after {
		right: 6.25vw;
		top: 3.5vw;
		font-size: 7vw;
	}
	main nav p a {
		font-size: 5vw;
	}
	main nav ul.level2 {
		padding-bottom: 3.125vw;
		background: rgba(212,201,167,0.2);
	}
	main nav ul.level2 li {
		padding: 3.125vw 3.125vw 0 3.125vw;
		font-size: 4.5vw;
		border-bottom: 0;
	}
	main nav .level2 a {
		height: 14vw;
		padding: 0 3.125vw;
		line-height: 14vw;
	}
	main nav .level2 a:after {
		right: 3.125vw;
		top: 3.5vw;
		font-size: 7vw;
	}
	main #guide nav {
		margin: 0;
		padding: 7vw 0 6.25vw 0;
	}
	main #guide nav ul {
		padding-bottom: 3vw;
		border-top: 0;
	}
	main #guide nav li {
		padding: 0 6.25vw 0.4vw 6.25vw;
		border-bottom: 0;
	}
	main #guide nav p {
		margin-bottom: 3vw;
		font-size: 4.5vw;
		line-height: 1.25;
	}
	main #guide nav p strong {
		font-size: 6vw;
	}
	main #guide nav a {
		font-size: 5vw;
	}
	main #guide nav a:after {
		font-size: 8vw;
	}
	main nav#anchor {
		margin-bottom: 0;
	}
	main nav#anchor ul {
		border-top: none;
	}
	main nav#anchor ul li {
		margin-bottom: 3.125vw;
	}
	main nav#anchor a {
		height: 15.6vw;
		padding: 0 3.125vw;
		line-height: 15.6vw;
	}
	main nav#anchor a:after {
		right: 3.125vw;
	}
	main nav#anchor a span {
		display: none;
	}

	main section h2 {
		height: 18vw;
		padding-left: 6.5vw;
		font-size: 5.625vw;
		border-bottom: 6.25vw solid transparent;
	}
	main section h2:before {
		width: 2vw;
		height: 18vw;
	}
	main section * + h2 {
		border-top: 9.375vw solid transparent;
	}
	main section h2 ~ * {
		margin-left: 6.5vw;
		width: calc(100% - 6.5vw);
	}
	main section h3 {
		font-size: 5vw;
	}
	main section .btn a,
	main section .btn button {
		width: 100%;
		line-height: 14vw;
		font-size: 4.3vw;
		text-align: center;
	}
	main section .btn.next a,
	main section .btn.next button {
		padding: 0 0 0 9vw;
	}
	main section .btn.prev a,
	main section .btn.prev button {
		padding: 0 9vw 0 0;
	}
	main section .btn a:before,
	main section .btn a:after,
	main section .btn button:before,
	main section .btn button:after {
		font-size: 9vw;
	}

	ol.listNumIcon li:before {
		top: 1vw;
		width: 5vw;
		height: 5vw;
		font-size: 3.125vw;
		line-height: 5vw;
	}

	.unit2col > *,
	.unit3col > *,
	.unitImg1of2 .img,
	.unitImg1of2 .text,
	.unitImg1of3 .img,
	.unitImg1of3 .text {
		width: 100%;
		margin-bottom: 6.25vw;
	}
	.unit2col p:last-child,
	.unit3col p:last-child,
	.unitImg1of2 .text p:last-child,
	.unitImg1of3 .text p:last-child {
		margin-bottom: 0;
	}
	.unit2col img,
	.unit3col img,
	.unitImg1of2 img,
	.unitImg1of3 img {
		width: 100%;
		height: auto;
	}

	main nav ul.panel {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.panel li {
		margin: 0 0 10vw 0;
	}
	.panel li:last-child {
		margin: 0 0 0 0;
	}
	.panel li .img {
		margin-bottom: 5vw;
	}
	.panel li a {
	}
	.panel li a .title {
		margin-bottom: 10px;
		font-size: 5vw;
	}
	.panel li a .name:after,
	.panel li a .title:after {
		top: 0;
		font-size: 7vw;
	}
	.panel li a .summary {
		display: inline;
	}
	.panel li a .name {
		margin: 0.5vw 0 0 0;
		font-size: 5.5vw;
	}
	.panel li a .lead {
		font-size: 5vw;
	}
	.panel li a .jobtype {
		margin: 2vw 0 0 0;
		font-size: 4vw;
	}

	.search {
		padding: 15vw 0 28vw 0;
	}
	.search .btn.next a {
		font-size: 5.6vw;
		line-height: 14vw;
	}
	.search .btn a:after {
		font-size: 11vw;
	}

	main #breadcrumb + #strength {
		margin-top: 0;
	}
	main #strength section {
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-top: 6.25vw;
		margin-bottom: 0;
	}
	main #strength section:first-child {
		margin-top: 0;
	}
	main #strength section .text {
		padding: 6.25vw;
	}
	main #strength section h2 {
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 6.5vw;
		line-height: 1.4;
		border: none;
	}
	main #strength section h3 {
		margin-bottom: 6vw;
		font-size: 6.25vw;
		line-height: 1.4;
	}
	main #strength section.block01 {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	main #strength section.block01 {
		width: 100%;
	}
	main #strength section.block01 .text {
		padding: 10vw;
	}

	.linkDetail {
		margin-top: 6.25vw;
	}
	.linkDetail a {
		padding-top: 8vw;
	}
	.linkDetail a:before {
		font-size: 8vw;
	}

	.topMargin {
		margin-top: 6.25vw;
	}
	.leftMargin {
		margin-left: 6.5vw;
	}
	.outer {
		width:100%;
		overflow-x:auto;
	}
	.outer::-webkit-scrollbar{
		height: 5px;
	}
	.outer::-webkit-scrollbar-track{
		border-radius: 5px;
		background: rgba(40,40,40,0.1);
	}
	.outer::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: rgba(40,40,40,0.1);
	}
	.scrollTable {
		width: 640px;
		border-top: 1px solid #d6d6d6;
	}
	.scrollTable th,
	.scrollTable td {
		display: table-cell;
		border-bottom: 1px solid #d6d6d6;
	}
	.scrollTable tr :first-child {
		width: 25%;
	}

	.spAccordionBtn {
		margin: 0 0 3.125vw 0;
	}
	.spAccordionBtn span {
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 5vw;
		font-weight: bold;
		line-height: 15vw;
		text-align: center;
		background: #000000;
	}
	.spAccordionBtn span:after {
		content: "\e914";
		position: absolute;
		right: 6.25vw;
		top: 4vw;
		color: #ffffff;
		font-size: 7vw;
	}
	.spAccordionBtn.active span:after {
		content: "\e915";
	}
	.spAccordionBtn + ul {
		display: none;

	}
}


/* block animation control
-----------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
