@charset "UTF-8";
/* index.css */


/* ===== head ===== */
h2 small,
h3 small,
.head_small {
	font-size: 18px;
	font-size: 1.2vw;
	font-weight: normal;
	font-family: arial, 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
	color: #a95a50;
}
h2 small:before,
h2 small:after,
h3 small:before,
h3 small:after,
.head_small:before,
.head_small:after  {
	content: "●";
	font-size: .5em;
	display: inline-block;
}
h2 small:before,
h3 small:before,
.head_small:before {
	margin-right: 1em;
}
h2 small:after,
h3 small:after,
.head_small:after  {
	margin-left: 1em;
}
h2,
h2 strong,
h2 span {
	font-size: 58px;
	font-size: 3.7vw;
	font-weight: bold;
	line-height: 1.3;
	font-family: fot-tsukuaoldmin-pr6n, "Noto Serif JP", serif;
	color: #311303;
}
h3 strong {
	font-size: 24px;
	font-size: 1.6vw;
	font-weight: 500;
}
p {
	line-height: 2;
	color: #311303;
}


/* ===== mv ===== */
main {
	position: relative;
	overflow: hidden;
}

#mv_wrap,
#mv {
	position: relative;
}
#mv video {
	width: 100%;
}
#mv_video_pc { display:block !important;  }
#mv_video_sp { display:none !important; }

.mv_cont {
	width:  100%;
	height: 100%;
	position: absolute;
	top:  0;
	left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	padding-left: 7vw;
	opacity: 1;
}
/* #mv.mvtext_anim .mv_cont */
#mv .mv_cont {
	/* animation: mv_opacity .3s linear forwards; */
	animation-delay: 2.8s;
}
@keyframes mv_opacity {
	0%   { opacity:1; }
	100% { opacity:0; }
}


.mv_cont h1 {
	font-size: 70px;
	font-size: 4vw;
	letter-spacing: 0.1em;
	color: #fff;
}
.mv_cont p {
	margin-bottom: 8em;
	color: #fff;
}
.cicle_wrap {
	width:  30vw;
	height: 30vw;
	position: absolute;
	left:   -15vw;
	bottom: -8vw;
	z-index: 5;
}
.cicle_img {
	animation: cicle_anim 30s linear infinite;
}
@keyframes cicle_anim {
	0%   { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}
.mv_cont h1,
.mv_cont p {
	position: relative;
	display: inline-block;
	opacity: 0;
	transform: translateY(.25em);
	transition: opacity .75s, transform .75s;
	transition-delay: .05s;
}
.mv_cont p {
	transition-delay: .75s;
}
.mv_cont.is-active h1 {
	transform: translateY(0);
	opacity: 1;
}
.mv_cont.is-active p {
	transform: translateY(0);
	opacity: 1;
}



/* ===== max & bg ===== */
.max_middle {
	width: 970px;
	width: 64.667vw;
	margin-left:  auto;
	margin-right: auto;
}
.bg_beige {
	background-color: #eeece9;
}
.beige_top,
.beige_bottom {
	content: "";
	width: 100%;
	display: block;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}
.beige_top {
	height: 17.3vw;
	background-image: url(../../img/index/bg_beige_top.svg);
	background-position: top center;
	margin-top: -17vw;
}
.beige_bottom {
	height: 12.6vw;
	background-image: url(../../img/index/bg_beige_bottom.svg);
	background-position: bottom center;
	margin-bottom: -12.6vw;
}
.bg_img {
	background-image: url(../../img/index/bg_message.jpg);
	background-size:  100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 12.6vw;
}

@media screen and (max-width:768px) {
	#mv_video_pc { display:none !important;  }
	#mv_video_sp { display:block !important; }

	.mv_cont {
		justify-content: flex-end;
	}
	#mv h1 {
		font-size: 26px;
		font-size: 6.933vw;
		line-height: 1.4;
		margin-bottom: .5em;
	}
	#mv p  {
		font-size: 5px;
		font-size: 1.333vw;
		font-size: 2.6vw;
		line-height: 2;
		margin-bottom: 3em;
	}



	.cicle_wrap {
		width:  45vw;
		height: 45vw;
		left:   inherit;
		right:  -20vw;
		bottom: -10vw;
	}
	.beige_top {
		height: 23vw;
		background-image: url(../../img/index/bg_beige_top_sp.svg);
		margin-top: -14.5vw;
	}
	.beige_bottom {
		height: 16vw;
		background-image: url(../../img/index/bg_beige_bottom_sp.svg);
		margin-bottom: -15.5vw;
	}
	.bg_img {
		background-image: url(../../img/index/bg_message_sp_short.jpg);
		padding-top: 12vw;
	}
}



