/* 企業・採用共通 */
#contents {
    width: 100%;
}
#recruit ,#company {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(30px, 10vw, 90px) clamp(15px, 7vw, 100px);
}
.entry_btn {
    display: block;
    width: 340px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    background: #00AB95;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.entry_btn span {
    display: block;
    font-size: 16px;;
    line-height: 1;
}
.entry_btn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.local_navi {
    margin: 60px 0 50px;
    border-bottom: 1px solid #707070;
}
.localNavi_list {
    display: flex;
}
.localNavi_list li {
    display: block;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-bottom: none;
    background: #fff;
    width: 170px;
    height: 50px;
    color: #000;
    font-size: 16px;
    text-align: center;
}
/* タブ遷移の場合はコチラ */
.localNavi_list li a, .localNavi_list li span {
    display: block;
    width: 100%;
}
.localNavi_list li span {
    height: 34px;
    position: relative;
    border-top: 4px solid #00AB95;
    margin-top: -1px;
    padding-top: 12px;
}
.localNavi_list li span::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    content: "";
}
.localNavi_list li a {
    height: 35px;
    padding-top: 15px;
    color: #000;
}
.localNavi_list li a:hover  {
    text-decoration: none;
    opacity: 0.5;
}
.localNavi_list li:first-child  {
    border-right: none;
}
/* タブ切り替えの場合はコチラ */
.localNavi_list li .tab {
    display: block;
    width: 100%;
    font-size: 16px;
}
.localNavi_list li .tab.is-active {
    height: 34px;
    position: relative;
    border-top: 4px solid #00AB95;
    margin-top: -1px;
    padding-top: 12px;
    pointer-events: none;
    cursor: default;
}
.localNavi_list li .tab.is-active::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    content: "";
}
.localNavi_list li .tab:not(.is-active) {
    height: 35px;
    padding-top: 15px;
    color: #000;
}
.localNavi_list li .tab:hover  {
    text-decoration: none;
    opacity: 0.5;
}
.localNavi_list li:first-child  {
    border-right: none;
}
.tab-content {
    display: none;
}
.tab-content.is-active {
    display: block;
}
#recruit section, #company section {
    margin-bottom: 100px;
}
.mv_area {
    position: relative;
    margin: 80px 0 40px;
}
.mv_area .mv_logo {
    position: absolute;
    top: 35px;
    left: 40px;
    width: 220px;
}
.mv_area .mv_text {
    position: absolute;
    bottom: 20px;
    left: 40px;
    background-color: rgba(0, 116, 101, 0.3);
    border: 1px solid rgba(112, 112, 112, 0.3);
    /* padding: 42px 30px 38px 46px; */
    padding: clamp(20px, 3.5vw, 40px) clamp(10px, 2vw, 30px);
    color: white;
    /* font-size: 28px; */
    font-size: clamp(16px, 2.7vw, 28px);
    font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-weight: 600;
}
.mv_area img {
    width: 100%;
}
.sec_ttl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #333;
    font-size: 24px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
}
#recruit .fl_start, #company .fl_start {
    justify-content: flex-start;
}

