@charset "utf-8";
/*
Theme Name: FINSTAR
Theme URI: null
Description: Description
Author: 81bridge - WXJ
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	�?フォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@font-face {
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
	font-style: normal;
	src: url('fonts/HiraKakuProN-W3-AlphaNum-01.woff') format('woff'), /* Modern Browsers */ url('fonts/HiraKakuProN-W3-AlphaNum-01.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	font-style: normal;
	src: url('fonts/HiraKakuProN-W6-AlphaNum-01.woff') format('woff'), /* Modern Browsers */ url('fonts/HiraKakuProN-W6-AlphaNum-01.ttf') format('truetype'); /* Safari, Android, iOS */
}
body, table, input, textarea, select, option {
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウ�?
------------------------------------------------------------*/
body {
	color: #242E38;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	position: relative;
}
body.fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
body::after {
	width: 908px;
	height: 846px;
	top: -208px;
	left: -310px;
	content: '';
	position: absolute;
	background: url("img/common/lin.png") no-repeat left top / 908px;
	z-index: -1;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'Noto Sans JP', sans-serif;
	}
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	transition: all 0.3s;
}
#main.on {
	-webkit-transform: translateX(-44%);
	transform: translateX(-44%);
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	body::after {
		width: 506px;
		height: 500px;
		top: -76px;
		left: -244px;
		background: url("img/common/lin.png") no-repeat left top / 437px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 123px;
	padding: 41px 102px;
	transition: all 0.3s;
}
#gHeader.on {
	opacity: 0;
	transform: translateX(-44%);
	-webkit-transform: translateX(-44%);
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 964px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
	width: 206px;
}
#gNavi {
	margin-top: -7px;
}
#gNavi li {
	margin-left: 33px;
	display: inline-block;
}
#gNavi li a {
	color: #1D252C;
	font-size: 1.5rem;
	transition: all 0.3s;
}
#gNavi li.on a {
	color: #FF776B;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		color: #FF776B;
	}
}
.menu {
	width: 60px;
	position: fixed;
	top: 28px;
	height: 60px;
	right: 24px;
	z-index: 20;
	background: url("img/common/menu_img01.png") no-repeat center bottom / 100% auto;
	cursor: pointer;
}
.menu.on {
	background-image: url("img/common/menu_img02.png") !important;
}
.menuBox.on {
	right: 0;
}
.menuBox {
	background-color: #FAFAFA;
	box-sizing: border-box;
	width: 44%;
	height: 100vh;
	position: fixed;
	right: -44%;
	top: 0;
	z-index: 10;
	overflow-y: auto;
	padding: 173px 71px;
	transition: all 0.3s;
}
.menuBox .logo {
	position: absolute;
	max-width: 205px;
	top: 41px;
	left: 72px;
}
.menuBox .subBox .ttl {
	margin-bottom: 23px;
}
.menuBox .subBox a {
	color: #096FC8;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.menuBox .subBox a:hover {
	opacity: 0.7;
}
.menuBox .subBox .naviUl {
	margin: -76px 0 114px;
}
.menuBox .subBox .naviUl > li {
	margin-top: 76px;
}
.menuBox .subBox .innUl li {
	margin-top: 23px;
}
.menuBox .subBox .innUl a {
	color: #1D252C;
	font-size: 1.8rem;
	transition: all 0.3s;
}
@media all and (min-width: 897px) {
	.menuBox .subBox .innUl a:hover {
		color: #FFA69F;
	}
}
.menuBox .subBox .linkUl {
	margin-left: -6px;
}
.menuBox .subBox .linkUl li {
	margin-right: 8px;
	display: inline-block;
	width: 34px;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 83px;
		padding: 23px 14px;
	}
	#gHeader h1 {
		width: 187px;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 54px;
		top: 15px;
		height: 54px;
		right: 15px;
	}
	.menuBox {
		padding: 96px 15px;
		width: 100%;
		right: -100%;
	}
	.menuBox .subBox a {
		font-size: 1.5rem;
	}
	.menuBox .subBox .innUl a {
		font-size: 1.5rem;
	}
	.menuBox .subBox .naviUl {
		margin: -48px 0 64px;
	}
	.menuBox .subBox .naviUl > li {
		margin-top: 49px;
	}
	.menuBox .subBox .linkUl {
		margin-left: 1px;
	}
	.menuBox .subBox .linkUl li {
		margin-right: 7px;
		width: 30px;
	}
	.menuBox .logo {
		max-width: 186px;
		top: 22px;
		left: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	width: 30px;
	bottom: 30px;
	right: 45px;
	z-index: 100;
}
.pageTop a {
	display: block;
	padding: 0 5px;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter {
	padding: 87px 20px 54px;
	background: url("img/common/f_bg.jpg") no-repeat top center / cover;
}
#gFooter .fUl {
	margin: 0 auto 49px;
	max-width: 535px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fUl li {
	margin-right: 8px;
	width: calc(100%/2 - 8px);
	text-align: center;
}
#gFooter .fUl li:nth-child(2n) {
	margin-right: 0;
}
#gFooter .fUl li a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
	line-height: 2;
	letter-spacing: 0.1em;
	position: relative;
	transition: all 0.3s;
}
#gFooter .fUl li a::after {
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 6px;
	right: 47px;
	content: '';
	background: url("img/common/icon08.png") no-repeat right bottom / 14px;
}
#gFooter .fUl li a:hover {
	opacity: 0.7;
}
#gFooter .fUl li .img {
	margin-bottom: 10px;
}
#gFooter .fNavi {
	padding-top: 81px;
	margin: 0 auto 112px;
	max-width: 1025px;
	border-top: 1px solid #fff;
	display: flex;
}
#gFooter .fNavi > li {
	margin-right: 27px;
	min-width: 65px;
}
#gFooter .fNavi a {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	transition: all 0.3s;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #FF776B;
	}
}
#gFooter .fNavi p {
	margin-bottom: 19px;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
#gFooter .fNavi .innUl li {
	margin-top: 1px;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1025px;
}
#gFooter .fInner {
	padding-top: 12px;
	padding-right: 35px;
	max-width: 910px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}
#gFooter .fBox .logoBox {
	display: flex;
	color: #fff;
	align-items: center;
}
#gFooter .fBox .logoBox .fLogo {
	margin-right: 33px;
	font-size: 1.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
#gFooter address {
	font-size: 1rem;
	font-style: normal;
	letter-spacing: 0.1em;
}
#gFooter .fBox .linkUl {
	display: flex;
	align-items: center;
}
#gFooter .fBox .linkUl li {
	margin: 0 7px;
	width: 26px;
}
#gFooter .fBox .linkUl li a {
	display: block;
}
#gFooter .fBox .linkUl li a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media all and (max-width: 896px) {
	.pageTop {
		bottom: 69px;
		right: 16px;
	}
	#gFooter {
		padding: 54px 15px 25px;
	}
	#gFooter .fUl {
		margin: -16px auto 42px;
		max-width: 234px;
		display: block;
	}
	#gFooter .fUl li {
		margin: 16px 0 0;
		width: auto;
	}
	#gFooter .fUl li a {
		font-size: 0.9rem;
		line-height: 1.8;
	}
	#gFooter .fUl li a::after {
		bottom: 4px;
		right: 51px;
		background-size: 12px;
	}
	#gFooter .fUl li .img {
		margin-bottom: 13px;
	}
	#gFooter .fNavi {
		padding-top: 40px;
		margin: 0 auto -1px;
		flex-wrap: wrap;
	}
	#gFooter .fNavi > li {
		margin-bottom: 42px;
		margin-right: 0;
		min-width: inherit;
		width: 50%;
	}
	#gFooter .fNavi p {
		margin-bottom: 20px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#gFooter .fNavi a {
		font-size: 0.9rem;
	}
	#gFooter .fNavi .innUl li {
		margin-top: 0;
	}
	#gFooter .fInner {
		padding-top: 19px;
		padding-right: 0;
		max-width: inherit;
	}
	#gFooter .fBox .logoBox .fLogo {
		margin-right: 23px;
		font-size: 1.6rem;
	}
	#gFooter address {
		font-size: 0.8rem;
	}
	#gFooter .fBox .linkUl {
		margin-right: -11px;
	}
	#gFooter .fBox .linkUl li {
		margin: 0 5px;
		width: 24px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.jp {
	font-family: 'Montserrat', sans-serif;
}
.content {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1024px;
}
.headLine01 {
	margin-bottom: 90px;
	color: #AAAAAA;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: normal;
}
.headLine01 span {
	margin-bottom: 1px;
	color: #242E38;
	display: block;
	font-size: 3.5rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
}
.topUl {
	margin: 0 auto 190px;
	max-width: 642px;
	display: flex;
	justify-content: space-between;
}
.topUl li {
	margin-right: 51px;
	width: calc(100%/3 - 26px);
}
.topUl li:nth-child(3n) {
	margin-right: 0;
}
.topUl li a {
	padding: 10px 5px 8px;
	display: block;
	font-size: 1.3rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	text-align: center;
	border-radius: 45px;
	box-sizing: border-box;
	border: 1px solid #44484B;
	transition: all 0.3s;
}
.topUl li.on a,
.topUl li.current-cat a {
	color: #fff;
	background-color: #44484B;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 897px) {
	.topUl li a:hover {
		color: #fff;
		background-color: #44484B;
	}
}
.headLine02 {
	margin-bottom: 42px;
	font-size: 2.4rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	letter-spacing: 0.02em;
	text-align: center;
}
.centerTxt {
	margin-bottom: 87px;
	line-height: 2.14;
}
.comBtn {
	text-align: center;
}
.comBtn a {
	width: 180px;
	display: inline-block;
	padding: 10px 5px 9px;
	color: #fff;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	text-align: center;
	border-radius: 45px;
	background-color: #44484B;
	box-sizing: border-box;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background: #FF776B;
	}
}
.tabBox {
	display: none;
}
.headLine03 {
	margin-bottom: 51px;
	color: #AAAAAA;
	font-size: 1.6rem;
	line-height: 1;
}
.headLine03 .en {
	margin-bottom: 9px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 8.5rem;
	font-weight: bold;
	color: #242E38;
	letter-spacing: -0.02em;
}
.headLine03 .en small {
	font-size: 5.5rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
	}
	.headLine01 {
		margin-bottom: 62px;
		font-size: 1.2rem;
	}
	.headLine01 span {
		margin-bottom: 6px;
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0;
	}
	.topUl {
		margin-bottom: 83px;
		background-color: #F8F8F8;
		padding: 13px 0 14px;
		max-width: inherit;
		justify-content: center;
	}
	.topUl li {
		margin: 0 7px;
		width: auto;
		position: relative;
	}
	.topUl li::after {
		position: absolute;
		width: 1px;
		top: 6px;
		right: -7px;
		bottom: 1px;
		background-color: #242E38;
		content: '';
	}
	.topUl li:last-child::after {
		display: none;
	}
	.topUl li a {
		padding: 0;
		font-size: 1.3rem;
		font-family: 'HiraKakuProN-W3-AlphaNum-01';
		border-radius: 0;
		border: none;
	}
	.topUl li.on a {
		color: #096FC8;
		background-color: transparent;
		box-shadow: none;
	}
	.headLine02 {
		margin-bottom: 29px;
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.centerTxt {
		margin-bottom: 87px;
		line-height: 2.1;
	}
	.headLine03 {
		margin-bottom: 20px;
		font-size: 1.6rem;
		position: relative;
		width: min-content;
		display: block;
	}
	.headLine03 .en {
		margin-bottom: 9px;
		font-size: 4.8rem;
		letter-spacing: -0.02em;
		white-space: nowrap;
	}
	.headLine03 .en small {
		font-size: 3rem;
	}
	.headLine03 .txt {
		position: absolute;
		font-size: 1.2rem;
		top: 2px;
		right: 0;
	}
}
.buttonBox {
	padding-left: 23px;
	display: flex;
	align-items: center
}
.buttonBox .mapBtn {
	margin-right: 16px;
	min-width: 180px;
	padding: 12px 5px 9px;
	color: #fff;
	font-size: 1.3rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	text-align: center;
	background-color: #44484B;
	border-radius: 45px;
	box-sizing: border-box;
	transition: all 0.3s;
	box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}
