@charset "UTF-8";

.contactheader {
	position: unset;
	left: auto;
	top: auto;
	padding: 21px 20px;
	background: #FBF9F9;
	height: auto;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.contactheader-inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}

.contactheader-logo {
	transition: all .25s ease;
}

.contactheader-logo:hover {
	opacity: 0.7;
}

.contactheader-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}

.contactheader-nav li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	color: #221815;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: all .25s ease;
}

.contactheader-nav li a:hover {
	opacity: 0.7;
}

.contactheader-nav li a::before {
	content: '';
	background: url('../img/icon_header_arrow.svg') no-repeat center center; 
	background-size: 100%;
	width: 11px;
	height: 11px;
}

.contactwrapper {
	min-height: calc(100vh - 200px);
}

.contactfooter {
	padding: 29px 20px;
	background: #FBF9F9;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
.contactfooter-inner {
	max-width: 900px;
	margin: 0 auto;
}
.contactfooter-copy {
	font-size: 11px;
	font-weight: 500;
	/* color: #221815; */
	text-align: center;
	line-height: 2;
}


/* commoncontact ---------------------------------------*/

.commoncontactwrapper {
	min-height: calc(100vh - 200px);
}

.commoncontact {
	padding: 75px 50px 80px;
}

.commoncontact .inner {
	max-width: 900px;
	margin: 0 auto;
}

.commoncontact-title {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid #D9D9D9;
	padding-bottom: 17px;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}

.commoncontact-thanks-title {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid #D9D9D9;
	padding-bottom: 15px;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}

.commoncontact-lead {
	font-size: 28px;
	color: #EF7E00;
}

.commoncontact-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 40px;
}

.commoncontact-text:last-of-type {
	margin-bottom: 0;
}

.commoncontact-form {
	margin-top: 65px;
}

.commoncontact-sns {
	background: #FBF9F9;
	padding: 50px 40px;
	position: relative;
	margin-top: 80px;
}

.commoncontact-sns::after {
	content: '';
	background: url('../../contact/img/icon_followme.png') no-repeat center center;
	background-size: 100%;
	width: 212px;
	height: 170px;
	position: absolute;
	bottom: -4px;
	right: 60px;
}

.commoncontact-sns-sholder {
	color: #1B1464;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 8px;
	text-align: center;
}

.commoncontact-sns-title {
	color: #1B1464;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin-bottom: 30px;
	text-align: center;
}

.commoncontact-sns-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 46px;
	text-align: center;
}

.commoncontact-sns-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}

.commoncontact-sns-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 150px;
	max-width: calc(50% - 20px);
}

.commoncontact-sns-list li a {
	margin-bottom: 12px;
	transition: all .25s ease;
}

.commoncontact-sns-list li a:hover {
	opacity: 0.7;
}

.commoncontact-sns-list li a img {
}

.commoncontact-sns-list-title {
	color: #1B1464;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.commoncontact-sns-list-account {
	font-size: 12px;
	line-height: 2;
}

.commoncontact-line {
	background: #FBF9F9;
	padding: 50px 40px;
	margin-top: 80px;
}

.commoncontact-line-sholder {
	color: #1B1464;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-bottom: 10px;
	text-align: center;
}

.commoncontact-line-title {
	color: #1B1464;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin-bottom: 10px;
	text-align: center;
}

.commoncontact-line-account {
	color: #1B1464;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 16px;
}

.commoncontact-line-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 30px;
	text-align: center;
}

.commoncontact-line-qr-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.commoncontact-line-btn-wrapper {
	margin-bottom: 20px;
}

.commoncontact-line-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4CC764;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.6;
	border-radius: 99px;
	box-shadow: 0 5px 0 #469755;
	transition: all .25s ease;
}

.commoncontact-line-btn:hover {
	box-shadow: none;
	transform: translate(0, 5px);
}

.commoncontact-line-btn i {
	background: url('../../contact/img/icon_line_s.png') no-repeat center center;
	background-size: 100%;
	width: 30px;
	height: 29px;
}

