@charset "utf-8";
/*
Theme Name: 佐伯印刷株式会社(2026年1月更新)
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background-color: #fff;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-print-color-adjust: exact;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0em;
}

#container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

main {
	display: block; /* IE対策 */
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* COMMON */
/* -------------------------------------------------- */
/*objectfitをIE,EDGEにも対応*/
.imgCover {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*フォームエラー*/
.errForm {
background-color:#F3BCBF !important;
}

/* アニメーション調整 */
.topSubheadJp.slideTxt {
	transition-delay: 0.2s;
}

.srvPanel.slideTxt {
	transition-delay: 0.5s;
}

#srvSeemore .boundIn {
	animation-delay: 0.5s;
	transition-delay: 0.5s;
}

/* ローディング */
body.fadeout {
	opacity:0;
	transition: all 0.3s ease-in-out 0s;
}

body {
	opacity: 1;
	overflow: hidden;
}

body.loadingNone {
	overflow: auto;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20000;
	font-family: 'Asap', sans-serif;
	font-weight: 800;
	text-align: center;
	overflow: hidden;
}

#loadingLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
}

#loadingLogo.home {
	opacity: 1;
}

.logoMain {
	width: 280px;
	font-size: 5.0rem;
	/* letter-spacing: 0.220em;
	text-indent: 0.220em; */
	line-height: 1;
	overflow: hidden;
}

.logoMain span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0px, 200px, 0px);
	transform: translate3d(0px, 200px, 0px);
}

.active .logoMain span {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
	transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.logoSub {
	font-size: 0.97rem;
	letter-spacing: 1.6em;
	text-indent: 1.6em;
	overflow: hidden;
}

.logoSub span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0px, 200px, 0px);
	transform: translate3d(0px, 200px, 0px);
}

.active .logoSub span {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
	transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.loadingTxt {
	padding-top: 20px;
	font-size: 1.4rem;
	letter-spacing: 1.11em;
	text-indent: 1.11em;
	overflow: hidden;
}

.loadingTxt span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0px, 200px, 0px);
	transform: translate3d(0px, 200px, 0px);
}

.active .loadingTxt span {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
	transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#loading.off #loadingLogo {
	opacity: 0;
	transition: all 0.1s ease-in-out 0s;
}

#loading:after {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,255,255,0.5);
	z-index: -2;
	transition: all 0.7s cubic-bezier(.84,.25,.17,.89) 0.2s;
}

#loading:after {
	width: 100%;
}

#loading.off:after {
	width: 0%;
}

#loading:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,255,255,1);
	z-index: -1;
	transition: all 0.7s cubic-bezier(.84,.25,.17,.89) 0s;
}

#loading:before {
	width: 100%;
}

#loading.off:before {
	width: 0%;
}



/* ポップアップ */
/* -------------------------------------------------- */
#popup {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12000;
}

#popupBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(13, 13, 13, 0.6);
}

#popupContent {
	width: 1200px;
	max-width: 80%;
}

#popupImgWrap {
	padding-top: 60%;
	position: relative;
	background: transparent url(img/top/popup_pc.jpg) no-repeat center center/cover;
}

#popupBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
	#popupBtn:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	#popupContent {
		width: 370px;
		max-width: 82%;
	}

	#popupImgWrap {
		padding-top: 144%;
		background: transparent url(img/top/popup_sp.jpg) no-repeat center center/cover;
	}

	#popupBtn {
		width: 32px;
	}
}

@media screen and (max-height: 560px) {
	#popupContent {
		width: 60%;
	}

	#popupImgWrap {
		padding-top: 60%;
		background: transparent url(img/top/popup_pc.jpg) no-repeat center center/cover;
	}
}

/* ボタン */
/* -------------------------------------------------- */

.uniBtn a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 13px 0;
	-webkit-transition: 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.uniBtn a:before {
	position: absolute;
	display: block;
	z-index: 2;
	content: "";
	background: url(img/common/arrow_white_r1_pc.png) no-repeat right center;
	background-size: 6px auto;
	width: 6px;
	height: 100%;
	top: 0;
	right: 20px;
}

