@charset "utf-8";

/* Config ------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overscroll-behavior: none; /*--- iOS のビヨヨン効果無効化 ---*/
}

* {
	box-sizing:border-box;
	padding: 0;
	margin: 0;
}


body {
	background-color: #fdfdfd;
	color: #111;
	line-height: 30px;
	font-family: 'Sawarabi Mincho','Noto Sans JP','M PLUS 1p',"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","MS Gothic",Verdana,sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*--- iOS の文字サイズ自動調節無効化 ---*/
	text-size-adjust: 100%;
}


a {color: #111; text-decoration: none;}
a:active {color: #111; text-decoration: none;}
a:visited {color: #111; text-decoration: none;}
a:hover {color: #00a0e9; text-decoration: none;}

a:link img {border-color: #666;}
a:visited img {border-color: #666;}
a:hover img {
	border-color: #666;
	opacity: 0.66;
	-webkit-transition: .2s;
	transition: .2s;
}


/*--- list ---*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol {
	list-style: decimal;
	margin: 0;
	padding-left: 0;
}


/* 上マージン */
.mT-10 {margin-top: -10px ;}
.mT-20 {margin-top: -20px ;}

.mT0  {margin-top: 0 !important;}
.mT1  {margin-top: 1px;}
.mT5  {margin-top: 5px;}
.mT10 {margin-top: 10px;}
.mT15 {margin-top: 15px;}
.mT20 {margin-top: 20px;}
.mT25 {margin-top: 25px;}
.mT30 {margin-top: 30px;}
.mT40 {margin-top: 40px;}
.mT50 {margin-top: 50px;}
.mT60 {margin-top: 60px;}


/* 下マージン */
.mB-10 { margin-bottom: -10px ;}

.mB0  {margin-bottom: 0 !important;}
.mB5  {margin-bottom: 5px;}
.mB10 {margin-bottom: 10px;}
.mB15 {margin-bottom: 15px;}
.mB20 {margin-bottom: 20px;}
.mB25 {margin-bottom: 25px;}
.mB30 {margin-bottom: 30px;}
.mB40 {margin-bottom: 40px;}
.mB50 {margin-bottom: 50px;}
.mB100 {margin-bottom: 100px;}


/* Fonts */
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f24 {font-size: 24px;}
.f26 {font-size: 26px;}
.f28 {font-size: 28px;}
.f30 {font-size: 30px;}
.f32 {font-size: 32px;}
.f36 {font-size: 36px;}
.f38 {font-size: 36px;}
.f40 {font-size: 40px;}

.normal {font-weight: 400;}
.bold {font-weight: bold;}

.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}


/*--- Load ---*/
#fadeWhite {
	position: fixed;
	width: 100%;
	background: #f7f7f7;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999;
}




/*--- 共通パーツ -----------*/
.whiteBox {
	width: 100%;
	max-width: 1100px;
	padding: 36px 30px 33px; 
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 6px;
}

.infoBox {
	display: flex;
	max-width: 980px;
	justify-content: space-around;
	padding: 40px 20px 10px;
	margin: 0 auto -20px;
}

.infoBox li {
	width: 100%;
	max-width: 420px;
	padding: 20px; 
	margin: 0 20px;
	text-align:center;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 0px 8px #f2e6cd ;/*外側*/
	border: dashed 2px #ccbe9f/*破線*/
}


h1 {
	font-size: 26px;
	font-weight: 400;
	padding: 0 0 22px;
	margin: 0 auto 32px;
	text-align:center;
	background-image: linear-gradient(90deg, #0068b7 0 15%, #b2b7c4 15%, transparent);
	background-repeat: no-repeat;
	background-size: 260px 5px;
	background-position: bottom;
}


h2 {
	font-size: 22px;
	font-weight: 400;
	border-left: 10px solid #0068b7;
	padding: 0 0 3px 16px;
	margin-bottom: 21px;
	text-align: left;
	border-left-style: double;
}


h3 {
	position: relative;
	width: 100%;
	max-width: fit-content;
	font-size: 24px;
	font-weight: normal;
	text-align:center;
	padding: 11px 25px 13px 25px;
	border-top: solid 2px #145f98;
	border-bottom: solid 2px #145f98;
	margin: 42px 0 33px;
}
h3:before, h3:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #145f98;
}
h3:before {
	left: 7px;
}
h3:after {
	right: 7px;
}


h4 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-align: right;
}

.bold {
	font-weight: bold;
}

.green {
	color: #12c112;
}

.blue {
	color: #00a0e9;
	font-weight: normal;
}

.red {
	color: #00a0e9;
}
.red2 {
	color: #fa9900;
}

.big {
	color: #d7000f;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px
}

.br {
	display: block;
	content: "";
	height: 15px;
}
.br2 {
	margin-top: 10px;
}

.set {
	text-indent: -1.0rem;
	padding-left: 1.0rem;
}
.set2 {
	text-indent: -20px;
	padding-left: 20px;
}

.etc_pc {
	display: block;
}
.etc_sp {
	display: none;
}
/*--- 共通パーツ -----------*/




/* headerMenu --------------------------------------------*/
#sp_header {
	display: none;
}

#up_menu {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	background-image: linear-gradient(45deg, #f5f5f5 0%, #fff 100%); opacity: 0.92; filter: alpha(opacity=92);
	background-size: cover;
	transition: ease solid 3s;
	z-index: 10;
	box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px #888;
}

.headerMenu {
	width: 100%;
	max-width: 1240px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	margin: 0 auto;
}

.headerMenu li {
	padding-top: 9px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out;
}
.headerMenu li img.logo {
	margin-top: -5px;
	max-width: 337px;
}
.headerMenu li img {
	margin-top: -2px;
	max-width: 44px;
}

.headerMenu li a {
	position: relative;
	color: #111;
}
ul.menubar {
	display: flex;
	justify-content: space-between;
	width: 60%;
}

.menuListLink::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #00a0e9;
	border-radius: 3px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
}
.menuListLink:hover::after {
	transform: scale(1, 1);
}




