.main {
    background-color: #f4f9fa;
    min-height: 57vh;
}

.contentmain {
    padding: 1.875rem 1rem;
}

.mb30 {
    margin-bottom: 0.9375rem;
}

.mb36 {
    margin-bottom: 1.125rem;
}

.ctit img {
    width: 2.5rem;
    margin-right: 0.625rem;
}

.ctit h1 {
    font-size: 1.125rem;
    line-height: 1.36;
    font-weight: bold;
    color: #051025;
}

.contentmain p {
    font-size: 0.9375rem;
    line-height: 1.36;
    color: #051025;
}

.contentmain p span {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    background: #3884fd;
    margin-right: 0.5rem;
}

.contentmain p strong {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1em;
    color: #14288c;
    position: relative;
    z-index: 0;
}

.contentmain p strong::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #fff102;
    z-index: -1;
}

table tr {
    display: flex;
}

table tr th,
table tr td {
    width: 50%;
}

table tr th {
    font-size: 0.9375rem;
    line-height: 1.36;
    font-weight: bold;
    color: #ffffff;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    padding: 0.75rem 0.625rem;
}

table tr th:nth-child(1) {
    background: #3884fd;
}

table tr th:nth-child(2) {
    background: #313b61;
}

table tr td {
    font-size: 0.8125rem;
    line-height: 1.36;
    color: #051025;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.8125rem 0.625rem;
}

table tr:nth-child(even) td:nth-child(odd),
table tr:nth-child(odd) td:nth-child(even) {
    background: #e9f1f7;
}

table tr:nth-child(odd) td:nth-child(odd),
table tr:nth-child(even) td:nth-child(even) {
    background: #c3daeb;
}

.box,
.box2 {
    width: 100%;
    margin: 0 auto 0.9375rem;
}

.box p {
    font-size: 1.125rem;
    line-height: 1.36;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.box span {
    font-size: 1rem;
    line-height: 1.36;
    color: #ffffff;
}

.box span strong,
.box2 span strong {
    font-size: 1.125rem;
    line-height: 1em;
}

.box1-1,
.box1-2,
.box1-3 {
    width: 100%;
    padding: 1.25rem 1.25rem 1.5rem;
    border-radius: 0.625rem;
}

.box1-1,
.box1-2,
.box2-1,
.box2-2 {
    margin-bottom: 1.125rem;
}

.box1-1 {
    background: #1a4a94;
}

.box1-2 {
    background: #1ba6b6;
}

.box1-3 {
    background: #da6d96;
}

.contentmain ul li {
    width: 100%;
    height: 3.75rem;
    background: #14288c;
    font-size: 0.8125rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boximg1 {
    padding-bottom: 8.5rem;
    background: url('../../img/talent/m/bg2-5.jpg') no-repeat bottom center;
    background-size: 100% auto;
}

.boximg2 {
    padding-bottom: 10.625rem;
    background: url('../../img/talent/m/bg5-9.jpg') no-repeat bottom center;
    background-size: 100% auto;
}

.box2 p {
    width: 100%;
    height: 2.5rem;
    background: #fff102;
    font-size: 1.125rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #14288c;
    text-align: center;
}

.box2-1,
.box2-2,
.box2-3 {
    width: 100%;
    background: #14288c;
    border-radius: 8px;
    overflow: hidden;
}

.box2-1 span,
.box2-2 span,
.box2-3 span {
    display: block;
    padding: 2.0625rem 1.25rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.36;
    color: #ffffff;
}

.box2-1 span {
    background: url('../../img/talent/c1.png') no-repeat top left;
    background-size: 2.4375rem;
}

.box2-2 span {
    background: url('../../img/talent/c2.png') no-repeat top left;
    background-size: 2.4375rem;
}

.box2-3 span {
    background: url('../../img/talent/c3.png') no-repeat top left;
    background-size: 2.4375rem;
}

.card,
.caution {
    margin-bottom: 1rem;
}

.card img,
.phone img,
.caution img {
    width: 2.5rem;
    margin-right: 0.625rem;
}

.card span,
.phone span,
.caution span {
    font-size: 0.8125rem;
    line-height: 1.36;
    color: #6b82ad;
}

.phone span strong {
    text-decoration: underline;
}

.chbtn {
    margin: 2.5rem 0 3.125rem;
}

.ch {
    width: 9.375rem;
    height: 1.875rem;
    background: linear-gradient(#8797b1, #64748d);
    box-shadow: 0px 4px 20px rgba(106, 122, 147, 0.5);
    border-radius: 0.9375rem;
    text-align: center;
}

.ch:nth-child(2) {
    margin-left: 1rem;
}

.ch a {
    font-size: 0.75rem;
    line-height: 1.875rem;
    color: #ffffff;
}