.uniBtn a:after {
	position: absolute;
	display: block;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* ボタン：オレンジ色 */
.uniBtn.btnOrange a {
	background-color: #ffa800;
} 

/* ボタン：青色 */
.uniBtn.btnBlue a {
	background-color: #004098;
} 

@media all and (min-width: 1024px) {
	.uniBtn.btnOrange a:hover:after {
		background-color: #ff8100;
		left: 0;
	}
	
	.uniBtn.btnBlue a:hover:after {
		background-color: #1053e3;
		left: 0;
	}
}

@media screen and (max-width: 1023px) {
	.uniBtn a {
		font-size: 1.4rem;
		font-weight: bold;
		padding: 14px 0;
		border-radius: 3px;
	}
	
	.uniBtn a:before {
		background: url(img/common/arrow_white_r2_sp.png) no-repeat right center;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
		right: 16px;
	}
}


/* 共通見出し */
/* -------------------------------------------------- */

.topSubhead.mb20 {
	margin-bottom: 20px;
}

.topSubheadEn {
	font-family: 'Asap', sans-serif;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.300em;
	text-indent: 0.300em;
	margin-left: -4px;
}

.topSubheadJp {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.300em;
	text-indent: 0.300em;
}

/* 共通見出し：黒 */
.topSubhead {
	overflow: hidden;
}

.topSubhead.colB .topSubheadEn {
	color: #000;
}

.topSubhead.colB .topSubheadJp {
	color: #222222;
}

/* 共通見出し：白 */
.topSubhead.colW .topSubheadEn {
	color: #fff;
}

.topSubhead.colW .topSubheadJp {
	color: #fff;
}

/* 共通見出し：タテ */
.topSubhead.lineV {
	text-align: center;
}

.topSubhead.lineV span {
	display: block;
	margin-bottom: 15px;
}

.topSubhead.lineV span:last-child {
	margin-bottom: 0;
}

/* 共通見出し：ヨコ */
.topSubhead.lineH {
	text-align: left;
}

.topSubhead.lineH span {
	margin-right: 20px;
}

.topSubhead.lineH span:last-child {
	margin-right: 0;
}

/* 共通見出し：PCヨコ → SPタテ */
.topSubhead.lineHV {
	display: inline-block;
	text-align: left;
}

.topSubhead.lineHV .topSubheadEn {
	margin: 0 0 -4px 0;
}

.topSubhead.lineHV span {
	margin-right: 20px;
	display: inline-block;
	vertical-align: bottom;
}

.topSubhead.lineHV span:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1023px) {
	.topSubheadEn {
		font-size: 2.7rem;
		margin-left: 0;
	}
	
	.topSubheadJp {
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	.topSubhead.lineV span {
		display: block;
		margin-bottom: 7px;
	}
	
	.topSubhead.lineHV .topSubheadEn {
		margin-bottom: 7px;
	}
	
	.topSubhead.lineHV {
		text-align: center;
	}
}


/* サイドバー */
/* -------------------------------------------------- */

#container {
	padding-left: 80px;
}

#sidemenu {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 98;
	margin-left: calc(-100% + 80px);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 10000;
}

/* メニューが開いたときのクラス */
#sidemenu.openmenu {
	transform: translateX(100%) translateX(-80px);
}
html.openmenuback, body.openmenuback {
	overflow: hidden; /* メニューが開くと背景はスクロールしない */
	height: 100%;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	width: 80px;
	height: 100vh;
	background-color: #1b1b1b;
	cursor: pointer;
	z-index: 11000;
}

#sidebarIcon {
	position: relative;
	margin-top: calc(50vh - 60px/2);
}

#sidebarIconTxt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: 'Asap', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.550em;
	color: #fff;
	position: absolute;
	left: 31px;
	top: 0;
}

@media all and (max-width: 1023px) {
	#sidemenu {
		display: none !important;
	}
	#container {
		padding-left: 0;
	}
}


/* サイドバー内のメニュー */
/* -------------------------------------------------- */

#sidenavi {
	width: 100%;
	height: 100vh;
	padding-right: 80px;
	position: relative;
	top: 0;
	left: 0;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center; /* 子要素をflexboxにより中央に配置する */
	z-index: 9999;
}

#sidenaviClose {
	width: 70px;
	position: absolute;
	top: 3%;
	right: 142px;
	cursor: pointer;
}

#sidenaviClose img {
	width: 100%;
	height: auto;
}

#sidenaviBody {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

a.sidenaviLink {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}

a.sidenaviLink:hover {
	color: #004098;
}

a.sidenaviLink:after {
	position: absolute;
	top: 0;
	right: -20px;
	display: inline-block;
	content: "";
	background: url(img/common/arrow_blue_r1_pc.png) no-repeat right center;
	background-size: 7px auto;
	width: 7px;
	height: 100%;
}

#sidenaviBodyHome {
	width: 100%;
	padding: 0 50px 40px;
	border-bottom: solid 1px #535353;
	margin-bottom: 40px;
}

#sidenaviBodyService {
	width: 100%;
	padding: 0 50px 20px;
	border-bottom: solid 1px #535353;
	margin-bottom: 40px;
}

#sidenaviBodyServiceItem {
	width: 700px;
	margin: 0 auto;
}

#sidenaviBodyServiceItem ul {
	letter-spacing: -.4em;
	margin-left: -25px;
	margin-right: -25px;
}

#sidenaviBodyServiceItem ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 20px;
	width: calc(33.33% - 25px*2);
}

#sidenaviBodyServiceItem ul li a {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative;
	text-align: center;
}

#sidenaviBodyServiceItem ul li a img {
	width: 100%;
	height: auto;
}

#sidenaviBodyServiceItem ul li a:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 3px #004098;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#sidenaviBodyServiceItem ul li a:hover:before {
	transform: scale(1.1);
}

.sidenaviBodyServiceItemtxt {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.050em;
	color: #004098;
}

/* 各サービスの固有値 */
#servicePlanning {
	width: 129px;
	display: inline-block;
	padding-top: 35px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#serviceProduction {
	width: 87px;
	display: inline-block;
	padding-top: 35px;
	margin-bottom: 10px;
}

