@charset "utf-8";

/*** other ***/

/*** /other ***/

/*** .page-top-menu-container ***/

.page-top-menu-container {
	height:100vh;
	width:100%;
	position:relative;
	
	.ab-title-box {
		position:absolute;
		bottom:0;
		left:2rem;
		
		h3 {
			font-size:5rem;
			/*align-items:center;*/
			
			span {
				font-size:1.5rem;
				vertical-align:middle;
				padding-left:1rem;
			}
		}
	}
	
	.divide-menu-container {
		padding:1rem 0;
		border-bottom:1px solid #CCCCCC;
		box-shadow:0 5px 10px rgba(0,0,0,0.2);
		
		.inner-box {
			display:flex;
			align-items:center;
			width:90%;
			margin:auto;
			max-width:1500px;
			
			.left-box {
				width:40%;
				
				.inner {
					width:100%;
					
					a {
						img {
							width:8rem;
						}
					}
				}
			}
			
			.right-box {
				width:60%;
				display:flex;
				justify-content:flex-end;
				align-items:center;
				
				ul {
					display:flex;
					justify-content:flex-end;
					align-items:center;
					gap:1.5rem;
					list-style:none;
					margin:0;
					padding:0;
					
					li {
						a {
							text-decoration:none;
							color:#333333;
							font-size:0.9rem;
							padding-bottom:5px;
							position:relative;
						}
						
						a::before {
							background:#666666;
							content:'';
							width:100%;
							height:1px;
							position:absolute;
							left:0;
							bottom:0;
							transform-origin:center top;
							transform:scale(0, 1);
							transition:transform .3s;
						}
						
						a:hover::before {
							transform-origin:center top;
							transform:scale(1, 1);
						}
					}
				}
			}
		}
	}
	
	.img-container {
		width:100%;
		height:60vh;
		position:relative;
		overflow:hidden;
		margin-bottom:5rem;
		
		img {
			width:100%;
			height:100%;
			object-fit:cover;
			object-position:center;
			display:block;
		}
		
		.ab-title {
			position:absolute;
			top:50%;
			left:50%;
			transform:translate(-50%, -50%);
			z-index:100;
			width:max-content;
			
			h2 {
				color:#FFFFFF;
				font-size:3rem;
				text-shadow:0px 0px 5px rgba(0, 0, 0, 1);
			}
		}
	}
	
	> .eng-title {
		font-size:3rem;
		text-align:center;
		letter-spacing:0.1em;
		margin-bottom:3rem;
	}
	
	.top-main-box {
		width:40%;
		margin:0 2rem 0 auto;
		position:relative;
		
		.content-box {
			padding-top:1rem;
			
			p {
				font-weight:bold;
				font-size:1rem;
				line-height:1.5;
				letter-spacing:0.2rem;
			}
			
			.second {
				text-align:right;
			}
		}
	}
}

.page-img-top-container {
	.img-container {		
		img {
			object-position:center 15%;
		}
	}
}

.page-img-bottom-container {
	.img-container {		
		img {
			object-position:center 55%;
		}
	}
}

.page-img-bottom-second-container {
	.img-container {		
		img {
			object-position:center 60%;
		}
	}
}

.page-top-noheight {
	height:auto;
}

.max-container {
	width:100%;
	height:100%;
	position:relative;
}

.max-container .ab-scroll-box {
	position:absolute;
	top:2rem;
	left:4rem;
}

.max-container .ab-scroll-box .scroll {
	position:relative;
	writing-mode:vertical-rl;
	cursor:pointer;
	padding-left:3px;
}

.max-container .ab-scroll-box .scroll::before {
	animation:scroll 2s infinite;
	background-color:#000000;
	bottom:-115px;
	content:"";
	height:100px;
	margin:auto;
	position:absolute;
	left:-10px;
	right:-10px;
	width:1px;
	z-index:2;
}

.max-container .ab-scroll-box .scroll::after {
	background-color:#CCCCCC;
	bottom:-115px;
	content:"";
	height:100px;
	margin:auto;
	position:absolute;
	left:-10px;
	right:-10px;
	width:1px;
}

@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

/*** /.page-top-menu-container ***/

/*** .no-index-box ***/

.no-index-box {
	margin:5rem auto 10rem;
	
	.no-index-title {
		text-align:center;
		font-size:2rem;
		font-weight:bold;
	}
	
	.no-index-p {
		font-size:1.3rem;
		text-align:center;
		margin-bottom:3rem;
	}
}

/*** /.no-index-box ***/

/*** .page-container ***/

.page-container {
	.about-first-content {
		.divide-box {
			display:flex;
			align-items:center;
			width:90%;
			margin:3rem auto;
			
			.left-box {
				width:40%;
			}
			
			.right-box {
				width:60%;
				padding-left:3rem;
				
				p {
					font-size:1.3rem;
					line-height:2.5;
					width:max-content;
					margin:auto;
				}
				
				.first-p {
					margin-bottom:1rem;
				}
				
				ul {
					list-style:none;
					padding:0 0 0 2rem;
					margin:0;
					
					li {
						display:flex;
						align-items:center;
						gap:1rem;
						margin-bottom:0.2rem;
					}
					
					li::before {
						content:"";
						display:inline-block;
						width:5rem;
						height:1px;
						background-color:#999999;
					}
				}
			}
		}
	}
	
	.about-fourth-content {
		width:80%;
		margin:8rem auto 5rem;
		max-width:1400px;
		
		h3 {
			font-size:1.5rem;
			font-weight:bold;
			margin-bottom:1rem !important;
		}
		
		.flex-box {
			display:flex;
			gap:2rem;
			padding:2rem;
			border-top:1px solid #999999;
			border-bottom:1px solid #999999;
		}

		.flex-inner-box {
			flex:1;
			background:rgba(255,255,255,0.6);
			backdrop-filter:blur(10px);
			-webkit-backdrop-filter:blur(10px);
			border-radius:10px;
			padding:1.5rem;
			text-align:center;
			transition:all 0.4s ease;
			border:1px solid rgba(150,150,150,0.4);
			box-shadow:0 5px 10px rgba(0,0,0,0.1);
			
			.inner-title {
				font-size:1.1rem;
				margin-bottom:0.5rem;
				letter-spacing:0.1em;
				color:#111111;
			}
			
			.img-box {
				overflow:hidden;
				border-radius:8px;
				margin-bottom:1rem;
			}

			.img-box img {
				width:100%;
				height:auto;
				display:block;
				transition:transform 0.5s ease;
			}
			
			.inner-p {
				font-size:0.9rem;
				color:#333333;
				line-height:1.3;
				text-align:left;
			}
		}

		.flex-inner-box:hover {
			transform: translateY(-5px);
			box-shadow: 0 10px 10px rgba(0,0,0,0.2);
			
			img {
				transform: scale(1.02);
			}
		}
		
		.btn-box {
			margin-top:2rem;
		}
		
		.btn-box-margin {
			margin-bottom:10rem;
		}
	}
}

