@charset "utf-8";
:root {
	--c_bk:#000000;
	--c_wh:#ffffff;
	--c_gy:#525252;
	--c_gy2:#f5f5f5;
	--c_db:#1A2B55;
	--tr_cb: cubic-bezier(.68,.03,.31,.94);
}
.clr-bk {color: var(--c_bk)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-gy2 {color: var(--c_gy2)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-gy2 {background-color: var(--c_gy2)!important;}
.fo-helvetica {
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
}
.txt-lh {
	line-height: 2;
}
body:not(#index) {
	padding-top: 6.8rem;
}
.fade {
	position: relative;
	overflow: hidden;
}
.fade::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--c_db);
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
	z-index: 1;
}
.fade.act::after {
	-webkit-animation: mask 1.5s .4s var(--tr_cb) forwards;
	animation: mask 1.5s .4s var(--tr_cb) forwards;
}
@-webkit-keyframes mask {
  0% {-webkit-clip-path: inset(0% 100% 0% 0%);clip-path: inset(0% 100% 0% 0%)}
  50% {-webkit-clip-path: inset(0% 0% 0% 0%);clip-path: inset(0% 0% 0% 0%)}
  100% {-webkit-clip-path: inset(0% 0% 0% 100%);clip-path: inset(0% 0% 0% 100%)}
}
@keyframes mask {
  0% {-webkit-clip-path: inset(0% 100% 0% 0%);clip-path: inset(0% 100% 0% 0%)}
  50% {-webkit-clip-path: inset(0% 0% 0% 0%);clip-path: inset(0% 0% 0% 0%)}
  100% {-webkit-clip-path: inset(0% 0% 0% 100%);clip-path: inset(0% 0% 0% 100%)}
}

/*header
---------------------------------------------------------*/
#header {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: .2s;
	z-index: 990;
}
#header.scrollCrass {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
.hWrap {
	max-width: 120rem;
	padding: 1.5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hNav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 3rem;
}
.hNav a {
	color: var(--c_gy);
	position: relative;
}
.hNav a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.1rem;
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  z-index: 1;
  transform-origin: left bottom;
  transition: .2s ease-in;
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}
.hNav a:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.hLogo img {
	max-height: 3.8rem;
}
.menuIconWrap,.spNav {
	display: none;
}

/*footer
---------------------------------------------------------*/
#footer {
	background: #fff;
	padding: 6rem 0;
	border-top: 1px solid #9E9E9E
}
.fArea {
	max-width: 90rem;
	color: var(--c_gy);
}
.fLogo {
	max-width: 11.5rem;
	margin: 0 auto 6rem;
}
.fNav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid #E0E0E0;;
}
.fNav a {
	color: var(--c_gy);
	font-weight: 500;
}
.fNav a:hover {
	opacity: .5;
}
.fBtm {
	display: flex;
	justify-content: center;
	gap: 1rem 3rem;
	text-align: left;
}
.fBtm address {
	font-size: 87.5%;
}

