@charset "utf-8";



#main-image {
	position: relative;
	width: 100%;
	margin-top: 86px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/pgtt_about.jpg?v=20191021135535) center center;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}
.pgnews #main-image {
	background: url(../photo/pgtt_news.jpg) center center;
	background-size: cover;
}
.pgabout #main-image {
	background: url(../photo/pgtt_about.jpg) center center;
	background-size: cover;
}
.pgbusiness #main-image {
	background: url(../photo/pgtt_business.jpg) center center;
	background-size: cover;
}
.pgcompany #main-image {
	background: url(../photo/pgtt_company.jpg) center center;
	background-size: cover;
}
.pgrecruit #main-image {
	background: url(../photo/pgtt_recruit.jpg) center center;
	background-size: cover;
}
.pgcontact #main-image {
	background: url(../photo/pgtt_contact.jpg) center center;
	background-size: cover;
}

@media only screen and (max-width: 640px){

.pgnews #main-image {
	background: url(../photo/pgtt_news.jpg) center center;
	background-size: cover;
}
.pgabout #main-image {
	background: url(../photo/pgtt_about_smp.jpg) center center;
	background-size: cover;
}
.pgbusiness #main-image {
	background: url(../photo/pgtt_business_smp.jpg) center center;
	background-size: cover;
}
.pgcompany #main-image {
	background: url(../photo/pgtt_company_smp.jpg) center center;
	background-size: cover;
}
.pgrecruit #main-image {
	background: url(../photo/pgtt_recruit_smp.jpg) center center;
	background-size: cover;
}
.pgcontact #main-image {
	background: url(../photo/pgtt_contact_smp.jpg) center center;
	background-size: cover;
}

}
#main-image .sloverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: url(../images/overlays-bk.png) 0 0;
	z-index: 1;
}

w896br { display: none; }

/* 1100
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1100px){
#main-image {
	margin-top: 0px;
}

}
#main-image h2 {
	margin-bottom: 0;
	padding-top: 12vh;
	padding-bottom: 11vh;
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 2px;
	line-height: 1.1em;
	text-align: center;
	text-shadow: 0 2px 2px #111;
	z-index: 3;
}
#main-image h2 span {
	display: block;
	font-size: 1rem;
	letter-spacing: 5px;
}




/* pagetitle
------------------------------------------------------------*/

#pagetitle {
	width: 100%;
	height: 200px;
	z-index: 10;
	overflow:hidden;
}
#pagetitle img {
	width: 100%;
	height: auto;
}


/* breadbox
-----------------------------------------*/

.breadbox {
	width: 100%;
	margin: 0 0 60px;
}
.breadbox .inbox {
	width: 99%;
	margin: 0 auto;
	padding: 10px 0;
}
.breadbox li {
	display: inline;
	font-size: 0.86em;
	color: #333;
	list-style-type: none;
}
.breadbox li::after {
	padding: 0 6px;
	content:" ／ ";
}
.breadbox li:last-child::after {
	padding: 0 0 0 6px;
	content:"";
}
.breadbox li a {
	color: #333;
	text-decoration: underline;
}
.breadbox li a:hover {
	color: #999;
	text-decoration: none;
}


/* pgacnav
-----------------------------------------*/

.pgacnav {
	padding: 0 0 30px;
}
.pgacnav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
	padding: 0;
}
.pgacnav li{
	list-style: none;
	margin: 0 30px;
}
.pgacnav a {
	position: relative;
	display: block;
	height: 50px;
	padding: 10px 20px;
	color: #333;
	padding-bottom: 5px;
	text-decoration: none;
}
.pgacnav a::before {
	position: absolute;
	content: '';
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #999;
	transform: scale(1, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.pgacnav a::after {
	position: absolute;
	content: '';
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #1c65b7;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.pgacnav a:hover::after {
	transform: scale(1, 1);
}
.pgacnav li:first-child {
	margin: 0 30px;
}


.inbox {
	width: 96%;
	max-width: 1360px;
	margin: 50px auto;
	text-align: center;
}
.lowdir .contbox {
	margin: 50px auto 70px;
}

.text-images {
	position: absolute;
	width: 100%;
	z-index: 999;
	text-align: center;
}
.text-images img {
	width: 70%;
	max-width: 700px;
	margin: 120px auto 0;
}


h1.pgsub {
	width: 100%;
	padding: 35px 0;
	font-size: 2.6em;
	color: #197835;
	text-align: center;
}
h1.pgsub img {
	height: 80px;
	width: auto;
	margin: 0 auto;
}



/* about cont01
------------------------------------------------------------*/

.pgabout .pgab_box01 {
	padding: 0 0 100px;
}
.pgabout #cont01 {
	margin: 0px auto 100px;
}
.pgabout #cont01 .pgab_box02 {
	position: relative;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.pgabout #cont01 .pgab_box02 ul {
	display: flex;
	padding: 0 0 20px;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pgabout #cont01 .pgab_box02 ul li {
	position: relative;
	float: left;
	width: 32%;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: left;
}
.pgabout #cont01 .pgab_box02 ul li a {
	display: block;
	width:100%;
	height:100%;
}
.pgabout #cont01 .pgab_box02 ul li div.bzic {
	position: relative;
	overflow: hidden;
}
.pgabout #cont01 .pgab_box02 ul li div img {
	width: 100%;
	height: auto;
    	filter:grayscale(0);
	opacity: 1.0;
	transition: transform .6s ease;
	transition:1s all;
}
.pgabout #cont01 .pgab_box02 ul li a:hover img {
	transform:scale(1.06,1.06);
	transition:1s all;
}

.pgabout #cont01 .pgab_box02 ul li a .modalup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .0;
	background: url(../images/modalup.png) 0 0;
	background-size: 100% auto;
	transition: 0.6s all;
	z-index: 1;
}
.pgabout #cont01 .pgab_box02 ul li a:hover .modalup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background: url(../images/modalup.png) 0 0;
	background-size: 100% auto;
	z-index: 1;
}
.pgab_box03 table {
	position: relative;
	width: 100%;
}
.pgab_box03 table th {
	position: relative;
	width: 20%;
	padding: 24px 0 4px 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
}
.pgab_box03 table th::after {
	content: "";
	position: absolute;
	width: 1%;
	border-bottom: 4px solid #1c65b7;
	bottom: -1px;
	left: 0;
	transition: 1s ease-in-out;
}
.pgab_box03 table th.inview_n.inview.show::after {
	content: "";
	position: absolute;
	width: 60%;
	border-bottom: 4px solid #1c65b7;
	bottom: -1px;
	left: 0;
}
.pgab_box03 table td {
	padding: 24px 20px 4px 40px;
	border-bottom: 1px solid #ccc;
	line-height: 1.6em;
	text-align: left;
}
.outlinebox td dt {
	padding: 0 0 6px;
	font-size: 1.1em;
}
.outlinebox td dd {
	padding: 2px 15px;
}

.pgabout #cont02 {
	position: relative;
}
.pgabout #cont02 .movebg01 {
	position: absolute;
	top: 150px;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgabout #cont02 .movebg01.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgabout #cont02 .movebg01.inview_rbg {
	transform: translateX(-600px);
}
.pgabout #cont02 .movebg01.inview_rbg.inview.show {
	transform: translateX(-260px);
	opacity: 1;
}
.pgabout #cont02 .inbox {
	position: relative;
	z-index: 1;
}
.pgabout #cont02 .pgab_box04 {
	padding: 20px 0 60px;
}
.pgabout #cont02 .textbox {
	padding: 30px 0 60px;
	font-size: 1.0em;
	line-height: 2.2em;
}
.pgabout #cont02 .pgab_box04 .grid01 {
	width: 45%;
	margin: 0 0 0 27%;
	text-align: right;
}
.pgabout #cont02 .pgab_box04 .grid01 img {
	width: 100%;
	height: auto;
}
.pgabout #cont02 .pgab_box04 .grid02 {
	width: 26%;
	margin: -180px 0 0 2%;
}
.pgabout #cont02 .pgab_box04 .grid02 img {
	width: 100%;
	height: auto;
}

.pgab_box06 {
	display: flex;
	width: 100%;
	padding: 0 0 50px;
	text-align: left;
}
.pgab_box06 .flexsub {
	width: 300px;
	font-size: 1.2em;
	color: #111;
	font-weight: 500;
}
.pgab_box06 .flextxt {
	flex: 1;
	line-height: 2.4em;
}
.pgab_box07 {
	padding: 0 0 60px;
}
.pgab_box07 .grid01 {
	width: 32%;
	margin: 0 6%;
	text-align: center;
}
.pgab_box07 .grid01 .popupimg {
	position: relative;
	padding: 20px;
	border: solid 1px #ccc;
}

.pgab_box07 .grid01 .popupimg:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 2px;
	right: 2px;
	background: url(../images/popup-img.png) no-repeat right top;
	background-size: 24px 24px;
}
.pgab_box07 .grid01 img {
	width: 100%;
	height: auto;
}