.page-container {
	.about-second-content {
		.divide-box {
			display:flex;
			align-items:center;
			width:90%;
			margin:3rem auto;
			
			.left-box {
				width:50%;
				padding-right:3rem;
				
				p {
					font-size:1.3rem;
					line-height:2.5;
					width:max-content;
					margin:auto;
				}
				
				.margin-p {
					margin-bottom:1rem;
				}
				
				.btn-box {
					margin-top:3rem;
				}
			}
			
			.right-box {
				width:50%;
				position:relative;
				
				> img {
					width:100%;
					display:block;
					margin-left:auto;
				}
				
				.ab-img-box {
					position:absolute;
					bottom:0;
					left:0;
					
					img {
						width:60%;
						display:block;
					}
				}
			}
		}
	}
}

.page-container {
	.about-third-content {
		width:100%;
		margin-top:10rem;
		
		.inner-box {
			width:100%;
			height:100%;
			position:relative;
			
			.bg-img-box {
				width:100%;
				height:100%;
				
				img {
					width:100%;
					height:100%;
				}
			}
			
			.ab-text-box {
				position:absolute;
				top:50%;
				transform:translateY(-50%);
				left:0;
				width:100%;
				
				.first-box {
					padding-left:5rem;
					width:max-content;
					/*margin:0 0 0 auto;*/
					/*margin-bottom:10rem;*/
				}
				
				.second-box {
					padding-left:5rem;
				}
				
				p {
					color:#FFFFFF;
					text-shadow:0 0 6px #000000;
					line-height:2;
					font-size:1.3rem;
					line-height:2.5;
				}
			}
		}
	}
}

.page-container,
.single-page-view-container {	
	.contact-container {
		width:40%;
		margin:5rem auto;
		background:#FFFFFF;
		box-shadow:0 10px 20px rgba(0,0,0,0.2);
		border-radius:5px;
		padding:3rem 5rem;
		
		.title {
			text-align:center;
			font-size:1.6rem;
			line-height:1;
		}
		
		.sub {
			text-align:center;
			font-size:0.9rem;
			color:#9DDA9B;
			line-height:1;
			margin-top:0.2rem;
		}
		
		.img-box {
			margin:1.5rem auto;
			
			img {
				border-radius:5px;
			}
		}
		
		.btn-box {
			margin-top:3rem;
		}
	}
}

.width-max {
	width:100% !important;
}

/*** /.page-container ***/

/*** .service-first-container ***/

.service-first-container {
	display:flex;
	position:relative;
	margin-bottom:5rem;
}

.service-first-container:last-child {
	margin-bottom:0;
}

.service-left {
	width:50%;
	padding:0 3rem 3rem;
	position:relative;
}

.service-left .title {
	font-size:1.4rem;
	font-weight:bold;
	/*color:#4DC14E;*/
	color:#000000;
	margin-bottom:0;
	padding:3rem 0 1.5rem;
	opacity:1;
	transform:translateY(0);
	transition:opacity .4s ease, transform .4s ease;
}

.service-left .title.fixed{
	position:fixed;
	top:0;
	left:3rem;
	width:calc(50% - 6rem);
	background:#fff;
	z-index:10;
	border-bottom:2px solid #4DC14E;
}

.service-left .title.fade {
	opacity:0;
	transform:translateY(-20px);
}

.service-left .title.stop {
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
}

.service-left .title.fixed + .content {
	margin-top:7rem;
}

.service-left .content {
	font-size:1rem;
	color:#333333;
	padding-left:1rem;
}

.service-left .content {
	p {
		line-height:1.8;
		margin-bottom:2rem;
		letter-spacing:0.1em;
	}
	
	.margin-change {
		margin-bottom:1rem;
	}
	
	.bg-box {
		background:#EFEFEF;
		border-radius:5px;
		padding:2rem;
		margin-bottom:2rem;
		
		p:last-child {
			margin-bottom:0;
		}
		
		.point {
			font-weight:bold;
		}
		
		.section-title {
			font-weight:bold;
			border-bottom:1px solid #999;
			width:max-content;
			padding:0 0.5rem;
			margin-bottom:1rem;
		}
		
		.list_check {
			padding:0 1rem;
		}
		
		.list_check > li {
			position:relative;
			padding:0px 0px 0px 2em;
			margin:0px;
			font-size:1rem;
		}
		
		.list_check > li::before,
		.list_check > li::after {
			position:absolute;
			top:60%;
			height:1.1em;
			content:"";
		}
		
		.list_check > li::before {
			left:0px;
			transform:translateY(-50%);
			width:1.1em;
			border:1px solid #333333;
			border-radius:50%;
			background:#FFFFFF;
		}
		
		.list_check > li::after {
			left:0.5em;
			transform:translateY(-75%) rotate(45deg);
			width:0.5em;
			border-bottom:2px solid #333333;
			border-right:2px solid #333333;
		}

		.list_check > li + li {
			margin:0.5rem 0 0;
		}
	}
	
	.border-box li,
	.list-normal li {
		line-height:2;
	}
	
	.border-box {
		border:1px solid #CCCCCC;
		border-radius:5px;
	}
	
	.list-normal {
		margin:1rem auto;
	}
	
	.list-dots li::before {
		content:"・";
		padding-right:0.2rem;
	}
}

.service-left .deco {
	color:#4DC14E;
}

/* 右 */
.service-right{
  width:50%;
  height:100vh;
  display:flex;
  flex-direction:column;
  padding:5rem;
}

.service-right.fixed{
  position:fixed;
  top:0;
  right:0;
  height:100vh;
}

.service-right.stop{
  position:absolute;
  bottom:0;
  right:0;
  height:100vh;
}

/* slider */
.slider{
  position:relative;
  flex:1;
}

.slide{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  transition:opacity 1s ease;
}

.slide.active{
  opacity:1;
}

.slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.slider-nav{
  height:10px;
  display:flex;
  width:10rem;
  margin:1rem auto 0;
}

.slider-nav span{
  flex:1;
  height:10px;
  background:#ddd;
  cursor:pointer;
}

.slider-nav span.active{
  background:#000;
}

/*** /.service-first-container ***/

/*** .works-container ***/

.works-container {
	.content-box {
		.title-box {
			height:100vh;
			position:relative;
			width:100%;
			
			.ab-title-box {
				position:absolute;
				top:20%;
				left:10%;
				
				h2 {
					writing-mode:vertical-rl;
					text-orientation:upright;
					font-size:2rem;
					font-weight:bold;
				}
			}
		}
	}
}