/* ===== はじめに ===== */
h2.js-target strong,
h2.js-target span {
	display: inline-block;
	position: relative;
	opacity: 0;
	transform: translateY(.15em);
	transition: opacity .75s, transform .75s;
	transition-delay: .75s;
}

h2.js-target br + span {
	transition-delay: 1.25s;
}
h2.js-target span:not(:nth-of-type(-n+2)) {
	transition-delay: 1.75s;
}

h2.js-target.is-active strong,
h2.js-target.is-active span {
	opacity: 1;
	transform: translateY(0);
}
.head_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}
.head_flex .head_small {
	margin-top:   2em;
	margin-right: 4em;
}
.head_flex h2 {
	margin-bottom: .5em;
}
.head_flex h2 + p {
	margin-left: .5em;
}
/* --- 微かに動く画像flex --- */
.slider_over {
	overflow: hidden;
}
.move_img_flex {
	width: 200%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-left:  auto;
	margin-right: 0;
	animation: anim_txt_reverse 65s linear infinite;
	animation-direction: reverse;
	transform: translateX(100%);
}
.move_img_flex img {
	visibility: hidden;
}
.move_img_flex .img_wrap {
	margin-right: 3vw;
	background-size: cover;
}
.move_img01 { background-image:url(../../img/index/move_img01.jpg); }
.move_img02 { background-image:url(../../img/index/move_img02.jpg); }
.move_img03 { background-image:url(../../img/index/move_img03.jpg); }
.move_img04 { background-image:url(../../img/index/move_img04.jpg); }

.move_pc { display:flex !important; }
.move_sp { display:none !important; }

.img_left {
	width: 28.667vw;
}
.img_center {
	width: 24vw;
	margin-top: 11.333vw;
}
.img_right {
	width: 31vw;
}

@media screen and (max-width:768px) {
	.move_pc { display:none !important; }
	.move_sp { display:flex !important; }


	.move_img_flex {
		width: 300%;
	}
	.move_img_flex .img_wrap {
		margin-right: 8vw;
	}
	.img_left {
		width: 37vw;
		width: 60vw;
	}
	.img_center {
		width: 30vw;
		width: 60vw;
		margin-top: 15vw;
	}
	.img_right {
		width: 40vw;
		width: 70vw;
	}
}
@keyframes anim_txt_reverse {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
/* --- スクロールで画像スライダーが拡大 --- */
.uk-background-cover {
	background-size: 120% !important;
}





/* --- スライダー 画像テキスト --- */
.loop_text_wrap {
	width: 100%;
	height: 12vw;
	overflow: hidden;
	margin-top: -6vw;
}
.loop_text_anim {
	width:  280%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	animation: anim_txt 50s linear infinite;
	transform: translateX(100%);
}
.loop_text_anim .img_wrap {
	width:  100%;
	height: 100%;
}
.loop_text_anim img {
	width:  100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@keyframes anim_txt {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* ===== About ===== */
.h2_img {
	width: 24vw;
	margin: auto;
	opacity: 0;
	transform: translateY(5%);
	transition: opacity .75s, transform .75s;
	transition-delay: .5s;
}
.h2_img + p {
	text-align: center;
	line-height: 2.4;
}
.h2_img.is-active {
	transform: translateY(0);
	opacity: 1;
}


/* ===== Service ===== */
.service_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
}
.service_card {
	width: calc(100%/3 - 2%);
}
.service_card + .service_card {
	margin-left: 2%;
}
.service_card h3 {
	text-align: center;
}
.service_card h3 strong {
	font-family:"a-otf-ud-reimin-pr6n", "Noto Serif JP", serif;
	color: #311303;
}
.service_card h3 small {
	justify-content: center;
	margin-bottom: .75em;
}
/* パララクス */
.service_card img {
	visibility: hidden;
}
.service_card .img_wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../img/index/service01.jpg);
} 
.service_card:nth-of-type(2) .img_wrap {
background-image: url(../../img/index/service02.jpg);
}
/* 画面内でアニメーション */
.service_card,
#sec_staff,
#sec_message .flex_box,
.staff_flex,
.staff_slider_sp {
	opacity: 0;
	transform: translateY(5%);
	transition: opacity .75s, transform .75s;
	transition-delay: .5s;
}
.service_card.is-active,
#sec_staff.is-active,
#sec_message .flex_box.is-active,
.staff_flex.is-active,
.staff_slider_sp.is-active {
	transform: translateY(0);
	opacity: 1;
}