.pgab_box07 .grid02 {
	width: 56%;
	margin: 0;
}
.pgab_box07 .grid02 .mvwrap {
	width: 80%;
	margin: 60px auto 0;
}
.pgab_box07 .grid02 .mvwrap video {
	width: 100%;
	height: auto;
}

.pgab_box07b {
	width: 88%;
	margin: 0 auto;
	padding: 0 0 140px;
}
.pgab_box07b .gallery-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pgab_box07b .gallery-list li {
	width: 48%;
	margin: 0 1% 24px 0;
}
.pgab_box07b .gallery-list li img {
	width: 100%;
	height: auto;
}

.pgab_box08 {
	width: 100%;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}
.pgab_box08 tr {
	border-top: solid 1px #ccc;
}
.pgab_box08 th {
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.pgab_box08 td {
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
}
.pgab_box07 .grid03,
.pgab_box07 .grid04 {
	width: 44%;
	margin: 2% 3% 2%;
	text-align: center;
}
.pgab_box07 .grid03 img,
.pgab_box07 .grid04 img {
	width: 100%;
	height: auto;
}

.pgabout #cont06 h1.pgctgsub {
	margin: 0 auto 60px;
}
.pgabout #cont06 .imgbox {
	width: 80%;
	margin: 0 auto;
	padding: 60px;
	border: solid 1px #999;
}
.pgabout #cont06 .imgbox .ab03sub {
	width: 100%;
	margin: 0 auto 16px;
	font-size: 1.4em;
	color: #111;
	font-weight: 500;
	text-align: left;
}
.pgabout #cont06 .ab03capt {
	width: 80%;
	margin: 0 auto 60px;
	padding: 6px 0;
	text-align: right;
}
.pgabout #cont06 .ab03capt a {
	font-size: 0.8em;
	text-decoration: underline;
}

.pgabout #cont07 {
	position: relative;
	margin: 0 0 60px;
	padding: 0 0 10px;
}
.pgabout #cont07 .movebg02 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgabout #cont07 .movebg01.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgabout #cont07 .inbox {
	position: relative;
	z-index: 1;
}
.pgabout #cont07 .pgab_box05 {
	padding: 20px 0;
}
.pgabout #cont07 .movebg02 {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 60%;
	background: #d2e0f1;
	z-index: 0;
}
.pgabout #cont07 .pgab_box05 .grid01 {
	width: 48%;
	margin: 0;
}
.pgabout #cont07 .pgab_box05 .grid02 {
	width: 48%;
	margin: 0 0 0 4%;
}
.pgabout #cont07 .pgab_box05 .grid img {
	width: 100%;
	height: auto;
}




/* pgbusiness
------------------------------------------------------------*/


.pgbusiness #cont01 {
	position: relative;
	margin: 0 0 60px;
	overflow: hidden;
}
.pgbusiness #cont01 .movebg01 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont01 .movebg01.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont01 .movebg01.inview_rbg {
	transform: translateX(-600px);
}
.pgbusiness #cont01 .movebg01.inview_rbg.inview.show {
	transform: translateX(-260px);
	opacity: 1;
}
.pgbusiness #cont01 .inbox {
	position: relative;
	text-align: right;
}
.pgbusiness #cont01 .pgbz_box01ph {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont01 .pgbz_box01ph img {
	width: 680px;
	height: auto;
}
.pgbusiness #cont01 .pgbz_box01 {
	position: relative;
	bottom: 0;
	width: 100%;
	margin: auto;
}
.pgbusiness #cont01 .pgbz_box01 .cbox {
	position: relative;
	width: 54%;
	height: auto;
	min-height: 320px;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 50px;
	z-index: 2;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .textbox {
	padding: 0 50px 40px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}
.pgbusiness #cont01 .pgbz_box01 .btn-more {
	position: relative;
	width: 30%;
	margin: 40px auto 0 0;
	padding: 0 0 40px;
	text-align: left;
	z-index: 3;
}
.pgbusiness #cont02 {
	position: relative;
	margin: 0 0 100px;
}
.pgbusiness #cont02 .pgbz_box02 {
	position: relative;
}
.pgbusiness #cont02 .pgbz_box02 .grid01 {
	width: 46%;
	margin: 0;
}
.pgbusiness #cont02 .pgbz_box02 .grid01 .textbox {
	font-size: 0.94em;
	line-height: 2.0em;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 {
	width: 46%;
	margin: 0 0 0 8%;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul {
	text-align: left;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul li {
	padding: 0 0 6px 10px;
	font-size: 0.94em;
	text-indent: -0.8em;
	line-height: 1.5em;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul li a {
	padding-left: 20px;
	font-size: 0.84em;
	color: #1c65b7;
	text-decoration: underline;
}

.pgbusiness #cont03 {
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
}
.pgbusiness #cont03 .movebg02 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 54vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont03 .movebg02.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont03 .movebg02.inview_rbg {
	transform: translateX(600px);
}
.pgbusiness #cont03 .movebg02.inview_rbg.inview.show {
	transform: translateX(260px);
	opacity: 1;
}
.pgbusiness #cont03 .inbox {
	position: relative;
	text-align: left;
}
.pgbusiness #cont03 .pgbz_box03ph {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont03 .pgbz_box03ph img {
	width: 680px;
	height: auto;
}
.pgbusiness #cont03 .pgbz_box03 {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 440px;
	margin: auto;
}
.pgbusiness #cont03 .pgbz_box03 .cbox {
	position: relative;
	width: 54%;
	height: auto;
	min-height: 320px;
	margin-left: 46%;
	padding-bottom: 50px;
	text-align: left;
	background: url(../images/white.png) repeat;
	z-index: 2;
}
.pgbusiness #cont03 .pgbz_box03 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
}
.pgbusiness #cont03 .pgbz_box03 .cbox .textbox {
	padding: 0 50px 40px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}
.pgbusiness #cont03 .pgbz_box03 .btn-more {
	position: relative;
	width: 30%;
	margin: 40px auto 0 46%;
	padding: 0 0 40px;
	text-align: left;
	z-index: 3;
}
.pgbusiness #cont03 .pgbz_box04 ul {
	display: flex;
	width: 100%;
	padding: 0 0 20px;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pgbusiness #cont03 .pgbz_box04 ul li {
	position: relative;
	float: left;
	width: 23%;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: left;
}
.pgbusiness #cont03 .pgbz_box04 ul li img {
	width: 100%;
	height: auto;
    	filter:grayscale(0);
	opacity: 1.0;
	transition: transform .6s ease;
	transition:1s all;
}

.pgbusiness #cont04 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.pgbusiness #cont04 .movebg03 {
	position: absolute;
	bottom: 30%;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont04 .movebg03.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont04 .movebg03.inview_rbg {
	transform: translateX(-600px);
}
.pgbusiness #cont04 .movebg03.inview_rbg.inview.show {
	transform: translateX(-260px);
	opacity: 1;
}
.pgbusiness #cont04 .inbox {
	position: relative;
	text-align: right;
}
.pgbusiness #cont04 .pgbz_box05ph {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px 0;
	z-index: 1;
}
.pgbusiness #cont04 .pgbz_box05ph img {
	width: 640px;
	height: auto;
}
.pgbusiness #cont04 .pgbz_box05 {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 470px;
	margin: auto;
}
.pgbusiness #cont04 .pgbz_box05 .cbox {
	position: relative;
	width: 54%;
	height: auto;
	min-height: 320px;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 50px;
	z-index: 2;
}
.pgbusiness #cont04 .pgbz_box05 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
}
.pgbusiness #cont04 .pgbz_box05 .cbox .textbox {
	padding: 0 50px 40px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}

.pgbusiness #cont04 .pgbz_box06 {
	position: relative;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 {
	float: right;
	width: 36%;
	margin: 0 4%;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 ul {
	text-align: left;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 ul li {
	padding: 0 0 6px 10px;
	font-size: 0.94em;
	text-indent: -0.8em;
	line-height: 1.5em;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 .textbox {
	padding: 0 0 20px;
	font-size: 0.94em;
	line-height: 2.0em;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 ul {
	padding: 0 0 10px;
	font-size: 1.0em;
	line-height: 2.0em;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 .btn-more {
	position: relative;
	width: 60%;
	margin: 0 40% 0 0;
	padding: 0 0 10px;
	text-align: left;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 dl {
	text-align: left;
	font-size: 1.0em;
	line-height: 2.0em;
}
.pgbusiness #cont04 .pgbz_box06 .grid01 dd {
	padding: 0 0 0 18px;
}
.pgbusiness #cont04 .pgbz_box06 .grid02 {
	width: 46%;
	margin: 0 0 0 10%;
}
.pgbusiness #cont04 .pgbz_box06 .grid02 img {
	width: 100%;
	height: auto;
}

.pgbusiness .kbimgbox {
	width: 40%;
	margin: 0 auto 0 0;
	padding: 20px 0;
}
.pgbusiness .kbimgbox img {
	width: 100%;
	height: auto;
}


.pgbusiness #cont05 {
	position: relative;
	margin: 0 0 60px;
	overflow: hidden;
}
.pgbusiness #cont05 .movebg03 {
	position: absolute;
	top: -10%;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont05 .movebg03.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont05 .movebg03.inview_rbg {
	transform: translateX(-600px);
}
.pgbusiness #cont05 .movebg03.inview_rbg.inview.show {
	transform: translateX(-260px);
	opacity: 1;
}
.pgbusiness #cont05 .inbox {
	position: relative;
	margin: 80px auto 50px;
	text-align: right;
}
.pgbusiness #cont05 .pgbz_box05ph {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px 0;
	z-index: 1;
}
.pgbusiness #cont05 .pgbz_box05ph img {
	width: 480px;
	height: auto;
}
.pgbusiness #cont05 .pgbz_box05 {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 400px;
	margin: auto;
}
.pgbusiness #cont05 .pgbz_box05 .cbox {
	position: relative;
	width: 74%;
	height: auto;
	min-height: 260px;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding: 40px 0 50px;
	z-index: 2;
}
.pgbusiness #cont05 .pgbz_box05 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
}
.pgbusiness #cont05 .pgbz_box05 .cbox .textbox {
	padding: 0 50px 40px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}