#servicePrinting {
	width: 99px;
	display: inline-block;
	padding-top: 53px;
	margin-bottom: 10px;
}

#serviceDigital {
	width: 103px;
	display: inline-block;
	padding-top: 51px;
	margin-bottom: 12px;
}

#serviceAssembly {
	width: 90px;
	display: inline-block;
	padding-top: 28px;
	margin-bottom: 10px;
}

#serviceEvent {
	display: inline-block;
	padding-top: 32px;
	margin-bottom: 18px;
}

.sidenaviBodyElse {
	width: 100%;
	padding: 0 50px 40px;
	border-bottom: solid 1px #535353;
	margin-bottom: 40px;
}
	#sidenaviBodyElse2.sidenaviBodyElse  {
		border-bottom: none;
		padding: 0 50px 0px;
		margin-bottom: 0px;
	}

.sidenaviBodyElse ul {
	letter-spacing: -.4em;
	margin-left: -42px;
	margin-right: -42px;
}

.sidenaviBodyElse ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 42px;
}

@media screen and (max-height: 880px) {
	/* 縦に縮めた時のメニューの対応 */
	#sidenaviBody {
		max-width: 960px;
	}
	
	#sidenaviBodyServiceItem ul li a {
		width: 170px;
		height: 170px;
	}
	
	#servicePlanning {
		width: 50%;
		height: auto;
		padding-top: 40px;
		margin-bottom: 14px;
	}
	
	#serviceProduction {
		width: 35%;
		height: auto;
		padding-top: 39px;
	}

	#servicePrinting {
		width: 35%;
		height: auto;
		padding-top: 56px;
	}

	#serviceDigital{
		width: 40%;
		height: auto;
		padding-top: 42px;
	}
	
	#serviceAssembly {
	width: 35%;
	height: auto;
	}
	
	#serviceEvent {
		width: 50%;
		height: auto;
	}
	
	#sidenaviClose {
		width: 55px;
	}
	
	#sidenaviBodyHome,
	#sidenaviBodyService,
	#sidenaviBodyElse1 {
		padding: 0 50px 20px;
		margin-bottom: 20px;
	}
	
	a.sidenaviLink {
		font-size: 1.6rem;
	}
	
}


/* ヘッダ */
/* -------------------------------------------------- */

#header {
	width: 100%;
	height: 100px;
	padding-left: 80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#headerL {
}

#headerLogo {
	padding-left: 20px;
	font-family: 'Asap', sans-serif;
}

#headerLogo a {
	display: inline-block;
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #000;
	transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
}

#headerLogo a:hover {
	opacity: 0.6;
}

#headerLogoPc {
	width: 240px;
}

#headerR {
}

#headerRInner {
}

@media screen and (min-width: 1024px) {
	#headerRInner {
		display:flex!important;
		justify-content: flex-end;
		align-items: center;
		height: auto!important;
		margin: 0 0 0 auto;
	}
}

#headerMenu {
	padding-right: 10px;
}

#headerMenu ul li {
	display: inline-block;
	margin-right: 25px;
}

#headerMenu ul li a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #222222;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media all and (min-width: 1024px) {
	#headerMenu ul li a:hover {
		color: #004098;
	}
}

#headerContact {
	padding-right: 20px;
}

#headerTel {
	font-family: 'Asap', sans-serif;
	font-size: 2.205rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.220em;
	text-indent: 0.220em;
	color: #000;
	margin-bottom: 5px;
}

#headerTel p span {
	font-size: 2.734rem;
}

#headerForm a {
	font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
	#headerLogo {
		padding-left: 10px;
	}

	#headerLogoPc {
		width: 190px;
	}
}

@media screen and (max-width: 1100px) {
	#headerMenu ul li {
		margin-right: 20px;
	}
	
	#headerMenu ul li a {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1023px) {
	#header {
		background-color: #1b1b1b;
		height: 50px;
		position: fixed;
		z-index: 99;
		padding-left: 0;
	}
	
	#headerL, #headerR  {
		background-color: #1b1b1b;
	}
	
	#headerLogo {
		padding-left: 15px;
	}

	#headerLogoSp {
		width: 160px;
	}
	
	#headerSp {
		text-align: right;
		color: #fff;
		font-size: 1.2rem;
		font-family: 'Asap', sans-serif;
		letter-spacing: 0.2em;
	}
	
	#headerSpOpen {
		width: 43px;
		margin: 0 15px 0 auto;
		font-weight: 700;
		cursor: pointer;
	}
	
	#headerSpClose {
		display: none;
		margin: 0 15px 0 auto;
		font-weight: 700;
		cursor: pointer;
	}

	#headerSpClose > img {
		width: 20px;
		margin-right: 5px;
	}
	
	#headerRInner {
		position: absolute;
		z-index: 2;
		margin: 0;
		display: none;
		background-color: rgba(0, 0, 0, 0.9);
		width: 100%;
		top: 50px;
		left: 0;
		bottom: 0; /* これがないとスクロールできない */
		overflow: auto; /* これがないとスクロールできない */
		-webkit-overflow-scrolling: touch; /* これがないとスクロールできない */
	}
	
	#headerMenu {
		display: block;
		padding: 20px 15px;
	}
	
	#headerMenu ul li {
		display: block;
		margin: 0;
	}
	
	#headerMenu ul li a {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
		padding: 20px 30px;
		border-top: solid 1px #626262;
		background: url(img/common/arrow_white_r1_sp.png) no-repeat right center;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
	}
		#headerMenu ul li:last-child a {
			border-bottom: solid 1px #626262;
		}
	
	#headerContact {
		display: block;
		padding: 0;
	}

	#headerTel {
		width: 255px;
		margin: 0 auto;
		text-align: right;
		font-size: 2.5rem;
		letter-spacing: 0.100em;
		text-indent: 0.100em;
		color: #fff;
	}
	
	#headerTel p span a {
		font-size: 2.9rem;
		color: #fff;
	}
	
	#headerTelNote {
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0.050em;
		color: #fff;
		margin: 5px 0 30px
	}
	
	#headerForm {
		padding: 0 15px 30px;
	}
}


