@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {

.about .cont01 .txt_read{
font-size: 1.6rem;
font-weight: 500;
line-height: 1.6;
margin: 0 0 30px;
text-align: center;
}

.job_list{
width: 700px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin:0 auto 80px;
}

.job_list li{
width: 46%;
margin: 0 2%;
}

.job_list li a{
border: 2px solid #121212;
padding: 10px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
color: #121212;
line-height: 1;
font-weight: 800;
border-radius: 50rem;
transform: .5s;
}

.job_list li a:hover{
background: #121212;
color: #FFF;
}

.job_box{
position: relative;
margin: 0 0 120px;
}

.job_ttl{
padding-bottom: 15px;
border-bottom: 1px solid #d9d9d9;
margin: 0 0 30px;
}

.job_ttl .jp{
font-size: 1.4rem;
font-weight: 800;
line-height: 1;
margin-left: -5px;
margin-bottom: 5px;
}

.job_ttl .en{
font-size: 4.6rem;
font-weight: 800;
line-height: 1;
letter-spacing: -.1rem;
}

.job_box .job_card{
display: flex;
flex-wrap: wrap;
padding: 32px;
background-color: #fff;
border-radius: 16px;
transition: opacity .2s cubic-bezier(.16,1,.3,1);
}

.job_box .job_card .badge{
font-size: 14px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0;
flex-shrink: 0;
padding: 4px 32px;
border-radius: 32px;
background-image: linear-gradient(140deg,#009cea 15%,#01a3e2 33%,#04b5cb 70%,#0bd99f);
color: #fff;
display:inline-block;
}

.job_box .job_card h6{
font-size: 2.2rem;
font-weight: 700;
margin-left: 10px;
line-height: 1.4;
}

.job_box .job_card .arrow {
position: absolute;
bottom: 20px;
right: 20px;
display: inline-block;
width: 30px;
height: 2px;
margin-top: 9.2px;
border-radius: 9999px;
background-color: #000000;
}

.job_box .job_card .arrow::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 0;
width: 15px;
height: 2px;
border-radius: 9999px;
background-color: #000000;
transform: rotate(45deg);
transform-origin: calc(100% - 1px) 50%;
}

.about .cont01 h3{
background: radial-gradient(circle, rgba(0,0,0,0.7) 0%, rgba(0,0,0,1) 100%);
padding: 10px 20px;
box-sizing: border-box;
margin: 0 0 30px;
color: #FFF;
font-weight: 800;
border-radius: 50rem;
}
.about .cont01 table {
width: 96%;
margin: 0 auto 60px;
box-sizing: border-box;
border-top: #ccc 1px solid;
border-right: #ccc 1px solid;
background: #FFF;
}
.about .cont01 table th {
width: 25%;
padding: 20px;
background: #666;
color: #FFF;
font-weight: 800;
border-left: #ccc 1px solid;
border-bottom: #ccc 1px solid;
vertical-align: middle;
}
.about .cont01 table td {
padding: 20px;
border-left: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.about .cont01 table td p {
display: flex;
flex-wrap: wrap;
margin: 10px 0;
}
.about .cont01 table td span {
margin-right: 30px;
}
.about .cont01 .map {
margin-bottom: 50px;
}
.about .cont01 .map:last-child {
margin-bottom: 0px;
}
.about .cont01 .map .cont_tit {
font-size: 1.4em;
margin-bottom: 10px;
line-height: 1.3;
font-weight: 900;
}

dl.jddl {
	margin: 0;
	padding: 2px 10px 0 10px;
}
dl.jddl-pdleftg0 {
	margin: 0;
	padding: 2px 10px 0 0;
}
dl.jddl dt,dl.jddl-pdleftg0 dt {
	margin: 0;
	padding: 0;
}
dl.jddl dt::before,dl.jddl-pdleftg0 dt::before {
  content: "▼"
}
dl.jddl dd,dl.jddl-pdleftg0 dd {
	margin: 0;
	padding: 0 0 10px 10px;
}
dl.jddl dd:last-child,dl.jddl-pdleftg0 dd:last-child {
	padding: 0 0 0 10px;
}
.detail-bikou {
	margin: 0 20px 0 0;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #EFEFEF;
}
.detail-kinmuchi-bikou {
	margin: 7px 20px 0 0;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #EFEFEF;
}
.salary-bikou {
  font-size: 11px;
}
dl.salary-dl-main {
	margin: 0;
	padding: 10px 0 0 0;
}
dl.salary-dl-main dt {
	margin: 0;
	padding: 6px 0 6px 8px;
	background: #EFEFEF;
	font-weight: bold;
}
dl.salary-dl-main dd {
	margin: 7px 0 0 0;
	padding: 0 0 10px 10px;
}
dl.salary-dl-main dd:last-child {
	padding: 0 0 0 10px;
}
dl.salary-dl-sub {
	margin: 0;
	padding: 0 10px;
}
dl.salary-dl-sub dt {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: normal;
}
dl.salary-dl-sub dt::before {
  content: "▼"
}
dl.salary-dl-sub dd {
	margin: 0;
	padding: 0 0 10px 10px;
}
dl.salary-dl-sub dd:last-child {
	padding: 0 0 0 10px;
}
.shgJn {
	padding: 7px 0 0 10px;
}
.detail-ul {
	margin: 0 0 0 15px;
	padding: 0;
}


}
/*sp*/
@media only screen and (max-width: 767px) {
.about .cont01 .txt_read{
font-size: 1.2rem;
font-weight: 500;
line-height: 1.6;
margin: 0 0 30px;
text-align: center;
}

.job_list{
width: 90%;
margin:0 auto 40px;
}

.job_list li{
width: 100%;
margin: 0 0 20px;
}

.job_list li:last-child{
margin-bottom: 0;
}

.job_list li a{
border: 2px solid #121212;
padding: 10px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
color: #121212;
line-height: 1;
font-weight: 800;
border-radius: 50rem;
transform: .5s;
}

.job_list li a:hover{
background: #121212;
color: #FFF;
}

.job_box{
position: relative;
margin: 0 0 60px;
}

.job_ttl{
padding-bottom: 15px;
border-bottom: 1px solid #d9d9d9;
margin: 0 0 30px;
}

.job_ttl .jp{
font-size: 1.4rem;
font-weight: 800;
line-height: 1;
margin-left: -5px;
margin-bottom: 5px;
}

.job_ttl .en{
font-size: 2.6rem;
font-weight: 800;
line-height: 1;
letter-spacing: -.05rem;
}

.job_box .job_card{
display: flex;
flex-wrap: wrap;
padding: 14px;
background-color: #fff;
border-radius: 16px;
transition: opacity .2s cubic-bezier(.16,1,.3,1);
}

.job_box .job_card .badge{
font-size: 12px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0;
flex-shrink: 0;
padding: 4px 16px;
border-radius: 50rem;
background-image: linear-gradient(140deg,#009cea 15%,#01a3e2 33%,#04b5cb 70%,#0bd99f);
color: #fff;
display:inline-block;
margin-bottom: 5px;
}

.job_box .job_card h6{
font-size: 1.6rem;
font-weight: 700;
margin-left: 10px;
line-height: 1.4;
}

.job_box .job_card .arrow {
position: absolute;
bottom: 10px;
right: 10px;
display: inline-block;
width: 20px;
height: 2px;
margin-top: 9.2px;
border-radius: 9999px;
background-color: #000000;
}

.job_box .job_card .arrow::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 0;
width: 10px;
height: 2px;
border-radius: 9999px;
background-color: #000000;
transform: rotate(45deg);
transform-origin: calc(100% - 1px) 50%;
}


.about .cont01 h3{
background: radial-gradient(circle, rgba(0,0,0,0.7) 0%, rgba(0,0,0,1) 100%);
padding: 10px;
box-sizing: border-box;
margin: 0 0 20px;
color: #FFF;
font-weight: 800;
border-radius: 50rem;
line-height: 1;
}

.about .cont01 table {
box-sizing: border-box;
border-top: #ccc 1px solid;
margin-bottom: 40px;
background: #FFF;
}
.about .cont01 table th {
padding: 10px;
background: #666;
color: #FFF;
}
.about .cont01 table td {
padding: 10px;
border-bottom: #ccc 1px solid;
}
.about .cont01 table td p {
display: flex;
flex-wrap: wrap;
margin: 10px 0;
}
.about .cont01 table td span {
margin-right: 10px;
}
.about .cont01 .map {
margin-bottom: 50px;
}
.about .cont01 .map:last-child {
margin-bottom: 0px;
}
.about .cont01 .map .cont_tit {
font-size: 1.4em;
margin-bottom: 10px;
line-height: 1.3;
font-weight: 900;
}

dl.jddl {
	margin: 0;
	padding: 2px 10px 0 10px;
}
dl.jddl-pdleftg0 {
	margin: 0;
	padding: 2px 10px 0 0;
}
dl.jddl dt,dl.jddl-pdleftg0 dt {
	margin: 0;
	padding: 0;
}
dl.jddl dt::before,dl.jddl-pdleftg0 dt::before {
  content: "▼"
}
dl.jddl dd,dl.jddl-pdleftg0 dd {
	margin: 0;
	padding: 0 0 10px 10px;
}
dl.jddl dd:last-child,dl.jddl-pdleftg0 dd:last-child {
	padding: 0 0 0 10px;
}
.detail-bikou {
	margin: 0 20px 0 0;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #EFEFEF;
}
.detail-kinmuchi-bikou {
	margin: 7px 20px 0 0;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #EFEFEF;
}
.salary-bikou {
  font-size: 11px;
}
dl.salary-dl-main {
	margin: 0;
	padding: 10px 0 0 0;
}
dl.salary-dl-main dt {
	margin: 0;
	padding: 6px 0 6px 8px;
	background: #EFEFEF;
	font-weight: bold;
}
dl.salary-dl-main dd {
	margin: 7px 0 0 0;
	padding: 0 0 10px 10px;
}
dl.salary-dl-main dd:last-child {
	padding: 0 0 0 10px;
}
dl.salary-dl-sub {
	margin: 0;
	padding: 0 10px;
}
dl.salary-dl-sub dt {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: normal;
}
dl.salary-dl-sub dt::before {
  content: "▼"
}
dl.salary-dl-sub dd {
	margin: 0;
	padding: 0 0 10px 10px;
}
dl.salary-dl-sub dd:last-child {
	padding: 0 0 0 10px;
}
.shgJn {
	padding: 7px 0 0 10px;
}
.detail-ul {
	margin: 0 0 0 15px;
	padding: 0;
}

}