/*===================================
  GENERAL
===================================*/
body {
	min-width: 1100px;
	max-height: 100%;
	color: #303030;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	/* Chromeバグ対策 */
	overscroll-behavior: none;
}

p {
	font-size: 15px;
	line-height: 1.7;
	word-wrap: break-word;
}

p + p {
	margin-top: 1em;
}

dl,
ol,
ul {
	font-size: 15px;
	line-height: 1.7;
}

a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

table {
	font-size: 15px;
	line-height: 1.7;
}

.inner {
	min-width: 1100px;
	width: 83%;
	margin: auto;
}


/*===================================
PC / SP切り替え
===================================*/
@media screen and (min-width:761px) {
	.pc_only {
		display: block !important;
	}

	.sp_only {
		display: none !important;
	}
}

@media screen and (max-width: 760px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}


/*===================================
  HEADING
===================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
	letter-spacing: .1em;
}

/*===================================
  TOP HEADER
===================================*/
#TH {
	align-items: center;
	justify-content: space-between;
	padding: 25px 35px;
	background: #fff;
}

#TH .inner {
	align-items: center;
}

#TH .btn {
	width: 135px;
	padding: .5em;
	background-color: #022a48;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

#TH .btn i {
	float: right;
	line-height: 1.5;
}

#TH .hdrLogo {
	width: 156px;
}

#TH .hdrLogo img {
	height: auto;
	width: 100%;
}

/*===== hdrTel =====*/
.hdrTel {
	width: 250px;
	display: block;
}

/*===== hdrCtc =====*/
.hdrCtc {
	width: 250px;
	display: block;
}

/*===== hdrPC/hdrSP =====*/
.hdrSP {
	display: none;
}

/*===================================
  GLOBAL NAV
===================================*/
.ham {
	display: none;
}

#GNav {
	width: 75%;
	align-items: center;
}

#GNav.fx {
	justify-content: flex-end;
}

#GNav .list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

#GNav .list .link {
	padding-right: 30px;
}

@media screen and (max-width: 760px) {
	#GNav .list .link {
		padding-right: 0;
	}
}

#GNav .list .link a {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #022a48;
}

#GNav a {
	font-weight: bold;
	display: block;
	font-size: inherit;
	text-align: center;
	transition: .6s;
	letter-spacing: .1em;
}

/*===================================
MV
===================================*/
#MV {
	width: 100%;
	height: 667px;
	position: relative;
	background-image: url(../img/top/mv_pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 760px) {
	#MV {
		height: 66.66vw;
		position: relative;
		background-image: url(../img/top/mv_sp.jpg);
	}
}

#MV a {
	display: block;
	height: 100%;
	position: relative;
}

/* キャッチ全体 */
#MV .catch_wrap {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

/* キャッチ（大） */
#MV .catch_wrap .catch {
	font-size: 61px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 760px) {
	#MV .catch_wrap .catch {
		font-size: 24px;
	}
}

/* キャッチ（小） */
#MV .catch_wrap .text {
	font-size: 28px;
	font-weight: 700;
}

@media screen and (max-width: 760px) {
	#MV .catch_wrap .text {
		font-size: 13px;
	}
}

/*===================================
  SECTION
===================================*/
.bc {
	color: #022a48;
	background: #f2f2f2;
}

.bc .inner {
	padding: 25px 0 20px;
	border-bottom: 1px solid #022a48;
}

.bc i {
	margin: 0 1em;
}

.bc a {
	font-size: 11px;
	text-decoration: underline;
}

.bc a:last-of-type {
	text-decoration: none;
}

section {
	background: #f2f2f2;
}

section header {
	margin-bottom: 30px;
}

section header.inner {
	margin-bottom: 30px;
}

.halfBox {
	width: calc(50% - 7.5px);
}

.halfBox .inner {
	width: 65%;
	min-width: 0;
	word-wrap: break-word;
}

.siteTitle {
	padding: 60px 0;
	background: #fff;
}

