#content_wrap a.btn_green {
	background:#25a709 url(../images/common/arrow_r_white.svg) right 10px center no-repeat;
	color:#fff;
	border:1px solid #25a709;
	border-bottom:3px solid #056c00;
}

#content_wrap a.job_btn {
	background:#25a709 url(../images/common/arrow_r_white.svg) right 10px center no-repeat;
	color:#fff;
	border:1px solid #25a709;
	border-bottom:3px solid #056c00;
}
#content_wrap a.btn_green_white {
	background:url(../images/common/arrow_r_green.svg) right 10px center no-repeat;
	color:#066d02;
	border:1px solid #25a709;
	border-bottom:3px solid #056c00;
}

#content_wrap .modal__detail {
	-ms-scrollbar-face-color: rgba(193,193,193,1);
	-ms-scrollbar-track-color: rgba(255,255,255,0);
	-ms-scrollbar-arrow-color: rgba(255,255,255,0);
	-ms-scrollbar-highlight-color: rgba(255,255,255,0);
	-ms-scrollbar-shadow-color: rgba(255,255,255,0);
	-ms-scrollbar-3dlight-color: rgba(255,255,255,0);
	-ms-scrollbar-darkshadow-color: rgba(255,255,255,0);
	scrollbar-width: thin;
	scrollbar-color: rgba(193,193,193,1) transparent;
}

#content_wrap .notscroll {
	-ms-scrollbar-face-color: rgba(255,255,255,0);
	scrollbar-color: transparent transparent;
}

#content_wrap .modal__detail::-webkit-scrollbar{
	position: absolute;
	right: 0;
	width: 5px;
}

#content_wrap .modal__detail::-webkit-scrollbar:hover {
	overflow: hidden;
	width: 5px;
}
#content_wrap .modal__detail::-webkit-scrollbar-button {
	display: none;
}
#content_wrap .modal__detail::-webkit-scrollbar-track-piece {
	display: none;
}

#content_wrap .modal__detail::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(193,193,193,1);
}

#content_wrap .notscroll::-webkit-scrollbar-thumb {
	background: rgba(193,193,193,0);
}

#content_wrap div.modal__header {
	display: flex;
	justify-content: flex-end;
}

#content_wrap div.modal__header div {
	margin-bottom: 1.5em;
	width: 100%;
}

#content_wrap div.modal__header h4 {
	font-size: 153.83%;
	font-weight: bold;
	display: inline-block;
}

#content_wrap div.modal__header .modal-close {
	display: inline-block;
	float: right;
	text-decoration: none;
}

#content_wrap div.modal__header .modal-close span {
	color: #000;
	font-size: 115.38%;
	vertical-align: top;
}
#content_wrap div.modal__header .modal-close i {
	font-size: 253.8%;
	color: #666;
	margin: 2px 0 0 4px;
}

#content_wrap .modal-prev,
#content_wrap .modal-next {
	position: absolute;
	height: 100%;
	color: #666;
}

#content_wrap .modal-prev i,
#content_wrap .modal-next i {
	position: relative;
	top: 50%;
}

#content_wrap .modal-prev {
	left: 0;
}

#content_wrap .modal-next {
	right: 0;
}


#content_wrap div.modal__detail {
	font-size: 199.97%;
	line-height: 1.75;
	overflow-y: scroll;
	height: 90%;
	margin-top: 1.5em;
	padding-bottom: 10em;
}

#content_wrap div.modal__detail > div {
	margin: 0 5px 0 10px;
}

#content_wrap .tab_wrap {
	display: flex;
	width: 100%;
	max-height: 474px; /* 44 + 43x */
	height: 474px;
}

#content_wrap .tab {
	display:flex;
	flex-direction: column;
	width: 25%;
	border-right: 1px solid #ccc;
}

#content_wrap .tab a {
	padding: 10px;
	background: #ededed;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: inline-block;
	color: #000;
}

#content_wrap .tab a span {
	display: inline-block;
}

#content_wrap .tab .tab_badge {
	color: #fff;
	background-color: #f44040;
	font-size: 80%;
	border: 1px solid #f44040;
	border-radius: 10px;
	padding: 2px 6px;
	line-height: 1;
	float: right;
	margin-top: 3px;
}

#content_wrap .tab a:first-child {
	border-top: 1px solid #ccc;
}

#content_wrap .tab_content{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 80%;
	overflow-y: scroll;
}


#content_wrap .tab_select {
	border-left: 6px solid #F44040!important;
	border-right:none!important;
	background: #fff!important;
	width: calc(100% + 1px);
}

#content_wrap .tab_show {
	display:block!important;
}