/* btn -------------------------------*/
/*--- 資料請求 --------------*/
.btn,
a.btn,
button.btn {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a.btn-flat {
	margin-top: -10px;
	height: 66px;
	overflow: hidden;
	padding: 18px 8px 0;
	background: #111;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 4px #aaa;
	-moz-box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
}

a.btn-flat.rec {
	width: 95px;
	padding: 18px 0 8px;
	margin-right: -25px;
	text-align: center;
}


@media screen and (max-width: 1194px) {
a.btn-flat.rec {
	margin-right: -19px;
}
}
@media screen and (max-width: 1130px) {
a.btn-flat.rec {
	padding-right: 3px;
}
}


a.btn-flat.rec span {
	color: #fff;
	position: relative;
	z-index: 100;
}

a.btn-flat img{
	position: relative;
	padding-left: 2px;
	margin-top: -2px;
	opacity: 1.0;
}

a.btn-flat:before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 108px;
	height: 100px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(-92%);
	transform: translateY(-92%);
	background: #00a0e9;
	z-index: 0;
}

a.btn-flat:hover {
	color: #fff ;
}
a.btn-flat:hover:before {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
/*--- 資料請求 -------------*/




/* btn -------------------------------*/
.btn01 {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 46px;
	padding: 10px 5px;
	margin: 0 5px;
	text-align: center;
	background: #00a0e9;
	border: none;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	line-heigt: 1.2em;
	-webkit-transition: .2s;
	transition: .2s;
}

.btn01.long {
	width: 230px;
}

.btn01::before,
.btn01::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 51%;
	height: 100%;
	background: #111;
	-webkit-transition: .2s;
	transition: .2s;
}
.btn01::before {
	left: 0;
}
.btn01::after {
	right: 0;
}
.btn01:hover::before,
.btn01:hover::after {
	width: 0;
}
.btn01:hover {
	color: #fff;
}
.btn01 span {
	position: relative;
	z-index: 1;
}


/*--- btn jump -----------------------*/
.btn01_jump {
	overflow: hidden;
	padding: 6px 5px 0;
	margin: 23px 2px 0;

}
.btn01_jump a {
	color: #fff;
}
.result {
	left: 2px;
}
.btn01:hover .result {
	left: 5px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.btn01:hover .result img {
	opacity: 1;
}




/* ◆1. top ----------------------------------------------*/
/* ファーストビュー ------------------*/
#Pwrap {
	height: 100%;
	height: 960px;
	background-image: none;
}
#Pwrap::before {
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 960px;
	top: 0px;
	left: 0;
	z-index: -2;
	animation: image_anime 6s ease;
}
.bg_1::before {
	background: url(img/top/01.jpg?20260801-1) center 0% no-repeat;
}
.bg_2::before {
	background: url(img/top/02.jpg?20260801-1) center 0% no-repeat;
}

@keyframes image_anime {
4% {
	background-image: url(img/top/02.jpg);
}
40% {
	background-image: url(img/top/02.jpg);
 }
100% {
	background-image: url(img/top/02.jpg);
}
}


.Content1-1 {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: 800px;
	height: fit-content;
	padding: 20px 0px 36px 20px;
	margin: 140px auto 0;
	background: rgba(255,255,255,0.80);
	border-radius: 6px;
	z-index: 1;
}

.firstVlogo {
	padding: 10px 0 30px;
	margin: 0 auto;
	text-align: center;
}
.firstVlogo img {
	width: 100%;
	max-width: 480px;
	padding: 0;
	margin: 0 auto -11px;
	/*-- opacity: 0.94; filter: alpha(opacity=96) --*/
}