.fixed-bg-box {
	position: relative;
	height: 100vh;
	overflow: hidden;
	
	.bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background: url(../../uploads/2026/04/works.jpg) center / cover no-repeat;
		z-index: 0;
		will-change: transform;
	}
	
	.bg-second {
		background: url(../../uploads/2026/03/works02.jpg) center / cover no-repeat;
	}
	
	.bg-third {
		background: url(../../uploads/2026/03/works03.jpg) center / cover no-repeat;
	}
	
	.bg-fourth {
		background: url(../../uploads/2026/03/works04.jpg) center / cover no-repeat;
	}
	
	.inner {
		height:100vh;
		position:relative;
		z-index:1;
		width:100%;
		
		.title-box {
			position:absolute;
			top:20%;
			left:20%;
			width:max-content;
			margin:0 !important;
			
			h2 {
				writing-mode:vertical-rl;
				text-orientation:upright;
				font-size:2rem;
				font-weight:bold;
				width:max-content !important;
				color:#FFFFFF;
				position:relative;
				text-shadow:
				0 2px 6px rgba(0,0,0,0.7),
				0 0 12px rgba(0,0,0,4);
			}
			
			h2::after {
				content:"";
				position:absolute;
				top:0;
				right:-3rem;
				width:1px;
				height:65vh;
				background:#FFFFFF;

				transform:scaleY(0);
				transform-origin:top;
				transition:transform 2.5s ease;
			}
			
			border-second::after {
				/*height:120%;*/
			}
			
			h2.active::after {
				transform: scaleY(1);
			}
		}
		
		.ab-content-box {
			position:absolute;
			bottom:30%;
			right:15%;
			
			.title {
				color:#FFFFFF;
				font-size:1.3rem;
				margin-bottom:3rem;
				font-weight:bold;
				text-shadow:
				0 2px 6px rgba(0,0,0,0.7),
				0 0 12px rgba(0,0,0,4);
			}
			
			ul li {
				color:#FFFFFF;
				margin-bottom:0.8rem;
				text-shadow:
				0 2px 6px rgba(0,0,0,0.7),
				0 0 12px rgba(0,0,0,4);
			}
		}
	}
}

.fixed-bg-box:not(:first-child) {
	margin-top:20rem;
}

.section-works-container {
	
}

.scroll-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top:10rem;
}

.scroll-wrap .scroll-container {
	width:50%;
	margin:0 0 0 auto;
	padding:15rem 0 20rem;
}

.scroll-wrap .scroll-container div {
	padding-top:50vh;
	padding-right:10vh;
}

.scroll-wrap .scroll-container div:first-child {
	padding-top:0;
}

.scroll-wrap .scroll-container div:last-child {
	padding-bottom:5rem;
}

.scroll-wrap .scroll-container div h2 { 
	font-size:3rem;
	text-align:left;
}

.scroll-wrap .scroll-container div p {
	margin-top:3rem;
	text-align:left;
	line-height:170%;
}

.scroll-wrap .scroll-container div .title {
	font-size:1.3rem;
	font-weight:bold;
	
	span {
		font-size:2rem;
	}
}

.scroll-wrap .scroll-container div .text:not(:first-child) {
	margin-top:1rem;
}

.scroll-wrap .images-container {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100vh;
	padding:3rem;
	box-sizing:border-box;
	overflow:hidden;
}

.scroll-wrap .images-container.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.scroll-wrap .images-container.is-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

.scroll-wrap .images-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:center;
}

.scroll-wrap .images-container .position-top {
	object-position:top;
}

.scroll-wrap .images-container p {
	position:absolute;
	top:3rem;
	bottom:3rem;
	left:7rem;
	right:7rem;

	opacity:0;
	transition:opacity 0.8s ease;
	z-index:0;
}

.scroll-wrap .images-container p.active {
	opacity:1;
	z-index:1;
}

.section-nav {
	position:fixed;
	left:0.5rem;
	bottom:2rem;
	z-index:999;
	opacity:0;
	pointer-events:none;
	transition:opacity 0.4s ease;
}

.section-nav.show {
	opacity:1;
	pointer-events:auto;
}

.section-nav ul {
	list-style:none;
	/*padding:1rem;*/
	margin:0;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	padding:1rem 1.5rem;
	border-radius:5px;
	background:rgba(255,255,255,0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.5);
}

.section-nav li {
	color:#333333;
	margin-bottom:0.5rem;
	cursor:pointer;
	font-size:0.9rem;
	transition:all 1.0s;
	position:relative;
	text-shadow:0 1px 3px rgba(255,255,255,0.9);
	padding-left:3rem;
}

.section-nav li:last-child {
	margin-bottom:0;
}

.section-nav li.active {
	color:#111111;
	font-weight:bold;
	transform:translateX(5px);
	padding:1rem 0 1rem 3rem;
}

.section-nav li.active::before {
	content:"";
	position:absolute;
	left:-0.8rem;
	top:50%;
	transform:translateY(-50%);	
	width:3rem;
	height:3rem;
	background:url("../../uploads/2026/04/works01_icon.jpg") no-repeat center / contain;
	border-radius:3px;
}

.section-nav .nav02.active::before {
	background:url("../../uploads/2026/03/works02_icon.jpg") no-repeat center / contain;
}

.section-nav .nav03.active::before {
	background:url("../../uploads/2026/03/works03_icon.jpg") no-repeat center / contain;
}

.section-nav .nav04.active::before {
	background:url("../../uploads/2026/03/works04_icon.jpg") no-repeat center / contain;
}

/*** /.works-container ***/

/*** .ba-nav ***/

.ba-nav {
	position:fixed;
	left:0.5rem;
	bottom:2rem;
	z-index:999;
	opacity:0;
	pointer-events:none;
	transition:opacity 0.4s ease;
}

.ba-nav.show {
	opacity:1;
	pointer-events:auto;
}

.section-nav li {
	color:#333333;
	margin-bottom:0.5rem;
	cursor:pointer;
	font-size:0.9rem;
	transition:all 1.0s;
	position:relative;
	text-shadow:0 1px 3px rgba(255,255,255,0.9);
	padding-left:3rem;
}

.ba-nav ul {
	list-style:none;
	margin:0;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	padding:1rem 1.5rem;
	border-radius:5px;
	background:rgba(255,255,255,0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.5);
}

.ba-nav li {
	color:#333333;
	margin-bottom:0.5rem;
	cursor:pointer;
	font-size:0.9rem;
	transition:all 1.0s;
	position:relative;
	text-shadow:0 1px 3px rgba(255,255,255,0.9);
	padding-left:3rem;
}

.ba-nav li.active {
	color:#111111;
	font-weight:bold;
	transform:translateX(5px);
	padding:1rem 0 1rem 3rem;
}

.ba-nav li.active::before {
	content:"";
	position:absolute;
	left:-0.8rem;
	top:50%;
	transform:translateY(-50%);	
	width:3rem;
	height:3rem;
	background:url("../../uploads/2026/04/01icon.jpg") no-repeat center / contain;
	border-radius:3px;
}

.ba-nav .ba02.active::before {
	background:url("../../uploads/2026/04/02icon.jpg") no-repeat center / contain;
}