/* CONTACT */
/* -------------------------------------------------- */

#contact {
	width: 100%;
	background-color: #f5f5f2;
	padding: 50px 10px;
	overflow: hidden;
}

#contactInner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 45px 50px;
	border-radius: 10px;
}

#contactBody {
	border: solid 3px #004098;
	border-radius: 10px;
	padding: 30px 90px;
}

#contact .topSubheadEn {
	margin-bottom: 5px;
}

#contactHead span {
	text-align: left;
	text-indent: 0;
}

#contactHead .topSubheadEn {
	margin: 0;
}

#contactRow1 {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

#contactRow1L, #contactRow1LR {
	display: table-cell;
	vertical-align: top;
}

#contactRow1L {
	width: 265px;
}

#contactLead {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.429;
	letter-spacing: 0.050em;
}

#contactRow2 {
	display: table;
	width: 100%;
}

#contactRow2L, #contactRow2LR {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.contactLabel {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.450em;
	text-align: center;
	color: #fff;
	background-color: #000;
	width: 130px;
	padding: 5.5px 0;
	border-radius: 12.5px;
	vertical-align: sub;
	margin-bottom: 10px;
}
	#contactRow2R .contactLabel {
		margin-bottom: 15px;
	}

#contactTelWrap {
	text-align: right;
	padding-right: 25px;
}

#contactTel {
	font-family: 'Asap', sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	color: #004098;
	margin-bottom: 5px;
	white-space: nowrap;
}

#contactTel span {
	font-size: 4.3rem;
}

#contactTel span a {
	color: #004098;
}

#contactTeltime {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.250em;
	color: #666666;
/*
	text-align: right;
	padding-right: 25px;
*/
}

#contactForm.uniBtn a {
	font-size: 1.9rem;
	padding: 18.5px 0;
}

#contactForm.uniBtn a:before {
	background: url(img/common/arrow_white_r2_pc.png) no-repeat right center;
	background-size: 9px auto;
	width: 9px;
}

@media all and (max-width: 1299px) {
	#contactBody {
		padding: 15px 45px;
	}
	
	#contactTelWrap {
		width: 355px;
		margin: 0 auto 0 0;
		padding-right: 0;
	}
	
	#contactTel {
		font-size: 3.0rem;
	}
	
	#contactTel span {
		font-size: 3.6rem;
	}
}

@media all and (max-width: 1023px) {
	#contact {
		padding: 25px 15px;
	}
	
	#contactInner {
		background-color: inherit;
		padding: 0;
		border-radius: 0;
	}
	
	#contactBody {
		background-color: #fff;
		border: solid 1.5px #004098;
		border-radius: 5px;
		padding: 25px 15px;
	}
	
	#contactHead {
		margin-bottom: 20px;
	}
	
	#contactHead span {
		text-align: center;
	}
	
	#contactRow1 {
		display: block;
		margin-bottom: 25px;
	}
	
	#contactRow1L, #contactRow1LR {
		display: block;
	}
	
	#contactRow1L {
		width: 100%;
	}
	
	#contactLead {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.286;
		letter-spacing: 0.050em;
	}
	
	.contactLabel {
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 0.450em;
		text-align: center;
		color: #fff;
		background-color: #000;
		width: 96px;
		padding: 4px 0;
		border-radius: 10px;
		margin-bottom: 5px;
	}
		#contactRow2R .contactLabel {
			margin-bottom: 10px;
		}
	
	#contactTelWrap {
		width: auto;
	}
	
	#contactTel {
		font-size: 2.5rem;
		letter-spacing: 0.100em;
		text-align: right;
		width: 250px;
		margin: 0 auto 0 2px;
	}
	
	#contactTel span {
		font-size: 2.9rem;
	}
	
	#contactTel span a {
		color: #004098;
	}
	
	#contactTeltime {
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: 0.050em;
		padding-right: 0;
		text-align: right;
		width: 250px;
		margin: 0 auto 0 0;
	}
	
	#contactForm.uniBtn a {
		font-size: 1.4rem;
		font-weight: bold;
		padding: 15px 0;
		width: 235px;
		margin: 0 auto 0 0;
	}
	
	#contactForm.uniBtn a:before {
		background: url(img/common/arrow_white_r2_sp.png) no-repeat right center;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
		width: 6px;
	}
}

