@charset "utf-8";
/* CSS Document */
.cate1{
	background-color: #DAD9D7;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.company_a .company-wrap .item:not(:last-of-type) {
    border-bottom: 1px solid #CECECE;
}
.company_a .company-wrap {
    width: 100%;
}
.cate2 .mapbox iframe{
	width: 80%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
.flow_a .inner{
  max-width: 1280px;
}
.flow_a .content .title{
    margin-bottom: 13px;
}

.swiper_a {
    --band-h: 400px;
    height: var(--band-h);
}
.swiper_a img {
    display: block;
    height: var(--band-h);  
    width: auto;
}
.swiper_a .swiper-wrapper {
    transition-timing-function: linear !important;
	gap: 5px;
}

.swiper_a .swiper-slide {
    opacity: 1 !important;
    width: auto;
}
.swiper_a .swiper-slide { 
    opacity: 1 !important;
}
.swiper_a .swiper-slide { margin-right: 0 !important; }

/* ---------- cate3 ---------- */
.contact-top{
	position: relative;
	width: 80%;
	margin: 0 auto;
	border-radius: 10px; 
	padding: 60px 20px 40px;
}
.contact-top .txtbox{
	flex-direction: column;
	gap: 30px;
}
.contact-top .txtbox .line_more1 a{
	border: #010000 1px solid;
	border-radius: 4px;
	padding: 15px 30px;
	min-width: 190px;
}
.contact-top > .default_txt2.txt-white{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #111827;
	padding: 12px 28px;
	border-radius: 0;
	white-space: nowrap;
	z-index: 2;
}
.contact-top > .default_txt2.txt-white::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111827;
}

.contact-form_a .form-box .check-wrap .check-box input[type="radio"] {
    border: 2px solid #EAEAEA;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea {
    border: 2px solid #EAEAEA;
}


.contact-form_a .send .send-bt {
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: #383735;
	border-radius: 2px;
	min-width: 250px;
	box-sizing: border-box;
}
.contact-form_a .send .send-bt p {
    margin: 0;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	font-family: "Zen Old Mincho", sans-serif;
}
.contact-form_a .send .send-bt::after{
	content: "";
	position: absolute;
	width: 20px;
	aspect-ratio: 4 / 1;
	background-image: url("https://clasaloripel.com/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	right: 20px;
	transform:translate(0,-50%);
	transition: ease 0.3s;
}
.contact-form_a .send:hover::after {
    transform:translate(3px,-50%);
}

.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.swiper_a {
		--band-h: 260px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .mapbox iframe{
		width: 100%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .flow_a .col-num {
        margin-bottom: 5px;
    }
	.contact-top{
		width: 100%;
		padding: 60px 20px 40px;
	}
	.contact-top .txtbox{
		gap: 20px;
	}
	.swiper_a {
		--band-h: 200px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.contact-top{
		width: 100%;
		padding: 50px 20px 30px;
	}
	
	.swiper_a {
		--band-h: 160px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