/*topPage
---------------------------------------------------------*/
.mainArea {
	overflow: hidden;
	position: relative;
}
.mainArea::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--c_wh);
	z-index: -999;
}
.mainslider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.mainslider li {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	background: #000;
	overflow: hidden;
	opacity: 0;
	transition: .8s .1s var(--tr_cb);
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}
.mainslider li:nth-of-type(even) {
	-webkit-clip-path: inset(0 0 0 100%);
	        clip-path: inset(0 0 0 100%);
}
.mainslider li.ply {
	opacity: 1;
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}
.mainslider li img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.05);
	transition: 4s ease-out;
}
.mainslider li.ply img {
	transform: scale(1);
}
.mainWrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7rem;
	z-index: 5;
	max-width: 90%;
}
.mainTtl {
	text-align: left;
	color: #fff;
}
.mainTtl h1 {
	font-size: 5rem;
	font-size: clamp(5rem,3.571vw,7rem);
	font-weight: 900;
	letter-spacing: .025em;
	line-height: 1.6;
	min-height: 36rem;
	min-height: clamp(25.6rem,18.75vw,36rem);
	text-shadow: .2rem .2rem .5rem rgba(0,0,0,.5);
}
#topTxt h2 {
	font-size: 4.2rem;
	line-height: 1.5;
	margin-bottom: 3rem;
}
#topTxt {
	font-size: 1.8rem;
}
#top-business {
	position: relative;
	color: #fff;
}
#top-business .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10rem;
  z-index: -99999;
  transition: 1.8s .6s;
  opacity: 0;
}
#top-business.act .bg {
  opacity: 1;
}
#top-business .bg img {
  height: 110%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ttlBox {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 6rem;
}
.ttlBox.alnleft {
	text-align: left;
}
.ttlBox h2 {
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.more {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border: 1px solid #fff;
	border-radius: 10rem;
	width: 18rem;
	height: 4.8rem;
	margin-top: 4rem;
}
.more::after {
	content: "";
	display: block;
	background: url(../img/arrow.svg) center center no-repeat;
	background-size: contain;
	width: 1.3rem;
	aspect-ratio: 13/12;
}
.more img {
	display: block;
	max-height: 1.8rem;
	opacity: 1!important;
}
.more:hover {
	background-color: var(--c_db);
	border-color: var(--c_gy);
}
#top-business h3 {
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.02em;
	margin-bottom: 2rem;
}
#top-company {
	background: url(../img/top/company_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 14rem 0;
}
#top-recruit {
	background: url(../img/top/recruit_bg.jpg) center center no-repeat;
	background-size: cover;
}
#top-history {
	background: url(../img/top/history_bg.jpg) center center no-repeat;
	background-size: cover;
}
.companyBnr {
	padding: 7rem 12rem;
	background: url(../img/top/company_bnr_bg.jpg) center center no-repeat;
	background-size: cover;
}
.topBox {
	text-align: left;
	color: #fff;
	font-size: 1.4rem;
}
.topBox .ttlBox {
	margin-bottom: 4rem;
}
#topBtm {
	padding: 0;
}
.topBtmWrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.topBtmWrap .box {
	max-width: 90%;
	margin: 0 auto;
	padding: 5.7vw 2rem 3.5vw;
}

/*subPage
---------------------------------------------------------*/
.pageTtlArea {
	position: relative;
	z-index: 1;
	height: 26rem;
	overflow: hidden;
}
.pageTtlArea > figure {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -50;
}
.pageTtlArea > figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.01);
}
.pageTtl {
	width: 90%;
	height: 100%;
	max-width: 120rem;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transform: translateX(2rem);
	opacity: 0;
	transition: 1.2s .8s ease-out;
}
.pageTtl h1 {
	font-size: 4.8rem;
}
.act .pageTtl {
	transform: translateY(0);
	opacity: 1;
}
/*company
---------------------------------------------------------*/
.messageWrap {
	max-width: 72rem;
}
.messageWrap h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.messageWrap .txt-lh {
	display: inline-block;
}
.president {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	font-weight: 500;
	gap: 1em;
	margin-top: 4rem;
}
.president strong {
	font-size: 125%;
	font-weight: 500;
}
#overview {
	background: url(../img/top/company_bg.jpg) center center no-repeat;
	background-size: cover;
}
.overviewWrap {
	background: #fff;
	display: grid;
	grid-template-columns: 24rem 1fr;
	text-align: left;
}
.overviewWrap dt,.overviewWrap dd {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 2rem 5rem;
}
.overviewWrap dt {
	border-right: 1px solid #c9c9c9;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.overviewWrap dt:not(:first-of-type),
.overviewWrap dd:not(:first-of-type) {
	border-top: none;
}
.overviewWrap dd .txt + .txt {
	margin-top: 1em;
}
.overviewWrap dd li {
	text-indent: -1em;
	padding-left: 1em;
}

/*history
---------------------------------------------------------*/
.historyTop {
	display: flex;
	align-items: center;
	gap: 6rem;
	text-align: left;
	margin-bottom: 10rem;
}
.historyTop figure {
	flex: 1;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	height: 33.5rem;
}
.historyTop figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.01);
}
.historyTop h2 {
	font-size: 4.2rem;
	font-weight: 700;
}
.historyTop .fo-helvetica {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 3rem;
}
.historyWrap dl {
	display: grid;
	grid-template-columns: 20rem 1fr;
	gap: 8rem;
	text-align: left;
	font-size: 1.8rem;
	padding: 2rem;
	border-bottom: 1px solid #E0E0E0;
}
.historyWrap dt {
	font-weight: 500;
}