/* pgcompany
------------------------------------------------------------*/


.pgcompany #cont01 {
	position: relative;
	margin: 0 0 60px;
}
.pgcompany .pgcp_topcopy {
	margin: 0 auto 30px;
	font-size: 1.9em;
	color: #111;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	text-align: center;
}
.pgcompany .textbox {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 100px;
	font-size: 1.1em;
	line-height: 2.4em;
	text-align: center;
}
.pgcompany .pgcp_box01 {
	display: flex;
	width: 100%;
	padding: 0 0 50px;
	text-align: left;
}
.pgcompany .pgcp_box01 .flexsub {
	width: 300px;
	font-size: 1.2em;
	color: #111;
	font-weight: 500;
}
.pgcompany .pgcp_box01 .flextxt {
	flex: 1;
	line-height: 2.4em;
}
.pgcompany #cont02 {
	margin: 0 0 60px;
}
.pgcompany #cont02 .isobox {
	width: 80%;
	margin: 0 auto;
	padding: 60px;
	border: solid 1px #999;
}
.pgcompany #cont02 .isobox .pgcp_box02 {
	width: 100%;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}
.pgcompany #cont02 .isobox .pgcp_box02 tr {
	border-top: solid 1px #ccc;
}
.pgcompany #cont02 .isobox .pgcp_box02 th {
	padding: 20px 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.pgcompany #cont02 .isobox .pgcp_box02 td {
	padding: 20px 50px;
	text-align: left;
	vertical-align: top;
}
.pgcompany #cont03 {
	position: relative;
	padding: 40px 0;
	line-height: 36px;
	background: #e9e9e9 url(../images/pgcp_head.jpg) no-repeat right center;
	background: #e9e9e9;
	background-size: auto 100%;
}
.pgcompany #cont03 .pgcp_msgline {
	position: absolute;
	top: 136px;
	width: 14%;
	height: 5px;
	background: #aaa;
	z-index: 0;
}
@media only screen and (min-width: 1360px){
.pgcompany #cont03 .pgcp_msgline {
	position: absolute;
	width: calc(((100vw - 1360px) / 2)  + 140px);
}
}
.pgcompany #cont03 .inbox {
	text-align: left;
}
.pgcompany #cont03 .pgcp_msgsub {
	padding: 0 0 60px;
}
.pgcompany #cont03 .pgcp_msgsub h1 {
	height: 60px;
	font-size: 1.4em;
	color: #111;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}
.pgcompany #cont03 .pgcp_msgsub h6 {
	font-size: 1.1em;
	color: #111;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.2em;
}
.pgcompany #cont03 .textbox {
	width: 60%;
	margin: 0 40% 0 0;
	width: 100%;
	margin: 0;
	font-size: 1.0em;
	line-height: 2.4em;
	text-align: left;
}
.pgcompany #cont03 .signtxt {
	width: 56%;
	margin: 0 44% 0 0;
	width: 98%;
	margin: 0 2% 0 0;
	font-family: "Noto Serif JP", serif;
	font-size: 1.2em;
	font-weight: 900;
	text-align: right;
}
.pgcompany #cont04 {
	position: relative;
	margin: 0 auto 50px;
	padding: 60px 0;
}
.pgcompany .pgcp_box03 {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}
.pgcompany .pgcp_box03 tr {
	border-top: solid 1px #ccc;
}
.pgcompany .pgcp_box03 th {
	padding: 20px 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.pgcompany .pgcp_box03 td {
	padding: 20px 50px;
	text-align: left;
	vertical-align: top;
}
.pgcompany .pgcp_box03 tr:first-child {
	border-top: none;
}
.pgcompany #cont05 {
	position: relative;
	margin: 0 auto 50px;
	padding: 60px 0;
}

.pgcompany #cont06 {
	padding: 60px 0;
	background: #d2e0f1;
}
.pgcompany #cont06 .textbox {
	padding: 0 0 20px;
}
.pgcompany #pgftrec .inbox {
	margin: 0 auto 0;
}
.pgcompany #cont06 .cp06capt {
	width: 80%;
	margin: 0 auto;
	padding: 6px 0;
	text-align: right;
}



/* pgrecruit
------------------------------------------------------------*/