/* ===== Contact（BOX） ===== */
.contact_info {
	width: 75.667vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 1.333vw;
	background-color: #fff;
}
.contact_info h3 {
	width: 36%;
	font-size: 18px;
	text-align: center;
}
.contact_info h3 small,
.contact_info h3 strong {
	color: #584237;
}
.contact_info h3 small {
	line-height: 1;
	justify-content: center;
	margin-bottom: .75em;
}
.contact_info h3 strong {
	font-weight: bold;
}
.contact_flex {
	width: 64%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.contact_flex > a {
	width: calc(100%/2 - 1.5%);
	font-size: 22px;
	font-size: 1.467vw;
	padding: .75em;
	border-radius: 8px;
	transition: opacity .3s;
}
.contact_flex > a:hover {
	opacity: .8;
}

.contact_flex a,
.contact_flex dt,
.contact_flex dd  {
	line-height: 1;
	color: #796250;
}
/* お電話でのお問い合わせ */
.contact_tel {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, rgba(248, 226, 196, 1), rgba(249, 208, 191, 1));
}
.contact_tel:before,
.contact_form:before {
	content: "";
	width:  .9em;
	height: .9em;
	min-width:  .9em;
	min-height: .9em;
	font-size: 30px;
	font-size: 2vw;
	display: block;
	background-image:  url(../../img/index/contact_tel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: .5em;
}
.contact_tel dl {
	width: fit-content;
}
.contact_tel dt {
	font-size: 14px;
	font-size: .933vw;
	font-weight: normal;
	text-align: center;
	margin-bottom: .5em;
}
.contact_tel dd {
	font-size: 30px;
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
/* フォームでのお問い合わせ */
.contact_form {
	font-weight: bold;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, rgba(236, 225, 210, 1), rgba(223, 219, 215, 1));
}
.contact_form:before {
	width: .85em;
	min-width: .85em;
	background-image: url(../../img/index/contact_mail.svg);
}


/* ===== MESSAGE ===== */
h2.align_center small {
	justify-content: center;
	margin-bottom: 2em;
}
#sec_message h2 strong {
	line-height: 1.5;
}
/* flex_box */
#sec_message .img_wrap {
	width: 28%;
}
#sec_message .cont_wrap {
	width: 67%;
	position: relative;
}
#sec_message p,
.prof_info dt,
.prof_info dd {
	color: #430e00;
}
#sec_message p {
	letter-spacing: .1em;
	margin-bottom: 3em;
}
/* プロフィール */
.prof_info dt,
.staff_prof dt {
	font-size: 14px;
	font-size: 0.933vw;
}
.prof_info dd,
.staff_prof dd {
	font-size: 32px;
	font-size: 2.133vw;
	font-family:"Noto Serif JP", serif;
	font-weight: 500;
}
.prof_info dd {
	line-height: 1;
	margin-top: .25em;
}