@media only screen and (max-width: 767px) {
	#contactRow2 {
		display: block;
		max-width: 260px;
		margin: 0 auto;
	}
	
	#contactRow2L, #contactRow2LR {
		display: block;
		width: 100%;
	}
	
	#contactRow2L {
		margin-bottom: 20px;
	}
	
	#contactTel {
		margin: 0 auto 2px;
	}
	
	#contactTeltime {
		margin: 0 auto;
	}
	
	#contactForm.uniBtn a {
		margin: 0 auto;
	}
	
}


/* ページトップボタン（フッタ内） */
/* -------------------------------------------------- */
#pagetop {
	display: none;
	position: fixed;
	right: 45px;
	bottom: 30px;
	z-index: 80;
	text-align: center;
}

#pagetop a {
	display: block;
	background-color: #dcdcdc;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


#pagetop a img {
	margin-top: 22px;
}

@media all and (min-width: 1024px) {
	#pagetop a:hover {
		opacity: 0.8;
	}
}

@media screen and (max-width: 1023px) {
	#pagetop {
		position: fixed;
		right: 15px;
		bottom: 15px;
	}
	
	#pagetop a {
		background-color: #dcdcdc;
		width: 41px;
		height: 41px;
		border-radius: 50%;
	}
	#pagetop a img {
		width: 20px;
		height: auto;
		margin-top: 14px;
	}
}



/* フッタ */
/* -------------------------------------------------- */

#footBody {
	background-color: #313131;
	width: 100%;
	padding: 90px 0 0;
}

#footBodyLogo {
	width: 400px;
	text-align: center;
	margin: 0 auto 85px;
}

#footBodyOffiece {
	width: 1000px;
	margin: 0 auto;
}

#footBodyOffiece > ul {
	letter-spacing: -.4em;
}

#footBodyOffiece > ul > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-bottom: 65px;
}

.footBodyOffieceEn {
	font-family: 'Asap', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #cccccc;
	margin-bottom: 5px;
}

.footBodyOffieceName {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #fff;
	margin-bottom: 15px;
}

.footBodyOffieceAddress {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.300em;
	color: #fff;
}

.footBodyOffieceAttach {
	display: table;
}

.footBodyOffieceTel {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.300em;
	color: #fff;
}

.footBodyOffieceTel a {
	color: #fff;
}

.footBodyOffieceMap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.footBodyOffieceMap a {
	display: block;
	font-family: 'Asap', sans-serif;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.100em;
	color: #313131;
	background-color: #fff;
	padding: 6.5px 3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#footBodyNavi {
	width: 100%;
	background-color: #000;
	padding: 30px 0 5px;
}

#footBodyNaviInner {
	width: 800px;
	margin: 0 auto;
}

#footBodyNavi ul {
	letter-spacing: -.4em;
	margin-left: -10px;
	margin-right: -10px;
}

#footBodyNavi ul > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 25px;
	width: 140px;
	padding-left: 0.5em;
}

#footBodyNavi ul > li > a {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}

#footBodyNavi ul > li > a:before {
	position: absolute;
	display: inline-block;
	top: 0;
	left: -0.5em;
	content: "";
	width: 4px;
	height: 100%;
	background: url(img/common/mark_footmenu_pc.png) no-repeat left center;
	background-size: 4px auto;
}

#footBodyCopyright {
	padding: 20px 0 30px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #fff;
	text-align: center;
}

@media all and (min-width: 1024px) {
	.footBodyOffieceMap a:hover {
		color: #fff;
		background-color: #004098;
	}
	#footBodyNavi ul > li > a:hover {
		color: #004098;
	}
}

@media all and (max-width: 1199px) {
	#footBodyOffiece {
		padding: 0 20px;
	}
	
	#footBodyOffiece > ul > li {
		width: 240px;
	}
}

@media all and (max-width: 1023px) {
	#footBody {
		width: 100%;
		padding: 40px 0 0;
	}
	
	#footBodyLogo {
		width: 232px;
		margin: 0 auto 33px;
	}
	
	#footBodyOffiece {
		padding: 0;
		width: 615px;
		margin-bottom: 20px;
	}
	
	#footBodyOffiece > ul {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
	}
	
	#footBodyOffiece > ul > li {
		width: 135px;
		margin: 0 10px;
		margin-bottom: 20px;
		text-align: left;
	}

	.footBodyOffieceEn {
		font-size: 1.2rem;
		letter-spacing: 0.050em;
		margin-bottom: 0.25em;
	}
	
	.footBodyOffieceName {
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 0.050em;
		margin-bottom: 0.5em;
	}
	
	.footBodyOffieceAddress {
		font-size: 1.0rem;
		font-weight: normal;
		letter-spacing: 0.050em;
		margin-bottom: 0.25em;
	}

	.footBodyOffieceTel {
		font-size: 1.0rem;
		font-weight: normal;
		letter-spacing: 0.050em;
	}
	
	.footBodyOffieceMap {
		padding-left: 3px;
	}
	
	.footBodyOffieceMap a {
		letter-spacing: 0em;
		padding: 8px 1px;
	}

	#footBodyNavi {
		padding: 40px 0;
	}
	
	#footBodyNaviInner {
		width: 740px;
		margin: 0 auto;
	}
	
	#footBodyNavi ul > li {
		margin: 0 0 10px;
		width: 152px;
		padding-left: 35px;
	}
	
	#footBodyNavi ul > li > a {
		font-size: 1.3rem;
		font-weight: bold;
	}
	
	#footBodyNavi ul > li > a:before {
		left: -1em;
		width: 4.5px;
		height: 100%;
		background: url(img/common/mark_footmenu_sp.png) no-repeat left center;
		-webkit-background-size: 4.5px auto;
		background-size: 4.5px auto;
	}
	
	#footBodyCopyright {
		padding: 25px;
		font-weight: normal;
		letter-spacing: 0.100em;
	}
}