.pgrecruit #cont01 {
	position: relative;
	margin: 0 auto 50px;
	overflow: hidden;
}
.pgrecruit #cont01 .movebg01 {
	position: absolute;
	top: 150px;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgrecruit #cont01 .movebg01.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgrecruit #cont01 .movebg01.inview_lbg {
	transform: translateX(600px);
}
.pgrecruit #cont01 .movebg01.inview_lbg.show {
	transform: translateX(260px);
	opacity: 1;
}
.pgrecruit #cont01 .inbox {
	position: relative;
	z-index: 1;
}
.pgrecruit #cont01 .pgrec_box01 {
	padding: 20px 0 60px;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 {
	width: 45%;
	margin: 0;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .rec_topmsg {
	padding: 0 0 18px;
	font-size: 2.0em;
	text-align: left;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .rec_topmsg2 {
	padding: 0 0 26px;
	margin-left: 50%;
	text-align: center;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .textbox {
	padding: 30px 0 60px;
	font-size: 1.0em;
	line-height: 2.2em;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 img {
	display: inline;
	margin: 0 1%;
	width: 46%;
	height: auto;
}
.pgrecruit #cont01 .pgrec_box01 .grid02 {
	width: 50%;
	margin: 0px 0 0 5%;
}
.pgrecruit #cont01 .pgrec_box01 .grid02 img {
	width: 100%;
	height: auto;
}

.pgrecruit #cont02 {
	position: relative;
	margin: 0 auto 50px;
	overflow: hidden;
}
.pgrecruit #cont02 .ctgsub {
	margin: 0 auto 50px;
}
.pgrecruit #cont02 .movebg02 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 54vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgrecruit #cont02 .movebg02.inview {
	opacity: 0;
	transition: transform 2.2s, opacity 3.0s;
}
.pgrecruit #cont02 .movebg02.inview_lbg {
	transform: translateX(200px);
}
.pgrecruit #cont02 .movebg02.inview_lbg.show {
	transform: translateX(0px);
	opacity: 1;
}
.pgrecruit #cont02 .pgrec_box03 {
	position: relative;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.pgrecruit #cont02 .pgrec_box03 ul {
	display: flex;
	padding: 0 0 20px;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pgrecruit #cont02 .pgrec_box03 ul li {
	position: relative;
	float: left;
	width: 32%;
	margin: 0 0 30px;
	overflow:hidden;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stfic img {
	margin: 0 10% 0 0;
	width: 90%;
	height: auto;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stftxt {
	position: relative;
	width: 90%;
	margin: -100px 0 0 10%;
	padding: 30px 20px 40px;
	font-size: 1.0em;
	z-index: 11;
	background: url(../images/white.png);
	box-sizing: border-box;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stftxt h2 {
	padding: 6px 0 0;
	font-size: 1.6em;
	color: #111;
	text-align: left;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stftxt h2 span {
	padding: 0 0 0 10px;
	font-size: 0.6em;
	color: #111;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stftxt h6 {
	padding: 4px 0 6px;
	color: #111;
	line-height: 1.6em;
	text-align: left;
}
.pgrecruit #cont02 .pgrec_box03 ul li .textbox {
	position: relative;
	width: 100%;
	padding: 30px 0;
	font-size: 1.1em;
	line-height: 2.0em;
}
.pgrecruit #cont03 {
	position: relative;
	margin: 0 auto 80px;
}
.pgrecruit .pgrec_box04 {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}
.pgrecruit .pgrec_box04 tr {
	border-top: solid 1px #ccc;
}
.pgrecruit .pgrec_box04 th {
	padding: 20px 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.pgrecruit .pgrec_box04 td {
	padding: 20px 50px;
	text-align: left;
	vertical-align: top;
}
.pgrecruit .pgrec_box04 tr:first-child {
	border-top: none;
}

.pgrecruit #cont04 {
	position: relative;
	margin: 0 auto 60px;
	padding: 50px 0;
	background: #d2e0f1;
}
.pgrecruit #cont04 .ctgsub {
	margin: 0 auto 60px;
}
.pgrecruit #cont04 .pgrec_box05 {
	width: 100%;
}
.pgrecruit #cont04 .pgrec_box05 ul {
	margin-left: 30px;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li {
	display: flex;
	width: 26%;
	list-style-type: none;
	text-align: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li.flowarow {
	width: 11%;
	align-items: center;
	justify-content: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li dl {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 20px;
	margin: 0;
	background: #fff;
	text-align: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li dl dt {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	text-align: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li dl dd {
	margin-left: 0;
	font-size: 0.94em;
	letter-spacing: -0.03em;
}
.arw-right {
	display: inline-block;
	vertical-align: middle;
	color: #1c65b7;
	line-height: 1;
	width: 36px;
	height: 36px;
	border: 7px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.pgrecruit #cont05 {
	position: relative;
	margin: 0 auto 100px;
}
.pgrecruit #cont05 .btn-more {
	width: 50%;
	margin: 0 auto;
}
.pgrecruit #cont05 .btn-more .btnLink {
	padding: 10px 0;
}

/*
------------------------------------------------------------*/


.pagenvbox {
	padding: 30px 0;
}
.pagenvbox ul {
	margin: 0 0 10px;
	padding: 12px;
	text-align: center;
}
.pagenvbox ul li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
.pagenvbox ul li a {
	display: inline-block;
	margin: 0 0 2px;
	padding: 5px 12px;
	font-size: 1.1em;
	color: #131948;
	text-decoration: none;
	background: #fff;
	border: 1px solid #131948;
	vertical-align: middle;
}
.pagenvbox ul li a:hover {
	color: #fff;
	background: #131948;
}
.pagenvbox ul li span {
	display: inline-block;
	margin: 0 0 2px;
	padding: 5px 12px;
	font-size: 1.1em;
	color: #fff;
	background: #131948;
	border: 1px solid #131948;
	vertical-align: middle;
}

/* news list
----------------------------------------------------- */

.topicsbox {
	margin-bottom: 100px;
}
.topicsbox table {
	width: 100%;
	color: #333;
	line-height: 2.0em;
	border-bottom: solid 1px #ddd;
}
.topicsbox table td {
	border-top: solid 1px #ddd;
	text-align: left;
	vertical-align: top;
}
.topicsbox table td.td_date {
	padding: 20px 0 19px;
	width: 20%;
	font-weight: bold;
	text-align: center;
}
.topicsbox table td.td_sub {
	width: 76%;
	line-height: 1.5em;
}
.topicsbox table td.td_sub a {
	display: block;
	padding: 24px 20px !important;
	color: #111;
	text-decoration: underline;
}
.topicsbox table td.td_sub a:hover {
	color: #1c65b7;
	text-decoration: none;
}

.topicsbox td.nohit {
	padding: 100px 0;
	text-align: center;
}

.pgmove {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 30px 0 20px;
	padding: 10px;
}
.pgmove ul {
	position: relative;
	left: 50%;
	float: left;
}

.pgmove ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
}

.pgmove li span {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	color: #fff;
	background: #111;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}
.pgmove li a {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	color: #111;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

.pgmove li a:hover {
	color: #fff;
	background: #111;
	border-color: #aaa;
}

.topicsbox h2.date {
	font-size: 1.1em;
	padding: 0 0 6px 0;
}
.topicsbox h2 img {
	padding: 0 0 3px 10px;
	vertical-align: middle;
}
.topicsbox h3.title {
	font-size: 1.3em;
	margin-bottom: 16px;
	padding: 0 0 12px 0;
	line-height: 1.5em;
	border-bottom: dotted 1px #999;
}
.topicsbox p.newsdays {
	font-size: 1.0em;
	padding: 4px 0 4px 10px;
	line-height: 1.8em;
	border-left: solid 4px #eee;
}
.topicsbox p.newsplace {
	font-size: 1.0em;
	padding: 0 0 0 10px;
	line-height: 1.8em;
	border-left: solid 4px #eee;
}
.topicsbox p.newscomm {
	font-size: 1.1em;
	padding: 20px 0;
	line-height: 1.8em;
}
.topicsbox div.img {
	width: 100%;
	text-align: center;
}
.topicsbox div.img img {
	padding: 20px 0;
	width: 80%;
	height: auto;
}
.topicsbox a.pdf {
	display: inline;;
	padding: 5px 12px;
	color: #666;
	text-decoration: underline;
	background-color: #fff;
	border: solid 2px #e0edcf;
}

.topicsbox a.pdf:hover {
	background-color: #e0edcf;
	border: solid 2px #fff;
	text-decoration: none;
}

.newslinkbox ul {
	width: 100%;
	text-align: center;
}
.newslinkbox ul li {
	display: inline-block;
	width: 40%;
	/ display: inline;
	padding: 30px 0;
	text-align: center;
}
.newslinkbox ul li a {
	display: block;
	width: 70%;
	margin: 0 15%;
	padding: 7px 30px 8px 60px;
	color: #fff;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #1c65b7;
	text-align: center;
	transition:.3s ease;
}
.newslinkbox ul li.pdfbtn a {
	background: #1c65b7 url(../images/icon_pdf.png) no-repeat 20px center;
}
.newslinkbox ul li.urlbtn a {
	background: #1c65b7 url(../images/icon_url.png) no-repeat 20px center;
}
.newslinkbox ul li.pdfbtn a:hover {
	background: #111 url(../images/icon_pdf.png) no-repeat 20px center;
}
.newslinkbox ul li.urlbtn a:hover {
	background: #111 url(../images/icon_url.png) no-repeat 20px center;
}

h6.backbtn {
	width: 30%;
	margin: 0 auto 20px;
	text-align: center;
}
h6.backbtn .btnLink {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	color: #fff !important;
	text-align: center;
	background: #000;
	transition: all 0.3s ease 0s;
	text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
h6.backbtn .btnLink span {
	display: inline-block;
	position: relative;
	padding: 10px 20px 12px 14px;
	color: #fff !important;
	vertical-align: middle;
}
h6.backbtn .btnLink span::after{
	content: '';
	position: absolute;
	top:45%;
	right: 0px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all .3s;
}
h6.backbtn .btnLink:hover {
	background: #666;
}
h6.backbtn .btnLink:hover span::after{
	right: -8px;
}



/* form pgcontact
------------------------------------------------------------*/

.pgcontact #pgcont01 .inbox {
	margin: 50px auto 0;
}

.telbody {
	position: relative;
	margin-bottom: 10px;
	padding-left: 50px;
	font-size: 40px;
}
.telbody a {
	color: #172345;
}
.telbody:before {
	content: '';
	display: block;
	position:absolute;
	top: 8px;
	left: 0;
	width: 43px;
	height: 28px;
	background-image: url(../images/icon_freedial.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.pgcontact .pgab_box06 {
	padding: 40px 0 60px;
	border-bottom: dotted 1px #999;
}
.pgcontact .pgab_box06.formtopmsg {
	padding: 60px 0 20px;

.telbody a {
	margin: 0;
	color: #001950;
	text-decoration: none;
	line-height: 0em;
}	border-bottom: none;
}

form#form1 table textarea {
	width: 96%;
	margin: 0px;
	padding: 6px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
	border-radius:2px;
}
form#form1 table input {
	padding: 10px 9px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	border-radius: 2px;
}
form#form1 table select {
	padding: 10px 9px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	border-radius: 2px;
}
form#form1 table td label {
	padding: 4px 2px 0px 6px;
}
form#form1 table label input {
	width: auto;
	padding: 10px 30px 10px 5px;
}