#pankuzu {
	clear: both;
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
	font-size: 84.61%;
	overflow: hidden;
}
#pankuzu ul {
	overflow: hidden;
}
#pankuzu ul li {
	float: left;
	margin-right: 10px;
	padding: 10px 0;
}
#pankuzu ul li a {
	margin-right: 10px;
	color: #333;
}
#pankuzu ul li a:hover { text-decoration: none;}

#content_wrap {
	clear: both;
	overflow:hidden;
	max-width:1000px;
	margin:0 auto 70px;
	padding:0 10px;
}
#content_wrap h1{
	font-size:150%;
	margin:1em 0;
	line-height: 1.75;
}

#content_wrap h2{
	font-size:161.52%;
	font-weight: bold;
	margin:1.5em 0;
	line-height: 1.7em;
}

.modal{
	display: none;
	height: 100vh;
	position: fixed;
	left:0;
	top: 0;
	z-index:100;
	width: 100%;
	overflow: auto;
}
.modal__bg{
	background: rgba(255,255,255,0.95);
	height: 100vh;
	position: fixed;
	width: 100%;
}
.modal__content{
	left: 50%;
	padding: 0 3em;
	position: absolute;
	transform: translate(-50%,0);
	max-width: 960px;
	width:100%;
	max-height: 100%;
	height: 100%;
}

.modal__move {
	font-size: 2.5em;
}

#content_wrap table {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	table-layout: fixed;
}
#content_wrap table th,#content_wrap table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px 16px;
	vertical-align: middle;
}
#content_wrap table th {
	font-weight: bold;
	text-align: left;
	background:#F5F0E7;
}

/* Focused Style */
input[type="checkbox"]:focus + span::before {
	border-color: #ccc;
}
.select_non{opacity:0.5 !important;}


.background_icon {
	white-space: nowrap;
}

.background_icon::before {
	background-size: contain;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	content: '';
	display: inline-block;
}


.map {
	width: auto;
	margin: 30px auto 0;
	position: relative;
	padding-bottom: 360px;
	height: 0;
	overflow: hidden;
}
.map iframe,.map object,.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* 仮 */
p.sectionHeader:before, p.sectionHeader:after {
	content:"";
	flex-grow: 1;
	height: 2px;
	background-color: #F44040;
	display: block;
}

p.sectionHeader:before {
	margin-right: .8em;
}

p.sectionHeader:after {
	margin-left: .8em;
}

.omit-row-1, .omit-row-2,
.omit-row-3, .omit-row-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.omit-row-1 {
	-webkit-line-clamp: 1;
}

.omit-row-1.enable-time {
	-webkit-line-clamp: 1;
}

.design_1 .omit-row-1 {
	max-height: 2.2em;
}

.design_2 .omit-row-1 {
	max-height: 2.2em;
}

.omit-row-2 {
	-webkit-line-clamp: 2;
}

.omit-row-2.enable-time {
	-webkit-line-clamp: 1;
}

.design_1 .omit-row-2 {
	max-height: 3.5em;
}

.design_2 .omit-row-2 {
	max-height: 2.9em;
}

.design_2 .detail-photo.omit-row-2 {
	max-height: 3.45em;
}

.omit-row-3 {
	-webkit-line-clamp: 3;
}

.omit-row-3.enable-time {
	-webkit-line-clamp: 2;
}

.design_1 .omit-row-3 {
	max-height: 5.1em;
}

.design_2 .omit-row-3 {
	max-height: 5.1em;
}

.omit-row-4 {
	-webkit-line-clamp: 4;
}

.omit-row-4.enable-time {
	-webkit-line-clamp: 3;
}

.design_1 .omit-row-4 {
	max-height: 6.1em;
}

.design_2 .omit-row-4 {
	max-height: 6.6em;
}

.omit-row-1 p, .omit-row-2 p,
.omit-row-3 p, .omit-row-4 p {
	overflow: hidden;
}

span.time-photo {
	margin-left: 1em;
	font-weight: bold;
}

.result_footer_background {
	background: rgba(0,0,0,0.5)!important;
}

a.apply-btn {
	display: inline-block;
	background:#25a709;
	border: 1px solid #25a709;
	color:#fff!important;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	border-radius:5px;
	width: 230px;
	font-size: calc(16px + (1vw - 3.2px) * 0.303);
	transition: background-color 0.2s;
}

a.apply-btn:hover {
	background-color: #1f8609;
	border: 1px solid #1f8609;
}

a.apply-btn span {
	padding: 12px 0;
	display: inline-block;
}

#return a.apply-btn {
	left: calc(50% - 115px);
}

a.tourcontact-btn {
	display: inline-block;
	background:#ffffff;
	color:#F44040!important;
	border:1px solid #F44040;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	border-radius:5px;
	width: 230px;
	font-size: calc(12.6px + (1vw - 3.2px) * 0.515);
	transition: background-color 0.2s;
}