.Content1-1 .m1 {
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	padding: 0;
}
.Content1-1 .m1f {
	font-size: 52px;
	line-height: 64px;
	margin: 10px -9px 26px auto;
}

br.br_sp572 {
	display: none;
}
br.br_sp768 {
	display: none;
}


#wrap_1 {
	width: 100%;
	margin: 0 auto;
	background: url(img/top/wrap.jpg?20260627-1) repeat center;
		overflow: hidden;
}


.arrowT.first {
	padding-top: 43px;
}


/* 技術力×柔軟性×高品質 ------------*/
.Content1-1-2 {
	max-width: 1080px;
	padding: 56px 20px 0;
	margin: 0 auto;
	text-align: center;
}
.Content1-1-2 h1 {
	margin-bottom: 34px;
}
.Content1-1-2 .first {
	width: 86%;
	text-align: left;
	margin: 0 auto;
}


/* 業務案内 --------------------------*/
.Content1-2 {
	max-width: 1120px;
	padding: 38px 20px 0;
	margin: 0 auto;
}
.Content1-2 h1 {
	margin-bottom: 34px;
}

.C2_LR {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 21px auto 36px;
		overflow: hidden;
}
.C2_LR .solBox {
	margin: 9px -60px 0 0;
}
.C2_LR .solBox img {
	position: relative;
	width: 100%;
	max-width: 480px;
	padding: 0;
	border-radius: 6px;
	z-index: 1;
}
.C2_LR .C2Box_txt {
	position: relative;
	width: 100%;
	max-width: 640px;
	padding: 20px 16px 19px 19px;
	background-image: linear-gradient(90deg, #f7f7f7 0 30%, #fff);
	opacity: 0.94;
	border-radius: 6px;
	z-index: 2;
}
.C2_LR .C2Box_txt .txtM {
	color: #145f98;
	font-size: 22px;
}
.C2_LR.last {
	margin-bottom: 0;
}


.arrowT {
	width: 100%;
	max-width: 1120px;
	padding: 42px 0 0;
	margin: 0 auto;
	text-align: center;
}
.arrowT img {
	width: 76px;
}


/* 品質管理 --------------------------*/
.Content1-3 {
	max-width: 1080px;
	padding: 38px 20px 1px;
	margin: 0 auto;
}

.boxM {
	width: 100%;
	max-width: 420px;
	color: #145f98;
	font-size: 18px;
	text-align: center;
	background-image: linear-gradient(90deg, #f7f7f7 0 40%, #fff);
	padding: 0 20px 34px;
	margin: 40px auto 32px;
	border-top: solid 10px #145f98;
	box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.boxM h3 {
	margin: 40px auto 32px;
}
.boxM .icon {
	position: absolute;
	margin: 40px 20px 0 275px;
}
.boxM .icon img {
	width: 56px;
}


/* 環境活動 --------------------------*/
.Content1-4 {
	max-width: 1080px;
	padding: 38px 20px 1px;
	margin: 0 auto;
}


/* 設備情報 --------------------------*/
.Content1-5 {
	max-width: 1120px;
	padding: 38px 20px 8px;
	margin: 0 auto;
}

.Content1-5 table.first {
	margin: 38px auto -2px;
}
.Content1-5 table.first td {
	background: #eee;
}

.Content1-5 table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 2px;
}
.Content1-5 table td {
	text-align: left;
	background: rgba(255,255,255,0.4);
	padding: 8px 20px 9px;
	border: 1px solid #145f98;
	border-radius: 0;
}

.Content1-5 .tips {
	display: none;
}
.Content1-5 table.second {
	margin: 10px auto 5px;;
}

.qaInner {
	font-size: 16px;
	padding: 0;
	margin: 0px auto -6px;
}

/*--- アコーディオン--------*/
.accordion-area {
	padding: 9px 0 6px;
	margin: 1px auto 0;
	border-radius: 6px;
}
.accordion-area li {
	margin: 0;
}

.title {
	position: relative;
	cursor: pointer;
	color: #145f98;
	padding: 8px 33px 10px 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	transition: all .5s ease;
}
.title::before,
.title::after {
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #145f98;
}
.title::before {
	top: 48%;
	right: 16px;
	transform: rotate(0deg);
}
.title::after {
	top:48%;
	right: 16px;
	transform: rotate(90deg);
}
.title.close::before {
	transform: rotate(45deg);
}
.title.close::after {
	transform: rotate(-45deg);
}

.box {
	cursor: pointer;
	display: none;
	margin: 0 auto -7px;
	padding: 0;
}
/*--- アコーディオン--------*/


/* 会社情報 --------------------------*/
.Content1-6 {
	max-width: 1120px;
	padding: 38px 20px 43px;
	margin: 0 auto;
}

/*--- 表 -------------------*/
#info {
	padding-top: 6px;
	margin-bottom: 5px;
}
#info table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 2px;
}
#info table th {
	position: relative;
	text-align: left;
	width: 22.2%;
	background-color: #dedfe2;
	font-weight: normal;
	padding: 11px 20px 13px;
	border-radius: 6px 0 0 6px;
}
#info table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #dedfe2;
}
#info table td {
	text-align: left;
	background: rgba(255,255,255,0.6);
	padding: 12px 20px 13px;
	border: 1px solid #dedfe2;
	border-radius: 0 6px 6px 0;
}
/*--- 表 -------------------*/

