@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/* 共通 */
.pc-py-120 {
	padding-bottom: 12em!important;
    padding-top: 12em!important;
}

.pc-py-150 {
	padding-bottom: 15em!important;
    padding-top: 15em!important;
}

/* PCのみ表示 */
.pcOnly {
	display: block;
}

/*　max-width: 820px より小さい幅の時　*/
@media (max-width: 836px) {
	.pcOnly {
		display: none;
	}
}

/* スマホのみ表示 */
.spOnly {
	display: none;
}

/*　max-width: 820px より小さい幅の時　*/
@media (max-width: 836px) {
	.spOnly {
		display: block;
	}
}



/* グローバルナビ位置調整 */
@media (min-width: 960px) {
	.-series-right .c-gnavWrap {
    	/*margin-right: 210px;*/
	}
}

@media (min-width: 960px) {
	.-series-right .w-header {
    	margin-right: 65px;
	}
}

/* スマホ表示時テキスト左揃え */
@media (max-width: 600px) {
	.sp_left_text {
		text-align: left !important;
	}
}


/* ヘッダー関連 */

/* グローバルナビ（初期表示） */
.l-header .l-header__gnav .c-gnav>.menu-item>a {
	color: #FFF;
}

.l-header .l-header__gnav .c-gnav>.menu-item>a::after {
	background: #FFF;
}

@media (max-width: 600px) {
	.l-header__spNav {
		/*display: none;*/
	}
	
	.l-header__logo {
		margin: 0 auto;
	}
}


/* グローバルナビ問い合わせ */
#header .header-phone,
#header .header-contact {
	color: #FFF;
	border: 1px solid #FFF;
	width: 180px;
	display: block;
	text-align: center;
	padding: 5px 0 7px;
}

#header .header-phone svg,
#header .header-contact svg {
	vertical-align: middle;
}

#header .header-phone span,
#header .header-contact span {
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

/* グローバルナビ問い合わせ（追随用）*/
#fix_header .header-phone,
#fix_header .header-contact {
	color: #000;
	border: 1px solid #000;
	width: 180px;
	display: block;
	text-align: center;
	padding: 5px 0 7px;
}

#fix_header .header-phone svg,
#fix_header .header-contact svg {
	vertical-align: middle;
}

#fix_header .header-phone span,
#fix_header .header-contact span {
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

#fix_header .l-fixHeader__logo .c-headLogo img {
	display: none;
}

#fix_header .l-fixHeader__logo .c-headLogo.-img {
	background: url("/wp/wp-content/uploads/2022/07/kayama_logo02.fw_.png") no-repeat;
	background-size: cover;
	width: 123px;
	height: 48px;
}

@media (max-width: 600px) {
	.l-header__menuBtn.sp_ {
		color: #FFF;
		/*background: #000c4b;*/
		background-color:rgba(0,12,75,0.8);
		position: fixed;
	}
	
	.p-spMenu__closeBtn {
		
	}
	
	.l-header__customBtn.sp_ {
		display: none;
	}
}

/* ヘッダー従業員募集ボタン */
.header-recruit {
	position: fixed;
	right: 10px;
	top: 6px;
	
	background: #62d847;
	color: #FFF;
	width: 72px;
	display: block;
	text-align: center;
	padding: 8px 0 8px;
	z-index: 99;	
}

@media (max-width: 600px) {
	.header-recruit {
		position: fixed;
		right: 0px;
		top: 5px;
		
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-decoration: none !important;

		background: #62d847;
		color: #FFF;
		width: auto;
		display: block;
		text-align: center;
		padding: 8px 3px 8px;
		z-index: 99;
	}
}