/* 採用情報 */
.recruit_table {
    table-layout: fixed;
    width: 100%;
    color: #333;
}
.recruit_table th, .recruit_table td {
    padding-bottom: 50px;
}
.recruit_table .last_tr th, .recruit_table .last_tr td {
    padding-bottom: 0;
}
.recruit_table th {
    width: 140px;
    padding-right: 17px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.recruit_table td {
    font-size: 16px;
    line-height: 1.75;
}
.recruit_table td p {
    font-size: 16px;
    line-height: 1.75;
}
.recruit_table td p:nth-child(n+2) {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.75;
}
.recruit_table td .td_ttl {
    display: block;
    padding-bottom: 30px;
    font-weight: 600;
}
.recruit_dl {
    color: #333;
}
.recruit_dl dt {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
}
.recruit_dl dd {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.75;
}
.recruit_dl dd p {
    font-size: 16px;
    line-height: 1.75;
}
.recruit_dl dd p:nth-child(n+2) {
    padding-top: 30px;
}
.starting_salary {
    margin-bottom: 5px;
}
.starting_salary thead th {
    width: 150px;
}
.starting_salary thead th:first-child {
    width: 140px;
    text-align: left;
}
.starting_salary tbody td {
    text-align: center;
}
.starting_salary tbody td:first-child {
    text-align: left;
}
.address_info {
    border: 1px solid #707070;
    margin-bottom: 50px;
    padding: 30px;
    color: #333;
}
.address_info .sec_ttl {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 0;
}
.address_contents p {
    color: #000;
    font-size: 16px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}
.address_contents p:nth-child(n+2) {
    padding-top: 30px;
}

/* 企業情報 */
.catch_copy {
    margin-bottom: 100px;
    color: #333;
    font-size: 26px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
    text-align: center;
}
p.summary_sec {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}
p.catch_copy_sub {
    margin: 50px 0 30px;
    color: #333;
    font-size: 20px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
}
.about_us {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.about_us li {
    display: flex;
    width: calc(50% - 25px);
}
.about_us li:last-child:nth-child(odd) {
    width: 100%;
}
.about_us li figure {
    width: 130px;
    margin-right: 20px;
    flex-shrink: 0;
}
.about_us li figure img {
    display: block;
    margin: 0 auto;
}
.about_us .aboutUs_right {
    width: calc(100% - 130px);
}
.about_us .aboutUs_ttl {
    margin-bottom: 10px;
    color: #48A4FF;
    font-size: 18px;
    font-weight: 600;
}
.aboutUs_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #333;
}
.aboutUs_contents .target_num {
    font-size: 45px;
}
.aboutUs_contents .target_unit {
    font-size: 20px;
}
.aboutUs_contents.fl_start .aboutUs_contents_inner {
    margin-right: 10px;
}
.aboutUs_contents_inner table {
    color: #333;
    font-size: 18px;
}
.aboutUs_contents_inner .aboutUs_table1 th, .aboutUs_contents_inner .aboutUs_table1 td {
    padding: 3px 10px
}
.aboutUs_contents_inner .aboutUs_table1 tr th:first-child {
    padding-left: 0;
}
.aboutUs_contents_inner .aboutUs_table2 th, .aboutUs_contents_inner .aboutUs_table2 td {
    padding: 3px 15px
}

@media (max-width: 767px) {
/* 企業・採用共通 */
#contents {
    width: 100%;
}
.localNavi_list li {
    width: 120px;
}
.localNavi_list li .tab {
    background-color: #fff;
    border: none;
}
.localNavi_list li .tab:hover {
    opacity: 1;
}
.mv_area .mv_logo {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 170px;
}
#recruit section, #company section {
    margin-bottom: 80px;
}
.sec_ttl {
    font-size: 20px;
}

/* 企業情報 */
.catch_copy {
    margin-bottom: 80px;
    font-size: 22px;
}
p.catch_copy_sub {
    font-size: 20px;
}
.about_us {
    display: block;
}
.about_us li {
    width: 100%;
    margin-bottom: 50px;
}
.about_us li figure {
    width: 100px;
}
.aboutUs_contents {
    display: block;
}
.aboutUs_contents .target_num {
    font-size: 30px;
}
.aboutUs_contents .target_year {
    text-align: right;
}
.aboutUs_contents_inner .aboutUs_table1 th, .aboutUs_contents_inner .aboutUs_table1 td {
    padding: 3px 5px;
}
.aboutUs_contents_inner .aboutUs_table2 th, .aboutUs_contents_inner .aboutUs_table2 td {
    padding: 3px 8px;
}

/* 採用情報 */
.recruit_table th {
    width: 85px;
    padding-right: 15px;
    font-size: 18px;
    vertical-align: top;
}
.starting_salary {
    font-size: 14px;
}
.starting_salary thead th {
    width: 100px;
}
.starting_salary thead th:first-child {
    width: 100px;
}
.starting_salary th, .starting_salary td {
    padding: 5px 0;
}
}
@media screen and (max-width: 520px) {
/* 企業・採用共通 */
#recruit, #company {
    width: initial;
    padding: 0 20px;
}
.mv_area .mv_logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 130px;
}
.mv_area .mv_text {
    bottom: 10px;
    left: 20px;
    padding: 10px 8px 10px 10px;
    font-size: 14px;
}
.entry_btn {
    width: 200px;
    font-size: 20px;
}
.entry_btn span {
    font-size: 12px;
}
}
@media screen and (min-width: 768px) {
/* 企業・採用共通 */
#contents {
    man-width: 1060px;
}
}