@charset "UTF-8";

/* !ページタイトル -------------------------------------------------------------- */
.page_title {
	height: 59.166vw;
	max-height: min(71em, 100vh);
	position: relative;
}
.page_title_txt {
	position: absolute;
	bottom: 3.345%;
	left: 0;
	right: 0;
	line-height: 2;
}
.page_title_img {
	width: 100%;
	height: 91.11%;
	max-height: min(64.6875em, 91.11vh);
	position: absolute;
	top: 0;
}
.page_title_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask-image: url(../images/mask.svg);
	mask-size: 100%;
	mask-position: bottom center;
	mask-repeat: no-repeat;
}
.page_title_icon {
	height: 3.053em;
}
.h1 { font-size: 3.125em; letter-spacing: 0.2em; }
.h1-span {
	font-size: 1.875em;
	display: inline-block;
}
.h1-span::first-letter {
	text-transform: capitalize;
}
@media screen and (max-width: 1920px) {
	.page_title {
		font-size: 0.833vw;
	}
}
@media screen and (max-width: 1024px) {
	.page_title {
		height: 45vw;
		font-size: 1.1vw;
	}
	.page_title_img {
		height: 77%;
	}
}
@media screen and (max-width: 540px) {
	.page_title {
		height: 75vw;
		font-size: 1.7vw;
	}
	.page_title_img {
		height: 79%;
	}
	.h1 { letter-spacing: 0.15em; }
}


/* !パンくずリスト -------------------------------------------------------------- */
.breadcrumb {
	font-size: .875em;
	color: #333;
	margin-top: 1.3em;
	margin-bottom: 3em;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li::after {
	content: ">";
	margin-left: 0.7em;
	margin-right: 0.7em;
	color: #c6c6c6;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a:hover {
	color: var(--orange);
}
.breadcrumb li a br {
	display: none;
}
@media screen and (max-width: 540px) {
	.breadcrumb {
	}
}


/* !contents -------------------------------------------------------------- */
.pagelink li {
	height: 4.75em;
	width: 15.5em;
}
.pagelink li + li {
	border-left: 1px dashed var(--orange);
}
.pagelink li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	padding: 0 .5em .4em;
	color: #333;
	font-weight: 700;
	width: 100%;
	height: 100%;
	position: relative;
}
.pagelink li a:hover {
	background: var(--lorange);
	color: var(--orange);
}
.pagelink li a::after {
	position: absolute;
	content: "";
	display: block;
	background: #333;
	clip-path: polygon(50% 65%, 91% 0, 100% 20%, 50% 100%, 0 20%, 9% 0);
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: .68em;
	height: .35em;
}
.pagelink li a:hover::after {
	background: var(--orange2);
}
@media screen and (max-width: 540px) {
	.pagelink li {
		height: 4em;
		width: 50%;
	}
	.pagelink li a::after {
		bottom: 1%;
	}
}


.career_dl dt::before {
	content: "●";
	color: var(--orange2);
	font-size: 55%;
	vertical-align: 12%;
	margin-right: .8em;
}
.career_dl dd {
	padding: .2em 0 1em 1em;
}
.about .career_dl dd span {
	width: 4.5em;
	display: inline-block;
	white-space: nowrap;
}
@media screen and (max-width: 540px) {
	.about .career_dl dd span {
		width: auto;
		display: block;
	}
}


.img_about_02 {
	width: 23.5em;
	margin-left: auto;
	margin-right: 0;
}
.img_about_03 {
	width: 23.5em;
	margin-top: 10em;
}

@media screen and (max-width: 1024px) {
	.img_about_03 {
		margin-top: 6em;
	}
}
@media screen and (max-width: 540px) {
	.img_about_02 {
		width: 50vw;
	}
	.img_about_03 {
		width: 50vw;
		margin-left: 10vw;
	}
}