iframe {
	height: 320px;
	margin: 0 auto 52px;
}


#Pwrap1 {
	height: 380px;
	background-image: none;
}
#Pwrap1::before {
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 60px;
	left: 0;
	z-index: -1;
}


/* お知らせ --------------------------*/
.Content1-7 {
	max-width: 1120px;
	padding: 38px 20px 0;
	margin: 8px auto 0;
}

.Content1-7 h1 {
	margin-bottom: 40px;
}

.wng {
	margin-bottom: -4px;
}
.wng .whatsnew .newmark {
	background-color: #0068b7;
	padding: 0px 5px 2px;
	margin-right: 4px;
	vertical-align: top;
}
.wng .whatsnew a:hover {
	background-color: #fff;
}

h2.wnew {
	margin-top: 45px;
	margin-bottom: 28px;
}


/* SNS -------------------------------*/
.sns_txtvox {
	width: 100%;
	max-width: 259px;
	padding: 43px 0 32px;
	margin: 0 auto;
	text-align: center;
}

.sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 0px 20px;
	margin: 0 auto;
}
.sns img {
	width: 48px;
}


/* お問い合わせ ----------------------*/
#wrap_2 {
	width: 100%;
	margin: 0 auto;
	background: url(img/top/obi.jpg) center center no-repeat;
	background-size: cover;
		overflow: hidden;
}

.contactB {
	text-align: center;
	padding: 27px 0 52px;
	margin: 0 auto;
}
.contactB .btn01_jump {
	width: 230px;
	height: auto;
	font-size: 18px;
	padding: 12px 0 15px;
	border: 4px solid #d7e1e6;
	border-radius: 16px;
}

.Content1-8 {
	max-width: 850px;
	padding: 0px 20px;
	margin: 10px auto 2px;
}
.Content1-8 .CP_LR {
	max-width: 580px;
	padding: 0;
}

.Content1-8 .btn01.rec::before, .btn01.rec::after {
	background-color: #5067a5;
}


/* footer ------------------------------------------------*/
#bottom_line {
	display: block;
	padding: 4px 0;
	background-image: linear-gradient(30deg, #0068b7 0%, #00a0e9 100%);
}