.ipt01 {
	width: 60%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt02 {
	width: 90%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt03 {
	width: 40%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt04 {
	width: 10%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt05 {
	width:400px;
	padding:5px;
}
form#form1 table label span {
	padding-right: 4px;
}
.pgcontact .formbox table {
	width: 100%;
	margin: 0;
	border-top: solid 1px #ccc;
}
.pgcontact .formbox table th  {
	width: 26%;
	padding: 16px 1% 17px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.pgcontact .formbox table td {
	width: 70%;
	padding: 16px 1% 17px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.pgcontact .formbox table td textarea {
	margin: 2px 0;
}
.pgcontact .formbox p.selpref {
	padding: 0 0 10px;
}
.pgcontact .formbox p.txtcheck {
	padding: 10px 0 0;
}


.pgcontact  .formbtnbox {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.formbtnbox .pcytxtbox {
	padding: 30px 0 60px;
	text-align: center;
}


.pgcontact .formbox .submitbox {
	width: 60%;
	margin: 10px 0 10px 25%;
	padding: 30px 0;
}
.pgcontact .formbtnbox {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.pgcontact button {
	width: 70%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
	cursor: default;
	background: #eee url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pgcontact button.active {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #1c65b7 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}
.pgcontact button.active:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}
.resetbtn {
	display: block;
	width: 60%;
	margin: 0 auto;
	color: #111;
	padding: 16px 0;
	background: #eee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.resetbtn:hover {
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	cursor: pointer;
	text-align: center;
}
form#form1 {
	padding: 10px 0;
	color: #666;
	background: #fff;
}
form#form1 .labelblock {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
form#form1 .flabel {
	display: inline-block;
	width: 20%;
}
.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: disabled;
}
.pgcontact  .textbox {
	padding: 0 0 20px;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: center;
}
.pgcontact  .contoptxt {
	padding: 0 0 50px;
	font-size: 1.2em;
	color: #3280c4;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

.pgcontact .backbtnbox {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.backbtnbox button {
	width: 70%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
	cursor: default;
	background: #444 url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.backbtnbox button:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}
.backtopbox {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.backtopbox button {
	width: 80%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
	cursor: default;
	background: #1c65b7 url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.submitbtnbox {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 10px;
	text-align: center;
}
.submitbtnbox button {
	width: 80%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	cursor: default;
	background: #1c65b7 url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.submitbtnbox button:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}

#errfrm,
.errorfrm {
	width: 90%;
	margin: 0 auto;
	text-align:center;
}
.errorfrm h1 {
	width:900px;
	color:#ff0000;
	margin:10px 0;
	padding:3px 0px;
	line-height:1.4em;
}
.errorfrm h3 {
	font-size: 24px;
	color: #1c65b7;
	padding:3px 0px;
}
.errdv {
	width: 80%;
	margin: 10px auto;
	padding: 60px ;
	background-color:#fff;
	border: 3px solid #d6e6f3;
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.errdv span {
	font-size:106%;
	color:#111;
	font-weight:bold;
}
.errorfrm h5 {
	margin:0;
	padding:0;
	color:#666666;
	font-weight:normal;
}

.backbtnbox {
  width: 200px;
  margin: 0 auto;
  padding: 0 0 80px;
}


.thanksbox {
	width: 60%;
	margin: 50px 20%;
	border: solid 3px #eee;
}
.thinbox {
	padding: 30px 50px;
	text-align: center;
}
.thtopmsg {
	padding: 0 0 50px;
 	font-size: 1.3em;
	line-height: 2.0em;
}
.backlink {
	padding: 10px 0;
	text-align: center;
}

.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: disabled;
}

.thanksbox {
	width: 70%;
	margin: 50px auto;
	border: solid 3px #eee;
}
.thinbox {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 50px;
	text-align: center;
}
.thtopmsg {
	padding: 30px 0;
 	font-size: 0.94em;
	line-height: 2.0em;
}
.thtopmsg h1 {
 	font-size: 1.3em;
}
.backlink {
	padding: 10px 0;
	text-align: center;
}
.hss {
	margin: 0px 0px 3px 10px;
	padding: 2px 6px 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	background: #c02010;
}


/* pg privacy policy
------------------------------------------------------------*/

.privacy-wrap {
	width: 100%;
	margin: 0 0 100px;
	padding: 50px 60px;
	background: #d2e0f1;
}
.privacy-item {
	width: 100%;
	padding: 0 0 60px;
	text-align: left;
}
.pp-title {
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 1.6em;
	color: #111;
	line-height: 1.8em;
	border-bottom: solid 1px #999;
}
.pp-text {
	padding: 0 0 10px;
	font-size: 1.0em;
	color: #111;
	line-height: 1.8em;
}


/* pg footer recruit
------------------------------------------------------------*/


#pgftrec {
	background-image: url(../images/bg_ftrecruit.jpg);
	background-size: 100% auto;
}
#pgftrec .inbox {
	margin: 50px auto 0;
	padding: 60px 0 80px;
	text-align: center;
}
#pgftrec .ctgsub {
	margin: 0 auto 20px;
	color: #fff;
	text-align: center;
}
#pgftrec .textbox {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 50px;
	font-size: 1.0em;
	color: #fff;
	line-height: 1.8em;
	text-align: center;
}
#pgftrec .btn-more {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
#pgftrec .btn-more .btnLink {
	background: #1c65b7;
}
#pgftrec .btn-more .btnLink:hover {
	color: #fff;
	background: #111;
}


/* 1100
--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1100px){

#main--image {
	margin-top: 66px;
}
#main--image h2 {
	padding: 100px 0 100px;
}

/* pagetitle
------------------------------------------------------------*/

#pagetitle {
	height: auto;
}


/* about cont01
------------------------------------------------------------*/

.pgabout #cont02 .movebg01 {
	position: absolute;
	top: 130px;
	width: 100%;
	height: 42vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgabout #cont02 .pgab_box04 .grid01 {
	width: 54%;
	margin: 0 0 0 14%;
	text-align: right;
}
.pgabout #cont02 .pgab_box04 .grid01 img {
	width: 100%;
	height: auto;
}
.pgabout #cont02 .pgab_box04 .grid02 {
	width: 30%;
	margin: -160px 0 0 2%;
}
.pgabout #cont02 .pgab_box04 .grid02 img {
	width: 100%;
	height: auto;
}


/* pgbusiness
------------------------------------------------------------*/


.pgbusiness #cont01 .movebg01 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont01 .movebg01.inview_rbg {
	transform: translateX(-500px);
}
.pgbusiness #cont01 .movebg01.inview_rbg.inview.show {
	transform: translateX(-100px);
	opacity: 1;
}
.pgbusiness #cont01 .pgbz_box01ph {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1;
}
.pgbusiness #cont03 .movebg02 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 46vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont03 .movebg02.inview_rbg {
	transform: translateX(500px);
}
.pgbusiness #cont03 .movebg02.inview_rbg.inview.show {
	transform: translateX(100px);
	opacity: 1;
}
.pgbusiness #cont03 .pgbz_box03ph {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1;
}

.pgbusiness #cont05 .pgbz_box05ph {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1;
}


/* pgcompany
------------------------------------------------------------*/

.pgcompany #cont03 {
	position: relative;
	padding: 40px 0;
	line-height: 36px;
	background: #e9e9e9;
	background-size: 480px auto;
}
.pgcompany #cont03 .pgcp_msgline {
	position: absolute;
	top: 136px;
	width: 20%;
	height: 5px;
	background: #aaa;
	z-index: 0;
}




.productbox .prodtextbox .prodtext {
	width: 66%;
	min-width: 500px;
}

.topicsbox {
	width: 96% !important;
	margin: 0 2%;
}
.newslinkbox ul li {
	display: inline-block;
	width: 46%;
	/ display: inline;
}
.newslinkbox ul li a {
	display: block;
	width: 86%;
	margin: 0 7%;
	padding: 7px 30px 8px 60px;
	color: #fff;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #464541;
	text-align: center;
}





}



/* 896
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 896px){


#main--image {
	margin-top: 0px;
}
#main--image h2 {
	padding: 70px 0 80px;
	font-size: 2.2rem;
}

w896br { display: block; }


/* about cont01
------------------------------------------------------------*/

.pgabout #cont01 {
	margin: 0px auto 50px;
}
.pgabout #cont01 .pgab_box02 ul {
	padding: 0;
}
.pgabout #cont01 .pgab_box02 ul li {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: left;
}
.pgabout #cont01 .pgab_box02 ul li a {
	display: block;
	width:100%;
	height:100%;
}
.pgabout #cont01 .pgab_box02 ul li.car09 {
	display: none;
}

.pgabout .pgab_box01 {
	padding: 0 0 60px;
}
.pgab_box03 table th {
	position: relative;
	width: 30%;
	padding: 24px 10px 4px;
}

.pgabout #cont02 {
	margin: 0px auto 50px;
}
.pgabout #cont02 .movebg01 {
	position: absolute;
	bottom: 0px;
	width: 200%;
	height: 60%;
	background: #d2e0f1;
	z-index: 0;
}
.pgabout #cont02 .pgab_box04 {
	padding: 0px 0 30px;
}
.pgabout #cont02 .pgab_box04 .grid01 {
	float: left !important;
	width: 66%;
	margin: 0;
	text-align: right;
}
.pgabout #cont02 .pgab_box04 .grid02 {
	float: left !important;
	width: 31.3%;
	margin: 0px 0 0 2.7%;
}


.pgab_box06 {
	display: block;
	width: 100%;
	padding: 0 0 50px;
	text-align: left;
}
.pgab_box06 .flexsub {
	width: 100%;
	padding: 0 0 20px;
	font-size: 1.2em;
	color: #111;
	font-weight: 500;
}
.pgab_box06 .flextxt {
	display: block !important;
	width: 100%;
	line-height: 1.8em;
}
.pgab_box07 {
	padding: 0 0 40px;
}
.pgab_box07 .grid01 {
	float: left !important;
	width: 32%;
	margin: 0 4% 0 0;
	text-align: left;
}
.pgab_box07 .grid01 .popupimg {
	position: relative;
	padding: 10px;
	border: solid 1px #ccc;
}

.pgab_box07 .grid01 .popupimg:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 2px;
	right: 2px;
	background: url(../images/popup-img.png) no-repeat right top;
	background-size: 24px 24px;
}
.pgab_box07 .grid01 img {
	width: 100%;
	height: auto;
}