a.tourcontact-btn:hover {
	background-color: #E30D0D;
	border:1px solid #E30D0D;
	color: #ffffff!important;
}

a.tourcontact-btn span {
	padding: 12px 0;
	display: inline-block;
}


a.block_more-btn {
	display: inline-block;
	background:#ffffff;
	color:#411e00!important;
	border:1px solid #411e00;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	border-radius:5px;
	width: 230px;
	font-size: calc(12.6px + (1vw - 3.2px) * 0.515);
	transition: background-color 0.2s;
}

a.block_more-btn:hover {
	background-color: #2f1600;
	color: #ffffff!important;
}

a.block_more-btn span {
	padding: 12px 0;
	display: inline-block;
}

button.close-btn {
	display: inline-block;
	color:#FFFFFF!important;
	background: #aaa;
	border:1px solid #aaa;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
	border-radius:5px;
	width: 230px;
	font-size: 140%;
	transition: background-color 0.2s;
	cursor: default;
	position: relative;
}

button.close-btn::before {
	content: "";
	position: absolute;
	background: url(../images/common/icon_fan.svg) 0 center no-repeat;
	top: 0;
	left: 5px;
	display: block;
	height: 100%;
	width: 48px;
	transform: rotate(-32deg);
	-ms-transform: scale(1.3) rotate(-32deg);
}

button.close-btn span:not(.font-small) {
	padding: 6px 0;
	display: inline-block;
	position: relative;
	left: 5px;
}


.font-large {
	font-size: 120%;
}

.font-small {
	font-size: 70%;
}


#leadSentence {
	font-size: 160%;
	padding: 1em 2em 0em 2em;
	line-height: 2;
	text-align: center;
}


#attention p {
	margin-top: 5px;
	text-align: right;
	font-size: 1rem;
}

#title {
	font-size: 180%;
	padding: 1em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
}

.index_badge {
	background-color: #FFFFFF;
	border-radius: 100px;
	padding: .5em 1em;
	position: absolute;
	top: 5px;
	left: 5px;
}

.block_more {
	position: relative;
	text-align: center;
	bottom: calc(9vw - 2px);
	padding: 12px;
	padding-top: 36px;
	margin-bottom: -10vw;
	background: linear-gradient(rgba(255,255,255,0) 33%,#ffffff);
}

.omit {
	max-height: 600px;
	overflow: hidden;
}

#moreLink a {
	text-decoration: none;
	color: #7d3e25;
}

#moreLink a:hover {
	color: #ad4d17;
}

.icon_height {
	height: 2vw;
	min-height: 30px;
}

.icon_height_big {
	height: 10vw;
	min-height: 0;
	max-height: 8em;
}

.image_box {
	min-height: 160px;
}

.xjob_bunner {
	transition: opacity 0.2s;
}

.xjob_bunner:hover {
	opacity: 0.8;
}

.modal-open {
	cursor: pointer;
}

.h-md-100 {
    height: 100%;
}

#return {
	transform: translateZ(0);
}

body {
	font-size: 13px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .apply-btn, .tourcontact-btn,
	.block_more-btn, .close-btn {
		box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	}

	*::-ms-backdrop, .close-btn::before {
		top: 15px!important;
		left: 25px!important;
	}

	*::-ms-backdrop, .design_2 .detail-none.omit-row-1,
	.design_2 .detail-icon.omit-row-1 {
		max-height: 1.5em;
	}

	*::-ms-backdrop, .design_2 .detail-none.omit-row-2,
	.design_2 .detail-icon.omit-row-2 {
		max-height: 3em;
	}

	*::-ms-backdrop, .design_2 .detail-none.omit-row-3,
	.design_2 .detail-icon.omit-row-3 {
		max-height: 4.5em;
	}

	*::-ms-backdrop, .design_2 .detail-none.omit-row-4,
	.design_2 .detail-icon.omit-row-4 {
		max-height: 6em;
	}

}


/**
  SP
 */
@media screen and (max-width: 980px) {
	body {
		font-size: calc(7px + ((1vw - 3.2px) * 0.909));
	}

}

