.main {
    background-color: #f4f9fa;
    min-height: 57vh;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.contentmain {
    padding: 60px 0 80px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb36 {
    margin-bottom: 36px;
}

.pl30 {
    padding-left: 30px;
}

.ctit {
    height: 72px;
}

.ctit img,
.card img,
.phone img,
.caution img {
    width: auto;
    height: 100%;
}

.ctit img {
    margin-right: 15px;
}

.ctit h1 {
    font-size: 30px;
    color: #051025;
}

.contentmain p {
    font-size: 20px;
    line-height: 1.5em;
    color: #051025;
    position: relative;
}

.contentmain p span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #3884fd;
    position: absolute;
    top: 5px;
    left: 0;
}

.contentmain p strong {
    display: inline-block;
    font-size: 24px;
    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: 640px;
}

table tr th {
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

table tr th:nth-child(1) {
    background: #3884fd;
}

table tr th:nth-child(2) {
    background: #313b61;
}

table tr td {
    height: 100px;
    font-size: 20px;
    line-height: 1.5em;
    color: #051025;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}

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 {
    width: 1040px;
    margin: 0 auto 30px;
}

.box p {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 16px;
}

.box span {
    font-size: 20px;
    line-height: 1.5em;
    color: #ffffff;
}

.box span strong,
.box2 span strong {
    font-size: 24px;
    line-height: 1em;
}

.box1-1,
.box1-2,
.box1-3 {
    padding: 0 40px;
    border-radius: 20px;
}

.box1-1,
.box1-2 {
    width: 510px;
    height: 340px;
}

.box1-1 {
    margin-right: 20px;
    background: #1a4a94;
}

.box1-2 {
    background: #1ba6b6;
}

.box1-3 {
    width: 100%;
    height: 192px;
    background: #da6d96;
    margin-top: 20px;
}

.boximg {
    padding-top: 60px;
    border-top: 1px solid #d3e2e5;
}

.contentmain ul li {
    width: 410px;
    height: 60px;
    background: #14288c;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box2 {
    width: 1280px;
}

.box2 p {
    width: 100%;
    height: 64px;
    background: #fff102;
    font-size: 30px;
    line-height: 64px;
    font-weight: bold;
    color: #14288c;
    text-align: center;
}

.box2-1,
.box2-2,
.box2-3 {
    background: #14288c;
    border-radius: 8px;
    overflow: hidden;
}

.box2-1,
.box2-2 {
    width: 630px;
}

.box2-3 {
    width: 100%;
    margin-top: 20px;
}

.box2-1 span,
.box2-2 span,
.box2-3 span {
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.5em;
    color: #ffffff;
}

.box2-1 span,
.box2-2 span {
    height: 276px;
}

.box2-1 span {
    background: url('../../img/talent/c1.png') no-repeat top left;
    background-size: auto;
}

.box2-2 span {
    background: url('../../img/talent/c2.png') no-repeat top left;
    background-size: auto;
}

.box2-3 span {
    height: 200px;
    background: url('../../img/talent/c3.png') no-repeat top left;
    background-size: auto;
}

.box2 .h1 span {
    height: 366px;
}

.box2 .h2 span {
    height: 156px;
}

.box2 .h3 span {
    height: 280px;
}

.card,
.phone,
.caution {
    height: 36px;
}

.card,
.caution {
    margin-bottom: 16px;
}

.card img,
.phone img,
.caution img {
    margin-right: 8px;
}

.card span,
.phone span,
.caution span {
    font-size: 20px;
    line-height: 36px;
    color: #6b82ad;
}

.phone span strong {
    text-decoration: underline;
}

.chbtn {
    margin: 60px 0 100px;
}

.ch {
    width: 300px;
    height: 60px;
    background: linear-gradient(#8797b1, #64748d);
    box-shadow: 0px 4px 20px rgba(106, 122, 147, 0.5);
    border-radius: 30px;
    text-align: center;
}

.ch:nth-child(2) {
    margin-left: 40px;
}

.ch a {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
}