.pgab_box07 .grid02 {
	float: left !important;
	width: 64%;
	margin: 0;
}
.pgab_box08 {
	width: 100%;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}
.pgab_box08 tr {
	border-top: solid 1px #ccc;
}
.pgab_box08 th {
	display: block !important;
	padding: 12px 20px 2px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
}
.pgab_box08 td {
	display: block !important;
	padding: 0 26px 12px;
	font-size: 0.9em;
	text-align: left;
}
.pgab_box07 .grid03,
.pgab_box07 .grid04 {
	float: left !important;
	width: 44%;
	margin: 2% 3% 2%;
	text-align: center;
}
.pgab_box07 .grid03 img,
.pgab_box07 .grid04 img {
	width: 100%;
	height: auto;
}


.pgabout #cont06 .imgbox {
	padding: 30px;
}

.pgabout #cont07 .pgab_box05 {
	padding: 20px 0 60px;
}
.pgabout #cont07 .pgab_box05 .grid01 {
	width: 80%;
	margin: 0 auto 20px;
}
.pgabout #cont07 .pgab_box05 .grid02 {
	width: 80%;
	margin: 0 auto;
}
.pgabout #cont07 .pgab_box05 .grid img {
	width: 100%;
	height: auto;
}


.pgab_box07b {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 140px;
}
.pgab_box07b .gallery-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pgab_box07b .gallery-list li {
	width: 48%;
	margin: 0 2% 20px 0;
}
.pgab_box07b .gallery-list li+li {
	width: 48%;
	margin: 0 0 20px 2%;
}
.pgab_box07b .gallery-list li:last-child {
	width: 48%;
	margin: 0 1%;
}


/* pgbusiness
------------------------------------------------------------*/


.pgbusiness #cont01 {
	position: relative;
	margin: 0 0 60px;
}
.pgbusiness #cont01 .movebg01 {
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 50vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont01 .movebg01.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont01 .movebg01.inview_rbg {
	transform: translateX(0px);
}
.pgbusiness #cont01 .movebg01.inview_rbg.inview.show {
	transform: translateX(0px);
	opacity: 1;
}

.pgbusiness #cont01 .inbox {
	position: relative;
	text-align: right;
}
.pgbusiness #cont01 .pgbz_box01ph {
	position: relative;
	width: 100%;
	margin: -30px auto 0;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont01 .pgbz_box01ph img {
	width: 100%;
	height: auto;
}
.pgbusiness #cont01 .pgbz_box01 {
	position: relative;
	bottom: 0;
	width: 100%;
	margin: auto;
	padding: 20px 0 0;
}
.pgbusiness #cont01 .pgbz_box01 .cbox {
	position: relative;
	width: 96%;
	height: auto;
	min-height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 50px;
	z-index: 2;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
	padding: 30px 0 0;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .textbox {
	padding: 0 50px 60px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}
.pgbusiness #cont01 .pgbz_box01 .btn-more {
	position: relative;
	width: 50%;
	margin: -80px auto 0 36px;
	padding: 0;
	text-align: left;
	z-index: 3;
}

.pgbusiness #cont02 .pgbz_box02 .grid01,
.pgbusiness #cont02 .pgbz_box02 .grid02 {
	width: 100%;
	margin: 0 0 50px;
}
.pgbusiness #cont02 .pgbz_box02 .grid01 h3.onesbdr,
.pgbusiness #cont02 .pgbz_box02 .grid02 h3.onesbdr {
	margin-bottom: 20px;
}
.pgbusiness #cont02 .pgbz_box02 .grid01 .textbox {
	font-size: 0.94em;
	line-height: 2.0em;
}

.pgbusiness #cont02 .pgbz_box02 .grid02 ul {
	text-align: left;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul li {
	padding: 0 0 6px 10px;
	font-size: 0.94em;
	text-indent: -0.8em;
	line-height: 1.5em;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul li a {
	padding-left: 20px;
	font-size: 0.84em;
	color: #1c65b7;
	text-decoration: underline;
}

.pgbusiness #cont03 {
	position: relative;
	margin: 0 0 60px;
}
.pgbusiness #cont03 .movebg02 {
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 50vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont03 .movebg02.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont03 .movebg02.inview_rbg {
	transform: translateX(0px);
}
.pgbusiness #cont03 .movebg02.inview_rbg.inview.show {
	transform: translateX(0px);
	opacity: 1;
}
.pgbusiness #cont03 .inbox {
	position: relative;
	text-align: right;
}
.pgbusiness #cont03 .pgbz_box03ph {
	position: relative;
	width: 100%;
	margin: -50px auto 0;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont03 .pgbz_box03ph img {
	width: 100%;
	height: auto;
}
.pgbusiness #cont03 .pgbz_box03 {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: auto;
	margin: auto;
	padding: 20px 0 0;
}
.pgbusiness #cont03 .pgbz_box03 .cbox {
	position: relative;
	width: 96%;
	height: auto;
	min-height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 0;
	z-index: 2;
}
.pgbusiness #cont03 .pgbz_box03 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
	padding: 30px 0 0;
}
.pgbusiness #cont03 .pgbz_box03 .cbox .textbox {
	padding: 0 50px 60px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}
.pgbusiness #cont03 .pgbz_box04 ul {
	display: flex;
	width: 100%;
	padding: 0 0 20px;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pgbusiness #cont03 .pgbz_box04 ul li {
	position: relative;
	float: left;
	width: 46%;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: left;
}
.pgbusiness #cont03 .pgbz_box04 ul li img {
	width: 100%;
	height: auto;
    	filter:grayscale(0);
	opacity: 1.0;
	transition: transform .6s ease;
	transition:1s all;
}


.pgbusiness #cont04 {
	position: relative;
	margin: 0 0 20px;
}
.pgbusiness #cont04 .pgab_box07 {
	padding: 0 0 60px;
}

.pgbusiness #cont05 {
	position: relative;
	margin: 0 0 60px;
}
.pgbusiness #cont05 .movebg03 {
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 50vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont05 .movebg03.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont05 .movebg03.inview_rbg {
	transform: translateX(0px);
}
.pgbusiness #cont05 .movebg03.inview_rbg.inview.show {
	transform: translateX(0px);
	opacity: 1;
}

.pgbusiness #cont05 .inbox {
	position: relative;
	margin: 30px auto 50px;
	text-align: right;
}
.pgbusiness #cont04 .pgbz_box05ph {
	position: relative;
	width: 100%;
	margin: -50px auto 0;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont04 .pgbz_box05ph img {
	width: 100%;
	height: auto;
}
.pgbusiness #cont04 .pgbz_box05 {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: auto;
	margin: auto;
	padding: 20px 0 0;
}
.pgbusiness #cont04 .pgbz_box05 .cbox {
	position: relative;
	width: 96%;
	height: auto;
	min-height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 50px;
	z-index: 2;
}
.pgbusiness #cont04 .pgbz_box05 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
	padding: 30px 0 0;
}
.pgbusiness #cont04 .pgbz_box05 .cbox .textbox {
	padding: 0 50px 60px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}


.pgbusiness #cont05 {
	position: relative;
	margin: 0 0 60px;
}
.pgbusiness #cont05 .movebg03 {
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 50vh;
	background: #d2e0f1;
	z-index: 0;
}
.pgbusiness #cont05 .movebg03.inview {
	opacity: 0;
	transition: transform 3.2s, opacity 6.0s;
}
.pgbusiness #cont05 .movebg03.inview_rbg {
	transform: translateX(0px);
}
.pgbusiness #cont05 .movebg03.inview_rbg.inview.show {
	transform: translateX(0px);
	opacity: 1;
}

.pgbusiness #cont05 .inbox {
	position: relative;
	text-align: right;
}
.pgbusiness #cont05 .pgbz_box05ph {
	position: relative;
	width: 100%;
	margin: -50px auto 0;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont05 .pgbz_box05ph img {
	width: 100%;
	height: auto;
}
.pgbusiness #cont05 .pgbz_box05 {
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: auto;
	margin: auto;
	padding: 20px 0 0;
}
.pgbusiness #cont05 .pgbz_box05 .cbox {
	position: relative;
	width: 96%;
	height: auto;
	min-height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 50px;
	z-index: 2;
}
.pgbusiness #cont05 .pgbz_box05 .cbox .pgctgsub {
	margin: 0 0 40px 30px;
	padding: 30px 0 0;
}
.pgbusiness #cont05 .pgbz_box05 .cbox .textbox {
	padding: 0 50px 60px 30px;
	font-size: 1.0em;
	line-height: 2.0em;
}


/* pgcompany
------------------------------------------------------------*/


.pgcompany #cont01 {
	position: relative;
	margin: 0 0 60px;
}