/*business
---------------------------------------------------------*/
.businessTop h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
#service {
	background: url(../img/business/service_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.serviceWrap {
	position: relative;
	background: url(../img/business/service_img.jpg) top center no-repeat;
	background-size: cover;
	height: 53.4rem;
	margin-bottom: 3rem;
	padding: 5rem 2rem 0;
	transition: 1s .8s;
	opacity: 0;
}
.serviceWrap * {
	opacity: 0;
	transform: translateY(1rem);
	transition: 1s .8s;
}
.serviceWrap .fo-helvetica {
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
	transition-delay: 1.2s;
}
.serviceWrap h3 {
	font-size: 1.8rem;
	font-weight: 500;
	transition-delay: 1.4s;
}
.serviceBtm {
	font-size: 2rem;
	line-height: 1.8;
}
.serviceWrap.act {
	opacity: 1;
}
.serviceWrap.act * {
	opacity: 1;
	transform: translateY(0);
}

/*recruit
---------------------------------------------------------*/
.recruitTop {
	display: flex;
	align-items: flex-end;
	text-align: left;
	margin-bottom: 6rem;
	position: relative;
}
.recruitTop figure {
	flex: 1;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	height: 40.5rem;
}
.recruitTop figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.01);
}
.recruitTop dl {
	width: 65rem;
	background: #fff;
	position: relative;
	z-index: 10;
	margin-left: -25rem;
	padding: 6rem 0 0 8rem;
}
.recruitTop dt {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
#ideal {
	background: url(../img/recruit/ideal_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}
#ideal h2 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.idealWrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1.5rem;
}
.idealWrap li {
	font-size: 2rem;
	font-weight: 500;
	border: 1px solid #fff;
	padding: 2rem;
}
#recruitment h2 {
	font-size: 2.8rem;
	margin-bottom: 4rem;
}
#entrySec {
	background: url(../img/recruit/entry_bg.jpg) right center no-repeat;
	background-size: cover;
	text-align: left;
}
.entrySec .tit {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 1rem;
}

/*contact
---------------------------------------------------------*/

