@charset "utf-8";

.title {
    height: 310px;
    background-image: url(../images/recruit/recruit-001_2000x200.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#000000;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin-top: 15px;
}

.tecs-fellows {
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 20px;
}

.tecs-fellows h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.tecs-fellows h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background-color: #f85206ce;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.lead {
    max-width: 1200px;
    margin: 10px auto;
	padding-bottom: 50px;
}

.lead p {
    line-height: 2;
    text-align: center;
}

.message {
    display: flex;
    justify-content: space-between;
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.message img {
    width: 360px;
}

.message-text {
    max-width: 500px;
    margin-right: 40px;
}

.message-text p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
}

.message-text {
    max-width: 500px;
    margin-right: 40px;
}

.reverse {
    flex-direction: row-reverse;
}

.reverse .message-text {
    margin-left: 40px;
    margin-right: 0;
}

.recruit {
    background-color: #f8f8f8;
    padding-top: 45px;
    padding-bottom: 20px;
}

.recruit h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.recruit h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.recruit h2::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background-color: #f85206ce;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


.company-list {
    width: 700px;
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(1, 600px);
    row-gap: 20px;
    justify-content: center;
}

.company-list dl {
    margin-top: 20px;
}

.company-list dt {
    font-weight: bold;
    text-align: center;
    background-color: #fcb14f9c;
    line-height: 25px;
}

.company-list dd {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
}

.company-list li {
    position: relative;
}

@media (max-width: 800px) {
    .message {
        display: block;
        width: 500px;
        margin-top: 45px;
    }

    .message-text {
        margin-right: 0;
    }

    .message img {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

}