.siteTitle h2 {
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
	color: #022a48;
	font-size: 50px;
	font-weight: 700;
	font-feature-settings: 'palt';
}

.siteTitle span {
	color: #303030;
	text-align: center;
	margin-left: 0;
	font-size: 15px;
	display: block;
}

/* フッターリンク */
#general {
	margin-top: 15px;
	padding: 0 !important;
	background: #fff !important;
	height: 345px;
}

#general .halfBox {
	display: block;
	height: 100%;
	position: relative;
}

#general .halfBox.case {
	background: url(../img/common/footer_link_bg01_pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

#general .halfBox.service {
	background: url(../img/common/footer_link_bg02_pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

#general .halfBox.solution {
	background: url(../img/common/footer_link_bg03_pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

#general .halfBox .inner {
	height: 100%;
}

#general .halfBox header {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

#general .halfBox header .title {
	font-size: 41px;
	font-weight: 700;
	color: #FFF;
	font-feature-settings: 'palt';
	text-align: center;
}

/* サービスページのみ「ソリューションの特長」に変更 */
#general .halfBox.solution {
	display: none;
}

#service #general .halfBox.solution {
	display: block;
}

#service #general .halfBox.service {
	display: none;
}

/*===================================
  FOOTER
===================================*/
footer {
	margin-top: 15px;
	padding: 80px 0 45px;
	background: #f2f2f2;
}

/* タイトル */
footer .sec_title {
	font-size: 41px;
	font-weight: 700;
	color: #022a48;
	font-feature-settings: 'palt';
}

/* お問い合わせボタン */
footer .cntBox {
	width: 62.5%;
}

footer .ctc {
	display: block;
	width: 100%;
	height: 96px;
	color: #fff;
	background-color: #022a48;
	position: relative;
}

