@charset "utf-8";

/* -------------------------------------------------- */
/* 企業個別ページ */
/* -------------------------------------------------- */

/* page title */
.pageTtlWrap {
	position: relative;
	width: 100%;
	height: 260px;
	margin: 80px 0 15px;
	background: url("../../img/common/sub_ttl_bg.jpg") no-repeat center bottom;
	background-size: cover;
}

.onlineHeadArea {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1.0;
	text-align: center;
	transform: translate(-50%, -50%);
}

.onlineHeadLogo {
	width: 238px;
	margin: 0 auto 30px;
}

.onlineHeadLogo img {
	width: 100%;
}

.pageTtl {
	margin-bottom: 15px;
	display: block;
	font-size: 3.0rem;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.0;
	letter-spacing: 0.05em;
}

.pageTtlJa {
	margin-bottom: 15px;
	display: block;
	font-size: 3.6rem;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.0;
	letter-spacing: 0.05em;
}

.pageTtlEng {
	display: block;
	font-family: 'Anton', sans-serif !important;
	font-size: 2.0rem;
	color: #BCA658;
}

.pickupCat_area {
	display: table;
	margin: auto;
	text-align: center;
}

.onlineCatArea {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.onlineCatArea .onlineCat {
	padding: 0 10px;
	/*margin-right: 15px;*/
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 42px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	color: #FFFFFF;
}

.onlineCatArea .onlineCatNum {
	padding: 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 42px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	background: #FFFFFF;
}

.cat01 .onlineCat {
	background: #E60012;
}

.cat01 .onlineCatNum {
	color: #E60012;
}

.cat02 .onlineCat {
	background: #920783;
}

.cat02 .onlineCatNum {
	color: #920783;
}

.cat03 .onlineCat {
	background: #00A040;
}

.cat03 .onlineCatNum {
	color: #00A040;
}

.cat04 .onlineCat {
	background: #E95283;
}

.cat04 .onlineCatNum {
	color: #E95283;
}

.cat05 .onlineCat {
	background: #004098;
}

.cat05 .onlineCatNum {
	color: #004098;
}

.cat06 .onlineCat {
	background: #F08300;
}

.cat06 .onlineCatNum {
	color: #F08300;
}

/* contents */
.ivHead {
	margin-bottom: 50px;
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 1.0;
	letter-spacing: 0.05em;
	color: #004892;
}

.ivImgArea {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ivFigure {
	width: 483px;
	text-align: center;
}

.ivFigure img {
	max-width: 100%;
	height: auto;
}

.onlineBody {
	margin-bottom: 50px;
}

.onlineBody > p {
	font-size: 2.0rem;
	line-height: 1.8;
	letter-spacing: 0;
}

/* slider */
.sliderWrap {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sliderMain {
	width: 830px;
	order: 2;
	position: relative;
	overflow: hidden;
}

.mainImgThumbs {
	width: 160px;
	height: 105px;
	order: 1;
}

.mainImgThumbsItem {
	width: 100% !important;
	height: 105px;
	margin-bottom: 10px;
}

.mainImgThumbsItem {
	height: 565px;
}

.mainImgFigure {
	height: 565px;
	overflow: hidden;
	margin-bottom: 20px;
}

.mainImgFigure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.mainImgTxt {
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0;
}

.mainImgThumbsItem:nth-last-of-type(1) {
	margin-bottom: 0;
}

/* youtube */
.youtube-area {
	width: 100%;
	margin-bottom: 80px;
}

.youtube-area iframe {
	width: 100% !important;
	height: 563px !important;
}

/* works */
.onlineWorks {
	margin-bottom: 100px;
}

.worksSection {
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #B5B5B5;
}

.worksSection:nth-last-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.worksRow {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.worksFigure {
	width: 500px;
	height: 295px;
	overflow: hidden;
}

.worksFigure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.woksDes {
	width: calc(100% - 550px);
}

.woksDes p {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.worksTxt {
	font-size: 1.3rem;
	line-height: 1.0;
	letter-spacing: 0;
}

.worksTxt:before {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	display: inline-block;
	background: url("../../img/online/icon_glass.jpg") no-repeat 0 0 / 100%;
	content: '';
	vertical-align: -3px;
}

/* bottom contents */
.onlineCont {
	margin-bottom: 80px;
	padding: 60px;
	border: 1px solid #B5B5B5;
}

.onlineContTxt {
	margin-bottom: 50px;
}

.onlineContTxt p {
	font-size: 2.0rem;
	line-height: 1.8;
	letter-spacing: 0;
}

.comInfoArea {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #F9F7F7;
}

.comInfoCol {
	width: 410px;
}

.comChargeCol {
	width: 380px;
	padding: 20px;
	background: #FFFFFF;
}

.comInfoRow {
	margin-bottom: 14px;
	padding-bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #999999;
}

.comInfoRow:nth-last-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 14px;
}

.comChargeCol .comInfoRow {
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.comInfoRow dt,
.comInfoRow dd {
	line-height: 1.5;
	letter-spacing: 0;
}

.comInfoRow dt {
	width: 65px;
	font-weight: 700;
}

.comInfoRow dd {
	width: calc(100% - 65px);
}

.comChargeCol .comInfoRow dt {
	width: 100px;
}

.comChargeCol .comInfoRow dd {
	width: calc(100% - 100px);
}

/* button area */
.onlineBtnArea {
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.onlineBtnAreaBot {
	margin-bottom: 0;
}

.btnOnline,
.btnContact {
	width: 362px;
}

.btnOnline {
	margin-right: 60px;
}

.btnOnline a,
.btnContact a {
	height: 64px;
	display: block;
	position: relative;
	line-height: 1;
	text-align: center;
	background: #004892;
	border-radius: 5px;
}

.btnOnline a:before,
.btnContact a:before {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #FFF;
}

.btnOnline a {
	padding: 17px 0;
}

.btnContact a {
	padding: 22px 0;
}

.btnOnline span,
.btnContact span {
	font-size: 2.0rem;
	letter-spacing: 0.07em;
	text-align: center;
	color: #FFFFFF;
}

.btnOnline span:before,
.btnContact span:before {
	display: inline-block;
	content: '';
}

.btnOnline span:before {
	width: 24px;
	height: 31px;
	margin-right: 12px;
	background: url(../../img/online/icon_pdf.svg) no-repeat 0 0 / 100%;
	vertical-align: -8px;
}

.btnContact span:before {
	width: 25px;
	height: 19px;
	margin-right: 12px;
	background: url(../../img/online/icon_contact.svg) no-repeat 0 0 / 100%;
	vertical-align: -2px;
}

.onlineBody a,
.mainImgTxt a,
.woksDes a,
.onlineCont a {
	color: #00346F;
	text-decoration: underline;
}

.onlineBody a:hover,
.mainImgTxt a:hover,
.woksDes a:hover,
.onlineCont a:hover {
	text-decoration: none;
}

/* others */
.onlineOthers {
	margin-bottom: 100px;
}

.introTtl {
	margin-bottom: 50px;
	text-align: center;
}

.introTtl span {
	display: block;
	line-height: 1.0;
}

.introTtlJa {
	margin-bottom: 15px;
	font-size: 3.0rem;
	font-weight: 700;
	font-feature-settings: 'palt';
}

.introTtlEng {
	font-family: 'Anton', sans-serif;
	font-size: 2.0rem;
	letter-spacing: 0.11em;
	color: #00346F;
}

#slideList03 .slick-slide {
	width: 280px !important;
	margin: 0 13px 0 14px;
}

.pickItem {
/*	position: relative;*/
}

.pickItem a {
	width: 100%;
/*	height: 100%;*/
	padding: 0 0 50px;
	display: block;
	background: #FFF;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	transition: all .3s ease-in-out;
	position: relative!important;
}

.pickItemImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pickItemCont {
	padding: 16px 20px 0 20px;
}

.pickItemTtl {
	padding-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.5;
}

.pickItemCom {
	font-size: 1.4rem;
	letter-spacing: .11em;
	line-height: 1;
	text-align: right;
}

.pickItemCorner {
	width: 100%;
	padding: 7px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.4rem;
	letter-spacing: .11em;
	line-height: 1;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.pickItemCorner.cat01 {
	color: #e60012;
	border-color: #e60012;
}

.pickItemCorner.cat02 {
	color: #920783;
	border-color: #920783;
}

.pickItemCorner.cat03 {
	color: #00A040;
	border-color: #00A040;
}

.pickItemCorner.cat04 {
	color: #E95283;
	;
	border-color: #E95283;
	;
}

.pickItemCorner.cat05 {
	color: #004098;
	border-color: #004098;
}

.pickItemCorner.cat06 {
	color: #F08300;
	border-color: #F08300;
}

.pickListWrap .sp-slides-container {
	height: 390px;
	overflow: hidden;
}

.sp-grab {
	height: 100% !important;
}