/* TOPページ メインビジュアル */
/* メインビジュアル メインテキスト フォントサイズ */
.p-mainVisual__slideTitle {
    font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.p-mainVisual__slideText {
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
/* メインビジュアル メインテキスト フォントサイズ スマホ用 */
@media (max-width: 600px) {
	.p-mainVisual__slideText {
		font-size: 20px !important;
	}
}


/* TOPページ NEWSタイトル */
.top-news-title {
	border-bottom: 1px solid #CCCCCC !inportant;
	left: -100px;
	width: calc(100% + 200px);
}

.top-news-title .swl-fz.u-fz-xs em {
	font-size: 16px;
	font-weight: normal;
}

@media (max-width: 600px) {
	.top-news-title {
		left: 0;
		width: 100%;
		font-size: 20px;
	}
	
	.top-news-title .swl-fz.u-fz-xs em {
		font-size: 14px;
	}
}

/* TOPページ 事業紹介ボタン フォントサイズ スマホ用 */
@media (max-width: 600px) {
	.c-tabList__button {
		font-size: 11px;
	}
}


/* 固定ページ用 */

/* 固定ページヘッダー */
.page .l-header {
	background: none;
	box-shadow: none;
	position: absolute;
}

.page .c-pageTitle {
	font-size: 1.8em;
	letter-spacing: 0.2em;
}


/* 固定ページページタイトル部分 */
.l-topTitleArea::before {
	background-color: #000;
	opacity: 0.3;
	content: "";
	
	z-index: 1;
	
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
	
.l-topTitleArea::after {
	background-color: rgba(0,0,0,.1);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
	background-size: 2px;
	content: "";
	opacity: .5;
	
	display: block;
	z-index: 2;
	
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 600px) {
	.l-topTitleArea {
		height: 28vh;
	}
}
	


/* 固定ページページタイトル */
.c-pageTitle {
	text-align: center;
}



/* 固定ページ h2スタイル */
.page h2.is-style-section_ttl {
	color: #000c4b;
}

.page h2.is-style-section_ttl:after {
	display: block;
	border-bottom: 3px solid #000c4b;
	width: 80px;
	content: "";
	margin: 20px auto 0;
}

/* スマホ表示時h2タイトル */
@media (max-width: 600px) {
	.page h2.is-style-section_ttl {
		font-size: 1.4em !important;
	}
}



/* 固定ページ h3スタイル */
.page h3.is-style-section_ttl {
	border-bottom: 3px double #999;
	text-align: center;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

/* スマホ表示時h3タイトル */
@media (max-width: 600px) {
	.page h3.is-style-section_ttl {
		width: 100%;
		font-size: 1.2em !important;
	}
}


/*.page h3.is-style-section_ttl {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	justify-content:center;
	display: flex;
}

.page h3.is-style-section_ttl:before,
.page h3.is-style-section_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.page h3.is-style-section_ttl:before {
  left:0;
}
.page h3.is-style-section_ttl:after {
  right: 0;
}*/



/* TOPページ h2タイトルクリア */
.home h2.is-style-section_ttl:after {
	display: none;
}



/* 事業紹介ページ */
.page-works h4.is-style-section_ttl {
	text-align: left;
	border-bottom: 2px solid #000c4b;
	padding: 10px 15px;
	background: #eee;
}

.point-ttl {
	border-bottom: 1px dotted #CCC;
	padding: 0 5px 5px;
}

.page-works .is-style-icon_pen {
	background: #D9DBE4;
	color: #000c4b;
}

.page-works .is-style-icon_pen:before {
	color: #000c4b;
}

.page-works .is-style-icon_pen:after {
    border-right-color: #000c4b;
}

.construction-history-box {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

.page-works .histry-ttl {
	padding: 3px;
}

.construction-history-box.u-mb-ctrl.u-mb-60 {
	margin-bottom: 6em !important;
}

.construction-history-box .is-style-good_list li:before,
.construction-history-box.is-style-good_list li:before {
    color: #000c4b;
}

.construction-history-box img {
	width: 185px;
	height: auto;	
}



/* 会社概要 */
.page-about .about-policy .js-matchHeigth {
	padding: 20px;
	border: 3px double #000c4b;
	background: linear-gradient(-45deg,transparent 25%,var(--color_gray) 25%,var(--color_gray) 50%,transparent 50%,transparent 75%,var(--color_gray) 75%,var(--color_gray));
    background-clip: padding-box;
    background-size: 6px 6px;
	
}

.page-about .about-policy .about-policy-ttl {
	background: #000c4b;
	border-radius: 100px;
	padding-bottom: 3px;
}

.page-about .about-qualification-box {
	padding-bottom: 15px;
	border: 1px solid #000c4b;
}

.page-about .about-qualification-box .is-style-balloon_box {
	width: 100%;
	border-radius: 0;
	padding-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

.page-about .about-info-table tr td:nth-child(odd) {
	width: 25%;
}

.page-about .about-qualification-box.about-qualification-box-height {
	height: 132px;
}

.page-about .about-qualification-box-width {
	width: 200px;
}

.page-about .history-table tr td:nth-child(odd) {
	width: 15%;
}

@media (max-width: 600px) {
	.page-about .about-qualification-box.about-qualification-box-height {
		height: auto;
	}
	
	.page-about .about-qualification-box-width {
		width: 100%;
	}
}



/* 採用情報 */
.recruit-table {
	
}

.recruit-table tr th{
	width: 25%;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}

@media (max-width: 600px) {
	.recruit-table tr th{
		width: auto;
	}
}



/* お問い合わせフォーム */
.tArea1 input,
.tArea1 textarea,
.tArea1 select,
.tArea2 input,
.tArea2 textarea,
.tArea2 select {
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.tArea1 select,
.tArea2 select {
	width: 12em;
}

.tArea1 #zip {
	width: 150px;
	margin-bottom: 8px;
}

.tArea1 input[name="address"] {
	margin-top: 8px;
}

.zip-button {
	background: #333333;
	color: #FFFFFF;
	padding: 7px 12px;
	border-radius: 20px;
	margin-bottom: 8px;
}

.page-contact-check .zip-button {
	display: none;
}

::placeholder {
	color: #D0D0D0;
}

/*　max-width: 1000px より小さい幅の時　*/
@media (max-width: 1199px) {
	.tArea1 input,
	.tArea1 textarea,
	.tArea1 select {
		width: 90%;
		padding: 3px 6px;
		font-size: 17px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
	}

	.tArea2 input,
	.tArea2 textarea {
		width: 6em;
		padding: 3px 6px;
		font-size: 17px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		margin-bottom: 5px;
	}
	
	.tArea2 #zip {
		width: 150px;
		margin-bottom: 8px;
	}
	
	.tArea2 select {
		width: 100%;
	}
	
	.tArea1 [name="pref"] {
		width: 100%;
	}	

	::placeholder {
	}
}

.page-contact .post_content {
	/*padding: 60px 0 30px;*/
}

.page-contact .post_content .contactTxt,
.page-contact-check .post_content .contactTxt{
	text-align: center;
	margin-bottom: 30px;
}

.page-contact-send .post_content .contactTxt,
.page-contact-send .post_content .contactNote {
	display: none;
}

.page-contact .post_content .contactNote,
.page-contact-check .post_content .contactNote {
	background: #EEEEEE;
	padding: 20px 30px 30px;
	margin-bottom: 40px;
}

.page-contact .post_content .contactNote .contactNote-ttl,
.page-contact-check .post_content .contactNote .contactNote-ttl {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}

.page-contact .post_content .contactNote li,
.page-contact-check .post_content .contactNote li {
	line-height: 2;
	font-size: 14px;
	margin: 0 0 0 1em;
}

.page-contact .post_content .formBox,
.page-contact-check .post_content .formBox {
	padding: 50px 60px 50px;
	border: 1px solid #CCCCCC;
}

.page-contact .post_content .formBox strong,
.page-contact-check .post_content .formBox strong {
	font-weight: bold;
	color: #FF0000;
}

.page-contact .post_content dl,
.page-contact-check .post_content dl {
	margin: 0 auto 20px;
	border-top: dotted 1px #999999;
}

.page-contact .post_content dl dt,
.page-contact-check .post_content dl dt {
	width: 200px;
	float: left;
	padding: 32px 0 15px 40px;
	clear: both;
}

.page-contact.page-contact-check .post_content dl dt {
	padding: 15px 0 15px 40px;
}

.page-contact .post_content dl dd,
.page-contact-check .post_content dl dd {
	width: 750px;
	min-height: 1.6em;
	padding: 25px 40px 25px 240px;
	border-bottom: dotted 1px #999999;
}

.page-contact .post_content dl dd input,
.page-contact-check .post_content dl dd input {
}

.mw_wp_form .vertical-item {
	display: inline !important;
	padding-right: 30px;
}

.contactBtn {
	text-align: center;
	margin-top: 50px;
}

.contactBtn input[name="submitConfirm"] {
	/*background: url(/img/common/bt_check_off.png) no-repeat !important;*/
	/*text-indent: -9999px;*/
	background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
	height: 80px;
	border: none;
	border-radius: 100px;
}

.contactBtn input[name="submitConfirm"]:hover {
	/*background: url(/img/common/bt_check_on.png) no-repeat !important;*/
	/*text-indent: -9999px;*/
	background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
	height: 80px;
	border: none;
	border-radius: 100px;
}

.contactBtn input[type="submit"] {
	/*background: url(/img/common/bt_send_off.png) no-repeat;*/
    /*text-indent: -9999px;*/
    background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
	height: 80px;
	border: none;
	border-radius: 100px;
}

.contactBtn input[type="submit"]:hover {
	/*background: url(/img/common/bt_send_on.png) no-repeat;
    text-indent: -9999px;*/
    background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
	height: 80px;
	border: none;
	border-radius: 100px;
}

.contactBtn input[name="submitBack"] {
	/*background: url(/img/common/bt_back_off.png) no-repeat;
    text-indent: -9999px;*/
	background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 240px;
	height: 80px;
	border: none;
	border-radius: 100px;
}

.contactBtn input[name="submitBack"]:hover {
	/*background: url(/img/common/bt_back_on.png) no-repeat;
    text-indent: -9999px;*/
    background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 240px;
	height: 80px;
	border: none;
	border-radius: 100px;
}

.page-contact-send .post_content .checkBox {
	text-align: center;
}

.page-contact-send .post_content .checkBox p {
	margin-bottom: 20px;
}

button {
	border: none;
	background: none;
}

.page-contact-send .btBackHome a:link {
	background: #62D847;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 240px;
	height: 80px;
	border: none;
	border-radius: 100px;
	display: block;
	margin: 50px auto;
	padding-top: 22px;
	text-decoration: none;
}

.page-contact-send .btBackHome a:visited {
	color: #FFFFFF;
}

.page-contact-send .btBackHome a:hover {
	color: #FFFFFF;
}

.page-contact-send .btBackHome a:active {
	color: #FFFFFF;
}

.sendTel {
	font-size: 20px;
	font-weight: 600;
}

/*　max-width: 1000px より小さい幅の時　*/
@media (max-width: 1199px) {
	.page-contact .post_content,
	.page-contact-check .post_content {
		padding: 40px 0 1px;
	}
	
	.page-contact .post_content .contactTxt,
	.page-contact-check .post_content .contactTxt {
	}

	.page-contact .post_content .contactNote,
	.page-contact-check .post_content .contactNote {
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.page-contact .post_content .contactNote h3,
	.page-contact-check .post_content .contactNote h3 {
		font-size: 18px;
	}

	.page-contact .post_content .contactNote li,
	.page-contact-check .post_content .contactNote li {
		font-size: 14px;
	}

	.page-contact .post_content .formBox,
	.page-contact-check .post_content .formBox {
		padding: 20px 5% 20px;
	}

	.page-contact .post_content dl,
	.page-contact-check .post_content dl {
	}

	.page-contact .post_content dl dt,
	.page-contact-check .post_content dl dt {
		width: 100%;
		float: none;
		padding: 15px 0 5px;
	}

	.page-contact .page-contact.page-contact-check .post_content dl dt {
		width: 100%;
		float: none;
		padding: 12px 0 5px;
	}

	.page-contact .post_content dl dd,
	.page-contact-check .post_content dl dd {
		width: 100%;
		padding: 0 0 18px;
	}

	.page-contact .post_content dl dd input,
	.page-contact-check .post_content dl dd input {
		width: 100%;
	}
	
	
	.page-contact .post_content dl,
	.page-contact-check .post_content dl {
	}

	.contactBtn {
		text-align: center;
		margin-top: 30px;
	}

	.contactBtn input[name="submitConfirm"] {
		/*background: url(/img/common/bt_send_sp_off.png) no-repeat !important;*/
		width: 240px;
		height: 70px;
		/*text-indent: -9999px;*/
		border: none;
		font-size: 1em;
	}

	.contactBtn input[name="submitConfirm"]:hover {
		/*background: url(/img/common/bt_send_sp_on.png) no-repeat !important;*/
		width: 240px;
		height: 70px;
		/*text-indent: -9999px;*/
		border: none;
		font-size: 1em;
	}

	.contactBtn input[type="submit"] {
		/*background: url(/img/common/bt_check_sp_off.png) no-repeat !important;*/
		width: 240px;
		height: 70px;
		/*text-indent: -9999px;*/
		border: none;
		font-size: 1em;
	}

	.contactBtn input[type="submit"]:hover {
		/*background: url(/img/common/bt_check_sp_on.png) no-repeat !important;*/
		width: 240px;
		height: 70px;
		/*text-indent: -9999px;*/
		border: none;
		font-size: 1em;
	}

	.contactBtn input[name="submitBack"] {
		width: 240px;
		height: 70px;
		/*background: url(/img/common/bt_back_sp_off.png) no-repeat !important;*/
		/*text-indent: -9999px;*/
		border: none;
		font-size: 1em;
		margin-bottom: 5px;
	}

	.contactBtn input[name="submitBack"]:hover {
		width: 240px;
		height: 70px;
		/*background: url(/img/common/bt_back_sp_on.png) no-repeat !important;*/
		/*text-indent: -9999px;*/
		border: none;
		font-size: 1em;
		margin-bottom: 5px;
	}

	.page-contact-send .post_content .checkBox {
	}

	.page-contact-send .post_content .checkBox button {
		max-width:100%;
	}
	
	.page-contact-send .btBackHome {
		text-align: center;
		width: 100%;
	}
	
	.page-contact-send .btBackHome a:link {
		background: #62D847;
		color: #FFFFFF;
		font-size: 1em;
		font-weight: bold;
		width: 240px;
		height: 70px;
		border: none;
		border-radius: 100px;
		display: block;
		margin: 30px auto;
		padding-top: 22px;
		text-decoration: none;
	}

	.page-contact-send .btBackHome a:visited {
		color: #FFFFFF;
	}

	.page-contact-send .btBackHome a:hover {
		color: #FFFFFF;
	}

	.page-contact-send .btBackHome a:active {
		color: #FFFFFF;
	}
}



/* フッター関連 */
.page h2.footer-contact-ttl:after {
	border-bottom: 3px solid #FFF !important;
}

.footer-phone {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

.footer-phone svg {
	vertical-align: middle;
}

.footer-phone a {
	color: #FFF;
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

.l-content {
	margin-bottom: 0;
}

.footer-tel a {
	color: #FFF;
}

#before_footer_widget {
	text-align: center;
	font-size: 0.85em;
}

.w-beforeFooter {
	margin: 3em auto 3em;
}

.w-beforeFooter a:link {
	color: #000;
}

.w-beforeFooter a:visited {
	color: #000;
}

.w-beforeFooter a:hover {
	color: #000;
	text-decoration: none;
}

.w-beforeFooter a:active {
	color: #000;
}




