@charset "utf-8";

.breadcrumb {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}

#section01 {
	width: 100%;
	padding-top: 0;
}

.mainviewSlide {
	width: 100%;
	aspect-ratio: 169 / 75;
}
.conceptCatch {
	text-align: center;
    padding: 9rem 0 6rem;
}
.conceptCatch h3 {
	font-size:34px;
	font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
}
.conceptCatch p {
	text-align: center;
    line-height: 2;
}
.subviewSlide {
    overflow: visible;
	position: relative;
}
.subviewSlide .swiper .swiper-wrapper {
    height: 560px;
}
.subviewSlide .swiper .item {
    position: relative;
    transform-origin: center;
    max-width: 840px;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    transform: scale(.8);
    transition: transform .25s ease;
}
.subviewSlide .swiper .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}
.swiper-pagination {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 50px auto 0;
    height: 50px
}
.swiper-pagination .swiper-pagination-bullet {
    transition: background .25s ease;
    width: 10px;
    height: 10px;
	margin: 0 8px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.4);
	background: #000;
}
@media(hover: hover) {
    .swiper-pagination .swiper-pagination-bullet:hover {
        background:#000
    }
}
.subviewSlide+.post_content>h1:first-child,.subviewSlide+.post_content>h2:first-child,.subviewSlide+.post_content>h3:first-child {
    margin-top: 120px !important
}
.subviewSlide .item.swiper-slide-active {
    transform: scale(1)
}

.contact {
	font-size: 20px;
	line-height: 2.2;
	text-align: center;
}

.contact a {
	width: 300px;
	height: 70px;
	display: block;
	margin: 50px auto;
	text-align: center;
	padding: 20px;
	line-height: 30px;
	background: #000;
	color: #FFF;
}

#section02 {}

#section04 {
	padding-top: 12rem;
}

#section02 .concept,
#section04 .concept {
    margin: 0 80px;
    display: flex;
    flex-wrap: wrap;
}
.concept .txtWrap {
	width: calc(50% + 80px);
    aspect-ratio: 725 / 600;
    position: relative;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.concept.sideL .txtWrap {
    margin: 120px 0 0 -80px;
    padding: 50px 80px 80px 180px;
	order: 2;
}
.concept.sideL .photoSlide {
	order: 1;
	z-index: 3;
}
.concept.sideR .txtWrap {
    margin: 120px -80px 0 0;
    padding: 120px 160px 80px 100px;
	order: 1;
}
.concept.sideR .photoSlide {
	order: 2;
}
.photoSlide {
	width: 50%;
    overflow: visible;
	position: relative;
}
.photoSlide .swiper .swiper-wrapper {
    height: 720px;
}
.photoSlide .swiper .item {
    height: auto;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease;
}
.photoSlide .swiper .item img {
    height: auto;
	width: 100%;
}
.txtWrap h4 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 40px;
}
.txtWrap ul {
	margin-bottom: 40px;
}
.txtWrap ul li {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
}
.txtWrap p {
	font-size: 16px;
	line-height: 2.6;
	margin-bottom: 10px;
}

#section03 {
	background: #ece7e3;
	padding-top: 12rem;
}
#section03 .concept {
}
#section03 .concept .topTxt {
	text-align: center;
    padding: 3rem 0 6rem;
}
#section03 .concept .topTxt h4 {
	font-size:34px;
	font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
}
#section03 .concept .topTxt p {
	text-align: center;
    line-height: 2;
}
#section03 .photoStack ul {
	margin: 30px auto;
	display: flex;
	column-gap: 45px;
	justify-content: center;
	margin-bottom: 100px;
}
#section03 .items {
	background-image: url("../img/forbiz/section03_bg.jpg");
	background-position: center;
	background-size: cover;
	max-width: 1120px;
	height: 500px;
	position: relative;
	margin: 0 auto;
	padding: 5px;
}
#section03 .items::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,.8);
	z-index: 1;
}
#section03 .items .inner {
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 1px #FFF solid;
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 50px 0;
}
#section03 .items .inner h4 {	
	font-size:34px;
	font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
	color: #FFF;
}
#section03 .items .inner ul {
	display: flex;
	column-gap: 50px;
	row-gap: 30px;
	max-width: 770px;
	margin: 0 auto;
	flex-wrap: wrap;
}
#section03 .items .inner ul li {
	background: #FFF;
	width: calc(50% - 25px);
	color: #000;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0; 
}
#section03 .items .chkli {
	max-width: 420px;
	width: 100%;
    margin: 20px auto;
    letter-spacing: 0.1em;
}
#section03 .items .chkli p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
}
#section03 .items .chkli p i {
	margin-right: 0.5em;
}
#section03 .items p {
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
}