.pgcompany .pgcp_box01 {
	display: block;
	width: 100%;
	padding: 0 0 50px;
	text-align: left;
}
.pgcompany .pgcp_box01 .flexsub {
	width: 100%;
	padding: 0 0 20px;
	font-size: 1.2em;
	color: #111;
	font-weight: 500;
}
.pgcompany .pgcp_box01 .flextxt {
	display: block !important;
	width: 100%;
	line-height: 1.8em;
}
.pgcompany #cont02 .isobox {
	width: 80%;
	margin: 0 auto;
	padding: 60px;
	border: solid 1px #999;
}
.pgcompany #cont02 .isobox .pgcp_box02 {
	width: 100%;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}
.pgcompany #cont02 .isobox .pgcp_box02 tr {
	border-top: solid 1px #ccc;
}
.pgcompany #cont02 .isobox .pgcp_box02 th {
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.pgcompany #cont02 .isobox .pgcp_box02 td {
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
}

.pgcompany #cont03 {
	position: relative;
	padding: 40px 0;
	line-height: 36px;
	background: #e9e9e9;
	background-size: 50% auto;
}
.pgcompany #cont03 .inbox {
	margin: 20px auto;
}

.pgcompany #cont03 .pgcp_msgline {
	position: absolute;
	top: 106px;
	width: 200px;
	height: 5px;
	background: #aaa;
	z-index: 0;
}
.pgcompany #cont03 .pgcp_msgsub {
	padding: 0 0 40px;
}
.pgcompany #cont03 .textbox {
	width: 100%;
	margin: 0 auto 60px;
	line-height: 1.8em;
}
.pgcompany .pgcp_box03 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}

.pgcompany .pgcp_box03 th {
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.pgcompany .pgcp_box03 td {
	padding: 20px 30px;
	text-align: left;
	vertical-align: top;
}


/* pgrecruit
------------------------------------------------------------*/

.pgrecruit #cont01 {
	position: relative;
	margin: 0 auto 50px;
}
.pgrecruit #cont01 .movebg01.inview_lbg {
	transform: translateX(500px);
}
.pgrecruit #cont01 .movebg01.inview_lbg.show {
	transform: translateX(60px);
	opacity: 1;
}
.pgrecruit #cont01 .pgrec_box01 {
	padding: 20px 0 20px;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 {
	width: 90%;
	margin: 0 auto;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .rec_topmsg {
	padding: 0 0 18px;
	font-size: 2.0em;
	text-align: center;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .rec_topmsg2 {
	padding: 0 0 26px;
	margin: 0 auto;
	text-align: center;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .textbox {
	padding: 30px 0 60px;
	font-size: 1.0em;
	line-height: 2.2em;
	text-align: center;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 img {
	display: inline;
	margin: 0 1%;
	width: 46%;
	height: auto;
}
.pgrecruit #cont01 .pgrec_box01 .grid02 {
	width: 90%;
	margin: 0 auto;
}
.pgrecruit #cont01 .pgrec_box01 .grid02 img {
	width: 100%;
	height: auto;
}
.pgrecruit .pgrec_box04 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	box-sizing: content-box;
	border-bottom: solid 1px #ccc;
}

.pgrecruit #cont01 .pgrec_box02 {
	width: 93%;
	margin: 0 auto;
	padding: 0 0 40px;
}
.pgrecruit #cont01 .pgrec_box02 img {
	display: inline;
	margin: 0 1%;
	width: 47%;
	height: auto;
}


.pgrecruit #cont02 .pgrec_box03 ul {
	display: block;
	padding: 0 0 20px;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pgrecruit #cont02 .pgrec_box03 ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	overflow:hidden;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stfic img {
	margin: 0 50% 0 0;
	width: 50%;
	height: auto;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stftxt {
	position: absolute;
	top: 0;
	right: 0;
	width: 56%;
	margin: 20px 0 0 44%;
	padding: 20px 30px;
	font-size: 1.0em;
	z-index: 11;
	background: url(../images/white.png);
	box-sizing: border-box;
}

.pgrecruit #cont04 {
	position: relative;
	margin: 0 auto 60px;
	padding: 50px 0;
	background: #d2e0f1;
}
.pgrecruit #cont04 .ctgsub {
	margin: 0 auto 60px;
}
.pgrecruit #cont04 .pgrec_box05 {
	width: 100%;
}
.pgrecruit #cont04 .pgrec_box05 ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.pgrecruit #cont04 .pgrec_box05 ul li {
	display: flex;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li.flowarow {
	width: 100%;
	padding: 4px 0 16px;
	align-items: center;
	justify-content: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li dl {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 0px;
	margin: 0;
	background: #fff;
	text-align: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li dl dt {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 6px;
	letter-spacing: 0.2em;
	text-align: center;
}
.pgrecruit #cont04 .pgrec_box05 ul li dl dd {
	margin-left: 0;
	font-size: 0.94em;
	letter-spacing: -0.03em;
}
.arw-right {
	display: inline-block;
	vertical-align: middle;
	color: #1c65b7;
	line-height: 1;
	width: 24px;
	height: 24px;
	border: 7px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(135deg);
}



/* form pgcontact
------------------------------------------------------------*/


.telbody {
	position: relative;
	margin-bottom: 10px;
	padding-left: 50px;
	font-size: 40px;
	line-height: 1.0em;
}

.pgcontact .formbox table th  {
	display: block;
	width: 100%;
	padding: 16px 0 7px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: none;
	vertical-align: middle;
}
.pgcontact .formbox table td {
	display: block;
	width: 100%;
	padding: 16px 0 37px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}



/* pg news detail
------------------------------------------------------------*/


.newslinkbox ul {
	width: 100%;
	text-align: center;
}
.newslinkbox ul li {
	display: block;
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
}


/* pg footer recruit
------------------------------------------------------------*/


#pgftrec {
	background-image: url(../images/bg_ftrecruit.jpg);
	background-size: 120% auto;
}
#pgftrec .inbox {
	margin: 0 auto 0;
	padding: 40px 0 50px;
	text-align: center;
}
#pgftrec .textbox {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 0.9em;
	color: #fff;
	line-height: 1.7em;
}
#pgftrec .btn-more {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}



}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){

#main-image h2 {
	font-size: 2.0rem;
}
.breadbox {
	margin: 0 0 40px;
}

/* about cont01
------------------------------------------------------------*/

.pgabout .pgab_box01 {
	padding: 0 0 50px;
}
.pgab_box03 table th {
	position: relative;
	width: 60%;
	padding: 24px 6px 4px;
}
.pgab_box03 table td {
	padding: 24px 20px 4px 0;
	text-align: right;
}

.pgabout #cont02 .textbox {
	padding: 30px 0 30px;
	line-height: 1.6em;
}
.pgabout #cont02 .movebg01 {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 200%;
	height: 58%;
	background: #d2e0f1;
	z-index: 0;
}
.pgabout #cont02 .pgab_box04 {
	padding: 0px 0 30px;
}

.pgab_box07 .grid01 {
	float: none !important;
	width: 70%;
	margin: 0 auto 30px;
	text-align: center;
}
.pgab_box07 .grid01 .popupimg {
	position: relative;
	padding: 10px;
	border: solid 1px #ccc;
}
.pgab_box07 .grid02 {
	float: none !important;
	width: 96%;
	margin: 0 auto;
}
.pgab_box07 .grid03,
.pgab_box07 .grid04 {
	float: none !important;
	width: 70%;
	margin: 0 auto 20px;
	text-align: center;
}
.pgab_box07 .grid03 img,
.pgab_box07 .grid04 img {
	width: 100%;
	height: auto;
}


.pgab_box07b {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 140px;
}
.pgab_box07b .gallery-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pgab_box07b .gallery-list li,
.pgab_box07b .gallery-list li+li,
.pgab_box07b .gallery-list li:last-child {
	width: 70%;
	margin: 0 auto 20px;
}


/* pgbusiness
------------------------------------------------------------*/


.pgbusiness #cont01 {
	position: relative;
	margin: 0 0 60px;
}
.pgbusiness #cont01 .pgbz_box01ph {
	position: relative;
	width: 100%;
	margin: -30px auto 0;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont01 .pgbz_box01ph img {
	width: 100%;
	height: auto;
}
.pgbusiness #cont01 .pgbz_box01 .cbox {
	position: relative;
	width: 96%;
	height: auto;
	min-height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-bottom: 50px;
	z-index: 2;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .pgctgsub {
	margin: 0 0 15px 20px;
	padding: 20px 0 0;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .textbox {
	padding: 0 22px 50px;
	font-size: 0.9em;
	line-height: 1.8em;
}
.pgbusiness #cont01 .pgbz_box01 .btn-more {
	position: relative;
	width: 60%;
	margin: -74px auto 0 30px;
	padding: 0;
	text-align: left;
	z-index: 3;
}

.pgbusiness #cont04 {
	position: relative;
	margin: 0 0 60px;
}



.pgbusiness .kbimgbox {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
}


/* pgcompany
------------------------------------------------------------*/

.pgcompany #cont02 .isobox {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
}
.pgcompany #cont02 .isobox .pgcp_box02 tr {
	border-top: solid 1px #ccc;
}
.pgcompany #cont02 .isobox .pgcp_box02 th {
	display: block !important;
	padding: 12px 20px 2px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
}
.pgcompany #cont02 .isobox .pgcp_box02 td {
	display: block !important;
	padding: 0 26px 12px;
	font-size: 0.9em;
	text-align: left;
}

