body {
    font-size: 18px;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 1.5;
    letter-spacing: 0.032em;
    container-type: inline-size;
}

a,
.nav-link {
    color: #2a2a2a;
    text-decoration: none;
}

a:hover {
    color: #2a2a2a;
    opacity: 0.8;
}

p {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

.pc {
    display: inline;
}

.sp {
    display: none !important;
}

.cmn_section {
    color: #2a2a2a;
    letter-spacing: 0.032em;
    padding: 100px 0 50px;
}

.wraper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.cmn-table {
    border: 1px solid #ebebeb;
    margin-top: 50px;
}

.cmn-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
    margin: 0;
}

.cmn-subtitle {
    font-size: 15px;
    color: #878787;
    font-weight: 500;
    margin-top: 3px;
}

.cmn-title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    background: #333;
}

.cmn-table td,
th {
    font-size: 18px;
    padding: 20px 40px;
    border-bottom: 1px solid #ebebeb;
}

.cmn-table th {
    background: #333;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    width: 33%;
    vertical-align: top;
}


.recruit_font-color {
    color: #2a2a2a;
}

.recruit_main-color {
    color: #333;
}

.orange {
    color: #C83C28;
}

.bg-orange {
    background: #C83C28;
}

.bg-main-blue {
    background: #333;
}

.bg-blue {
    background: #ebebeb;
}

.bg-gray {
    background: #ebebeb;
}

.cmn-button {
    padding: 15px 60px;
    border-radius: 5px;
    border: 2px solid #C83C28;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.mb-65 {
    margin-bottom: 4.06rem;
}

.mt-10 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mt-65 {
    margin-top: 4.06rem;
}

.title-20 {
    font-size: 1.25rem;
    font-weight: bold;
}

.title-25 {
    font-size: 1.56rem;
    font-weight: bold;
    color: #333;
}

.font-30 {
    font-size: 1.875rem;
    font-weight: bold;
}

.font-20 {
    font-size: 20px !important;
    padding-top: 26px;
    font-weight: bold;
}

.font-30-2 {
    font-size: 50px !important;
    text-align: left;
}

.font-30-3 {
    font-size: 22px !important;
    text-align: left;
    font-weight: bold;
}