@charset "utf-8";

/*---------------------------------------------

スタッフ募集ページCSS

------------------------------------------------*/

/*  ----------- header ------------- */
#header {
    padding: 20px 5% 0;
}
#header .header_top {
	display:flex;
    padding-bottom: 20px;
}
#header .header_top p.mmlogo {
   width:20%;
}
#header p.titleTxt {
	margin-left: 30px;
	font-size:13px;
}
#header h1 {

}

#container {
    margin-top: 0;
    padding: 0 0 3em;
	font-size:14px;
	border:none;
}

#mainVisual {
	position:relative;
	width:100%;
	height:400px;
	background-image:url("../img/mainvisual.jpg");
	background-size:cover;
	background-position: top center;
	background-repeat:no-repeat;
}

#mainVisual .titleArea {
	position:absolute;
	width:60%;
	top:80px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color:#fff;
}

#mainVisual .titleArea h1 {
	background:#FF8147;
	padding:12px 15px;
}

#mainVisual .titleArea p {
	font-size:16px;
	text-align:center;
	margin:20px auto 0;
}

#mainVisual .titleArea p span {
	font-size:80%;
}

#mainVisual span.exp {
	position:absolute;
	width:800px;
	display:block;
	bottom:5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size:11px;
	color:#e5dfd9;
}

#contents {
	padding: 70px 0 60px;
	width:100%;
}

.bgGray {
	background:#F5F5F5;
}

.column h2{
    position: relative;
	font-size:34px!important;
	color:#FF8147;
	text-align:center;
	margin:0 auto 50px;
	padding-left: 0;
	letter-spacing:.05em;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.column h2::before {
	position: absolute;
    left: 45%;
    bottom: -20%;
    width: 10%;
    height: 6px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 3px, #F0E1CB 3px 6px);
    content: '';
    z-index: 1;
}

h3{
	font-size:18px!important;
	margin: 1em 0 0;
	padding:0;
	border:none;
    background:none;
}

p.copyText {
	text-align:center;
	color:#3896AF;
	font-size:18px;
	padding-bottom: 1em;
	line-height:1.7!important;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}		
p.copyText span{
/*	background: linear-gradient(transparent 50%, #F1CC8F 80%);*/
}

/*  ----------- コンテンツ ------------- */
#body {}

.appropriateIllust {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
	justify-content: center;
	margin:0 0 20px;
	justify-content: space-between;
}

.appropriateIllust li {
	width:29%;
	display:block;
	color:inherit;
	flex: 1;
	text-align: center;
	}

.appropriateIllust li span{
	display:block;
	padding:0 0 1em;
	text-align:center;
}
.appropriateIllust li span:before {
	content:'';
	height:18px;
	width:18px;
	margin:-5px 5px;
	display: inline-block;
	background:url(../img/icon_check.svg);
	background-size: 100% 100%;
}
dl.sampleTimeline {
	margin:0 0 20px;
	}

dl.sampleTimeline dt {
	color:#FF8147;
}
dl.sampleTimeline dd {
	margin-bottom:1.8em;
}

dl.sampleTimeline dt span {
		background:#FF8147;
		margin:1em 1em.8em 0;
		padding:0.3em 0.6em 0.2em;
		display:inline-block;
	border-radius: 14px;
	color:#fff;
	}
	
.catch_title{
   margin-bottom: 1em;
   padding-top:2em;
   padding-bottom:2px;
   font-size:28px;
}

.hint {
	font-size:85%;
}
.catch_title_fix{
   margin-bottom: 1em;
   padding-bottom:2px;
   font-size:28px;
}



/*  ----------- column ------------- */
.column {
	width:800px;
	margin:0 auto;
	padding:0;
}

.column .timeline {
	width:600px;
	margin:50px auto 0;
}

.column .timeline h3 {
	font-size:20px!important;
	text-align:center;
	color:#5E6063;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.column .timeline h3 span {
	display:block;
	padding-top:0.5em;
	font-weight:normal;
	font-size:70%;
}

.column .timeline h3 {
    position: relative;
    padding: 0 0 0.8em 0;
    margin-bottom: 0.2rem;
	border-bottom: 2px solid #CFD1D3;
}

.column .timeline h3:before,
.column .timeline h3:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.column .timeline h3:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #CFD1D3;
    margin-left: -16px;
}

.column .timeline h3:after {
    border: 13px solid;
    border-color: transparent;
    border-top-color: #F5F5F5;
    margin-left: -13px;
}

.column .timeline .sampleTimeline {
	margin:20px auto 50px;
	width:100%;
}
.column .timeline .sampleTimeline img{
	width:100%;
}

.column table {
/*	border:1px solid #0051a4;*/
}

.column table th {
	width:6em;
	vertical-align:top;
	text-align:center;
	color:#fff;
	background:#5EB1C8;
}

.column table tr:nth-child(2n) th {
	background:#3896AF!important;
}

.column table td {
	background:#f5f5f5;
}

.column table tr:nth-child(2n) td {
	background:#e4e6e7!important
}
	
	.column table tr td ul {
		list-style-type: disc;
	padding-left:1em;}
	.column table tr td ul li {
	padding-bottom:0.3em;
	}
	.column table tr td ul li:last-child {
	padding-bottom:0em;
	}
	.column table tr td .indent {
		display:block;
		text-indent:-1em;
		margin-left:1em;
		margin-top:0.5em;;
		font-size:90%;
		line-height:1.5
	}
	.column table tr td ol {
		display:flex;
		gap: 20px;
	}	