footer {
	color: #fff;
	text-align: center;
	padding : 32px 5px 32px;
	margin: 0;
	background-image: linear-gradient(30deg, #111 0%, #111 100%);
		overflow: hidden;
}

.flink_sp {
	display: none;
}

footer a:link {color: #fff; text-decoration: none;}
footer a:active {color: #eee; text-decoration: none;}
footer a:visited {color: #eee; text-decoration: none;}
footer a:hover {color: #fff; text-decoration: underline;}

.snsIcons img {
	max-width: 48px;
	margin: 4px 13px 0;
}

.footer_info {
	max-width: 800px;
	align-items: center;
	margin: 27px auto 35px;
}
.footer_info img {
	max-width: 337px;
	margin: 0 auto 13px;
}

footer br.sp_br480 {
	display: none;
}
footer span.bar_sp480 {
	display: none;
}

footer .copy {
	margin-top: 24px;
}

br.sp_br {
	display: none;
}
span.bar_sp {
	display: none;
}
.sp_br834 {
	display: none;
}
.sp_br480 {
	display: none;
}
.sp_br320 {
	display: none;
}

br.sp_br_copy {
	display: none;
}




/* ◆2-1 リクルート --------------------------------------*/
/* ヘッダータイトル --------*/
.header_title {
	width: 100%;
	background: url(img/top/header.jpg) center 0% repeat;
	padding: 97px 0 9px;
	margin: 0 auto;
	overflow: hidden;
}
.header_title h1 {
	margin: -1px auto 31px;
}


#wrap_rec {
	width: 100%;
	margin: 0 auto;
	background: url(img/recruit/wrap2.jpg) repeat center;
		overflow: hidden;
}


h1.rec {
	color: #0068b7;
	background-image: linear-gradient(90deg, #0068b7 15%, #b2b7c4 15%, transparent);
}

.Content2-1 {
	max-width: 1200px;
	padding: 49px 20px 0;
	margin: 0 auto;
}

.catch {
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	padding: 0 0 48px;
}

.Content2-2 {
	max-width: 1080px;
	padding: 34px 20px 0 64px;
	margin: 0 auto;
}
.Content2-2 h1 {
	margin-left: -44px;
}
.Content2-2 .CP_LR {
	padding-top: 0;
}

.T-img1 img.icon{
	margin-top: -33px;
}

.konnahito {
	font-size: 20px;
	line-height: 36px;
	margin-top: -1px;
}
.zehi {
	font-size: 24px;
	margin-top: 8px;
}

h1.rec.yarigai {
	margin-top: 31px;
	margin-bottom: 7px;
}

.T-img2 img.icon{
	margin-top: 12px;
}

.Content2-3 {
	max-width: 1200px;
	padding: 7px 20px 23px;
	margin: 0 auto;
}

.CP_LR {
	width: 100%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 34px;
	margin: -6px auto -2px;
	overflow: hidden;
}

.C1Box {
	display; block;
	min-width: 280px;
	padding: 14px 0 10px;
	border-radius: 6px;
}
.C1Box img {
	width: 100%;
	max-width: 320px;
	padding: 0;
	border-radius: 6px;
}

.C1BoxT {
	padding: 7px 0 0 16px;
	margin-left: 19px;
}

.Content2-3 .CP_LR {
	margin: 0 auto -15px;
}
.Content2-3 .CP_LR.last {
	margin-top: -19px;
}


.Content2-yt {
	max-width: 1200px;
	padding: 7px 20px 60px;
	margin: 0 auto;
}

.youtube_wrap {
	position: relative;
	width: 100%;
	max-width: 1100px;
	padding-top: 53.5%;
	margin: 40px auto 0;
}
.youtube_wrap iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}


#Pwrap2 {
	height: 380px;
	background-image: none;
}
#Pwrap2::before {
	background: url(img/top/02.jpg) center 0% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 60px;
	left: 0;
	z-index: -1;
}


#wrap_rec2 {
	width: 100%;
	margin: 0 auto;
	background: url(img/recruit/wrap3.jpg) repeat center;
		overflow: hidden;
}

.Content2-4 {
	max-width: 1200px;
	padding: 56px 20px 0;
	margin: 0 auto;
}

h1.rec2 {
	color: #fa9900;
	background-image: linear-gradient(90deg, #fa9900 0 15%, #b2b7c4 15%, transparent);
}


.C3_LR {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0 auto;
		overflow: hidden;
}
.C3_LR .solBox {
	margin: 9px -60px 0 0;
}
.C3_LR .solBox img {
	position: relative;
	width: 100%;
	max-width: 540px;
	padding: 0;
	border-radius: 6px;
	z-index: 1;
}
.C3_LR .C3Box_txt {
	position: relative;
	width: 100%;
	max-width: 650px;
	font-size: 18px;
	padding: 19px 16px 19px 19px;
	background-image: linear-gradient(90deg, #eee 0 30%, #fff);
	opacity: 0.94;
	border-radius: 6px;
	z-index: 2;
}

.C3_LR.rev {
	padding: 8px 0 0;
	margin: 0 auto;
}
.C3_LR .solBox.rev {
	margin-right: 0;
	margin-left: -60px;
}


.Content2-4 .C3_LR.first {
	padding-top: 8px;
}
.Content2-4 .C3_LR.rev.mid {
	padding: 40px 0;
}
.Content2-4 .C3_LR.bottom {
	padding-bottom: 45px;
}

.Content2-4 .C3_LR .solBox img {
	max-width: 400px;
}
.Content2-4 .C3_LR .C3Box_txt {
	max-width: 790px;
}

h2.rec2 {
	border-left: 10px solid #fa9900;
	border-left-style: double;
}

.Content2-4 .C3_LR .C3Box_txt .btn01 {
	background: #fa9900;
}

.Content2-4 .T-img3 {
	text-align: center;
}
.Content2-4 .T-img3 img {
	width: 100%;
	max-width: 240px;
}
.Content2-4 .catch {
	color: #fa9900;
	padding: 8px 0 53px;
}




/* ◆3 募集職種 ------------------------------------------*/
.pankz {
	font-size: 16px;
	margin-top: -14px;
}
.pankz a {
	color: #00a0e9;
}
.pankz a:hover {
	color: #111;
}

.Content3-1 {
	max-width: 1200px;
	padding: 36px 20px 0;
	margin: 0 auto -8px;
}
.Content3-1 #info table {
	margin-bottom: -4px;
}
.Content3-1 #info table th {
	width: 27.6%;
	background: #f5e6d1;
	padding: 11px 0 12px 20px;
}
.Content3-1 #info table th.img {
	padding: 20px 0 12px 20px;
}
.Content3-1 #info table th:after {
	border-left: 10px solid #f5e6d1;
}
.Content3-1 #info table th img {
	max-width: 280px;
}
.Content3-1 #info table td {
	padding: 12px 0 13px 20px;
	border: 1px solid #f5e6d1;
}

