/*
Theme Name: Kinki New
Theme URI:　
Author: Souki inc
Author URI: http://www.souki-inc.co.jp/
Version: 1.01
*/

/*######################################################################

		Reset CSS

************************************************************************/

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/



/*######################################################################

		General

************************************************************************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

img{
	-ms-interpolation-mode: bicubic;
}

input[type="submit"] {
	-webkit-appearance: none;
}


/* wordpress */

.sticky{
    display:block;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.wp-caption{
	text-align: center;
	margin: 10px;
	padding: 4px 0 0 0;
}

.wp-caption img{
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption{
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 1.4;
}


/*
 link
/////////////////////////////////////////////////////////*/

a{
	color: #173a72;
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: .7;
}


/*######################################################################

		Header

************************************************************************/
/*
	header-area
/////////////////////////////////////////////////////////*/

/*  header-general */

.header-section {
	background-color: #173a72;
}

.header-section-area {
	margin: 0 auto;
	width: 980px;
	color: #fff;
}

@media screen and (max-width: 980px){
	.header-section-area {
		padding: 1rem;
		width: 100%;
	}
}

.header-text {
	margin-bottom: 3.5rem;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px){
	.header-text {
		display: none;
		margin-bottom: 0;
	}
}

.header-section-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header-nav {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	border-left: 1px solid #fff;
}

@media screen and (max-width: 668px){
	.logo {
		width: 80%;
	}
}

.header-nav li {
	display: block;
	width: 10rem;
	color: #fff;
	border-right: 1px solid #fff;
}

.header-nav li a {
	display: block;
	color: #fff;
	text-align: center;
}
.header-nav li a:hover {
	opacity: .5;
	text-decoration: none;
}


/*
	menu btn
/////////////////////////////////////////////////////////*/

@media screen and (max-width: 980px){
	.header-nav {
		display: none;
	}
}

.menu-btn {
	display: none;
}

@media screen and (max-width: 968px){
	.menu-btn {
		display: inline-block;
		margin-right: 2rem;
		font-size: 2.6rem;
	}

	.menu-btn a {
		color: #fff;
		text-shadow: 0 1px 2px rgba(0,0,0,.5);
	}

	.sb-logo {
		padding: 0 0 2rem;
	}

	.sb-logo img {
		display: block;
		margin: 2rem auto 0;
		width: 16rem;
		height: auto;
	}

	.sb-cat-list {
		padding: 0 0 2rem;
		border-top: 1px solid #e5e5de;
	}

	.sb-cat-list li {
		border-bottom: 1px dotted #e5e5de;
	}

	.sb-cat-list li a {
		display: block;
		position: relative;
		padding: 1.5rem 2rem;
		width: 100%;
		color: #173a72;
		font-size: 1.4rem;
	}

	.sb-cat-list li a:hover {
		text-decoration: none;
	}

	.sb-cat-list li a:after {
		content: '\f101';
		display: block;
		position: absolute;
		top: 1.5rem;
		right: 2rem;
		width: 1.2rem;
		height: 1.2rem;
		font-family: FontAwesome;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 668px){
	.menu-btn {
		width: 10%;
		text-align: right;
	}
}


/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.section {
	margin-bottom: 7rem;
}
.inner{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
.inner p{
	font-size:16px;
}

@media screen and (max-width: 768px){
	.section {
		margin-bottom: 5rem;
	}
	.inner{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 50px;
}
}

@media screen and (max-width: 568px){
	.section {
		margin-bottom: 3rem;
	}
	.inner{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 50px;
}
}


.pagenation ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 980px){
	.pagenation ul {
		width: 100%;
	}
}

.pagenation li {
	margin: 0 1rem 1rem 0;
}

.pagenation li a {
	display: inline-block;
	padding: 1rem;
	color: #173a72;
	border: 2px solid #173a72;
}

.pagenation li a:hover {
	text-decoration: none;
}

.pagenation li.prev a,
.pagenation li.next a {
	padding: 1rem;
	border: 2px solid #173a72;
}

.pagenation li.active {
	padding: 1rem;
	color: #fff;
	background-color: #173a72;
	border: 2px solid #173a72;
}

@media screen and (max-width: 568px){
	.pagenation li a,
	.pagenation li.prev a,
	.pagenation li.next a,
	.pagenation li.active {
		padding: .5rem .7rem;
	}
}
.mar-b30{
	margin-bottom: 30px;
}
.mar-b50{
	margin-bottom: 50px;
}
.pad20{
	padding: 20px;
}
.pad50{
	padding: 50px;
}
.center{
	text-align: center;
}


/*
	top
/////////////////////////////////////////////////////////*/

.top-header-section {
	width: 100%;
	height: 100%;
	background-image: url(images/top-header-img.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.top-header-main-text {
	padding: 24rem 0 47rem;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

@media screen and (max-width: 768px){
	.top-header-main-text {
		padding: 5rem 0 15rem;
		font-size: 3rem;
	}
}

.top-header-company-name {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.top-header-company-name p {
	position: absolute;
	bottom: 5rem;
	right: 0;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}
.top-header-company-name p span {
	display: block;
	font-size: 1.8rem;
}

@media screen and (max-width: 980px){
	.top-header-company-name {
		width: 100%;
	}

	.top-header-company-name p {
		position: relative;
		right: 1rem;
		font-size: 2.4rem;
		text-align: right;
	}
}

@media screen and (max-width: 768px){
	.top-header-company-name p {
		bottom: 1rem;
		font-size: 1.6rem;
	}

	.top-header-company-name p span {
		font-size: 1.4rem;
	}
}

.top-hero-bg {
	padding: 6rem 0 5rem;
	background-color: #e3efff;
}

.top-hero-title {
	margin-bottom: 6rem;
	font-size: 3rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.top-hero-bg {
		padding: 3rem 0;
	}

	.top-hero-title {
		margin-bottom: 0;
		font-size: 2.0rem;
	}
}

.top-hero-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.top-hero-item {
	width: 50%;
}

@media screen and (max-width: 768px){
	.top-hero-item {
		width: 100%;
	}
	.top-hero-item:first-of-type {
		margin-bottom: 3rem;
	}
}

.top-hero-item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.top-hero-item p {
	font-size: 1.6rem;
}

.top-service-bg {
	background-image: url(images/service-nav-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top-service-area {
	padding: 3.5rem 0 7.5rem;
}

.top-service-title {
	margin-bottom: 4rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

@media screen and (max-width: 768px){
	.top-service-area {
		padding: 3rem 0;
	}

	.top-service-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}

.top-service-contents {
	display: flex;
	flex-wrap: wrap;
}
.top-service-item {
	margin: 0 2.6666% 3rem 0;
	width: 23%;
}
.top-service-item:nth-child(4n+4) {
	margin: 0 0 3rem;
}

@media screen and (max-width: 768px){
	.top-service-item {
		margin: 0 auto 3rem;
		width: 90%;
	}
	.top-service-item:nth-child(4n+4) {
		margin: 0 auto;
	}
}

.top-service-item {
	display: block;
	position: relative;
}

.top-service-item img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.top-service-item p {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
	background-color: rgba(0,0,0,.7);
}

.top-work-section {
	padding: 9.5rem 0 7.8rem;
}

.top-work-title {
	margin-bottom: 5.5rem;
	font-size: 2.4rem;
	text-align: center;
}

.top-work-archive-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8rem;
}

@media screen and (max-width: 768px){
	.top-work-section {
		padding: 3rem 0;
	}

	.top-work-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}

	.top-work-archive-contents {
		margin-bottom: 3rem;
	}
}

.top-work-archive-item {
	margin-right: 2%;
	width: 32%;
}
.top-work-archive-item:nth-child(3n+3) {
	margin-right: 0;
}

@media screen and (max-width: 768px){
	.top-work-archive-item {
		margin: 0 auto 3rem;
		width: 90%;
	}

	.top-work-archive-item:nth-child(3n+3) {
		margin: 0 auto;
	}
}

.top-work-archive-item a {
	display: block;
}
.top-work-archive-item a:hover {
	text-decoration: none;
}

.top-work-archive-item img {
	display: block;
	margin: 0 auto 1rem;
	width: 100%;
	height:235px;
	object-fit: cover; 
}

.top-work-archive-title {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	text-align: center;
}

.top-work-archive-text {
	font-size: 1.8rem;
}

.top-main-nav-bg {
	background-image: url(images/top-main-nav-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top-main-nav-section {
	padding: 9rem 0 10.5rem;
}

.top-main-nav-title {
	margin-bottom: 4rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

@media screen and (max-width: 768px){
	.top-main-nav-section {
		padding: 3rem 0;
	}

	.top-main-nav-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}

.top-main-nav-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-main-nav-item {
	margin-right: 2.6666%;
	padding: 2rem 1.5rem 1rem;
	width: 23%;
	color: #173a72;
	background-color: #fff;
}
.top-main-nav-item:nth-child(4n+4) {
	margin-right: 0;
}

@media screen and (max-width: 768px){
	.top-main-nav-item {
		margin: 0 auto 3rem;
		width: 90%;
	}
	.top-main-nav-item:nth-child(4n+4) {
		margin: 0 auto;
	}
}

.top-main-nav-item-title {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	text-align: center;
}

.top-main-nav-item img {
	display: block;
	margin: 0 auto 2rem;
	max-width: 100%;
	height: auto;
}

.top-main-nav-text {
	margin-bottom: 2rem;
}

.top-footer-section {
	margin-bottom: 13rem;
}

.top-footer-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-footer-item {
	width: 47%;
}
.top-footer-item:not(:last-child) {
	margin-right: 6%;
}

@media screen and (max-width: 768px){
	.top-footer-item {
		width: 100%;
	}
	.top-footer-item:not(:last-child) {
		margin: 0 auto 3rem;
	}
}

.top-footer-news {
	padding: 1rem 2rem;
	border: 1px solid #aeaeae;
}

.top-news-title {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	border-bottom: 1px solid #173a72;
}

.top-news-list li {
	padding: .3rem 1rem;
	border-bottom: 1px solid #aeaeae;
}

.top-news-list li:before {
	display: inline-block;
	content: '';
	margin-right: .5rem;
	width: 1.1rem;
	height: 1.1rem;
	background: url(images/news-arrow.png) no-repeat center;
}

.top-news-list li time {
	margin-left: 2rem;
}
.top-news-list li .date {
	font-size: 1.2rem;
	margin-left: 1em;
}

.top-footer-recruit-ban img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.top-footer-links-bg {
	background-image: url(images/top-footer-links-bg.png);
}

.top-footer-links-section {
	padding: 4.6rem 0 5.5rem;
}

@media screen and (max-width: 768px){
	.top-footer-links-section {
		padding: 3rem 0;
	}
}

.top-footer-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-footer-links li {
	width: 47%;
}
.top-footer-links li:not(:last-child) {
	margin-right: 6%;
}

@media screen and (max-width: 768px){
	.top-footer-links li {
		margin: 0 auto;
		width: 90%;
	}
	.top-footer-links li:not(:last-child) {
		margin: 0 auto 3rem;
	}
}

.top-footer-links li a {
	display: block;
	padding: 1rem 3rem;
	color: #fff;
	text-align: center;
	background-color: #173a72;
}

.top-footer-links li a:hover {
	text-decoration: none;
}

.top-footer-links-title {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}

.top-footer-links-text {
	font-size: 2.8rem;
}

@media screen and (max-width: 768px){
	.top-footer-links-text {
		font-size: 2.1rem;
	}
}


/*
	service
/////////////////////////////////////////////////////////*/

.service-page-title {
	margin: 7rem 0;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

.service-hero-title {
	margin-bottom: 4rem;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

.service-hero-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}
.s-point p{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

@media screen and (max-width: 768px){
	.service-page-title {
		margin: 3rem 0;
		font-size: 2.4rem;
	}

	.service-hero-title {
		margin-bottom: 3rem;
		font-size: 2.1rem;
		text-align: left;
	}
.single .news h2 span {
		display: block;
	margin-top: 10px;
	margin-left: 0!important;
	}
	.service-hero-contents {
		margin-bottom: 3rem;
	}
}

.service-hero-item {
	width: 49%;
}
.service-hero-item:first-of-type {
	margin-right: 2%;
}

@media screen and (max-width: 768px){
	.service-hero-item {
		width: 100%;
	}
	.service-hero-item:first-of-type {
		margin-right: 0;
		margin-bottom: 3rem;
	}
}

.service-hero-item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.service-hero-item p {
	font-size: 1.6rem;
	line-height: 2;
}

.service-bg {
	background-image: url(images/service-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.service-area {
	padding: 8rem 0 18rem;
}

.service-title {
	margin-bottom: 4rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

@media screen and (max-width: 768px){
	.service-area {
		padding: 3rem 0;
	}

	.service-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}

.service-contents {
	display: flex;
	flex-wrap: wrap;
}
.service-item {
	margin: 0 2.6666% 3rem 0;
	width: 23%;
}
.service-item:nth-child(4n+4) {
	margin: 0 0 3rem;
}

@media screen and (max-width: 768px){
	.service-item {
		margin: 0 auto 3rem;
		width: 90%;
	}
	.service-item:nth-child(4n+4) {
		margin: 0 auto 3rem;
	}
}

.service-item-title {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

.service-item img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.service-item-text {
	padding: 2rem 3rem;
	background-color: #fff;
    height: 175px;
}

ul.service-list li {
  position: relative;
  font-size: 16px;
	padding: 0 10px 5px;
	margin-left: 10px;
}
ul.service-list li::after,
ul.service-list li::before {
  display: block;
  content: '';
  position: absolute;
}
ul.service-list li::after {
  top: 9px;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.service-list li::before {
  top: 12px;
  left: -1.025em;
  width: 8px;
  height: 1px;
  background-color: #666;
}


/*
	spoint
/////////////////////////////////////////////////////////*/

.spoint-page-title {
	margin: 7rem 0 3rem;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.spoint-page-title {
		margin: 3rem 0;
		font-size: 2.4rem;
	}
}

.spoint-header-section {
	width: 100%;
	height: 100%;
	background-image: url(images/top-header-img.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.spoint-header-text-area {
	padding: 20rem 0 58rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

.spoint-header-maintext {
	font-size: 4.6rem;
}

.spoint-header-subtext {
	font-size: 3.2rem;
}

@media screen and (max-width: 768px){
	.spoint-header-text-area {
		padding: 10rem 0;
	}

	.spoint-header-maintext {
		font-size: 3.2rem;
	}

	.spoint-header-subtext {
		font-size: 2.4rem;
	}
}

.spoint-section-bg {
	padding: 5rem 0 10rem;
	background-color: #e3efff;
}

.spoint-hero-title {
	margin-bottom: 4rem;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

.spoint-hero-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.spoint-hero-item {
	width: 48%;
}

.spoint-hero-item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.spoint-hero-item p {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 768px){
	.spoint-section-bg {
		padding: 3rem 0;
	}

	.spoint-hero-title {
		margin-bottom: 2rem;
		font-size: 2.1rem;
	}

	.spoint-hero-item {
		width: 100%;
	}

	.spoint-hero-item img {
		margin: 0 auto 3rem;
	}
}

.spoint-title {
	margin-bottom: 4.5rem;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

.spoint-section-area01 {
	padding: 9rem 0 12rem;
}

.spoint-section-area02 {
	padding-bottom: 11rem;
}

.spoint-section-contents01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.spoint-section-contents02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 14rem;
}

.spoint-section-contents-item {
	width: 48%;
}

.spoint-section-contents-item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.spoint-section-contents-item p {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 768px){
	.spoint-title {
		margin-bottom: 2rem;
		font-size: 2.1rem;
	}

	.spoint-section-area01 {
		padding: 3rem 0;
	}

	.spoint-section-area02 {
		padding-bottom: 3rem;
	}

	.spoint-section-contents02 {
		margin-bottom: 3rem;
	}

	.spoint-section-contents-item {
		width: 100%;
	}

	.spoint-section-contents-item img {
		margin: 0 auto 3rem;
	}
}


/*
	work-archive
/////////////////////////////////////////////////////////*/

.work-page-title {
	margin: 7rem 0 3rem;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.work-page-title {
		margin: 3rem 0;
		font-size: 2.4rem;
	}
}

.work-archive-section {
	margin-bottom: 8rem;
}

@media screen and (max-width: 768px){
	.work-archive-section {
		margin-bottom: 3rem;
	}
}

.work-archive-section-title {
	margin-bottom: 3rem;
	color: #173a72;
	font-size: 2.6rem;
	text-align: center;
}

.work-archive-contents {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.work-archive-item {
	margin-right: 2%;
	width: 32%;
}
.work-archive-item:nth-child(3n+3) {
	margin-right: 0;
}

@media screen and (max-width: 768px){
	.work-archive-item {
		margin: 0 auto;
		width: 90%;
	}

	.work-archive-item:nth-child(3n+3) {
		margin: 0 auto;
	}
}

.work-archive-item a {
	display: block;
}
.work-archive-item a:hover {
	text-decoration: none;
}

.work-archive-item img {
	display: block;
	margin: 0 auto 1rem;
	width:100%;
	height:235px;
	object-fit: cover; 
}

.work-archive-title {
	font-size: 1.8rem;
	text-align: center;
}

.work-archive-text {
	font-size: 1.8rem;
}


/*
	work-cat-archive
/////////////////////////////////////////////////////////*/

.work-cat-archive-contents {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8rem;
}

@media screen and (max-width: 768px){
	.work-cat-archive-contents {
		margin-bottom: 3rem;
	}
}

.work-cat-archive-item {
	margin: 0 2% 5rem 0;
	width: 32%;
}
.work-cat-archive-item:nth-child(3n+3) {
	margin: 0 0 5rem;
}

@media screen and (max-width: 768px){
	.work-cat-archive-item {
		margin: 0 auto 3rem;
		width: 90%;
	}

	.work-cat-archive-item:nth-child(3n+3) {
		margin: 0 auto 3rem;
	}
}

.work-cat-archive-item a {
	display: block;
}
.work-cat-archive-item a:hover {
	text-decoration: none;
}

.work-cat-archive-item img {
	display: block;
	margin: 0 auto 1rem;
	max-width: 100%;
	height: auto;
}

.work-cat-archive-title {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	text-align: center;
}

.work-cat-archive-text {
	font-size: 1.8rem;
}

/*
	news-single
/////////////////////////////////////////////////////////*/
.single .news h2 span{
    font-size:16px;
    margin-left:15px;
}

/*
	work-single
/////////////////////////////////////////////////////////*/

.work-single-header-section {
	margin-bottom: 12rem;
}

.work-single-header-main {
	margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px){
	.work-single-header-section {
		margin-bottom: 3rem;
	}

	.work-single-header-main {
		margin-bottom: 2rem;
	}
}


.work-single-header-nav {
	display: flex;
	flex-wrap: wrap;
}



.work-single-comment {
	margin-bottom: 11rem;
	padding: 6rem 0 8rem;
	background-color: #e3efff;
}

.work-single-title {
	margin-bottom: 4rem;
	color: #173a72;
	font-size: 3rem;
	text-align: center;
}

.work-single-comment-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.work-single-comment-item {
	width: 48%;
}

.work-single-comment-item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.work-single-comment-item p {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 768px){
	.work-single-comment {
		margin-bottom: 3rem;
		padding: 3rem 0;
	}

	.work-single-title {
		margin-bottom: 2rem;
		font-size: 2.1rem;
	}

	.work-single-comment-item {
		width: 100%;
	}

	.work-single-comment-item img {
		margin: 0 auto 3rem;
	}
}



.work-single-pagenation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 160px;
    margin-top:90px;
}

@media screen and (max-width: 768px){
	.work-single-pagenation {
		margin-bottom: 120px;
	}
}

.work-single-pagenation li.list a {
	display: block;
	    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}
.work-single-pagenation li a:hover {
	text-decoration: none;
}

.work-single-pagenation li.prev a,
.work-single-pagenation li.next a {
	padding: 0 1rem;
}

.work-single-pagenation li.list a {
	padding: 0 3rem;
}

.work-single-pagenation li:not(:last-child) {
	margin-right: 2rem;
}

/*
	flow,faq
/////////////////////////////////////////////////////////*/

dl.style01 dt{
	border-bottom: #173a72 1px solid;
	color: #173a72;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
dl.style01 dd{
	font-size: 20px;
	margin: 10px 0 80px;
	text-align: center;
}
dl.style01 dd span.attention{
    font-size:16px;
}

/*
	company
/////////////////////////////////////////////////////////*/


@media screen and (max-width: 768px){
	#recruit_detail th,
	#recruit_detail td{
		display:block;
		width:100%;
		text-align:left;
	}
	#recruit_detail td{
		border-bottom:none;
		padding-bottom:15px;
	}
}

/*######################################################################

		contact

************************************************************************/

@media(min-width: 500px) {
input{
	width:60%;
}
input[type="checkbox"]{
	width:auto;
}
textarea{
	min-height: 200px;
    min-width: 80%;
	height: 7em;
	line-height: 1.5em;
}
}
@media(max-width: 499px) {
input{
	width:91%;
}
input[type="checkbox"]{
	width:auto;
}
textarea{
	min-height: 200px;
    min-width: 90%;
	height: 7em;
	line-height: 1.5em;
}
	.form table th,td{
		display: block;
	}
	.form table td{
		border-bottom: none;
	}
	.form table ul li{
		list-style: none;
	}
}

/*######################################################################

		Footer

************************************************************************/


.footer-section {
	margin: 0 auto;
	padding-top: 4rem;
	width: 980px;
	color: #fff;
}

@media screen and (max-width: 980px){
	.footer-section {
		padding: 4rem 1rem 0;
		width: 100%;
	}
}

.footer-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10.5rem;
}

@media screen and (max-width: 768px){
	.footer-section {
		padding-top: 3rem 1rem 0;
	}

	.footer-nav-list {
		margin-bottom: 3rem;
	}
}

.footer-nav-list li {
	width: 10rem;
	text-align: center;
	border-right: 1px solid #fff;
}

li.footer-nav-logo {
	width: 28rem;
	font-size: 1.8rem;
}

.footer-nav-list li a {
	color: #fff;
}

@media screen and (max-width: 768px){
	.footer-nav-list li {
		position: relative;
		width: 100%;
		text-align: left;
		border-right: 0;
		border-bottom: 1px dotted #979797;
	}
	.footer-nav-list li:after {
		content: '\f105';
		position: absolute;
		top: 1rem;
		right: 3rem;
		font-family: 'FontAwesome';
	}

	.footer-nav-list li a {
		display: block;
		padding: 1rem 3rem;
	}

	.footer-nav-list li a:hover {
		text-decoration: none;
	}
}

.copyright {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.copyright {
		padding-bottom: 3rem;
		font-size: 1.1rem;
	}
}


/**************************
**************************/
.bgCrossFade {
	position:relative;
}
.bgCrossFade .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;  
    background-size: cover;
}
.bgCrossFade .slides:not(:first-child) {
  display: none;
}
.bgCrossFade .top-header-main-text li {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}


/*190514 追加*/
.recruit_box{
	padding-bottom:100px;
}

.recruit_box ul{
	display:flex;
	flex-wrap:wrap;
	
}

.recruit_box ul li{
	width:calc(50% - 20px);
	margin-left:40px;
	margin-bottom:20px;
}
.recruit_box ul li:nth-child(2n+1){
	margin-left:0px;
}
.recruit_box li a {
	display: block;
	padding: 2rem 3rem;
	color: #fff;
	text-align: center;
	background-color: #173a72;
	font-size:20px;
}

.recruit_box li a:hover{
	text-decoration:none;
}

@media screen and (max-width: 768px){
	.recruit_box ul{
		padding:0 10px;
	}
	.recruit_box ul li{
		width:100%;
		margin-left:0px;
		margin-bottom:15px;
	}
}