.ba-nav .ba03.active::before {
	background:url("../../uploads/2026/04/03icon.jpg") no-repeat center / contain;
}

.ba-nav .ba04.active::before {
	background:url("../../uploads/2026/04/04icon.jpg") no-repeat center / contain;
}

.ba-nav .ba05.active::before {
	background:url("../../uploads/2026/04/05icon.jpg") no-repeat center / contain;
}

.ba-nav .ba06.active::before {
	background:url("../../uploads/2026/04/06icon.jpg") no-repeat center / contain;
}

.ba-nav .ba07.active::before {
	background:url("../../uploads/2026/04/07icon.jpg") no-repeat center / contain;
}

.ba-nav .ba08.active::before {
	background:url("../../uploads/2026/04/08icon.jpg") no-repeat center / contain;
}

.ba-nav .ba09.active::before {
	background:url("../../uploads/2026/04/09icon.jpg") no-repeat center / contain;
}

.ba-nav .ba10.active::before {
	background:url("../../uploads/2026/04/10icon.jpg") no-repeat center / contain;
}

/*** /.ba-nav ***/

/*** .page-ba-container ***/

.page-ba-container {
	width:100%;
	margin:0 auto 15rem;
	padding:0 5em 0 15em;
	
	.ba-val-container {
		width:100%;
		margin:5rem auto;
		
		h3 {
			span {
				font-size:1.2rem;
				padding-right:0.5em;
			}
		}
		
		.ba-box {
			width:70%;
			margin:3rem auto 0;
			position:relative;
			
			img {
				width:100%;
			}
			
			.comp-box {
				width:65%;
				margin:0 0 0 auto;
				padding-top:5rem;
				z-index:10;
				position:relative;
				
				> img {
					border:3px solid #FFF;
					box-shadow:0 5px 10px rgba(0,0,0,0.2);
					border-radius:0.5rem;
				}
				
				.after {
					position:absolute;
					top:0;
					right:-4rem;
					width:15rem;
					z-index:100;
				}
			}
			
			.ab-img-box {
				width:40%;
				position:absolute;
				top:0;
				left:0;
				z-index:0;
				
				.inner-ab-box {
					position:relative;
					
					> img {
						box-shadow:0 5px 10px rgba(0,0,0,0.2);
						border-radius:0.5rem;
					}
					
					.before {
						position:absolute;
						bottom:-3.5rem;
						left:-4rem;
						width:8rem;
					}
				}
			}
		}
		
		.ba-box-beside {
			width:90%;
		}
		
		.comment-box {
			margin-top:3rem;
			
			.customer-box {
				position:relative;
				width:fit-content;
				isolation:isolate;
				width:60%;
				margin:0 auto 0 0;
				
				.inner-box {
					position:relative;
					z-index:1;
					border:1px solid #333333;
					background-color:#FFFFFF;
					padding:1.5rem 2rem;
					
					> p {
						margin:auto;
					}
					
					.customer-p-box {
						background:#111;
						width:max-content;
						padding:1.2em 2em 1.2em 1.2em;
						margin:0 auto 1.5rem 0;
						border-radius:5rem 0 0 5rem;
						box-shadow:0 5px 10px rgba(0,0,0,0.4);
						
						.customer-p {
							color:#FFFFFF;
							display:flex;
							align-items:center;
							gap:0.5em;
							margin:0;
							letter-spacing:0.1em;
						}
						
						.customer-p::before {
							content:"";
							display:inline-block;
							background:#FFFFFF;
							border-radius:50%;
							width:1.3em;
							height:1.3em;
						}
					}
					
					.content-box {
						padding:0 1rem;
					}
				}

				&::before {
					content:"";
					position:absolute;
					top:6px;
					right:6px;
					z-index:-2;
					width:100%;
					height:100%;
					box-sizing:border-box;
					border:1px solid #333333;
					background-color:#EFEFEF;
				}

				&::after {
					content:"";
					position:absolute;
					top:calc(100% + 8px);
					left:50%;
					z-index:-1;
					width:20px;
					height:1px;
					box-sizing:border-box;
					background-color:#333333;
					box-shadow:
					0 1px 0 #FFFFFF,
					0 -1px 0 #FFFFFF;
					rotate:50deg;
				}
			}
			
			.answer-box {
				width:80%;
				margin:3rem 0 0 auto;
				
				.inner-box {
					.margin {
						margin-bottom:0.5em;
					}
					
					.customer-p-box {
						background:#00C756;
					}
				}

				&::before {
					top:6px;
					left:6px;
					background-color:#9DDA9B;
				}
				
				&::after {
					rotate:-50deg;
				}
			}
		}
	}
	
	.margin-top {
		margin-top:10rem;
	}
}

/*** /.page-ba-contaner ***/

/*** .contact-form-container ***/

