@charset "UTF-8";

/* --------------------------------- 
------------------------------------
WEB FONT
------------------------------------
------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */

body {
	font-family: Arial, 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
	padding: 40px 40px;
}

.Content .blog-wrap {
	background: #fff;
	box-sizing: border-box;
	padding: 35px 40px;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.12) 1px 2px 8px 0px;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Global-menu
-----------------------------------------------------------
----------------------------------------------------------- */
.Global-menu {
	background: url(../img/bg_inquiry_anchor.png) repeat;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: 100;
}

.Global-menu .In-wrap {
	padding: 0;
}

.Global-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 0;
}

.Global-menu ul li {
	list-style-type: none;
	width: 50%;
}

.Global-menu ul li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.Global-menu ul li a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.Global-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #aaa;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Sub
-----------------------------------------------------------
----------------------------------------------------------- */
.Sub .Sub-img {
	background: url(../img/bg_office.jpg) no-repeat center center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 6px;
	width: 100%;
	height: 75px;
}

.Sub .Sub-img .sub-title {
	text-align: center;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON(PC/SP) 全デバイス共通
-----------------------------------------------------------
----------------------------------------------------------- */
a:link,
a:visited {
	color: #087bb6;
}


/* --------------------------------------------------------
-----------------------------------------------------------
Pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.Pagetop {
	display: none;
	position: fixed;
	right: 3%;
	bottom: 40px;
	z-index: 100;
}

.Pagetop a {
	text-indent: -9999px;
	outline: none;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #067bb6;
	border-radius: 50%;
	display: block;
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
	position: relative;
	z-index: 100;
	background: #FFF;
	box-shadow: rgba(113, 135, 164, 0.4) 0px 3px 6px 0px;
	padding-top: 0;
}

.Header .In-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Header-left {
	width: 250px;
	padding: 20px 0;
}

.Header .logo .group-concept {
	font-size: 12px;
	border-bottom: 1px #333 dashed;
	margin-bottom: 8px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.Header .logo img {
	width: 100%;
}

.Header .group-name {
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

.Header .sp-menu {
	display: none;
}

.Header-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.Header .h1-wrap {
	margin-bottom: 5px;
	min-height: 1em;
}

.Header .h1-wrap h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.Header .header-contact-tel a {
	color: #069;
}

.Header .header-contact-tel a:before {
	content: "";
	background: url(/catalog/img/icon_tel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 19px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
}

.Header .header-contact-tel p {
	text-align: center;
}


.Header .header-contact-btn {
	display: flex;
	text-align: center;
	text-decoration: none;
	padding: 7px 5px 5px;
	gap: 10px;
	margin: 8px 0;
	background-color: #006699;
	color: #fff;
	height: 58px;
	width: 180px;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.Header .header-contact-btn span {
	font-size: 17px !important;
	margin-top: 0 !important;
}

.Header .header-contact-btn img {
	margin: 0 !important;
	width: 24px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-title
-----------------------------------------------------------
----------------------------------------------------------- */

.Page-title {
	background: #069;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 6px;
	width: 100%;

}

/* --------------------------------------------------------
-----------------------------------------------------------
 Sub
-----------------------------------------------------------
----------------------------------------------------------- */

.Sub .sub-title {
	text-align: center;
	padding: 5px 0px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Title-article
-----------------------------------------------------------
----------------------------------------------------------- */
.Title-article02 {
	background-color: #eee;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 4px 12px;
	font-size: 18px;
	line-height: 1.3;
	border-radius: 2px;
	letter-spacing: 0.05em;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-main
-----------------------------------------------------------
----------------------------------------------------------- */

.Btn-main {
	background-color: #333;
	padding: 9px 25px;
	font-size: 17px;
	line-height: 1.3;
}

.Btn-main span {
	padding-right: 0;
}

.Btn-main span:after {
	content: none;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 Flex
-----------------------------------------------------------
----------------------------------------------------------- */
.Flex {
	display: flex;
	align-items: stretch;
	gap: 30px;
}

.Flex li {
	width: calc((100% - 60px) / 3);
}

.Flex li a {
	display: block;
	text-decoration: none;
}

.Flex li a p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
	background: #efefef;
	color: #333333;
}

/*-------- footer-top --------*/

.Footer .footer-top {
	text-align: center;
	padding: 15px 0;
}

.Info-title {
	color: #034e73;
	border-bottom: 2px solid #034e73;
	border-top: 2px solid #034e73;
	display: inline-block;
	padding: 4px 20px;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}


.Footer .footer-top .left-wrap {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.Footer .footer-top .left-wrap img {
	width: 260px;

}

.Footer .footer-top .left-wrap .group-concept {
	font-size: 12px;
	border-bottom: 1px #333 dashed;
	margin-bottom: 8px;
	text-align: center;
}

.Footer .footer-top .left-wrap .group-name {
	line-height: 1.1;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.Footer .footer-top .right-wrap {
	margin: 0 15px;
	text-align: right;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}

/*-------- footer-bottom --------*/

.Footer .footer-bottom {
	background: #d6d6d6;
}

.Footer .footer-bottom .btn-wrap {}

.Footer .footer-bottom .btn-wrap .btn {
	display: inline-block;
	font-size: 15px;
	padding: 6px 20px 6px 40px;
	background: url(../img/lp/icon_fotter_btn.png) no-repeat 20px 9px #505050;
}

.Footer .footer-bottom .btn-wrap .btn:hover {
	cursor: pointer;
}

.Footer .footer-bottom .In-wrap {
	position: relative;
}

.Footer .footer-bottom .com-deta-list.box-left {
	float: left;
}

.Footer .footer-bottom .com-deta-list {
	width: 480px;
	margin: 20px 0 0;
	padding: 20px;
	background: #fff;
	color: #087bb6;
}

.Footer .footer-bottom .com-deta-list.box-right {
	float: right;
}

.Footer .footer-bottom .com-deta dl dt {
	display: inline-block;
	width: 108px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.4;
}

.Footer .footer-bottom .com-deta dl dd {
	display: inline-block;
	width: 325px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 1.4;
}

.Footer .footer-bottom .com-deta dl dt:last-child,
.Footer .footer-bottom .com-deta dl dd:last-child {
	padding-bottom: 0;
}

.Footer .copyright {
	text-align: center;
	font-size: 11px;
	padding: 8px 0;
	background: #034e73;
	color: #fff;
}