@charset "UTF-8";
/* --------------------
 Career list
-------------------- */
.career {
    margin: 0 0 80px;
    overflow: hidden;
}

.career__head {
    align-items: center;
    background-image: url(../images/pages/career/career-main-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: center;
    padding: 30px 15px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .career__head {
        height: 650px;
        padding-top: 100px;
    }
}

.career__head__title {
    color: #ffffff;
    display: block;
    font-family: "Makiba", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
    width: 100%;
}

@media (min-width: 768px) {
    .career__head__title {
        font-size: 6.2rem;
    }
}

.career__head__illust {
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    position: absolute;
    right: 0;
    width: 100%;
}

.career__head__illust__item {
    bottom: 0;
    position: absolute;
    right: 0;
}

.career__head__illust__item__mascot {
    bottom: 0;
    position: absolute;
}

.career__head__illust__item:nth-child(1) {
    right: 40px;
    width: 90px;
    z-index: 0;
}

@media (min-width: 768px) {
    .career__head__illust__item:nth-child(1) {
        right: 100px;
        width: auto;
    }
}

.career__head__illust__item:nth-child(1) .career__head__illust__item__mascot {
    left: -15px;
}

@media (min-width: 768px) {
    .career__head__illust__item:nth-child(1) .career__head__illust__item__mascot {
        left: -30px;
    }
}

.career__head__illust__item:nth-child(1) .career__head__illust__item__mascot img {
    width: 55px;
}

@media (min-width: 768px) {
    .career__head__illust__item:nth-child(1) .career__head__illust__item__mascot img {
        width: auto;
    }
}

.career__head__illust__item:nth-child(2) {
    right: 0;
    width: 70px;
    z-index: 1;
}

@media (min-width: 768px) {
    .career__head__illust__item:nth-child(2) {
        width: auto;
    }
}

.career__head__illust__item:nth-child(2) .career__head__illust__item__mascot {
    left: 15px;
    right: -20px;
}

@media (min-width: 768px) {
    .career__head__illust__item:nth-child(2) .career__head__illust__item__mascot {
        left: 30px;
        right: -40px;
    }
}

.career__head__illust__item:nth-child(2) .career__head__illust__item__mascot img {
    width: 100px;
}

@media (min-width: 768px) {
    .career__head__illust__item:nth-child(2) .career__head__illust__item__mascot img {
        width: auto;
    }
}

.career__overview {
    background-color: #f0e5d5;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .career__overview {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}

.career__overview__head {
    margin: 0 0 30px;
}

.career__overview__head__title {
    margin: 0;
}

.career__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .career__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.career__overview__title {
    color: #806a28;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: .15em;
    line-height: 1.6;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .career__overview__title {
        font-size: 2.4rem;
    }
}

.career__overview__content {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .career__overview__content {
        margin-bottom: 80px;
    }
}

.career__overview__content p {
    color: #806a28;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .career__overview__content p {
        font-size: 1.6rem;
    }
}

.career__overview__content p:last-child {
    margin-bottom: 0;
}

.career__overview__menu {
    margin: 0;
}

@media (min-width: 768px) {
    .career__overview__menu {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -8px;
        margin-right: -8px;
    }
}

.career__overview__menu__item {
    margin: 15px 0 0;
    padding: 0;
}

@media (min-width: 768px) {
    .career__overview__menu__item {
        margin-top: 30px;
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }
}

.career__overview__menu__item:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .career__overview__menu__item:nth-child(2) {
        margin-top: 0;
    }
}

.career__overview__menu__item__button {
    align-items: center;
    background-color: rgba(73, 173, 133, .82);
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    justify-content: center;
    letter-spacing: .15em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 405px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .career__overview__menu__item__button {
        font-size: 1.8rem;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .career__overview__menu__item__button {
        font-size: 2.2rem;
    }
}

.career__overview__menu__item__button:before {
    border: 1px solid #ffffff;
    border-radius: 30px;
    bottom: 5px;
    content: "";
    display: block;
    height: auto;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
}

.career__overview__menu__item__button:hover, .career__overview__menu__item__button:focus {
    background-color: #0b702c;
    color: #ffffff;
}

.career__detail {
    padding: 40px 0 0;
}

@media (min-width: 768px) {
    .career__detail {
        padding-top: 80px;
    }
}

.career__detail-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .career__detail-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.career__detail__item {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .4);
    margin: 0 0 50px;
    padding: 25px 15px;
}

