@media (min-width: 769px) {
body {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 0;
}
.sp {
    display: none;
}
figure {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.figure_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #202f54;
    opacity: 0.2;
}
.fst_box {
    display: block;
    position: absolute;
    width: 100%;
    top: 26vw;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
}
h2.fst_ttl {
    font-size: 50px;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 0 0.28vh 0.7vh rgba(0, 0, 0, 0.32);
}
p.fst_txt {
    font-size: 22px;
	font-weight: bold;
    color: #fff;
    letter-spacing: 15px;
    text-shadow: 0 0.28vh 0.7vh rgba(0, 0, 0, 0.32);
}
.main_block {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10vw;
}
h3.main_ttl {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
}
.block_inner_flex {
    display: flex;
    position: relative;
    justify-content: center;
	width: 95%;
	margin: 0 auto;
	margin-top: 2vw;	
}
.block_inner_list {
    display: block;
    position: relative;
    width: 20%;
	margin: 0 0.2vw;
}
.block_inner_txt {
    display: block;
    position: relative;
}
h4.job_ttl {
    display: block;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
	left: 2vw;
}
span.shop_jamru {
    position: absolute;
    display: inline-block;
    left: -2vw;
}
p.job_eigo {
    display: block;
    position: relative;
    font-size: 10px;
    left: 2vw;
}
p.job_txt {
    display: block;
    position: relative;
    margin-top: 0.5vw;
    font-size: 12px;
    letter-spacing: 2px;
}
/*会社概要*/
table.ta1 {
    font-family: serif;
    border-collapse: collapse;
    border-spacing: 0;
    width: 70%;
    margin: 0 auto;
    color: #000;
    letter-spacing: 0.5px;
}
tr {
    border: 1px solid rgba(170, 170, 170, 0.48);
    position: relative;
    width: 100%;
}
th {
    display: table-cell;
    text-align: left;
    width: 30%;
    padding: 10px;
    font-size: 14px;
    border-right: 1px solid rgba(170, 170, 170, 0.48);
    background-color: rgba(170, 170, 170, 0.16);
}
td {
    font-size: 14px;
    padding: 10px;
}
ol,li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
}