.pgcompany .pgcp_box03 th {
	display: block !important;
	padding: 12px 20px 2px;
	font-weight: 500;
	text-align: left;
}
.pgcompany .pgcp_box03 td {
	display: block !important;
	padding: 0 26px 12px;
	text-align: left;
	vertical-align: top;
}

.pgcompany #cont03 .textbox {
	margin: 0 auto 40px;
	line-height: 1.8em;
}


/* pgrecruit
------------------------------------------------------------*/

.pgrecruit #cont01 .movebg01.inview_lbg {
	transform: translateX(400px);
}
.pgrecruit #cont01 .movebg01.inview_lbg.show {
	transform: translateX(60px);
	opacity: 1;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 {
	width: 96%;
	margin: 0 auto;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .rec_topmsg {
	padding: 0 0 18px;
	font-size: 6.0vw;
	text-align: center;
}
.pgrecruit #cont01 .pgrec_box01 .grid01 .rec_topmsg2 {
	padding: 0 0 20px;
	margin: 0 auto;
	text-align: center;
}

.pgrecruit #cont01 .pgrec_box02 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
}
.pgrecruit #cont01 .pgrec_box02 img {
	display: block;
	margin: 0 0 4%;
	width: 100%;
	height: auto;
}


.pgrecruit #cont02 .pgrec_box03 ul {
	display: block;
	padding: 0 0 20px;
}
.pgrecruit #cont02 .pgrec_box03 ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	overflow:hidden;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stfic img {
	margin: 0 auto;
	width: 80%;
	height: auto;
}
.pgrecruit #cont02 .pgrec_box03 ul li .stftxt {
	position: relative;
	width: 86%;
	margin: -30px  auto 30px;
	padding: 20px 30px;
	font-size: 1.0em;
	z-index: 11;
	background: url(../images/white.png);
	box-sizing: border-box;
	border: solid 1px #eee;
}
.pgrecruit .pgrec_box04 th {
	display: block !important;
	padding: 12px 20px 2px;
	font-weight: 500;
	text-align: left;
}
.pgrecruit .pgrec_box04 td {
	display: block !important;
	padding: 0 26px 12px;
	text-align: left;
	vertical-align: top;
}

.pgrecruit #cont05 .btn-more {
	width: 80%;
	margin: 0 auto;
}


/* pg footer recruit
------------------------------------------------------------*/


#pgftrec {
	background-image: url(../images/bg_ftrecruit.jpg);
	background-size: 130% auto;
}
#pgftrec .inbox {
	margin: 0 auto 0;
	padding: 40px 0 50px;
	text-align: center;
}
#pgftrec .textbox {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 2.5vw;
	color: #fff;
	line-height: 1.7em;
}
#pgftrec .btn-more {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}


}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 550px){


.pgcompany #cont03 .textbox {
	margin: 0 auto 40px;
}

}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px){


.breadbox {
	margin: 0 0 30px;
}

.pgabout #cont02 .movebg01 {
	position: absolute;
	top: auto;
	bottom: 0px;
	width: 200%;
	height: 46%;
	background: #d2e0f1;
	z-index: 0;
}

.pgabout #cont06 .imgbox {
	width: 94%;
	margin: 0 auto;
	padding: 20px;
	border: solid 1px #999;
}
.pgabout #cont06 .ab03capt {
	width: 94%;
	margin: 0 auto 40px;
	padding: 6px 0;
	text-align: right;
}
.pgabout #cont07 .pgab_box05 {
	padding: 20px 0 60px;
}
.pgabout #cont07 .pgab_box05 .grid01,
.pgabout #cont07 .pgab_box05 .grid02 {
	width: 94%;
	margin: 0 auto 20px;
}


/* pgbusiness
------------------------------------------------------------*/

.pgbusiness #cont01 {
	margin: 0 0 40px;
}
.pgbusiness #cont01 .pgbz_box01ph {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 30px 0 0;
	z-index: 1;
}
.pgbusiness #cont01 .pgbz_box01 .cbox .textbox {
	padding: 0 16px 40px;
	font-size: 0.84em;
	line-height: 1.8em;
}
.pgbusiness #cont01 .pgbz_box01 .btn-more {
	position: relative;
	width: 80%;
	margin: -74px auto 0 30px;
	padding: 0;
	text-align: left;
	z-index: 3;
}.pgbusiness #cont02 {
	margin: 0 0 40px;
}
.pgbusiness #cont02 .pgbz_box02 .grid01 .textbox {
	font-size: 0.84em;
	line-height: 2.0em;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul li {
	padding: 0 0 6px 10px;
	font-size: 0.84em;
	text-indent: -0.8em;
}
.pgbusiness #cont02 .pgbz_box02 .grid02 ul li a {
	padding-left: 20px;
	font-size: 0.80em;
	color: #1c65b7;
}
.pgbusiness #cont03 .pgbz_box03ph {
    position: relative;
    width: 100%;
    margin: -10px auto 0;
    padding: 30px 0 0;
}
.pgbusiness #cont03 .pgbz_box03 .cbox .pgctgsub {
	margin: 0 0 15px 20px;
	padding: 20px 0 0;
}
.pgbusiness #cont03 .pgbz_box03 .cbox .textbox {
	padding: 0 16px 40px;
	font-size: 0.84em;
	line-height: 2.0em;
}
.pgbusiness #cont03 .pgbz_box04 ul {
	display: flex;
	width: 100%;
	padding: 0 0 20px;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pgbusiness #cont03 .pgbz_box04 ul li {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0 10px;
}




/* pgcompany
------------------------------------------------------------*/


.pgcompany #cont03 {
	position: relative;
	padding: 40px 0;
	line-height: 36px;
	background: #e9e9e9;
	background-size: 60% auto;
}
.pgcompany #cont03 .signtxt {
	width: 100%;
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 1.2em;
}
.pgcompany #cont03 .textbox {
	margin: 0 auto 10px;
}


/* pg privacy policy
------------------------------------------------------------*/

.privacy-wrap {
	width: 100%;
	margin: 0 0 100px;
	padding: 30px 20px;
	background: #d2e0f1;
}

/* pg footer recruit
------------------------------------------------------------*/


#pgftrec {
	background-image: url(../images/bg_ftrecruit.jpg) center center;
	background-size: auto 100%;
}
#pgftrec .inbox {
	margin: 0 auto 0;
	padding: 40px 0 50px;
	text-align: center;
}
#pgftrec .textbox {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 3.0vw;
	color: #fff;
	line-height: 1.7em;
}
#pgftrec .btn-more {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}


}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 420px){


#main-image h2 {
	font-size: 1.8rem;
}
#main-image h2 span {
	display: block;
	font-size: 0.8rem;
	letter-spacing: 5px;
}



.prodgallery .grid {
	flex-basis: 100%;
        padding: 20px 0 !important;
	border-bottom: dotted 1px #111;
}


.pgproducts .productnv .prodimg .prbgimg {
	position: absolute;
	z-index: 1;
	top: 10px !important;
	left: 36% !important;
	width: 80%;
	height: auto;
}
.pgproducts #cont02.productnv .prodimg .prbgimg,
.pgproducts #cont04.productnv .prodimg .prbgimg,
.pgproducts #cont06.productnv .prodimg .prbgimg {
	left: -12% !important;
}
.pgproducts #cont02.productnv .prodimg .prmainimg,
.pgproducts #cont04.productnv .prodimg .prmainimg,
.pgproducts #cont06.productnv .prodimg .prmainimg {
	margin-left: -40px;
}
.pgproducts .productnv .prodimg .prsub {
	position: absolute;
	top: 16px;
	z-index: 3;
}
.pgproducts #cont01.productnv .prodimg .prsub,
.pgproducts #cont03.productnv .prodimg .prsub,
.pgproducts #cont05.productnv .prodimg .prsub,
.pgproducts #cont07.productnv .prodimg .prsub  {
	left: 24%;
	margin-left: 0px;
	height: 120px;
	width: auto;
}
.pgproducts #cont02.productnv .prodimg .prsub,
.pgproducts #cont04.productnv .prodimg .prsub,
.pgproducts #cont06.productnv .prodimg .prsub {
	left: 82%;
	margin-left: 0px;
	height: 120px;
	width: auto;
}


.ctgnv li {
	width: 50%;
}
.ctgnv li:nth-child(3n),
.ctgnv li:nth-child(5n) {
	border-left: solid 1px #ccc;
}
.ctgnv li:nth-child(3n),
.ctgnv li:nth-child(4n),
.ctgnv li:nth-child(5n),
.ctgnv li:nth-child(6n) {
	border-top: none;
}
.ctgnv li:nth-child(4n),
.ctgnv li:nth-child(6n) {
	border-left: none;
}



.newslinkbox ul li a span {
	display: none;
}
.pgnews .morebtnbox {
	width: 60%;
	margin: 0 auto;
	padding: 60px 0 30px;
}




}
