#logo {
    height: 172px;
    padding: 15px 0 0 35px;
    background: url(img/bg_logo.jpg) no-repeat center bottom / 100% auto;
}
h1 {
    margin: 0 0 7px;
    color: white;
    font-size: 18px;
    font-weight: normal;
}
#logo img {
    margin-right: 15px;
    display: inline-block;
}
#tagline {
    margin: 0;
    height: 130px;
    padding-left: 48px;
    color: white;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    background: #F3B969;
    display: flex;
    align-items: center;
}
.swiper {
	height: 0;
	overflow: hidden;
}

.top_div {
    margin: 15px 12px;
}
h2 {
    margin: 0 0 5px 23px;
    color: #808080;
    font-size: 17px;
    font-weight: 800;
    scroll-margin-top: 20px;
}

#info > div {
    margin: 0;
    padding: 18.5px 22px;
    border-radius: 5px;
    font-size: 9.4px;
    background-color: #FADBDE;
}
#info ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#info li {
    margin-bottom: 22px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#info li:last-child {
    margin-bottom: 10px;
}
#info li img {
    width: 19px;
    height: 19px;
    margin-right: 7px;
    display: block;
}
#info li div {
    width: calc(100% - 26px);
}
#info span,
#info a {
    color: black;
    text-decoration: none;
    display: block;
}
#back_number {
    display: flex;
    justify-content: flex-end;
}
#back_number a {
    margin-left: 10px;
    padding: 2px 6px;
    border: 1px solid red;
    border-radius: 4px;
    background-color: yellow;
}

.co_name {
    width: 350px;
    max-width: 100%;
    height: 58px;
    padding: 8px 16px;
    border-radius: 16px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3;
    background: #FFFF00;
    display: flex;
    align-items: center;
}
.co_name h2 {
    margin: 0;
}
.co_name img {
    margin-right: 10px;
    display: block;
}
.co_name span {
    color: #C1272D;
}
#corp hr {
    margin: 5px 0;
    border: 1px solid #F15A24;
}
.facility {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
}
.facility:last-child {
    margin: 0;
}
.facility a {
    width: 49%;
    margin: 0 2% 6px 0;
    padding: 6px;
    border-radius: 6px;
    font-size: 9px;
    text-decoration: none;
    background: #F6C666;
    display: block;
}
.facility a:nth-child(2n) {
    margin-right: 0;
}
.facility img {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 4px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}
.facility span {
    color: #C1272D;
    display: inline-block;
}

#div_recruit div {
    margin: 0;
    padding: 20px 12px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 800;
    background: #33CC66;
}
#div_recruit p {
    margin: 0 12px;
    color: white;
    line-height: 1.3;
}
#div_recruit hr {
    margin: 8px 0;
    border-top: 2.5px solid white;
}
#div_recruit ul {
    margin: 0 12px;
    padding: 0;
    list-style-type: none;
}
#div_recruit li {
    margin-bottom: 12px;
}
#div_recruit li:last-of-type {
    margin-bottom: 0;
}
#div_recruit li::before {
    content: url(img/arrow.svg);
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: -4px;
}
#div_recruit a {
    color: white;
    text-decoration: none;
}

@media (min-width: 768px) {
    body {
        background: url(img/bg_logo.jpg) no-repeat top center / 1280px 720px;
    }
    #top {
        max-width: 1016px;
        height: 668px;
        margin: 0 auto;
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        position: relative;
    }
    #logo {
        height: unset;
        margin: 58px 0 0 46px;
        padding: unset;
        background: none;
    }
    #logo img {
        margin-right: 25px;
    }
    #tagline {
        width: fit-content;
        height: unset;
        margin-top: 30px;
        padding-left: 46px;
        font-size: 24px;
        line-height: 1.75;
        background: none;
    }
    .swiper {
        width: 492px;
        height: 492px;
        border-radius: 246px;
        background: white;
        display: block !important;
        position: absolute !important;
        top: 60px;
        left: 61%;
    }
    .swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top_div {
        max-width: 1016px;
        margin: 40px auto;
    }
    .top_div:last-of-type {
        margin-bottom: 0;
    }
    h2 {
        margin: 0;
        font-size: 24px;
    }

    #info > div {
        padding: 40px 47.5px;
        border-radius: 13px;
        font-size: 14px;
    }
    #info li img {
        width: 26.4px;
        height: 26.4px;
    }
    #info li div {
        display: flex;
    }
    #info li span {
        display: inline-block;
    }
    #info li span:first-of-type {
        width: 100px;
    }
    #info li span:last-of-type {
        width: 150px;
        text-align: right;
    }
    #info li a {
        width: calc(100% - 250px);
        display: inline-block;
    }

    .co_name {
        width: 493px;
        height: 82px;
        font-size: 20px;
    }
    .co_name img {
        margin-right: 20px;
    }
    #corp hr {
        margin: 10px 0;
    }
    .facility a {
        width: 32.5%;
        margin: 0 1.25% 10px 0;
        padding: 12.5px;
        border-radius: 13px;
        font-size: 17px;
    }
    .facility a:nth-child(2n) {
        margin-right: 1.25%;
    }
    .facility a:nth-child(3n) {
        margin-right: 0;
    }
    .facility img {
        border-radius: 8px;
    }

    #div_recruit div {
        padding: 23px 30px;
        border-radius: 13px;
        font-size: 23.8px;
    }
    #div_recruit p {
        margin: 0 34px;
    }
    #div_recruit hr {
        margin: 12px 0;
    }
    #div_recruit ul {
        margin: 23px 34px 0;
    }
    #div_recruit li {
        margin-bottom: 20px;
    }
    #div_recruit li::before {
        width: 30px;
        height: 30px;
        vertical-align: -6px;
    }
}
