@charset "UTF-8";

.page_header {
    background-image: url("/common/img/menu/recruit.jpg");
}

a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* personality */
#personality>section>h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid black;
}

#personality>section>h2 {
    padding-left: 20px;
    margin: 2.5rem 0;
    position: relative;
}

#personality>section>h2:nth-child(2) {
    padding-left: 32px;
}

.page_contents_section>section:nth-child(7)>p {
    text-align: center;
    font-weight: bold;
}

/* message */
#message {
    width: 100%;
}

#message>section {
    display: flex;
}

#message>section>section:nth-child(1) {
    width: 10rem;
    height: 10rem;
}

#message>section>section:nth-child(1)>img {
    max-width: 100%;
}

#message>section>section:nth-child(1)>p {
    text-align: center;
}

#message>section>section:nth-child(2) {
    width: 80%;
    margin-left: 2rem;
    padding: 1rem 1rem;
    background-color: rgb(238, 238, 238);
}

/* OfferBox */
#offerbox {
    margin-top: 4rem;
    padding: 2rem 2rem;
    background-color: aliceblue;
}

#offerbox>section>section>a {
    text-decoration: none;
    color: rgb(15, 86, 141);
}

#offerbox>a:hover>p {
    opacity: 0.7;
}

#offerbox>div.artwork {
    margin-bottom: 2rem;
}

/* recruit_menu */
#recruit_menu {
    display: flex;
    flex-wrap: wrap;
}

#recruit_menu>a {
    width: 50%;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    text-decoration: none;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}

#recruit_menu>a:nth-child(1) {
    background-color: rgb(13, 106, 183);
}

#recruit_menu>a:nth-child(2) {
    background-color: rgb(42, 42, 112);
}

#recruit_menu>a>span {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
}

/* form */
#form-link {
    text-align: center;
    position: relative;
}

#form-link>a {
    height: 90px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
}

#form-link>a:hover {
    opacity: 0.7;
}

#form-link>.btn {
    background-color: rgb(114, 184, 250);
    height: 65px;
    width: 340px;
    font-size: 1.5rem;
    line-height: 1.5;
    display: inline-block;
    border-radius: 0.5rem;
}

#form-link span {
    color: #fff;
    float: right;
    padding: 15px 20px 15px 15px;
}

#form-link img {
    width: 35px;
    display: inline-block;
    padding: 15px;
}

#form-txt {
    color: gray;
    font-size: 80%;
}