@media (min-width: 768px) {
    .career__detail__item {
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .career__detail__item {
        padding: 30px 65px 30px;
    }
}

.career__detail__item__title {
    background: rgba(73, 173, 133, .82);
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
    display: block;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .15em;
    margin: 0 0 25px -15px;
    max-width: 600px;
    padding: 5px 5px 5px 15px;
}

@media (min-width: 768px) {
    .career__detail__item__title {
        font-size: 2.4rem;
        margin-left: -30px;
    }
}

@media (min-width: 992px) {
    .career__detail__item__title {
        margin-left: -65px;
        padding-left: 65px;
    }
}

.career__detail__item__thumb {
    margin: 0 0 30px;
    text-align: center;
}

.career__detail__item__main {
    margin: 0 0 30px;
}

.career__detail__item__main__title {
    color: #806a28;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: .15em;
    line-height: 1.6;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .career__detail__item__main__title {
        font-size: 2.4rem;
    }
}

.career__detail__item__main__content {
    margin: 0;
}

.career__detail__item__main__content p {
    color: #806a28;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .career__detail__item__main__content p {
        font-size: 1.6rem;
    }
}

.career__detail__item__main__content p:last-child {
    margin-bottom: 0;
}

.career__detail__item-row {
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .career__detail__item-row {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.career__detail__item-row__col {
    margin: 0 0 15px;
    padding: 0;
}

.career__detail__item-row__col:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .career__detail__item-row__col {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.career__detail__item__list__item {
    align-items: stretch;
    border: 1px solid #806a28;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .career__detail__item__list__item {
        margin-bottom: 25px;
    }
}

.career__detail__item__list__item:last-child {
    margin-bottom: 0;
}

.career__detail__item__list__item__title {
    background-color: #806a28;
    color: #ffffff;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    width: 110px;
}

@media (min-width: 768px) {
    .career__detail__item__list__item__title {
        font-size: 1.6rem;
        width: 130px;
    }
}

.career__detail__item__list__item__content {
    color: #806a28;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    padding: 5px 10px;
    width: calc(100% - 110px);
    word-break: break-all;
}

@media (min-width: 768px) {
    .career__detail__item__list__item__content {
        font-size: 1.6rem;
        width: calc(100% - 130px);
    }
}

.career__detail__item__action {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .career__detail__item__action {
        margin-bottom: 50px;
    }
}

.career__detail__item__action__button {
    align-items: center;
    background-color: #f06100;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    justify-content: center;
    letter-spacing: .15em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 405px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .career__detail__item__action__button {
        font-size: 1.8rem;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .career__detail__item__action__button {
        font-size: 2.2rem;
    }
}

.career__detail__item__action__button:before {
    border: 1px solid #ffffff;
    border-radius: 30px;
    bottom: 5px;
    content: "";
    display: block;
    height: auto;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
}

.career__detail__item__action__button:hover, .career__detail__item__action__button:focus {
    background-color: #bd4c00;
    color: #ffffff;
}

/* --------------------
 Career detail
-------------------- */
.career-detail {
    margin: 0 0 80px;
    overflow: hidden;
}

.career-detail__head {
    align-items: center;
    background-image: url(../images/pages/career/career-main-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: center;
    padding: 30px 15px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .career-detail__head {
        height: 650px;
        padding-top: 100px;
    }
}

.career-detail__head__title {
    color: #ffffff;
    display: block;
    font-family: "Makiba", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
    width: 100%;
}

@media (min-width: 768px) {
    .career-detail__head__title {
        font-size: 6.2rem;
    }
}

.career-detail__head__illust {
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    position: absolute;
    right: 0;
    width: 100%;
}

.career-detail__head__illust__item {
    bottom: 0;
    position: absolute;
    right: 0;
}

.career-detail__head__illust__item__mascot {
    bottom: 0;
    position: absolute;
}

.career-detail__head__illust__item:nth-child(1) {
    right: 40px;
    width: 90px;
    z-index: 0;
}

@media (min-width: 768px) {
    .career-detail__head__illust__item:nth-child(1) {
        right: 100px;
        width: auto;
    }
}

.career-detail__head__illust__item:nth-child(1) .career-detail__head__illust__item__mascot {
    left: -15px;
}

@media (min-width: 768px) {
    .career-detail__head__illust__item:nth-child(1) .career-detail__head__illust__item__mascot {
        left: -30px;
    }
}

.career-detail__head__illust__item:nth-child(1) .career-detail__head__illust__item__mascot img {
    width: 55px;
}

@media (min-width: 768px) {
    .career-detail__head__illust__item:nth-child(1) .career-detail__head__illust__item__mascot img {
        width: auto;
    }
}

.career-detail__head__illust__item:nth-child(2) {
    right: 0;
    width: 70px;
    z-index: 1;
}

@media (min-width: 768px) {
    .career-detail__head__illust__item:nth-child(2) {
        width: auto;
    }
}

.career-detail__head__illust__item:nth-child(2) .career-detail__head__illust__item__mascot {
    left: 15px;
    right: -20px;
}

@media (min-width: 768px) {
    .career-detail__head__illust__item:nth-child(2) .career-detail__head__illust__item__mascot {
        left: 30px;
        right: -40px;
    }
}

.career-detail__head__illust__item:nth-child(2) .career-detail__head__illust__item__mascot img {
    width: 100px;
}

@media (min-width: 768px) {
    .career-detail__head__illust__item:nth-child(2) .career-detail__head__illust__item__mascot img {
        width: auto;
    }
}

.career-detail__overview {
    background-color: #f0e5d5;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .career-detail__overview {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}

.career-detail__overview__head {
    margin: 0 0 30px;
}

.career-detail__overview__head__title {
    margin: 0;
}

.career-detail__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .career-detail__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.career-detail__overview__title {
    color: #806a28;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: .15em;
    line-height: 1.6;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .career-detail__overview__title {
        font-size: 2.4rem;
    }
}

.career-detail__overview__content {
    margin: 0;
}

.career-detail__overview__content p {
    color: #806a28;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .career-detail__overview__content p {
        font-size: 1.6rem;
    }
}

.career-detail__overview__content p:last-child {
    margin-bottom: 0;
}

.career-detail__main {
    margin: 0 0 80px;
    padding: 40px 0 0;
}

@media (min-width: 768px) {
    .career-detail__main {
        margin-bottom: 140px;
        padding-top: 90px;
    }
}

.career-detail__main-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .career-detail__main-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.career-detail__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 50px;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .career-detail__main__table {
        margin-bottom: 100px;
    }
}

.career-detail__main__table > tbody > tr > th, .career-detail__main__table > tbody > tr > td {
    border-bottom: 1px solid #806a28;
    font-size: 1.4rem;
    line-height: 2.2;
}

@media (min-width: 768px) {
    .career-detail__main__table > tbody > tr > th, .career-detail__main__table > tbody > tr > td {
        font-size: 1.6rem;
    }
}

.career-detail__main__table > tbody > tr:first-child > th, .career-detail__main__table > tbody > tr:first-child > td {
    border-top: 1px solid #806a28;
}

.career-detail__main__table > tbody > tr > th {
    background-color: rgba(73, 173, 133, .82);
    color: #ffffff;
    font-feature-settings: "palt";
    font-weight: 700;
    padding: 15px 8px;
    text-align: center;
    width: 90px;
}

@media (min-width: 768px) {
    .career-detail__main__table > tbody > tr > th {
        padding-bottom: 35px;
        padding-top: 35px;
        width: 170px;
    }
}

.career-detail__main__table > tbody > tr > td {
    background-color: #ffffff;
    color: #806a28;
    padding: 15px 8px;
    text-align: left;
    word-break: break-all;
}

@media (min-width: 768px) {
    .career-detail__main__table > tbody > tr > td {
        padding: 35px;
    }
}

.career-detail__main__table > tbody > tr > td a {
    color: #806a28;
    text-decoration: underline;
}

.career-detail__main__table > tbody > tr > td a:hover, .career-detail__main__table > tbody > tr > td a:focus {
    text-decoration: none;
}

.career-detail__main__action {
    margin: 0;
}

@media (min-width: 768px) {
    .career-detail__main__action {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.career-detail__main__action__item {
    margin: 0 0 15px;
    padding: 0;
}

.career-detail__main__action__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .career-detail__main__action__item {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.career-detail__main__action__item__button {
    align-items: center;
    background-color: #f06100;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    justify-content: center;
    letter-spacing: .15em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 405px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .career-detail__main__action__item__button {
        font-size: 1.8rem;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .career-detail__main__action__item__button {
        font-size: 2.2rem;
    }
}

.career-detail__main__action__item__button:before {
    border: 1px solid #ffffff;
    border-radius: 30px;
    bottom: 5px;
    content: "";
    display: block;
    height: auto;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
}

.career-detail__main__action__item__button:hover, .career-detail__main__action__item__button:focus {
    background-color: #bd4c00;
    color: #ffffff;
}

.career-detail__foot__action {
    margin: 0;
    text-align: center;
}

.career-detail__foot__action__mascot {
    background-image: url(../images/icons/icon-illust-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 77px 54px;
    display: inline-block;
    height: 54px;
    vertical-align: bottom;
    width: 77px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .career-detail__foot__action__mascot {
        background-image: url(../images/icons/icon-illust-1@2x.png);
    }
}

.career-detail__foot__action__button {
    background-color: #806a28;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 20px;
    vertical-align: bottom;
}

@media (min-width: 992px) {
    .career-detail__foot__action__button {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.career-detail__foot__action__button:hover, .career-detail__foot__action__button:focus {
    background-color: rgba(128, 106, 40, .75);
    color: #ffffff;
}
