.present {
    color: #222;
    font-family: 'Noto Sans JP', sans-serif;
}

.main-visual {
    position: absolute;
    z-index: 1;
}

.snap-wrap_inr {
    overflow: hidden;
}

.snap-wrap_loop {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100vw;
    overflow: hidden;
    height: 680px;
}

.snap-wrap_loop ul {
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    margin: 0;
    padding: 0;
}

.snap-wrap_loop ul:first-of-type {
    animation: loop01 infinite linear;
    animation-duration: 100s;
    animation-delay: -50s;
}

.snap-wrap_loop ul:last-of-type {
    animation: loop02 infinite linear;
    animation-duration: 100s;
}

.snap-wrap_loop ul li {
    display: inline-block;
}

.snap-wrap_loop ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide {
    width: 100%;
    height: 680px;
    /* 画像の高さ */
    background-image: url(/s/staffpress/img/main_pc_img.jpg);
    background-repeat: repeat-x;
    background-size: auto 680px;
    /* 画像の高さ */
    animation: loop 20s linear infinite;
}

@keyframes loop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -2000px 0;
        /* 画像のマイナス幅 */
    }
}

@keyframes loop01 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop02 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.present_main .present_main_text {
    color: #222;
    text-align: center;
    line-height: 1.91;
    font-weight: bold;
    font-size: 23px;
    padding: 55px 0;
}

.present_application .present_application_title {
    color: #fff;
    font-size: 34px;
    background: #222;
    text-align: center;
    padding: 33px 0;
    line-height: 1;
    margin: 0 0 60px 0;
}

.present_application dl {
    width: 950px;
    margin: 0 auto 60px auto;
    display: flex;
    align-items: center;
}

.present_application dl dt {
    width: 74px;
    height: 74px;
}

.present_application dl dt img {
    width: 100%;
    height: 100%;
}

.present_application dl dd {
    padding: 0 0 0 18px;
    font-size: 22px;
    line-height: 2;
}

.present_application .present_application_image {
    width: 950px;
    margin: 0 auto 75px auto;
}

.present_application ul {
    width: 950px;
    margin: 0 auto 130px auto;
}

.present_application ul li {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.5;
}

.present_coordinate .present_coordinate_title {
    color: #fff;
    font-size: 28px;
    background: #333;
    text-align: center;
    height: 82px;
    line-height: 82px;
    margin: 0 0 48px 0;
/*
    font-weight: bold;
*/
}

.present_coordinate .present_coordinate_title span {
    color: #fff;
}

.present_coordinate .present_coordinate_text {
    font-size: 22px;
    line-height: 2;
    text-align: center;
    margin: 0 0 50px 0;
}

.coord_item_wrap {
    width: 1124px;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.coord_item_wrap .coord_item {
    width: 263px;
    margin: 0 0 54px 0;
}

.coord_item_wrap::after {
    content: "";
    display: block;
    width: 263px;
}

.coord_item_wrap::before {
    content: "";
    display: block;
    width: 263px;
    order: 1;
}

.coord_item .coord_brand {
    padding: 14px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.coord_item .coord_brand span {
    font-size: 12px;
}

.coord_item_wrap .coord_item .coord_img img {
    width: 100%;
    height: auto;
}

.coord_item .coord_desc {
    font-size: 16px;
    display: flex;
    align-items: start;
    line-height: 1.72;
    padding: 0 0 10px 0;
}

.coord_item .coord_desc dd {
    padding: 0 0 0 8px;
    font-size: 12px;
    line-height: 1.5;
}

.coord_item .coord_btn,
.coord_item .coord_other-btn {
    width: 226px;
    margin: 0 auto;
}

.coord_item .coord_btn a {
    margin: 0 0 6px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    background: #f8937e;
    text-decoration: none;
    padding: 11px 0;
    border-radius: 8px;

}

.coord_item .coord_btn a:hover {
    opacity: .6;
}

.coord_item .coord_other-btn a {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    background: #e2e2e2;
    text-decoration: none;
    padding: 12px 0;
    line-height: 1.4;
    border-radius: 8px;
}

.coord_item .coord_other-btn a:hover {
    opacity: .6;
}

.present_overview .present_overview_title {
    color: #fff;
/*
    font-weight: bold;
*/
    font-size: 28px;
    background: #d29365;
    text-align: center;
    padding: 33px 0;
    line-height: 1.71;
}

.present_overview .present_overview_inr {
    background: #f2f2f2;
    padding: 30px;
}

.present_desc {
    padding: 70px 0;
    background: #fff;
}

.present_desc .present_desc_title,
.present_desc .present_desc_text,
.present_desc .present_desc_image,
.present_desc ul {
    width: 950px;
    margin: 0 auto;
}

.present_desc .present_desc_title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #f2f2f2;
    line-height: 1;
    padding: 0 0 20px 0;
    margin: 0 auto 20px auto;
}

.present_desc .present_desc_text {
    margin: 0 auto 70px auto;
    font-size: 16px;
    line-height: 1.875;
}

.present_desc .present_desc_text span {
    font-weight: bold;
}

.present_desc .present_desc_image {
    margin: 40px auto 0 auto;
}

.present_desc ul li {
    font-size: 16px;
    line-height: 1.875;
}
