@charset "UTF-8";

/* ===== mv ===== */
#mv_wrap {
  position:relative;
  text-align:center;
}
.mv_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.tab_blk {
	display: none !important;
}
/* --- MV左_メニュー --- */
.mv_left-menu {
	width: 25vw;
	min-width: 210px;
	position: relative;
	background-color: #fff;
	z-index: 2;
}
.mv_left-menu * {
	font-family:"hiragino-mincho-pron", 'Noto Sans JP', sans-serif !important;
}
.mv_logo {
	width: 10vw;
	margin: 3vw auto 2vw;
}
.mv_heading,
.mv_nav {
	width: 17vw;
	min-width: 165px;
	margin:  auto;
}
h1 {
	font-size: 2.05vw;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 1.2vw;
}
.mv_left-menu h1 + p {
	font-size: max(12px,1.2vw);
	text-align: left;
	line-height: 2;
	letter-spacing: .05em;
	margin-bottom: 1.5vw;
}
.mv_nav  {
	padding-bottom: max(40px,4vw);
}
.mv_nav li {
	text-align: left;
	line-height: 1;
	border-bottom: 1px solid #d1b88a;
}
.mv_nav a  {
	font-size: 14px;
	font-size: max(12px,1.2vw);
	font-weight: 600;
	display: inline-block;
	padding: .5em 0;
}
.mv_nav li.li_btn {
	margin-top: max(30px,3vw);
	border-bottom: none;
}
.mv_nav li.li_btn .btn {
	max-width: inherit;
}
.mv_nav li.li_btn a {
	width: 100%;
	font-size: 14px;
	font-size: max(14px,1.4vw);
	padding: .8em 0;
}

/* --- MV右_画像 --- */
#mv {
	width: 75vw; /* 幅1366pcのとき1021px */
}
/* slideshow調整 */
.uk-visible-toggle,
.uk-slideshow-items {
	height: 100%;
}
#mv .uk-slideshow-items img.pc_blk {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* --- 波 --- */
.mv_wave {
	width: 100%;
	position: absolute;
	left:   0;
	bottom: 0;
	transform: translateY(-1px);
}
.flex {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.waves {
	width: 100%;
	height:10vw;
	min-height:100px;
	position:relative;
	margin-bottom:-7px; /*Fix for safari gap*/
}
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px,0,0);
	}
	100% { 
		transform: translate3d(85px,0,0);
	}
}


/* ===== 最初のセクション ===== */
#sec_first .flex_box {
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#sec_first .card {
	width: calc(100%/3 - 15px);
	display: flex;
	flex-direction: column;
	text-align: center;
}
#sec_first .card img {
	margin-bottom: 20px;
}
#sec_first .card h3  {
	margin-bottom: 5px;
}
#sec_first .card p   {
	font-size: min(1.4vw,14px);
	margin-bottom: 20px;
}
#sec_first .card .btn {
	margin-top: auto;
}

/* 背景装飾(共通箇所) */
section {
	position: relative;
}
.bg_ptn {
	width:  100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top:  0;
	left: 0;
	z-index: -1;
	pointer-events: none !important;
}
.bg_ptn:before,
.bg_ptn:after {
	content: "";
	width:  100%;
	height: 100%;
	position: absolute;	
	display: inline-block;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none !important;
}
.bgT:before,
.bgT:after  {
	top: 0;
}
.bgB:before,
.bgB:after  {
	bottom: 0;
}

/* 背景装飾 個別 */
#sec_first .bgT:before {
	max-width: 1300px;
	background-position: left top;
	background-image: url(../img/firstPC_bgLT.svg);
	transform: translateY(20px);
}
#sec_first .bgT:after {
	max-width: 1300px;
	background-position: right top;
	background-image: url(../img/firstPC_bgRT.svg);
}
#sec_first .bgB:before {
	max-width: 1300px;
	background-position: left bottom;
	background-image: url(../img/firstPC_bgLB.svg);
}
#sec_first .bgB:after {
	max-width: 1300px;
	background-position: right bottom;
	background-image: url(../img/firstPC_bgRB.svg);
}