.commoncontact-line-notice {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 900px) and (min-width: 768px){

	.commoncontact-sns::after {
		width: 160px;
		height: 134px;
		right: 40px;
	}
}


/* sp only */
@media screen and (max-width: 767px){

	/* contactheader ---------------------------------------*/

	.contactheader {
		padding: 22px 20px;
	}

	.contactheader-inner {
		max-width: 900px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.contactheader-logo {
		display: inline-block;
		width: 68px;
	}

	.contactheader-logo:hover {
		opacity: 1;
	}

	.contactheader-nav {
		display: none;
	}

	/* contactfooter ---------------------------------------*/

	.contactfooter {
		padding: 15px 20px;
		/* background: #fff; */
	}
	
	.contactfooter-copy {
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #949494;
	}


	/* commoncontact ---------------------------------------*/

	.contactwrapper {
		min-height: calc(100vh - 173px);
	}

	.commoncontact {
		padding: 27px 25px 20px;
	}

	.commoncontact-title {
		font-size: 19px;
		margin-bottom: 24px;
		padding-bottom: 10px;
		border-bottom: 1px solid #EEE;
		text-align: center;
		letter-spacing: 0.05em;
	}

	.commoncontact-text {
		font-size: 14px;
		line-height: 1.72;
		margin-bottom: 23px;
	}

	.commoncontact-form {
		margin-top: 40px;
	}

	/* thanks ---------------------------------------*/

	.commoncontact-thanks-title {
		font-size: 18px;
		margin-bottom: 24px;
		padding-bottom: 10px;
		border-bottom: 1px solid #EEE;
		text-align: center;
		letter-spacing: 0.05em;
	}

	.commoncontact-thanks-block {
		padding-bottom: 28px;
		border-bottom: 1px solid #EEE;
	}

	.commoncontact-sns {
		padding: 70px 35px 40px;
		margin-top: 62px;
	}

	.commoncontact-sns::after {
		background: url('../../contact/img/icon_followme_sp.png') no-repeat center center;
		background-size: 100%;
		width: 158px;
		height: 108px;
		bottom: unset;
		right: unset;
		top: -37px;
		left: 50%;
		transform: translateX(-50%);
	}

	.commoncontact-sns-sholder {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.commoncontact-sns-title {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.commoncontact-sns-text {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 30px;
		text-align: left;
	}

	.commoncontact-sns-list {
		gap: 26px;
	}

	.commoncontact-sns-list li {
		width: unset;
		max-width: unset;
	}

	.commoncontact-sns-list li a {
		width: 60px;
		margin-bottom: 3px;
	}

	.commoncontact-sns-list li a:hover {
		opacity: 1;
	}

	.commoncontact-sns-list-title {
		font-size: 14px;
	}

	.commoncontact-sns-list-account {
		font-size: 10px;
		line-height: 1.6;
	}

	
	.commoncontact-line {
		padding: 70px 35px 25px;
		margin-top: 62px;
		position: relative;
	}

	.commoncontact-line::after {
		content: '';
		background: url('../../contact/img/icon_followme_sp.png') no-repeat center center;
		background-size: 100%;
		width: 158px;
		height: 108px;
		position: absolute;
		top: -37px;
		left: 50%;
		transform: translateX(-50%);
	}

	.commoncontact-line-sholder {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.commoncontact-line-title {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.commoncontact-line-account {
		display: none;
	}

	.commoncontact-line-text {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 30px;
		text-align: left;
	}

	.commoncontact-line-qr-wrapper {
		display: none;
	}

	.commoncontact-line-btn-wrapper {
		margin-bottom: 20px;
	}

	.commoncontact-line-btn {
		max-width: 240px;
		font-size: 14px;
		letter-spacing: 0.05em;
	}

	.commoncontact-line-btn:hover {
		box-shadow: 0 5px 0 #469755;
		transform: translate(0, 0);
	}

	.commoncontact-line-notice {
		font-size: 11px;
		letter-spacing: 0.05em;
		text-align: left;
	}


}