.contact-form-container {
	margin:5rem auto;
	
	.title-eng {
		font-size:5rem;
		text-align:center;
		line-height:1;
	}
	
	h2 {
		font-size:1.5rem;
		text-align:center;
	}
	
	.form-container {
		width:70%;
		max-width:1000px;
		margin:auto;
		
		.caution-box {
			margin:3rem auto;
			border:1px solid #FFFFFF;
			border-radius:5px;
			box-shadow:0 3px 6px rgba(0,0,0,0.3);
			width:100%;
			max-width:800px;
			padding:2rem 3rem;
			
			> p {
				text-align:center;
				font-weight:bold;
			}
			
			p {
				font-size:0.9rem;
			}
			
			.under-content {
				margin-top:1rem;
				
				.flex-p {
					color:#FF0000;
					display:flex;
					align-items:flex-start;
					gap:0.2em;
					
					p:first-child {
						font-size:0.7rem;
						flex-shrink:0;
					}
				}
			}
			
			.flow-box {
				display:flex;
				gap:0.5rem;
				align-items:stretch;
				margin-top:2rem;
				
				div {
					padding:1rem 1.5rem;
					background:#CCCCCC;
					display:flex;
					align-items:center;
					justify-content:center;
				}
				
				div:not(.arrow) {
					flex:1;
					border-radius:5px;
					display:flex;
					align-items:flex-start;
					justify-content:center;
					
					p {
						color:#000000;
						font-weight:bold;
						font-size:0.7rem;
						letter-spacing:0.2em;
					}
				}
				
				div.first {
					background:#000000;
					
					p {
						color:#FFFFFF;
					}
				}
				
				div:last-child {
					align-items:center;
				}
				
				.arrow {
					display:flex;
					gap:2px;
					background:#FFFFFF;
					content:"";
					padding:0;
				}
				
				.arrow::before,
				.arrow::after,
				.arrow span {
					content:"";
					display:block;
					width:0;
					height:0;
					border-top:4px solid transparent;
					border-bottom:4px solid transparent;
					border-left:6px solid #333333;
				}
			}
		}
	}
	
	.wpcf7-form {
		width:80%;
		max-width:1000px;
		margin:auto;
		
		.form-val {
			margin-bottom:1.5em;
			
			.word {
				p {
					font-size:0.9rem;
					font-weight:bold;
					margin-bottom:0.5em;
					
					span {
						border:1px solid #FF0000;
						color:#FF0000;
						border-radius:3rem;
						padding:0.2em 0.7em 0.3em;
						font-size:0.7rem;
						font-weight:normal;
						margin-left:1em;
					}
				}
			}
			
			.text-center {
				text-align:center;
				
				.wpcf7-submit {
					background:#666666;
					border:none;
					color:#FFFFFF;
					padding:1.5rem 3rem;
					font-size:1rem;
					transition:0.3s;
				}
				
				.wpcf7-submit:hover {
					transition:0.3s;
					opacity:0.8;
				}
				
				.wpcf7-spinner {
					display:none;
				}
			}
		}
		
		.column-title {
			font-size:1.1rem;
			font-weight:bold;
			margin-bottom:1rem;
		}
		
		.check-box-container {
			margin:0 auto 1.5rem;
			width:98%;
			border:1px solid #CCCCCC;
			border-radius:5px;
			display:flex;
			align-items:stretch;
			gap:1rem;
			
			.word {
				width:15em;
				flex-shrink:0;
				padding:1rem;
				
				p {
					font-size:0.9rem;
					font-weight:bold;
					margin-bottom:0;
					margin-left:0.1em;
				}
				
				.required {
					border:1px solid #FF0000;
					color:#FF0000;
					border-radius:3rem;
					padding:0.3em 1em;
					font-size:0.7rem;
					font-weight:normal;
					width:max-content;
					line-height:1;
					margin-left:0.5em;
				}
			}
			
			.check-inner {
				flex:1;
				border-left:1px solid #CCCCCC;
				padding:1rem;
				
				.wpcf7-list-item {
					margin-left:0;
					margin-right:1.5em;
					
					label {
						display:flex;
						align-items:center;
						gap:0.3em;
						
						span {
							font-size:0.9rem;
						}
					}
				}
				
				.wpcf7-list-item:last-child {
					margin-right:0;
				}
				
				input,
				select {
					text-align:center;
					padding:0.5em;
					margin-bottom:0;
					/*display:inline-flex;
					align-items:center;*/
				}
				
				input {
					margin:0;
				}
				
				.flex-box {
					display:flex;
					align-items:center;
					gap:0.5rem;
					flex-wrap:wrap;
					margin-bottom:0.5em;
					
					.left-inner,
					.right-inner {
						display:flex;
						align-items:center;
						gap:0.5rem;
					}
					
					p {
						font-size:0.9rem;
					}
					
					input,
					select {
						text-align:center;
						padding:0.5em;
						margin-bottom:0;
						font-size:0.9rem;
					}
					
					input[type="date"] {
						-webkit-appearance: auto;
						appearance: auto;
					}
					
					span {
						display:inline-flex;
						align-items:center;
					}
					
					.space {
						padding-left:0.2em;
					}
					
					.three-width {
						width:5em;
					}
					
					.four-width {
						width:6em;
					}
					
					.seven-width {
						width:7em;
					}
				}
				
				.margin-none {
					margin-bottom:0;
				}
				
				.left-space-box {
					padding-left:2rem;
					padding-top:1rem;
				}
			}
			
			.width-max {
				.wpcf7-list-item {
					display:inline-block;
					width:100%;
				}
			}
			
			.text-left .flex-box input {
				text-align:left;
			}
			
			> .border-none input {
				border:none;
			}
			
			.padding-none {
				padding:1rem;
				
				textarea {
					width:100%;
					margin-bottom:0;
					display:block;
					resize:none;
					border:none;
				}
			}
		}
		
		.height-fit {
			align-items:stretch;
			
			.word {
				align-items:center;
				display:flex;
			}
			
			.check-inner {
				input {
					text-align:left;
				}
			}
		}
		
		.privacy-p {
			margin-bottom:3rem;
			color:#000000;
			font-size:0.9rem;
			text-align:center;
			
			.privacy-link {
				border-bottom:1px solid #000000;
				cursor:pointer;
			}
		}
		
		.privacy-popup-box {
			display:none;
			position:fixed;
			inset:0;
			background:rgba(0,0,0,0.6);
			z-index:9999;
			padding: 20px;
			overflow-y: auto;
		}

		.privacy-inner-box {
			background:#fff;
			padding:5rem 3rem;
			max-width:800px;
			margin:10vh auto;
			overflow-y:auto;
			max-height:70vh;
			position:relative;
			
			.close-box {
				position:absolute;
				top:0.3rem;
				right:0.3rem;
				
				.privacy-close {
					width:3em;
					height:3em;
					position:relative;
					background:none;
					border:none;
					cursor:pointer;
				}
				
				.privacy-close::before,
				.privacy-close::after {
					content: "";
					position: absolute;
					top: 50%;
					left: 50%;
					width: 20px;
					height: 2px;
					background: #333;
					transform-origin: center;
				}
				
				.privacy-close::before {
					transform: translate(-50%, -50%) rotate(45deg);
				}
				
				.privacy-close::after {
					transform: translate(-50%, -50%) rotate(-45deg);
				}
			}
			
			h2 {
				text-align:center;
				font-size:1.2rem;
				margin-bottom:3rem !important;
				
				span {
					font-size:1rem;
				}
			}
			
			.privacy-inner-content {
				p {
					font-size:0.9rem;
				}
				
				.privacy-val {
					margin:2rem auto;
					
					p {
						padding-left:1.5em;
					}
					
					.privacy-title {
						font-weight:bold;
						margin-bottom:1em;
						padding-left:0;
					}
				}
				
				ul {
					margin-top:1em;
				}
				
				.dots-none {
					li::before {
						content:none;
					}
				}
			}
			
			.privacy-bottom-close {
				text-align:center;
				margin-top:3rem;
			}

			.privacy-bottom-close .privacy-close {
				padding:1rem 3rem;
				border:1px solid #333;
				background:#FFFFFF;
				cursor:pointer;
				transition:0.3s;
			}
			
			.privacy-bottom-close .privacy-close:hover {
				transition:0.3s;
				background:#EFEFEF;
			}
		}
		
		.caution-p {
			text-align:center;
			font-size:0.9rem;
			color:#000000;
		}
	}
	
	.recaptcha-text {
		text-align:center;
		font-size:0.9rem;
		margin:3rem auto;
		color:#000000;
		
		a {
			color:#000000;
		}
		
		a:hover {
			color:#333333;
		}
	}
	
	.wpcf7 form.invalid .wpcf7-response-output,
	.wpcf7 form.sent .wpcf7-response-output {
		text-align:center;
		padding: 1rem 2rem;
	}
}

/*** /.contact-form-container ***/

/* .wpcf7 */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required
.wpcf7-response-output {
	padding:1rem 2rem;
}