@media all and (max-width: 767px) {
	#footBodyOffiece {
		width: 290px;
		margin: 0 auto 20px;
	}
	
	#footBodyOffiece > ul {
		padding-left: 0;
	}
	
	#footBodyNaviInner {
		width: 290px;
		margin: 0 auto;
	}
}


/* 下層：ページタイトル */
/* -------------------------------------------------- */

/* メインビジュアル */
#pageTitle {
	width: 100%;
	height: 475px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* タイトル */
#pageTitleInner {
	width: 100%;
	max-width: 1200px;
	height: 475px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pageTitleTxt {
	background-color: #fff;
	padding: 40px 33px 40px 50px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	overflow: hidden;
}

#pageTitleTxtJp {
	display: block;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	white-space: nowrap;
	font-size: 4.4rem;
}


#pageTitleTxtEn {
	display: block;
	padding: 0 0 0 8px;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-family: 'Asap', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	color: #999999;
	white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
	/* メインビジュアル */
	#pageTitle {
		height: 350px;
	}
	
	/* タイトル */
	#pageTitleInner {
		width: 100%;
		height: 100%;
		max-width: inherit;
		margin: 0 auto;
	}
	
	#pageTitleTxt {
		left: 10%;
		padding: 20px 15px 20px 25px;
	}
	
	#pageTitleTxtJp {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 3.2rem;
	}
	
	#pageTitleTxtEn {
		font-size: 0.6rem;
	}
}

@media only screen and (max-width: 750px) {
	/* メインビジュアル */
	#pageTitle {
		height: 240px;
	}
	
	#pageTitleTxt {
		left: 15px;
		padding: 20px 15px 20px 25px;
	}
	
	#pageTitleTxtJp {
		font-size: 2.3rem;
	}
}


/* 下層：パンくず */
/* -------------------------------------------------- */

#bc {
	padding: 16px 0;
	padding: 20px;
	margin-bottom: 60px;
}

#bc ul {
	width: 100%;
	text-align: right;
	line-height: 1;
}

#bc li {
	display: inline;
	font-size: 1.3rem;
	margin-right: 0.5em;
}

#bc li:first-child img {
	width: 17px;
	height: auto;
	vertical-align: middle;
	margin-bottom:0.25em;
}

#bc li:after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 10px;
	background: url(img/common/bc_arrow_pc.png) no-repeat center center;
	background-size: 6px auto;
	margin-left: 1em;
}

#bc li:last-child:after {
	display: none;
}

#bc li a {
	color: #333333;
}

#bc li a:hover {
	text-decoration: underline;
}


/* 下層：レイアウト：左右の余白 */
/* -------------------------------------------------- */

.uniContent {
	width: 100%;
	padding: 0 10px;
}

.uniContentInner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.uniContent {
		margin: 0 auto;
		padding: 30px 15px 0;
	}
}


/* 下層：サービス：強み */
/* -------------------------------------------------- */

#srvoutline {
	width: 100%;
	margin-bottom: 70px;
}

#srvoutlineTit {
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.150em;
	color: #000;
	text-align: center;
	margin-bottom: 35px;
}

#srvoutlineTit span {
    font-size: 5.4rem;
    /* color: transparent; */
    /* -webkit-text-stroke: 2px #000; */
    /* text-stroke: 2px #000; */
    color: #004098;
}

.ie #srvoutlineTit span {
	color: #fff;
	text-shadow: 
		0px 0px 0px transparent, 
		-1px -1px 0px #000, 
		0px -1px 0px #000, 
		1px -1px 0px #000, 
		-1px 0px 0px #000, 
		0px 0px 0px #000, 
		1px 0px 0px #000, 
		-1px 1px 0px #000, 
		0px 1px 0px #000, 
		1px 1px 0px #000;
/*
	text-shadow: 
		0px 0px 0px transparent, 
		-2px -2px 0px #000, 
		0px -2px 0px #000, 
		2px -2px 0px #000, 
		-2px 0px 0px #000, 
		0px 0px 0px #000, 
		2px 0px 0px #000, 
		-2px 2px 0px #000, 
		0px 2px 0px #000, 
		2px 2px 0px #000;
*/
}

#srvoutlineFeature {
	padding: 0 10px;
	margin-bottom: 30px;
}

