/*-------------------------------------------------------
layout
-------------------------------------------------------*/
.container {
  display: block;
  margin: auto;
  z-index: 0;
  position: relative;
  width: 110rem;
}
.l_main {
	width: 100%;
}
.dividerBottom {
	padding: 7rem 0;
}

/*-------------------------------------------------------
common
-------------------------------------------------------*/
.btn {
  display: inline-block;
  position: relative;
} 
.btnMain {
	width: 25rem;
	height: 6.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
}
.btnMain span {
	position: relative;
}
.btnMain:before {
	content: "";
	background: #001626;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: skewX(-10deg);
	border: 1px solid white;
}
.btnMain.arrow:after {
	content: ">";
	position: relative;
	margin-left: 0.5rem;
	font-size: inherit;
	z-index: 1;
}
.btnNormal {
	width: 12rem;
	line-height: 3.2rem;
	color: white;
	border: 1px solid white;
	background: #001626;
	display: inline-block;
	text-align: center;
}
.btnSimpleLgBlue{ 
	width: 35rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	color: white;
	border: 1px solid white;
	transition: all 0.5s linear;
	background: none;
}
.btnSimpleLgBlue:hover {
	background: #003d7c;
}
 .btnSubmit {
 	width: 20rem;
 	height: 4rem;
 	color: white;
 	background: #105ca0;
 	display: block;
 	box-shadow: none !important;
 	outline: none !important;
 	border: 1px solid #105ca0 !important;
 	cursor: pointer;
 	margin: 1rem;
 	transition: all 0.5s linear;
	-webkit-appearance: none;
	appearance: none;
 }
 .btnSubmit:hover {
 	background: white;
 	color: #105ca0;
 }