/* /.wpcf7 */

/*** .confirmModal ***/

.confirm-modal{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:9999;
	
	.confirm-inner {
		background:#fff;
		padding:30px;
		width:90%;
		max-width:600px;
		margin:10vh auto;
		overflow-y:auto;
		max-height:80vh;
		
		.confirm-title {
			font-weight:bold;
			margin-bottom:3rem;
			font-size:1.2rem;
		}
		
		.box-title {
			font-weight:bold;
			font-size:1rem;
			margin-top:2rem;
			margin-bottom:1rem;
		}
		
		.inner {
			display:flex;
			gap:5rem;
			padding:8px 0;
			border-bottom:1px solid #EEEEEE;
			
			p {
				word-break:break-all
			}
			
			p:first-child {
				width:10em;
				flex-shrink:0;
				color:#000000;
			}
			
			p:last-child {
				flex: 1;
			}
			
			.nowrap {
				p:first-child {
					width:100%;
					color:#333333;
					white-space:nowrap;
				}
			}
		}
		
		.inner-border {
			border-top:1px solid #EEEEEE;
		}
		
		.inner-last {
			display: block;
			
			p {
				width:100%;
			}
		}
		
		.btn-box {
			margin-top:2rem;
			
			.btn-val {
				display:block;
				
				#confirmSend {
					padding:1.5rem 3.5rem;
					border:none;
					background:#56BF53;
					border:1px solid #56BF53;
					color:#FFFFFF;
					border-radius:5px;
					cursor:pointer;
					transition:0.3s;
				}
				
				#confirmSend:hover {
					transition:0.3s;
					background:#FFFFFF;
					color:#56BF53;
					border:1px solid #56BF53;
				}
			}
			
			.btn-val-last {
				#confirmCancel {
					border:none;
					background:#FFFFFF;
					border-bottom:1px solid #666666;
					color:#666666;
					width:max-content;
					margin-top:2rem;
					padding:0.3rem 0.8rem;
					cursor:pointer;
					transition:0.3s;
					border-radius:3px 3px 0 0;
				}
				
				#confirmCancel:hover {
					background:#EFEFEF;
					transition:0.3s;
				}
			}
		}
	}
}

/*** /.confirmModal ***/

/*** #otpModal ***/

#otpModal,
#confirmModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999999;

  display: none;
}

#otpModal.is-show,
#confirmModal.is-show {
	display: flex;
	align-items: center;
	justify-content: center;
	
	.confirm-inner {
		.inner > p {
			text-align:left;
		}
	}
  
  .inner {
	> p {
		text-align:center;
		margin-bottom:0;
	}
	
	input {
		text-align:center;
		margin-bottom:1.5rem;
	}
	
	.btn-modal-box {
		display:flex;
		gap:1rem;
		justify-content:center;
	
		#otpCheck,
		#otpResend {
			font-size:0.9rem;
			font-weight:normal;
			padding:0.5em 2em;
			border-radius:0.3rem;
			cursor:pointer;
		}
		
		#otpCheck {
			background:#4BC24D;
			border:none;
			transition:0.3s;
			color:#FFFFFF;
		}
		
		#otpCheck:hover,
		#otpResend:hover {
			transition:0.3s;
			opacity:0.7;
		}
		
		#otpResend {
			border:1px solid #999999;
		}
	}
	
	#otpMessage {
		margin-bottom:2rem;
		border-bottom:1px solid #999999;
		color:#000000;
		padding-bottom:1rem;
	}
  }
}

/* 中身 */
#otpModal > div,
#confirmModal > div {
	background:#fff;
	padding:3rem 5rem;
	border-radius:1rem;
	width:90%;
	max-width:1000px;
}

#otpModal > div {
	max-width:400px;
}

/*** #otpModal ***/

/*** .privacy-content-container ***/

.privacy-content-container {
	width:80%;
	max-width:1000px;
	margin:5rem auto;
	
	h2 {
		text-align:center;
		font-size:1.5rem;
		line-height:1.2;
		margin-bottom:3rem !important;
		
		span {
			font-size:1.2rem;
		}
	}
	
	.privacy-inner-content {
		border:1px solid #FFFFFF;
		padding:4rem 3rem;
		border-radius:1rem;
		box-shadow:0 5px 10px rgba(0,0,0,0.2);
		
		> p {
			font-size:0.9rem;
		}
	
		.privacy-val {
			margin:2rem auto;
			
			p {
				padding-left:1.5em;
				font-size:0.9rem;
			}
			
			.privacy-title {
				font-weight:bold;
				margin-bottom:1em;
				padding-left:0;
			}
		}
		
		.privacy-val:last-child {
			margin-bottom:0;
		}
		
		ul {
			margin-top:1em;
			
			li {
				padding-left:1em;
				position:relative;
				font-size:0.9rem;
				
				span {
					width:4em;
				}
			}
			
			/*li::before {
				content:"";
				position:absolute;
				top:50%;
				transform: translateY(-50%);
				left:2em;
				width:3px;
				height:3px;
				background:#333333;
				border-radius:50%;
			}*/
		}
		
		.dots-none {
			li {
				line-height:1.8;
			}
			
			li::before {
				content:none;
			}
		}
	}
}

/*** /.privacy-content-container ***/

/*** .company-content-container ***/

.company-content-container {
	max-width:800px;
	width:80%;
	margin:5rem auto;
	
	.inner-box {
		.table-box {
			display:flex;
			gap:3em;
			padding:2rem;
			border-bottom:1px solid #666666;
			
			p {
				font-size:0.9rem;
			}
			
			.left-box {
				width:10em;
				flex-shrink:0;
			}
			
			.right-box {
				flex:1;
			}
		}
		
		.table-box:last-child {
			border-bottom:none;
		}
	}
}

/*** /.company-content-container ***/

/*** .news-page-container ***/

.news-page-container {
	margin:5rem auto;
	width:80%;
	max-width:1000px;
	
	.news-list {
		display:grid;
		grid-template-columns:repeat(3, 1fr);
		gap:2rem;
		
		li {
			border:1px solid #FFFFFF;
			border-radius:5px;
			box-shadow:0 5px 10px rgba(0,0,0,0.2);
			
			a {
				text-decoration:none;
				display:block;
				height:100%;
				transition:0.3s;
				
				.img-box {
					border-radius:5px 5px 0 0;
					height:10em;
					overflow:hidden;
					
					img {
						width:100%;
						height:100%;
						object-fit:cover;
						object-position:center;
						display:block;
					}
				}
				
				.content-box {
					padding:1rem;
					
					.date {
						font-size:0.7rem;
						color:#666666;
						margin-bottom:0.5em;
					}
					
					.title {
						font-size:0.9rem;
						color:#000000;
						line-height:1.2;
					}
				}
			}
			
			a:hover {
				transform:translateY(2px);
				box-shadow:0 5px 10px rgba(0,0,0,0.2);
			}
		}
	}
	
	.pagination {
		margin:2rem auto;
		display:flex;
		justify-content:center;
		gap:0.5rem;
		
		.page-item {
			border:1px solid #666666;
			color:#000000;
			border-radius:3px;
			position:relative;
			transition:0.3s;
			
			a,
			span {
				display:flex;
				align-items:center;
				justify-content:center;
				width:100%;
				height:100%;
				padding:0.5rem 1rem;
				text-decoration:none;
				color:inherit;
			}
		}
		
		.page-item:hover {
			transition:0.3s;
			background:#CCCCCC;
			color:#FFFFFF;
		}
		
		div.current {
			border:1px solid #999999;
			background:#666666;
			color:#FFFFFF;
		}
		
		div.current:hover {
			transition:none;
			background:#666666;
		}
		
		div.dots {
			border:none;
			background:#FFFFFF;
			color:#000000;
		}
		
		div.dots:hover {
			transition:none;
			background:#FFFFFF;
			color:#000000;
		}
	}
}