.prof_info + img {
	width: 100%;
	height: 85px;
	height: 5.667vw;
	position: absolute;
	right:  0;
	bottom: -5%;
	object-fit: contain;
	object-position: right center;
	pointer-events: none;
}


/* ===== 想い ===== */
#sec_thoughts p {
	line-height: 2.5;
	text-align: center;
	color: #430e00;
}
#sec_thoughts.js-target {
	opacity: 0;
	transition: opacity .6s;
	transition-delay: .6s;
}
#sec_thoughts.is-active {
	opacity: 1;
}



/* ===== STAFF ===== */
.staff_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.staff_card {
	width: calc(100%/4 - 2%);
	position: relative;
}
.staff_card .img_wrap {
	overflow: hidden;
}
.staff_card .img_wrap img {
	transition: transform .5s;
}
.staff_card:hover .img_wrap img {
	transform: scale(1.05);
}
.staff_prof dt,
.staff_prof dd {
	color: #311303;
}
.staff_prof dt {
	margin-top: 1.5em;
	margin-bottom: .25em;
}
.staff_prof dd {
	line-height: 1.2;
}
#staff_slider_sp {
	display: none !important;
}
/* ----- modal ----- */
.staff_modal_wrap.uk-modal {
	padding: 6.667vw;
}
.staff_modal_wrap .uk-modal-dialog {
	width: 100%;
	padding: 70px 60px 80px 70px;
	padding: 4.667vw 4vw 5.333vw 4.667vw;
}
.staff_modal_wrap .modal_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.staff_modal_wrap .img_wrap {
	width: 280px;
	width: 18.667vw;
	margin-right: 50px;
	margin-right: 3.333vw;
	min-width: 18.667vw;
}
.staff_modal_wrap .modal_qa {
	width: 100%;
}
.modal_qa > div + div {
	margin-top:  50px;
	padding-top: 50px;
	margin-top:  3.333vw;
	padding-top: 3.333vw;
	border-top: 1px solid #e1dcd8;
}
.modal_qa .q_cont:before {
	content: "Q.";
	font-family: fot-tsukuaoldmin-pr6n, "Noto Serif JP", serif !important;
	font-weight: bold;
	margin-right: .75em;
}
.modal_qa .q_cont {
	font-size: 20px;
	font-size: 1.3vw;
	font-family: "Noto Serif JP", serif !important;
	font-weight: normal;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: .75em;
}
.modal_qa .q_cont span {
	font-family: "Noto Serif JP", serif !important;
	text-indent: -.5em;
}
/* 解答にdt・ddを含める場合 */
.modal_qa .a_cont dt,
.modal_qa .a_cont dd {
	color: #311303;
}
.modal_qa .a_cont dl > div {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.modal_qa .a_cont dt {
	width: fit-content;
	min-width: fit-content;
	margin-right: 1em;
}
/* modal バツボタン */
.uk-modal-close {
	font-size: 2vw;
	line-height: 1;
	letter-spacing: 0;
    position: absolute;
    top:   -1.2em;
    right: -.75em;
    color: #fff;
}
/* ----- lenis modal制御 ----- */







/* ===== instagram ===== */
.head_small.align_center {
	justify-content: center;
}
.insta_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.insta_wrap .img_wrap {
	width:  12.667vw;
	height: 12.667vw;
	min-width:  12.667vw;
	min-height: 12.667vw;
	padding: .2vw;
}
.insta_wrap img {
	width:  100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


/* ===== footer直前 Contact ===== */
.contact_section {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	border-top: 1px solid #584237;
}
.contact_section .img_wrap {
	width: 64%;
	border-right: 1px solid #584237;
}
.contact_section .img_wrap {
	object-fit: cover;
	object-position: center bottom;
}
.contact_section .cont_wrap {
	width: 36%;
	padding: 4vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/* フォームお問い合わせ */
.contact_section p {
	font-size: 26px;
	font-size: 1.733vw;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #584237;
	margin-bottom: 1.25em;
}
.contact_section p:before {
	content: "";
	width:  1.4em;
	height: 1.4em;
	display: block;
	background-image:  url(../../img/index/brown_mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: .5em;
}
.btn_contact a {
	width: 100%;
	font-size: 18px;
	font-size: 1.2vw;
	font-family: arial, 'Noto Sans JP', sans-serif;
	line-height: 1;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #fff;
	border: 1px solid #584237;
	background-color: #584237;
	margin-bottom: 2vw;
	padding: 1.25em;
	transition: color .3s, background-color .3s;
}
.btn_contact a:hover {
    color: #584237;
	background-color: #fff;
}



/* 電話お問い合わせ */
.li_tel {
	width: fit-content;
	margin: 0 auto;
}
.li_tel dt {
	font-size: 50px;
	font-size: 3.1vw;
	font-weight: bold;
	letter-spacing: .05em;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	color: #584237;
}
.li_tel dt:before {
	content: "";
	width:  1em;
	height: .85em;
	display: block;
	background-image: url(../../img/index/brown_tel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: .05em;
}
.li_tel dd {
	font-size: 18px;
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 1.2;
	margin-left: .5em;
	color: #584237;
}
.li_tel dd span {
	font-size: 14px;
	font-size: 0.933vw;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	margin-right: .5em;
	padding: .35em .5em;
	color: #fff;
	background-color: #584237;
	transform: translateY(-.1em);
}





@media screen and (max-width:768px) {
	/* ===== head ===== */
	/* ===== max ===== */
	.max_middle {
		width: 100%;
		padding-left:  20px;
		padding-right: 20px;
		padding-left:  8vw;
		padding-right: 8vw;
	}

	/* ===== はじめに ===== */
	h2 small,
	.head_small {
		font-size: 12px;
		font-size: 3.2vw;
	}
	h3 small {
		font-size: 14px;
		font-size: 3.733vw;
		line-height: 1;
		margin-bottom: .15em;
	}
	h3 strong {
		font-size: 18px;
		font-size: 4.8vw;
	}

	.head_flex {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.head_flex .head_small {
		margin-top: 0;
		margin-right: 0;
		justify-content: flex-start;
		margin-bottom: 1em;
	}
	h2,
	h2 strong,
	h2 span {
		font-size: 21px;
		font-size: 5.5vw;
	}
	#sec_message h2 strong,
	#sec_staff h2 strong    {
		font-size: 7vw;
	}

	.head_flex h2,
	.head_flex h2 strong,
	.head_flex h2 span {
		font-size: 21px;
		font-size: 6.5vw !important;
	}
	.head_flex h2 {
		line-height: 1.7;
		margin-bottom: 1em;
	}
	.head_flex h2 + p {
		text-align: justify;
		line-height: 2.4;
		margin-left: 0;
	}


	/* ===== About ===== */
	.h2_img {
		width: 35vw;
	}
	.h2_img + p {
		text-align: justify;
		line-height: 2.4;
	}


	/* ===== Service ===== */
	.service_flex {
		flex-wrap: wrap;
	}
	.service_card {
		width: 100%;
		font-size: 18px;
		font-size: 4.8vw;
	}
	.service_card + .service_card {
		margin-top: 40px;
		margin-top: 10.667vw;
	}


	/* ===== Contact（BOX） ===== */
	.contact_info {
		display: none !important;
	}


	/* ===== MESSAGE ===== */
	#sec_message .img_wrap {
		width: 100%;
		padding: 0 30px;
		padding-left:  8vw;
		padding-right: 8vw;
	}
	#sec_message .cont_wrap {
		width: 100%;
	}
	.prof_info dt {
		font-size: 14px;
		font-size: 3.733vw;
	}
	.prof_info dd {
		font-size: 32px;
		font-size: 8.533vw;
	}
	.prof_info + img {
		height: 18.667vw;
		position: relative;
		bottom: inherit;
	}
	#sec_message p {
		line-height: 2.4;
		margin-bottom: 2em;
	}


	/* ===== 想い ===== */
	#sec_thoughts {
		padding-left:  12vw;
		padding-right: 12vw;
	}
	#sec_thoughts p {
		line-height: 2.6;
		text-align: justify;
	}

	/* ===== STAFF ===== */
	#sec_staff h2 + p {
		line-height: 1.8;
	}
	.staff_prof dt {
		font-size: 12px;
		font-size: 3.2vw;	
	}
	.staff_prof dd {
		font-size: 24px;
		font-size: 6.4vw;
	}
	/* ----- slider ----- */
	.staff_flex {
		display: none !important;
	}
	.sslider_card {
		width: 65%;
	}
	#staff_slider_sp {
		display: block !important;
	}
	/* ----- modal ----- */
	.staff_modal_wrap.uk-modal {
		padding: 12vw 6.667vw 8vw; /* 8vw = 30px */
	}
	.staff_modal_wrap .uk-modal-dialog {
		padding: 6.667VW; /* 20px */
	}
	.staff_modal_wrap .modal_flex {
		flex-wrap: wrap;
	}
	.staff_modal_wrap .img_wrap {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column-reverse;
		margin-right: 0;
	}
	/* 所属 お名前 */
	.staff_modal_wrap .staff_prof {
		margin-bottom: 6.667vw;
	}
	.staff_modal_wrap .staff_prof dt {
		margin-top: 0;
	}
	/* 質問 解答 */
	.modal_qa {
		margin-top: 6.667vw;
	}
	.modal_qa .q_cont {
		font-size: 14px;
		font-size: 3.733vw;
		font-weight: bold;
	}
	.modal_qa .q_cont span {
		letter-spacing: .05em;
	}
	.modal_qa .a_cont p,
	.modal_qa .a_cont dt,
	.modal_qa .a_cont dd {
		font-size: 12px;
		font-size: 3.2vw;
	}
	.modal_qa > div + div {
		margin-top:  6.667vw;
		padding-top: 6.667vw;
	}
	/* バツボタン */
	.uk-modal-close {
		font-size: 6vw;
		top: -1.35em;
		right: 0;
	}


	/* ===== instagram ===== */
	.insta_wrap .img_wrap {
		width:  28.5vw;
		height: 28.5vw;
		min-width:  28.5vw;
		min-height: 28.5vw;
		margin-right: 0;
		padding: .75vw;
	}


	/* ===== footer直前 Contact ===== */
	.contact_section {
		flex-wrap: wrap;
	}
	.contact_section .img_wrap {
		width: 100%;
		border-right:  none;
		/* border-bottom: 1px solid #584237; */
	}
	.contact_section .cont_wrap {
		width: 100%;
		padding: 6.667vw 8vw;
	}
	/* 求人についてのお問い合わせ 文字 */
	.contact_section p {
		font-size: 14px;
		font-size: 3.733vw;
		flex-direction: row;
		margin-bottom: 1em;
	}
	.contact_section p:before {
		margin-right: .75em;
		margin-bottom: 0;
	}
	/* ul */
	.btn_contact a {
		margin-bottom: 0;
	}
	.contact_section ul {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.li_contact {
		width: 38%;
	}
	.li_tel {
		width: 60%;
	}
	/* contact btn */
	.btn_contact a {
		font-size: 12px;
		font-size: 3.2vw;
	}
	/* お電話 link */
	.li_tel {
		margin: 0;
	}
	.li_tel dt {
		font-size: 24px;
		font-size: 5.6vw;
		line-height: 1;
		margin-bottom: .25em;
	}
	.li_tel dd {
		font-size: 10px;
		font-size: 2.5vw;
	}
	.li_tel dd span {
		font-size: 10px;
		font-size: 2.5vw;
	}
}