/*form
---------------------------------------------------------*/
.formTxt {
	padding: 4rem 0;
}
.formWrap {
	background: #fff;
	padding: 5rem 8.5rem;
}
.formStep {
	display: flex;
	border-top: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 6rem;
}
.formStep li {
	flex: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	padding-right: 2rem;
	font-size: 112.5%;
	font-weight: 500;
	height: 8rem;
}
.formStep li::before,
.formStep li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2rem;
	background: url(../img/contact/step.svg) center  center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.formStep li::before {
	display: none;
	right: auto;
	left: -2rem;
	filter: invert(100%) contrast(41%);
}
.formStep li:first-of-type::before,
.formStep li:last-of-type::after {
	display: none;
}
.formStep li:nth-of-type(2).current::before,
.formStep li:nth-of-type(3).current::before {
	display: block;
}
.formStep li.current {
	background: #4b4b4b;
	color: #fff;
}
.formStep li .fo-helvetica {
	font-size: 122%;
	line-height: 1.1;
	margin-bottom: -.2rem;
}
.formBox {
	display: grid;
	grid-template-columns: 30rem 1fr;
	gap: 3rem;
}
.formBox dt,.formBox dd {
	font-weight: 400;
	text-align: left;
}
.formBox dt::before {
	content: "任意";
	font-size: 85%;
	font-weight: 400;
	padding: .5rem 1rem;
	display: inline-block;
	background: #9e9e9e;
	color: #fff;
	line-height: 1;
	margin-right: 1.5rem;
}
.formBox dt.req::before {
	content: "必須";
	color: #fff;
	background: #A60000;
}
.formBox dd {
	padding-left: 0;
}
.formName > .txt {
	width: 40%;
	display: flex;
	align-items: center;
}
.formName > .txt:first-of-type {
	margin-right: 2%;
}
.formName .txt span {
	display: block;
	white-space: nowrap;
	margin-right: 1rem;
}
.form-address p {
	text-align: left;
	padding: 5px 0;
}
.formBox input[type="text"],.formBox input[type="tel"],.formBox input[type="email"],.formBox select,.formBox textarea {
	width: 100%;
	padding: .575em;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.formBox input[type="text"].size-s {
	max-width: 21rem;
}
.formBox select {
	width: auto;
	background: #fff;
	color: #000
}
.formBox option:first-of-type {
	background: #b3b3b3;
	color: #fff;
}
.formBox textarea {
	height: 19rem;
}
.formBox .disabled input {
	pointer-events: none;
	border: none;
}
.zipBtn {
	background: #666;
	color: #fff;
	margin-left: 1rem;
	border: none;
	padding: .8rem 2rem;
	cursor: pointer;
	line-height: 1.1;
}
.zipBtn:hover {
	background: #ccc
}
.policyBox {
	height: 25rem;
	margin: 3rem 2.5rem 0;
	overflow: auto;
	padding: 1.5em;
	border: 1px solid #ccc;
	text-align: left;
}
.policyBox b {
	display: block;
	font-size: 115%;
	margin-bottom: .5rem;
}
.policyTxt a {
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 2rem;
}
.policyTxt a:hover {
	text-decoration: none;
	color: #d80012;
}
.policyCheck {
	margin-top: 9rem;
	padding: 3rem 1rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.formBtn {
	margin-top: 3rem;
}
.mw_wp_form_confirm button.button._grey {
	display: block!important;
}
.formWrap input[type="submit"],.formWrap input[type="button"],.formWrap button.button._grey {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 112.5%;
	letter-spacing: .075em;
	text-indent: .075em;
	background: #000 url(../img/arrow.svg) right 2rem center no-repeat;
	background-size: 1.3rem auto;
	min-width: 26rem;
	display: block;
	border: none;
	padding: 1rem 1rem 1.2rem;
	margin: 1rem;
	transition: .2s;
	cursor: pointer;
	border-radius: 10rem;
}
.formWrap input[type="submit"].btn_back,
.formWrap button.button._grey {
	background: #ddd;
	color: #333;
}
.formWrap input[type="submit"]:hover,.formWrap input[type="button"]:hover,.formWrap button.button._grey:hover {
	opacity: .7;
}

.onlyconf,button.button._grey {
	display: none;
}
.mw_wp_form_confirm button.button._grey,
.mw_wp_form_confirm .onlyconf,
#confirm .onlyconf {
	display: block!important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}
.mw_wp_form_confirm .privacyBox,
.mw_wp_form_confirm .formBox dt::before,
.mw_wp_form_confirm .zipBtn,
.mw_wp_form_confirm .formName .txt span,
.mw_wp_form_confirm .policyTxt {
	display: none!important;
}
.mw_wp_form_confirm .formName > .txt {
	width: auto;
}
.mw_wp_form .error {
	font-size: 85%!important;
}
.formName .error {
	min-width: 50%;
}
.formName .error + .error {
	display: none;
}
.thxBox {
	padding: 3rem 1.5rem;
	border: 1px solid #999
}
.thxBox a {
	margin-top: 1em;
	display: inline-block;
	color: #fff;
	border-radius: 10rem;
	padding: .8rem 5rem;
	background: var(--c_db) url(../img/arrow.svg) right 1.5rem center no-repeat;
	background-size: 1.3rem auto;
}


/*ieハック*/
@media screen\0  {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1150px) {
	html {
		font-size: .8vw;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
	html {
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
	}
	body.active {
		overflow: hidden;
	}
	body:not(#index) {
		padding-top: 5rem;
	}
	body::after {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		z-index: 500;
		display: none;
	}
	body.active::after {
		display: block;
	}
	article > section {
		padding: 6rem 0;
	}
	/*header
	-------------------------------------------------------*/
	.hWrap {
		height: 5rem;
		padding: 1rem 0;
	}
	.hLogo img {
    max-height: 3.2rem;
	}
	#nav {
		display: none;
	}
	.menuIconWrap {
		display: block;
		position: fixed;
		top: .7rem;
		right: 1rem;
		width: 4rem;
		height: 3.6rem;
		z-index: 99999;
		cursor: pointer;
		transition: .4s;
		margin-left: auto;
		background: var(--c_db);
	}
	.menuIcon span {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 2.5rem;
		height: .2rem;
		background: #fff;
		z-index: 10;
		transition: .2s;
		transform-origin: center;
	}
	.menuIcon span:nth-of-type(1) {top: 1rem;}
	.menuIcon span:nth-of-type(2) {bottom: 1.7rem;}
	.menuIcon span:nth-of-type(3) {bottom: 1rem;}
	.menuIconWrap.active span:nth-of-type(1) {
		transform: translateY(.7rem) rotate(35deg);
	}
	.menuIconWrap.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuIconWrap.active span:nth-of-type(3) {
		transform: translateY(-.7rem) rotate(-35deg);
	}
	#nav {
		position: fixed;
		top: 5rem;
		bottom: 0;
		right: -3rem;
		z-index: 10;
		width: 85%;
		transition: 0.4s 0s ease;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		display: block;
		padding: 1rem 2rem 3rem;
		background: var(--c_db);
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
	#nav.active {
		opacity: 1;
		right: 0;
		pointer-events: all;
		z-index: 999999;
	}
	.hNav {
		display: block;
	}
	.hNav a {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.2);
		color: #fff;
		padding: 1.2rem;
		text-align: left;
		background: url(../img/arrow.svg) right 1rem center no-repeat;
		background-size: auto 1rem;
	}
	.spNav {
		display: block;
	}

	/*footer
	-------------------------------------------------------*/
	#footer {
		padding: 4rem 0;
	}
	.fLogo {
		max-width: 8rem;
		margin-bottom: 3rem;
	}
	.fNav {
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 2rem;
	}
	.fNav li {
		width: 33%;
	}
	.fNav li a {
		display: block;
		padding: .6rem 0;
	}
	.fBtm {
		display: block;
	}

	/*toppage
	-------------------------------------------------------*/
	.mainWrap {
		bottom: 4rem;
	}
	.mainTtl h1 {
		font-size: 3.2rem;
		min-height: 17rem;
	}
	#topTxt h2 {
		font-size: 2.6rem;
	}
	#topTxt .txt-lh {
		text-align: left;
		font-size: 1.4rem;
	}
	.ttlBox {
		font-size: 1.4rem;
		margin-bottom: 4rem;
	}
	.ttlBox h2 {
		font-size: 3.5rem;
	}
	#top-business {
		text-align: left;
		padding: 6rem 3rem;
	}
	#top-business h3 {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	#top-business .txt {
		text-align: left;
	}
	#top-company {
		padding: 6rem 0;
	}
	.companyBnr {
		padding: 3rem;
	}
	.topBtmWrap {
		display: block;
	}
	.topBtmWrap .box {
		padding: 4rem 3rem;
	}
	.topBox .ttlBox {
		margin-bottom: 3rem;
	}

	/*subPage
	-------------------------------------------------------*/
	.pageTtlArea {
		height: 12rem;
	}
	.pageTtl h1 {
		font-size: 3.2rem;
	}
	.messageWrap h3 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.president {
		margin-top: 2rem;
	}
	.overviewWrap {
		display: block;
		border: 1px solid #c9c9c9;
	}
	.overviewWrap dt,
	.overviewWrap dd {
		border: none;
		padding: 1rem 2rem;
	}
	.overviewWrap dt {
		border-bottom: 1px solid #c9c9c9;
		background: #f1f1f1;
	}
	.overviewWrap dd {
		padding-block: 2rem;
	}

	/*history
	-------------------------------------------------------*/
	.historyTop {
		display: block;
		gap: 2rem;
		margin-bottom: 6rem;
	}
	.historyTop figure {
		height: 14rem;
	}
	.historyTop .box {
		position: relative;
		z-index: 5;
		width: fit-content;
		margin: -4rem 0 0 auto;
		background: #fff;
		padding: 1.5rem 0 0 2rem;
	}
	.historyTop h2 {
		font-size: 1.8rem;
	}
	.historyTop .fo-helvetica {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	.historyWrap dl {
		padding: 0;
		display: block;
		position: relative;
		font-size: 1.4rem;
		padding: 1.5rem 0 1.5rem 2.5rem;
	}
	.historyWrap dl::before {
		content: "";
		display: block;
		width: 1.8rem;
		height: 2px;
		background: #e0e0e0;
		position: absolute;
		left: 0;
		top: 2.5rem;
	}
	.historyWrap dt {
		margin-bottom: 0.5rem;
	}
	
	/*business
	-------------------------------------------------------*/
	.businessTop h2 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.businessTop .txt-lh {
		text-align: left;
	}
	.serviceWrap {
		padding-top: 2rem;
		height: 42rem;
	}
	.serviceWrap .fo-helvetica {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.serviceWrap h3 {
		font-size: 1.6rem;
	}
	.serviceBtm {
		font-size: 1.4rem;
	}

	/*recruit
	-------------------------------------------------------*/
	.recruitTop {
		display: block;
		margin-bottom: 0;
	}
	.recruitTop figure {
		height: 18rem;
	}
	.recruitTop dl {
		width: auto;
		margin: -5rem 0 0 0;
		padding: 2rem 0 0 2rem;
	}
	.recruitTop dt {
		font-size: 1.8rem;
	}
	#ideal h2 {
		font-size: 1.8rem;
	}
	.idealWrap {
		grid-template-columns: repeat(1,1fr);
	}
	.idealWrap li {
		font-size: 1.6rem;
	}
	#entrySec {
		background-position: right 25% center;
	}
	.entrySec .ttlBox {
		margin-bottom: 0;
	}

	/*contact
	-------------------------------------------------------*/



	/*form
	-------------------------------------------------------*/
	.formStep {
		margin-bottom: 3rem;
	}
	.formStep li {
		flex-direction: column;
		font-size: 1.1rem;
		line-height: 1.2;
		height: 6rem;
		padding-right: 1rem;
		white-space: nowrap;
	}
	.formTxt {
		text-align: left;
	}
	.formWrap {
		padding: 2rem;
	}
	.formBox {
		display: block;
	}
	.formBox dt,.formBox dd  {
		width: 100%;
		padding: 10px 0 0;
		border:none!important
	}
	.formBox dt {
		padding: 1rem;
		background: #f1f1f1;
	}
	.formBox dt::before {
		vertical-align: .2em;
		margin-right: 10px;
	}
	.formBox dd {
		padding-bottom: 2rem;
		margin-bottom: 1rem;
	}
	.formName > .txt {
    width: 100%;
		margin: .5rem 0!important
	}
	.formName .txt span {
		text-align: right
	}
	.zipBtn {
		font-size: 1.2rem;
		padding: 7px;
		margin-left: 2px;
	}
	.contArea {
		padding: 4rem 5%;
	}
	.formBox input[type="text"].size-s {
		max-width: 12rem;
	}
	.formBox label {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.formBtn {
		margin-top: 1rem;
	}
	.policyBox {
		margin: 2rem 0 0;
		padding: 1.5rem;
		font-size: 90%;
		height: 15rem;
	}
	.policyCheck {
		margin-top: 6rem;
		padding: 2rem 1rem
	}
	.thxBox .txt {
		text-align: left;
	}




}