/*** /.news-page-container ***/

@media only screen and (max-width: 1199px) {
	.page-ba-container {
		.ba-val-container {
			.comment-box {
				.customer-box {
					width:80%;
				}
			}
		}
	}
}

@media only screen and (max-width: 1099px) {
	.page-top-menu-container {
		.divide-menu-container {
			.inner-box {
				.left-box {
					width:30%;
				}
				
				.right-box {
					width:70%;
				}
			}
		}
	}
	
	.page-container,
	.single-page-view-container {
		.contact-container {
			width:60%;
		}
	}
	
	.page-container {
		.about-fourth-content {
			width:90%;
		}
	}
	
	.contact-form-container {
		.form-container {
			width:80%;
		}
		
		.wpcf7-form {
			width:90%;
		}
	}
}

@media only screen and (max-width: 999px) {
	.page-top-menu-container .divide-menu-container .inner-box {
		display:block;
		text-align:center;
	}
	
	.page-top-menu-container .divide-menu-container .inner-box .left-box {
		width:100%;
	}
	
	.page-top-menu-container .divide-menu-container .inner-box .right-box {
		display:none;
	}
	
	.page-container {
		.about-fourth-content {
			width:70%;
			
			.flex-box {
				gap:1rem;
				flex-wrap:wrap;
				
				.flex-inner-box {
					flex:0 0 calc(50% - 0.5rem);
				}
			}
		}
	}
	
	.scroll-wrap .images-container p {
		left:2rem;
		right:2rem;
	}
	
	.scroll-wrap .scroll-container {
		padding-left:3rem;
	}
}

@media only screen and (max-width: 899px) {
	.service-left {
		padding-left:1rem;
		padding-right:1.5rem;
	}
	
	.service-left .title.fixed {
		left:1rem;
		width:calc(50% - 3rem);
	}
	
	.service-right {
		padding-left:1.5rem;
	}
	
	.page-ba-container {
		.ba-val-container {
			.comment-box {
				.customer-box {
					width:90%;
				}
			}
		}
	}
}

@media only screen and (max-width: 799px) {
	.fix-contact-box {
		bottom:3rem;
		
		a p {
			padding:1.5rem 1rem;
		}
	}
	
	.service-first-container {
		display:block;
		width:94%;
		margin:auto;
		
		.service-left {
			width:100%;
			margin:auto;
			padding:0 1rem;
			
			.title {
				border-bottom:2px solid #4DC14E;
				padding-bottom:0.5em;
                margin-bottom:1em;
			}
			
			.content {
				.bg-box {
					width:max-content;
					margin:2rem auto;
				}
				
				.border-box-re {
					width:95%;
					margin:2rem auto;
				}
			}
		}
		
		.service-right {
			margin:auto;
			width:70%;
			height:60vh;
			padding:0;
		}
	}
	
	#service02,
	#service03,
	#service04 {
		margin-top:5rem;
	}
	
	#service04 {
		margin-bottom:5rem;
	}
	
	.page-container,
	.single-page-view-container {
        .contact-container {
            width:70%;
			margin-top:10rem;
			
			.title {
				font-size:2rem;
			}
        }
    }
	
	.page-top-menu-container {
		> .eng-title {
			font-size:3.5rem;
		}
	}
	
	.page-container {
		.about-first-content {
			.divide-box {
				.right-box {
					p {
						width:auto;
					}
				}
			}
		}
		
		.about-second-content {
			.divide-box {
				.left-box {
					p {
						width:auto;
					}
				}
			}
		}
	}
	
	.fixed-bg-box {
		.inner {
			.title-box {
				left:15%;
			}
			
			.ab-content-box {
				right:5%;
			}
		}
	}
	
	.section-nav {
		bottom:0.5rem;
	}
	
	.scroll-wrap .images-container p {
		top:5rem;
		bottom:5rem;
	}
	
	.page-ba-container {
		padding:0;
		width:90%;
        
		.ba-val-container {
            .comment-box {
				padding-left:10em;
			}
		}
	}
	
	.contact-form-container {
		.form-container {
			width:90%;
			
			.caution-box {
				.flow-box {
					div {
						padding:1rem;
					}
				}
			}
		}
		
		.wpcf7-form {
			width:95%;
			
			.check-box-container {
				width:100%;
				
				.word {
					width:7em;
					padding:1rem 0.5rem;
				}
			}
		}
	}
    
	#otpModal.is-show,
	#confirmModal.is-show {
		.confirm-inner {
			width:95%;
			
			.inner > p {
				width:5.5em;
				min-width:5.5em;
			}
			
			.inner .nowrap p:first-child {
				white-space:normal;
			}
		}
	}
	
	#otpModal > div,
	#confirmModal > div {
		padding:3rem 1.5rem;
	}
	
	.confirm-modal {
		.confirm-inner {
			max-height:90vh;
			
			.inner {
				gap:2em;
				
				p:first-child {
					width:5em;
				}
				
				.two-p {
					p,
					p:first-child {
						width:100%;
					}
				}
			}
		}
	}
	
	.news-page-container {
		width:90%;
		
		.news-list {
			grid-template-columns:repeat(2, 1fr);
			gap:1rem;
			
			li {
				a {
					.content-box {
						padding: 1rem 0.5rem;
					}
				}
			}
		}
	}
	
	.footer-container {
        .sp-view-1100 {
            .border-top {
				width:70%;
			}
		}
	}
}

@media only screen and (max-width: 699px) {
	.page-container {
		.about-fourth-content {
			width:80%;
		}
	}
	
	.contact-form-container {
		.form-container {
			.caution-box {
				padding:2rem 1rem;
			}
		}
	}
	
	.company-content-container {
		.inner-box {
			.table-box {
				.left-box {
					width:8em;
				}
			}
		}
	}
	
	.footer-container {
        .sp-view-1100 {
            .border-top {
				width:80%;
			}
		}
	}
}