h2.rec2.rec3 {
	margin-top: 2px;
}
.Content2-4 h2 span.new,
.Content3-1 h2 span.new,
.Content3-2 h2 span.new {
	position: relative;
	top: -3px;
	display: inline;
	width: 100px;
	height: 50px;
	background-color: #fa9900;
	font-size: 16px;
	color: #fff;
	padding: 0 5px 3px;
	margin-right: 10px;
	border-radius: 4px;
}

.kyuyo {
	color: #fa9900;
	font-size: 22px;
	padding-bottom: 19px;
}
.kyuyoT{
	font-size: 18px;
}

.Content3-1 #info.two {
	padding: 35px 0 0;
}
.Content3-1 #info.two table td.kengaku {
	padding-top: 12px;
}
.Content3-1 .flow_2.last {
	margin-bottom: 3px;
}

.oubo {
	padding: 14px 0 0;
}
.oubo .btn01 {
	background: #fa9900;
}


#Pwrap2 {
	height: 380px;
	background-image: none;
}
#Pwrap2::before {
	background: url(img/recruit/bg_r1.jpg) center 0% no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 60px;
	left: 0;
	z-index: -1;
}


.Content3-2 {
	max-width: 1200px;
	padding: 56px 20px 52px;
	margin: 0 auto;
}

.flow_2 {
	width: 100%;
	padding: 18px 20px 17px;
	margin: 40px auto 0;
	border: 2px solid #fae6cc;
	border-radius: 8px;
	background: #fff;
}

/*--- タグ ---*/
.jobTag_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 0 2px;
	margin: 0;
}

.jobTag {
	display: inline;
	width: auto;
	height: 50px;
	height: 48px;
	background-color: #fceda5;
	font-size: 18px;
	padding: 8px 10px 0;
	margin: 5px 10px 5px 0;
	border-radius: 4px;
}

/*--- 時間割 ---*/
.time_wrap {
	padding: 0;
	margin-top: -1px;
}
.time_wrap table th {
	font-weight: normal;
	text-align: right;
}

.flow_2.last {
	margin-bottom: 3px;
}

/*--- 募集要項 -----------------------*/
.Content3-2 #info.three {
	margin-bottom: 1px;
}

.Content3-3 {
	max-width: 1200px;
	padding: 0 20px 52px;
	margin: -4px auto 0;
}
.Content3-3 #info.four {
	padding-bottom: 28px;
}
.Content3-3 .T-img3 {
	text-align: center;
}
.Content3-3 .T-img3 img {
	width: 100%;
	max-width: 240px;
}
.Content3-3 .catch {
	color: #fa9900;
	padding: 8px 0 0;
	margin-bottom: -4px;
}




/* ◆2-3 エントリー --------------------------------------*/
.Content6 .entry section th {
	background-color: #f5e6d1;
}
.Content6 .entry section td.syokusyu {
	padding-top: 8px;
}


/* ◆6. お問い合わせ -------------------------------------*/
#wrap_c {
	width: 100%;
	margin: 0 auto;
	background: url(img/top/obi3.jpg) center;
	background-size: cover;
		overflow: hidden;
}
#wrap_c .CP_LR {
	width: 560px;
}

.Content6 {
	width: 100%;
	background: url(img/top/wrap.jpg) center 0% repeat;
	padding: 41px 20px 40px;
	margin: 0 auto;
}

.Content6_1 {
	max-width: 1120px;
	padding: 0;
	margin: 0 auto 0;
}


/*--- フォーム ---*/
.Content6 input {
	outline: none;
	padding: 5px 5px 6px;/*--- 2025.10 ---*/
	border-width: 1px;
}
.Content6 input, select {
	font-size: 15px;
}
.Content6 textarea {
	outline: none;
}

.Content6 section {
	max-width: 1120px;
	margin: 0 auto;
	padding: 7px 0 20px;
}
.Content6 section table {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 8px 0 19px;
}
.Content6 section th, section td {
	font-size: 15px;
	border: 1px solid #dedfe2;
	margin: 0 auto;
	padding: 15px 15px 16px;
	border-radius: 0 6px 6px 0;
}
.Content6 section th {
	width: 25%;
	font-weight: normal;
	text-align: left;
	background-color: #dedfe2;
	padding: 10px 15px 11px;
	border-radius: 6px 0 0 6px;
}
.Content6 section th span {
	color: #0068b7;
	font-size: 0.90rem;
}
.Content6 .Content6_1.entry section th span {
	color: #fa9900;
	font-size: 0.90rem;
}

.Content6 textarea {
	width: 100%;
	font-size: 15px;
	font-family: 'Noto Sans JP','M PLUS 1p',"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3",Verdana,sans-serif;
}
.Content6 section td textarea {
	margin: 1px 0 -9px;/*--- 2025.10 ---*/
}

.Content6 input[type="date" i] {
	font-family: 'Noto Sans JP','M PLUS 1p',"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3",Verdana,sans-serif;
	padding: 0;
}

.Content6 select {
	height: 27px;
}

