@charset "UTF-8";

.contact01 .contentWrap {
	max-width: 1000px;
	margin: auto;
	padding-bottom: 50px;
}

.hero {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* titleを上下中央に */
	display: flex;
	align-items: center;
	margin-top: 80px;
	padding: 80px 0;
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 0;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#716caa;
	letter-spacing: 0.5rem;
}




.intro {
	background: #e1dfe4;
	padding: 40px 30px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.intro p {
	text-align: center;
	padding: 0;
}

.contactTITLE {
	position: relative;
	max-width: 800px;
	margin: auto;
	padding-bottom: 15px;
	border-bottom: 2px solid #d0d0d0;
}

/* 見出し */
.contactTITLE h3 {
	margin: 0;
	font-size: clamp(1.8rem, 2vw, 2.8rem);
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}

/* 下の濃いグレーライン */
.contactTITLE::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 24%;
	height: 2px;
	background: #666;
}

#gaiyou {
	border-bottom: 1px solid #d1d0d0;
	border-top: none;
	line-height: 180%;
	max-width: 800px;
	margin: auto;
	margin-bottom: 50px;
	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt {
	padding: 20px 15px 3px;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 400;
	position: relative;
}
dl#gaiyou dd {
	padding: 5px 20px 20px;
}

dl#gaiyou dt {
	clear: left;
}

dl#gaiyou dd {
	background: #fff;
	border-bottom: 1px solid #d1d0d0;
}

.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	box-sizing: border-box;
}
.hissu {
	background: #e45f7f;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	width: 50px;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 20px;
	line-height: 1.4;
	top:20px;
	box-sizing: border-box;
}
select {
	padding:5px 15px;
	border: 1px solid #e0dfdf;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	height: 40px;
	box-sizing: border-box;
	
}
.textarea01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	height: 200px;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	box-sizing: border-box;
	line-height: 1.6;
}

.cation {
	font-size: clamp(1rem, 1vw, 1.2rem);
	margin-top: 10px;
	line-height: 1.7;
}


input.previous[type="button"],
input[type="submit"] {
padding:0;
	width: 40%;
margin:0 0 0 0px;
    font-size: 15px;
    color: #fff;
	display: block;
    padding: 15px 20px;
    text-align: center;
	background-color: #1F1753;
    border: 1px solid #1F1753;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	 -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

/* 「選択されていません」の文字サイズ */
input[type="file"] {
	font-size: clamp(1rem, 1vw, 1.2rem);
	
}

/* Chrome / Edge / Firefox / 新しいSafari */
input[type="file"]::file-selector-button {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	padding: 5px 10px;
}

/* Safari / 古いWebKit系 */
input[type="file"]::-webkit-file-upload-button {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	padding: 5px 10px;
}





.mailtitle h2 {
	font-size: 3.6rem;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.kakunin {
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	margin-bottom: 40px;
}

.kakunin a {
color:#716caa;
	text-decoration: underline;
}







@media screen and (max-width: 834px){
	
.contact01 .contentWrap {
	max-width: 1000px;
	margin: auto;
	padding-bottom: 30px;
}

.hero {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* titleを上下中央に */
	display: flex;
	align-items: center;
	margin-top: 70px;
	padding: 20px 0;
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 0;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-weight: 400;
	color:#716caa;
	letter-spacing: 0.5rem;
}




.intro {
	background: #e1dfe4;
	padding: 20px 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.intro p {
	text-align: left;
	padding: 0;
	font-size: 1.4rem;
}

.contactTITLE {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* 見出し */
.contactTITLE h3 {
	margin: 0;
	font-size: clamp(1.7rem, 2vw, 3rem);
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}



#gaiyou {
	border-bottom: 1px solid #d1d0d0;
	border-top: none;
	width: 100%;
	line-height: 180%;
	margin-bottom: 25px;
	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt {
	padding: 5px 10px 0px;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 400;
	position: relative;
}
dl#gaiyou dd {
	padding: 5px 10px 10px;
}

dl#gaiyou dt {
	clear: left;
}

dl#gaiyou dd {
	background: #fff;
	border-bottom: 1px solid #d1d0d0;
}

.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:5px;
	width: 100%;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	box-sizing: border-box;
}
.hissu {
	background: #e45f7f;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	width: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top:10px;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 3px;
}
select {
	padding:5px 10px;
	border: 1px solid #e0dfdf;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	height: auto;
	box-sizing: border-box;
	width: 100%;
	
}
.textarea01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	height: 200px;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	box-sizing: border-box;
	line-height: 1.5;
}

.cation {
	font-size: clamp(1rem, 1vw, 1.2rem);
	margin-top: 10px;
	line-height: 1.7;
}


input.previous[type="button"],
input[type="submit"] {
padding:0;
	width: 80%;
margin:0 0 0 0px;
    font-size: 15px;
    color: #fff;
	display: block;
    padding: 15px 20px;
    text-align: center;
	background-color: #1F1753;
    border: 1px solid #1F1753;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	 -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
box-sizing: border-box;
	font-size: clamp(1.6rem, 1.4vw, 1.8rem);
}

/* 「選択されていません」の文字サイズ */
input[type="file"] {
	font-size: clamp(1rem, 1vw, 1.2rem);
	
}

/* Chrome / Edge / Firefox / 新しいSafari */
input[type="file"]::file-selector-button {
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	padding: 5px 10px;
}

/* Safari / 古いWebKit系 */
input[type="file"]::-webkit-file-upload-button {
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	padding: 5px 10px;
}

.kakunin {
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	margin-bottom: 40px;
}

.kakunin a {
color:#716caa;
	text-decoration: underline;
}

	

}