@media only screen and (max-width: 649px) {
	.page-container {		
		.about-first-content {
			.divide-box {
				width:95%;
				
				.right-box {
					p {
						line-height:1.8;
					}
				}
			}
		}
		
		.about-second-content {
			.divide-box {
				width:95%;
				
				.left-box {
					p {
						line-height:1.8;
					}
				}
			}
		}
	}
	
	.fixed-bg-box {
        .inner {
            .ab-content-box {
				width:60%;
			}
		}
	}
	
	.scroll-wrap .scroll-container {
		padding-left:1rem;
	}
	
	.scroll-wrap .images-container p {
		top:8rem;
		bottom:8rem;
		left:1rem;
		right:1rem;
	}
	
	.page-ba-container {
		margin:0 0 15rem auto;
		
		.ba-val-container {
			.comment-box {
				.customer-box {
					width:95%;
					
					.inner-box {
						.customer-p-box {
							padding:0.8em 1.5em;
							width:auto;
							
							.customer-p::before {
								display:none;
							}
						}
					}
				}
			}
		}
	}
	
	.contact-form-container {		
		.wpcf7-form {
			.check-box-container {
				.check-inner {					
					.flex-box {
						.left-inner,
						.right-inner {
							display:flex;
							width:100%;
							gap:0.5em;
							align-items:center;
						}
						
						.right-inner {
							justify-content:flex-end;
						}
					}
				}
			}
		}
	}
}

@media only screen and (max-width: 599px) {
	.page-container, .single-page-view-container {
        .contact-container {
            width:80%;
			padding:3rem;
        }
    }
	
	.service-first-container {
        .service-right {
			width:90%;
			height:50vh;
		}
	}
	
	.page-container {
        .about-first-content {
            .divide-box {
				display:block;
				
				.left-box {
					width:55%;
					padding-left:1.5rem;
				}
				
				.right-box {
					width:90%;
					padding-left:0;
					margin:2rem auto 0;
				}
			}
		}
		
		.about-second-content {
			.divide-box {
				display:block;
				
				.right-box {
					width:70%;
					margin:auto;
				}
				
				.left-box {
					width:90%;
					margin:5rem auto 0;
					padding-right:0;
				}
			}
		}
		
		.about-third-content {
			.inner-box {
				.ab-text-box {
					left:50%;
					transform:translate(-50%, -50%);
					width:80%;
					
					.first-box {
						width:auto;
						padding-left:0;
						
						p {
							line-height:1.8;
						}
					}
				}
			}
		}
		
		.about-fourth-content {
			width:90%;
			
			.flex-box {
				padding:2rem 1rem;
			}
		}
	}
	
	.scroll-wrap .scroll-container {
		padding-left:0;
		
		div {
			padding-right:0.5rem;
		}
	}
	
	.scroll-wrap .images-container {
		padding:0;
		
		p {
			top:10rem;
			bottom:25rem;
			left:0.5rem;
			right:0.5rem;
		}
	}
	
	.section-nav {
		bottom:3rem;
	}
	
	.page-ba-container {
		.ba-val-container {
			.ba-box {
				width:85%;
				
				.comp-box {
					.after {
						right:-2rem;
					}
				}
			}
			
			.comment-box {
				padding-left:5em;
			}
		}
	}
	
	.contact-form-container {
        .form-container {
			width:95%;
			
			.caution-box {
                .flow-box {
					flex-wrap:wrap;
				}
				
				.flow-box > div {
					white-space:nowrap;
				}
				
				.flow-box > div:nth-child(4) {
					margin-right:auto;
				}
				
				.flow-box div:not(.arrow) {
					width:35%;
					flex:auto;
				}
			}
		}
	}
	
	.company-content-container {
		.inner-box {
			.table-box {
				.left-box {
					width:5em;
				}
			}
		}
	}
	
	.privacy-content-container {
		width:90%;
	}
	
	.footer-container {
        .sp-view-1100 {
            .border-top {
				width:90%;
			}
		}
	}
}

@media only screen and (max-width: 549px) {
	.fixed-bg-box .inner .title-box h2::after {
		right:4rem;
	}
	
	/*.scroll-wrap .scroll-container div .text {
		mix-blend-mode:difference;
		color:#FFFFFF;
	}*/
	
	.scroll-wrap .scroll-container div .text:not(:first-child) {
		margin-top:3rem;
		line-height:2;
	}
	
	.scroll-wrap .images-container {
        p {
			left:0.1rem;
		}
	}
	
	.scroll-wrap .scroll-container {
        div {
			padding-right:0.1rem;
		}
	}
}

@media only screen and (max-width: 499px) {
	.page-container, .single-page-view-container {
        .contact-container {
            width:90%;
			padding:3rem 1.5rem;
        }
    }
	
	.service-first-container {
		width:98%;
		
        .service-left {
            .content {
                .bg-box {
					width:100%;
					padding:2rem 1rem;
				}
			}
		}
		
		.service-left .content {
			padding-left:0;
			
			.bg-box {
				.section-title {
					padding:0;
					margin:0 auto 1rem;
				}
				
				.list_check {
					padding:0;
				}
			}
		}
	}
	
	.page-container {
		.about-fourth-content {
			width:95%;
			
			.flex-box {
				padding:2rem 0;
			}
			
			.flex-inner-box {
				.inner-title {
					text-align:left;
					line-height:1.3;
				}
			}
		}
	}
	
	.scroll-wrap .images-container {
		width:43%;
	}
	
	.scroll-wrap .scroll-container {
		width:55%;
		padding-right:0.5rem;
	}
	
	.fixed-bg-box {
		.inner {
			.ab-content-box {
				right:2%;
			}
		}
	}
	
	.page-ba-container {
		width:95%;
		
		.ba-val-container {
			.ba-box {
				.ab-img-box {
					.inner-ab-box {
						.before {
							left:-3rem;
						}
					}
				}
			}
			
			.comment-box {
				padding-left:0;
				
				.customer-box {
                    .inner-box {
						padding:1.5rem 1rem;
						
						.content-box {
							padding:0;
						}
					}
				}
			}
		}
	}
	
	.company-content-container {
		width:90%;
		
		.inner-box {
			.table-box {
				padding:2rem 1rem;
			}
		}
	}
	
	.privacy-content-container {
		.privacy-inner-content {
			padding:2rem 1.5rem;
			
			.privacy-val {
				p {
					padding-left:0.5em;
				}
			}
		}
	}
}

@media only screen and (min-width: 1400px) {
	.page-top-menu-container {
		.divide-menu-container {
			.inner-box {
				width:80%;
			}
		}
	}
	
	.page-container,
	.single-page-view-container {
		width:1200px;
		margin:auto;
	}
	
	.section-works-container {
		.section-group:not(#section01) {
			margin-top:5rem;
		}
	}
	
	.scroll-wrap .images-container p {
		top:5rem;
		bottom:5rem;
		left:11rem;
		right:10rem;
	}
}