/* ===== ごあいさつ ===== */
#sec_greeting .bg_wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
	background-image: url(../img/greeting_bgPC.jpg);
	background-size: 1000px;
	background-repeat: repeat;
	background-position: center;
	z-index: 0;
}
#sec_greeting .bg_wrap:before,
#sec_greeting .bg_wrap:after  {
	content: "";
	width:  100%;
	height: 65vw;
	max-height: 680px;
	min-height: 400px;
	pointer-events: none;
	position: absolute;
	background-repeat: repeat-x;
	background-size: contain;
	z-index: -1;
}
#sec_greeting .bg_wrap:before {
	background-position: center top;
	background-image: url(../img/greeting_beforePC.png);
	top:  0;
	left: 0;
}
#sec_greeting .bg_wrap:after {
	background-position: center bottom -2vw;
	background-image: url(../img/greeting_afterPC.png);
	right:  0;
	bottom: 0;
}
#sec_greeting .wrap {
	width: auto;
}
#sec_greeting h2 {
	text-align: center;
	margin-bottom: 20px;
}
#sec_greeting p {
	font-size: 18px;
	line-height: 2;
}
#sec_greeting h2,
#sec_greeting p  {
	text-shadow: 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc,
				 0 0 3px #fdf4dc;
}


/* ===== 教育・研修 ===== */
.edu_wrap ul {
	width: fit-content;
	margin: 0 auto;
}
.edu_wrap li {
	font-size: 22px;
	font-weight: bold;
}
.color_orange {
	font-size: .75em;
	display: inline-block;
	margin-right: .5em;
	color: #d36028;
	transform: translateY(-.05em);
}
.edu_wrap li p  {
	font-size: 16px;
}
.edu_wrap small {
	font-size: 14px;
	display: inline-block;
	line-height: 1.2em;
}
/* 背景装飾 */
#sec_recruit .bgT:before {
	max-width: 1300px;
	background-position: top left;
	background-image: url(../img/recruitPC_bgLT.svg);
}
#sec_recruit .bgT:after  {
	background-position: top right;
	right: 0;
	background-image: url(../img/recruitPC_bgRT.svg);
}
#sec_recruit .bgB:before {
	background-position: bottom left;
	background-image: url(../img/recruitPC_bgLB.svg);
}
#sec_recruit .bgB:after  {
	background-position: bottom right;
	background-image: url(../img/recruitPC_bgRB.svg);
}


/* ===== 福利厚生 ===== */
.welfare_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.welfare_wrap .h_tate {
	margin: 0;
}
.welfare_wrap table {
	width: calc(100% - 75px);
	margin-left: 40px;
}
.welfare_wrap tr {
	width: 100%;
	border-bottom: 1px solid #d1b88a;
}
.welfare_wrap tr:first-of-type {
	border-top: 1px solid #d1b88a;
}
.welfare_wrap th,
.welfare_wrap td {
	font-size: min(1.56vw,16px);
	font-weight: 600;
	line-height: 1.8em;
	padding: 20px 0;
}
.welfare_wrap th {
	padding-right: 30px;
}
.welfare_wrap td a {
	display: inline-block;
}


/* ===== 座談会 ===== */
#sec_roundtable .wrap {
	max-width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 0;
}
#sec_roundtable .left_flex {
	width: 45%;
	max-width: 500px;
	min-width: 280px;
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-right: 40px;
}
#sec_roundtable .cont {
	display: flex;
	flex-direction: column;
	padding-left:  25px;
}
#sec_roundtable .cont h3 {
	line-height: 1.5em;
	margin: 25px 0 15px;
}
#sec_roundtable .cont .btn {
	margin-top: auto;
	margin-left: 0;
}
#sec_roundtable .right_img {
	width: 70%;
	max-height: 500px;
}
#sec_roundtable .right_img img {
	width:  100%;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
