@charset "utf-8";
/* CSS Document */
.fv{
	position: relative;
	padding: 10px;
	width: 100%;
	height: 100vh;
	max-height: 790px;
}
.fv .contents{
	position: relative;
	width: 100%;
	height: 100%;
	align-content: flex-end;
	padding: 30px;
}
body.gjs-dashed .fv .contents{
	background-color: #000;
}
body.gjs-dashed .fv .contents > img{
	display: block;
	width: 100%;
}
body:not(.gjs-dashed) .fv .contents::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #AC570F;
	background: linear-gradient(180deg, rgba(172, 87, 15, 0.4) 0%, rgba(119, 60, 10, 0.5) 35%, rgba(20, 18, 16, 0.7) 65%, rgba(20, 18, 16, 1) 100%);
	mix-blend-mode: multiply;
	z-index: 1;
}
body:not(.gjs-dashed) .fv .contents::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #CEB072;
	z-index: 2;
}
.fv .contents .txtbox{
	position: relative;
	z-index: 3;
	gap: 40px;
}
.fv .contents .txtbox .logo{
	width: 60%;
	max-width: 230px;
}
.fv .contents .txtbox .en_txt1{
	color: #CEB072;
}

.top_title1{
	background-image: url("https://nijumaru-yoyaku.com/system_panel/uploads/images/top_title2.png"), url("https://nijumaru-yoyaku.com/system_panel/uploads/images/top_title3.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 30% auto, 30% auto;
}
.top_title1 .title2 .flex{
	gap: 3px;
}
.top_title1 .title2 .flex .default_txt2{line-height: 1;}
.top_slide.swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.top_slide.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
	aspect-ratio: 1 / 1;
}

.section02 .contents{
	position: relative;
	padding: 50px 30px;
	background-color: #F5F3F0;
	border-top: 1px solid #9A641C;
	border-bottom: 1px solid #9A641C;
}
.section02 .contents .title{
	padding: 5px 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}



/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.section02 .contents{
		padding: 40px 20px;
	}
	.section02 .contents .title{
		padding: 5px 10px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