#srvoutlineFeatureInner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border: solid 1px #004098;
	padding: 35px;
	display: flex;
	justify-content: center;
}

#srvoutlineFeature ul {
	display: inline-block;
}

#srvoutlineFeature ul li {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.150em;
	color: #000;
	font-style: italic;
	margin-bottom: 0.5em;
	padding-left: 1em;
	position: relative;
}

#srvoutlineFeature ul li:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: calc(2.7rem/2);
	left: 0;
	width: 10px;
	height: 10px;
	background: url(img/common/mark_srv_list_pc.png) no-repeat left center;
	background-size: 10px auto;
	
}

#srvoutlineFeature ul li:last-child {
	margin-bottom: 0;
}

#srvoutlineBody {
	padding: 0 10px;
}

#srvoutlineBody p {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.100em;
}

@media only screen and (max-width: 1023px) {
	#srvoutline {
		width: 100%;
		padding: 30px 15px 0;
		margin: 0 auto;
		margin-bottom: 55px;
	}
	
	#srvoutlineTit {
		font-size: 2.8rem;
		line-height: 1.4;
		letter-spacing: 0.150em;
		margin-bottom: 15px;
	}
	
	#srvoutlineTit span {
		font-size: 4.6rem;
		/* -webkit-text-stroke: 1px #000; */
	}
	
	#srvoutlineFeature {
		margin-bottom: 15px;
		padding: 0;
	}
	
	#srvoutlineFeatureInner {
		padding: 15px 15px 15px 20px;
	}
	
	#srvoutlineFeature ul li {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	
	#srvoutlineFeature ul li:before {
		top: calc(1.6rem/2);
		width: 5px;
		height: 5px;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		
	}
	
	#srvoutlineBody {
		padding: 0;
	}
	
	#srvoutlineBody p {
		max-width: 100%;
		font-size: 1.4rem;
		line-height: 1.286;
	}
}

@media only screen and (max-width: 767px) {
	#srvoutlineTit {
		font-size: 2.2rem;
	}
	
	#srvoutlineTit span {
		font-size: 2.8rem;
	}
	
}


/* 下層：サービス：特長の説明 */
/* -------------------------------------------------- */

.srvPanel {
	width: 100%;
	background-color: #f5f5f2;
	padding: 50px;
	margin-bottom: 80px;
	overflow: hidden;
}

.srvPanelTit {
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #000;
	margin-bottom: 0.75em;
}

.srvPanelLead {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #004098;
	margin-bottom: 2.25em;
}

.srvPanelPh {
	width: 100%;
	max-width: 1100px;
}

.srvPanelPh img {
	width: 100%;
	height: auto;
}

.srvPanelBody {
	width: calc(100% - 30px*2);
	max-width: 1040px;
	margin: -40px auto 0;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	position: relative;
	z-index: 2;
}

.srvPanelBodyTit {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.100em;
	color: #222222;
	text-align: center;
	margin-bottom: 1.4em;
	position: relative;
}
	.srvPanelBodyTit:not(:first-child) {
		margin-top: 1.25em;
	}

.srvPanelBodyTit:after {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	bottom: -0.7em;
	left: calc(50% - 20px/2);
	background-color: #004098;
}


.srvPanelBodyTxt {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.100em;
	color: #222222;
}

.srvPanelBodyTxt2 {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.100em;
	color: #222222;
	font-weight: bold;
    margin-top: 20px;
}

.srvPanelList {
	padding: 15px 0;
}

.srvPanelList > li {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #222222;
	margin-bottom: 0.5em;
}

.srvPanelList > li span.srvPanelListNum {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 1.3rem;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #004098;
	border-radius: 50%;
	float: left;
}

.srvPanelList > li span.srvPanelListBody {
	display: inline-block;
	width: calc(100% - 25px);
	float: right;
	line-height: 1.385;
	margin-top: -0.1em;
} 

@media only screen and (max-width: 1023px) {
	.srvPanel {
		padding: 35px 0 40px;
		margin-bottom: 30px;
	}
	
	.srvPanelTit {
		font-size: 2.8rem;
		font-weight: bold;
		letter-spacing: 0.075em;
		text-align: center;
		margin-bottom: 0.5em;
	}
	
	.srvPanelLead {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.25;
		margin-bottom: 1em;
		padding: 0 15px;
		text-align: center;
	}
	
	.srvPanelPh {
		width: 100%;
	}
	
	.srvPanelBody {
		width: calc(100% - 15px*2);
		margin: -20px auto 0;
		border-radius: 7.5px;
		padding: 20px;
	}
	
	.srvPanelBodyTit {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.333;
		letter-spacing: 0.075em;
	}
	
	.srvPanelBodyTit:not(:first-child) {
		margin-top: 1.25em;
	}
	
	.srvPanelBodyTit:after {
		width: 25px;
		left: calc(50% - 25px/2);
	}
	
	.srvPanelBodyTxt {
		font-size: 1.4rem;
		line-height: 1.385;
	}
	.srvPanelList {
		padding: 10px 0;
	}
	
	.srvPanelList > li {
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.025em;
		margin-bottom: 0.5em;
	}
	
	.srvPanelList > li span.srvPanelListNum {
		display: inline-block;
		width: 12.5px;
		height: 12.5px;
		font-size: 0.8rem;
		line-height: 12.5px;
	}
	
	.srvPanelList > li span.srvPanelListBody {
		line-height: 1.385;
		width: calc(100% - 17.5px);
		margin-top: -0.1em;
	} 
}

