@charset "utf-8";
#main_v {
    position: relative;
}
.mv_catch {
    position: absolute;
    top: 20%;
    left: 6.15%;
    z-index: 1;
}
.mv_catch p {
    color: #FFFFFF;
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 600;
    line-height: 1.8;
    text-shadow: 0px 0px 4px #161421,0px 0px 8px #161421;
    letter-spacing: 2px;
}
.mv_catch .catch_sub {
    font-size: clamp(22px, 2.5vw, 28px);
    margin-top: 6.15%;
}
.top_about {
    padding-top: 8.46%;
    padding-bottom: 6.15%;
    background-image: url(../images/deco_left.svg);
    background-repeat: no-repeat;
    background-position: left top -104px;
    background-size: 70% auto;
}
.top_about .contents_wrap {
    display: flex;
    justify-content: space-between;
}

.top_about_txt {
    width: 46.15%;
    /* [disabled]min-width: 504px; */
    /* [disabled]margin-right: 40px; */
}
.top_about_txt .h_eng {
    margin-bottom: 24px;
}

.top_about_txt h1 {
    font-size: 32px;
    line-height: 1.6;
}

.h1_sub {
    display: block;
    margin-bottom: 24px;
}
.h1_sub span {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 7px;
    background-color: #11366a;
    display: inline-block;
    margin-right: 8px;
}
.top_about_txtbox {
    margin-top: 32px;
    margin-bottom: 32px;
}
.top_about_txtbox p {
    line-height: 2;
    font-weight: 500;
}
.top_about_img {
    width: 46.15%;
}
.top_works {
    padding-top: 6.15%;
    padding-bottom: 6.15%;
}
.works_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 4.61%;
    margin-bottom: 32px;
}

.works_item {
    list-style: none;
}

.works_item a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.works_img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.works_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_body {
    padding-top: 12px;
}

.works_title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 10px;
    color: #11366a;
}

.works_date {
    font-size: 13px;
    color: #777;
    margin: 0;
}
.top_recruit {
    padding-top: 6.15%;
    padding-bottom: 4.61%;
    background-image: url(../images/deco_right.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80% auto;
    margin-bottom: 6.15%;
}
.top_recruit .contents_wrap {
    background-image: url(../images/top_recruit_2.png),url(../images/top_recruit.png);
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 30% auto;
    padding-bottom: 3.84%;
}

.top_recruit_body {
    margin-top: 6.15%;
    padding: 48px;
    background-color: hsla(0,0%,100%,0.79);
    margin-left: auto;
    margin-right: auto;
    max-width: 648px;
}
.top_recruit_body h3 {
    font-size: 32px;
    text-align: center;
}
.top_recruit_txt {
    text-align: center;
    margin-bottom: 32px;
}
.top_recruit_txt p span {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 7px;
    background-color: #11366a;
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 24px;
}

.top_recruit_txt p {
    line-height: 1.8em;
    font-weight: 500;
}