.tour-sliderWrap {
	width: 182.5em;
	margin-left: calc(calc(100vw - 182.5em) /2);
	margin-right: calc(calc(100vw - 182.5em) /2);
}
.tour-slider .slick-inner {
	padding: 1.25em;
	text-align: center;
}
.tour-slider .slick-inner p {
	padding: .5em 0;
}
.tour-slider .slick-inner img {
	width: 43.125em;
}
@media screen and (max-width: 1024px) {
	.tour-sliderWrap {
		font-size: 1.1vw;
	}
	.tour-slider .slick-inner p {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 540px) {
	.tour-sliderWrap {
		font-size: 1.9vw;
	}
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
	width: 83vw;
	max-width: 1800px;
	height: 0;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev,
.slick-next {
    display: block;
    width: 1.375em;
	height: 2.5em;
    cursor: pointer;
    position:relative;
	top: 14em;
	z-index: 2;
}
.slick-prev:before, .slick-next:before {
    position: absolute;
    content: "";
    width: 1.375em;
	height: 2.5em;
	background: url(../images/slick-arrow.svg) no-repeat;
	background-size: 100%;
	transform: none;
	top: 0;
}
.slick-prev,
.slick-next,
.slick-prev:before, .slick-next:before {
	font-size: 16px;
}
.slick-prev:before {
	transform: rotate(180deg);
}
@media screen and (max-width: 1556px) {
	.slick-prev,
	.slick-next,
	.slick-prev:before, .slick-next:before {
		font-size: 1.028vw;
	}
}
@media screen and (max-width: 1024px) {
	.slick-prev,
	.slick-next,
	.slick-prev:before, .slick-next:before {
		font-size: 1.455vw;
	}
	.slick-prev,
	.slick-next {
		top: 11em;
	}
}
@media screen and (max-width: 540px) {
	.arrow_box {
		width: 100vw;
	}
	.slick-prev,
	.slick-next,
	.slick-prev:before, .slick-next:before {
		font-size: 2.6vw;
	}
}
.tour-sliderWrap2 {
	width: 387.5em;
	margin-left: calc(calc(100vw - 387.5em) /2);
	margin-right: calc(calc(100vw - 387.5em) /2);
}
.tour-slider2 .slick-inner {
	text-align: center;
}
.tour-slider2 .slick-inner img {
	width: 48.4375em;
}
@media screen and (max-width: 1024px) {
	.tour-sliderWrap2 {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 540px) {
	.tour-sliderWrap2 {
		font-size: 1.8vw;
	}
}

.illust_info_01 img {
	width: 21.25em;
}
.txt-1 {
	border-radius: 1em;
	border: 1px solid #C9C9C9;
	display: inline-block;
	padding: .4em 1em;
	line-height: 1;
}
@media screen and (max-width: 1024px) {
	.illust_info_01 img {
		width: 24vw;
	}
}
@media screen and (max-width: 540px) {
	.illust_info_01 {
		margin-bottom: 5vw;
	}
	.illust_info_01 img {
		width: 45vw;
	}
	.img_info_01 img {
		width: 60vw;
	}
	.img_info_04 img {
	}
}


.illust_10 {
	position: absolute;
	top: 3.25em;
	right: -20%;
}
.illust_10 img {
	width: 12.9375em;
}

.illust_03._02 {
	position: absolute;
	bottom: -4.5em;
	right: 0;
	left: inherit;
}
.img_first-time_01 {
	background: url(../images/img_first-time_01.webp) left top no-repeat;
	background-size: 52.25em;
	margin-left: calc(calc(100vw - 120em)/2);
}
@media screen and (min-width: 1920.1px) {
	.img_first-time_01 {
		margin-left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.illust_10 {
		top: 0;
		right: -10%;
	}
	.illust_03._02 img {
		width: 13em;
	}
	.img_first-time_01 {
		background-size: 35em;
		margin-left: 10%;
		padding-top: 40em;
	}
}
@media screen and (max-width: 540px) {
	.illust_03._02 {
		right: 3%;
		bottom: -3em;
	}
	.illust_03._02 img {
		width: 9em;
	}
	.illust_10 {
		top: -10em;
		right: -2%;
	}
	.img_first-time_01 {
		background-size: 70vw;
		background-position: left 5vw top;
		margin-left: 0;
		padding-top: 25em;
	}
}


.recruit_dl {
}
.recruit_dl dt {
	font-size: 162.5%;
	line-height: 1.6;
	color: var(--orange2);
	display: inline-flex;
	background: #fff;
	border-radius: 1.7em;
	padding: .76em 1.7em .76em 3.4em;
	position: relative;
	margin-top: 2em;
	letter-spacing: 0.08em;
}
.recruit_dl dt::before {
	position: absolute;
	content: "";
	display: block;
	width: 2em;
	height: 1.924em;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon_recruit_01.png) no-repeat;
	background-size: 100%;
}
.recruit_dl dt.icon_recruit_01::before {
	background-image: url(../images/icon_recruit_01.png);
}
.recruit_dl dt.icon_recruit_02::before {
	background-image: url(../images/icon_recruit_02.png);
}
.recruit_dl dt.icon_recruit_03::before {
	background-image: url(../images/icon_recruit_03.png);
}
.recruit_dl dt.icon_recruit_04::before {
	background-image: url(../images/icon_recruit_04.png);
}
.recruit_dl dt.icon_recruit_05::before {
	background-image: url(../images/icon_recruit_05.png);
}
.recruit_dl dd {
	margin-top: 1.6em;
}
.logo-shimane {
	height: 16.625em;
	display: flex;
	align-items: center;
	justify-content: center;
	mix-blend-mode: multiply;
	margin-bottom: 1.7em;
}
.logo-shimane img {
	width: 11.125em;
}
.bg_add_top {
	position: relative;
}
.bg_add_top::before {
	position: absolute;
	content: "";
	display: block;
	background: var(--lorange);
	width: 100%;
	height: 7.5em;
	top: -7.5em;
	z-index: -1;
}
@media screen and (max-width: 540px) {
	.recruit_dl dt {
		font-size: 135%;
	}
	.logo-shimane {
		height: inherit;
	}
}


.schedule_ul {
	padding-left: 25.8%;
}
.schedule_ul li {
	display: flex;
	align-items: center;
	padding: 1.5em 0;
	position: relative;
	color: #848484;
}
.schedule_ul li::before {
	position: absolute;
	content: "";
	display: block;
	background: #FFF5EC;
	width: 1.5em;
	height: 100%;
	z-index: -1;
	left: 2.5625em;
	top: 2em;
}
.schedule_ul li:last-child::before {
	content: none;
}
.clock {
	margin-right: 9%;
}
.clock img {
	width: 6.625em;
}
.schedule_txt {
	font-size: 187.5%;
	font-weight: 700;
	letter-spacing: .1em;
	display: flex;
	flex-direction: column;
	line-height: 1.8;
}
.img_recruit_02,
.img_recruit_03 {
	width: 36.75em;
}
.img_recruit_02 {
	margin-top: 11.5em;
	margin-left: auto;
	margin-right: 0;
}
.img_recruit_03 {
	margin-top: 8.75em;
}
@media screen and (max-width: 1024px) {
	.schedule_ul {
		padding-left: 7%;
	}
	.img_recruit_02,
	.img_recruit_03 {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 540px) {
	.schedule_ul {
		font-size: 2.5vw;
	}
	.img_recruit_02,
	.img_recruit_03 {
		font-size: 1.9vw;
		margin-top: 3em;
	}
}


.box-3 {
	background: #fff;
	border-radius: 6.25em;
	padding: 1.5em 3.4em 1em;
}
.menu_contactWrap {
	height: 7.5em;
}
.txt-2 {
	padding: .9em 0 .9em 10%;
}
@media screen and (max-width: 1024px) {
	.menu_contactWrap {
		font-size: 2.4vw;
		padding: 0 28%;
		height: inherit;
	}
	.menu_contactWrap .menu_contact {
		margin: 0;
	}
	.txt-2 {
		padding: .9em 0 .9em 6%;
	}
}
@media screen and (max-width: 540px) {
	.txt-2 {
		padding: .7em 0 .7em 5%;
	}
	.menu_contactWrap {
		font-size: 4.8vw;
		padding: 0 8.8%;
	}
}


.txt-3 {
	border-radius: 1em;
	border: 1px solid var(--orange);
	display: inline-block;
	padding: .2em .5em;
	line-height: 1;
	margin-bottom: .4em;
}
.prevention_01 img {
	width: 14.3125em;
}
.facility-standards_dl {
}
.facility-standards_dl dt {
	border-bottom: 1px dashed var(--orange);
	font-size: 125%;
	line-height: 1.8;
	padding: .6em 0 .6em 1em;
	position: relative;
	margin-top: 1.6em;
}
.facility-standards_dl dt::before {
	content: "●";
	color: var(--orange2);
	font-size: 55%;
	position: absolute;
	left: 0;
	top: 1.8em;
}
.facility-standards_dl dd {
	line-height: 2;
	padding: 1em 0;
}