
/*   トップ   */

header.top {
	width: 100%;
	height: 100vh;
	background: url(../img/top/bg_mv.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
header.top::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top/img_mv_pc.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
header.top .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0 0 50px;
	position: relative;
	z-index: 1;
}
header.top .nav h1 {
	max-width: 250px;
}
header.top .nav ul {
	display: flex;
	align-items: center;
}
header.top .nav ul li:nth-child(-n+4) {
	margin-right: 40px;
}
header.top .nav ul li:nth-child(-n+4) a {
	color: #fff;
	font-size: 14px;
	position: relative;
	display: inline-block;
}
header.top .nav ul li:nth-child(-n+4) a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
header.top .nav ul li:nth-child(-n+4) a:hover::after {
  transform: scale(1, 1);
}
header.top .nav ul li:last-child {
	display: block;
	padding: 20px 25px;
	line-height: 1;
	background: linear-gradient(to right, #a8bd78, #d0c87a);
}
header.top .nav ul li:last-child img {
	width: 160px;
}
header.top .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-top: -150px;
}
header.top .text ul:first-child {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
header.top .text ul:first-child li {
	max-width: 39px;
	margin: 0 5px;
}
header.top .text ul:first-child li:nth-child(3) {
	margin-right: 20px;
}
header.top .text ul:last-child li:nth-child(-n+4) {
	max-width: 480px;
	margin: 0 0 20px 0;
}
header.top .text ul:last-child li:last-child {
	text-align: center;
	padding-top: 20px;
}
header.top .text ul:last-child li:last-child img {
	width: 16px;
	height: 37px;
	animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}

/*  ie11  */
_:-ms-lang(x)::-ms-backdrop, header.top::before {
	background: url(../img/top/img_mv_pc.png) no-repeat center bottom -150px;
	background-size: 100% auto;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text {
	margin-top: 20px;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text ul:first-child {
	margin-bottom: -50px;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text ul:first-child li {
	max-width: 33px;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text ul:last-child li:nth-child(-n+4) {
	max-width: 400px;
}

.topConcept {
	padding: 160px 0;
}
.conceptCont {
	position: relative;
}
.conceptCont p {
	width: 80%;
	margin-left: 20%;
}
.conceptCont ul {
	position: absolute;
	left: 50px;
	bottom: -50px;
}
.conceptCont ul li {
	width: 600px;
	background: #fff;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.conceptCont ul li:nth-child(2) {
	margin-left: 20px;
}
.conceptCont ul li:nth-child(3) {
	margin-left: 40px;
}
.conceptCont ul li:nth-child(4) {
	margin-left: 60px;
}
.conceptCont ul li dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conceptCont ul li dl dt {
	width: 110px;
}
.conceptCont ul li dl dd {
	width: calc(100% - 130px);
	font-size: 24px;
	color: #2e3b7d;
}

.businessCont {
	max-width: 1050px;
	margin: 0 auto;
}
.businessCont ul {
	display: flex;
}
.businessCont ul:nth-child(even) {
	flex-direction: row-reverse;
}
.businessCont ul:nth-child(n+2) {
	margin-top: -30px;
}
.businessCont ul li:first-child {
	width: 47%;
}
.businessCont ul li:first-child a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.businessCont ul li:first-child a .caption {
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	margin-top: -20px;
}
.businessCont ul li:first-child a .caption::after {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_wh.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 8px);
}
.businessCont ul li:first-child a .caption span {
	font-size: 12px;
	display: block;
}
.businessCont ul li:first-child a .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(9,18,64,0.7);
	transition:	all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.businessCont ul li:first-child a:hover .mask {
	opacity: 1;
}
.businessCont ul li:last-child {
	width: 53%;
	position: relative;
	margin-top: 50px;
}
.businessCont ul:nth-child(n+2) li:last-child {
	margin-top: 90px;
}

.businessCont ul li:last-child span {
	position: absolute;
}
.businessCont ul li:last-child span:nth-child(1) {
	top: 10px;
	background-color: #000;
	transition: all .9s linear;
}
.businessCont ul li:last-child span:nth-child(2) {
	right: 10px;
	background-color: #000;
	transition: all .9s linear;
}
.businessCont ul:nth-child(even) li:last-child span:nth-child(2) {
	left: 10px;
}
.businessCont ul li:last-child span:nth-child(1) {
	right: 0;
	width: 0;
	height: 1px;
	transform-origin: left center;
}
.businessCont ul:nth-child(even) li:last-child span:nth-child(1) {
	left: 0;
}
.businessCont ul li:last-child span:nth-child(2) {
	top: 0;
	width: 1px;
	height: 150px;
	transform-origin: center top;
	transform: scaleY(0);
}
.businessCont ul li:last-child.active span:nth-child(1) {
	width: 100%;
}
.businessCont ul li:last-child.active span:nth-child(2) {
	transform: scaleY(1);
}

.businessCont ul li:last-child dl {
	padding: 45px 50px 0 50px;
}
.businessCont ul li:last-child dl dt {
	font-size: 22px;
	margin-bottom: 15px;
}
.businessCont ul li:last-child dl dd {
	font-size: 15px;
	margin-bottom: 20px;
}
.businessLink {
	background: #f0f0f0;
	padding: 125px 0 160px 0;
	margin-top: -45px;
}
.businessLink p a {
	display: block;
	background: #2e3b7d;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 450px;
	margin: 0 auto;
	padding: 25px 0;
}
.businessLink p a span {
	display: inline-block;
	position: relative;
}
.businessLink p a span::after {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_wh.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -30px;
	top: calc(50% - 4px);
	transition: 0.2s;
}
.businessLink p a:hover span::after {
	transition: 0.2s;
	right: -40px;
}

.topNews {
	position: relative;
}
.topNews::before {
	content: "";
	width: 100%;
	height: 140px;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.topNews > div {
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
	padding: 110px 75px;
}
.topNews > div ul li {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.topNews > div ul li:last-child {
	margin-bottom: 0;
}
.topNews > div ul li dl {
	display: flex;
	align-items: center;
	padding: 0px 35px 40px 35px;
}
.topNews > div ul li dl dt {
	font-size: 16px;
}
.topNews > div ul li dl dd:nth-child(2) {
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 85px;
	background: #57badb;
	padding: 3px 0;
	margin: 0 25px;
}
.topNews > div ul li dl dd a {
	font-size: 16px;
}
.topNews > div ul li dl dd a:hover {
	text-decoration: underline;
}
.topNews > div p {
	text-align: right;
	margin: 50px 30px 0 0;
}
.topNews > div p a {
	font-size: 16px;
}
.topNews > div p a span {
	position: relative;
	display: inline-block;
}
.topNews > div p a span::after {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_bl.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -30px;
	top: calc(50% - 4px);
	transition: 0.2s;
}
.topNews > div p a:hover span::after {
	right: -40px;
	transition: 0.2s;
}

.topRecruit {
	background: url(../img/top/bg_recruit_pc.jpg) no-repeat;
	background-size: cover;
	padding: 350px 0 120px 0;
	margin-top: -140px;
}
.topRecruit > div {
	max-width: 1050px;
	margin: 0 auto;
}
.topRecruit > div dl dt {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}
.topRecruit > div dl dd:nth-child(2) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
.topRecruit > div dl dd:nth-child(3) a {
	display: inline-block;
	width: 280px;
	text-align: center;
	padding: 20px 0;
	position: relative;
	z-index: 0;
}
.topRecruit > div dl dd:nth-child(3) a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: 0.5s;
	background: linear-gradient(to right, #a8bd78, #d0c87a);
}
.topRecruit > div dl dd:nth-child(3) a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	background: linear-gradient(to left, #a8bd78, #d0c87a);
}
.topRecruit > div dl dd:nth-child(3) a:hover:before {
	opacity: 0;
}
.topRecruit > div dl dd:nth-child(3) a span {
	color: #2e3b7d;
	font-size: 16px;
	position: relative;
}
.topRecruit > div dl dd:nth-child(3) a span::after {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_bl.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -30px;
	top: calc(50% - 4px);
	transition: 0.2s;
}
.topRecruit > div dl dd:nth-child(3) a:hover span::after {
	transition: 0.2s;
	right: -40px;
}


/*   会社概要 代表挨拶   */

.companyGreetings {
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.companyGreetings dl {
	width: 38%;
}
.companyGreetings dl dd {
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}
.companyGreetings ul {
	width: 57%;
}
.companyGreetings ul li {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.8;
}

/*   会社概要 会社理念   */

.ideaConcept {
	max-width: 1050px;
	margin: 0 auto;
	background: #fff;
	padding: 100px 0 0 0;
	margin-top: -90px;
	position: relative;
	z-index: 1;
}
.ideaConcept h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 50px;
}
.ideaConcept h3 span {
	font-size: 24px;
	color: #2e3b7d;
	display: block;
	margin-bottom: 5px;
}
.ideaConcept p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 100px;
}
.ideaConcept ul {
	display: flex;
}
.ideaConcept ul li {
	width: 25%;
	position: relative;
}
.ideaConcept ul li:nth-child(odd) {
	background: #f0f0f0;
}
.ideaConcept ul li dl dt {
	width: 60px;
	position: absolute;
	top: -30px;
	left: calc(50% - 30px);
}
.ideaConcept ul li dl dd {
	text-align: center;
	padding: 65px 0 50px 0;
	font-size: 24px;
	color: #2e3b7d;
}

/*   会社概要 会社概要   */

.companyOutline {
	max-width: 1050px;
	margin: 0 auto;
}
.companyOutline dl {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.companyOutline dl::after {
	content: "";
	width: 175px;
	height: 1px;
	background: #2e3b7d;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.companyOutline dl dt {
	width: 175px;
	font-weight: 700;
	padding-left: 20px;
	box-sizing: border-box;
}
.companyOutline dl dd {
	width: calc(100% - 175px);
	padding-left: 20px;
	box-sizing: border-box;
}
.companyOutline dl dd ul li {
	margin-bottom: 20px;
}
.companyOutline dl dd ul li:last-child {
	margin-bottom: 0;
}


/*   会社概要 アクセス   */

.companyAccess {
	max-width: 1050px;
	margin: 0 auto;
}
.companyAccess .accessCont ul {
	display: flex;
	background: #2e3b7d;
	position: relative;
}
.companyAccess .accessCont:nth-child(even) ul {
	flex-direction: row-reverse;
	margin-top: 80px;
}
.companyAccess .accessCont ul::after {
	content: "";
	width: 1px;
	height: 40px;
	background: #000;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.companyAccess .accessCont ul li:first-child {
	width: 60%;
}
.companyAccess .accessCont ul li:first-child iframe {
	width: 100%;
	height: 100%;
}
.companyAccess .accessCont ul li:last-child {
	width: 40%;
}
.companyAccess .accessCont ul li:last-child dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 80px 0;
	text-align: center;
}
.companyAccess .accessCont ul li:last-child dl dt {
	font-size: 24px;
	color: #fff;
}
.companyAccess .accessCont ul li:last-child dl dd:nth-child(2) {
	font-size: 16px;
	color: #fff;
	margin: 20px 0 25px 0;
}
.companyAccess .accessCont ul li:last-child dl dd:last-child {
	width: 60%;
	margin: 0 auto;
}
.companyAccess .accessCont ul li:last-child dl dd:last-child a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	position: relative;
	z-index: 0;
}
.companyAccess .accessCont ul li:last-child dl dd:last-child a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: 0.5s;
	background: linear-gradient(to right, #a8bd78, #d0c87a);
}
.companyAccess .accessCont ul li:last-child dl dd:last-child a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	background: linear-gradient(to left, #a8bd78, #d0c87a);
}
.companyAccess .accessCont ul li:last-child dl dd:last-child a:hover:before {
	opacity: 0;
}
.companyAccess .accessCont p {
	font-size: 16px;
	text-align: center;
	margin-top: 60px;
}


/*   会社概要 ご利用   */

.companyUse {
	max-width: 1050px;
	margin: 0 auto;
}
.companyUse dl {
    margin-bottom: 60px;
}
.companyUse dl dt {
	font-size: 20px;
    color: #2e3b7d;
    margin-bottom: 15px;
}
.companyUse dl dd {
	font-size: 16px;
}


/*   事業内容   */

nav.pageNav {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
nav.pageNav > ul {
	display: flex;
	justify-content: center;
	max-width: 1050px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
nav.pageNav > ul > li {
	width: 20%;
	text-align: center;
	border-left: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
nav.pageNav > ul > li:last-child {
	border-right: 1px solid #ddd;
}
nav.pageNav > ul > li a {
	display: block;
	padding: 35px 0;
	font-size: 16px;
	width: 100%;
}
nav.pageNav > ul > li.current {
	border-bottom: 2px solid #2e3b7d;
}
nav.pageNav > ul > li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #2e3b7d;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}
nav.pageNav > ul > li:hover::after {
  transform: scale(1, 1);
}
nav.pageNav > ul > li.current:hover::after {
  transform: scale(0, 0);
}
nav.pageNav dl {
	display: none;
}

.pagesCont.business {
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.businessBox {
	background: #f0f0f0;
	padding: 100px 0 120px 0;
}
.businessBox .businessList {
	margin-bottom: 165px;
	position: relative;
}
.businessBox .businessList > p {
	width: 80%;
}
.businessBox .businessList div {
	background: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
	width: 700px;
	padding: 45px 75px;
	box-sizing: border-box;
}
.businessBox .businessList div dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.businessBox .businessList div dl dt {
	width: 60px;
}
.businessBox .businessList div dl dd {
	width: calc(100% - 80px);
	font-size: 24px;
	color: #2e3b7d;
}
.businessBox .businessList div p {
	font-size: 16px;
}
.businessBox .businessList:nth-child(even) > p {
	margin-left: 20%;
}
.businessBox .businessList:nth-child(odd) div {
	position: absolute;
	bottom: -80px;
	right: 80px;
}
.businessBox .businessList:nth-child(even) div {
	position: absolute;
	bottom: -80px;
	left: 80px;
}
.businessBoxOther {
	width: calc(100% - 160px);
	padding: 85px 70px;
	margin: -140px auto 0 auto;
	background: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.businessBoxOther dl dt {
	text-align: center;
	font-size: 24px;
	color: #2e3b7d;
	margin-bottom: 20px;
}
.businessBoxOther dl dd {
	font-size: 16px;
}


/*   サイトマップ   */

.sitemapCont {
	max-width: 1050px;
	margin: 0 auto;
}
.sitemapCont dl {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.sitemapCont dl dt {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 18px;
}
.sitemapCont dl dt span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
.sitemapCont dl dt span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #2e3b7d;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.sitemapCont dl dd {
	margin-right: 25px;
}
.sitemapCont dl dd a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.sitemapCont dl dd a::before {
	content: "";
	width: 12px;
	height: 6px;
	background: url(../img/common/ico_arrow_side_bl.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	transition: 0.2s;
}
.sitemapCont dl dd a:hover::before {
	left: 5px;
	transition: 0.2s;
}

/*   ニュース   */

.pagesCont.news {
	padding-top: 55px;
}
.newsCont {
	max-width: 1050px;
	margin: 0 auto;
}
.newsCont.list > ul {
	margin-bottom: 50px;
}
.newsCont.list > ul li {
	border-bottom: 1px solid #ddd;
}
.newsCont.list > ul li a {
	display: block;
	width: 100%;
	padding: 45px 0;
	transition: 0.2s;
}
.newsCont.list > ul li a:hover {
	background: #f0f0f0;
	transition: 0.2s;
}
.newsCont.list > ul li a dl {
	display: flex;
	align-items: center;
	padding: 0 25px;
}
.newsCont.list > ul li a dl dt {
	font-size: 16px;
}
.newsCont.list > ul li a dl dd:nth-child(2) {
	font-size: 12px;
	color: #fff;
	width: 85px;
	text-align: center;
	padding: 3px 0;
	background: #57badb;
	margin: 0 30px;
}

.newsCont.detail dl {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.newsCont.detail dl dt {
	font-size: 16px;
}
.newsCont.detail dl dt span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 3px 0;
	margin-left: 30px;
	width: 85px;
	text-align: center;
	background: #57badb;
}
.newsCont.detail dl dd {
	font-size: 24px;
	margin-top: 25px;
}
.newsCont.detail div p {
	font-size: 16px;
	margin-bottom: 20px;
}
.newsCont.detail div p a {
	color: #2e3b7d;
	text-decoration: underline;
}
.newsCont.detail > p {
	text-align: center;
	margin-top: 80px;
}
.newsCont.detail > p a {
	display: inline-block;
	position: relative;
}
.newsCont.detail > p a::before {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_bl.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: -30px;
	top: calc(50% - 7px);
	transition: 0.2s;
}
.newsCont.detail > p a::before {
	transform: scale(-1, 1);
}
.newsCont.detail > p a:hover::before {
	left: -35px;
}


/*   お問い合わせ   */

.contactCont {
	max-width: 1050px;
	margin: 0 auto;
}
.telContact {
	background: #2e3b7d;
	padding: 40px 20px;
	margin-bottom: 50px;
}
.telContact ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.telContact ul li:first-child {
	font-size: 18px;
	color: #fff;
	margin-right: 40px;
}
.telContact ul li:last-child {
	max-width: 484px;
}
.telContact + p {
	font-size: 16px;
	margin-bottom: 100px;
}

.formCont h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 50px;
}
.formCont > dl {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.formCont > dl::after {
	content: "";
	width: 24%;
	height: 1px;
	background: #2e3b7d;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.formCont > dl dt {
	width: 24%;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.formCont > dl dt span {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	padding: 1px 5px;
	background: #d80b0b;
	margin-left: 10px;
}
.formCont > dl dd {
	width: 76%;
	padding: 0 25px;
	box-sizing: border-box;
}
.formCont > dl dd input[type="text"],
.formCont > dl dd input[type="email"] {
	background: #f0f0f0;
	border: none;
	width: 100%;
	height: 40px;
	font-size: 16px;
}
.formCont > dl dd input[type="text"].middle,
.formCont > dl dd input[type="email"].middle {
	width: 50%;
}
.formCont > dl dd input[type="text"].short,
.formCont > dl dd select.short {
	width: 20%;
}
.formCont > dl dd textarea {
	background: #f0f0f0;
	border: none;
	width: 100%;
	height: 240px;
	font-size: 16px;
}
.formCont .privacy {
	margin: 50px 0 35px 0;
	padding: 50px 45px;
	height: 325px;
	overflow: auto;
	box-sizing: border-box;
	background: #f0f0f0;
}
.formCont .privacy::-webkit-scrollbar {
　　width: 5px;
}
.formCont .privacy::-webkit-scrollbar-track {
　　border-radius: 0;
	background: #f0f0f0;
}
.formCont .privacy::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #2e3b7d;
}
.formCont .privacy h4 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.formCont .privacy p {
	font-size: 14px;
	margin-bottom: 20px;
}
.formCont .privacy dl {
	margin-bottom: 20px;
}
.formCont .privacy dl dt {
	font-size: 16px;
	color: #2e3b7d;
	margin-bottom: 5px;
	font-weight: 700;
}
.formCont .privacy dl dd {
	font-size: 14px;
}
.formCont .privacy + p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
.formCont .privacy + p > span {
	display: inline-block;
	position: relative;
}
.formCont .privacy + p > span input {
    position: absolute;
    top: 0;
	left: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}
.formCont .privacy + p > span input[type="checkbox"] + span {
    display: block;
    background-image: url(../img/contact/ico_check_off.png);
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat;
	padding-left: 40px;
}
.formCont .privacy + p > span input[type="checkbox"]:checked + span {
    background-image: url(../img/contact/ico_check_on.png);
}
.formCont .contactBtn,
.formCont .recruitBtn p:nth-child(1),
.formCont .recruitBtn p:nth-child(2) {
	text-align: center;
	margin-bottom: 15px;
}
.formCont .recruitBtn p:nth-child(1) {
	margin-top: 50px;
}
.formCont .recruitBtn p:nth-child(2) {
	margin-top: 30px;
}
.formCont .contactBtn input,
.formCont .recruitBtn p:nth-child(1) input {
	width: 450px;
	background: #2e3b7d;
	color: #fff;
	border: none;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	cursor: pointer;
	transition: 0.2s;
}
.formCont .contactBtn input.back,
.formCont .recruitBtn p:nth-child(1) input.back {
	background: #aaa;
}
.formCont .recruitBtn p:nth-child(2) input {
	width: 450px;
	background: #bbb;
	color: #fff;
	border: none;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	cursor: pointer;
	transition: 0.2s;
}
.formCont .contactBtn input:hover,
.formCont .recruitBtn p:nth-child(1) input:hover {
	background: #57badb;
	transition: 0.2s;
}
.formCont .contactBtn input.back:hover,
.formCont .recruitBtn p:nth-child(1) input.back:hover {
	background: #ddd;
	transition: 0.2s;
}
.formCont .recruitBtn p:nth-child(2) input:hover {
	background: #ddd;
	transition: 0.2s;
}

.formCont select {
    background: #f0f0f0;
	width: 50%;
	height: 40px;
	border: 0;
    outline: 1px solid #f0f0f0;
    outline-offset: -1px;
	font-size: 16px;
}
.radioParts input[type="radio"] {
	display: none;
}
.radioParts input[type="radio"] + span,
.radioParts input[type="radio"] + input + span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 23px;
	margin: 0 20px 0 0 !important;
	cursor: pointer;
}
.radioParts input[type="radio"] + span::before,
.radioParts input[type="radio"] + input + span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: block;
}
.radioParts input[type="radio"]:checked + span::after,
.radioParts input[type="radio"]:checked + input + span::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #2e3b7d;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	display: block;
}

.checkParts input[type=checkbox] {
    display: none;
}
.checkParts label input + span,
.checkParts label input + input + span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px 5px 30px;
    position: relative;
    width: auto;
}
.checkParts label input + span::before,
.checkParts label input + input + span::before {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkParts label input + span::after,
.checkParts label input + input + span::after {
    border-right: 3px solid #2e3b7d;
    border-bottom: 3px solid #2e3b7d;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.checkParts label input[type=checkbox]:checked + span::after,
.checkParts label input[type=checkbox]:checked + input + span::after {
    opacity: 1;
}
.radioParts span.wpcf7-list-item,
.checkParts span.wpcf7-list-item {
	margin-left: 0 !important;
}
.wpcf7-checkbox span:nth-last-child(2) {
	display: block !important;
}

.formCont dd > p {
	font-size: 14px;
	margin-top: 10px;
}

.recap {
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
}
.recap a {
	text-decoration: underline;
}
.grecaptcha-badge {
	visibility: hidden;
}


/*   採用情報   */

.pagesContRecruit {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.recruitFeature {
	max-width: 1050px;
	padding-top: 100px;
	margin: 0 auto 150px auto;
}
.recruitFeature h2 + p,
.recruitVoice h2 + p {
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}
.recruitFeature h2 + p span {
	color: #2e3b7d;
	font-weight: bold;
}
.recruitFeature div {
	margin-bottom: 75px;
}
.recruitFeature div ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.recruitFeature div ul:last-child {
	margin-bottom: 0;
}
.recruitFeature div ul:nth-child(odd) {
	flex-direction: row-reverse;
}
.recruitFeature div ul li {
	width: 48%;
}
.recruitFeature div ul li:last-child dl dt {
	font-size: 20px;
	color: #2e3b7d;
	margin-bottom: 20px;
}
.recruitFeature div ul li:last-child dl dd {
	font-size: 16px;
}
.recruitEntryBtn a {
	display: block;
	width: 450px;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.recruitEntryBtn a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: 0.5s;
	background: linear-gradient(to right, #a8bd78, #d0c87a);
}
.recruitEntryBtn a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	background: linear-gradient(to left, #a8bd78, #d0c87a);
}
.recruitEntryBtn a:hover:before {
	opacity: 0;
}
.recruitEntryBtn a span {
	color: #fff;
	font-size: 16px;
	position: relative;
}
.recruitEntryBtn a span::after {
	content: "";
	width: 6px;
	height: 15px;
	background: url(../img/common/ico_arrow_down.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -25px;
	top: calc(50% - 8px);
	transition: 0.2s;
}
.recruitEntryBtn a:hover span::after {
	transition: 0.2s;
	top: calc(50%);
}

.recruitVoice {
	max-width: 1050px;
	margin: 0 auto 100px auto;
}
.voiceCont {
	margin-bottom: 20px;
}
.voiceCont h3 {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding: 25px;
	color: #fff;
	cursor: pointer;
	line-height: 0;
}
.voiceCont h3::after {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/common/ico_open.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 25px;
	top: calc(50% - 12px);
}
.voiceCont h3.open::after {
	background: url(../img/common/ico_close.png) no-repeat;
	background-size: cover;
}
.voiceCont h3 img {
	max-width: 240px;
	vertical-align: middle;
}
.voiceCont h3 span {
	font-size: 16px;
}
.voiceCont h3.men {
	background: #57badb;
}
.voiceCont h3.women {
	background: #db768e;
}
.voiceCont h3 + div {
	display: none;
	background: #f0f0f0;
	padding: 30px 30px 40px 30px;
}
.voiceCont h3 + div dl {
	margin-bottom: 20px;
}
.voiceCont h3 + div dl:last-child {
	margin-bottom: 0;
}
.voiceCont h3 + div dl dt {
	font-size: 14px;
	color: #2e3b7d;
	margin-bottom: 5px;
}
.voiceCont h3 + div dl dd {
	font-size: 14px;
}
.voiceCont + p {
	margin-top: 60px;
}

.recruitApp {
	padding: 100px 0;
	background: #f0f0f0;
}
.recruitApp > div {
	max-width: 1050px;
	margin: 0 auto;
}
.recruitApp > div h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background: #2e3b7d;
	padding: 25px;
	position: relative;
	cursor: pointer;
}
.recruitApp > div h3::after {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/common/ico_open.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 25px;
	top: calc(50% - 12px);
}
.recruitApp > div h3.open::after {
	background: url(../img/common/ico_close.png) no-repeat;
	background-size: cover;
}
.recruitApp > div > div {
	background: #fff;
	padding: 30px 30px 50px 30px;
	display: none;
}
.recruitApp > div > div p {
	font-size: 16px;
	margin-bottom: 30px;
}
.recruitApp > div > div dl {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	position: relative;
}
.recruitApp > div > div dl::after {
	content: "";
	width: 160px;
	height: 1px;
	background: #2e3b7d;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.recruitApp > div > div dl dt {
	width: 160px;
	font-size: 16px;
	font-weight: bold;
}
.recruitApp > div > div dl dd {
	width: calc(100% - 190px);
	font-size: 16px;
}
.recruitApp > div > div dl dd ul li {
	margin-bottom: 15px;
}
.recruitApp > div > div dl dd ul li:last-child {
	margin-bottom: 0;
}
.recruitApp > div:last-child {
	margin-top: 20px;
}

.entryForm {
	padding-top: 100px;
}
.entryForm h2 + p {
	margin-bottom: 50px;
}
.entryForm .formCont > dl dd textarea {
	height: 150px;
}
.entryForm .formCont > dl dd ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.entryForm .formCont > dl dd ul.job {
	display: flex;
	align-items: center;
}
.entryForm .formCont > dl dd ul.job li {
	margin-bottom: 0;
	display: block;
	margin-right: 40px;
}
.entryForm .formCont > dl dd ul.job li:first-child span {
	display: block;
	margin: 5px 0;
}
.entryForm .formCont > dl dd ul.job li:last-child input {
	width: 80%;
}
.entryForm .formCont > dl dd ul li:last-child {
	margin-bottom: 0;
}
.entryForm .formCont > dl dd ul li > span.school {
	display: inline-block;
	width: 100px;
}
.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history01,
.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history02,
.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history03,
.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history04 {
	width: calc(100% - 100px);
}
.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history05,
.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history06 {
	width: 20%;
}
.qualification label span {
	margin-bottom: 10px !important;
}





@media screen and (max-width: 1120px) {

}




@media screen and (min-width:560px) and ( max-width:1024px) {

/*   トップ   */

header.top .nav ul {
	display: none;
}
header.top .text {
	margin-top: -100px;
}
/*  ie11  */
_:-ms-lang(x)::-ms-backdrop, header.top::before {
	background: url(../img/top/img_mv_pc.png) no-repeat center bottom -150px;
	background-size: 100% auto;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text {
	margin-top: 20px;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text ul:first-child {
	margin-bottom: -50px;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text ul:first-child li {
	max-width: 33px;
}
_:-ms-lang(x)::-ms-backdrop, header.top .text ul:last-child li:nth-child(-n+4) {
	max-width: 400px;
}

.topConcept {
	padding: 100px 0;
}
.conceptCont p {
	width: 100%;
	margin-left: 0;
}
.conceptCont ul {
	position: static;
	margin: -200px 0 0 40px;
}
.conceptCont ul li {
	width: 500px;
}
.conceptCont ul li dl dt {
	width: 70px;
}
.conceptCont ul li dl dd {
	width: calc(100% - 90px);
	font-size: 20px;
}

.businessCont {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 40px;
}
.businessCont ul {
	margin-bottom: 40px;
}
.businessCont ul:nth-child(n+2) {
	margin-top: 0;
}
.businessCont ul li:last-child {
	margin-top: 10px;
}
.businessCont ul:nth-child(n+2) li:last-child {
	margin-top: 10px;
}

.businessCont ul li:last-child span:nth-child(2) {
	height: 200px;
}

.businessCont ul li:last-child dl {
	padding: 35px 45px 0 45px;
}
.businessLink {
	background: #f0f0f0;
	padding: 80px 0 100px 0;
	margin-top: -55px;
}

.topNews {
	position: relative;
	padding: 0 40px;
}
.topNews > div {
	padding: 80px 50px;
}
.topNews > div ul li {
	margin-bottom: 30px;
}
.topNews > div ul li dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 25px 30px 25px;
}
.topNews > div ul li dl dd:nth-child(3) {
	width: 100%;
	margin-top: 10px;
}

.topRecruit {
	background: url(../img/top/bg_recruit_sp.jpg) no-repeat;
	background-size: cover;
	padding: 250px 40px 120px 40px;
	margin-top: -100px;
}


/*   会社概要   */

.company nav > ul > li {
	width: 150px;
}
.company nav > ul > li a {
	padding: 25px 0;
}

/*   会社概要 代表挨拶   */

.companyGreetings {
	padding: 0 40px;
	display: block;
}
.companyGreetings dl {
	width: 38%;
	margin: 0 auto 40px auto;
}
.companyGreetings ul {
	width: 100%;
}

/*   会社概要 会社理念   */

.ideaConcept {
	width: 90%;
	padding: 60px 0 0 0;
	margin-top: -50px;
}
.ideaConcept ul {
	display: flex;
	flex-wrap: wrap;
}
.ideaConcept ul li {
	width: 50%;
}
.ideaConcept ul li:nth-child(-n+2) {
	padding-bottom: 20px;
}
.ideaConcept ul li:nth-child(1),
.ideaConcept ul li:nth-child(4) {
	background: #f0f0f0;
}
.ideaConcept ul li:nth-child(2),
.ideaConcept ul li:nth-child(3) {
	background: #fff;
}

/*   会社概要 アクセス   */

.companyAccess .accessCont ul li:first-child {
	width: 50%;
}
.companyAccess .accessCont ul li:last-child {
	width: 50%;
}


/*   事業内容   */

.business nav {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.business nav > ul {
	display: flex;
	justify-content: center;
	max-width: 1050px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.business nav > ul > li {
	width: 20%;
	text-align: center;
	border-left: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.business nav > ul > li:last-child {
	border-right: 1px solid #ddd;
}
.business nav > ul > li a {
	display: block;
	padding: 35px 0;
	font-size: 14px;
	width: 100%;
}
.business nav > ul > li.current {
	border-bottom: 2px solid #2e3b7d;
}
.business nav > ul > li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #2e3b7d;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}
.business nav > ul > li:hover::after {
  transform: scale(1, 1);
}
.business nav > ul > li.current:hover::after {
  transform: scale(0, 0);
}
.business nav dl {
	display: none;
}


.businessBox {
	padding-bottom: 120px;
}
.businessBox .businessList {
	margin-bottom: 260px;
}
.businessBox .businessList > p {
	width: 100%;
}
.businessBox .businessList div {
	width: 90%;
	padding: 45px 40px;
	margin: 0 auto;
}
.businessBox .businessList:nth-child(even) > p {
	margin-left: 0;
}
.businessBox .businessList:nth-child(odd) div {
	position: absolute;
	bottom: -180px;
	right: calc(50% - 45%);
}
.businessBox .businessList:nth-child(even) div {
	position: absolute;
	bottom: -180px;
	left: calc(50% - 45%);
}
.businessBoxOther {
	width: 90%;
	padding: 60px 40px;
	margin: -140px auto 0 auto;
	background: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
}

/*   ニュース    */

.newsCont.detail dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/*   お問い合わせ   */


.telContact {
	margin-bottom: 40px;
}
.telContact ul li:first-child {
	font-size: 16px;
	margin-right: 30px;
}
.telContact ul li:last-child {
	max-width: 400px;
}
.telContact + p {
	font-size: 16px;
	margin-bottom: 60px;
}

.formCont > dl::after {
	width: 35%;
}
.formCont > dl dt {
	width: 35%;
}
.formCont > dl dd {
	width: 65%;
}


/*   採用情報   */

.recruitFeature {
	margin: 0 auto 100px auto;
	padding: 0 20px;
}
.recruitFeature h2 + p,
.recruitVoice h2 + p {
	font-size: 20px;
	margin-bottom: 50px;
}
.recruitFeature div {
	margin-bottom: 50px;
}
.recruitFeature div ul {
	margin-bottom: 40px;
}
.recruitFeature div ul li:last-child dl dt {
	font-size: 18px;
	color: #2e3b7d;
	margin-bottom: 20px;
}
.recruitFeature div ul li:last-child dl dd {
	font-size: 14px;
}

.recruitVoice {
	padding: 0 20px;
}

.recruitApp > div {
	padding: 0 20px;
}

.entryForm {
	margin-top: 100px;
	padding: 0 20px;
}

.formCont select {
	width: 100% !important;
}
.formCont > dl dd input[type="text"], .formCont > dl dd input[type="email"] {
	width: 100% !important;
}
.entryForm .formCont > dl dd ul.job li:first-child {
	width: 40%;
	margin-right: 0;
}
.entryForm .formCont > dl dd ul.job li:first-child span {
	margin: 15px 0;
}
.entryForm .formCont > dl dd ul.job li:last-child {
	display: flex;
	margin-right: 0;
}
.entryForm .formCont > dl dd ul.job li:last-child span:first-child {
	width: 50px;
}


}



@media screen and (max-width: 559px) {

/*   トップ   */

header.top .nav {
	padding: 20px 0 0 20px;
}
header.top .nav h1 {
	max-width: 150px;
}
header.top .nav ul {
	display: none;
}
header.top .text {
	margin-top: -50px;
}
header.top .text ul:first-child {
	margin-bottom: 20px;
}
header.top .text ul:first-child li {
	max-width: 22px;
	margin: 0 3px;
}
header.top .text ul:first-child li:nth-child(3) {
	margin-right: 10px;
}
header.top .text ul:last-child li:nth-child(-n+4) {
	max-width: 280px;
	margin: 0 0 10px 0;
}
header.top .text ul:last-child li:last-child img.spOnly {
	width: 13px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

/*  ie11  */
_:-ms-lang(x)::-ms-backdrop, header.top .text {
	margin-top: 20px;
}

.topConcept {
	padding: 80px 0;
}
.topConcept h2 {
	padding: 0 20px;
}
.conceptCont p {
	width: 100%;
	margin-left: 0;
}
.conceptCont ul {
	position: static;
	margin: -130px 0 0 20px;
}
.conceptCont ul li {
	width: 300px;
	margin-bottom: 10px;
}
.conceptCont ul li:nth-child(2) {
	margin-left: 10px;
}
.conceptCont ul li:nth-child(3) {
	margin-left: 20px;
}
.conceptCont ul li:nth-child(4) {
	margin-left: 30px;
}
.conceptCont ul li dl dt {
	width: 50px;
}
.conceptCont ul li dl dd {
	width: calc(100% - 60px);
	font-size: 13px;
}

.businessCont {
	padding: 0 20px;
}
.businessCont ul {
	display: block;
	margin-bottom: 60px;
}
.businessCont ul:nth-child(n+2) {
	margin-top: 0;
}
.businessCont ul li:first-child {
	width: 100%;
}
.businessCont ul li:last-child {
	width: 100%;
	margin-top: 0;
}
.businessCont ul:nth-child(n+2) li:last-child {
	margin-top: 0;
}

.businessCont ul li:last-child span:nth-child(1) {
	top: auto;
	bottom: -20px;
}
.businessCont ul li:last-child span:nth-child(2) {
	left: 10px;
}
.businessCont ul:nth-child(even) li:last-child span:nth-child(2) {
	left: 10px;
}
.businessCont ul li:last-child span:nth-child(1) {
	left: 0;
}
.businessCont ul:nth-child(even) li:last-child span:nth-child(1) {
	left: 0;
}
.businessCont ul li:last-child span:nth-child(2) {
	bottom: 0;
	height: calc(100% + 30px);
}

.businessCont ul li:last-child dl {
	padding: 20px 20px 10px 40px;
}
.businessCont ul li:last-child dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.businessCont ul li:last-child dl dd {
	font-size: 12px;
	margin-bottom: 0;
}
.businessLink {
	background: #fff;
	padding: 10px 20px 60px 20px;
	margin-top: 0;
}
.businessLink p a {
	font-size: 16px;
	padding: 20px 0;
	width: 80%;
}

.topNews {
	padding: 50px 20px 0 20px;
}
.topNews > div {
	padding: 50px 30px;
}
.topNews > div ul li {
	margin-bottom: 30px;
}
.topNews > div ul li dl {
	flex-wrap: wrap;
	padding: 0px 0 30px 0;
}
.topNews > div ul li dl dt {
	font-size: 13px;
}
.topNews > div ul li dl dd:nth-child(2) {
	font-size: 11px;
	padding: 1px 0;
	margin: 0 15px;
}
.topNews > div ul li dl dd:nth-child(3) {
	width: 100%;
	margin-top: 10px;
}
.topNews > div ul li dl dd a {
	font-size: 13px;
}
.topNews > div p {
	text-align: right;
	margin: 20px 30px 0 0;
}
.topNews > div p a {
	font-size: 13px;
}

.topRecruit {
	background: url(../img/top/bg_recruit_sp.jpg) no-repeat right;
	background-size: cover;
	padding: 150px 0 60px 0;
	margin-top: -80px;
}
.topRecruit > div {
	padding: 0 20px;
}
.topRecruit > div dl dt {
	font-size: 30px;
	margin-bottom: 15px;
}
.topRecruit > div dl dd:nth-child(2) {
	font-size: 14px;
}
.topRecruit > div dl dd:nth-child(3) a {
	width: 220px;
	padding: 15px 0;
}
.topRecruit > div dl dd:nth-child(3) a span {
	font-size: 14px;
}


/*   会社概要   */

.company nav > ul {
	display: none;
}
.company nav {
	border: none;
}
.company nav dl {
	margin: 20px 20px 0 20px;
	display: block;
}
.company nav dl dt {
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 15px;
	position: relative;
	font-size: 14px;
}
.company nav dl dt::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_open_bk.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 15px;
	top: calc(50% - 10px);
}
.company nav dl dt.open::after {
	background: url(../img/common/ico_close_bk.png) no-repeat;
	background-size: cover;
}
.company nav dl dd {
	display: none;
}
.company nav dl dd ul li a {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	display: block;
	font-size: 14px;
}

/*   会社概要 代表挨拶   */

.companyGreetings {
	display: block;
}
.companyGreetings dl {
	width: 70%;
	margin: 0 auto 30px auto;
}
.companyGreetings dl dd {
	font-size: 16px;
	margin-top: 15px;
}
.companyGreetings ul {
	width: 100%;
}
.companyGreetings ul li {
	font-size: 14px;
	margin-bottom: 15px;
}

/*   会社概要 会社理念   */

.ideaConcept {
	width: 92%;
	padding: 40px 0 0 0;
	margin-top: -20px;
}
.ideaConcept h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.ideaConcept h3 span {
	font-size: 14px;
}
.ideaConcept p {
	text-align: left;
	font-size: 13px;
	margin-bottom: 60px;
}
.ideaConcept ul {
	display: flex;
	flex-wrap: wrap;
}
.ideaConcept ul li {
	width: 100%;
}
.ideaConcept ul li dl dt {
	width: 50px;
	top: -22px;
	left: calc(50% - 25px);
}
.ideaConcept ul li dl dd {
	padding: 60px 0 50px 0;
	font-size: 20px;
}

/*   会社概要 会社概要   */

.companyOutline dl {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.companyOutline dl::after {
	display: none;
}
.companyOutline dl dt {
	width: 100%;
	padding-left: 0;
	margin-bottom: 10px;
}
.companyOutline dl dd {
	width: 100%;
	padding-left: 0;
	font-size: 14px;
}
.companyOutline dl dd ul li {
	margin-bottom: 15px;
}


/*   会社概要 アクセス   */

.companyAccess .accessCont ul {
	display: block;
}
.companyAccess .accessCont:nth-child(even) ul {
	margin-top: 40px;
}
.companyAccess .accessCont ul::after {
	height: 30px;
	bottom: -30px;
}
.companyAccess .accessCont ul li:first-child {
	width: 100%;
}
.companyAccess .accessCont ul li:first-child iframe {
	height: 250px;
}
.companyAccess .accessCont ul li:last-child {
	width: 100%;
}
.companyAccess .accessCont ul li:last-child dl {
	padding: 20px 20px 30px 20px;
}
.companyAccess .accessCont ul li:last-child dl dt {
	font-size: 18px;
}
.companyAccess .accessCont ul li:last-child dl dd:nth-child(2) {
	font-size: 14px;
	margin: 15px 0 25px 0;
}
.companyAccess .accessCont ul li:last-child dl dd:last-child {
	width: 100%;
}
.companyAccess .accessCont ul li:last-child dl dd:last-child a {
	width: 100%;
	padding: 15px 0;
}
.companyAccess .accessCont p {
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}


/*   会社概要 ご利用   */

.companyUse dl {
    margin-bottom: 40px;
}
.companyUse dl dt {
	font-size: 16px;
    margin-bottom: 10px;
}
.companyUse dl dd {
	font-size: 14px;
}



/*   事業内容   */

.business nav {
	border-bottom: none;
}
.business nav > ul {
	display: none;
}
.business nav dl {
	margin: 20px;
	display: block;
}
.business nav dl dt {
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 15px;
	position: relative;
	font-size: 14px;
}
.business nav dl dt::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_open_bk.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 15px;
	top: calc(50% - 10px);
}
.business nav dl dt.open::after {
	background: url(../img/common/ico_close_bk.png) no-repeat;
	background-size: cover;
}
.business nav dl dd {
	display: none;
}
.business nav dl dd ul li a {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	display: block;
	font-size: 14px;
}

.businessBox {
	padding: 0 0 120px 0;
	position: relative;
	z-index: -2;
}
.businessBox .businessList {
	margin-bottom: 50px;
}
.businessBox .businessList > p {
	width: 100%;
	position: relative;
	z-index: -1;
}
.businessBox .businessList div {
	width: 90%;
	padding: 30px 20px;
	margin: -50px auto 0 auto;
}
.businessBox .businessList div dl {
	margin-bottom: 15px;
}
.businessBox .businessList div dl dt {
	width: 40px;
}
.businessBox .businessList div dl dd {
	width: calc(100% - 55px);
	font-size: 18px;
}
.businessBox .businessList div p {
	font-size: 13px;
}
.businessBox .businessList:nth-child(even) > p {
	margin-left: 0;
}
.businessBox .businessList:nth-child(odd) div {
	position: static;
}
.businessBox .businessList:nth-child(even) div {
	position: static;
}
.businessBoxOther {
	width: 90%;
	padding: 30px 20px;
	margin: -120px auto 0 auto;
}
.businessBoxOther dl dt {
	font-size: 18px;
	margin-bottom: 15px;
}
.businessBoxOther dl dd {
	font-size: 13px;
}


/*   サイトマップ   */

.sitemapCont dl {
	margin-bottom: 30px;
}
.sitemapCont dl dt {
	margin-bottom: 15px;
}
.sitemapCont dl dt span {
	padding-bottom: 15px;
}
.sitemapCont dl dd {
	margin-bottom: 10px;
}


/*   ニュース   */

.pagesCont.news {
	padding-top: 30px;
}
.newsCont {
	max-width: 1050px;
	margin: 0 auto;
}
.newsCont.list > ul {
	margin-bottom: 40px;
}
.newsCont.list > ul li a {
	padding: 30px 0;
}
.newsCont.list > ul li a dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
.newsCont.list > ul li a dl dt {
	font-size: 13px;
}
.newsCont.list > ul li a dl dd:nth-child(2) {
	font-size: 10px;
	color: #fff;
	width: 85px;
	text-align: center;
	padding: 3px 0;
	background: #57badb;
	margin: 0 15px;
}
.newsCont.list > ul li a dl dd:last-child {
	width: 100%;
	font-size: 14px;
	margin-top: 15px;
}

.newsCont.detail dl {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.newsCont.detail dl dt {
	font-size: 13px;
}
.newsCont.detail dl dt span {
	font-size: 10px;
	margin-left: 15px;
}
.newsCont.detail dl dd {
	font-size: 18px;
	margin-top: 15px;
}
.newsCont.detail div p {
	font-size: 14px;
	margin-bottom: 15px;
}
.newsCont.detail > p {
	margin-top: 50px;
}
.newsCont.detail > p a {
	font-size: 14px;
}
.newsCont.detail > p a::before {
	top: calc(50% - 5px);
}


/*   お問い合わせ   */

.telContact {
	margin-bottom: 30px;
	padding: 25px 0;
}
.telContact ul {
	display: block;
	text-align: center;
}
.telContact ul li:first-child {
	font-size: 16px;
	margin-right: 0;
}
.telContact ul li:last-child {
	max-width: 280px;
	margin: 0 auto;
}
.telContact + p {
	font-size: 14px;
	margin-bottom: 50px;
}

.formCont h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.formCont > dl {
	display: block;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.formCont > dl::after {
	display: none;
}
.formCont > dl dt {
	width: 100%;
	padding: 0;
	font-size: 14px;
}
.formCont > dl dt span {
	font-size: 12px;
}
.formCont > dl dd {
	width: 100%;
	padding: 10px 0 0 0;
}
.formCont > dl dd input[type="text"],
.formCont > dl dd input[type="email"] {
	height: 60px;
	font-size: 16px;
}
.formCont > dl dd input[type="text"].middle,
.formCont > dl dd input[type="email"].middle {
	width: 100%;
}
.formCont > dl dd textarea {
	height: 200px;
}
.formCont .privacy {
	margin: 30px 0 20px 0;
	padding: 30px 20px;
	height: 200px;
}
.formCont .privacy h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.formCont .privacy p {
	font-size: 12px;
	margin-bottom: 20px;
}
.formCont .privacy dl dt {
	font-size: 14px;
}
.formCont .privacy dl dd {
	font-size: 12px;
}
.formCont .privacy + p {
	font-size: 14px;
	margin-bottom: 40px;
}
.formCont .privacy + p > span input[type="checkbox"] + span {
	padding: 10px 0 10px 40px;
}
.formCont .contactBtn input,
.formCont .recruitBtn p:nth-child(1) input {
	width: 80%;
	padding: 15px 0;
	font-size: 16px;
}
.formCont .recruitBtn p:nth-child(2) input {
	width: 80%;
	padding: 15px 0;
	font-size: 14px;
}

.radioParts input[type="radio"] + span {
	font-size: 14px;
}
.formCont dd > p {
	font-size: 14px;
	margin-top: 10px;
}
.formCont dl + p + p {
    margin-top: 20px;
}


/*   採用情報   */

.pagesContRecruit {
	padding-top: 30px;
}
.recruitFeature {
	max-width: 1050px;
	padding-top: 80px;
	margin: -80px auto 60px auto;
}
.recruitFeature h2 + p,
.recruitVoice h2 + p {
	font-size: 16px;
	margin-bottom: 30px;
}
.recruitFeature div {
	margin-bottom: 40px;
}
.recruitFeature div ul {
	display: block;
	margin-bottom: 40px;
	padding: 0 20px;
}
.recruitFeature div ul li {
	width: 100%;
}
.recruitFeature div ul li:last-child {
	margin-top: 20px;
}
.recruitFeature div ul li:last-child dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.recruitFeature div ul li:last-child dl dd {
	font-size: 14px;
}
.recruitEntryBtn a {
	width: 80%;
}

.recruitVoice {
	margin: 0 auto 60px auto;
	padding: 0 20px;
}
.voiceCont {
	margin-bottom: 15px;
}
.voiceCont h3 {
	font-size: 14px;
	padding: 20px 15px;
}
.voiceCont h3::after {
	width: 15px;
	height: 15px;
	right: 15px;
	top: calc(50% - 7px);
}
.voiceCont h3 img {
	max-width: 210px;
	vertical-align: middle;
}
.voiceCont h3 span {
	font-size: 13px;
}
.voiceCont h3 + div {
	padding: 20px 20px 30px 20px;
}
.voiceCont h3 + div dl {
	margin-bottom: 20px;
}
.voiceCont h3 + div dl:last-child {
	margin-bottom: 0;
}
.voiceCont h3 + div dl dt {
	font-size: 14px;
	color: #2e3b7d;
	margin-bottom: 5px;
}
.voiceCont h3 + div dl dd {
	font-size: 13px;
}
.voiceCont + p {
	margin-top: 30px;
}

.recruitApp {
	padding: 80px 20px 60px 20px;
}
.recruitApp h2 {
	margin-top: -20px;
}
.recruitApp > div h3 {
	font-size: 16px;
	padding: 20px;
}
.recruitApp > div h3::after {
	width: 15px;
	height: 15px;
	right: 15px;
	top: calc(50% - 7px);
}
.recruitApp > div > div {
	padding: 20px 20px 30px 20px;
}
.recruitApp > div > div p {
	font-size: 13px;
	margin-bottom: 10px;
}
.recruitApp > div > div dl {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.recruitApp > div > div dl::after {
	display: none;
}
.recruitApp > div > div dl dt {
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
.recruitApp > div > div dl dd {
	width: 100%;
	font-size: 13px;
}
.recruitApp > div > div dl dd ul li {
	margin-bottom: 10px;
}

.entryForm {
	margin-top: -50px;
	padding: 50px 20px 0 20px;
}
.entryForm h2 {
	margin-top: 60px;
}
.entryForm h2 + p {
	margin-bottom: 30px;
	font-size: 14px;
}
.entryForm .formCont > dl dd textarea {
	height: 150px;
}
.entryForm .formCont > dl dd ul li {
	display: block;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.entryForm .formCont > dl dd ul.job li:last-child {
	margin-top: 10px;
}
.entryForm .formCont > dl dd ul li:last-child {
	margin-bottom: 0;
}
.entryForm .formCont > dl dd ul li > span {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
}
.qualification label span {
	margin-bottom: 10px !important;
}
.formCont select {
	width: 100% !important;
	height: 60px;
}

.entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history01, .entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history02, .entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history03, .entryForm .formCont > dl dd ul li .wpcf7-form-control-wrap.history04 {
    width: 100%;
}
.entryForm .formCont > dl dd ul li.seireki {
	display: flex;
	flex-wrap: wrap;
}
.entryForm .formCont > dl dd ul li > span.school {
    display: block;
    width: 100%;
}
.entryForm .formCont > dl dd ul.job {
	display: block;
	margin-bottom: -100px;
}
.entryForm .formCont > dl dd ul.job li .wpcf7-list-item {
	margin-bottom: 10px;
}
.entryForm .formCont > dl dd ul.job li .last {
	margin-top: 110px !important;
}
.entryForm .formCont > dl dd ul.job li:last-child {
	position: relative;
	top: -130px;
	margin: 0;
}
.entryForm .formCont > dl dd ul.job li:last-child input {
	width: 100%;
}



}




@media screen and (max-width: 320px) {

.conceptCont ul {
	position: static;
	margin: -130px 0 0 10px;
}
.conceptCont ul li {
	width: 270px;
	margin-bottom: 10px;
}
.conceptCont ul li:nth-child(2) {
	margin-left: 10px;
}
.conceptCont ul li:nth-child(3) {
	margin-left: 20px;
}
.conceptCont ul li:nth-child(4) {
	margin-left: 30px;
}
.conceptCont ul li dl dt {
	width: 45px;
}
.conceptCont ul li dl dd {
	width: calc(100% - 55px);
	font-size: 11px;
}

}


.wpcf7-spinner {
	display: none;
}




