@charset "utf-8";
/* CSS Document */


#main{
    width: 100%;
    height: 275px;
    background: url(../images/careers/main_img_01_pc.jpg) no-repeat center 76%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
}

#main_inner{
	width: 100%;
	overflow: hidden;
}

#main h2{
  font-size: 40px;
  color: #fff;
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0.3em;
}

#main h2 span{
  font-family: "メイリオ", sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.4em;
}


#bottom_img{
	background: url(../images/careers/bottom_bg_01_pc.jpg) no-repeat center 96%;
	background-size: cover;
	width: 100%;
	height: 450px;
	margin-top: 100px;
}

/* content  */

section.careers__content {
	width: 960px;
	margin:0 auto;
}

section.careers__content p.title {
	font-size: 18px;
}

h3 {
	padding:70px 0 20px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}

table{
    border-color: #aeaeae;
}

table tr.list dl {
	-ms-display:flex;
	display:flex;
}

table td.pc_only{
	display: table-cell;
}

table tr.list dt{
	margin-right: 28px;
	width: 100px;
}
table tr.list dt strong{
	display: inline-block;
	width: 420px;
}

tr.list dl:first-child{
	margin-bottom: 30px;
}

tr.list dl dd {
	-ms-display:flex;
	display:flex;
	flex-direction: column;
}

tr.list dl dd ul li::before{
	content: "●";
}

tr.list td ul li{
	text-indent: -1em;
	padding-left: 1em;
}

p.arrow {
	padding-left: 1em;
}

tr.list td ul li::before{
	content: "●";
}


.table__wrapper table th {
	width: 275px;
	padding: 15px 0;
	vertical-align: top;
	border-bottom: solid 1px #aeaeae;
	border-right: solid 1px #aeaeae;
}

.table__wrapper table td {
	padding:15px 0 15px 35px;
	text-align: left;
	box-sizing: border-box;
	vertical-align: center;
	width: 685px;
	border-bottom: solid 1px #aeaeae;
}

td.bottom {
	border-bottom: none;
}

.naname_btn {
	margin-top: 100px;
}

.sp_only {
	display: none;
}


@media screen and (max-width: 768px) {


#main{
    height: 0;
    background: url(../images/careers/main_img_01_sp.jpg) no-repeat top right;
    background-size: cover;
    padding: 18.334% 0;
    position: relative;
}

#main h2 span {
    font-size: 14px;
}

#main h2 {
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.4em;

}


#content {
    padding: 10% 0 0;
    width: 86.666666%;
    margin: 0 auto;
}



section.careers__content {
	width: 100%;
	font-size:14px;
}

section.careers__content th,td {
	font-size: 12px;
}

section.careers__content p.title {
	font-size: 14px;
}

h3 {
	font-size:14px;
    padding: 10% 0 2%;

}

table{
	width: 100%;
}

table th,td {
	border-left: none;
	border-right: none;
	border-collapse: collapse;
}

.table__wrapper table tr td.dt_tr_pc_only{
	display: none;
}

.dt_tr td.sp_only dt{
    min-width: 66px;
		width: 100%;
    /* max-width: 180px; */
    display: inline-block;
    vertical-align: top;
}

.dt_tr td.sp_only dd{
    width: 79%;
    display: inline-block;
    vertical-align: top;
    max-width: 256px;
}

.table__wrapper table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 0;
    text-align: center;
    font-size: 14px;
    border-right: none;
    border-top: none;
}



.table__wrapper table td {
	width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2% 0;
	border-top: none;
}

.table__wrapper table td.bottom{
	border-bottom:none;
}

tr.list dl {
	-ms-display:flex;
	display:flex;
	flex-direction: column;
}

tr.list dl dd {
	width: 100%;
}

tr.list dl dd ul li::before{
	content: "●";
}

tr.list dt {
	margin-bottom: 10px;
}


table tr.list dt{
	width: 100%;
}
table tr.list dt strong{
	display: inline-block;
	width: 100%;
}

#bottom_img{
	background: url(../images/careers/bottom_bg_01_sp.jpg);
	background-size: cover;
	width: 100%;
	margin-top: 14%;
	height: 0;
	padding-bottom: 37.6%;
}

td.bottom {
	border-bottom: none;
}

.sp_only {
	display: block;
}

tr.list dl:first-child {
    margin-bottom: 18%;
}

.naname_btn {
    margin-top: 14%;
}



@media screen and (max-width: 600px) {


}