/* 座談会modal-window */
.uk-modal {
	padding-left:  50px;
	padding-right: 50px;
	z-index: 9999;
}
.uk-modal svg {
	display: none !important;
}
.uk-modal-dialog {
	width: 100%;
	max-width: 1176px !important;
}
.uk-modal-body {
	padding: clamp(30px,3.901vw,60px);
}
.zadan_mv {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.zadan_mv,
.zadan_staff_column {
	margin-bottom: clamp(30px,4vw,40px);
}
.zadan_mv > * {
	width: 50%;
}
.zadan_mv .zadanMV_cont {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background-image: url(../img/greeting_bgPC.jpg);
	background-size:  1000px;
	background-repeat: repeat;
	background-position: center;
	z-index: 0;
}
.zadan_mv .zadanMV_cont:before,
.zadan_mv .zadanMV_cont:after  {
	content: "";
	width:  100%;
	height: 100%;
	left: 0;
	display: inline-block;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}
.zadan_mv .zadanMV_cont:before {
	top: 0;
	background-position: top left;
	background-image: url(../img/zadan_decoT.svg);
}
.zadan_mv .zadanMV_cont:after  {
	bottom: 0;
	background-position: center bottom;
	background-image: url(../img/zadan_decoB.svg);
}
.zadan_mv .zadanMV_cont * {
	text-align: center;
	color: #910000;
}
.zadan_mv .zadanMV_cont h2 {
	font-size: clamp(30px,3.075vw,42px);
	position: relative;
	z-index: 5;
}
.zadan_mv .zadanMV_cont p  {
	font-size: clamp(14px,1.318vw,18px);
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.zadan_staff_column {
	width: 100%;
	max-width: 830px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left:  auto;
	margin-right: auto;
}
.zadan_staff_column .img_wrap {
	width: calc(100%/5 - min(4vw,40px)/2);
}
.zadan_title_wrap,
.zadan_cont_wrap  {
	width: 100%;
	text-align: center;
	padding: 60px 30px;
	padding-top:    clamp(40px,3.901vw,60px);
	padding-bottom: clamp(40px,3.901vw,60px);
	background-image: url(../img/greeting_bgPC.jpg);
	background-size:  1000px;
	background-repeat: repeat;
	background-position: center;
}
.zadan_cont_wrap h3 {
	display: inline-block;
	text-align: center;
	padding: .25em 1em;
	color: #fff;
	background-color: #eb7d29;
}
/* 発言アイコンと吹き出し文章 */
.zadan_cont_wrap .int_one {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.zadan_cont_wrap .int_one:nth-of-type(n+2) {
	margin-top: 30px;
}
.zadan_cont_wrap .int_one .img_wrap {
	max-width: 110px;
}
.zadan_cont_wrap .int_one .hukidasi_wrap {
	width: calc(100% - 255px);
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-top: 10px;
}
.zadan_cont_wrap .int_one .hukidasi_wrap:before {
	content: "";
	width: 0;
	height: 0;  
	margin-top:  22px;
	margin-left: 10px;
	border-style: solid; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 25px solid #fff;
	border-left: 0;
}
.zadan_cont_wrap .int_one .cont_wrap {
	width: 100%;
	padding: 15px 20px;
	border-radius: 5px;
	background-color: #fff;
}
.zadan_cont_wrap .int_one .cont_wrap p {
	font-size: 12px;
	font-weight: 500;
	text-align: justify;
	color: #666;
}
/* 発言アイコンと吹き出し文章(奇数) */
.zadan_cont_wrap .int_one:nth-of-type(even) {
	flex-direction: row-reverse;
}
.zadan_cont_wrap .int_one:nth-of-type(even) .hukidasi_wrap:before {
	content: none;
}
.zadan_cont_wrap .int_one:nth-of-type(even) .hukidasi_wrap:after  {
	content: "";
	width:  0;
	height: 0;  
	margin-top:   22px;
	margin-right: 10px;
	border-style: solid; 
	border-top:    15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left:   25px solid #fff;
	border-right:   0;
}
/* バツ アイコン */
.uk-modal-close-outside {
	width:  40px;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100%;
    background-color: #d4ab34;
    transform: translate(40%, -40%);
}
.dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 25px;
	height: 0.11em;
	background: #fff;
	border-radius: 0.11em;
	position: relative;
	transform: rotate(45deg);
}
.dli-close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

/* 背景装飾 */
#sec_roundtable .bgB:before {
	transform: translateY(2vw);
	background-position: left bottom;
	background-image: url(../img/roundtablePC_bgLB.svg);
}

/* ===== インタビュー ====== */
#sec_interview .card {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#sec_interview .card:not(:nth-of-type(1)) {
	margin-top: 60px;
}
#sec_interview .card:nth-of-type(even) {
	flex-direction: row-reverse;
}
#sec_interview .img_wrap  {
	width: 45%;
	min-width: 280px;
}
#sec_interview .img_wrap img {
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
#sec_interview .cont_wrap {
	width: 70%;
	padding: 40px 60px 40px;
	padding-left:  min(3vw,60px);
	padding-right: min(3vw,60px);
	background-color: #f2eada;
}
#sec_interview .heading_flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
#sec_interview .heading_flex h4 {
	font-size: clamp(18px,2.2vw,24px);
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: left;
	color: #b29058;
}
#sec_interview .heading_flex .big_num {
	font-size: 70px;
	font-size: min(7vw,70px);
	line-height: 1;
	letter-spacing: 0;
	color: #b29058;
	margin-left: 30px;
	margin-left: min(2vw,30px);
	word-break: normal;
}
#sec_interview .staff_info {
	width: 100%;
}
#sec_interview .staff_info:after {
	content: "";
	width:  100%;
	height: 1px;
	display: block;
	margin: 10px 0 15px;
	background-color: #b29058;
}
#sec_interview .staff_info dt {
	font-size: 20px;
}
/* 角丸 */
#sec_interview .img_wrap img,
#sec_interview .card:nth-of-type(even) .cont_wrap {
	border-radius: 20px 0 0 20px;
}