@media only screen and (max-width: 767px) {
	.srvPanelTit {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 330px) {
	#plnIntervie .srvPanelLead {
		padding: 0 13px;
	}
}


/* 下層：サービス：その他サービス */
/* -------------------------------------------------- */

#srvSeemore {
	margin-bottom: 80px;
}

#srvSeemore .topSubhead {
	margin-bottom: 50px;
}

#srvSeemore ul {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
}

#srvSeemore ul li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0;
    width: 160px;
}

#srvSeemore ul li a {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

#srvSeemore ul li a:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 3px #004098;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#srvSeemore ul li a > div {
	margin-right: auto;
	margin-left: auto;
}

#srvSeemore ul li a > div >img {
	width: 85%;
}

.srvSeemoretxt {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.050em;
    color: #004098;
}

/* 各サービスの固有値 */
#srvSeemorePlanning {
	width: 120px;
	padding-top: 42px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#srvSeemoreProduction {
	width: 88px;
	padding-top: 35px;
	margin-bottom: 10px;
}

#srvSeemorePrinting {
	width: 100px;
	padding-top: 56px;
	margin-bottom: 10px;
}

#srvSeemoreDigital {
	width: 120px;
	padding-top: 37px;
	margin-bottom: 12px;
}

#srvSeemoreAssembly {
	width: 80px;
	padding-top: 32px;
	margin-bottom: 16px;
}

#srvSeemoreEvent {
	padding-top: 32px;
	margin-bottom: 18px;
}

@media all and (min-width: 1024px) {
	#srvSeemore ul li a:hover:before {
		transform: scale(1.1);
	}
}

@media only screen and (max-width: 1023px) {
	#srvSeemore {
		width: 100%;
/* 		max-width: 520px; */
		margin: 0 auto 45px;
	}
	
	#srvSeemore .topSubhead {
		margin-bottom: 25px;
	}
	
	#srvSeemore {
		text-align: center;
	}
	
	#srvSeemore ul {
		display: inline-block;
	}
	
	#srvSeemore ul li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 15px;
		width: 115px;
	}
	
	#srvSeemore ul li a {
		width: 115px;
		height: 115px;
	}
	
	#srvSeemore ul li a:before {
		border: solid 1.5px #004098;
	}
	
	#srvSeemore ul li a > div {
		margin: 0 auto;
	}

	.srvSeemoretxt {
		font-size: 0.9rem;
		font-weight: bold;
	}
	
	/* 各サービスの固有値 */
	#srvSeemorePlanning {
		width: 68.5px;
		padding: 20px 0 5px 0;
		margin-bottom: 0;
	}
	
	#srvSeemoreProduction {
		width: 50.5px;
		padding: 20px 0 5px 0;
		margin-bottom: 0;
	}
	
	#srvSeemorePrinting {
		width: 57px;
		padding: 25.5px 0 8.5px 0;
		margin-bottom: 0;
	}
	
	#srvSeemoreDigital {
		width: 59.5px;
		padding: 23px 0 6px 0;
		margin-bottom: 0;
	}
	
	#srvSeemoreDigital + .srvSeemoretxt {
		letter-spacing: 0;
	}
	
	#srvSeemoreAssembly {
		width: 46px;
		padding: 12px 0 8px 0;
		margin-bottom: 0;
	}
	
	#srvSeemoreEvent {
		width: 66px;
		padding: 25px 0 10px 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	#srvSeemore {
		width: 280px;
	}
	
	#srvSeemore ul {
		text-align: left;
	}
}


/* RESPONSIVE */
/* -------------------------------------------------- */

/* --------------------- */
/* 1024px以上用（PC用）の記述 */
/* --------------------- */
@media all and (min-width: 1024px) {
	
	.sp {
		display: none !important;
	}
}


/* --------------------------------------- */
/* 1023px以下用（タブレット・スマートフォン用）の記述 */
/* --------------------------------------- */
@media screen and (max-width: 1023px) {
	
	.pc {
		display: none !important;
	}
	
	body {
		-webkit-text-size-adjust: 100%;
	}
	
	p, li, dt, dd {
		/*Androidブラウザフォントバグ対策*/
		 max-height: 999999px;
	}
	
	#container {
		width: 100%;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
		line-height: 1.2;
		overflow: hidden;
	}
	
	img {
		width: 100%;
		height: auto;
	}
	
	#main {
		padding-top: 50px;
	}
}


/* タブレットでPC画像を表示させる例外処置 */
/* -------------------------------------------------- */
.pc.tb {
	display: block !important;
}
.sp.tb {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.pc.tb {
		display: none !important;
	}
	.sp.tb {
		display: block !important;
	}
}


/* 印刷時非表示 */
/* -------------------------------------------------- */
@media print{
	.sp {
		display: none !important;
	}
	
	.headerNaviMainSub {
		display: none !important;
	}
}