footer .ctc h3 {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/*===== COPYRIGHT =====*/
small {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 11px;
	color: #022a48;
	padding-top: 60px;
}

/*===================================
  BUTTON
===================================*/
.more {
	float: right;
	font-size: 14px;
	transition: .4s;
	line-height: 1.5;
}

.more i {
	margin-left: 1em;
	float: right;
	line-height: 1.5;
}

.more:hover {
	opacity: .6;
}

.linkBtn {
	min-width: 1100px;
	width: 83%;
	display: block;
	height: 162px;
	margin: 70px auto 0;
	position: relative;
	padding: 65px 5%;
	font-size: 41px;
	font-weight: 700;
	font-feature-settings: 'palt';
	color: #022a48;
	letter-spacing: .1em;
	border: 1px solid #022a48;
	line-height: 0.5;
	transition: all 0.3s;
}

.linkBtn::after {
	content: "";
	width: 29px;
	height: 53px;
	background-image: url(../img/common/icon_linkBtn.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 70px;
	top:50%;
	transform: translateY(-50%);
}

.linkBtn:hover {
	background-color: #022a48;
	color: #FFF;
}

.linkBtn:hover::after {
	background-image: url(../img/common/icon_linkBtn_white.svg);
}

.linkBtn span {
	margin-left: 1em;
	font-size: 14px;
	letter-spacing: 0;
}

.linkBtn img {
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 55px;
	margin: auto;
	right: 1em;
}

/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 760px) {

	/*===================================
  GENERAL
===================================*/
	body {
		min-width: 320px;
		padding: 44px 0 0;
	}

	p {
		font-size: 13px;
	}

	img,
	video {
		width: 100%;
		height: auto;
	}

	.inner {
		min-width: auto;
		width: calc(100% - 40px);
	}

	.tel,
	.tel img {
		pointer-events: auto;
	}

	/*===================================
  HEADING
===================================*/
	h2 {
		font-size: 20px;
	}

	h2 + span {
		font-size: 12px;
	}

	/*===================================
  TOP HEADER
===================================*/
	#TH {
		width: 100%;
		padding: 2px 10%;
		position: fixed;
		top: 0;
		z-index: 102;
		background: rgba(255, 255, 255, 0.9);
	}

	#TH .btn {
		margin: 35px auto 0;
	}

	#TH .hdrLogo {
		width: 100px;
	}

	/*===================================
  GENERAL
===================================*/
	.ham {
		width: 25px;
		height: 40px;
		display: block;
		position: relative;
		z-index: 101;
	}

	.ham span {
		width: 25px;
		height: 1px;
		display: block;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		background: #000;
		transition: .4s;
	}

	.ham span:nth-of-type(1) {
		top: 12px;
	}

	.ham span:nth-of-type(2) {
		top: 0;
		bottom: 0;
		z-index: -1;
	}

	.ham span:nth-of-type(3) {
		bottom: 12px;
	}

	.ham.active span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}

	.ham.active span:nth-of-type(2) {
		opacity: 0;
		left: -40px;
	}

	.ham.active span:nth-of-type(3) {
		transform: translateY(-7px) rotate(45deg);
	}

	/*===================================
  GENERAL
===================================*/
	#GNav {
		display: none;
	}

	#GNav.active {
		width: 100%;
		height: 100vh;
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100;
		background: #fff;
	}

	#GNav ul {
		max-width: 100%;
		width: 100% !important;
		margin-top: 70px;
	}

	#GNav ul + ul {
		margin-top: 0px;
	}

	#GNav li {
		width: 100%;
	}

	#GNav li + li {
		margin-top: 0;
	}

	#GNav a {
		padding: .5em 0;
		display: block;
		font-size: 14px !important;
		text-align: center;
	}

	/*===================================
  SECTION
===================================*/
	.siteTitle {
		padding: 40px 0;
	}

	.siteTitle h2 {
		font-size: 26px;
		font-feature-settings: 'palt';
	}

	.siteTitle span {
		font-size: 12px;
	}

	section header {
		margin: 0 auto 30px;
	}

	.halfBox {
		width: 100%;
	}

	.halfBox .inner {
		width: 80%;
	}

	#general {
		margin-top: 1px;
		height: auto;
	}

	#general .halfBox {
		height: 135px;
	}

	#general .halfBox.case {
		background: url(../img/common/footer_link_bg01_sp.jpg) no-repeat;
	}

	#general .halfBox.service {
		margin-top: 1px;
		background: url(../img/common/footer_link_bg02_sp.jpg) no-repeat;
	}	
	
	#general .halfBox.solution {
		margin-top: 1px;
		background: url(../img/common/footer_link_bg03_sp.jpg) no-repeat;
	}

	#general .halfBox header .title {
		font-size: 20px;
	}

	/*===================================
  FOOTER
===================================*/
	footer {
		margin-top: 1px;
		padding: 0 10px 25px;
	}

	footer .cntBox {
		width: 100%;
		margin-top: 30px;
	}

	footer .ctc,
	footer .tel {
		width: 100%;
		height: 60px;
	}

	footer .ctc h3,
	footer .tel h3 {
		padding: 0 1em;
		font-weight: normal;
		text-align: center;
	}

	footer .ctc h3 {
		font-size: 14px;
	}

	footer .tel {
		margin-top: 10px;
	}

	footer .tel h3 {
		font-size: 16px;
	}

	footer .tel h3 span {
		display: block;
		text-align: center;
		font-size: 12px;
	}

	/*===== COPYRIGHT =====*/
	small {
		text-align: center;
		padding: 0;
		margin-top: 25px;
	}

	/*===================================
  BUTTON
===================================*/
	.more {
		margin-top: 1.5em;
	}

	.linkBtn {
		min-width: 0;
		width: 100%;
		height: auto;
		margin-top: 35px;
		padding: 30px 0 35px 20px;
		font-size: 20px;
	}
	
	.linkBtn::after {
		width: 14px;
		height: 26px;
		right: 20px;
	}

	.linkBtn span {
		font-size: 12px;
	}

	.linkBtn img {
		right: 5%;
		width: 15px;
	}
}
