@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
/* [02.PAGE-COMPANY]
/* [03.SINGLE-COMPANY]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* [OPENING]
--------------------------------------------------------------------------*/
.loading {
	overflow: hidden;
}
.opening {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	transition: transform .5s ease;
	transition-delay: 1.6s;
}
.opening.close {
	transform: translateX(-100%);
}
.opening .logo {
	width: 418px;
	opacity: 0;
	animation: logoFadeIn .4s ease both;
}
@media (max-width: 430px) {
	.opening .logo  {
		width: 280px;
	}
}
.opening.close .logo {
	animation: logoFadeOut .4s ease both;
	animation-delay: 1s;
}
@keyframes logoFadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
@keyframes logoFadeOut {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-50%);
	}
}
/* [OPENING-END]
--------------------------------------------------------------------------*/
#main-index {
	display: block;
	background: linear-gradient(0deg, #fff 0%, #fff 40%, #F3F3F0 40%, #F3F3F0 100%);
}
#main-index .wrap {
	padding: 100px 30px 40px; 
	width: 100%;
	max-width: 1728px;
	margin: 0 auto;
	position: relative;
}
.main-slide-wrap {
	width: 100%;
	margin: 0 auto;
}
.main-slide-wrap .main-img-slide-li li {
	width: 100%;
	height: auto;
	position: relative;
}
.main-slide-wrap .main-img-slide-li li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: rgb(000, 000, 000, 0.2);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.main-slide-wrap .main-img-slide-li li img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main-slide-wrap .main-img-slide-li li .catch {
	position: absolute;
	top: 35%;
	text-align: center;
	font-size: 36px;
	width: 85%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	line-height: 140%;
	z-index: 10;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.main-slide-wrap .swiper {
	padding-bottom: 54px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #B6002F;
	margin: 0 5px !important;
}
.main-slide-wrap .swiper-pagination {
	left: 25px;
	bottom: 22px;
	width: auto;
}
@media (min-width:1020px) {
	#main-index .wrap {
		padding: 120px 40px 60px;
	}
	#main-index .wrap .main-slide-wrap {
		width: 100%;
		margin: 0;
		position: relative;
	}
	.main-slide-wrap .main-img-slide-li li .catch {
		font-size: 56px;
		top: 43%;
	}
}
.aboutus-info {
	margin-bottom: 80px;
}
.bd-ttl {
	position: relative;
	font-size: 36px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 60px;
	text-align: center;
	padding-top: 120px;
}
.bd-ttl:before {
	content: " ";
	display: block;
	width: 1px;
	height: 90px;
	background-color: #1A1A1A;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.aboutus-info .conts-logo {
	width: 240px;
	margin: 0 auto 80px;
}
.aboutus-info .conts-logo img {
	width: 100%;
	height: auto;
}
.aboutus-info .dsp {
	font-size: 18px;
	line-height: 160%;
	margin: 0 auto 40px;
}
.aboutus-info .dsp p {
	margin-bottom: 30px;
}
.aboutus-info .dsp p:last-child {
	margin-bottom: 0;
}
.aboutus-info .dsp .disc-li {
	margin-bottom: 30px;
}
.aboutus-info .btn {
	margin: 0 auto;
}
@media (min-width:1020px) {
	.aboutus-info .dsp {
		max-width: 740px; 
	}
}
.side-ttl-wrap {
	position: relative;
	text-align: center;
	margin: 0 auto 40px;
}
.side-ttl-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #1A1A1A;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.side-ttl-wrap .ttl {
	font-size: 22px;
	font-weight: 400;
	line-height: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	background: #fff;
	text-align: center;
}
.group-intro {
	margin-bottom: 80px;
}
.group-li {
	width: 100%;
}
.group-li li {
	padding: 30px;
	background: #fff;
	border: 1px solid #E3E3E3;
	margin-bottom: 20px;
}
.group-li li img {
	width: 100%;
	height: auto;
}
.group-li li .img-box {
	margin-bottom: 20px;
}
.group-li li .ttl {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.group-li li .dsp {
	line-height: 140%;
	margin-bottom: 20px;
}
.view-link {
	position: relative;
	padding-left: 25px;
}
.view-link:before {
	content: " ";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #1A1A1A;
	position: absolute;
	top: 50%;
	left: 0;
}
@media (min-width:768px) {
	.group-intro {
		max-width: 800px;
		margin: 0 auto 100px;
	}
	.side-ttl-wrap {
		max-width: 400px;
	}
	.group-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.group-li li {
		width: 48%;
		position: relative;
		padding: 30px 30px 50px;
	}
	.group-li li .view-link {
		position: absolute;
		bottom: 30px;
	}
}
@media (min-width:1020px) {
	.group-li li {
		padding: 40px 40px 60px;
		margin-bottom: 4%;
	}
}
.policy-link .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 30px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.policy-link .wrap .img-box {
	order: 1;
	margin-bottom: 30px;
}
.policy-link .wrap img {
	width: 100%;
	height: auto;
}
.policy-link .wrap .txt-box {
	order: 2;
}
.policy-link .wrap .ttl {
	font-size: 26px;
	line-height: 140%;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 400;
}
.policy-link .wrap .ttl:before {
	content: " ";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #1A1A1A;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.policy-link .wrap .dsp {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 140%;
}
.policy-link .wrap .btn {
	width: 100%;
}
@media (min-width:768px) {
	.policy-link .wrap {
		align-items: center;
		padding: 40px;
	}
	.policy-link .wrap .img-box {
		order: 2;
		width: 43%;
		margin-bottom: 0;
	}
	.policy-link .wrap .txt-box {
		order: 1;
		width: 50%;
	}
	.policy-link .wrap .ttl {
		text-align: left;
	}
	.policy-link .wrap .ttl:before {
		left: 0;
		margin: 0;
	}
	.policy-link .wrap .btn {
		width: 280px;
	}
}
@media (min-width:1020px) {
	.policy-link .wrap {
		padding: 80px;	
	}
	.policy-link .wrap .ttl {
		font-size: 36px;
	}
}
/* [下層共通]
--------------------------------------------------------------------------*/
#manivisual-under {
	background: linear-gradient(0deg, #fff 0%, #fff 40%, #F3F3F0 40%, #F3F3F0 100%);
}
.under-main-wrap {
	width: 100%;
	padding: 100px 30px 0;
	margin: 0 auto;
	overflow: hidden;
}
.under-main-conts {
	padding: 80px 30px;
	position: relative;
	margin: 0 auto 15px;
}
.under-main-conts:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: rgb(28, 24, 16, 0.15);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.under-main-conts.bg-company {
	background: url(../images/layouts/company-bg-sp.webp);
	background-size: cover;
}
.under-main-conts.bg-policy {
	background: url(../images/layouts/policy-bg-sp.webp);
	background-size: cover;
}
.under-main-conts.bg-investment-policy {
	background: url(../images/layouts/investment-policy-bg-sp.webp);
	background-size: cover;
}
.under-main-conts.bg-contact {
	background: url(../images/layouts/contact-bg-sp.webp);
	background-size: cover;
}
.under-main-conts .under-ttl-wrap {
	position: relative;
	z-index: 10;
}
.under-main-conts .under-ttl-wrap .ttl {
	font-size: 36px;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width:768px) {
	.under-main-conts {
		padding: 100px 40px;
	}
	.under-main-conts.bg-company {
		background: url(../images/layouts/company-bg.webp);
		background-size: cover;
	}
	.under-main-conts.bg-policy {
		background: url(../images/layouts/policy-bg.webp);
		background-size: cover;
	}
	.under-main-conts.bg-investment-policy {
		background: url(../images/layouts/investment-policy-bg.webp);
		background-size: cover;
	}
	.under-main-conts.bg-contact {
		background: url(../images/layouts/contact-bg.webp);
		background-size: cover;
	}
}
@media (min-width:1020px) {
	.under-main-wrap {
		padding: 120px 40px 0;
	}
	.under-main-conts {
		width: 100%;
		max-width: 1728px;
		padding: 140px 40px;
	}
	.under-main-conts.bg-company {
		background: url(../images/layouts/company-bg.webp);
		background-size: cover;
	}
	.under-main-wrap #breadcrumbs {
		max-width: 1200px;
		margin: 0 auto;
	}
	.under-main-conts .under-ttl-wrap .ttl {
		font-size: 56px;
	}
}
/* [PAGE-COMPANY]
--------------------------------------------------------------------------*/
.inner-link {
	margin-bottom: 100px;
}
.inner-link ul li {
	margin-bottom: 10px;
}
.inner-link ul li a {
	margin: 0 auto;
}
@media (min-width:768px) {
	.inner-link ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: auto;
	}
	.inner-link ul li {
		margin: 0 10px 0 10px;
	}
}
@media (min-width:1020px) {
	.inner-link {
		margin-bottom: 120px;
	}
}
#history {
	margin-bottom: 100px;
}
.history-main-info {
	margin: 0 auto 80px;
}
.history-li {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
}
.history-li li {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
}
.history-li div {
	width: 100%;
}
.history-li li .txt-box {
	padding-left: 40px;
	margin-bottom: 20px;
}
.history-li li .img-box {
	padding-left: 40px;
}
.history-li .img-box img {
	width: 100%;
	height: auto;
}
.history-li li .txt-box .dsp {
	margin-bottom: 40px;
}
.history-li li .txt-box .dsp:last-child {
	margin-bottom: 0;
}
.history-li .date {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 100%;
	color: #A72134;
}
.history-li .ttl {
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 20px;
}
.history-li li:before {
	content: "●";
	font-size: 18px;
	color: #A72134;
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: -2px;
	left: 0;
	vertical-align: middle;
	z-index: 1;
}
.history-li li:after {
	content: " ";
	display: block;
	width: 2px;
	height: calc( 100% + 60px);
	background-color: #A72134;
	position: absolute;
	top: 20px;
	left: 8px;
	z-index: 0;
}
.history-li li .point {
	width: 100%;
	position: relative;
}
.history-li li .point .date {
	font-size: 18px;
}
.history-li li .point .ttl {
	font-size: 20px;
	line-height: 140%;
}
.history-li li:last-child:after {
	content: none;
}
@media (min-width:768px) {
	#history {
		margin-bottom: 60px;
	}
	.history-li {
		width: 100%;
		max-width: 1200px;
		height: auto;
		margin: 0 auto;
	}
	.history-li li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.history-li div {
		width: 50%;
	}
	.history-li li .txt-box {
		margin-bottom: 0;
		padding-left: 0;
	}
	.history-li li .img-box {
		padding-left: 0;
	}
	.history-li li:nth-child(odd) .txt-box {
		text-align: right;
		padding-right: 40px;
		order: 1;
	}
	.history-li li:nth-child(odd) .img-box {
		padding-left: 40px;
		order: 2;
	}
	.history-li li:nth-child(even) .txt-box {
		padding-left: 40px;
		order: 2;
	}
	.history-li li:nth-child(even) .img-box {
		text-align: right;
		padding-right: 40px;
		order: 1;
	}
	.history-li li .img-box img {
		max-width: 380px;
	}
	.history-li li:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.history-li li:after {
		height: calc(100% + 80px);
		right: 0;
		left: 2px;
		margin: 0 auto;
	}
	.history-li li:last-child:after {
		content: none;
	}
	.history-li .date {
		font-size: 38px;
	}
	.history-li .ttl {
		font-size: 24px;
	}
}
@media (min-width:1020px) {
	#history {
		margin-bottom: 120px;
	}
	.history-li li .txt-box .dsp {
		margin-bottom: 60px;
	}
	.history-li li .txt-box .dsp:last-child {
		margin-bottom: 0;
	}
	.history-main-info {
		max-width: 900px;
	}
}
.company-information {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 60px;
}
.company-information dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #1A1A1A;
}
.company-information dl dt {
	font-size: 18px;
	line-height: 140%;
	width: 100%;
	margin-bottom: 10px;
	color: #1A1A1A;
}
.company-information dl dd {
	font-size: 18px;
	width: 100%;
	line-height: 140%;
}
.company-information dl:last-child,
.company-information dl dd ul li:last-child {
	margin-bottom: 0;
}
.company-information dl dd a {
	text-decoration: underline;
}
.company-information dl dd ul li {
	margin-bottom: 6px;
}
.company-information dl dd .map-link {
	display: block;
	text-align: left;
	margin-top: 20px;
}
#company-overview .group-intro {
	margin: 0 auto;
}
@media (min-width:768px) {
	.company-information {
		margin: 0 auto 80px;
	}
	.company-information dl {
		padding-bottom: 0;
		border-bottom: none;
	}
	.company-information dl dt {
		width: 25%;
		padding-bottom: 30px;
		margin-bottom: 0;
		border-bottom: 1px solid #1A1A1A;
	}
	.company-information dl dd {
		width: 73%;
		padding-bottom: 30px;
		border-bottom: 1px solid #E3E3E3;
	}
}
/* [SINGLE-COMPANY]
--------------------------------------------------------------------------*/
#manivisual-single .under-main-wrap {
	padding: 80px 30px 0;
}
.company-single-main {
	margin-bottom: 80px;
}
.company-info-main {
	width: 100%:
}
.company-info-main .txt-box {
	width: 100%;
	margin-bottom: 40px;
}
.company-info-main .txt-box .ttl {
	font-size: 36px;
	line-height: 140%;
	margin-bottom: 10px;
	font-weight: 400;
}
.company-info-main .txt-box .address {
	line-height: 140%;
	margin-bottom: 25px;
}
.company-info-main img {
	width: 100%;
	height: auto;
	border: 1px solid #E3E3E3;
}
.com-intro-wrap .sub-ttl,
.com-ovev-wrap .sub-ttl {
	font-size: 36px;
	line-height: 140%;
	margin-bottom: 60px;
	text-align: center;
	font-weight: 400;
}
.com-intro-wrap {
	margin-bottom: 60px;
}
.com-ovev-wrap .company-information {
	margin-bottom: 0;
}
@media (min-width:768px) {
	.company-info-main {
		width: 80%;
		margin: 0 auto;
	}
}
@media (min-width:1020px) {
	#manivisual-single .under-main-wrap {
		padding: 90px 40px 0;
	}
	.company-single-main {
		margin-bottom: 120px;
	}
	.company-info-main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.company-info-main .txt-box {
		width: 50%;
		margin-bottom: 0;
	}
	.company-info-main .img-box {
		width: 45%;
	}
	.company-info-main .txt-box .ttl {
		font-size: 56px;
	}
	.com-intro-wrap {
		max-width: 740px;
		margin: 0 auto 120px;
	}
}
/* [PAGE-POLICY]
--------------------------------------------------------------------------*/
.policy-box {
	margin-bottom: 100px;
}
.page-policy .policy-box:last-child {
	margin-bottom: 0;
}
.policy-wrap {
	margin-bottom: 60px;
}
.policy-box .policy-wrap:last-child {
	margin-bottom: 0;
}
.policy-wrap .ttl {
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 40px;
	font-weight: 400;
}
.policy-wrap .sub-ttl {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 400;
}
.policy-wrap .sm-ttl {
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	margin-bottom: 20px;
}
.policy-wrap .disc-ttl {
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	padding-left: 15px;
}
.policy-wrap .disc-ttl:before {
	content: " ";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #A72134;
	position: absolute;
	border-radius: 3px;
	left: 0;
	top: 11px;
}
.ol-policy {
	padding-left: 25px;
}
.ol-policy li {
	list-style: decimal;
	line-height: 140%;
	margin-bottom: 20px;
}
.ol-policy li span.bld {
	display: block;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
}
.ol-policy li::marker {
	margin-right: 5px;
}
.disc-li {
	width: 100%;
	height: auto;
	padding-left: 20px;
}
.disc-li li {
	list-style: disc;
	margin-bottom: 8px;
	line-height: 140%;
}
.disc-li li::marker {
	color: #A72134;
}
.disc-li li:last-child {
	margin-bottom: 0;
}
.tbl-slide-wrap {
	width: 100%;
	white-space: normal;
	overflow-x: scroll;
}
.policy-table {
	width: 100%;
	table-layout:fixed;
	margin-bottom: 15px;
}
.policy-table {
	width: 900px;
	border-top: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
	line-height: 140%;
}
.policy-table td,
.policy-table th {
	width: 25%;
	border-bottom: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	padding: 20px;
	height: auto;
}
.policy-table th {
	font-weight: normal;
	text-align: left;
}
.tbl-slide-wrap::-webkit-scrollbar {
	height: 14px;
}
.tbl-slide-wrap::-webkit-scrollbar-thumb {
	background: #E0E0E0;
	border-radius: 7px;
}
.tbl-slide-wrap::-webkit-scrollbar-track {
	background: #f8f8f8;
	border-radius: 7px;
}
.normal-table {
	width: 100%;
	border-top: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
	line-height: 140%;
	table-layout:fixed;
	margin-bottom: 15px;
}
.normal-table td,
.normal-table th {
	border-bottom: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	padding: 20px;
	height: auto;
}
.normal-table th {
	font-weight: normal;
	text-align: left;
}
.policy-wrap a {
	text-decoration: underline;
}
@media (min-width:1020px) {
	.policy-box {
		max-width: 900px;
		margin: 0 auto 100px;
	}
	.policy-wrap .ttl {
		text-align: center;
	}
	.tbl-slide-wrap {
		max-width: 900px;
		white-space: inherit;
		overflow-x: inherit;
	}
	.policy-table td,
	.policy-table th {
		width: 25%;
	}
}
/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