.column table tr td ol li:nth-child(1),
.column table tr td ol li:nth-child(3),
.column table tr td ol li:nth-child(5)	{
		display:inline-block;
		padding:1em;
		/*border:#FF8147 1px solid!important;*/
		background:#fff;
		border-radius: 10px;
		text-align:center;
		line-height:1.3;
		 align-self: center;
	}
.column table tr td ol li:nth-child(2n)	{
		align-self: center;
	}
.column table tr td ol li:nth-child(1) span,
.column table tr td ol li:nth-child(3) span,
.column table tr td ol li:nth-child(5) span {
		display:block;
		font-size:80%;
		line-height:1.2;
		padding:0.5em 0 0;
	}
.column table th,
.column table td{
	padding:1.5em;
}
.column p {
		margin-bottom:1em;
		line-height:1.8;
}
.column .btn {
	float:right;
	margin:0.2em 0 0.2em 6%;
}


.policy {
	border:2px solid #F5F5F5;
	margin:30px auto;
		padding:2em;
		font-size:12px;
}


/*  ----------- footer ------------- */
#footer {
    position: relative;
    background: #FFF;
    color: #000;
    padding-bottom: 4em;
    width: 100%;
	font-size:85%;
	text-align:center;
}
#footerin {
    margin: 0 auto;
    max-width: 960px;
    padding-top: 1em;
}
	
.sp_br {
	display:none;
		}
		
@media all and (min-width: 801px) {
#mainVisual {
	background-position: top -80px center;
}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #FF8147;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}	
		}
@media all and (min-width: 1201px) {
#mainVisual {
	background-position: center center;
}
#mainVisual .titleArea {
	width:500px;
	top:80px;
			}
		}
@media all and (max-width: 800px) {
.column table tr td ol li:nth-child(1),
.column table tr td ol li:nth-child(3),
.column table tr td ol li:nth-child(5)	{
		display:block;
		padding:1em;
		/*border:#FF8147 1px solid!important;*/
		background:#fff;
		border-radius: 10px;
		text-align:center;
		line-height:1.3;
		 align-self: center;
	}
.column table tr td ol li:nth-child(2n)	{
		text-align:center;
	}
	.column table tr td ol {
				display:block;
				width:80%;
				margin:0 auto;
	}	
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #FF8147;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}	
.column {
	width:90%;
	margin:0 auto;
	padding:0;
}
.column .timeline {
	width:100%!important;
	margin:50px auto 0;
}

.header_top p.mmlogo {
   width:30%!important;
}
.header_top {
	margin:0 auto!important;
			width:90%;
		}
#mainVisual .titleArea {
	width:70%;
	top:40px;
}
#mainVisual span.exp {
	width:90%;
	display:block;
	bottom:1em;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size:11px;
	color:#e5dfd9;
}

.appropriateIllust li span{
	text-align:left;
}
.sp_br {
	display:block;
}

	}

@media all and (max-width: 640px) {
.header_top p.mmlogo {
   width:50%!important;
}
.header_top {
	margin:0 auto!important;
			width:90%;
		}
#mainVisual .titleArea {
	width:80%;
	top:40px;
			}
			#mainVisual .titleArea p {
			font-size:13px;}

#container {
    padding: 1.5em 0 0;
}
h2.sptitle {
    padding-left: 0;
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}
		
/*  ----------- column ------------- */
.column img {
	margin-top:1.5em;
	width:100%;
}
.column_text {
    padding-bottom: 1em;
}
.discription_office{
    padding: 0;
	text-align:left;
}

.catch_title {
	margin-top:1em;
	margin-bottom: 1em;
}

/*  ----------- header ------------- */
#header {
    padding: 1em 0 0;
}
#header .header_top {
    padding-bottom: 1em;
}
#header h1 {
	float:none;
    margin:0 auto 1em;
}


h3 {
    margin-bottom: 0.5em;
}
			
.column h2{
	font-size:23px!important;
}

.column h2::before {
    left: 35%;
    width: 30%;
}
p.copyText {
	text-align:center;
	color:#3896AF;
	font-size:16px;
}		

.column .btn {
    float: none;
    margin: 0 auto;
	width:52%;
}
.column img {
    margin-top: 0;
    width: 100%;
}
.catch_title {
    padding-top: 1.2em;
}
.copyright {
	font-size:85%;
}

			.appropriateIllust {
				display:block;
			}
			
			.appropriateIllust li {
				width:45%;
				margin:0 auto 50px;
			}
			.appropriateIllust li span {
				text-align:center;
			}
		}

ul.list_dod{
	list-style: disc;
	margin-left: 1.5em;
  /* text-indent: 1em; */
}
p.coment{
	margin-top: 5px;
	padding-left: 1.5em;
		}
		

.bnr_entry a {
			display: block;
			background-color:#EE7D49;
			margin:0 auto;
			padding:1.5em 4em 0.8em;
			width:8em;
			height:2em;
			text-align:center;
			color:#fff;
			font-size:18px;
			letter-spacing:.08em;
			border-radius: 40px;
			font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		}
@media all and (max-width: 640px) {
.bnr_entry a {
			padding:1.5em 0 0.8em;
			width:auto;
		}
}