#sec_interview .cont_wrap,
#sec_interview .card:nth-of-type(even) .img_wrap img {
	border-radius: 0 20px 20px 0;
}
/* タブ */
.message_tab {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.message_tab li:not(:nth-of-type(1)) {
	margin-left: 2em;
}
.message_tab a {
	color: #999999;
}
.message_tab a.tab_active {
	color: #000;
}


/* ===== 立地 ===== */
#sec_place .wrap {
	max-width: 100%;
	padding-left:  0;
	padding-right: 0;
}
#sec_place .card {
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#sec_place .card:not(:nth-of-type(1)) {
	margin-top: 80px;
}
#sec_place .card:nth-of-type(even) {
	flex-direction: row-reverse;
}
#sec_place .card img {
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
#sec_place .card:nth-of-type(even) img {
	border-radius: 0 20px 20px 0;
}
#sec_place .card .left_cont  {
	width: 45%;
	max-width: 540px;
	min-width: 380px;
	padding-left:  40px;
	padding-right: 40px;
}
#sec_place .card .left_cont h3 {
	margin-bottom: 20px;
}
#sec_place .card .left_cont p  {
	text-align: justify;
	margin-bottom: 40px;
}
#sec_place .card .left_cont .btn {
	margin-left: 0;
}
#sec_place .card .right_cont   {
	width: 70%;
}
#sec_place .card h2  {
	margin-top: -80px;
}
/* 背景装飾 */
#sec_place .card_ritti .bgB:before {
	left: 0;
	background-image: url(../img/rittiPC_bgLB.svg);
	background-position: left -5vw bottom;
	transform: translateY(6vw);
}
#sec_place .card_syain .bgB:before {
	right: 0;
	background-image: url(../img/syainPC_bgRB.svg);
	background-position: right -5vw bottom;
	transform: translateY(12vw);
}

/* ====== 就業場所/定山渓の暮らし方 ===== */
#sec_lifework .h_tate {
	margin-left: 0 !important;
	margin-right: 60px;
}
#sec_lifework .map_wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#sec_lifework .gmap {
	width: 100%;
}
#sec_lifework .gmap iframe {
	width: 100%;
	height: 400px;
}
#sec_lifework .bg_box {
	padding: 30px;
	background-color: #f2eada;
}
#sec_lifework .dl_card {
	width: 100%;
}
#sec_lifework .dl_card:not(:nth-of-type(1)) {
	margin-top:  20px;
	padding-top: 20px;
	border-top:   1px solid #d1b88a;
}
#sec_lifework dt {
	font-size: 22px;
	color: #b29058;
	margin-bottom: 10px;
}
#sec_lifework dd {
	text-align: justify;
}