.buttonBox .mapImg {
	width: 40px;
}
@media all and (min-width: 897px) {
	.buttonBox .mapBtn:hover {
		background: #FF776B;
	}
	.buttonBox .mapImg:hover {
		background: url("img/common/map_img02.png") no-repeat right top / 40px;
	}
	.buttonBox .mapImg:hover img {
		opacity: 0;
		transition: all 0.3s;
	}
}
@media all and (max-width: 896px) {
	.buttonBox {
		padding-left: 13px;
	}
	.buttonBox .mapBtn {
		margin-right: 14px;
		min-width: 163px;
		padding: 9px 5px 9px;
		font-size: 1.2rem;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	}
	.buttonBox .mapImg {
		width: 36px;
	}
}
@media all and (max-width: 374px) {
	.topUl li a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.top #gHeader {
	margin-bottom: 110px;
}
.top #gFooter {
	padding: 87px 20px 54px;
}
.index .mainVisual {
	margin-bottom: 225px;
}
.index .mainVisual h2 {
	padding-right: 75px;
	margin: -1px auto 23px;
	max-width: 700px;
}
.index .mainVisual p {
	margin: 0 auto;
	max-width: 505px;
	letter-spacing: 0.1em;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	line-height: 1.75;
}
.index .news {
	margin-bottom: 58px;
	position: relative;
}
.index .news::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -359px;
	left: 0;
	content: '';
	z-index: -1;
	background: url("img/index/bg_img.png") no-repeat left top / 100% 100%;
}
.index .news .innBox {
	display: flex;
	justify-content: space-between;
}
.index .news .lBox {
	padding-top: 23px;
	width: 48%;
	display: flex;
	justify-content: flex-end;
}
.index .news .lBox .txtBox {
	max-width: 183px;
}
.index .news .rBox {
	width: 52%;
	padding-left: 18px;
	box-sizing: border-box;
}
.index .news .listUl li {
	padding-bottom: 6px;
	box-shadow: none;
	margin: 0 14px;
}
.index .news .listUl li a {
	min-height: 420px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
}
.index .news .slick-slide > div {
	width: 310px;
	margin-right: 29px;
}
.index .news .listUl .textBox {
	padding: 15px 10px 18px 18px;
}
.index .news .listUl li h3 {
	margin-bottom: 51px;
	min-height: 96px;
}
.index .news .listUl li p {
	color: #242E38;
	font-size: 1rem;
}
.index .news .listUl li .ttl {
	color: #fff;
	font-size: 0.7rem;
}
.index .news .listUl li .ttl02 {
	background-color: #FF776B;
}
.index .comBtn a {
	padding: 12px 5px 10px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
	font-size: 1.2rem;
}
.index .news .listUl {
	margin-bottom: 0;
	display: block;
}
.index .news .listUl li {
	float: left;
}
.index .news .listUl li .photo {
	background-image: url("img/index/photo05.jpg");
	margin-bottom: 16px;
	padding-bottom: 66.4%;
	border-radius: 5px 5px 0 0;
}
.index .news .listUl li .photo02 {
	background-image: url("img/index/photo06.jpg");
}
.index .content {
	max-width: 1150px;
}
.index .service {
	margin-bottom: 54px;
	position: relative;
}
.index .service::after {
	width: 1173px;
	height: 1116px;
	position: absolute;
	top: -1px;
	right: -503px;
	content: '';
	z-index: -1;
	background: url("img/common/lin.png") no-repeat right top / 1173px;
}
.index .service .headLine03 {
	margin-bottom: 8px;
}
.index .service .img {
	margin-bottom: 32px;
	max-width: 680px;
}
.index .service .inner {
	margin-bottom: 77px;
	padding-right: 56px;
	max-width: 660px;
	margin-left: auto;
	position: relative;
}
.index .service .inner::before {
	margin-top: 0px;
	width: 1084px;
	height: 273px;
	top: 50%;
	transform: translateY(-50%);
	left: -514px;
	content: '';
	position: absolute;
	z-index: -2;
	background: url("img/index/text_img.png") no-repeat left top / 1084px;
}
.index .service .inner .pho {
	position: relative;
}
.index .service .inner .pho::after {
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: #ECF25B;
	border-radius: 5px;
	bottom: -20px;
	left: -20px;
	content: '';
	z-index: -2;
}
.index .service .inner .txt {
	margin-top: -17px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	font-size: 2.4rem;
	z-index: 5;
}
.index .service .inner .txt small {
	font-size: 1.8rem;
}
.index .service .inner .txt span {
	display: block;
	font-size: 1.2rem;
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
}
.index .service .text {
	margin: 0 auto 24px;
	max-width: 369px;
	letter-spacing: 0.1em;
	line-height: 1.69;
}
.index .company {
	margin-bottom: 126px;
	position: relative;
}
.index .company::after {
	width: auto;
	height: 368px;
	position: absolute;
	content: '';
	bottom: -23px;
	left: -52px;
	right: -52px;
	z-index: -2;
	background: url("img/index/bg_img02.png") no-repeat left top / cover;
}
.index .company .headLine03 {
	margin-bottom: 0;
}
.index .company .headLine03 span {
	margin-bottom: 11px;
}
.index .company .imgBox {
	margin: -8px 0 27px;
	display: flex;
	align-items: center;
	position: relative;
}
.index .company .imgBox::after {
	width: 9999px;
	height: 422px;
	position: absolute;
	left: -9149px;
	top: 43px;
	content: '';
	background-color: #096FC8;
	border-radius: 0 5px 5px 0;
	z-index: -1;
}
.index .company .imgBox .textBox {
	margin: 41px 40px 0 5px;
	text-align: right;
}
.index .company .imgBox .title {
	margin-bottom: 10px;
	padding-bottom: 7px;
	color: #fff;
	font-size: 4.4rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.03em;
	line-height: 1;
	opacity: 0.3;
	position: relative;
}
.index .company .imgBox .title::after {
	position: absolute;
	width: 9999px;
	height: 1px;
	background-color: #fff;
	opacity: 0.9;
	bottom: 1px;
	left: -9726px;
	content: '';
}
.index .company .imgBox .sub {
	opacity: 0.3;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.index .company .imgBox .photBox {
	max-width: 661px;
}
.index .company .linkUl {
	margin: 0 auto 106px;
	padding-right: 117px;
	max-width: 580px;
	display: flex;
}
.index .company .linkUl li {
	margin-right: 20px;
	width: calc(100%/3 - 10px);
	border-radius: 45px;
	border: 1px solid #fff;
	transition: all 0.3s;
}
.index .company .linkUl li a {
	padding: 10px 5px 9px;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	text-align: center;
}
@media all and (min-width: 897px) {
	.index .company .linkUl li:hover {
		border: 1px solid #FF776B;
		background: #FF776B;
	}
}
.index .company .linkUl li:nth-child(3n) {
	margin-right: 0;
}
.index .company .text {
	margin: 0 auto 27px;
	max-width: 369px;
	letter-spacing: 0.1em;
	line-height: 1.69;
}
.index .access {
	margin-bottom: 359px;
	display: flex;
	justify-content: space-between;
}
.index .access .textBox {
	margin-top: 21px;
	flex: 1;
}
.index .access .headLine03 {
	margin-bottom: 20px;
}
.index .access .textBox .ttl {
	margin-bottom: 32px;
	padding-top: 19px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1.5;
}
.index .access .textBox .ttl::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 3px;
	content: '';
	background-color: #242E38;
}
.index .access .textBox p {
	margin-bottom: 53px;
	font-size: 1.6rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	letter-spacing: 0.1em;
	line-height: 2.2;
}
.index .access .mapBox {
	width: 708px;
	height: 477px;
	border-radius: 5px;
	position: relative;
}
.index .access .mapBox #map {
	width: 100%;
	height: 100%;
}
.index .access .mapBox::after {
	position: absolute;
	border-radius: 5px;
	background-color: #FFA69F;
	width: 180px;
	height: 180px;
	bottom: 3px;
	left: -21px;
	content: '';
	z-index: -1;
}
.index .bonnerBox {
	padding: 59px 0 23px;
	background-color: #096FC8;
}
.index .bonnerBox .innUl {
	margin: 0 auto 28px;
	max-width: 1025px;
	display: flex;
	justify-content: space-between;
}
.index .bonnerBox .innUl li {
	max-width: 504px;
	width: 100%;
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #fff;
	text-align: center;
	border-radius: 7px;
}
.index .bonnerBox .innUl li a {
	padding: 25px 5px 47px;
	color: #096FC8;
	display: block;
}
.index .bonnerBox .innUl li a:hover {
	opacity: 0.7;
}
.index .bonnerBox .innUl li span {
	margin-bottom: 12px;
	padding-left: 29px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 4.8rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	position: relative;
}
.index .bonnerBox .innUl li span::before {
	width: 26px;
	height: 26px;
	top: 50%;
	transform: translateY(-50%);
	left: 122px;
	content: '';
	position: absolute;
	background: url("img/common/icon09.png") no-repeat left center / 26px;
}
.index .bonnerBox .innUl li:nth-child(2n) span::before {
	left: 128px;
	background-size: 24px;
	background-image: url("img/common/icon10.png");
}
.index .bonnerBox .linkUl {
	margin: 0 auto;
	max-width: 1025px;
	display: flex;
	justify-content: flex-end;
}
.index .bonnerBox .linkUl li {
	margin: 0 7px;
	width: 32px;
}
.index .bonnerBox .linkUl li:last-child {
	margin-right: -9px;
}
.index .bonnerBox .linkUl li a {
	display: block;
}
.index .bonnerBox .linkUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1100px) and (min-width: 897px) {
	.index .company .imgBox .photBox {
		max-width: 553px;
	}
	.index .access .mapBox {
		width: 538px;
	}
	.index .bonnerBox {
		padding: 59px 15px 23px;
	}
	.index .bonnerBox .innUl li {
		max-width: 430px;
	}
	.index .bonnerBox .innUl li span::before {
		left: 80px;
	}
	.index .bonnerBox .innUl li:nth-child(2n) span::before {
		left: 80px;
	}
}
@media all and (max-width: 896px) {
	.top #gHeader {
		margin-bottom: 77px;
	}
	.top #gFooter {
		padding: 54px 15px 25px;
	}
	.index {
		margin-top: -38px;
	}
	.index .mainVisual h2 {
		padding: 0 10px;
		margin: 0 auto 24px;
		max-width: inherit;
	}
	.index .mainVisual p {
		max-width: 275px;
		letter-spacing: 0.06em;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.index .mainVisual {
		margin-bottom: 180px;
	}
	.index .news {
		margin-bottom: 101px;
		padding: 0 15px;
	}
	.index .news .innBox {
		display: block;
	}
	.index .news .lBox {
		padding-top: 0;
		width: auto;
		display: block;
		margin-bottom: 37px;
	}
	.index .news .lBox .txtBox {
		max-width: inherit;
	}
	.index .news .listUl li .ttl {
		font-size: 0.7rem;
		padding: 6px 5px 2px;
	}
	.index .news .txtBox .comBtn {
		text-align: left;
	}
	.index .comBtn a {
		padding: 9px 5px 9px;
		font-size: 1.2rem;
		width: 163px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	}
	.index .news .rBox {
		width: auto;
		padding-left: 0;
	}
	.index .news .listUl {
		padding: 0 28px;
		margin-bottom: 0;
		margin-top: -8px;
	}
	.index .news .listUl li {
		margin: 8px 0 0;
	}
	.index .news .listUl li a {
		min-height: 386px;
	}
	.index .news .slick-slide > div {
		width: 271px;
		margin: 0 15px;
	}
	.index .news .listUl li .photo {
		margin-bottom: 20px;
		padding-bottom: 67%;
	}
	.index .news .listUl li h3 {
		margin-bottom: 25px;
		min-height: inherit;
	}
	.index .service .headLine03 {
		margin-bottom: 21px;
	}
	.index .service::after {
		width: 500px;
		top: -123px;
		right: -156px;
		background: url("img/common/lin.png") no-repeat right top / 467px;
	}
	.index .service .img {
		margin-bottom: 20px;
		max-width: inherit;
	}
	.index .textBox {
		margin-bottom: 27px;
	}
	.index .textBox h3 {
		margin-bottom: 18px;
		font-size: 2.2rem;
		font-family: 'HiraKakuProN-W6-AlphaNum-01';
	}
	.index .textBox h3 small {
		font-size: 1.6rem;
	}
	.index .textBox h3 span {
		display: block;
		font-size: 1.1rem;
		color: #9C9C9C;
	}
	.index .service .inner {
		margin: 0 auto 14px;
		padding-right: 0;
		max-width: inherit;
	}
	.index .service .inner::before {
		margin-top: 0;
		width: 280px;
		top: 287px;
		transform: none;
		left: auto;
		z-index: -1;
		background: url("img/index/text_img03.png") no-repeat left top / 292px;
		right: -13px;
	}
	.index .service .inner .pho::after {
		width: 90px;
		height: 90px;
		bottom: -10px;
		left: -10px;
	}
	.index .service .inner .txt {
		margin-top: 0;
		position: initial;
		transform: none;
		color: #242E38;
		font-size: 2.2rem;
	}
	.index .service .inner .txt span {
		color: #9C9C9C;
		font-size: 1.1rem;
	}
	.index .service .inner .pho {
		margin-bottom: 19px;
	}
	.index .service .inner .txt small {
		font-size: 1.7rem;
	}
	.index .service .text {
		margin: 0 auto 28px;
		max-width: inherit;
		line-height: 1.39;
	}
	.index .company .imgBox {
		margin: -8px 0 25px;
		display: flex;
		flex-wrap: wrap;
	}
	.index .service {
		margin-bottom: 106px;
	}
	.index .company .headLine03 {
		margin-bottom: 29px;
	}
	.index .company .imgBox .textBox {
		margin: 13px 0 0;
		order: 2;
		width: 100%;
	}
	.index .company .imgBox .title {
		margin-bottom: 9px;
		padding-bottom: 6px;
		font-size: 4rem;
		letter-spacing: 0;
	}
	.index .company .imgBox .title::after {
		left: -9653px;
	}
	.index .company .imgBox .sub {
		font-size: 1.3rem;
	}
	.index .company .linkUl {
		margin: 0 auto 62px;
		padding-right: 0;
	}
	.index .company .linkUl li {
		margin-right: 15px;
	}
	.index .company .linkUl li a {
		padding: 8px 5px;
		font-size: 1.2rem;
	}
	.index .company .imgBox::after {
		height: 353px;
		top: 102px;
	}
	.index .company .text {
		margin: 0 auto 27px;
		max-width: inherit;
		line-height: 1.49;
		font-size: 1.2rem;
	}
	.index .company {
		margin-bottom: 107px;
	}
	.index .access {
		margin-bottom: 100px;
		display: block;
	}
	.index .access .headLine03 {
		margin-bottom: 19px;
	}
	.index .access .textBox .ttl {
		margin-bottom: 35px;
		padding-top: 16px;
		font-size: 1.6rem;
	}
	.index .access .textBox p {
		margin-bottom: 50px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.index .access .textBox {
		margin-bottom: 47px;
	}
	.index .access .mapBox {
		width: auto;
		height: 248px;
		margin: 0 -15px;
	}
	.index .access .mapBox::after {
		display: none;
	}
	.index .bonnerBox {
		padding: 55px 0 53px;
	}
	.index .bonnerBox .innUl {
		margin: -15px auto 15px;
		display: block;
		padding: 0 15px;
	}
	.index .bonnerBox .innUl li {
		margin-top: 15px;
	}
	.index .bonnerBox .innUl li a {
		padding: 21px 5px 41px;
		font-size: 1.4rem;
	}
	.index .bonnerBox .innUl li span {
		margin-bottom: 14px;
		padding-left: 34px;
		font-size: 4.4rem;
		letter-spacing: 0;
	}
	.index .bonnerBox .innUl li span::before {
		margin-top: 2px;
		left: 57px;
		background-size: 23px;
	}
	.index .bonnerBox .innUl li:nth-child(2n) span::before {
		left: 59px;
		background-size: 22px;
	}
	.index .bonnerBox .linkUl {
		padding-right: 6px;
	}
	.index .bonnerBox .linkUl li:last-child {
		margin-right: 0;
	}
	.index .bonnerBox .linkUl li {
		margin: 0 6px;
		width: 29px;
	}
	.index .news::after {
		height: 259px;
		top: -225px;
	}
	.index .company::after {
		height: 359px;
		bottom: -201px;
		left: 0;
		right: 0;
		background: url("img/index/bg_img02.png") no-repeat left top / 100%;
	}
}
@media all and (max-width: 374px) {
	.index .news .listUl {
		padding: 0 10px;
	}
	.index .news .slick-slide > div {
		width: 249px;
		margin: 0 9px;
	}
	.index .bonnerBox .innUl li span::before {
		left: 33px;
	}
	.index .bonnerBox .innUl li:nth-child(2n) span::before {
		left: 38px;
	}
}
/*------------------------------------------------------------
	vision
------------------------------------------------------------*/
.vision {
	max-width: 962px;
	margin: 0 auto 207px;
}
.vision .content {
	max-width: 963px;
}
.vision h3 {
	margin-bottom: 6px;
	margin-left: -9px;
	font-size: 3.8rem;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
}
.vision .txtUl {
	padding: 0 15px;
}
.vision .txtUl li {
	padding-bottom: 37px;
	margin-bottom: 66px;
	border-bottom: 1px dashed #EAEAEA;
}
.vision .txtUl li:last-child {
	padding-bottom: 128px;
}
.vision .ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.vision .txtUl p {
	line-height: 2.14;
}
@media all and (max-width: 896px) {
	.vision .centerTxt {
		margin-bottom: 77px;
		letter-spacing: -0.02em;
	}
	.vision h3 {
		margin-bottom: 9px;
		margin-left: 0;
		font-size: 3.4rem;
		font-weight: 700;
		letter-spacing: 0;
	}
	.vision .txtUl {
		padding: 0;
	}
	.vision .txtUl p {
		line-height: 2.09;
		padding-left: 9px;
		letter-spacing: -0.02em;
	}
	.vision .ttl {
		padding-left: 0 !important;
		margin-bottom: 17px;
		font-size: 1.6rem;
	}
	.vision .txtUl li {
		padding-bottom: 27px;
		margin-bottom: 41px;
	}
	.vision .txtUl li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.vision {
		margin-bottom: 80px;
	}
}
/*------------------------------------------------------------
	member
------------------------------------------------------------*/
.member {
	margin-bottom: 600px;
}
.member .topUl {
	margin-bottom: 131px;
}
.member .headLine02 {
	margin-bottom: 74px;
}
.member .slickUl {
	margin: 0 auto 89px;
	max-width: 835px;
}
.member .slickUl li {
	float: left;
	text-align: center;
}
.member .slickUl li a {
    display: block;
}
.member .slickUl li .img {
	margin-bottom: 18px;
}
.member .slickUl li .img img {
	width: 100%;
    border-radius: 50%;
}
.member .slickUl li p {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	line-height: 1.9;
}
.member .imgBox {
	display: flex;
	justify-content: space-between;
}
.member .imgBox .textBox {
	margin-right: 69px;
	max-width: 494px;
}
.member .imgBox .photoBox {
	margin: 150px -79px 0 0;
	flex: 1;
	position: relative;
}
.member .imgBox .photoBox::after {
    position: absolute;
    left: 67px;
    top: -37px;
    width: 586px;
    height: 288px;
    content: '';
    border-radius: 3px;
    background-color: #5EB9C9;
    z-index: -1;
}
.member .imgBox .photoBox img {
	border-radius: 5px;
	width: 100%;
}
.member .imgBox h3 {
	margin-bottom: 36px;
	color: #242E38;
	font-size: 2.4rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.member .imgBox h3 span {
	margin-bottom: 10px;
	display: block;
	color: #AAAAAA;
	font-size: 1.2rem;
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
	letter-spacing: 0.02em;
}
.member .imgBox h4 {
	margin-bottom: 4px;
	color: #096FC8;
	font-weight: normal;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.member .imgBox p {
	margin-bottom: 35px;
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	letter-spacing: -0.02em;
	line-height: 2.14;
}
.member .slick-slider .slick-prev, .member .slick-slider .slick-next {
	margin-top: -29px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: -28px;
	transform: translateY(-50%);
	color: transparent;
	background: transparent url("img/member/arrow01.png") no-repeat left center / 17px;
	border: none;
	overflow: hidden;
	z-index: 5;
	cursor: pointer;
}
.member .slick-slider .slick-next {
	left: auto;
	right: -44px;
	background-image: url("img/member/arrow02.png");
}
.member .slick-slide > div {
	width: 120px;
	margin: 0 17.5px;
}
.member li .img {
	position: relative;
}
.member li.on .img::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border: 5px solid #5EB9C9;
	border-radius: 100%;
	box-sizing: border-box;
}
.member .slick-list {
	margin: 0 30px;
}
@media all and (min-width: 897px) {
    .member .slickUl li a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
	.member .headLine02 {
		margin-bottom: 29px;
	}
	.member .slickUl li p {
		line-height: 1.5;
	}
	.member .slickUl li .img {
		margin-bottom: 19px;
	}
	.member .imgBox {
		display: block;
	}
	.member .slickUl {
		margin-bottom: 50px;
		max-width: inherit;
	}
	.member .slick-slide > div {
		width: 100%;
		margin: 0;
		padding: 0 17px;
		box-sizing: border-box;
	}
	.member li.on .img::before {
		width: 101%;
		height: 101%;
	}
	.member .imgBox h3 {
		margin-bottom: 18px;
	}
	.member .imgBox p {
		margin-bottom: 15px;
	}
	.member .imgBox .textBox {
		margin-right: 0;
		max-width: inherit;
	}
	.member .imgBox .photoBox {
		margin: 75px 0 0;
	}
	.member .imgBox .photoBox::after {
    width: 1000px;
    height: 265px;
}
	.member {
		margin-bottom: 100px;
	}
	.member .slick-slider .slick-prev, .member .slick-slider .slick-next {
		left: -4px;
		background-size: 16px;
	}
	.member .slick-slider .slick-next {
		left: auto;
		right: -21px;
		top: 50%;
		bottom: auto;
		margin-top: -26px;
	}
}
@media all and (max-width: 374px) {
	.member .slick-slide > div {
		width: 101px;
		margin: 0 8px;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company {
	margin-bottom: 307px;
}
.company .topUl {
	margin-bottom: 201px;
}
.company .headLine02 {
	margin-bottom: 102px;
}
.company .phoBox {
	margin-bottom: 91px;
	padding: 88px 119px 97px;
	background-color: #096FC8;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.company .phoBox img {
	width: 206px;
}
.company table {
	margin: 0 auto 162px;
	max-width: 816px;
	width: 100%;
	border-collapse: collapse;
}
.company table th, .company table td {
	padding: 35px 0 27px;
	font-size: 1.6rem;
	line-height: 2;
	border-bottom: 1px solid #AAAAAA;
}
.company table th {
	width: 256px;
	color: #555D65;
	vertical-align: top;
}
.company table td span {
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.company .mapBox {
	padding-left: 20px;
}
.company .map {
	margin: 0 auto 55px;
	width: 708px;
	height: 477px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}
.company .map #map {
	width: 100%;
	height: 100%;
}
.company .map::after {
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 180px;
	height: 180px;
	content: '';
	background-color: #FFA69F;
	border-radius: 6px;
	z-index: -1;
}
.company .mapBox .comBtn {
	padding-right: 76px;
}
.company .mapBox .comBtn a {
	position: relative;
}
.company .mapBox .comBtn a::after {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	right: -56px;
	content: '';
	background: url("img/company/img.png") no-repeat right top / 40px;
}
.company .buttonBox {
	padding-left: 0;
	justify-content: center;
}
.company .buttonBox .mapBtn {
	padding: 14px 5px 10px;
	font-size: 1.1rem;
}
@media all and (max-width: 896px) {
	.company {
		margin-bottom: 114px;
	}
	.company .topUl {
		margin-bottom: 83px;
	}
	.company .headLine02 {
		margin-bottom: 30px;
	}
	.company .phoBox {
		margin-bottom: 51px;
		padding: 52px 20px 51px;
	}
	.company .phoBox img {
		width: 187px;
		margin: 0 auto;
	}
	.company table th, .company table td {
		padding: 26px 0 26px;
		color: #75797E;
		font-size: 1.4rem;
		line-height: 2.1;
		word-break: break-word;
	}
	.company table th {
		width: 120px;
		color: #555D65;
		vertical-align: top;
	}
	.company table td span {
		font-family: 'HiraKakuProN-W3-AlphaNum-01';
	}
	.company table {
		margin: 0 auto 45px;
		max-width: inherit;
	}
	.company .map {
		margin: 0 auto 43px;
		width: auto;
		height: 250px;
		box-shadow: none;
	}
	.company .mapBox {
		margin: 0 -15px;
		padding-left: 0;
	}
	.company .map::after {
		display: none;
	}
	.comBtn {
		text-align: left;
	}
	.company .buttonBox {
		padding-left: 13px;
		justify-content: inherit;
	}
	.company .buttonBox .mapBtn {
		padding: 9px 5px 10px;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news {
	margin-bottom: 305px;
}
.news .content {
	padding: 0 15px;
	max-width: 1041px;
}
.news .topUl {
	margin-bottom: 201px;
}
.news .listUl {
	margin-bottom: 150px;
	display: flex;
	flex-wrap: wrap;
}
.news .listUl li {
	margin-top: 46px;
	margin-right: 28px;
	width: calc(100%/3 - 19px);
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news .listUl li:nth-child(3n) {
	margin-right: 0;
}
.news .listUl li a {
	display: block;
}
.news .listUl li a:hover {
	opacity: 0.7;
}
.news .listUl li .photo {
	padding-bottom: 67%;
	width: 100%;
	float: right;
	position: relative;
	background-position: center top;
	background-size: cover;
	background-image: url("img/news/photo01.jpg");
	margin-bottom: 28px;
	border-radius: 5px 5px 0 0;
}
.news .listUl li .photo02 {
	background-image: url("img/news/photo02.jpg");
}
.news .listUl li .photo03 {
	background-image: url("img/news/photo03.jpg");
}
.news .listUl .textBox {
	padding: 28px 10px 26px 18px;
	box-sizing: border-box;
}
.news .listUl li .ttl {
	margin-bottom: 20px;
	padding: 6px 5px 3px;
	display: inline-block;
	width: 64px;
	color: #fff;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	font-size: 0.7rem;
	text-align: center;
	border-radius: 45px;
	box-sizing: border-box;
	background-color: #096FC8;
}
.news .listUl li .ttl02 {
	background-color: #FF776B;
}
.news .listUl li h3 {
	margin-bottom: 45px;
	font-size: 1.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	line-height: 1.33;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
.news .listUl li p {
	color: #AAAAAA;
	font-size: 1.2rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size: 1.2rem;
	display: inline-block;
	text-decoration: none;
	border-radius: 100%;
	padding: 7px 12px;
	margin: 0 5px;
	color: #096FC8;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #2d6bbf;
	color: #2d6bbf;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span.current {
	padding: 7px 12px;
	color: #fff;
	background-color: #096FC8;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		padding: 7px 12px;
		color: #fff;
		background-color: #096FC8;
	}
}
@media all and (max-width: 896px) {
	.news {
		margin-bottom: 100px;
	}
	.news .topUl {
		margin-bottom: 115px;
	}
	.news .content {
		max-width: inherit;
	}
	.news .listUl {
		padding: 0 37px;
		margin-bottom: 46px;
		margin-top: -28px;
		display: block;
	}
	.news .listUl li {
		margin-top: 28px;
		margin-right: 0;
		width: auto;
		border-radius: 0;
	}
	.news .listUl .textBox {
		padding: 20px 10px 17px 16px;
	}
	.news .listUl li .ttl {
		margin-bottom: 19px;
		padding: 5px 5px 3px;
		width: 58px;
		font-size: 0.7rem;
	}
	.news .listUl li h3 {
		margin-bottom: 26px;
		font-size: 1.3rem;
		line-height: 1.43;
	}
	.news .listUl li p {
		font-size: 0.9rem;
	}
	.wp-pagenavi span.current {
		padding: 7px 11px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 1rem;
		padding: 1px 5px;
		margin: 0 10px;
		font-family: 'HiraKakuProN-W3-AlphaNum-01';
	}
	.news .listUl li .photo {
		padding-bottom: 66.7%;
		margin-bottom: 20px;
	}
}
/*------------------------------------------------------------
	example
------------------------------------------------------------*/
.example {
	margin-bottom: 510px;
}
.example .headLine01 {
	margin-bottom: 87px;
}
.example .content {
	max-width: 816px;
}
.example .topTxt {
	margin-bottom: 22px;
	font-size: 2.4rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	letter-spacing: 0.02em;
	line-height: 2.08;
}
.example .topTxt span {
	margin-bottom: 12px;
	display: block;
	padding: 4px 5px 1px;
	width: 64px;
	color: #fff;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	font-size: 0.7rem;
	text-align: center;
	border-radius: 45px;
	box-sizing: border-box;
	background-color: #096FC8;
}
.example .time {
	color: #AAAAAA;
	font-size: 1.2rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	line-height: 1.5;
}
.example .phoBox {
	margin: 159px auto 84px;
	max-width: 1024px;

	display: none;
}
.example .phoBox img {
	width: 100%;


	display: none;
}
.example p {
	margin-bottom: 35px;
	line-height: 2.18;
}
.example .img {
	margin: 39px 0 76px;
}
.example .img img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.example {
		margin-bottom: 100px;
	}
	.example .headLine01 {
		margin-bottom: 36px;
	}
	.example .topTxt span {
		margin-bottom: 19px;
		padding: 6px 5px 1px;
		width: 57px;
		font-size: 0.7rem;
	}
	.example .topTxt {
		margin-bottom: 24px;
		font-size: 2.1rem;
		line-height: 1.58;
		margin-left: 0;
	}
	.example .time {
		margin-bottom: 0;
		font-size: 1.1rem;
	}
	.example .phoBox {
		padding: 0 14px;
		margin: 45px auto 18px;


		display: none;
	}
	.example p {
		margin-bottom: 26px;
		line-height: 2.1;
		font-size: 1.3rem;
		margin-left: -2px;
		letter-spacing: -0.02em;
	}
	.example .img {
		margin: 45px 0 19px;
	}
}
@media all and (max-width: 374px) {
	.example .topTxt span {
		padding: 5px 5px 2px;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact {
	margin-bottom: 167px;
}
.contact .numUl {
	margin: 0 auto 78px;
	max-width: 371px;
	display: flex;
	justify-content: center;
	position: relative;
}
.contact .numUl::after {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	background-color: #AAAAAA;
}
.contact .numUl li {
	margin: 0 48px;
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #AAAAAA;
	font-size: 1.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	border-radius: 100%;
	border: 1px solid #707070;
	background-color: #fff;
	z-index: 5;
	position: relative;
}
.contact .numUl li.on {
	color: #fff;
	background-color: #096FC8;
	border: 1px solid #096FC8;
}
.contact .numUl li:first-child {
	margin-left: 0;
}
.contact .numUl li:last-child {
	margin-right: 0;
}
.contact .centerTxt {
	margin: 0 auto 64px;
	max-width: 770px;
	font-size: 1.8rem;
	line-height: 2.22;
	text-align: center;
}
.contact .content {
	padding-left: 46px;
	max-width: 800px;
}
.contact dl dt {
	margin-bottom: 2px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.contact dl dt span {
	margin-left: 5px;
	color: #FF776B;
}
.contact dl dd {
	margin-bottom: 38px;
}
.contact .mailForm input, .contact .mailForm textarea {
	width: 100%;
	height: 56px;
	background-color: #EEEEEE;
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 6px 20px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
}
placeholder-shown {
	color: #777777;
}
::-webkit-input-placeholder {
	color: #777777;
}
:-moz-placeholder {
	color: #777777;
	opacity: 1;
}
::-moz-placeholder {
	color: #777777;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #777777;
}
.contact .mailForm textarea {
	padding-top: 10px;
	height: 320px;
	resize: none;
	overflow: auto;
}
.contact dl dd:last-child {
	margin-bottom: 0;
}
.contact dl {
	margin-bottom: 26px;
}
.contact .node {
	margin-bottom: 75px;
	color: #777777;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
}
.contact .txt {
	margin-bottom: 34px;
	color: #000000;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: center;
}
.contact .txt a {
	text-decoration: underline;
}
.contact .submit {
	text-align: center;
}
.contact .submit li {
	margin: 0 5px;
}
.contact .submit li input {
	padding: 9px 5px 7px;
	max-width: 232px;
	height: auto;
	cursor: pointer;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	border-radius: 20px;
	background-color: #FF776B;
	-webkit-appearance: none;
}
@media all and (min-width: 897px) {
	.contact .txt a:hover {
		text-decoration: none;
	}
	.contact .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.contact .headLine01 {
		margin-bottom: 36px;
	}
	.contact .numUl {
		margin: 0 auto 73px;
		max-width: 335px;
	}
	.contact .numUl li {
		margin: 0 43px;
		width: 52px;
		height: 52px;
		font-size: 1.4rem;
		font-family: 'HiraKakuProN-W3-AlphaNum-01';
	}
	.contact .centerTxt {
		margin-bottom: 46px;
		font-size: 1.6rem;
		line-height: 2.27;
		padding: 0 13px;
		text-align: justify;
	}
	.contact .content {
		padding-left: 15px;
		max-width: inherit;
	}
	.contact dl dt {
		margin-bottom: 2px;
		font-size: 1.4rem;
	}
	.contact .mailForm input, .contact .mailForm textarea {
		height: 52px;
		border-radius: 8px;
		padding: 6px 18px;
		font-size: 1.4rem;
	}
	.contact dl dd {
		margin-bottom: 27px;
	}
	.contact .mailForm textarea {
		height: 136px;
	}
	.contact dl {
		margin-bottom: 12px;
	}
	.contact .node {
		margin-bottom: 28px;
	}
	.contact .txt {
		margin-bottom: 45px;
		font-size: 1.4rem;
		text-align: left;
	}
	.contact .submit li {
		margin: 5px 0;
		display: block;
	}
	.contact .submit li input {
		padding: 20px 5px 19px;
		max-width: inherit;
		font-size: 1.4rem;
		font-weight: 600;
		border-radius: 36px;
		width: 100%;
	}
	.contact {
		margin-bottom: 100px;
	}
}
@media all and (max-width: 374px) {
	.contact .numUl li {
		margin: 0 33px;
	}
}
/*------------------------------------------------------------
	confirm
------------------------------------------------------------*/
.confirm {
	margin-bottom: 85px;
}
.confirm dl {
	margin-bottom: 154px;
}
.confirm .centerTxt {
	margin-bottom: 58px;
}
.confirm dl dt {
	margin-bottom: 18px;
}
.confirm dl dd {
	margin-bottom: 54px;
	padding-left: 20px;
	font-size: 1.6rem;
}
.confirm .submit li {
	margin: 0 17px;
	display: inline-block;
}
.confirm .submit li input {
	width: 100px;
}
.confirm .submit li:nth-child(2n) input {
	background-color: #777777;
}
@media all and (max-width: 896px) {
	.confirm .centerTxt {
		margin-bottom: 47px;
	}
	.confirm dl dt {
		margin-bottom: 17px;
	}
	.confirm dl dd {
		margin-bottom: 42px;
		padding-left: 18px;
		font-size: 1.4rem;
	}
	.confirm dl {
		margin-bottom: 32px;
	}
	.confirm .submit li {
		margin: 17px 0;
		display: block;
	}
	.confirm .submit li input {
		width: 100%;
	}
	.confirm {
		margin-bottom: 100px;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks {
	margin-bottom: 345px;
}
.thanks .centerTxt {
	margin-bottom: 108px;
}
.thanks .comBtn a {
	max-width: 135px;
	background-color: #FF776B;
	box-shadow: inherit;
}
@media all and (max-width: 896px) {
	.thanks .centerTxt {
		margin-bottom: 44px;
	}
	.thanks .comBtn {
		padding: 0 15px;
	}
	.thanks .comBtn a {
		max-width: inherit;
		padding: 19px 5px 20px;
		font-size: 1.4rem;
		width: 100%;
	}
	.thanks {
		margin-bottom: 100px;
	}
}
/*------------------------------------------------------------
	careers
------------------------------------------------------------*/
.careers {
	margin: 0 auto 409px;
	max-width: 980px;
}
.careers .topUl {
	margin-bottom: 218px;
}
.careers .centerTxt {
	margin-bottom: 88px;
}
.careers .listUl {
	margin: -59px 0 129px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.careers .listUl:last-child {
	margin-bottom: 0;
}
.careers .listUl > li {
	margin: 59px 40px 0 0;
	width: calc(100%/2 - 20px);
}
.careers .listUl > li:nth-child(2n) {
	margin-right: 0;
}
.careers .listUl .photoBox {
	margin-bottom: 23px;
}
.careers .listUl .photoBox img {
	border-radius: 5px;
	width: 100%;
}
.careers .listUl .txt {
	margin-bottom: 13px;
}
.careers .listUl .txt a {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	letter-spacing: 0.02em;
}
.careers .listUl .txt a:hover {
	opacity: 0.7;
}
.careers .listUl .txt img {
	width: 21px;
	margin-left: 15px;
}
.careers .listUl .txtUl {
	margin-top: -2px;
}
.careers .listUl .txtUl li {
	margin-top: 15px;
}
.careers .listUl .txtUl li a {
	display: block;
	padding: 10px 0 7px;
	color: #242E38;
	font-family: 'HiraKakuProN-W3-AlphaNum-01';
	font-size: 1.8rem;
	border-bottom: 1px solid #EAEAEA;
	position: relative;
	transition: all 0.3s;
}
.careers .listUl .txtUl li a::after {
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	position: absolute;
	transition: all 0.3s;
	background: url("img/careers/icon02.png") no-repeat right center / 20px;
}
@media all and (min-width: 897px) {
	.careers .listUl .txtUl li a:hover {
		background-color: #EAEAEA;
	}
}
@media all and (max-width: 896px) {
	.careers .topUl {
		margin-bottom: 68px;
	}
	.careers .centerTxt {
		margin-bottom: 45px;
	}
	.careers .listUl {
		margin: 0 0 106px;
		display: block;
	}
	.careers .listUl > li {
		margin: 34px 0 0;
		width: auto;
	}
	.careers .listUl .txt a {
		font-size: 1.8rem;
	}
	.careers .listUl .txtUl {
		margin-top: -6px;
	}
	.careers .listUl .txtUl li {
		margin-top: 12px;
	}
	.careers .listUl .txtUl li a {
		padding: 9px 0 8px;
		font-size: 1.6rem;
	}
	.careers .listUl .txtUl li a::after {
		background-size: 18px;
	}
	.careers {
		margin-bottom: 108px;
	}
}
@media all and (max-width: 374px) {
	.about .topUl li a {
		font-size: 1.1rem;
	}
	.about .headLine01 {
		margin-bottom: 36px;
	}
	.about .headLine01 span {
		margin-bottom: 6px;
		font-size: 3rem;
	}
	.about .headLine02 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.business .topUl {
	margin-bottom: 153px;
}
.business .headLine02 {
	margin-bottom: 72px;
	font-size: 3rem;
}
.business .imgBox {
	margin-bottom: 170px;
	display: flex;
	justify-content: space-between;
}
.business .imgBox .phoBox {
	margin: -35px 47px 0 -137px;
}
.business .imgBox .textBox {
	max-width: 458px;
}
.business .imgBox .textBox .ttl {
	margin-bottom: 19px;
	color: #AAAAAA;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.business .imgBox .textBox .img {
	max-width: 219px;
	margin-bottom: 38px;
}
.business .imgBox .textBox p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.875;
}
.business .imgBox .textBox p:last-of-type {
	margin-bottom: 0;
}
.business .centerTxt {
	margin-bottom: 179px;
	letter-spacing: -0.08em;
	line-height: 1.9;
}
.business .comBtn {
	margin-top: 42px;
	text-align: left;
}
.business .imgBoxR .phoBox {
	margin: -11px -17px 0 79px;
	order: 2;
}
.business h3 {
	margin-bottom: 37px;
	color: #096FC8;
	font-size: 2.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	text-align: center;
}
.business .photo {
	margin-bottom: 100px;
}
.business .txtUl {
	margin: -46px 0 163px;
}
.business .txtUl .ttl {
	margin-bottom: 32px;
	font-size: 2.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	line-height: 1.5;
}
.business .txtUl .ttl span {
	color: #096FC8;
}
.business .txtUl li {
	margin-top: 130px;
}
.business .txtUl p {
	font-size: 1.6rem;
	line-height: 2;
}
.business .imgUl {
	display: flex;
	justify-content: center;
	margin-bottom: 65px;
}
.business .imgUl li {
	margin: 0 27px;
	width: 100%;
	max-width: 184px;
}
.business .imgUl li:first-child {
	margin-left: 0;
}
.business .imgUl li:last-child {
	margin-right: 0;
}
.business p {
	margin-bottom: 113px;
	font-size: 1.6rem;
	line-height: 2;
}
.business .ttl02 {
	margin-bottom: 31px;
	margin-top: -26px;
	font-size: 2.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
}
.business .management h3 {
	margin-bottom: 61px;
}
.business .management p {
	margin-bottom: 33px;
}
.business .management .imgUl {
	margin: 81px auto 128px;
}
.business .management .txtUl {
	margin: 201px 0 390px;
}
.business .sales {
	margin-bottom: 676px;
}
@media all and (max-width: 896px) {
	.business .sales {
		margin-bottom: 100px;
	}
	.business .headLine02 {
		margin-bottom: 84px;
		font-size: 2rem;
	}
	.business .topUl {
		margin-bottom: 71px;
	}
	.business p {
		margin-bottom: 60px;
		font-size: 1.4rem;
		line-height: 1.85;
	}
	.business .centerTxt {
		margin-bottom: 101px;
	}
	.business .imgBox {
		margin-bottom: 113px;
		display: block;
	}
	.business .imgBox .textBox {
		max-width: inherit;
	}
	.business .imgBox .textBox .ttl {
		margin-bottom: 16px;
		letter-spacing: -0.05em;
	}
	.business .imgBox .textBox .img {
		max-width: 199px;
		margin: 0 auto 25px;
	}
	.business .imgBox .phoBox {
		margin: 0 0 51px;
		padding: 0 9px;
	}
	.business .imgBox .textBox p {
		margin-bottom: 29px;
		font-size: 1.4rem;
		text-align: left;
	}
	.business .comBtn {
		margin-top: 64px;
		text-align: center;
	}
	.business .comBtn a {
		width: 163px;
		padding: 9px 5px;
		font-size: 1.2rem;
	}
	.business .imgBoxR .phoBox {
		margin: 49px 2px 51px;
	}
	.business .sales .headLine02 {
		margin-bottom: 64px;
	}
	.business h3 {
		margin-bottom: 56px;
		font-size: 2rem;
	}
	.business .photo {
		margin-bottom: 63px;
	}
	.business .txtUl .ttl {
		margin-bottom: 37px;
		font-size: 2.4rem;
		line-height: 1.4;
		text-indent: -28px;
		padding-left: 33px;
	}
	.business .txtUl li {
		margin-top: 114px;
	}
	.business .txtUl p {
		margin-bottom: 126px;
		font-size: 1.4rem;
		line-height: 2.08;
	}
	.business .imgUl {
		margin: 0 auto 40px;
		max-width: 800px;
	}
	.business .imgUl li {
		margin: 0 4px;
		max-width: inherit;
	}
	.business .management h3 {
		margin-bottom: 56px;
	}
	.business .management .imgUl {
		margin: 81px 0 40px;
	}
	.business .management .txtUl {
		margin: 0 0 80px;
	}
	.business .management p {
		margin-bottom: 33px;
	}
}
.submit li .ajax-loader {
	display: none !important;
}
@media all and (-ms-high-contrast:none) {
	.index .company .imgBox .title::after {
		left: -9557px;
	}
	.business .imgBox .phoBox {
		max-width: 656px;
	}
	.business .imgBoxR .phoBox {
		max-width: 504px;
	}
	#gFooter .fUl li a {
		font-family: 'Noto Sans JP', sans-serif;
	}
	.member .imgBox dd {
		font-family: 'Noto Sans JP', sans-serif;
	}
	.company table th, .company table td {
		font-family: 'Noto Sans JP', sans-serif;
	}
	.contact .numUl li {
		margin: 0 48px;
	}
	.index .mainVisual p {
		font-family: 'Noto Sans JP', sans-serif;
	}
	.index .access .textBox p {
		font-family: 'Noto Sans JP', sans-serif;
	}
}






/*================================
�y20021_10_12_�C���z
=================================*/

.business .management .txtUl_management {
	margin: 0px 0 390px;
}
.business .management_txtUl li {
	margin-top: 50px;
}
.business .management .management_imgUl {
	margin: 50px auto 50px;
}
.business .management .management_ttl {
	margin-bottom: 50px;
}
.business .management .management_txtUl {
	margin: 50px 0 390px;
}
.business .management_headLine02 {
	margin-bottom: 100px;
	font-size: 3rem;
}
.business .management .management_mb_100 {
	margin-bottom: 100px;
}
.business .management p {
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 2;
}
.business .management .txtUl .ttl {
	margin-bottom: 50px;
	font-size: 2.8rem;
	font-family: 'HiraKakuProN-W6-AlphaNum-01';
	line-height: 1.5;
}

.h2_txt_strong {
	font-weight: bold !important;
	font-size: 1.8rem;
	margin: 35px 0;
}
.h3_txt_strong {
	font-weight: bold !important;
	color: #000;
	line-height: 1.5;
	font-size: 1.4rem;
	margin-top: 0;
}
#link_color_orange {
	color: #ef5c32;
}
.margin_bottom_0px .example p {
	line-height: 2.18;
	margin-bottom: 0;
}
.example .phoBox img {
	width: 100%;
	display: none;
}
.text_align_center {
	text-align: center;

	margin-bottom: 35px;
}
.margin_bottom_35px {
	margin-bottom: 35px;
}

#cfNav {
	padding-top: 150px;
}
#access {
	padding-top: 150px;
}

.policyForAnti {
	margin-bottom: 60px;
}
.policyForAnti_intro {
	margin-bottom: 30px;
}
.policyForAnti_txt h3{
	margin: 30px 0;
	font-weight: bold;
}

.security {
	margin-bottom: 60px;
}
.security_intro {
	margin-bottom: 30px;
}
.security_txt{
	margin-bottom: 30px;
}
.security_txt h3{
	margin: 30px 0;
	font-weight: bold;
}

.privacypolicy {
	margin-bottom: 60px;
}
.privacypolicy h3 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
.privacypolicy h2 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
.privacypolicy p {
	margin-bottom: 30px;
}
.privacypolicy ol {
	margin-bottom: 30px;
	margin-left: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
@media all and (max-width: 896px) {
    #map {
        position: relative;
        padding-bottom: 75%;
        height: auto !important;
    }
    #map iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.newClass_txtColorWhite {
	color: #fff;
}




/* comUl */
.comUl {
	margin: 0 auto 119px;
	max-width: 808px;
	display: flex;
	justify-content: space-between;
}
.comUl li {
	margin-right: 32px;
	width: calc(100%/4 - 19px);
}
.comUl li:nth-child(4n) {
	margin-right: 0;
}
.comUl li a {
	padding: 8px 5px 9px;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #3C3C3C;
	transition: all 0.3s;
}
.comUl li.on a {
	color: #fff;
	background-color: #3C3C3C;
}
@media all and (min-width: 897px)  {
	.comUl li a:hover {
		color: #fff;
		background-color: #3C3C3C;
	}
}
@media all and (max-width: 896px) {
	.content  {
		padding: 0 15px;
	}
	.headLine01 {
		margin-bottom: 36px;
	}
	.headLine01 span {
		margin-bottom: 6px;
		font-size: 3rem;
	}
	.headLine02 {
		font-size: 2.4rem;
	}
	.comUl {
		margin-bottom: 50px;
		padding: 13px 0 14px;
		max-width: inherit;
		justify-content: center;
		background-color: #F8F8F8;
	}
	.comUl li {
		margin: 0 7px;
		width: auto;
		position: relative;
	}
	.comUl li::after {
		position: absolute;
		width: 1px;
		top: 3px;
		right: -7px;
		bottom: 1px;
		background-color: #242E38;
		content: '';
	}
	.comUl li a {
		padding: 0 4px;
		font-size: 1.2rem;
		border: none;
		border-radius: 0;
	}
	.comUl li.on a {
		color: #096FC8;
		background-color: transparent;
	}
	.comUl li:last-child::after {
		display: none;
	}
}
@media all and (max-width: 374px) {
	.comUl li a {
		font-size: 1rem;
	}
}


/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about {
	font-family: 'Noto Sans JP', sans-serif;
}
.about .headLine01 {
	margin-bottom: 52px;
	color: #3C3C3C;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0;
}
.about .headLine01 span {
	margin-bottom: 18px;
	display: block;
	color: #3C3C3C;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.about .headLine02 {
	margin-bottom: 38px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (min-width: 897px) {
	.about .headLine01 span {
		font-size: 3.6rem;
	}
	.about .headLine02 {
		font-size: 3.2rem;
	}
}
.about .concept {
	margin-bottom: 119px;
}
.about .concept .ttl {
	margin-bottom: 76px;
	color: #3C3C3C;
	font-size: 5rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
}
.about .concept .ttl span {
	display: block;
	color: #267BCF;
}
.about .concept p {
	font-size: 1.8rem;
	line-height: 2.0;
}
.about .introduction {
	margin-bottom: 44px;
}
.about .introduction .introUl {
	display: flex;
	flex-wrap: wrap;
}
.about .introduction .introUl li {
	margin: 0 31px 73px 0;
	width: calc(100%/3 - 21px);
}
.about .introduction .introUl li:nth-child(3n) {
	margin-right: 0;
}
.about .introduction .introUl li a {
	display: block;
}
.about .introduction .introUl li .photoBox {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.about .introduction .introUl li .photoBox img {
	width: 100%;
}
.about .introduction .introUl li .textBox {
	color: #3C3C3C;
}
.about .introduction .introUl li .h3Ttl {
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
	font-size: 2.4rem;
	line-height: 1.45;
}
.about .introduction .introUl li .h3Ttl::before {
	width: 5px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	background-color: #1D65BB;
	overflow: hidden;
	content: '';
}
.about .introduction .introUl li .h3Ttl span {
	margin-bottom: 10px;
	display: block;
	color: #1D65BB;
	font-size: 1.4rem;
}
.about .introduction .introUl li p {
	margin-left: 5px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.about .environment {
	margin-bottom: 119px;
}
.about .environment .envirUl {
	margin: 0 auto 75px;
	max-width: 804px;
}
.about .environment .envirUl li {
	width: 800px;
	height: 520px;
}
.about .environment .envirUl li a {
	display: block;
}
.about .environment .envirUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .environment .slickBox {
	position: relative;
}
.about .environment .slickUl {
	margin: 0 auto;
	max-width: 804px;
	position: relative;
	z-index: 10;
}
.about .environment .slickUl .slick-list {
	margin: 0 -9px;
}
.about .environment .slickUl .slick-slide > div {
	padding:0 9px;
}
.about .environment .slickUl  li {
	margin: 0;
	float: left;
	width: 100px;
	box-sizing: border-box;
	height: 66px;
	overflow: hidden;
}
.about .environment .slickUl  li a {
	display: block;
	aspect-ratio: 200/134;
}
.about .environment .slickUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .environment .arrow li {
	position: absolute;
	top: 50%;
	left: 41px;
	transform: translateY(-62%);
	z-index: 10
}
.about .environment .arrow li:nth-child(2n) {
	right: 41px;
	left: inherit;
}
.about .environment .arrow a {
	display: block;
	width: 33px;
}
.about .companyBox {
	margin-bottom: 160px;
}
.about .companyBox .headLine02 {
	margin-bottom: 49px;
	font-weight: 500;
}
.about .companyBox table {
	margin: 0 auto 76px;
	max-width: 736px;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.about .companyBox table th, 
.about .companyBox table td {
	padding: 29px 0 30px;
	color: #3C3C3C;
	font-size: 1.4rem;
	line-height: 3.0;
	border-bottom: 1px solid #CCC;
}
.about .companyBox table th {
	width: 242px;
	vertical-align: top;
}
.about .companyBox table td span {
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.about .companyBox table td a {
	color: #3C3C3C;
}
.about .companyBox table .last {
	border: none;
}
.about .companyBox .map {
	margin-bottom: 65px;
	width: 100%;
	position: relative;
}
.about .companyBox .map::after {
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 240px;
	height: 240px;
	border-radius: 4px;
	background-color: #F5A197;
	content: '';
	z-index: -1;
}
.about .companyBox .map iframe {
	width: 100%;
	height: 768px;
}
.about .companyBox .buttonBox {
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .companyBox .buttonBox .mapBtn {
	min-width: 199px;
	padding: 14px 5px 15px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 45px;
	background-color: #3C3F42;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	transition: all 0.3s;
}
@media all and (max-width: 984px) and (min-width: 897px) {
	.about .environment .arrow li {
		left: 40px;
	}
	.about .environment .arrow li:nth-child(2n) {
		right: 40px;
	}
}
@media all and (min-width: 897px) {
	.about .topUl {
		margin: 0 auto 119px;
		max-width: 808px;
	}
	.about .topUl li {
		margin-right: 32px;
		width: calc(100%/4 - 19px);
	}
	.about .topUl li a {
		padding: 10px 5px 7px;
		font-size: 1.4rem;
		font-weight: bold;
		border-radius: 20px;
		border: 1px solid #3C3C3C;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.about .topUl li a:hover {
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	}
	.about .topUl li:nth-child(4n) {
		margin-right: 0;
	}
	.about .environment .slickUl  li:nth-child(7n) {
		margin-right: 0;
	}
	.about .companyBox .buttonBox .mapBtn:hover {
		background-color: #FF776B;
	}
	.about .environment .arrow a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.about .aboutTop {
		padding: 0;
	}
	.about .concept {
		margin-bottom: 65px;
	}
	.about .concept .ttl {
		margin-bottom: 28px;
		font-size: 2.8rem;
	}
	.about .concept p {
		font-size: 1.6rem;
		line-height: 2;
	}
	.about .introduction .introUl {
		display: block;
	}
	.about .introduction .introUl li {
		margin: 0 0 40px;
		width: auto;
	}
	
	.about .environment {
		margin-bottom: 70px;
	}
	.about .environment .envirUl {
		margin-bottom: 24px;
	}
	.about .environment .envirUl li {
		width: auto;
		height: calc(64.67vw - 30px);
		overflow: hidden;
	}
	.about .environment .slickUl .slick-list {
		margin: 0 -10px;
	}
	.about .environment .slickUl .slick-slide > div {
		margin: 0;
		padding:0 10px;
	}
	.about .environment .slickUl li {
		margin: 0;
		height: calc(20vw - 10px);
		overflow: hidden;
	}
	.about .environment .slickUl li:nth-child(3n) {
		margin-right: 0;
	}
	.about .environment .arrow li {
		left: 0;
		transform: translateY(-50%);
	}
	.about .environment .arrow li:nth-child(2n) {
		right: 0;
	}
	.about .environment .arrow a {
		width: 18px;
	}
	.about .companyBox table {
		margin-bottom: 38px;
	}
	.about .companyBox table th {
		width: 88px;
	}
	.about .companyBox table th, 
	.about .companyBox table td {
		line-height: 2;
	}
	.about .companyBox {
		margin-bottom: 80px;
	} 
	.about .companyBox .map {
		aspect-ratio: 1204/768;
	}
	.about .companyBox .map iframe {
		height: 100%;
		object-fit: cover;
	}
	.about .companyBox .map::after {
		width: 42%;
		height: 60%;
	}
	.about .topUl li a {
		padding: 0 4px;
		font-size: 1.2rem;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.topUl li::after {
		top: 3px;
	}
}
@media all and (max-width: 374px) {
	.about .topUl li a {
		font-size: 1.1rem;
	}
	.about .headLine01 {
		margin-bottom: 36px;
	}
	.about .headLine01 span {
		margin-bottom: 6px;
		font-size: 3rem;
	}
	.about .headLine02 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.businessPage {
	margin-bottom: 160px;
}
.businessPage .headLine01 {
	margin-bottom: 52px;
	color: #3C3C3C;
	text-align: center;
	font-weight: bold;
}
.businessPage .headLine01 span {
	margin-bottom: 18px;
	color: #3C3C3C;
}
.businessPage .headLine02 {
	margin-bottom: 38px;
	text-align: center;
	font-weight: bold;
}
.businessPage p {
	color: #444;
	font-size: 1.8rem;
	line-height: 2.22;
	text-align: center;
}
.businessPage .estate .headLine02 {
	margin-bottom: 78px;
}
.businessPage .estate .mar {
	margin-bottom: 73px;
}
.businessPage .estate .estateBox {
	margin: 0 auto 128px;
	max-width: 890px;
	display: flex;
	align-items: center;
}
.businessPage .estate .estateBox img {
	width: 100%;
}
.businessPage .estate .estateBox .photoLeft {
	margin-right: 100px;
	width: 294px;
}
.businessPage .estate .estateBox .photoRight {
	width: 436px;
}
.businessPage .tech {
	margin-bottom: 119px;
}
.businessPage .sale {
	margin-bottom: 119px;
}
.businessPage .tech .headLine02 {
	margin-bottom: 68px;
}
.businessPage .tech .mar {
	margin-bottom: 49px;
}
.businessPage .tech .techBox {
	margin-bottom: 40px;
	display: flex;
}
.businessPage .tech .techBox img {
	width: 100%;
}
.businessPage .tech .techBox .photoBox {
	width: 547px;
}
.businessPage .tech .techBox .textBox {
	margin: 74px 0 0 86px;
}
.businessPage .tech .techBox .textBox p {
	margin-bottom: 15px;
	color: #A0A0A0;
	font-size: 1.4rem;
	font-weight: 500;
}
.businessPage .tech .techBox .textBox .img {
	margin-bottom: 40px;
	width: 224px;
}
.businessPage .tech .link a {
	padding: 10px 5px 11px;
	width: 178px;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 21px;
	background-color: #3C3F42;
	box-sizing: border-box;
	transition: all 0.3s;
}
.businessPage .tech .techBox01 {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.businessPage .tech .techBox01 .photoBox {
	width: 535px;
}
.businessPage .tech .techBox01 .textBox {
	margin: 34px 125px 0 0;
}
.businessPage .sale .headLine02 {
	margin-bottom: 72px;
}
.businessPage .sale .mar {
	margin-bottom: 72px;
}
.businessPage .sale .h3Ttl {
	margin-bottom: 39px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
}
.businessPage .sale .listUl {
	margin: 0 auto 69px;
	max-width: 520px;
	display: flex;
	flex-wrap: wrap;
}
.businessPage .sale .listUl li {
	margin: 0 11px 10px 0;
	width: 120px;
}
.businessPage .sale .listUl01 {
	margin-bottom: 61px;
}
.businessPage .sale .h3Ttl01 {
	margin-bottom: 37px;
}
.businessPage .sale .photoBox {
	margin: 0 auto;
	max-width: 800px;
}

.about .environment .slickUl .slick-current {
	opacity: 0.7;
}
.about .environment .arrow li { 
	cursor: pointer;
}
@media all and (min-width: 897px) {
	.businessPage .sale .headLine02 {
		margin-bottom: 40px;
	}
	.businessPage .headLine01 {
		font-size: 1.4rem;
	}
	.businessPage .headLine01 span {
		font-size: 3.6rem;
	}
	.businessPage .headLine02 {
		font-size: 3.2rem;
	}
	.businessPage .topUl {
		margin-bottom: 120px;
		max-width: 602px;
	}
	.businessPage .topUl li {
		margin-right: 32px;
		width: calc((100% - 64px)/3);
	}
	.businessPage .topUl a {
		padding: 8px 5px;
		font-size: 1.4rem;
	}
	.businessTop .topUl li:last-child {
		margin-right: 0;
	}
	.businessPage .tech .link a:hover {
		background-color: #FF776B;
	}
	.businessPage .sale .listUl li:nth-child(4n) {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	.businessPage p {
		font-size: 1.4rem;
	}
	.businessPage .tech .headLine02 {
		margin-bottom: 50px;
	}
	.businessPage .sale .headLine02 {
		margin-bottom: 50px;
	}

	.businessPage {
		margin-bottom: 80px;
	}
	.businessPage .businessTop {
		padding: 0;
	}
	.businessPage .estate .headLine02 {
		margin-bottom: 46px;
	}
	.businessPage .estate .mar {
		margin-bottom: 36px;
	}
	.businessPage .estate .estateBox {
		margin-bottom: 80px;
		display: block;
	}
	.businessPage .estate .estateBox .photoLeft {
		margin: 0 28px 66px;
		width: auto;
	}
	.businessPage .estate .estateBox .photoRight {
		width: auto;
	}
	.businessPage .tech .techBox {
		display: block;
	}
	.businessPage .tech .techBox .photoBox {
		width: auto;
	}
	.businessPage .tech .techBox .textBox {
		margin: 40px 10px 0;
		text-align: center;
	}
	.businessPage .tech .techBox .textBox .img {
		margin: 0 auto 40px;
		width: 223px;
	}
	.businessPage .tech .link a {
		margin: 0 auto;
	}
	.businessPage .sale .h3Ttl {
		font-size: 2rem;
	}
	.businessPage .sale .listUl li {
		width: calc(50% - 6px);
	}
	.businessPage .sale .listUl li:nth-child(2n) {
		margin-right: 0;
	}
	.businessPage .topUl {
		padding: 13px 6px 14px 0;
	}
}
@media all and (max-width: 374px) {
	.businessPage .headLine01 {
		margin-bottom: 36px;
	}
	.businessPage .headLine01 span {
		margin-bottom: 6px;
		font-size: 3rem;
	}
	.businessPage .headLine02 {
		font-size: 2.4rem;
	}
}