#section05 {
	background: #ece7e3;
}
#section05 .kanri {
	margin: 0 80px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#section05 .kanri .titleBox {
	padding-left: 50px;
	padding-top: 50px;
	width: 100%;
	max-width: 580px;
    position: sticky;
    top: 100px;
}
#section05 .kanri .titleBox h4 {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
#section05 .kanri .titleBox p {
	max-width: 415px;
	font-size: 16px;
	line-height: 2.2;
}
#section05 .kanri .itemList {
	max-width: 880px;
    flex-grow: 2;
}
#section05 .kanri .itemList .item {
	border-top: 1px solid #828282;
	display: flex;
    flex-wrap: nowrap;
	padding: 35px 0;
	column-gap: 30px;
}
#section05 .kanri .itemList .item:last-child {
	border-bottom: 1px solid #828282;
}
#section05 .kanri .itemList .item .photo {
	width: 300px;
}
#section05 .kanri .itemList .item .text h5 {
	font-size: 22px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 20px;
}
#section05 .kanri .itemList .item .text h5 .en {
	display: block;
	font-size: 12px;
	padding-left: 20px;
}
#section05 .kanri .itemList .item .text p {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	padding-left: 20px;
}
#section05 p.foottxt {
	font-size: 26px;
	padding-top: 70px;
	text-align: center;
	line-height: 1.8;
}

.contact.typef {
	padding: 7rem 0 10rem;
}

section#footPhoto {
	padding: 0 0 10rem;
}

.footSlide .swiper-slide {
	width: 25%;
}

.swiper-button-prev,
.swiper-button-next {
	top: var(--swiper-navigation-top-offset,45%) !important;
}
.subviewSlide .swiper-button-prev {
	left: 50% !important;
	right: auto;
	transform: translateX(-485px);
}
.subviewSlide .swiper-button-next {
	left: auto;
	right: 50% !important;
	transform: translateX(485px);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	color: #333;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	color: #999;
}

.sp {display: none;}
.pc {display: block;}

@media screen and (max-width: 896px) {
	.conceptCatch {
		padding: 5rem 0 6rem;
	}
	.conceptCatch h3 {
		font-size: 22px;
		margin-bottom: 4rem;
	}
	.conceptCatch p {
		text-align: center;
		line-height: 2;
	}
	.subviewSlide .swiper .swiper-wrapper {
		height: 200px;
	}
	.subviewSlide .swiper .item {
		position: relative;
		transform-origin: center;
		max-width: 300px;
		height: auto;
		aspect-ratio: 3/2;
	}
	.swiper-pagination {
		margin: 30px auto 0;
		height: 30px;
	}
	.swiper-pagination .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}
	.contact {
		font-size: 14px;
	}
	.contact a {
		margin: 30px auto;
		width: fit-content;
		height: 60px;
		text-align: center;
		padding: 15px 30px;
	}

	#section01 {
        padding-bottom: 3rem;
	}
	#section02 {
		padding-top: 0;
	}

	#section02 .concept,
	#section04 .concept {
		margin: 0 10px;
		display: block;
	}
	.concept .txtWrap {
		width: 100% !important;
		display: block !important;
		margin: 0 !important;
        padding: 4rem 1rem !important;
		order: 2;
	}
	.txtWrap h4 {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	.txtWrap ul li {    
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.txtWrap p {
		font-size: 15px;
		line-height: 2;
	}
	.photoSlide {
		width: 100%;
	}
	#section03 {
		padding-top: 4rem;
	}
	#section03 .concept .topTxt {
		text-align: left;
    padding: 1rem 2rem 2rem;
	}
	#section03 .concept .topTxt p {
		text-align: left;
	}
	#section03 .concept .topTxt h4 {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 0.1em;
        margin-bottom: 3rem;
	}
	#section03 .photoStack ul {
		column-gap: 0;
		margin-bottom: 40px;
	}
	#section03 .items {
		height: auto;
	}
	#section03 .items .inner h4 {
		font-size: 22px;
		margin-bottom: 3rem;
	}
    #section03 .items .inner ul {
		display: block;
		margin: 0 auto;
	}
    #section03 .items .inner ul li {
        width: 300px;
        margin: 0 auto 20px;
        font-size: 16px;
	    line-height: 20px;
	}
	#section04 {
		padding-top: 2rem;
	}
	#section05 {
	    padding: 20px 0;
	}
	#section03 .items .chkli {
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px;
		padding: 0 20px;
	}
	#section03 .items .chkli p {
		font-size: 14px;
	}
	#section05 .kanri {
		margin: 0;
		display: block;
	}
	#section05 .kanri .titleBox {
		padding-left: 30px;
	    padding-right: 30px;
		padding-top: 20px;
	    padding-bottom: 40px;
		width: 100%;
		max-width: 100%;
		position: static;
	}
	#section05 .kanri .titleBox h4 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#section05 .kanri .titleBox p {
		max-width: 100%;
		font-size: 14px;
		line-height: 2.2;
	    padding-right: 30px;
	}
	#section05 .kanri .itemList {
		max-width: 300px;
		margin: 0 auto;
	}
	#section05 .kanri .itemList .item {
		display: block;
        background: #EFEFEF;
        padding: 0 0 35px;
		border: 0;
	}
	#section05 .kanri .itemList .item:last-child {
		border: 0;
	}
	#section05 .kanri .itemList .item .text {
		padding: 1rem;
	}
	#section05 .kanri .itemList .item .text h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#section05 .kanri .itemList .item .text p {
		padding-left: 20px;
		padding-right: 20px;
	    font-size: 15px;
	}
	#section05 p.foottxt {
		font-size: 18px;
		padding-top: 50px;
	}
	.contact.typef {
		padding: 3rem 0 2rem;
	}
	.contact.typef p {
		font-size: 16px;
	}
	.footSlide .swiper-slide {
		width: 50%;
	}
	
    .sp {display: block;}
    .pc {display: none;}
}