.Content6 input.btn-OF {
	margin-left: 0 !important;
}
.tenpu {
	padding-top: 7px;
}


/*--- プライバシーポリシー ---*/
.Content6_1 .qaInner {
	width: 100%;
	padding: 0;
	margin: 12px auto -13px;
}
.Content6 .qaInner section {
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.Content6 .qaInner .title {
	font-size: 16px;
	padding: 16px 33px 17px 16px;
	background: #fff;
	border: none;
}
.Content6 .qaInner .box {
	max-height: 45vh;
	overflow-y: scroll;
	padding: 0 17px 17px 17px;
	margin: -1px auto 0;
	background: #fff;
}


/*--- ボタン ---*/
.Content6 .submitB {
	display: flex;
	justify-content: center;
	padding-top: 29px;
	margin: 8px auto 0;
	text-align: center;
	height: 65px;
}

.Content6 input[type="submit" i] {
	position: relative;
	display: inline-block;
	padding: 0.4em 0.6em 0.45em;/*--- 2025.10 ---*/
	margin: 0 10px;
	text-decoration: none;
	color: #fff;
	background: #98999a;
	border: solid 1px #999;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-appearance: none;
}
.Content6 .submitB.otoi input[type="submit" i]:hover {
		background: #00a0e9;
}

.Content6 input[type="submit" i]:hover {
		background: #fa9900;
}




/*--- thanks page ---*/
.entry-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.Content6_thanks {
	max-width: 720px;
	margin: 0 auto;
	padding: 51px 20px 0;
	text-align: center;
}




/* ◆プライバシーポリシー --------------------------------*/
.cPP_Text1 {
	max-width: 1120px;
	padding: 52px 20px 53px;
	margin: 0 auto;
}

.mT-br {
	display: block;
	content: "";
	height: 26px;
}

.set_pp {
	text-indent: -18px;
	padding-left: 26px;
}




/* ◆blog ------------------------------------------------*/
/*--- 一覧 ---*/
#blog_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 16px; /*--- ページャー出たら消す ---*/
}

.pt-cv-wrapper {
	max-width: 1120px;
	padding: 50px 20px 8px;
	margin: 0 auto -17px;
}

.pt-cv-view .pt-cv-ifield {
	padding-bottom: 19px;
}

.pt-cv-wrapper img {
	width: 160px;
}


.pt-cv-view .pt-cv-title {
	max-height: 20px;
	overflow: hidden;
	text-align: left;
}
.pt-cv-view a {text-decoration: none;}
h4.pt-cv-title:hover {text-decoration: underline;}


.pt-cv-ifield>*, .pt-cv-view .pt-cv-content-item>* {
	margin-bottom: 7px !important;
}


/* 修正 ---*/
.pt-cv-view .pt-cv-title {
	margin-bottom: 11px !important;
}
.pt-cv-content {
	line-height: 28px;
}
/* 修正 ---*/


.pt-cv-wrapper .btn-success {
	background-color: #1871e4 !important;
	border-color: #1871e4 !important;
	margin-top: 9px;
}
.pt-cv-wrapper .btn-success:hover {
	background-color: #333 !important;
	border-color: #333 !important;
}

.pt-cv-meta-fields {
	font-size: 14px !important;
	padding-top: 6px;
}
.pt-cv-meta-fields a {
	color: #1871e4 !important;
}
.pt-cv-meta-fields a:hover {
	color: #333 !important;
	text-decoration: underline !important;
}


/*-- ページャー --*/
.pt-cv-pagination-wrapper {
	text-align: center;
	margin: 11px 0 -19px !important;
}
.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
	color: #333;
}
.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>a:hover, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover {
	color: #fff !important;
	background-color: #1871e4 !important;
}
.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
	padding: 5px 12px 6px !important;
	color: #1871e4 !important;
}
.pt-cv-wrapper .pagination>li>a:focus, .pt-cv-wrapper .pagination>li>a:hover, .pt-cv-wrapper .pagination>li>span:focus, .pt-cv-wrapper .pagination>li>span:hover {
	color: #333 !important;
}


/*---- 共通ウイジェット ----*/
section#archives-2 {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px 44px;
	/*--margin-top: -17px;--*/
}
section#archives-2 select {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
	padding: 6px 5px 5px 6px;
	border-radius: 4px;
	-webkit-appearance: none;
}
section#categories-2 {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px 60px;
}
section#categories-2 select {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
	padding: 6px 7px 5px 6px;
	border-radius: 4px;
	-webkit-appearance: none;
}
section#archives-2 h2, section#categories-2 h2 {
	margin-bottom: 22px;
}
/*---- 共通ウイジェット ----*/


/*--- パンくず -------------*/
#pk {
	width: 100%;
}
.pk {
	max-width: 1023px;
	padding: 1px 20px 3px;
	margin: 0 auto;
	font-size: 14px;
}
.pk a {text-decoration: none;}
.pk a:hover {text-decoration: underline;}