/* はしっこまでしっかりと使ったコンテンツのデザイン調整 */
@media screen and (min-width:1441px) {
	/* =====  座談会 ===== */
	#sec_roundtable .wrap {
		max-width: 1256px;
		padding-right: 40px;
	}
	#sec_roundtable .right_img img {
		border-radius: 20px;
	}

	/* ===== 立地 ===== */
	#sec_place .wrap {
		max-width: 1256px;
		padding-left:  40px;
		padding-right: 40px;
	}
	#sec_place .card:nth-of-type(odd) .left_cont {
		padding-left: 0;
	}
	#sec_place .card:nth-of-type(even) .left_cont {
		padding-right: 0;
	}
	#sec_place .card img {
		border-radius: 20px !important;
	}
	#sec_place .card_ritti .bgB:before {
		background-position: left bottom;
	}
	#sec_place .card_syain .bgB:before {
		background-position: right bottom;
	}
}


@media screen and (max-width:768px) {
	/* min解除 */
	#sec_roundtable .left_flex,
	#sec_interview .img_wrap,
	#sec_place .card .left_cont {
		min-width: inherit;
	}

	.bg_ptn:before,
	.bg_ptn:after  {
		content: none;
	}

	/* ===== mv ===== */
	#mv_wrap {
		padding-top: 55px;
	}
	#mv {
		width: 100%;
	}
	.mvSP_text {
		text-align: left;
		position: absolute;
		bottom: 0;
		transform: translateY(-60%);
	}
	.mvSP_text span {
		font-size: 18px;
		font-size: min(4.5vw,30px);
		font-weight: bold;
		line-height: 1;
		letter-spacing: .05em;
		display: inline-block;
		margin-top: .2em;
		padding: .5em .5em;
		color: #fff;
		background-color: #edd086;
		border-radius: 0 0 5px 0;
	}
	.mvSP_text span:first-of-type,
	.mvSP_text span:nth-of-type(3) {
		border-radius: 0 5px 5px 0;
	}
	/* 波 */
	.waves {
		height:18.667vw;
		max-height: 140px;
		min-height:70px;
	}
	/* uikit slideshow */
	.uk-visible-toggle,
	.uk-slideshow-items {
		height: 110vw;
	}


	/* ===== 最初のセクション ===== */
	#sec_first .flex_box {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#sec_first .mvSP_heading {
		font-size: 18px;
		font-size: min(4.2vw,24px);
		font-weight: 900;
		line-height: 2;
		letter-spacing: .05em;
		text-align: center;
		padding: min(0vw,60px) 0 min(8vw,80px);
	}
	#sec_first .card {
		width: 100%;
	}
	#sec_first .card:not(:first-of-type) {
		margin-top: 40px;
		margin-top: min(10.667vw,50px);
	}
	#sec_first .card img {
		margin-bottom: 0;
	}
	#sec_first .card h4  {
		font-size: 20px;
		font-size: min(5.333vw,24px);
		text-align: left;
		line-height: 1;
		margin-bottom: .5em;
	}
	#sec_first .card p {
		font-size: 14px;
		font-size: min(3.4vw,18px);
		text-align: left;
		margin-bottom: 0;
	}
	/* レイアウトをflexに変更 */
	#sec_first .sp_flex {
		max-width: 440px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-bottom: min(5.333vw,30px);
	}
	#sec_first .sp_flex .img_wrap {
		width: calc(50% - min(2.667vw,10px)/2);
	}
	#sec_first .sp_flex .cont_wrap {
		width: calc(50% - min(2.667vw,10px)/2);
		margin-right: min(2.667vw,10px);
	}


	/* ===== ごあいさつ ===== */
	#sec_greeting .wrap {
		padding-top:    20px;
		padding-bottom: 40px;
		padding-top:    min(5.333vw,30px);
		padding-bottom: min(10.667vw,50px);
	}
	#sec_greeting p {
		font-size: 16px;
	}
	#sec_greeting .bg_wrap {
		background-size: 700px;
	}
	#sec_greeting .bg_wrap:before {
		background-size: cover;
	}
	#sec_greeting .bg_wrap:before {
		height: 50vw;
		max-height: 340px;
		min-height: 180px;
		background-image: url(../img/greeting_beforeSP.png);
	}
	#sec_greeting .bg_wrap:after {
		height: 32vw;
		max-height: 160px;
		min-height: 120px;
		background-image: url(../img/greeting_afterSP.png);
	}


	/* ===== 教育・研修制度 ===== */
	.edu_wrap li {
		font-size: 18px;
		letter-spacing: .03em;
	}
	.edu_wrap li p {
		font-size: 14px;
	}
	.edu_wrap small a {
		font-size: 12px;
	}


	/* ===== 福利厚生 ===== */
	.welfare_wrap {
		display: inline;
	}
	.h_yoko,
	.h_yokoSP {
		font-size: 27px;
		display: inline;
		line-height: 1;
		text-align: center;
	}
	.h_yoko:before,
	.h_yokoSP:before {
		content: none;
	}
	.h_yoko strong,
	.h_yokoSP strong {
		font-size: 27px;
		writing-mode: horizontal-tb;
	}
	.h_yoko small,
	.h_yokoSP small {
		font-size: 14px;
		letter-spacing: .1em;
		text-align: center;
		color: #d36028;
	}
	table.sp_table {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	.welfare_wrap tr {
		border-top:    none !important;
		border-bottom: none !important;
	}
	.welfare_wrap th,
	.welfare_wrap td {
		width: 100%;
		font-size: 14px;
		letter-spacing: .05em;
		padding: 1em;
	}
	.welfare_wrap th {
		background-color: #F2EADA;
	}
	.welfare_wrap td {
		background-color: #FCF8F2;
	}


	/* ===== 座談会 ===== */
	#sec_roundtable .bg_wrap {
		padding-right: 0;
	}
	#sec_roundtable .top_flex {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	#sec_roundtable .cont_wrap {
		margin-left: 15px;
		margin-left: min(4vw,30px);
	}
	#sec_roundtable h3 {
		font-size: 21px;
		line-height: 1.4em;
		margin-top:    1em;
		margin-bottom: .75em;
	}
	.h_noren span {
		min-height: 240px;
		padding: 25px 15px;
	}
	.h_noren:after {
		width: calc(100% - 61px);
	}
	#sec_roundtable img {
		border-radius: 10px 0 0 10px;
	}
	#sec_roundtable .cont {
		padding: 0 20px 0 0;
	}
	#sec_roundtable .cont .btn {
		margin-left: auto;
	}


	/* 座談会modal-window */
	.uk-modal-dialog {
		max-width: 550px !important;
	}
	.uk-modal {
		padding: 30px 25px;
	}
	.uk-modal-body {
		padding: 20px;
	}
	.zadan_mv {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.zadan_mv > * {
		width: 100%;
	}
	.zadan_title_wrap {
		padding: min(13.333vw,80px) 20px;
	}
	.zadan_mv .zadanMV_cont h3 {
		font-size: min(8vw,42px);
	}
	.zadan_mv .zadanMV_cont p  {
		font-size: min(3.733vw,18px);
	}
	.zadan_staff_column {
		justify-content: center;
	}
	.zadan_staff_column .img_wrap {
		width: calc(100%/2 - min(4vw,40px)/2);
	}
	.zadan_staff_column .img_wrap:nth-of-type(even) {
		margin-left: min(4vw,40px);
	}
	.zadan_staff_column .img_wrap:nth-of-type(n+3) {
		margin-top: 15px !important;
	}
	.zadan_mv,
	.zadan_staff_column {
		margin-bottom: clamp(30px,8vw,40px);
	}
	/* バツ アイコン */
	.uk-modal-close-outside {
		width:  35px;
		height: 35px;
		transform: translate(20%,-50%);
	}
	.dli-close {
		width: 20px;
	}
	/* 発言アイコンと吹き出し文章 */
	.zadan_cont_wrap {
		padding: 30px 20px;
		padding: min(8vw,40px) min(5.333vw,30px);
	}
	.zadan_cont_wrap h3 {
		font-size: min(4.267vw,24px);
		line-height: 1.2;
		padding-top:    .5em;
		padding-bottom: .5em;
	}
		.zadan_cont_wrap .int_one {
			flex-wrap: wrap;
			justify-content: center;
		}
		.zadan_cont_wrap .int_one:nth-of-type(n+2) {
			margin-top: 30px !important;
		}
		.zadan_cont_wrap .int_one .hukidasi_wrap {
			width: 100%;
		}
		.zadan_cont_wrap .int_one .hukidasi_wrap:before {
			content: "" !important;
			width:  0;
			height: 0;
			margin-top:   0px;
			margin-left:  auto;
			margin-right: auto;
			border-style: solid;
			border-right:  15px solid transparent;
			border-left:   15px solid transparent;
			border-bottom: 20px solid #fff;
			border-top: 0;	 
		}
		.zadan_cont_wrap .int_one .hukidasi_wrap:after  {
			content: none !important;
		}
		/* 吹き出し */
		.zadan_cont_wrap .int_one .hukidasi_wrap {
			flex-wrap: wrap;
			flex-direction: column;
		}
		.zadan_cont_wrap .int_one .cont_wrap {
			padding: 15px;
		}
		.zadan_cont_wrap .int_one .img_wrap {
			max-width: 130px;
		}


		.zadan_cont_wrap .int_one {
			flex-wrap: wrap;
			justify-content: center;
		}
		.zadan_cont_wrap .int_one:nth-of-type(n+2) {
			margin-top: 30px !important;
		}
		.zadan_cont_wrap .int_one .hukidasi_wrap {
			width: 100%;
		}
		.zadan_cont_wrap .int_one .hukidasi_wrap:before {
			content: "" !important;
			width:  0;
			height: 0;
			margin-top:   0px;
			margin-left:  auto;
			margin-right: auto;
			border-style: solid;
			border-right:  15px solid transparent;
			border-left:   15px solid transparent;
			border-bottom: 20px solid #fff;
			border-top: 0;	 
		}
		.zadan_cont_wrap .int_one .hukidasi_wrap:after  {
			content: none !important;
		}
		/* 吹き出し */
		.zadan_cont_wrap .int_one .hukidasi_wrap {
			flex-wrap: wrap;
			flex-direction: column;
		}
		.zadan_cont_wrap .int_one .cont_wrap {
			padding: 15px;
		}
		.zadan_cont_wrap .int_one .img_wrap {
			max-width: 130px;
		}


	@media screen and (min-width:425px) {
		.zadan_staff_column .img_wrap {
			width: calc(100%/3 - min(3vw,40px));
			margin-top: 0 !important;
			margin-left: 0 !important;
		}
		.zadan_staff_column .img_wrap:nth-of-type(1) {
			margin-left: min(8vw,80px) !important;
		}
		.zadan_staff_column .img_wrap:nth-of-type(2) {
			margin-left:  min(2vw,20px) !important;
			margin-right: min(8vw,80px) !important;
		}
		.zadan_staff_column .img_wrap:nth-of-type(4) {
			margin-left:  min(2vw,20px) !important;
			margin-right: min(2vw,20px) !important;
		}
		.zadan_staff_column .img_wrap:nth-of-type(n+4) {
			margin-top: 15px !important;
		}
	}



	/* ===== インタビュー ===== */
	#sec_interview .card {
		flex-wrap: wrap;
	}
	#sec_interview .card:not(:first-of-type) {
		margin-top: 30px !important;
	}
	#sec_interview .img_wrap,
	#sec_interview .cont_wrap {
		width: 100%;
	}
	#sec_interview .img_wrap img {
		width:  100%;
		height: auto;
		object-fit: contain;
		border-radius: 10px 10px 0 0 !important;
	}
	#sec_interview .cont_wrap {
		padding: 20px;
		padding: min(5.333vw,30px);
		border-radius: 0 0 10px 10px !important;
	}
	#sec_interview .heading_flex {
		justify-content: left;
		flex-direction: row-reverse;
		margin-bottom: 10px;
	}
	#sec_interview .heading_flex .big_num {
		font-size: 45px;
		font-size: min(8vw,50px);
		margin: 0 15px 0 0;
	}
	#sec_interview .heading_flex h4 {
		font-size: 14px;
		font-size: min(3.8vw,18px);
		letter-spacing: .06em;
	}
	#sec_interview .staff_info dd {
		font-size: 12px;
	}
	#sec_interview .staff_info dt {
		font-size: 18px;
	}
	.message_tab {
		margin-bottom: 10px;
	}



	/* ===== 立地 ===== */
	#sec_place .bg_wrap {
		padding-left:  0;
		padding-right: 0;
	}
	#sec_place .card {
		flex-wrap: wrap;
	}
	#sec_place .card:not(:nth-of-type(1)) {
		margin-top: 40px;
	}
	#sec_place .card h2 {
		margin-top: 0;
	}
	#sec_place .card .left_cont,
	#sec_place .card .right_cont {
		width: 100%;
		max-width: 576px;
	}
	#sec_place .card .left_cont  {
		padding-left:  23px !important;
		padding-right: 23px !important;
	}
	#sec_place .card .left_cont h3 {
		font-size: 24px;
	}
	#sec_place .card .left_cont p  {
		margin-bottom: 20px;
	}
	#sec_place .card .right_cont img {
		width: calc(100% - 23px);
		height: auto;
		display: block;
		object-fit: contain;
		/* margin-bottom: 30px; */
		margin-left:  auto;
		margin-right: 0;
	}
	#sec_place .card:nth-of-type(even) .right_cont img {
		margin-left:  0;
		margin-right: auto;
	}
	#sec_place .card img {
		border-radius: 10px 0 0 10px;
	}
	#sec_place .card:nth-of-type(even) img {
		border-radius: 0 10px 10px 0;
	}


	/* ===== 就業場所/定山渓の暮らし方 ===== */
	#sec_lifework .map_wrap {
		display: inline;
	}
	#sec_lifework .h_yokoSP {
		width: 100%;
		display: inline-block;
		line-height: .75em;
		margin-right: 0;
	}
	#sec_lifework .h_yokoSP strong {
		font-size: 21px;
		margin-bottom: 0;
	}
	#sec_lifework .h_yokoSP small {
		width: 100%;
		display: inline-block;
	}
	#sec_lifework .gmap iframe {
		height: 60vw;
		max-height: 300px;
		min-height: 225px;
	}
	#sec_lifework .bg_box {
		padding: 20px;
		padding: min(5.333vw,30px);
	}
	#sec_lifework dt {
		font-size: 18px;
	}


	@media screen and (min-width:500px) {
		.tab_blk { display:block !important; }

		/* ===== 最初のセクション ===== */
		/* 
		#sec_first .flex_box {
			justify-content: center;
		}
		#sec_first .card h4 {
			font-size: 18px;
			font-size: min(3vw,20px);
		}
		#sec_first .card    {
			width: calc(100%/2 - 30px/2);
		}
		#sec_first .card:first-of-type {
			margin-right: 30px;
		}
		#sec_first .card:nth-of-type(2) {
			margin-top: 0;
		} */


		/* ===== 立地 ===== */
		#sec_place .card {
			justify-content: center;
		}


		@media screen and (min-width:600px) {
			/* ===== 座談会 ===== */
			#sec_roundtable .bg_wrap {
				padding-right: 23px;
			}
			#sec_roundtable .top_flex {
				max-width: 550px;
				margin-left:  auto;
				margin-right: auto;
			}
			#sec_roundtable img   {
				border-radius: 10px;
			}
			#sec_roundtable .cont {
				max-width: 550px;
				margin-left:  auto;
				margin-right: auto;
				padding-right: 0;
			}
			#sec_roundtable h3 {
				font-size: 26px;
			}
			.h_noren span {
				font-size: 30px;
			}
			.h_noren:after {
				width: calc(100% - 65px);
			}
			/* ===== インタビュー ===== */
			#sec_interview .card:not(:first-of-type) {
				margin-top: 40px !important;
			}
			/* ===== 立地 ===== */
			#sec_place .card .right_cont {
				padding: 0 23px;
			}
			#sec_place .card img {
				width: 100% !important;
				margin-left:  0 !important;
				margin-right: 0 !important;
				border-radius: 10px !important;
			}
			/* ===== 就業場所/定山渓の暮らし方 ===== */
			#sec_lifework .h_yokoSP strong {
				font-size: min(3.5vw,24px);
			}
		}
	}
}