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

body.fixed {
	position: fixed;
}
p,li,th,td,a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;	
}
main {
	position: relative;
	z-index: 2;
}
h2 {
	font-size: 40px;
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;
}
h2 .txten {
	font-size: 40px;
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;	
}
h2 .txtjp {
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.only_sp {
	display: none;
}
.breadcrumbs {
	background-color: #dddddd;
	padding: 15px 0;
}
.breadcrumbs ul {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumbs ul li {
	display: inline-block;
	line-height: 1.0;
}
.breadcrumbs ul li::after {
	content: ">";
	display: inline-block;
	margin: 0 1em;
}
.breadcrumbs ul li:nth-last-child(1)::after {
	display: none;
}
.fv_area {
	position: relative;
}
.fv_area .slide_area img {
	/*width: auto;
	height: 100vh;*/
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.fv_area .slide_area .textbox {
	display: none;
}
@media screen and (max-width: 768px) {
	.only_sp {
		display: block;
	}
	.fv_area .slide_area .textbox {
		display: block;
		text-align: center;
		position: absolute;
		top: 50vh;
		width: 100vw;
	}
	.fv_area .slide_area .textbox img {
		display: inline-block;
		transform: translateY(-50%);
		width: 90%;
		height: auto;
	}
	.slick-slide {
		width: 100vw;
	}
}

.topinfo {
}
.topinfo {
	display: table;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.topinfo .inner {
	display: table-row;
}
.topinfo .inner > div {
	width: 50%;
	display: table-cell;
	padding: 85px 0;
	text-align: center; 
}
.topinfo .inner > div h2 {
	text-align: center;
	margin-bottom: 52px;
}
.topinfo .inner .left .cont ul {
	padding-right: 20px;
}
.topinfo .inner .left .cont ul {
}
.topinfo .inner .right li {
	text-align: center;
	vertical-align: top;
}
.topinfo .left li {
	font-family: urw-din,sans-serif;
	position: relative;
	padding-left: 174px;
	margin-bottom: 26px;
}
.topinfo .left li .abs {
	position: absolute;
	left: 0;
	top: 0;
}
.topinfo .left li .date {
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
	line-height: 19px;
	margin-right: 1.3em;
}
.topinfo .left li .icn {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	color: #FFF;
	padding: 3px 16px;
	display: inline-block;
	text-align: center;
	min-width: 80px;
	border-radius: 2px;
}
.topinfo .left li.news .icn {
	background-color: #6d7661;
}
.topinfo .left li.event .icn {
	background-color: #c59e4f;
}
.topinfo .left li.blog .icn {
	background-color: #475EA8;
}
.topinfo .left li.works .icn {
	background-color:#243c75;
}
.topinfo .left li .text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.sec_aboutus .inner {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.sec_aboutus .inner > div {
	display: table-cell;
	width: 50%;
}
@media screen and (min-width:1746px ){
	.sec_aboutus .inner .left {
		background: url("../image/bg_01.jpg") right center no-repeat;
		background-size: 100% auto;
	}	
}
@media screen and (max-width:1745px ){
	.sec_aboutus .inner .left {
		background: url("../image/bg_01.jpg") right center no-repeat;
		background-size: auto 100%;
	}	
}
.sec_aboutus .inner .right {
	background: url("../image/bg_02.jpg") left center no-repeat;
	background-size: 100% auto;
	background-color: #000;
}
@media screen and (max-width:1464px ){
	.sec_aboutus .inner .right {
		background: url("../image/bg_02.jpg") center center no-repeat;
		background-size: auto 100%;
		background-color: #000;
	}
}
.sec_aboutus .inner .right .cont {
	text-align: right;
	padding: 96px 0 46px;
	width: 100%;
	max-width: 600px;
}
.sec_aboutus .inner .right h2 {
	color: #FFF;
	text-align: right;
	margin-bottom: 65px;
}
.sec_aboutus .inner .right p {
	color: #FFF;
	padding: 0 16px 0 115px;
	font-size: 16px;
	line-height: 2.5;
}
footer .link_area,
.sec_aboutus .link_area,
.sec_recruit .link_area
{
	color: #FFF;
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 81px;
}
footer .link_area {
	margin-top: 0;
	margin-bottom: 40px;
}
.sec_aboutus .link_area .btn,
.sec_recruit .link_area .btn {
	display: inline-block;
	line-height: 49px;
	height: 49px;
	border: 1px solid #FFF;
	border-radius: 24px;	
}
footer .link_area .btn {
	display: block;
	line-height: 60px;
	height: 60px;
	border: 1px solid #FFF;
	border-radius: 30px;
	width: 90%;
	max-width: 486px;
}
.sec_aboutus .link_area a,
.sec_recruit .link_area a {
	font-size: 21px;
	padding: 0 70px;
	color: #FFF;
	display: block;
	line-height: 47px;
}
footer .link_area a {
	font-size: 19px;
	padding: 0;
	color: #FFF;
	display: block;
	line-height: 58px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width:1000px){
	footer .link_area {
		text-align: center;
	}
	footer .link_area .btn {
		margin: 0 auto;
	}	
}
@media screen and (max-width:1200px){
	.sec_aboutus .right {
		padding-right: 30px;
	}
	.sec_aboutus .inner .right p {
	  padding: 0 16px 0 30px;
	}	
}

.sec_services {
	background-color: #ebebeb;
	padding: 24px;
}
.sec_services .inner {
	width: cal(100% - 48px);
	/*max-width: 1352px;*/
	margin: 0 auto;
	background: url("../image/bg_03.jpg") bottom center no-repeat;
	background-size: cover;
	padding: 90px 0 71px;
	border-radius: 10px;
}
.sec_services .inner h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 40px;
}
.sec_services .inner p {
	font-size: 16px;
	line-height: 2.0;
	color: #FFF;
	width: 90%;
	max-width: 636px;
	margin: 0 auto;
}
.sec_services .inner .cont {
	max-width: 1200px;
	width: 84%;
	margin: 50px auto 30px;
}
.sec_services .inner .cont ul {
	font-size: 0;
}
.sec_services .inner .cont li {
	display: inline-block;
	margin-right: 2%;
	width: 23.5%;
	margin-bottom: 20px;
	padding-top: 134px;
	position: relative;
}
.sec_services .inner .cont li:hover {
	opacity: 0.7;
}
.sec_services .inner .cont li a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.sec_services .inner .cont li:nth-child(1) {
	background: url("../image/sevice_img_02.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(2) {
	background: url("../image/sevice_img_06.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(3) {
	background: url("../image/sevice_img_03.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(4) {
	background: url("../image/sevice_img_05.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(5) {
	background: url("../image/sevice_img_01.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(6) {
	background: url("../image/sevice_img_04.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(7) {
	background: url("../image/sevice_img_08.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li:nth-child(8) {
	background: url("../image/sevice_img_07.jpg") top center no-repeat;
	background-size: auto 134px;
}
.sec_services .inner .cont li span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	color: #414141;
	text-align: center;
	height: 57px;
	line-height: 50px;
	padding-bottom: 7px;
	position: relative;
	border-bottom: 1px solid #E5E6E0;
	border-left: 1px solid #E5E6E0;
	border-right: 1px solid #E5E6E0;
}
.sec_services .inner .cont li:nth-child(4n) {
	margin-right: 0;
}
.sec_services .inner .cont li span::after {
	content: "";
	display: table-cell;
	width: 60px;
	height: 3px;
	background-color: #E2E2DD;
	position: absolute;
	bottom: 11px;
	left: 50%;
	transform: translateX(-50%);
}
.sec_services .inner .link_area,
.sec_works .inner .link_area
{
	text-align: center;
}
.sec_services .inner .link_area .btn,
.sec_works .inner .link_area .btn
{
	display: inline-block;
	border: 1px solid #000;
	border-radius: 24px;
}
.sec_services .inner .link_area .btn a,
.sec_works .inner .link_area .btn a
{
	display: block;
	line-height: 46px;
	height: 46px;
	padding: 0 96px;
	font-size: 16px;
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.sec_works {
	background: url("../image/worksbg.jpg") bottom center no-repeat;
	padding: 76px 0; 
}
.sec_works .inner {
}
.sec_works .inner h2 {
	text-align: center;
	margin-bottom: 94px;
}
.sec_works .cont {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.sec_works .cont ul {
	font-size: 0;
	margin-bottom: 70px;
}
.sec_works .cont ul li {
	font-size: 16px;
	text-align: center;
	margin-right: 2%;
	width: 32%;
	display: inline-block;
}
.sec_works .cont ul li:nth-child(3n) {
	margin-right: 0;
}
.sec_works .cont ul li span {
	line-height: 1.3;
	margin-top: 17px;
	display: block;
}
.sec_works .cont ul li img {
	width: 100%;
	height: 100%;
}
.sec_recruit {
	
}
.sec_recruit .inner {
	display: table;
	width: 100%;
}
.sec_recruit .inner > div {
	display: table-cell;
	width: 50%;
}
.sec_recruit .inner > div.left {
	background: url("../image/recruit_bg_01.jpg") right center no-repeat;
	background-size: auto 100%;
	text-align: right;
}
.sec_recruit .inner > div.left .link_area {
	text-align: left;
}
.sec_recruit .inner > div.right {
	background: url("../image/recruit_bg_02.jpg") left center no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width:1550px) {
	.sec_recruit .inner > div.right {
		background: url("../image/recruit_bg_02.jpg") left center no-repeat;
		background-size: auto 100%;
	}	
}
.sec_recruit .left .cont {
	width: 600px;
	display: inline-block;
	padding-right: 128px;
	padding-top: 94px;
	padding-bottom: 62px;
}
.sec_recruit .left .cont h2 {
	color: #FFF;
	margin-bottom: 72px;
}
.sec_recruit .left .cont p {
	font-size: 16px;
	color: #FFF;
	line-height: 2.5;
}
@media screen and (max-width:1200px) {
	.topinfo .inner > div {
	  padding: 85px 30px;
	  text-align: center;
	}	
	.topinfo .right img {
		width: 100%;
		height: auto;
	}
	.topinfo .left li {
	  padding-left: 0;
	  margin-bottom: 20px;
	}	
	.topinfo .left li .abs {
	  position: static;
		display: block;
	}
	.topinfo .left li .text {
		display: block;
		padding-top: 10px;
	}
	.sec_recruit .left .cont {
	  width: 100%;
	  padding-right: 30px;
		padding-left: 30px;
	  padding-top: 94px;
	  padding-bottom: 62px;
	}	
}
@media screen and (max-width:768px) {
	h2 {
		font-size: 26px;
	}	
	.topinfo .inner > div h2 {
	  text-align: center;
	  margin-bottom: 52px;
		position: relative;
		padding-bottom: 17px;
	}
	.topinfo .inner > div h2::after {
		content: "";
		display: table-cell;
		width: 110px;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 50%;
		background-color: #707070;
		transform: translateX(-50%);
	}
	.topinfo {
	  display: block;
	  width: 100%;
	  padding: 38px 10% 0;
	}
	.topinfo .inner {
	  display: block;
	}
	.topinfo .inner > div {
	  width: 100%;
	  display: block;
	  text-align: center;
		padding: 0;
	}
	.topinfo .inner > div.right {
		display: none;
	}
	.topinfo .inner .left .cont ul {
	  padding-right: 0;
	}	
	.sec_aboutus .inner {
	  width: 100%;
	  margin: 0 auto;
	  display: block;
	}
	.sec_aboutus .inner > div {
	  display: block;
	  width: 100%;
		padding-right: 0;
	}	
	.sec_aboutus .inner .left
	{
		display: table-cell;
		width: 94vw;
		padding-top: 53%;
	  background: url("../image/bg_01.jpg") center center no-repeat;
		background-size: auto;
	  background-size: 100% auto;
		border: 1px solid #FFF;
		box-sizing: border-box;
		position: relative;
		top: 24vw;
		left: 3vw;
	}
	.sec_recruit {
		background-color: #ebebeb;
		margin-bottom: -24vw;
	}
	.sec_recruit::before
	{
		content: "";
		display: table-cell;
		width: 94vw;
		padding-top: 53%;
	  background: url("../image/bg_01.jpg") center center no-repeat;
		background-size: auto;
	  background-size: 100% auto;
		border: 1px solid #FFF;
		box-sizing: border-box;
		position: relative;
		top: 0;
		left: 3vw;
		z-index: 2;
	}
	
	.sec_aboutus .inner .right .cont {
	  text-align: center;
	  padding: 39.5% 0 67px;
	  width: 100%;
	  max-width: 100%;
	}
	.sec_aboutus .inner .right h2,
	.sec_recruit .left .cont h2 {
	  color: #FFFFFF;
	  text-align: center;
	  margin-bottom: 42px;
	}
	h2 .txten {
	  font-size: 33px;
	}	
	h2 .txtjp {
	  font-size: 16px;
	}	
	.sec_aboutus .inner .right p,
	.sec_recruit .left .cont p
	{
	  padding: 0 10%;
	  font-size: 14px;
	  line-height: 2.2;
	}	
	.sec_aboutus .link_area, .sec_recruit .link_area {
	  margin-top: 32px;
	}
	.sec_aboutus .link_area .btn, .sec_recruit .link_area .btn {
	  display: inline-block;
	  line-height: 32px;
	  height: 34px;
	  border: 1px solid #FFF;
	  border-radius: 16px;
	}
	.sec_services .inner .link_area .btn {
	  line-height: 32px;
	  height: 34px;
	  border-radius: 16px;
	}
	.sec_works .inner .link_area {
		width: 84%;
		margin: 0 auto;
	}	
	.sec_works .inner .link_area .btn {
	  line-height: 50px;
	  height: 50px;
	  border-radius: 25px;
		border:none;
		background-color: #393939;
		width: 100%;
	}	
	.sec_aboutus .link_area a, .sec_recruit .link_area a {
	  font-size: 13px;
	  padding: 0 47px;
	  line-height: 32px;
	}
	.sec_services .inner .link_area .btn a {
		  font-size: 13px;
		  padding: 0 47px;
		  line-height: 32px;
	}	
	.sec_works .inner .link_area .btn a {
		  font-size: 16px;
		color: #FFF;
		  padding: 0;
		  line-height: 50px;
		width: 100%;
	}	
	
	.sec_services {
	  background-color: #ebebeb;
	  padding: 3vw;
	}
	.sec_services .inner {
	  width: cal(100% - 48px);
	  max-width: 1352px;
	  margin: 0 auto;
	  background: url("../image/bg_03.jpg") bottom center no-repeat;
		background-size: auto 100%;
	  padding: 38px 0 71px;
	  border-radius: 10px;
	}	
	.sec_services .inner p {
	  font-size: 14px;
	  line-height: 2.0;
	  width: 100%;
		padding: 0 8%;
	}
	.sec_services .inner .cont {
	  margin: 26px auto 30px;
	}
	.sec_services .inner .cont li {
	  display: inline-block;
	  margin-right: 4%;
	  width: 48%;
	  margin-bottom: 10px;
	  padding-top: 22%;
	  position: relative;
	}	
	.sec_services .inner .cont li:nth-child(2n) {
		margin-right: 0;
	}
	.sec_services .inner .cont li span {
	  font-size: 3vw;
	  font-weight: bold;
	  display: block;
	  background-color: #FFF;
	  color: #414141;
	  text-align: center;
	  height: 57px;
	  line-height: 50px;
	  padding-bottom: 7px;
	}	
	.sec_services .inner .cont li:nth-child(1),
	.sec_services .inner .cont li:nth-child(2),
	.sec_services .inner .cont li:nth-child(3),
	.sec_services .inner .cont li:nth-child(4),
	.sec_services .inner .cont li:nth-child(5),
	.sec_services .inner .cont li:nth-child(6),
	.sec_services .inner .cont li:nth-child(7),
	.sec_services .inner .cont li:nth-child(8)
	{
	  background-size: 100% auto;
	}
	.sec_works {
	  background: url("../image/worksbg.jpg") bottom center no-repeat;
	  padding: 46px 0;
	}
	.sec_recruit .left .cont {
	  width: 100%;
	  display: block;
		padding: 0;
		position: relative;
		top: 24vw;
		padding-top: 56px;
	}	
	.sec_works .inner h2 {
	  text-align: center;
	  margin-bottom: 32px;
	}	
	.sec_works .cont ul li {
	  font-size: 16px;
	  text-align: center;
	  margin-right: 0;
	  width: 100%;
	  display: inline-block;
		margin-bottom: 32px;
	}
	.sec_works .cont ul li span {
	  line-height: 1.5;
	  margin-top: 16px;
	  display: block;
	}	
	.sec_works .cont ul {
	  margin-bottom: 0;
	}
	.sec_recruit .inner {
	  display: block;
	}
	.sec_recruit .inner > div {
	  display: block;
	  width: 100%;
	}	
	.sec_recruit .inner > div.left {
	  background: url("../image/bg_02.jpg") bottom center no-repeat;
		background-size: auto;
	  background-size: auto 120%;
	  text-align: right;
		position: relative;
		top: -24vw;
		z-index: 1;
		padding-bottom: 32vw;
	}
	.sec_recruit .inner > div.left .link_area {
	  text-align: center;
	}	
	
}
@media screen and (max-width:1010px) {
	.sec_services .inner .link_area .btn {
	  line-height: 32px;
	  height: 34px;
	  border-radius: 16px;
	}
	.sec_works .inner .link_area {
		width: 84%;
		margin: 0 auto;
	}	
	.sec_works .inner .link_area .btn {
	  line-height: 50px;
	  height: 50px;
	  border-radius: 25px;
		border:none;
		background-color: #393939;
		width: 100%;
	}	
	.sec_aboutus .link_area a, .sec_recruit .link_area a {
	  font-size: 13px;
	  padding: 0 47px;
	  line-height: 32px;
	}
	.sec_services .inner .link_area .btn a {
		  font-size: 13px;
		  padding: 0 47px;
		  line-height: 32px;
	}	
	.sec_works .inner .link_area .btn a {
		  font-size: 16px;
		color: #FFF;
		  padding: 0;
		  line-height: 50px;
		width: 100%;
	}	
	
	.sec_services {
	  background-color: #ebebeb;
	  padding: 3vw;
	}
	.sec_services .inner {
	  width: cal(100% - 48px);
	  max-width: 1352px;
	  margin: 0 auto;
	  background: url("../image/bg_03.jpg") bottom center no-repeat;
		background-size: auto 100%;
	  padding: 38px 0 71px;
	  border-radius: 10px;
	}	
	.sec_services .inner p {
	  font-size: 14px;
	  line-height: 2.0;
	  width: 100%;
		padding: 0 8%;
	}
	.sec_services .inner .cont {
	  margin: 26px auto 30px;
	}
	.sec_services .inner .cont li {
	  display: inline-block;
	  margin-right: 4%;
	  width: 48%;
	  margin-bottom: 10px;
	  padding-top: 22%;
	  position: relative;
	}	
	.sec_services .inner .cont li:nth-child(2n) {
		margin-right: 0;
	}
	.sec_services .inner .cont li span {
	  font-size: 3vw;
	  font-weight: bold;
	  display: block;
	  background-color: #FFF;
	  color: #414141;
	  text-align: center;
	  height: 57px;
	  line-height: 50px;
	  padding-bottom: 7px;
	}	
	.sec_services .inner .cont li:nth-child(1),
	.sec_services .inner .cont li:nth-child(2),
	.sec_services .inner .cont li:nth-child(3),
	.sec_services .inner .cont li:nth-child(4),
	.sec_services .inner .cont li:nth-child(5),
	.sec_services .inner .cont li:nth-child(6),
	.sec_services .inner .cont li:nth-child(7),
	.sec_services .inner .cont li:nth-child(8)
	{
	  background-size: 100% auto;
	}
	.sec_works {
	  background: url("../image/worksbg.jpg") bottom center no-repeat;
	  padding: 46px 0;
	}
	.sec_works .inner h2 {
	  text-align: center;
	  margin-bottom: 32px;
	}	
	.sec_works .cont ul li {
	  font-size: 16px;
	  text-align: center;
	  margin-right: 0;
	  width: 100%;
	  display: inline-block;
		margin-bottom: 32px;
	}
	.sec_works .cont ul li span {
	  line-height: 1.5;
	  margin-top: 16px;
	  display: block;
	}	
	.sec_works .cont ul {
	  margin-bottom: 0;
	}
}
.pagehead h2 {
	display: inline-block;
	text-align: center;
	color: #FFF;
}
.pagehead h2 .txt01 {
	font-size: 50px;
	line-height: 53px;
}
.pagehead h2 .txt02::after {
	content: "｜";
}
.pagehead h2 .txt03 {
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;	
}
.pagehead h2 .bottom {
	font-size: 33px;
	display: block;
	padding-top: 22px;
}
.pagehead h3 {
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;
	color: #FFF;
	font-size: 42px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.pagehead p {
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;
	color: #363636;
	font-size: 16px;
	line-height: 1.9;
}
.page_about .pagehead p{
	color: #FFFFFF;
}
.page_entry .pagehead p{
	color: #FFFFFF;
}
.page_history .pagehead p{
	color: #FFFFFF;
}
.page_business .pagehead p{
	color: #FFFFFF;
}
.pagehead > div {
	display: table;
	width: 100%;
}
.pagehead .head_top .inner {
	display: table-cell;
	width: 100%;
	height: 540px;
	vertical-align: middle;
	text-align: center;
}
.pagehead .head_bottom .left {
	width: 65%;
}
.page_about .pagehead .head_bottom .left {
	background: url("../image/pageheadbl_about.jpg") top center no-repeat;
}
.page_about .pagehead .head_bottom .right {
	background: url("../image/pageheadbr_about.jpg") top center no-repeat;
}
.page_about .pagehead.message .head_bottom .left,
.pagehead.message  .head_bottom {
	background: url("../image/pageheadbl_message.jpg") top center no-repeat;
}
.page_about .pagehead.message .head_bottom .right {
	background: url("../image/pageheadbr_message.jpg") top center no-repeat;
}
.page_history .pagehead .head_bottom .left {
	background: url("../image/pageheadbl_history.jpg") top center no-repeat;
}
.page_history .pagehead .head_bottom .right {
	background: url("../image/pageheadbr_history.jpg") top center no-repeat;
}
.page_business .pagehead .head_bottom .left {
	background: url("../image/pageheadbl_business.jpg") top center no-repeat;
}
.page_business .pagehead .head_bottom .right {
	background: url("../image/pageheadbr_business.jpg") top center no-repeat;
	background-size: 100% auto;
}
.page_about .pagehead.facility .head_bottom .left {
	background: url("../image/pageheadbl_facility.jpg") top center no-repeat;
}
.page_about .pagehead.facility .head_bottom .right {
	background: url("../image/pageheadbr_facility.jpg") top center no-repeat;
	background-size: 100% auto;
}
.page_entry .pagehead .head_bottom .left {
	background: url("../image/pageheadbl_entry.jpg") top center no-repeat;
}
.page_entry .pagehead .head_bottom .right {
	background: url("../image/pageheadbr_entry.jpg") top center no-repeat;
	background-size: auto 100%;
}
.page_entry .pagehead .head_bottom.contact .left {
	background: url("../image/pageheadbl_contact.jpg") top center no-repeat;
}
.page_entry .pagehead .head_bottom.contact .right {
	background: url("../image/pageheadbr_contact.jpg") top center no-repeat;
	background-size: auto 100%;
}
@media screen and (max-width: 1521px) {
	.page_business .pagehead .head_bottom .right {
		background: url("../image/pageheadbr_business.jpg") top center no-repeat;
		background-size: auto 100%;
	}
}
@media screen and (min-width: 1400px) {
	.pagehead .head_bottom .left {
		background-size: auto 540px;
	}
	.page_about .pagehead .head_bottom .right {
		background-size: auto 540px;
	}
	.pagehead .head_bottom {
		position: relative;
	}
	.pagehead .head_bottom .left {
		display: table-cell;
		width: 65%;
		position: relative;
		height: 540px;
	}
	.pagehead .head_bottom .right {
		display: table-cell;
		width: 35%;
		height: 540px;
	}
	.pagehead .head_bottom .txtbox {
		position: absolute;
		width: 1200px;
		left: 50%;
		top: 50%;
		transform: translate(-600px,-50%);
		display: table-cell;
		vertical-align: middle;
	}
	
	
}
@media screen and (max-width: 1400px) {
	.pagehead .head_bottom .left {
		background-size: auto 100%;
	}
	.page_about .pagehead .head_bottom .right {
		background-size: auto 100%;
	}
	.pagehead .head_bottom {
		position: relative;
	}
	.pagehead .head_bottom .left {
		display: table-cell;
		width: 65%;
		position: relative;
		height: 540px;
	}
	.pagehead .head_bottom .right {
		display: table-cell;
		width: 35%;
		height: 540px;
	}
	.pagehead .head_bottom .txtbox {
		position: absolute;
		width: 65%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		display: table-cell;
		vertical-align: middle;
		padding: 0 30px;
	}
}
.pagehead .head_bottom .txtbox h3,
.pagehead .head_bottom .txtbox p
{
}
.pagehead .head_top .inner {
	background-size: 100% auto;
}
.pagehead .head_top .inner {
	background-color: rgba(0,0,0,0.20);
}
@media screen and (min-width: 1400px) {
	.pagehead .head_top {
		background-size: auto 100%;
	}	
}
@media screen and (max-width: 1400px) {
	.pagehead .head_top {
		background-size: 100% auto;
	}	
}
.page_about .pagehead .head_top {
	background: url("../image/pagehead_about.jpg") center center no-repeat;
	background-size: cover;
}
.page_about .pagehead.message .head_top {
	background: url("../image/pagehead_about.jpg") center center no-repeat;
	background-size: cover;
}
.page_history .pagehead .head_top {
	background: url("../image/pagehead_about.jpg") center center no-repeat;
	background-size: cover;
}
.page_about .pagehead.facility .head_top {
	background: url("../image/pagehead_facility.jpg") center center no-repeat;
	background-size: cover;
}
.page_business .pagehead .head_top {
	background: url("../image/pagehead_business.jpg") center center no-repeat;
	background-size: cover;
}
.page_entry .pagehead.contact .head_top {
	background: url("../image/pagehead_contact.jpg") center center no-repeat;
	background-size: cover;
}
.page_works .pagehead .head_top {
	background: url("../image/pagehead_works.jpg") center center no-repeat;
	background-size: cover;
}
.single_works .pagehead .head_top {
	background: url("../image/pagehead_works.jpg") center center no-repeat;
	background-size: cover;
}
.page_entry .pagehead .head_top {
	background: url("../image/pagehead_entry.jpg") center center no-repeat;
	background-size: cover;
}
.page_policy .pagehead .head_top {
	background: url("../image/pagehead_policy.jpg") center center no-repeat;
	background-size: cover;

}

.head_top {
	background-size: cover;
}

@media screen and (max-width:930px) {
	.page_about .pagehead .head_top {
	  background: url("../image/pagehead_about_sp.jpg") center center no-repeat;
	background-size: auto 100%;
	}
	.page_business .pagehead .head_top {
	  background: url("../image/pagehead_business_sp.jpg") center center no-repeat;
	background-size: auto 100%;
	}
	.page_works .pagehead .head_top {
	  background: url("../image/pagehead_works_sp.jpg") center center no-repeat;
	background-size: auto 100%;
	}
	.page_entry .pagehead .head_top {
	  background: url("../image/pagehead_entry_sp.jpg") center center no-repeat;
	background-size: auto 100%;
	}
	.page_policy .pagehead .head_top {
		background: url("../image/pagehead_policy_sp.jpg") center center no-repeat;
	  background-size: auto 100%;
	  }
	.page_entry .pagehead.contact .head_top {
		background: url("../image/pagehead_contact_sp.jpg") center center no-repeat;
	  background-size: auto 100%;
	  }
	.single_works .pagehead .head_top {
	  background: url("../image/pagehead_works_sp.jpg") center center no-repeat;
	background-size: auto 100%;
	}
	.pagehead .head_top .inner {
	  height: 150vw;
	}
	.pagehead h2 .txt01 {
	  font-size: 40px;
	}
	.pagehead h2 .bottom {
	  font-size: 26px;
	  padding-top: 27px;
	}
	.pagehead .head_bottom {
		display: block;
	}
	.pagehead .head_bottom .left,
	.pagehead .head_bottom .right {
		display: none;
	}
	.pagehead .head_bottom .txtbox {
	  position: static;
	  width: 100%;
	  transform: none;
	  display: block;
	  vertical-align: middle;
	  padding: 40% 9% 14%;
	}	
	.page_history .pagehead .head_bottom.history .txtbox {
	  position: static;
	  width: 100%;
	  transform: none;
	  display: block;
	  vertical-align: middle;
	  padding: 40% 9% 14%;
	  background: url("../image/pageheadbl_history.jpg") top center no-repeat;
	  background-size: auto 100%;
	}	
	.page_about .pagehead .head_bottom.facility .txtbox {
	  position: static;
	  width: 100%;
	  transform: none;
	  display: block;
	  vertical-align: middle;
	  padding: 40% 9% 14%;
	  background: url("../image/pageheadbl_about.jpg") top center no-repeat;
	  background-size: auto 100%;
	}	
	.pagehead.company_profile .head_bottom .txtbox {
	  position: static;
	  width: 100%;
	  transform: none;
	  display: block;
	  vertical-align: middle;
	  padding: 40% 9% 14%;
	  background: url("../image/pageheadbl_about.jpg") top center no-repeat;
	  background-size: auto 100%;
	}	
	.pagehead.business .head_bottom .txtbox {
	  position: static;
	  width: 100%;
	  transform: none;
	  display: block;
	  vertical-align: middle;
	  padding: 40% 9% 14%;
	  background: url("../image/pageheadbl_business.jpg") top center no-repeat;
		background-size: auto 100%;
	}	
	.page_entry .pagehead .head_bottom .txtbox {
	  background: url("../image/pageheadbl_entry.jpg") top center no-repeat;
		background-size: auto 100%;
	}	
	.page_entry .pagehead .head_bottom.contact .txtbox {
	  background: url("../image/pageheadbl_contact.jpg") top center no-repeat;
		background-size: auto 100%;
	}	
	
	.pagehead .head_bottom .txtbox::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_about.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.page_entry .pagehead .head_bottom .txtbox::before {
		background: url("../image/pageheadbr_entry.jpg") center center no-repeat;
		background-size: cover;
	}
	.pagehead.message .head_bottom .txtbox::before {
		position: absolute;
		transform: translate(-50%,-50%);
		top: 0;
		left: 50%;
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_message.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pagehead .head_bottom.history .txtbox::before {
		position: absolute;
		transform: translate(-50%,-50%);
		top: 0;
		left: 50%;
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_history.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pagehead .head_bottom.facility .txtbox::before {
		position: absolute;
		transform: translate(-50%,-50%);
		top: 0;
		left: 50%;
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_facility.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pagehead .head_bottom.business .txtbox::before {
		position: absolute;
		transform: translate(-50%,-50%);
		top: 0;
		left: 50%;
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_business.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pagehead .head_bottom.contact .txtbox::before {
		position: absolute;
		transform: translate(-50%,-50%);
		top: 0;
		left: 50%;
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_contact.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pagehead .head_bottom.entory .txtbox::before {
		position: absolute;
		transform: translate(-50%,-50%);
		top: 0;
		left: 50%;
		content: "";
		display: table-cell;
		width: 94vw;
		height: 51vw;
		border: 1px solid #FFF;
		background: url("../image/pageheadbottom_sp_entry.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pagehead h2 {
		position: absolute;
		display: block;
		top: 54vw;
		width: 100%;
		  text-align: center;
		  color: #FFF;
	}
	.pagehead h3 {
	  font-size: 28px;
	}
	.pagehead p {
	  font-size: 14px;
	}	

	

}
.page_cont {
	background-color: #d3d3d3;
	padding: 24px;
}
.page_cont .inner {
}
.page_cont .coptable {
	background-color: #FFF;
	padding: 75px 60px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.page_cont .coptable h4 {
	max-width: 1200px;
	margin: 0 auto 40px;
	font-size: 24px;
}

.page_cont .coptable table {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #707070;	
}
.page_cont .coptable tr:nth-child(2n-1){
	background-color: #F5FBFF;
}
.page_cont .coptable th {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #c9cdce;
	font-size: 16px;
	padding: 30px 46px;
	font-weight: bold;
	letter-spacing: 0.05em;
	width: 28%;
}
.page_cont .coptable td {
	border-bottom: 1px solid #707070;
	padding: 16px 46px;
	font-size: 16px;
	line-height: 2.5;
}
.page_cont .mapbox {
	width: 100%;
	height: 606px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.page_cont .mapbox iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.page_cont {
	  background-color: #d3d3d3;
	  padding: 8px;
	}	
	.page_cont .coptable {
	  padding: 31px 19px;
	  margin-bottom: 9px;
	}
	.page_cont .coptable table,
	.page_cont .coptable table tr,
	.page_cont .coptable table th,
	.page_cont .coptable table td
	{
		width: 100%;
		border: none;
	}
	.page_history .page_cont .coptable table tr{
		display: flex;
		flex-direction: column;
	}
	.page_about .page_cont .coptable table tr{
		display: flex;
		flex-direction: column;
	}
	.page_cont .coptable table tr th {
		padding: 13px 12px 6px;		
	}
	.page_cont .coptable table tr td {
		padding: 0 12px 13px;
		line-height: 1.4;
	}
	.page_cont .mapbox {
	  width: 100%;
	  height: 585px;
	}	
}
.sec_business {
	background-color: #FFF;
	padding: 70px 75px;
	border-radius: 10px;
	margin-bottom: 17px;
}
.sec_business .bisinner {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.sec_business .titlebox {
	position: absolute;
	left: 70px;
	top: 0;
}
.sec_business:nth-child(2n) .titlebox {
	position: absolute;
	right: 70px;
	left: auto;
}
.sec_business .titlebox h2 {
	padding-top: 120px;
	display: table-cell;
	width: 115px;
	height: 100%;
	text-align: center;
}
.sec_business .titlebox h2 .number {
	position: absolute;
	top: 0;
	left: 0;
	font-family: urw-din,sans-serif;
	font-weight: 900;
	font-style: normal;
	display: table-cell;
	width: 115px;
	height: 73px;
	text-align: center;
	vertical-align: text-top;
	color: #707070;
	font-size: 60px;
	line-height: 0.7;
}
.sec_business .titlebox h2 .number::after {
	content: "";
	display: table-cell;
	width: 115px;
	height: 3px;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	position: absolute;
	left: 0;
	bottom:-7px;
}
.sec_business .titlebox h2 .text {
	  -ms-writing-mode: tb-rl;
	  writing-mode: vertical-rl;
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;	
	font-size: 50px;
	letter-spacing: 0.1em;
	vertical-align: top;
	text-align: left;
	line-height: 1.2;
}
.sec_business .titlebox h2 .vab::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 3em;
}
.sec_business:nth-child(7) .titlebox h2 .vab::before {
	height: 3.8em;
}
.sec_business:nth-child(8) .titlebox h2 .vab::before {
	height: 4.8em;
}
.sec_business .cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}
.sec_business:nth-child(4) .cont {
	min-height: 600px;
}
.sec_business:nth-child(7) .cont {
	min-height: 530px;
}
.sec_business:nth-child(8) .cont {
	min-height: 580px;
}
.sec_business:nth-child(2n-1) .cont::before {
	content: "";
	display: table-cell;
	width: 4px;
	border: 1px solid #4E4E4E;
	background-color: #4e4e4e;
	height: 100%;
}
.sec_business:nth-child(2n) .cont::after {
	content: "";
	display: table-cell;
	width: 4px;
	border: 1px solid #4E4E4E;
	background-color: #4e4e4e;
	height: 100%;
}
.sec_business .cont > div {
	padding-left: 285px;
}
.sec_business:nth-child(2n) .cont > div {
	padding-left: 0;
	padding-right: 285px;
}
.sec_business .cont img {
	width: 100%;
	height: auto;
}
.sec_business .cont .imgbox {
	margin-bottom: 45px;
}
.sec_business .cont .txtbox {
	margin-bottom: 40px;
}
.sec_business .cont .txtbox p {
	font-size: 16px;
	line-height: 2.0;
	text-indent: 1em;
}
.sec_business .cont .descbox p {
	border: 1px solid #d1d1d1;
	padding: 14px 25px 16px;
	line-height: 1.5;
	background-color: #f4f4f4;
}

.sec_works .thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 18px;
}
.sec_works .thumb img {
	/*
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
*/
  object-fit: cover;
  width: 100%;
  height: 100%
}
@media screen and (max-width: 768px) {
	.sec_business {
	  padding: 23px 0;
	  margin-bottom: 8px;
	}
	.sec_business:nth-child(2n) .titlebox {
	  position: static;
	}	
	.sec_business .titlebox {
	  position: static;
	}
	.sec_business .titlebox h2 {
	  padding-top: 35px;
	  display: block;
	  width: 100%;
	  text-align: center;
	}
	.sec_business .titlebox h2 .number {
	  position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 30px;
	  display: inline-block;
	  width: 115px;
	  height: 35px;
	  text-align: center;
	  vertical-align: text-top;
	}	
	
	.sec_business .titlebox h2 .text {
	  -ms-writing-mode: tb-rl;
		writing-mode: horizontal-tb;
		font-family: ryo-text-plusn, serif;
	  font-weight: 500;
	  font-style: normal;
	  font-size: 30px;
	  text-align: center;
	  line-height: 1.2;
		display: block;
		padding-top: 14px;
		margin-bottom: 30px;
	}
	.sec_business .cont {
	  display: block;
	}	
	
	.sec_business:nth-child(2n) .cont::after,.sec_business:nth-child(2n-1) .cont::before {
		display: none;
	}	
	.sec_business .cont > div {
	  padding-left: 0;
	}
	.sec_business .cont .imgbox {
		width: 100%;
		height: 63vw;
	  margin-bottom: 32px;
		overflow: hidden;
		text-align: center;
	}	
	.sec_business .cont .imgbox img {
		width: auto;
		height: 100%;
		display: inline-block;
	}
	
	
	.sec_business .cont .txtbox,.sec_business:nth-child(2n) .cont > div.txtbox,.sec_business:nth-child(2n) .cont > div.descbox
	{
	  margin-bottom: 42px;
		padding: 0 24px;
	}	
	.sec_business .cont .txtbox p {
		font-size: 15px;
	}
	.sec_business .cont .descbox {
		padding: 0 24px;
	}
	.sec_business .titlebox h2 .vab::before {
	  display: none;
	}	
	.sec_business .titlebox h2 br {
		display: none;
		
	}
}
.page_works .page_cont {
	padding: 105px 0 40px;
}
.page_works .page_cont .cont {
	margin-bottom: 100px;
}
.page_works .page_cont > .inner {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.page_works .page_cont .cat_head {
	margin-bottom: 44px;
}
.page_works .page_cont .cat_head h3 {
	font-size: 25px;
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	text-shadow: 0 0 6px rgba(0,0,0,0.30);
	color: #FFF;
	margin-bottom: 32px;
}
.page_works .page_cont .cat_head ul {
	text-align: center;
	font-size: 0;
}
.page_works .page_cont .cat_head ul li {
	display: inline-block;
	margin-right: 24px;
	width: 232px;
}
.page_works .page_cont .cat_head ul li:nth-last-child(1) {
	margin-right: 0;
}
.page_works .page_cont .cat_head ul li a {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 29px;
	border: 1px solid #707070;
	font-size: 18px;
	height: 57px;
	line-height: 53px;
}
.page_works .page_cont .cat_head ul li.active a {
	pointer-events: none;
	color: #FFF;
	background-color: #343434;
}
.page_works .cont ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.page_works .cont ul li {
	flex: 0 0 32%;
	background-color: #FFF;
	padding: 22px;
	border-radius: 10px;
}
.page_works .cont ul li .inner {
	position: relative;
	padding-bottom: 44px;
	height: 100%;
}
.page_works .cont ul li .inner .thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 18px;
}
.page_works .cont ul li .inner .thumb img {
	/*
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
*/
  object-fit: cover;
  width: 100%;
  height: 100%
}
.page_works .cont .item .title {
	line-height: 1.4;
	font-size: 16px;
}
.page_works .cont .item .year {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.page_works .cont .item .year .descbox {
	font-size: 10px;
	letter-spacing: 0.1em;
	height: 20px;
	line-height: 20px;
	border: 1px solid #607C8F;
	padding: 0 2em;
	color: #7B7B7B;
}
.page_works .cont .item .year .date {
	font-size: 11px;
	line-height: 20px;
	color: #7B7B7B;
font-family: urw-din,sans-serif;
font-weight: 600;
font-style: normal;	
	padding-left: 9px;
}
.page_works .cont .item .linkbtn {
	position: absolute;
	right: 0;
	bottom: 0;
	display: table-cell;
font-family: urw-din,sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	width: 114px;
	height: 20px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	border-radius: 10px;
}
.pagenation ul {
	font-size: 0;
	text-align: center;
}
.pagenation li {
	font-size: 18px;
	font-family: urw-din,sans-serif;
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	margin-right: 16px;
}
.pagenation li:nth-last-child(1) {
	margin-right: 0;
}
.pagenation li a {
	display: table-cell;
	width: 60px;
	height: 60px;
	border: 1px solid #707070;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	color: #707070;
}
.pagenation li .current {
	display: table-cell;
	width: 60px;
	height: 60px;
	border: 1px solid #707070;
	text-align: center;
	vertical-align: middle;
	background-color: #707070;
	color: #FFF;
}
.pagenation li.next a {
	display: table-cell;
	width: 60px;
	height: 60px;
	border: none;
	background-color: none;
	background: url("../image/pn_arrow_r.svg") center center no-repeat;
	background-size: 20px auto;
}
.pagenation li.prev a {
	display: table-cell;
	width: 60px;
	height: 60px;
	border: none;
	background-color: none;
	background: url("../image/pn_arrow_l.svg") center center no-repeat;
	background-size: 20px auto;
}
.c-pagination {
	text-align: center;
	margin-top: 100px;
	display: flex;
	justify-content: center;
  }
  
  @media screen and (max-width: 767px) {
	.c-pagination {
	  margin-top: 50px;
	}
  }
  
  .c-pagination a,
  .c-pagination span {
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: #707070;
	margin-left: 16px;
	border: 1px solid #707070;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  @media screen and (max-width: 767px) {
  
	.c-pagination a,
	.c-pagination span {
	  font-size: 1.4rem;
	  padding: 5px 8px;
	  margin-left: 7px;
	}
  }
  
  .c-pagination a:not(:first-child),
  .c-pagination span:not(:first-child) {
	margin-left: 10px;
  }
  
  @media screen and (max-width: 767px) {
  
	.c-pagination a:not(:first-child),
	.c-pagination span:not(:first-child) {
	  margin-left: 7px;
	}
  }
  
  .c-pagination .next~.all_next {
	padding: 0;
	margin-left: 5px !important;
  }
  
  .c-pagination .all_next~.prev {
	padding: 5px 13px 5px 0;
	margin-left: 5px;
  }
  
  .c-pagination a.next, .c-pagination a.all_next, .c-pagination a.prev, .c-pagination a.all_prev, .c-pagination .dots {
	border: none;
	background: none;
  }
  .c-pagination a.all_next {
	display: none;
  }
  .c-pagination a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  
  .c-pagination a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
  }
  
  .c-pagination span.current {
	color: #fff;
	background-color: #707070;
  }
@media screen and (max-width: 1200px) {
	.page_works .page_cont .cat_head ul {
		padding: 0 15px;
	}
	.page_works .page_cont .cat_head ul li {
	  display: inline-block;
	  margin-right: 4%;
		margin-bottom: 12px;
	  width: 48%;
	}
	.page_works .page_cont .cat_head ul li:nth-child(2n) {
		margin-right: 0;
	}
	.page_works .cont ul {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 20px 2%;
	}	
	.page_works .cont ul li {
	  flex: 0 0 49%;
	}
	.page_works .cont ul li .inner .thumb {
	  height: 29vw;
	  margin-bottom: 11px;
	}	
	
	
}
@media screen and (max-width: 768px) {
	.page_works .page_cont {
	  padding: 45px 0 40px;
	}
	.page_works .page_cont .cat_head ul li a {
	  border-radius: 29px;
	  font-size: 14px;
	  height: 44px;
	  line-height: 41px;
	}
	.page_works .cont ul li {
	  padding: 8px 8px 12px;
	  border-radius: 10px;
	}	
	.page_works .cont .item .title {
	  font-size: 14px;
		text-align: center;
	}
	.page_works .cont .item .title .city {
		display: block;
	}
	.page_works .cont .item .year {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	}
	.page_works .cont .item .linkbtn {
	  position: absolute;
	  right: auto;
		left: 50%;
		transform: translateX(-50%);
	  bottom: 0;
	  font-size: 12px;
	  width: 116px;
	  height: 22px;
	  line-height: 20px;
	}	
	.page_works .cont .item .year {
	  position: absolute;
	  bottom: 29px;
	  left: 0;
	  width: 100%;
		text-align: center;
	}
	.page_works .cont ul li .inner {
	  position: relative;
	  padding-bottom: 60px;
	  height: 100%;
	}
	.pagenation li {
	  font-size: 16px;
	}
	.pagenation li .current,
	.pagenation li.prev a,
	.pagenation li.next a,
	.pagenation li a {
	  display: table-cell;
	  width: 48px;
	  height: 48px;
	}	
	.page_works .page_cont .cont {
	  margin-bottom: 30px;
	}
}
.single_works .page_cont {
	padding: 27px 24px;
}
.single_works .page_cont .inner {
	background-color: #FFF;
	padding: 61px 0;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
}
.single_works .cont {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}
.single_works .cont .left {
	display: table-cell;
	padding-right: 54px;
	vertical-align: top;
}
.single_works .cont .left .inner {
	width: 100%;
}
.single_works .cont .left .slide_main {
	width: 555px;
}
.single_works .cont .left .slide_main li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single_works .cont .right {
	display: table-cell;
	width: 560px;
}
.single_works .cont .right .thumbbox {
	margin-bottom: 30px;
}
.single_works .cont .right .slide_thumbs {
	width: 100%;
	font-size: 0;
}
.single_works .cont .right .slide_thumbs li {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	cursor: pointer;
}
.single_works .cont .right .slide_thumbs li.current {
	opacity: 0.6;
	pointer-events: none;
}
.single_works .cont .right .slide_thumbs li:hover {
	opacity: 0.6;
}
.single_works .cont .right .slide_thumbs li:nth-child(3n) {
	margin-right: 0;
}
.single_works .cont .right .slide_thumbs li::after {
	content: ".";
	font-size: 0;
	padding-top: calc(100% - 16px);
	position: relative;
	display: block;
	border: 10px solid rgba(255,255,255,0.80);
}
.single_works .cont .right .slide_thumbs li img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
}
.single_works .cont .right .slide_thumbs li img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 130%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.single_works .head {
	margin-bottom: 45px;
}
.single_works .head h3 {
	font-size: 24px;
font-family: ryo-text-plusn, serif;
font-weight: 500;
font-style: normal;
	text-align: center;
	color: #707070;
}
.single_works .info {
	
}
.single_works .info h4 {
	font-size: 18px;
	width: 100%;
	height: 49px;
	line-height: 49px;
	color: #FFF;
	background-color: #707070;
	text-align: center;
font-family: ryo-text-plusn, serif;
font-weight: 500;
font-style: normal;
	letter-spacing: 1em;
	margin-bottom: 30px;
}
.single_works .info p {
	font-size: 16px;
	line-height: 2.5;
	margin-bottom: 1em;
}
.backlink {
	width: 100%;
	padding: 70px 0 96px;
	text-align: center;
}
.backlink .btn {
	width: 100%;
	max-width: 230px;
	display: inline-block;
}
.backlink .btn a {
	display: block;
	font-size: 18px;
	line-height: 54px;
	height: 57px;
	border: 1px solid #707070;
	border-radius: 28px;
	font-weight: 400;
}

@media screen and (max-width: 1200px) {
	.single_works .cont .left .slide_main {
	  width: 380px;
	}		
}
@media screen and (max-width: 768px) {
	.single_works .cont .left .slide_main {
	  width: 100%;
	}		
	
	.single_works .head h3 {
	  font-size: 24px;
		text-align: center;
	}	
	.single_works .head h3 .city {
		display: block;
		font-size: 18px;
		line-height: 35px;
		text-align: center;
	}
	.single_works .page_cont .inner {
	  padding: 36px 0;
	}
	.single_works .head {
	  margin-bottom: 32px;
	}	
	.single_works .page_cont {
	  padding: 14px 9px;
	}
	.single_works .cont {
	  display: block;
	}	
	.single_works .cont .left {
	  display: block;
	  padding-right: 0;
	  vertical-align: top;
		margin-bottom: 30px;
	}
	.single_works .cont .right {
	  display: block;
	  width: 100%;
	}	
	.slide_main .slick-slide {
		height: 78vw;
		text-align: center;
	}
	.slide_main .slick-slide img {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
	.single_works .cont .right .slide_thumbs li,
	.single_works .cont .right .slide_thumbs li:nth-child(3n)	{
	  width: 23.5%;
	  margin-right: 2%;
	  margin-bottom: 2%;
	  cursor: pointer;
	}	
	.single_works .cont .right .slide_thumbs li:nth-child(4n) {
		margin-right: 0;
	}
	.single_works .info h4 {
	  font-size: 15px;
	  width: 100%;
	  height: 34px;
	  line-height: 34px;
	  margin-bottom: 15px;
	}
	.single_works .info p br {
		display: none;
	}
	.single_works .info.news p br {
		display: block;
	}
	.backlink .btn a {
	  font-size: 14px;
	  line-height: 42px;
	  height: 46px;
	  border-radius: 23px;
	}
	.backlink .btn {
	  width: 216px;
	}
	.backlink {
	  width: 100%;
	  padding: 32px 0 50px;
	  text-align: center;
	}	
}


.page_entry .page_cont > .inner {
	background-color: #FFF;
	padding: 66px 0 52px;
	border-radius: 10px;
}
.page_entry .page_cont .entrywrap {
	font-size: 16px;
	color: #393939;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.page_entry .page_cont .entrywrap .head {
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: 9px;
	/*margin-bottom: 76px;*/
}
.page_entry .page_cont .entrywrap .head .hissu {
	color: #FFF;
	font-size: 12px;
	font-family: Meiryo, "sans-serif";
	padding: 0.3em 0.8em;
	background-color: #D31C5B;
	line-height: 28px;
	height: 28px;
	margin-right: 0.5em;
}
.page_entry .page_cont .entrywrap table {
	
}
.page_entry .page_cont .entrywrap table tr {
	
}
.page_entry .page_cont .entrywrap table tr th {
	padding: 36px 20px 36px 30px;
	width: 328px;
	border-bottom: 1px solid #C1C1C1;
	position: relative;
	vertical-align: top;
	line-height: 1.6;
}
.page_entry .page_cont .entrywrap table tr:nth-child(2n-1) th {
	background-color: #F4F4F4;
}
.page_entry .page_cont .entrywrap table tr:nth-child(2n) th {
	background-color: #E8E8E8;
}

.page_entry .page_cont .entrywrap table tr th.hissu::after {
	content: "必須";
	color: #FFF;
	font-size: 14px;
	font-family: Meiryo, "sans-serif";
	padding: 0 0.8em;
	background-color: #D31C5B;
	line-height: 28px;
	height: 28px;
	display: table-cell;
	position: absolute;
	right: 20px;
	top: 30px;
	border: 1px solid #FFF;
}
.page_entry .page_cont .entrywrap table tr td {
	padding: 22px 52px;
	border-bottom: 1px solid #C1C1C1;
	vertical-align: middle;
}
.page_entry .page_cont .entrywrap input[type="text"],
.page_entry .page_cont .entrywrap input[type="email"] {
	border: 1px solid #C1C1C1;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}
.page_entry .page_cont .entrywrap textarea {
	border: 1px solid #C1C1C1;
	line-height: 50px;
	height: 150px;
	padding: 0 20px;
	width: 100%;
}
.page_entry .page_cont .entrywrap input[type="radio"]{
	/*line-height: 50px;
	height: 50px;*/
}
.page_entry .page_cont .entrywrap label {
	/*line-height: 50px;
	height: 50px;*/
	margin: 0 3em 0 0.8em;
}
.page_entry .page_cont .entrywrap select {
	vertical-align: middle;
	/*margin-top: 1em;*/
}
.page_entry .page_cont .entrywrap .caution {
	margin-top: 20px;
	color: #D31C5B;
	line-height: 1.4;
}

.entry_button {
	display: block;
	margin: 40px auto 0;
	text-align: center;
    font-size: 16px;
    color: #FFF;
    width: 438px;
    line-height: 61px;
    height: 61px;
    background-color: #000;
    border: none;
    cursor: pointer;
}

.consent {
	
}
.consent .checkwrap {
	padding: 39px 0;
}
.consent .checkwrap p {
	text-align: center;
}
.consent .checkwrap input[type="checkbox"] {
	margin-right: 1em;
}
.consent .textbox {
		border: 1px solid #707070;
	padding: 35px 60px;
}
.consent .textbox h3,
.consent .textbox p,
.consent .textbox li {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.submit_area {
	text-align: center;
	padding-top: 50px;
}
.submit_area input[type="submit"],
button.wpcf7cp-cfm-submit-btn {
	font-size: 16px;
	color: #FFF;
	width: 438px;
	line-height: 61px;
	height: 61px;
	background-color: #000;
	border: none;
	cursor: pointer;
}
button.wpcf7cp-cfm-edit-btn {
	font-size: 16px;
	color: #FFF;
	width: 438px;
	line-height: 61px;
	height: 61px;
	background-color: #666;
	border: none;
	cursor: pointer;
}
.submit_area input[type="submit"]:hover {
	opacity: 0.6;
}

.wpcf7 form .wpcf7-response-output {
	padding: 30px !important;
	text-align: center;
	max-width: 1200px;
	margin: 40px auto !important;
}
span.wpcf7-list-item {
margin-top:5px;
display: block;
}
@media screen and (max-width: 768px) {
	.page_entry .page_cont > .inner {
	  padding: 15px 0 15px;
	}	
	.page_entry .page_cont .entrywrap .head {
	  border-bottom: none;
	  padding-bottom: 1.0em;
		padding-top: 1.0em;

	  margin-bottom: 0;
	}
	.page_entry .page_cont .entrywrap table,
	.page_entry .page_cont .entrywrap table tr,
	.page_entry .page_cont .entrywrap table tr th,
	.page_entry .page_cont .entrywrap table tr td {

		width: 100%;
	}	
	.page_entry .page_cont .entrywrap table tr th {
		padding: 18px 20px;
		border: none;
	}	
	.page_entry .page_cont .entrywrap table tr td {
		padding: 0;
		border: none;
	}
	.page_entry .page_cont .entrywrap table tr th.hissu::after {
	  right: 16px;
	  top: 14px;
	  border: 1px solid #FFF;
	}	
	.page_entry .page_cont .entrywrap table tr td.radiobox {
		padding: 0 20px;
	}	
	.page_entry .page_cont .entrywrap table tr td.selectbox {
		padding: 20px;
	}
	.page_entry .page_cont .entrywrap table tr td.selectbox select {
		margin: 0;
	}
	.page_entry .page_cont .entrywrap .caution {
	  margin: 15px 0;
	}
	.consent .textbox {
	  border: 1px solid #707070;
	  padding: 20px 13px;
	}
	.consent .textbox h3, .consent .textbox p, .consent .textbox li {
	  font-size: 12px;
	}
	.submit_area {
	  padding-top: 42px;
	}	
	.submit_area input[type="submit"] {
	  font-size: 14px;
	  width: 100%;
	}	
	span.wpcf7-list-item.last{
		margin-bottom: 5px;
	}
}

.page_entry .page_cont  table {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	
}
.wpcf7cp-btns {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page_entry .page_cont table tr {
		display: flex !important;
		flex-direction: column;
		width: 100%;
	}
	.page_entry .page_cont table th{
		width: 100%;
	}
}
.page_entry .page_cont table tr th {
	padding: 36px 20px 36px 30px;
	border-bottom: 1px solid #C1C1C1;
	position: relative;
	vertical-align: top;
	line-height: 1.6;
}
.page_entry .page_cont  table tr:nth-child(2n-1) th {
	background-color: #F4F4F4;
}
.page_entry .page_cont  table tr:nth-child(2n) th {
	background-color: #E8E8E8;
}

.page_entry .page_cont  table tr th.hissu::after {
	content: "必須";
	color: #FFF;
	font-size: 14px;
	font-family: Meiryo, "sans-serif";
	padding: 0 0.8em;
	background-color: #D31C5B;
	line-height: 28px;
	height: 28px;
	display: table-cell;
	position: absolute;
	right: 20px;
	top: 30px;
	border: 1px solid #FFF;
}
.page_entry .page_cont  table tr td {
	padding: 22px 52px;
	border-bottom: 1px solid #C1C1C1;
	vertical-align: middle;
}



#view {
   display: block;
   margin-top:-67px;
   padding-top:67px;
}

.nonPdd,
.single_works .page_cont.nonPdd {
	padding: 0px;
	transition: all 0.3s 0s ease;
}
.page_cont.nonPdd .coptable,
.page_cont.nonPdd .sec_business,
.page_cont.nonPdd .inner {
	border-radius: 0 !important;
	transition: all 0.3s 0s ease;
}
.page_cont {
	transition: all 0.3s 0s ease;
}
/* Page policy  */
.page_policy .coptable .coptable__ttl{
	font-size: 24px;
	max-width: unset;
	margin-bottom: 20px;
	font-family: ryo-text-plusn, serif;
}
.page_policy .coptable .coptable__number{
	margin-right: 5px;
}
.page_policy .coptable .coptable__txt{
	letter-spacing: 0.07em;
}

.page_policy .coptable .coptable__number,
.page_policy .coptable .coptable__txt{
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.page_policy .coptable .coptable__ttl{
		display: flex;
		align-items: flex-start;
	}
}
.page_policy .coptable .coptable__row:not(:last-child){
	margin-bottom: 60px;
}
.page_policy .coptable .coptable__des{
	font-size: 16px;
	padding-left: 26px;
	font-family: 'Noto Sans JP', sans-serif;
}
.page_policy .coptable .coptable__tel{
	line-height: 1.8;
}

.page_cont .noRecruit {
	font-size: 36px;
	padding: 250px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page_cont .noRecruit {
		font-size: 26px;
		padding: 100px 0;
	}
}