/*--- カテゴリー一覧 -----------------*/
#blogWrap_2 {
	width: 100%;
	max-width: 1080px;
	padding-bottom: 44px;
	margin: 0 auto;
}
#blogWrap_2.ichiran {
	margin-top: 40px;
}

ul.lcp_catlist {
	padding: 0;
	margin-top: 6px;
}

#blogWrap_2 .lcp_catlist li {
	width: 92%;
	max-width: 980px;
	margin: 0 auto;
}

ul.lcp_catlist li {
	display: block;
	width: 100%;
	height: 201px;
	padding: 17px 0 0;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
}
ul.lcp_catlist li img {
	float: left;
	margin: 3px 30px 0 0;
}


/*-- 文字制限 本文 --*/
.lcp_catlist h3 {
	font-size: 19px;
	line-height: 36px;
	padding: 0;
	margin-top: -2px;
	height: 45px;
	overflow: hidden;
}

.icp_post {
	margin: 1px 0 17px;
	height: 30px;
	overflow: hidden;
}

.lcp_excerpt {
	position: relative;
	height: 59px;
	overflow: hidden;
}
.lcp_excerpt:before, .ellipsis:after {
	position: absolute;
	background: #f8f8f6;
}
.lcp_excerpt:before {
	content: "...";
	bottom: 0;
	right: 0;
	padding: 0 12px;
}
.lcp_excerpt:after {
	content: "";
	width: 100%;
	height: 100%;
}
/*-- 文字制限 本文 --*/


/*-- ページャー --*/
.lcp_paginator {
	text-align: center;
	margin: 48px auto -2px;
}

.lcp_currentpage {
	color: #fafafa;
	background-color: #111 !important;
	border: 1px solid #ddd !important;
	border-radius: 4px;
}
.lcp_paginator li {
	display: inline-block;
	width: 34px;
	height: 35px;
	border: 1px solid #ddd !important;
	border-radius: 4px;
}
.lcp_paginator li a {
	color: #0068b7 !important;
	text-decoration: none;
}
.lcp_paginator li:hover {
	background-color: #ddd;
}


/*--- アーカイブ一覧 -----------------*/
#blogWrap_3 {
	width: 100%;
	max-width: 1080px;
	padding: 0;
	margin: 5px auto 0;
}

.pk_2 {
	font-size: 14px;
	margin-left: 20px;
}

#blogWrap_3 .date-head {
	max-width: 1020px;
	text-align: center;
	padding: 17px 20px 0;
	margin: 0 auto;
}
.date-head p {
	display: none;
}

.date-head h3 {
	font-size: 24px;
	padding: 7px 7px 7px;
	margin-bottom: 13px;
}

.date-list {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
.date-list ul {
	padding: 9px 20px 4px;
	margin: 0 auto;
}
.date-list ul li {
	display: block;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 9px 16px 8px;
	margin: 0 auto 40px;
}


/*--- NEW アーカイブ ---*/
.dateC {
	margin-top: -2px;
}
.date-cont {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-top: -1px;
	margin-bottom: -6px;
}
.date-cont img {
	margin-right: 15px;
}
.date-cont2 {
	margin-top: -9px;
}
.date-cont2 .lcp_excerpt:before {
	display: none;
}
/*--- NEW アーカイブ ---*/


.date-list li h2 {
	margin: 8px 0 11px;
}
.date-list li p {
	padding: 6px 0;
}

.dateCtg {
	font-size: 14px;
}


/*--- 記事詳細 ---*/
#content_blog {
	max-width: 1000px;
	padding: 53px 20px 2px;
	margin: 0 auto;
	min-height: 23.1vh;
}
#content_blog strong {
	display: block;
	font-size: 18px;
	margin: 0 0 -10px;
}

#content_blog img {
	/*--- width: 100%;---*/
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 18px 0 8px;
}
#content_blog img.mT-8 {
	padding: 9px 0 7px;
}

#content_blog a:hover {
	text-decoration: underline;
}

.kijiPeager {
	max-width: 960px;
	padding: 0 20px;
	margin: 28px auto 53px;
}
.kijiPeager a {
	padding: 20px 10px 0;
}
.kijiPeager a:hover {
	color: #aaa;
	text-decoration: underline;
}

.img_br {
	display: block;
	content: "";
	margin-top: -10px;
}


/*--- リセット ---*/
#content_blog p {
	margin: 15px auto 14px;
}
#content_blog h1 {
	margin: 7px 0 12px;
}
#content_blog h2 {
	margin: 0 0 21px;
}
#content_blog h3 {
	margin: 17px 0 18px;
}
#content_blog h4 {
	text-align: left;
	margin: 1px 0 1px;
}
#content_blog h5 {
	margin: -1px 0 1px;
}
h5 {
	font-size: 18px
}
/*--- リセット ---*/