@media screen and (max-width: 768px) {

	#content_wrap div.tab,
	#content_wrap div.tab a {
		display: none;
	}
	#content_wrap div.modal__header div {
		margin-bottom: .5em;
	}
	#content_wrap div.tab_content {
		width: 100%;
		border: none;
	}
	#content_wrap div.tab_content div.content {
		display:block;
	}
	#content_wrap div.modal__content {
		max-height: 100%;
		height: 100%;
		border-radius: 0;
	}

	@media (min-aspect-ratio: 9/16) {
		.modal__content {
			max-height: 55vh;
			height:55vh;
		}
	}
	@media (max-aspect-ratio: 9/16) {
		.modal__content {
			max-height: 63vh;
			height: 63vh;
		}
	}
	@media (min-aspect-ratio: 3/4) {
		.modal__content {
			max-height: 70vh;
			height: 70vh;
		}
	}
	input[type="button"],input[type="submit"] {
		-webkit-appearance: none;
	}
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	input,
	textarea{
		font-size: 16px;
	}
	body {
		background: #fff;
		width: auto;
	}
	img {
		width: auto;
		max-width: 100%;
	}

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	#map {
		width: auto;
		height: auto;
		margin: 30px auto 0;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		overflow: hidden;
	}
	#map iframe,
	#map object,
	#map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



	.block_more {
		bottom: calc(32vw - 2px);
		margin-bottom: -34vw;
	}

	.icon_height {
		height: 5vw;
		min-height: 0;
	}

	.icon_height_big {
		height: 15vw;
		min-height: 0;
	}

	.image_box {
		min-height: 25vw;
	}

	.font-large {
		font-size: 150%;
	}

	.font-small {
		font-size: 80%;
	}

    .h-md-100 {
        height: auto;
    }

	.design_2 .detail-none {
		top: auto!important;
		bottom: 0;
	}


}

@media screen and (max-width: 576px) {
	#attention p {
		font-size: 130%;
	}
}

@media screen and (max-width: 450px) {
	#return a.apply-btn {
		left: calc(50% - 115px);
	}

	#return .btn_return {
		width: 40px!important;
		height: 40px!important;
	}
}

@media screen and (max-width: 374px) {
	#return a.apply-btn {
		width: 200px;
	}
}

@media screen and (max-width: 320px) {
	body {
		font-size: 7px;
	}

}



.hero {
    position: relative;
    width: 100%;
    height: 70vh; /* 高さを画面の80%に設定 */
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 動画が親要素のサイズに合わせて切り取られます */
}

.catchphrase {
    position: absolute;
	width: 105%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.9em;
    text-align: center;
    line-height: 1.5;
	font-weight: bold;
}

.catchphrase_sub {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.5;
	font-weight: bold;
}



.slider{
	margin: 0px auto 0px auto;
	width: 80%;
}
.slider img{
	height: auto;
	width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}

.pbox{
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
}
.cbox{
  vertical-align: middle;
  width: 50%;
}
.boxA{
  text-align: center;
  vertical-align: middle;
}
.boxB{
  text-align: left;
	padding-left: 10px;
}		

p.sectionHeader2:before {
	margin-right: .8em;
}		
p.sectionHeader2:before, p.sectionHeader2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color:#32508E;
	display: block;
}		
p.sectionHeader2:after {
	margin-left: .8em;
}		


.list_wrap {
	list-style:  none;      /* デフォルトのアイコンを消す */
	margin:  0;             /* デフォルト指定上書き */
	padding: 0;             /* デフォルト指定上書き */
}

.list_d{
	text-align: center;			
	font-size: 160%;
}

.list_d:before {
	content:  "";     /* 空の要素作成 */
	width:  10px;               /* 幅指定 */
	height:  10px;              /* 高さ指定 */
	display:  inline-block;     /* インラインブロックにする */
	background-color:#606060;  /* 背景色指定 */
	border-radius:  50%;        /* 要素を丸くする */
	margin-right: 5px;
}		

.list_text{
	text-align: center;
	margin-bottom: 25px;
	font-size: 140%;

}

.qaContainer{
	width: 90%;
	margin: auto;
}

.qaContainer dt {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #cce6ff;
	text-indent: -25px;
	font-size: 160%;
}
.qaContainer dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
}
.qaContainer dd {
	margin: 20px 10px 30px 35px;
	text-indent: -25px;
	font-size: 140%;
}
.qaContainer dd:before {
	content: "A.";
	color: #1771c6;
	font-weight: bold;
	margin-right: 7px;
}



.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

ol.otameshi_ol{
	margin: 50px auto 70px auto;
    background-color: #fff3c4;
    padding: 1px 0px 10px 0px;
}

li.otameshi {
  margin-top: 30px;
  margin-left: 50px;
  font-size: 180%;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

@media screen and (max-width: 576px) {
li.otameshi {
  margin-left: 30px;

}
}

.explain{
	font-size: 160%;
    line-height: 1.5;	
}

.explain2{
	font-size: 120%;
    line-height: 1.5;	
}



.job {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    text-align: center; /* 画像を中央揃えにする */
}

.job_company{
	display: flex;align-items: center;font-size: 200%;font-weight: bold;width: 70%;margin: 0 auto 20px auto;
}

.job_image {
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.job_text{
    font-size: 140%;
    line-height: 1.5;
	margin: 10px auto;
}

@media screen and (max-width: 576px) {
.job {
    max-width: 100%;

	}

.job_image{
    max-width: 100%;		
	}	

}


