.subheader-title{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 600;
    color: #344E7C;
}
.description-title{
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    color: #344E7C;
}
.icon-title{
    vertical-align: middle;
    width: 100px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.title__en{
    text-align: center;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    color: #344E7C;
}
.subheader{
}
.subheader-img{
    text-align: center;
    width: 100%;
    max-height: 640px;
    object-fit: contain;
}
.title-box{
    padding: 100px 0;
}
.catchBox{
    padding-top: 40px;
    padding-bottom: 80px;
}
.catch-box{
    position: relative;
}
.catch-title{
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #344E7C;
    margin-bottom: 80px;
}
.description-icon1{
    position: absolute;
    width: 100px;
    top:75px;
    left: 0px;
}
.description-icon2{
    position: absolute;
    width: 100px;
    bottom: -40px;
    right: 0px;
}
@media screen and (min-width: 768px){
    .description-text{
        text-align: center;
    }
}
@media screen and (min-width: 1024px){
    .catchBox{
        padding-top: 80px;
        padding-bottom: 160px;
    }
    .description-title{
        font-size: 4.8rem;
        margin-bottom: 0;
    }
    .subheader{
    }
    .subheader-title{
        font-size: 4.8rem;
    }
    .title__en{
        font-size: 1.8rem;
    }
    .catch-title{
        font-size: 4.8rem;
    }
    .catch-box{
        margin-bottom: 100px;
    }
    .description-icon1{
        width: 320px;
        top:0px;
        left: 0px;
    }
    .description-icon2{
        position: absolute;
        width: 320px;
        bottom: -100px;
        right: 0px;
    }
}
@media screen and (min-width: 1080px){

}
.numberBox{
    padding-bottom: 80px;
}
.number-title{
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #344E7C;
    margin-bottom: 40px;
}
.number-title strong{
    font-weight: 700;
    background-image: radial-gradient(circle at center, rgba(165, 201, 195, 1) 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1.06em 0.3em;
    padding-top: .4em;
}
.number-flexBox{
    max-width: 1200px;
    margin: 0 auto;

}
.number-box {
    position: relative;
    width: 300px;
    height: 350px;
    background-color: #EEF4F8;
    padding: 15px;
    margin: 0 auto 50px auto;
}
.number-item{
    text-align: center;
    font-size: 2.4rem;
    color: #344E7C;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.number-contents{
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 10.0rem;
    color: #344E7C;
    font-weight: 700;
}
.number-contents{
}
.number-unit{
    position: absolute;
    display: inline-block;
    right: 40px;
    bottom: 100px;
    font-weight: 600;
    color: #344E7C;
    font-size: 2.4rem;
}
.number-tag{
    position: absolute;
    top: -30px;
    left: -70px;
}
.number-tag img{
    position: relative;
}
.number-crew{
    position: absolute;
    right: 0;
    bottom: 0;
}
.number-crew img{
    height: 100px;
}
.number-ship{
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 768px){
    .numberBox{
        padding-bottom: 160px;
    }
    .number-box {
        margin: 0;
    }
    .number-flexBox{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        max-width: 1200px;
    }
}
@media screen and (min-width: 1024px){
    .number-title{
        font-size: 4.8rem;
        margin-bottom: 80px;
    }
    .number-crew{
        right: -50px;
    }
    .number-crew img{
        height: auto;
    }
    .number-ship{
        left: -50px;
    }

}
@media screen and (min-width: 1080px){
    .number-box {
        width: 350px;
    }
    .number-unit{
        right: 70px;
    }

}
.worksBox{
    padding-bottom: 80px;
}
.works-title{
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #344E7C;
    margin-bottom: 40px;
}
.works-flexBox{
    margin: 0 auto 80px auto;
}
.works-img{
    margin-bottom: 50px;
}
.works-img img{
    width: 100%;
}
.works-contents:nth-child(3){
    margin-bottom: 50px;
}
.works-points{
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 1.8rem;
    color: #344E7C;
}
.works-points::before{
    position: absolute;
    top: -30px;
    left: -15px;
    content: "";
    display: inline-block;
    width: 110px;
    height: 110px;
    background-image: url('/system_panel/uploads/images/icon-description03.png');
    background-size: contain;
    z-index: -1;
}
.works-subTitle{
    font-size: 2.4rem;
    font-weight: 600;
    color: #344E7C;
    margin-bottom: 40px;
}
.works-know{
    position: relative;
    padding: 30px;
    border: solid 1px #344E7C;
    width: 250px;
    margin: 0 auto;
}
.works-know::after{
    position: absolute;
    width: 70px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    content: "";
    display: inline-block;
    background-image: url(/system_panel/uploads/images/recruit-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.works-guideline{
    position: relative;
    display: block;
    padding: 30px;
    border: solid 1px #344E7C;
    width: 250px;
    margin: 0 auto 50px auto;
}
.works-guideline::after{
    position: absolute;
    width: 70px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    content: "";
    display: inline-block;
    background-image: url(/system_panel/uploads/images/recruit-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.works-apply{
    position: relative;
    display: block;
    padding: 30px;
    border: solid 1px #344E7C;
    width: 250px;
    margin: 0 auto;
}
.works-apply::after{
    position: absolute;
    width: 70px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    content: "";
    display: inline-block;
    background-image: url(/system_panel/uploads/images/recruit-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px){
    .works-link__flexBox{
        display: flex;
        justify-content: center;
        gap: 110px;
        margin: 0;
    }
    .works-know{
        width: 300px;
    }
    .works-guideline{
        width: 300px;
        margin: 0;
    }
    .works-apply{
        width: 300px;
        margin: 0;
    }
}
@media screen and (min-width: 1024px){
    .worksBox{
        padding-bottom: 160px;
    }
    .works-title{
        font-size: 4.8rem;
        margin-bottom: 80px;
    }
    .works-flexBox{
        display: flex;
        gap: 50px;
        justify-content: center;
    }
    .works-flexBox:nth-child(odd){
        flex-direction: row-reverse;
    }
    .works-flexBox:nth-child(4){
        margin-bottom: 120px;
    }
    .works-img{
        width: 50%;
        margin-bottom: 0;
    }
    .works-text{
        flex: 1;
        padding-top: 50px;
    }
    .works-subTitle{
        font-size: 3.2rem;
    }
    .works-know{
        margin: 0;
    }

}
@media screen and (min-width: 1080px){

}