@charset "UTF-8";
/* CSS Document */


.title-page .box-inner {
    height: 280px;
    background: -moz-linear-gradient(0% 50% 0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(42, 135, 152, 1)), color-stop(1, rgba(0, 155, 115, 1)));
    background: -o-linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73', GradientType=1);
}

/* layout01 */

.layout01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 80px;
    text-align: center;
}

.layout01 .box {
    width: 300px;
    position: relative;
    padding-top: 48px;
}

.layout01 .box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: var(--base-weight);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0em;
}

.layout01 .box:nth-child(1)::before {
    content: "2027年3月卒業者向け";
}

.layout01 .box:nth-child(2)::before {
    content: "2028年3月卒業者向け";
}

.layout01 .box h5 {
    font-weight: var(--base-weight);
    font-size: 15px;
    line-height: 1.8;
}

.layout01 .box-link h5 a,
.layout01 .box-link h5 span {
    background-color: var(--color-main);
    font-weight: var(--base-weight2);
    font-size: 18px;
    color: #FFF;
    line-height: 0.9;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout01 .box:nth-child(2) .box-link h5 a,
.layout01 .box:nth-child(2) .box-link h5 span {
    background-color: var(--color-sub);
}

.layout01 .box-link h5 a::before,
.layout01 .box-link h5 span::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow03.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 22px;
    width: 22px;
    height: 100%;
    transition: .5s;
}

.layout01 .box:nth-child(2) .box-link h5 a::before,
.layout01 .box:nth-child(2) .box-link h5 span::before {
    background-image: url("../../images/common/link-arrow01.svg");
}

.layout01 .box-link h5 a:hover::before,
.layout01 .box-link h5 span:hover::before {
    right: 20px;
}

.layout01 .box h6 {
    padding-top: 25px;
}

.layout01 .box h6 img {
    width: 195px;
}


.sp-view {
    display: none;
}
