@charset "UTF-8";

/* sass */

.mainVisual {
	margin: 0 auto;
}

.txt-topLead {
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
}

.txt-topLead > .main {
	width: 16em;
}

.txt-topLead > .sub {
	margin-top: 1.5em;
	width: 24em;
}

.top-point {
	background-color: rgba(17, 17, 17, 0.6);
	position: relative;
}

.lst-topPoint {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}

.lst-topPoint > li {
	position: relative;
	text-align: center;
}

.lst-topPoint > li:after {
	content: "";
	position: absolute;
}

.lst-topPoint .num {
	font-weight: bold;
	line-height: 1;
}

.lst-topPoint .txt {
	line-height: 1.4;
}

.lst-topPoint .icn {
	margin: 0 auto;
	background: url(../images/icn_img01.png) no-repeat left top;
}

.top-important {
	background-color: #eee;
	position: relative;
}

.lst-important {
	margin: 0 auto;
}

.lst-important > .ttl {
	color: #000;
	font-weight: bold;
}

.top-aboutZen {
	background-repeat: no-repeat;
	background-size: cover;
}

.top-aboutZen .box {
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background .3s;
	transition: background .3s;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.top-aboutZen .box:hover {
	text-decoration: none;
}

.top-aboutZen .box:before {
	content: "";
	position: absolute;
	z-index: 1;
}

.top-aboutZen .box:after {
	content: "";
	position: absolute;
	background-color: #fff;
}

.top-aboutZen .ttl {
	text-align: center;
	line-height: 1.2;
}

.top-aboutZen .ttl > span {
	display: inline-block;
}

.top-figureLink img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.top-figureLink > .body {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.top-figureLink > .body:last-child {
	border-right: 1px solid #fff;
}

.top-figureLink > .body:before {
	content: "";
	position: absolute;
	z-index: 1;
}

.top-figureLink > .body:after {
	content: "";
	position: absolute;
	background-color: #fff;
}

.area-global {
	position: relative;
}

.area-global > .body {
	margin: 0 auto;
	line-height: 1.3;
	background-color: #eeeeee;
}

.area-global > .body .txt_wrap .txtMain,
.area-global > .body .txt_wrap .txtSub {
	font-weight: bold;
}

.area-global > .body .txt_wrap .txtMain {
	display: inline-block;
	position: relative;
	color: #10536f;
}

.area-global > .body .txt_wrap .txtSub {
	color: #000;
}

.area-global > .body .figure img {
	width: 100%;
	height: auto;
}

.top-businessIndexWrap {
	position: relative;
	border-top: 1px solid #eeeeee;
	background-color: #fff;
}

.top-businessIndex {
	margin: 0 auto;
}

.top-businessIndex .index_ttl {
	text-align: center;
	font-weight: bold;
}

.top-businessIndex .index_ttl .index_ttlInner {
	color: #10536f;
	position: relative;
	text-decoration: none;
}

.top-businessIndex .index_ttl .index_ttlInner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-businessIndex .index_lst {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-businessIndex .index_lst > .body > a {
	display: block;
	position: relative;
}

.top-businessIndex .index_lst > .body .figure {
	width: 100%;
	height: auto;
}

.top-businessIndex .index_lst > .body > a {
	height: 100%;
}
.top-businessIndex .index_lst > .body .figure {
	object-fit: cover;
	height: 100%;
}

.top-businessIndex .index_lst > .body .cap {
	line-height: 1.2;
	color: #fff;
	left: 0;
	text-align: center;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
	font-weight: bold;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-brandWrap {
	background-color: #eeeeee;
}

.top-brandIndex {
	margin: 0 auto;
}

.top-brandIndex .index_ttl {
	text-align: center;
	font-weight: bold;
}

.top-brandIndex .index_ttl .index_ttlInner {
	color: #10536f;
	position: relative;
	text-decoration: none;
}

.top-brandIndex .index_ttl .index_ttlInner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-news {
	margin: 0 auto;
}

.top-socialWrap {
	background-color: #fff;
	position: relative;
}

.top-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	position: relative;
}

.top-social:before {
	content: "";
	position: absolute;
	z-index: 1;
}

.top-social:after {
	background-color: #fff;
	content: "";
	position: absolute;
}

.top-social > .ttl,
.top-social > .txt {
	color: #fff;
}

.top-social > .txt {
	margin-top: 10px;
}

@media all and (min-width: 768px) {

.top-mainVisual {
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/hero_img_index.jpg);
	background-position: top;
	background-size: cover;
}

.sp-topMainVisual {
	display: none;
}

.mainVisual {
	max-width: 990px;
	padding: 0 20px;
}

.txt-topLead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 600px;
	text-shadow: 0 0px 30px rgba(0, 0, 0, 0.8);
}

.txt-topLead > .main {
	font-size: 36px;
	font-size: 3.6rem;
}

.txt-topLead > .sub {
	font-size: 16px;
	font-size: 1.6rem;
}

.lst-topPoint {
	max-width: 1140px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.lst-topPoint > li {
	width: 33.333%;
	padding: 0% 2.72% 0% 2.72%;
	padding-top: 30px;
	padding-bottom: 25px;
}

.lst-topPoint > li + li:after {
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	background: #fff;
	height: 60px;
}

.lst-topPoint .num > em {
	font-size: 71px;
	font-size: 7.1rem;
}

.lst-topPoint .num > em span {
	display: inline-block;
	margin-top: -0.2em;
	vertical-align: top;
}

.lst-topPoint .num > span {
	display: block;
	font-size: 20px;
	font-size: 2rem;
}

.lst-topPoint .txt {
	margin-top: 20px;
}

.lst-topPoint .icn {
	background-size: 120px auto;
	width: 120px;
	height: 93px;
}

.lst-important {
	padding: 30px 20px;
	max-width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lst-important > .ttl {
	width: 31.81%;
	padding: 0% 1.81% 0% 12.27%;
	font-size: 19px;
	font-size: 1.9rem;
}

.lst-important > .lstWrap {
	width: 68.18%;
}

.lst-important > .lstWrap > .lst > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lst-important > .lstWrap > .lst > li .day {
	width: 9em;
}

.lst-important > .lstWrap > .lst > li .detail {
	padding-left: 1em;
	width: calc(100% - 9em);
}

.lst-important > .lstWrap > .lst > li + li {
	margin-top: 10px;
}

.top-aboutZen {
	background-image: url(../images/bg_img01.jpg);
	background-position: left center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0% 3.12% 0% 0%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.top-aboutZen .box {
	width: 60.15%;
	padding: 0% 2.34% 0% 2.34%;
	padding-top: 30px;
	padding-bottom: 100px;
}

.top-aboutZen .box:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.top-aboutZen .box:before {
	right: 5px;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	bottom: 54px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-aboutZen .box:after {
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 45px;
}

.top-aboutZen .ttl {
	font-size: 40px;
	font-size: 4rem;
}

.top-aboutZen .ttl > span {
	padding-bottom: 10px;
	border-bottom: 3px solid #e60315;
}

.top-aboutZen .txt {
	margin-top: 25px;
	font-size: 16px;
	font-size: 1.6rem;
}

.top-figureLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-figureLink > .body {
	width: 33.333%;
	position: relative;
}

.top-figureLink > .body:before {
	right: 40px;
	width: 12px;
	height: 12px;
	bottom: 54px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-figureLink > .body:after {
	width: 30px;
	height: 30px;
	right: 29px;
	bottom: 45px;
}

.top-figureLink > .body .area {
	background-color: rgba(17, 17, 17, 0.6);
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 21vh;
	padding: 0% 4.65% 0% 4.65%;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.top-figureLink > .body .area:hover {
	opacity: .8;
}

.top-figureLink > .body .area > .ttl {
	line-height: 1.3;
	font-size: 25px;
	font-size: 2.5rem;
}

.top-figureLink > .body .area > .txt {
	margin-top: 10px;
	padding-right: 50px;
}

.area-global {
	padding: 60px 0;
}

.area-global > .body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1140px;
	border: 1px solid #c5cdd0;
}

.area-global > .body:hover {
	text-decoration: none;
}

.area-global > .body:hover .txt_wrap {
	opacity: .7;
}

.area-global > .body .txt_wrap {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	padding: 0% 0% 0% 3.63%;
	width: 41.81%;
}

.area-global > .body .txt_wrap .txtMain {
	font-size: 35px;
	font-size: 3.5rem;
	padding-right: 35px;
}

.area-global > .body .txt_wrap .txtMain:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 5%;
	width: 18px;
	height: 18px;
	border-top: 4px solid #e60012;
	border-right: 4px solid #e60012;
}

.area-global > .body .txt_wrap .txtSub {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 20px;
}

.area-global > .body .figure {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 58.18%;
}

.top-businessIndexWrap {
	padding-top: 50px;
}

.top-businessIndex {
	max-width: 1140px;
	padding-bottom: 70px;
	padding-left: 20px;
	padding-right: 20px;
}

.top-businessIndex .index_ttl .index_ttlInner {
	font-size: 34px;
	font-size: 3.4rem;
	padding-bottom: 3px;
	padding-right: 35px;
}

.top-businessIndex .index_ttl .index_ttlInner:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	width: 18px;
	height: 18px;
	border-top: 4px solid #e60012;
	border-right: 4px solid #e60012;
}

.top-businessIndex .index_ttlTxt {
	margin-top: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

.top-businessIndex .index_lst {
	margin: 0% 0% 0% -1.37%;
	margin-top: 35px;
}

.top-businessIndex .index_lst > .body {
	width: 23.31%;
	margin: 0% 0% 0% 1.31%;
	margin-top: 15px;
}

.top-businessIndex .index_lst > .body > a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.top-businessIndex .index_lst > .body > a:hover {
	opacity: .7;
}

.top-businessIndex .index_lst > .body .cap {
	font-size: 26px;
	font-size: 2.6rem;
}

.top-brandWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-brandIndex {
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
}

.top-brandIndex .index_ttl .index_ttlInner {
	font-size: 34px;
	font-size: 3.4rem;
	padding-bottom: 3px;
	padding-right: 35px;
}

.top-brandIndex .index_ttl .index_ttlInner:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	width: 18px;
	height: 18px;
	border-top: 4px solid #e60012;
	border-right: 4px solid #e60012;
}

.top-brandIndex .index_ttlTxt {
	margin-top: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

.top .card-index.circle {
	padding-bottom: 0;
}

.top .card-index.circle > .card_body {
	margin-top: 35px;
}

.top-newsWrap {
	padding-top: 35px;
}

.top-news {
	max-width: 1140px;
	padding: 0 20px;
}

.top-socialWrap {
	margin: 75px auto 100px;
	max-width: 1140px;
}

.top-social {
	background-image: url(../social_resp/images/hero_img_index.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 350px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.top-social:before {
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 12px;
	right: 42px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
}

.top-social:after {
	bottom: 0;
	top: 0;
	margin: auto;
	height: 30px;
	right: 30px;
	width: 30px;
}

.top-social .sp-figure {
	display: none;
}

.top-social:hover {
	opacity: .8;
	text-decoration: none;
}

.top-social > .ttl {
	font-size: 60px;
	font-size: 6rem;
}

.top-social > .txt {
	width: 81.81%;
	font-size: 16px;
	font-size: 1.6rem;
}

}

@media all and (min-width: 1200px) {

.top-aboutZen {
	background-image: url(../images/bg_img01.jpg);
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0% 5.07% 0% 0%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-aboutZen .box {
	width: 39.06%;
	padding: 0% 3.9% 0% 3.9%;
	padding-top: 40px;
	padding-bottom: 100px;
}

.top-aboutZen .box:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.top-aboutZen .box:before {
	right: 5px;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	bottom: 54px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-aboutZen .box:after {
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 45px;
}

.top-aboutZen .ttl {
	font-size: 40px;
	font-size: 4rem;
}

.top-aboutZen .ttl > span {
	padding-bottom: 10px;
	border-bottom: 3px solid #e60315;
}

.top-aboutZen .txt {
	margin-top: 25px;
	font-size: 16px;
	font-size: 1.6rem;
}

.top-figureLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-figureLink > .body {
	width: 33.333%;
	position: relative;
}

.top-figureLink > .body:before {
	right: 40px;
	width: 12px;
	height: 12px;
	bottom: 54px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-figureLink > .body:after {
	width: 30px;
	height: 30px;
	right: 29px;
	bottom: 45px;
}

.top-figureLink > .body .area {
	background-color: rgba(17, 17, 17, 0.6);
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23vh;
	padding: 0% 9.3% 0% 9.3%;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition: height .3s;
	transition: height .3s;
}

.top-figureLink > .body .area:hover {
	height: 26vh;
}

.top-figureLink > .body .area > .ttl {
	line-height: 1.3;
	font-size: 28px;
	font-size: 2.8rem;
}

.top-figureLink > .body .area > .txt {
	margin-top: 10px;
	padding-right: 50px;
}

}

@media all and (max-width: 767px) {

.top .header,
.top .footer {
	position: relative;
}

.top .header {
	position: relative;
	background-color: #fff;
}

.top .footer {
	z-index: 10;
}

.top .content {
	padding-bottom: 0;
}

.top .header_spWrap {
	position: relative;
	background-color: #fff;
	z-index: 10;
}

.sp-topMainVisual {
	display: block;
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/hero_img_index.jpg) no-repeat center right 55%;
	background-size: cover;
	height: 100vh;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
}

.mainVisual {
	position: relative;
	width: 90.62%;
}

.txt-topLead {
	text-shadow: 0 0px 15px rgba(0, 0, 0, 0.8);
}

.txt-topLead > .main {
	font-size: 20px;
	font-size: 2rem;
	padding-top: 40%;
}

.txt-topLead > .sub {
	font-size: 13px;
	font-size: 1.3rem;
	padding-bottom: 40%;
}

.top-point {
	margin-top: 20px;
	padding-bottom: 35px;
}

.lst-topPoint > li {
	padding: 0% 11.71% 0% 11.71%;
	padding-top: 40px;
}

.lst-topPoint > li + li:after {
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	background: #fff;
	height: 1px;
}

.lst-topPoint .num {
	font-size: 0;
}

.lst-topPoint .num > em {
	display: inline-block;
	vertical-align: middle;
	font-size: 61px;
	font-size: 6.1rem;
	padding-right: 5px;
}

.lst-topPoint .num > em span {
	display: inline-block;
	margin-top: -0.2em;
	vertical-align: top;
}

.lst-topPoint .num > span {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	margin-top: 0.5em;
}

.lst-topPoint .txt {
	margin-top: 10px;
}

.lst-topPoint .icn {
	background-size: 95px auto;
	width: 95px;
	height: 74px;
}

.lst-important {
	padding: 0% 3.12% 0% 3.12%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.lst-important > .ttl {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	padding-bottom: 20px;
}

.lst-important > .lstWrap > .lst > li .day {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

.lst-important > .lstWrap > .lst > li .detail {
	display: block;
	margin-top: 10px;
}

.lst-important > .lstWrap > .lst > li + li {
	margin-top: 12px;
}

.top-aboutZen {
	background-image: url(../images/sp_bg_img01.jpg);
	background-position: center;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.top-aboutZen .box {
	display: block;
	margin: 0 auto;
	width: 87.5%;
	padding: 0% 6.25% 0% 6.25%;
	padding-top: 25px;
	padding-bottom: 65px;
}

.top-aboutZen .box:before {
	right: 5px;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	bottom: 32px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-aboutZen .box:after {
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 23px;
}

.top-aboutZen .ttl {
	font-size: 28px;
	font-size: 2.8rem;
}

.top-aboutZen .ttl > span {
	padding-bottom: 8px;
	border-bottom: 2px solid #e60315;
}

.top-aboutZen .txt {
	margin-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

.top-figureLink {
	position: relative;
	background-color: #ffffff;
}

.top-figureLink > .body {
	margin-top: 1px solid #eeeeee;
}

.top-figureLink > .body:before {
	content: none;
}

.top-figureLink > .body:after {
	content: none;
}

.top-figureLink > .body > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.top-figureLink > .body > a .figure {
	width: 37.5%;
}

.top-figureLink > .body .area {
	width: 62.5%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;
}

.top-figureLink > .body .area:after {
	content: "";
	position: absolute;
	right: 10px;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-figureLink > .body .area > .ttl {
	font-size: 16px;
	font-size: 1.6rem;
	color: #10536f;
	line-height: 1.2;
}

.top-figureLink > .body .area > .txt {
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #333;
}

.area-global {
	background: #fff;
	padding: 30px 0;
}

.area-global > .body {
	display: block;
	width: 93.75%;
	margin: 0 auto;
	position: relative;
}

.area-global > .body .txt_wrap {
	padding: 0% 11.66% 0% 6.66%;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
}

.area-global > .body .txt_wrap:before {
	content: "";
	position: absolute;
	right: 20px;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.area-global > .body .txt_wrap .txtMain {
	font-size: 22px;
	font-size: 2.2rem;
}

.area-global > .body .txt_wrap .txtSub {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
}

.top-businessIndexWrap {
	padding-top: 30px;
}

.top-businessIndex .index_ttl {
	padding-bottom: 25px;
}

.top-businessIndex .index_ttl .index_ttlInner {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 3px;
	padding-right: 40px;
	margin-left: 40px;
}

.top-businessIndex .index_ttl .index_ttlInner:after {
	content: "";
	position: absolute;
	right: 20px;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-businessIndex .index_ttl .index_ttlTxt {
	margin-top: 5px;
	font-size: 13px;
	font-size: 1.3rem;
}

.top-businessIndex .index_lst {
	background-color: #fff;
	margin: 0% 0% 0% -0.4%;
}

.top-businessIndex .index_lst > .body {
	width: 100%;
}

.top-businessIndex .index_lst > .body:not(:last-child) {
	width: 49.68%;
	margin: 0% 0% 0% 0.31%;
	margin-top: 1px;
}

.top-businessIndex .index_lst > .body:last-child {
	margin-top: 1px;
}

.top-businessIndex .index_lst > .body .cap {
	padding: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.top-brandWrap {
	position: relative;
	padding: 0% 4.68% 0% 4.68%;
	padding-top: 35px;
	padding-bottom: 30px;
}

.top-brandIndex {
	position: relative;
}

.top-brandIndex .index_ttl {
	padding-bottom: 5px;
}

.top-brandIndex .index_ttl .index_ttlInner {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 3px;
	padding-right: 40px;
	margin-left: 40px;
}

.top-brandIndex .index_ttl .index_ttlInner:after {
	content: "";
	position: absolute;
	right: 20px;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-brandIndex .index_ttl .index_ttlTxt {
	margin-top: 5px;
	font-size: 13px;
	font-size: 1.3rem;
}

.top .card-index.circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0% -5.47% 0% 0%;
}

.top .card-index.circle > .card_body {
	width: 42.18%;
	margin: 0% 5.18% 0% 0%;
	margin-top: 15px;
}

.top .card-index.circle .card_descDesc {
	display: none;
}

.top-news {
	background: #fff;
	position: relative;
	padding-top: 1px;
}

.top-news .heading-type1 {
	width: 93.75%;
	margin: 20px auto 0;
}

.top-socialWrap {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 110px;
}

.top-social {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 90.62%;
}

.top-social:before {
	right: 5px;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	bottom: 22px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-social:after {
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 13px;
}

.top-social .sp-figure {
	display: block;
	width: 100%;
	height: auto;
}

.top-social > .ttl {
	position: absolute;
	text-align: center;
	line-height: 1.2;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	font-size: 3rem;
}

.top-social > .txt {
	display: none;
}

}