.btnRecruit {
	width: 58rem;
	line-height: 8.5rem;
	font-size: 3rem;
	color: white;
	background: #003d7c;
	text-align: center;
}
.heading {
	text-align: center;
}
.heading h2 {
	font-size: 4.5rem;
	color: white;
	text-align: center;
	display: inline-block;
	color: #003d7c;
	padding-bottom: 0.5rem;
}
.heading .sm {
	font-size: 4rem;
}
.heading .underline {
	position: relative;
}
.heading .underline:after {
	content: "";
	left: calc(50% - 4rem);
	width: 8rem;
	border: 1px solid #003d7c;
	bottom: 0;
	position: absolute;
}
.heading p {
	color: #003d7c;
	margin-top: 0.5rem;
}
.heading.white h2,
.heading.white p {
	color: white;
}
.heading.white .underline:after {
	border-color: white;
}
.heading.black h2,
.heading.black p {
	color: black;
}
.heading.black .underline:after {
	border-color: black;
}
.subHeading h1 {
	font-size: 4.5rem;
	color: #003d7c;
}
.subHeading p {
	font-size: 1.5rem;
	margin-top: 1rem;
}
.normalHeading {
	position: relative;
	text-align: center;
}
.normalHeading h2 {
	font-size: 4rem;
	text-align: center;
	display: inline-block;
	position: relative;
	line-height: 1.2;
}
.normalHeading.withWave h2,
.normalHeading.withWaveForSpan h2 span {
	padding-bottom: 3rem;
}
.normalHeading.withWave h2:after,
.normalHeading.withWaveForSpan h2 span:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1.3rem;
	background: url(img/icon/wave.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.normalHeading.withWave h2:after {
	left: calc(50% - 8.75rem);
	width: 17.5rem;
}
.normalHeading.withWaveForSpan h2 span {
	position: relative;
	display: inline-block;
}
.normalHeading.withWaveForSpan h2 span:after {
	left: 0;
	width: 100%;
	background-repeat: repeat-x;
    background-position: left;
}
/*-------------------------------------------------------
contact form
-------------------------------------------------------*/
.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	margin-right: 2rem;
}
.wpcf7-radio .wpcf7-list-item label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/*-------------------------------------------------------
parts
-------------------------------------------------------*/
.bg1 {
	background: #edf7f9;
}
.bg2 {
	background: #c7d9ea;
}
.bg3 {
	background: url(img/pattern3.png);
	background-repeat: repeat;
}
.pagePart {
	display: block;
	position: relative;
}
.pagePartMedia {
	width: calc(50% + 6rem);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.pagePartMediaImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagePartContent {
	width: calc(50% - 6rem);
	margin-left: auto;
	height: 33.7rem;
	background: #105ca0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.pagePartContent:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 33.7rem solid #105ca0;
	border-left: 12rem solid transparent;
	position: absolute;
	left: -12rem;
	top: 0;
}
.pagePart2 .pagePartContent {
	background: #c4d5e5;
}
.pagePart2 .pagePartContent:before {
	border-bottom-color: #c4d5e5;
}
.pagePart4 .pagePartContent {
	background: #013f7c;
}
.pagePart4 .pagePartContent:before {
	border-bottom-color: #013f7c;
}
.pagePartAct {
	margin-top: 2rem;
}
.pagePartReserve .pagePartContent {
	margin-left: 0;
	margin-right: auto;
}
.pagePartReserve .pagePartContent:before {
	left: auto;
	right: -12rem;
	border-left: none;
	border-right: 12rem solid transparent;
}
.pagePart3 .pagePartContent {
	background: #ebf5f7;
}
.pagePart3 .pagePartContent:before {
    border-bottom-color: #ebf5f7;
}
.pagePartReserve .pagePartMedia {
	left: auto;
	right: 0;
}
.newsMainInfo {
	padding: 2rem;
}
.newsMainList>ul {
	display: flex;
	justify-content: center;
	padding: 4rem;
	list-style: none;
}
.newsMainItem {
	position: relative;
	width: calc(25% - 3rem);
	margin: 1.5rem;
	background: white;
}
.newsMainMedia img {
	height: 200px; 
	object-fit: cover;
	width: 100%;
}
.newsMainDate {
	padding: 0.5rem 1rem;
	background: #ec1b23;
	color: white;
	position: absolute;
	left: 0;
	top: 0;
}
.newsMainInfo ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.newsMainInfo ul li {
	margin-right: 1rem;
}
.newsMainInfo ul li,
.newsMainInfo ul li a {
	list-style: none;
	display: block;
}
.newsMainInfo ul li a {
	padding: 0.5rem;
	background: #003d7c;
	color: white;
	font-size: 1rem;
}
.newsMainInfo p {
	font-size: 1.5rem;
}
.postNavi {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4rem;
}
.postNavi .page-numbers {
    color: #666666;
	background: white;
    border: 1px solid #666666;
    font-size: 1.6rem;
    line-height: 2;
    min-width: 3.2rem;
    margin: 0 1rem;
    text-align: center;
    display: inline-block;
}
.postNavi .next,
.postNavi .prev {
	min-width: 0;
	border: none;
	background: none;
	border: none;
}
.postNavi .current {
	background: #666666;
	color: white;
}
/*-------------------------------------------------------
contact
-------------------------------------------------------*/
.footerContact {
	position: relative;
	overflow: hidden;
}
.footerContact:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background: #105ca0;
}
.footerContactBg1:before,
.footerContactBg1:after,
.footerContactBg2:before,
.footerContactBg2:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
}
.footerContactBg1:before,
.footerContactBg1:after {
	top: 0;
}
.footerContactBg2:before,
.footerContactBg2:after {
	bottom: 0;
}
.footerContactBg1:before {
	left: 0;
	border-top: 30rem solid white;
	border-right: 30rem solid transparent;
}
.footerContactBg1:after {
	right: 0;
	border-top: 30rem solid white;
	border-left: 30rem solid transparent;
}
.footerContactBg2:before {
	left: 0;
	border-bottom: 30rem solid white;
	border-right: 30rem solid transparent;
}
.footerContactBg2:after {
	right: 0;
	border-bottom: 30rem solid white;
	border-left: 30rem solid transparent;
}
.contactMeta {
	margin-top: 3rem;
}
.contactPhone {
	width: 58rem;
	margin: auto;
	display: block;
}
.contactBarCode {
	width: 14.5rem;
	margin: 3rem auto 0;
}
.contactForm {
	padding: 8rem 20rem;
	background: white;
}
.contactForm .wpcf7-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-left: 40%;
    margin-right: 40%;
}
.footerContactForm {
	margin-top: 5rem;
}
.contactFormDataItem {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
}
.contactFormDataItem>label {
	position: relative;
	width: 22rem;
    margin-top: 0.2rem;
    min-height: 2rem;
}
.contactFormControl {
	width: calc(100% - 24rem);
}
.contactFormDataItem>label>span {
	color: white;
	background: red;
	display: inline-block;
	line-height: 1.5rem;
	font-size: 1rem;
	padding: 0 0.5rem;
	position: absolute;
	right: 0;
	top: calc(50% - 0.75rem);
	border-radius: 0.2rem;
}
.contactFormName,
.contactFormYear {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contactFormName .formInput,
.contactFormYear .formInput {
	width: 10rem;
	margin-right: 2rem;
}
.contactFormYear p {
	margin-top: 0.2rem;
}
.contactFormYear .formInput {
	margin-right: 0.5rem;
}
.formInput,
.formText,
.formSelect {
	width: 100%;
	height: 2.7rem;
	border: 1px solid #636363;
	box-shadow: none;
	outline: none;
	margin-bottom: 1rem;
	padding: 0.5rem;
	resize: none;
}
.formText {
	height: 16rem;
}
.formDesc {
	color: #929496;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.formCheck .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.formCheck .wpcf7-list-item label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.formCheck .wpcf7-list-item-label {
	margin-left: 0.5rem;
}
.contactFormAct {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4rem;
	flex-wrap: wrap;
}
.contactFormPostCode {
	width: 18.5rem;
	display: flex;
	justify-content: flex-start;
    align-items: flex-start;
}
.contactFormPostCode .mark {
	position: relative;
	top: 0.2rem;
}
.contactFormProvince {
	width: 20rem;
}
.thanks {
	padding: 8rem 0;
}
.thanks h2 {
	font-size: 3.5rem;
	color: #003d7c;
	text-align: center;
}
.thanksAct{
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}
.thanksAct .btn {
	margin: auto;
}
.thanks p {
	font-size: 2.2rem;
	text-align: center;
}
.toTopBtn {
	display: none;
	width: 6rem;
	right: 4.4rem;
	bottom: 5rem;
	z-index: 10;
	position: fixed;
}
.bannerList {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -1rem;
	width: calc(100% + 2rem);
	flex-wrap: wrap;
}
.bannerItem {
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	display: block;
	position: relative;
}
.bannerRecruit {
	width: calc(100% - 2rem);
}
.bannerItemAct {
	position: absolute;
	left: 1.3rem;
	top: 1.3rem;
	right: 1.3rem;
	bottom: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
}
.bannerItemImg {
	height: 15.5rem;
	object-fit: cover;
}
.bannerRecruit .bannerItemImg {
	height: 24rem;
}
.content {
	margin-top: 4rem;
}
/*-------------------------------------------------------
post page
-------------------------------------------------------*/
.postMain * {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.postMain h3 {
	font-size: 2.5rem;
	color: #003d7c;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.postMain img {
	margin-top: 4rem;
	margin-bottom: 3rem;
}


/*-------------------------------------------------------
top page
-------------------------------------------------------*/
#js-header-youtube {
	width: 100%;
	height: calc(100vh - 8rem);
	display: block;
	border: none;
	background: grey;
}
.topMessageInfo {
	width: 92rem;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 0 4rem 4rem;
}
.topMessageInfo:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 3rem;
	bottom: 0;
	border: 1px solid white;
}
.topMessageInfo .heading {
	position: relative;
}
.topMessageInfo .heading h2 {
	background: #003d7c;
	padding: 0 2rem;
}
.topMessage {
	position: relative;
}
.topMessage:before,
.topMessage:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 80%;
	height: 100%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
}
.topMessage:before {
  transform: skewX(-30deg);
  background: #003D7C;
}
.topMessage:after {
  transform: skewX(30deg);
  background: url(img/pattern1.png);
  background-repeat: repeat;
}
.topMessageTxt {
	margin-top: 4rem;
}
.topMessageTxt p {
	color: white;
	line-height: 3;
}
.topMessageTxt p span {
	font-weight: bold;
	box-shadow: inset 0 -0.3rem #ffdd71;
}
.topBusiness {
	background: url(img/pattern2.png);
	background-repeat: repeat;
}
.topBusinessItem p {
	line-height: 7.7rem;
	color: white;
	background: #00a550;
	text-align: center;
	font-size: 2.5rem;
}
.topBusinessList {
	padding: 4rem 6rem;
}
.topBusinessList ul {
	margin: -2rem;
	width: calc(100% + 4rem);
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.topBusinessItem {
	width: calc(25% - 4rem);
	margin: 2rem;
}
.topRecruit {
	position: relative;
	overflow-x: hidden;
}
.topRecruit:before {
	content: "";
	position: absolute;
	right: -20%;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url(img/pattern1.png);
	background-repeat: repeat;
	opacity: 0.4;
	transform: skewX(-30deg);
}
.topRecruitItem {
	width: calc(50% - 6rem);
	position: relative;
}
.topRecruitContent {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4rem;
}
.topRecruitTxt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.78);
	transition: all 0.5s linear;
}
.topRecruitTxt:before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: 1px solid white;
}
.topRecruitItem:hover .topRecruitTxt {
	background: rgba(0,0,0,0.0);
}
.topRecruitTxt a {
	position: relative;
}
.interviewPart {
	background: url(img/interview_bg.jpg);
	background-size: cover;
	background-position: center;
}
.interviewPartList {
	padding: 4rem 6rem;
}
.interviewPartList ul {
	display: flex;
	width: calc(100% + 4rem);
	margin: -2rem;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.interviewPartList ul li {
	width: calc(25% - 4rem);
	margin: 2rem;
	position: relative;
	padding: 0 2rem 0;
}
.interviewPartItem {
	position: relative;
}
.interviewPartMedia {
	position: relative;
}
.interviewPartMediaImg {
	clip-path: polygon(0 3.5rem, 100% 0, 100% calc(100% - 3.5rem), 0% 100%);
}
.interviewPartMediaImg {
	height: 50rem;
}
.interviewPartMediaImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interviewPartTxt {
	position: absolute;
	top: 5.5rem;
	bottom: 2rem;
	margin-top: auto;
	margin-bottom: auto;
	left: -2rem;
	background: #4589ce;
    padding: 2rem 1rem;
    color: white;
    font-size: 1.8rem;
	writing-mode: vertical-rl;
}
.interviewPartMeta {
	position: absolute;
	right: -2rem;
	bottom: 0;
	padding: 1rem;
	border: 1px solid #003d7c;
	background: white;
	width: 55%;
}
.interviewPartMeta .job {
	font-size: 1.2rem;
}
.interviewPartMeta .name {
	font-size: 1.7rem;
}
.interviewPartPairs ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.interviewPartPairs ul {
	padding: 10rem 0;
	position: relative;
}
.interviewPartPairs ul:before {
    content: "";
    top: 10rem;
    bottom: 10rem;
    width: 100%;
    position: absolute;
    background: #d4ebff;
    transform: skewY(-6deg);
}
.interviewPartPairs ul li {
	width: 47.2rem;
	margin: 4rem;
	display: block;
	list-style: none;	
}
.interviewPartPairs ul li:nth-child(even) {
	margin-bottom: -10rem;
}
.interviewPartPairs ul li:nth-child(odd) {
	margin-top: -10rem;
}
.topNews .newsMainList {
	margin-top: 4rem;
}
.actContent {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*-------------------------------------------------------
sub page
-------------------------------------------------------*/
.subHeader {
	position: relative;
	height: 30rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subHeaderMedia {
	width: calc(50% + 10rem);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-clip-path: polygon(11rem 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(11rem 0, 100% 0, 100% 100%, 0% 100%);
}
.subHeaderMediaImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subHeader:before {
	content: "";
	position: absolute;
    left: -5rem;
    top: 0;
    bottom: 0;
    width: calc(50% - 65rem);
	background: url(img/pattern1.png);
	background-repeat: repeat;
	transform: skew(-20deg);
}
.subHeaderMediaNone {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.subHeaderMediaNone:before {
	content: "";
	position: absolute;
	left: -10%;
	top: -10%;
	right: -10%;
	bottom: -10%;	
    background: url(img/pattern1.png);
    background-repeat: repeat;
    transform: skew(-20deg);
}
.messageSubTitle {
	font-size: 3rem;
	color: #003d7c;
	text-align: center;
	margin-top: 3rem;
}
.messageDesc {
	text-align: center;
	margin-top: 3rem;
	line-height: 2;
}
.messageContact {
	text-align: center;
	margin-top: 2rem;
	font-weight: 700;
	line-height: 2;
}
.messageContact a {
	text-decoration: underline;
}
.messageDesc span {
	box-shadow: inset 0 -0.4rem #ffd348;
}
.messageContact {
	margin-top: 2rem;
	text-align: center;
	font-size: 2rem;
	text-align: center;
}
.messageContactDesc {
	text-align: center;
	color: #001c5b;
}
.work {
	padding: 0;
}
.workItem {
	padding: 7rem 0;
}
.workDetailList {
	margin-top: 4rem;
}
.workDetailList ul {
	display: flex;
	justify-content: center;
	margin: -1rem;
	width: calc(100% + 2rem);
}
.workDetailItem {
	display: block;
	list-style: none;
	padding: 1.4rem;
	background: white;
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
}
.workDetailItem p {
	margin-top: 1rem;
	font-size: 1.8rem;
	text-align: center;
}
.transMediaList {
	width: 92rem;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.transMediaItem {
	width: calc(50% - 4rem);
	margin: 2rem;
}
.transMediaItemInfo {
	margin-top: 2rem;
}
.transMediaItemInfo h3 {
	font-size: 2.5rem;
	color: #003d7c;
}
.transMediaItemInfo p {
	margin-top: 1rem;
}
.transMediaItemInfo p .blue {
	color: #003d7c;
}
.realEstateList {
	margin-top: 4rem;
}
.realEstateList ul {
	margin: -1rem;
	width: calc(100% + 2rem);
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.realEstateList ul li {
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	padding: 1.5rem;
	background: white;
}
.realEstateItem {
	display: block;
	background: white;
}
.realEstateItemMedia {
	height: 24rem;
	width: 100%;
}
.realEstateItemMedia img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realEstateItemMeta {
	background: #f96a23;
	color: white;
	line-height: 1.5;
	padding: 0.7rem;
	display: block;
	text-align: center;
}
.realEstateItemTitle {
	font-size: 2rem;
	color: #003d7c;
	margin-top: 1rem;
}
.realEstateItemDesc {
	margin-top: 0.5rem;
	font-size: 1.5rem;
}
.realEstateMedia {
	max-width: 60rem;
	margin: auto;
}
.realEstateContent {
	display: flex;
	justify-content: space-between;
}
.realEstateTbl {
	width: calc(50% - 2rem);
}
.realEstateTbl table {
	width: 100%;
}
.realEstateTbl table,
.realEstateTbl table th,
.realEstateTbl table td {
	padding: 1.5rem;
	border-collapse: collapse;
    border: 1px solid #aaaaaa;
}
.realEstateTbl table th {
	background: #d4ebff;
	width: 10rem;
	text-align: center;
}
.realEstateDetailItem h2 {
	text-align: center;
	font-size: 3.5rem;
	color: #105ca0;
	margin-bottom: 3rem;
}
.realEstateDetailItem {
	margin-top: 8rem;
}
.realEstateGallery {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.realEstateGallery img {
	width: calc(100% / 3 - 1rem);
	margin: 0.5rem;
}
.realEstateMap iframe {
	width: 100%;
	height: 50rem;
	display: block;
	border: none;
}
.realEstateTitle {
	margin-top: 4rem;
	text-align: center;
}
.realEstateTitle h1 {
	font-size: 4rem;
	color: #105ca0;
	text-align: center;
}
.concretsellDesc {
	font-size: 2rem;
	text-align: center;
}
.concretsellDesc a {
	color: #003d7c;
	text-decoration: underline;
}
.concretMedia {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.concretMediaImg {
	width: 43rem;
	margin: 0 2rem;
}
.concretsellSub {
	margin-top: 4rem;
	display: block;
	text-align: center;
}
.envCommentInfo {
	border: 0.7rem solid #cecece;
	background: #f2f2f2;
	padding: 5.4rem;
	width: 97rem;
	margin-left: auto;
	margin-right: auto;
}
.envCommentInfo h2 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2rem;
}
.envCommentInfo p {
	line-height: 1.8;
}
.transMediaItemImg {
	margin: 3rem auto 0;
	width: 12rem;
}
.recycle h2 {
	font-size: 3rem;
	color: #003d7c;
	text-align: center;
}
.recycleInfo {
	padding: 3rem;
	background: #f2f2f2;
	border: 0.4rem solid #cecece;
	text-align: center;
	width: 87.5rem;
	margin: 4rem auto 0;
}
.recycleInfo p {
	font-size: 2rem;
	line-height: 1.7;
}
.companyItem {
	padding-top: 8rem;
}
.companyItemDesc {
	font-size: 2.5rem;
	line-height: 2;
	margin-top: 4rem;
	text-align: center;
}
.companyItemMedia {
	width: 39.3rem;
	margin-top: 2rem;
	margin-right: 4rem;
	display: block;
	margin-left: auto;
}
.companyTbl table,
.recruitTbl table {
	width: 100%;
}
.companyTbl table,
.companyTbl table th,
.companyTbl table td,
.recruitTbl table,
.recruitTbl table th,
.recruitTbl table td {
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	padding: 2rem;
}
.companyTbl table th,
.recruitTbl table th {
	background: #d4ebff;
}
.companyTbl table th {
	width: 39.6rem;
}
.recruitTbl table th  {
	width: 30rem;
}
.recruitTbl .none {
	text-align: center;
}
.companyTbl table td .sm {
	font-size: 0.8em;
}
.companyTbl img,
.companyTbl iframe {
	display: block;
	margin-top: 2rem;
	width: 100%;
	border: none;
}
.companyTbl iframe {
	height: 40rem;
}
.companyTbl ul,
.companyTbl ul li {
	font-size: inherit;
}
.companyTbl ul {
	margin-left: 2rem;
	line-height: 0;
    display: block;
}
.companyTbl ul.num {
	list-style: decimal;
}
.relatedCompany h3 {
	text-align: center;
	font-size: 3.5rem;
	margin-bottom: 4rem;
}
.relatedFacilities {
	margin-top: 5rem;
}
.relatedFacilities ul {
	display: flex;
	justify-content: space-between;
	margin: -1rem;
}
.relatedFacilities ul li {
	display: block;
	margin: 1rem;
}
.relatedFacilities ul li p {
	text-align: center;
	margin-top: 0.5rem;
}
.relatedCompanyList>div:not(:first-child) {
	margin-top: 8rem;
}
.activityList  {
	margin-top: 4rem;
}
.activityList ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.activityItem {
	width: 50rem;
	margin: 2rem;
}
.activityItem h3 {
	font-size: 2.5rem;
	color: #003d7c;
	margin-top: 0.5rem;
}
.activityItem p {
	margin-top: 0.5rem;
}
.activity {
	padding-bottom: 8rem;
}
.newsItem {
	display: flex;
	justify-content: space-between;
}
.newsItemMedia {
	width: 43rem;
}
.newsItemInfo {
	width: calc(100% - 47rem);
}
.newsItemTitle {
	font-size: 2rem;
	color: #003d7c;
	border-bottom: 1px solid #494949;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.newsItemCategory {
	display: flex;
	justify-content: flex-start;
}
.newsItemCategory li {
	display: block;
	margin-right: 0.5rem;
}
.newsItemCategory li a {
	font-size: 1rem;
	color: white;
	background: grey;
	padding: 0.2rem 1rem;
}
.newsItem:not(:first-child) {
	margin-top: 3rem;
}
.newsItemContent {
	margin-top: 2rem;
}
.newsItemContent p {
	line-height: 1.8;
}
.contactBanner {
	padding: 5rem 0;
	background: #105ca0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactBanner a {
	margin: 0 1rem;
}
.recruitMediaIframe {
	height: 51rem;
	width: 90rem;
	margin: auto;
	display: block;
	border: none;
	outline: none;
	background: black;
}
.recruitCommentList {
	display: flex;
	justify-content: center;
}
.recruitCommentItem {
	width: 36rem;
	margin: 1rem;
	background: white;
	padding: 3rem 1.5rem;
	list-style: none;
}
.recruitCommentItem h3 span {
	display: inline;
	background: #003d7c;
	color: white;
	padding: 0.2rem 1rem;
	line-height: 2;
}
.recruitCommentItem p {
	margin-top: 0.5rem;
}
.recruitComment {
	position: relative;
	overflow: hidden;
}
.recruitComment:before {
	content: "";
	left: calc(50% - 60rem);
	top: 0;
	height: 100%;
	right: -20%;
	background: url(img/pattern1.png);
    background-repeat: repeat;
    transform: skew(-20deg);
    position: absolute;
    opacity: 0.4;
}
.interviewMain {
	display: flex;
	justify-content: center;
	align-items: center;
}
.interviewMedia,
.interviewContent {
	width: 37.2rem;
	margin: 2rem;
}
.interviewContent h3 {
	font-size: 4rem;
	color: #003d7c;
}
.interviewContent p {
	margin-top: 2rem;
}
.recruitNav {
	padding: 3rem;
}
.recruitNav ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.recruitNav ul li {
	display: block;
	list-style: none;
	margin: 0.5rem;
	width: calc(50% - 1rem);
}
.recruitNav ul li a {
	display: block;
	background: #d6d6d6;
	font-size: 2rem;
	line-height: 5.5rem;
	text-align: center;
}
.recruitNav ul li a.active {
	color: white;
	background: #003d7c;
}
.recruitInfo {
	margin-top: 8rem;
	display: none;
}
.recruitInfo.active {
	display: block;
}
.recruitInfoItem h2 {
	margin-bottom: 5rem;
	font-size: 4rem;
	color: #003d7c;
	text-align: center;
}
.recruitFlow {
	margin-top: 8rem;
}
.flowStep {
	margin-top: 3rem;
}
.flowStep ul {
	display: flex;
	justify-content: center;
}
.flowStepItem {
	width: 28rem;
	margin: 1.25rem;
	border: 1px solid #003d7c;
	list-style: none;
}
.flowStepItem h3 {
	color: white;
	background: #003d7c;
	line-height: 5.4rem;
	text-align: center;
}
.flowStepInfo {
    padding: 2rem 1rem;
}
.flowStepInfo label {
	display: block;
	font-size: 1.8rem;
	text-align: center;
}
.flowStepInfo p {
	margin-top: 1rem;
}
.recruitAct {
	margin-top: 5rem;
	text-align: center;
}
.sponserList {
	width: 92rem;
	margin: auto;
	list-style: none;
}
.sponserItem {
	padding: 2rem 10rem 2rem 2rem;
	border-bottom: 1px solid #003d7c;
	position: relative;
}
.sponserItem a {
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 3rem;
	display: block;
}
.sponserItem h3 {
	font-size: 2rem;
	color: #003d7c;
}
.sponserItem p {
	margin-top: 0.5rem;
}

/*------------animation----------*/
.topBusinessItemMedia,
.bannerItem {
	position: relative;
	overflow: hidden;
}
.aos-animate.topBusinessItem .topBusinessItemMedia:before, 
.aos-animate.topBusinessItem .topBusinessItemMedia:after,
.aos-animate.bannerItem:before,
.aos-animate.bannerItem:after {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}
.topBusinessItemMedia:before,
.topBusinessItemMedia:after,
.bannerItem:before,
.bannerItem:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.topBusinessItemMedia:after,
.bannerItem:after {
    -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #003D7C;
}
.pagePartMedia {

}


@media screen and (max-width: 1450px) {
	.topMessage:before, 
	.topMessage:after {
	    width: 100%;
	}
	.interviewPartList ul {
		flex-wrap: wrap;
		width: 80rem;
		margin-left: auto;
		margin-right: auto;
	}
	.interviewPartList ul li {
    	width: calc(50% - 4rem);
		max-width: auto;
	}
}
@media screen and (max-width: 1119px) {
	.newsMainList>ul {
		flex-wrap: wrap;
		width: 80rem;
		margin-left: auto;
		margin-right: auto;
	}
	.newsMainItem {
    	width: calc(50% - 4rem);
	}
}






@media screen and (min-width: 768px) {
	.mb_YTPBar span.mb_OnlyYT {
		left: 330px;
	}

}
@media screen and (max-width: 767px) {
	.container  {
		width: calc(100% - 4rem);
	}


	.btnRecruit {
		width: 100%;
	}
	.btnSubmit {
	    width: 25rem;
	    height: 6rem;
	}
	.btnNormal {
	    width: 22rem;
	    line-height: 6rem;
	}
	/*-------------------------------------------------------
	common
	-------------------------------------------------------*/
	.heading h2 {
	    font-size: 4rem;
	}
	.subHeading h1 {
	    font-size: 3.5rem;
	}
	/*-------------------------------------------------------
	MBYT
	-------------------------------------------------------*/
	.mb_YTPBar span.mb_OnlyYT {
	    left: 316px;
	}
	/*-------------------------------------------------------
	parts
	-------------------------------------------------------*/
	.pagePartMedia {
		position: static;
		height: 20rem;
		width: 100%;
	}
	.pagePartContent {
		width: 100%;
    	height: 30rem;
	}
	.pagePartContent:before {
		display: none;
	}
	.interviewPartList {
		padding: 0;
	}
	.interviewPartList ul {
		flex-wrap: wrap;
	}
	.interviewPartList ul li {
	    width: calc(50% - 4rem);
	}
	/*-------------------------------------------------------
	top page
	-------------------------------------------------------*/
	#js-header-youtube {
		height: 25rem;
	}
	.topMessageInfo {
		width: 100%;
    	padding: 0 2rem 2rem;
	}
	.topMessage:before,
	.topMessage:after {
		transform: none;
	}
	.topMessageInfo .heading h2 {
		font-size: 3.5rem;
	}
	.topBusinessItem {
	    width: calc(50% - 2rem);
	    margin: 1rem;
	}
	.topBusinessList {
		padding: 0 2rem;
		margin-top: 5rem;
	}
	.topBusinessList ul {
		margin: -1rem;
		width: calc(100% + 2rem);
		flex-wrap: wrap;
		padding: 0;
	}
	.topRecruitItem {
		width: 100%;
		margin: 1rem 0;
	}
	.topRecruitContent {
		margin: 0;
		padding: 1rem 2rem;
		display: block;
	}
	.interviewPartList ul, 
	.newsMainList>ul {
		margin: -1rem;
		width: calc(100% + 2rem);
		padding: 0;
	}
	.interviewPartList>ul>li,
	.newsMainList>ul>li {
		margin: 1rem;
	}
	.newsMainInfo {
		padding: 1.5rem;
	}
	.interviewPartList {
		margin-top: 4rem;
	}
	.subHeader {
	    position: relative;
	    height: 20rem;
	}
	.subHeaderMedia {
	    width: 25rem;
	    -webkit-clip-path: polygon(7rem 0, 100% 0, 100% 100%, 0% 100%);
	    clip-path: polygon(7rem 0, 100% 0, 100% 100%, 0% 100%);
	}
	.messageDesc {
		text-align: left;
	}
	.concretMediaImg {
		width: calc(50% - 2rem);
		margin: 1rem;
	}
	.transMediaList {
		width: calc(100% + 2rem);
		margin: -1rem;
	}
	.transMediaItem {
	    width: calc(50% - 2rem);
	    margin: 1rem;
	}
	.transMediaItemInfo h3 {
		font-size: 1.8rem;
	}
	.transMediaItemInfo p {
		font-size: 1.6rem;
	}
	.transMediaItemInfo {
	    margin-top: 1rem;
	}
	.envCommentInfo {
	    padding: 3rem 2rem;
	    width: 100%;
	}
	.recycleInfo {
		width: 100%;
	}
	.recycleInfo .sm {
		font-size: 0.9em;
	}
	.companyItemDesc {
	    font-size: 2.2rem;
	    margin-top: 1rem;
	}
	.companyItem {
	    padding-top: 5rem;
	}
	.companyItem .heading h2  {
		font-size: 3.5rem;
	}
	.companyItemMedia {
		margin-left: auto;
		margin-right: auto;
	}
	.companyTbl table th {
	    width: 15.6rem;
	}
	.companyTbl iframe {
	    height: 20rem;
	}
	.companyTbl table td {
    	padding: 1.5rem 1rem;
	}
	.realEstateDetailItem {
	    margin-top: 5rem;
	}
	.realEstateContent {
		display: block;
	}
	.realEstateTbl {
		width: 100%;
		margin: 0;
	}
	.realEstateTbl:not(:first-child) {
		margin-top: -1px;
	}
	.realEstateGallery img {
		width: calc(50% - 1rem);
	}
	.realEstateList ul li {
		width: calc(100% - 2rem);
	}
	.realEstateItemMeta {
		font-size: 2rem;
	}
	.realEstateItemTitle {
		font-size: 2.5rem;
		margin-top: 1rem;
	}
	.realEstateItemDesc {
		font-size: 2rem;
	}
	.content {
	    margin-top: 3rem;
	}
	.relatedCompany h3 {
	    font-size: 3rem;
	    margin-bottom: 2rem;
	}
	.relatedCompanyList>div:not(:first-child) {
	    margin-top: 4rem;
	}
	.relatedFacilities ul li {
		width: calc(100% / 3 - 2rem);
		margin: 1rem;
	}
	.relatedFacilities ul { 
		flex-wrap: wrap;
		width: calc(100% + 2rem);
		justify-content: flex-start;
	}
	.relatedFacilities {
	    margin-top: 2rem;
	}
	.activityItem {
		width: calc(50% - 2rem);
		margin: 1rem;
	}
	.activityList ul {
		margin: -1rem;
		width: calc(100% + 2rem);
	}
	.activityItem h3 {
	    font-size: 2rem; 
	}
	.activity {
		padding-bottom: 7rem;
	}
	.newsItem {
		display: block;
	}
	.newsItemMedia,
	.newsItemInfo {
		width: 100%;
	}
	.newsItemInfo {
		margin-top: 2rem;
	}
	.newsItemTitle {
		font-size: 2.5rem;
	}
	.newsItemDate {
		margin-bottom: 1rem;
	}
	.newsItemDate,
	.newsItemContent p {
		font-size: 2rem;
	}
	.newsItemCategory li {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.newsItemCategory li a {
	    font-size: 1.4rem;
	    padding: 0.5rem 1rem;
	}
	.newsItemContent {
		margin-top: 1rem;
	}
	.recruitMediaIframe {
	    height: 31.7rem;
	    width: 100%;
	}
	.recruitCommentList {
		display: block;
	}
	.recruitCommentItem {
		width: 100%;
		margin: 1rem 0;
	}
	.recruitCommentItem h3 {
		font-size: 3rem;
	}
	.recruitCommentItem p {
		font-size: 2rem;
	}
	.interviewMedia, .interviewContent {
	    margin: 1rem;
	}
	.interviewPartMediaImg {
	    height: 35rem;
	}
	.interviewPartTxt {
		font-size: 1.6rem;
    	padding: 1rem;
    	line-height: 1.3;
	}
	.interviewPartMeta {
	    right: -1rem;
	    width: 57%;
	}
	.recruitNav {
	    padding: 1rem;
	}
	.recruitTbl table th {
	    width: 20rem;
	}
	.recruitInfoItem h2 {
		margin-bottom: 2rem;
	}
	.flowStep ul {
		flex-wrap: wrap;
	}
	.flowStepItem {
		width: calc(50% - 2rem);
		margin: 1rem;
	}
	.contactPhone {
		width: 100%;
	}
	.contactForm {
	    padding: 7rem 2rem;
	}
	.contactFormDataItem {
		display: block;
	}
	.contactFormDataItem>label,
	.contactFormControl {
		width: 100%;
	}
	.contactFormDataItem>label {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	.formInput, .formText, .formSelect {
	    height: 5rem;
	    font-size: 2.5rem;
	    margin-bottom: 1rem;
	    padding: 1rem;
	}
	.formText {
		height: 18rem;
	}
	.formCheck .wpcf7-list-item-label {
	    font-size: 2rem;
	}
	.contactFormDataItem>label>span {
		position: static;
		font-size: 1.4rem;
		padding: 0.5rem 1rem;
		margin-left: 1rem;
	}
	.contactFormName .formInput, .contactFormYear .formInput {
	    width: 40%;
	}
	.contactFormPostCode .mark {
	    top: 1rem;
	    margin-right: 1rem;
	    font-size: 2rem;
	}
	.contactFormDataItem {
    	margin-top: 2.5rem;
	}
	.bannerRecruit .bannerItemImg,
	.bannerItemImg {
		height: 20rem;
	}
	.bannerItem {
	    width: calc(100% - 2rem);
	}
	.formDesc {
		font-size: 1.8rem;
	}
	.toTopBtn {
		right: 2rem;
    	bottom: 2rem;
	}
	.footerContactBg1:before {
		border-top-width: 10rem;
		border-right-width: 10rem;
	}
	.footerContactBg1:after {
		border-top-width: 10rem;
		border-left-width: 10rem;
	}
	.footerContactBg2:before {
		border-bottom-width: 10rem;
		border-right-width: 10rem;
	}
	.footerContactBg2:after {
		border-bottom-width: 10rem;
		border-left-width: 10rem;
	}
	.newsMainMedia img {
		height: 27vw;
	}
}

/*2025_05_19 解体工事LP作成に伴う追記*/

.kaitai_bnr{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	left: 50%;
	transform : translate(-50%,-30%);
	width: 60vw;
	max-width: 1000px;
}

.kaitai_bnr a{
	display: block;
}

.kaitai_bnr a img{
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1024px){
	.kaitai_bnr{
		transform : translate(-50%,-40%);
		width: 70vw;
	}
}

@media screen and (max-width: 768px){
	.kaitai_bnr{
		position: static;
		width: 100%;
		transform: translate(0 ,0);
		background: #003D7C;
		padding-top: 12px;
	}

	.kaitai_bnr a{
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 430px){
	.kaitai_bnr a{
		width: 90%;
	}
}