@charset "utf-8";
/* CSS Document */
/* ---------- style ---------- */
.pagetitle_e .box {
    position: relative;
    width: 100%;
    height: clamp(200px, 36vw, 500px);
	overflow: hidden;
}
.pagetitle_e .box .titlebox h1 {
    color: #fff;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
}
.pagetitle_e .box .titlebox p {
	position: relative;
	display: inline-block;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
	z-index: 2;
}
.pagetitle_e .box .titlebox p::after {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
    height: 7px; 
    background: #d6a34a; 
	z-index: -1;
}
.pagetitle_e .box .title_wrap .titlebox{
    margin-right: auto;
	padding-bottom: 80px;
	z-index: 1;
}
.pagetitle_e .box .title_wrap {
    margin-top: auto;
}

.more_wrap{justify-content:center}

/* ---------- contact-form_a ---------- */
.contact-form_a .send,
.contact-form_a .check-area {
    text-align: center;
}
.contact-form_a .check-area {
    margin-bottom: clamp(40px, 5vw, 50px);
    padding-top: clamp(10px, 3vw, 40px);
}
.contact-form_a .privacy-bt {
    cursor: pointer;
    margin-left: 10px;
}

.contact-form_a .send .send-bt:hover::after {
    transform: translate(3px, -50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 50px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 40px;
	}
	.pagetitle_e .box .titlebox p::after {
		bottom: 2px;
		height: 5px;
	}
/* -------------------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 40px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 36px;
	}
/* -------------------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 30px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 28px;
	}
	.pagetitle_e .box .titlebox p::after {
		bottom: 4px;
		height: 3px;
	}
/* -------------------- */
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
/* ---------- style ---------- */
	.pagetitle_e .box .title_wrap .titlebox {
		padding-bottom: 20px;
	}
	.pagetitle_e .box .titlebox h1 {
		font-size: 20px;
	}
/* -------------------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

