@charset "utf-8";

/* 共通 */
.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    opacity: 0.6;
    cursor: pointer;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex.-rowr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross .flex:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross .flex:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross .flex.-rowr:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross .flex.-rowr:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-inner {
    height: 100%;
}

.bgc-beige {
    background-color: #ece7e3;
}

.bgcolor-brown {
    background-color: #88773b;
}

.bgcolor-blue {
    background-color: #69c9d0;
}

/* ヒーローセクション */
.hero-section-recruit {
    width: 100%;
    position: relative;
}

.hero-section-recruit-image {
    width: 100%;
    display: block;
    position: relative;
}

.hero-section-recruit-image::after {
    content: "";
    display: block;
    padding-top: 35%;
}

.hero-section-recruit-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section-recruit-content {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.title-hero-section {
    font-size: 50px;
    line-height: 1;
    text-align: center;
}

.title-hero-section .en {
    display: block;
}

.title-hero-section .en .animation-span {
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    margin: 7px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(255, 175, 203, 1);
    box-shadow: 5px 5px 0px 0px rgba(255, 175, 203, 1);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.title-hero-section .en .animation-span:nth-of-type(2n) {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(255, 211, 75, 1);
    box-shadow: 5px 5px 0px 0px rgba(255, 211, 75, 1);
}

.title-hero-section .en .animation-span:nth-of-type(3n) {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(129, 210, 247, 1);
    box-shadow: 5px 5px 0px 0px rgba(129, 210, 247, 1);
}

.title-hero-section .en .animation-span:nth-of-type(4n) {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(211, 174, 214, 1);
    box-shadow: 5px 5px 0px 0px rgba(211, 174, 214, 1);
}

.title-hero-section .en.action .animation-span {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.title-hero-section .en.action .animation-span:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.title-hero-section .en.action .animation-span:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.title-hero-section .en.action .animation-span:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.title-hero-section .en.action .animation-span:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.title-hero-section .en.action .animation-span:nth-of-type(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.title-hero-section .en.action .animation-span:nth-of-type(7) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.title-hero-section .en.action .animation-span:nth-of-type(8) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.title-hero-section .ja {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 50px;
    font-size: 70%;
    color: white;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.title-hero-section .ja.action {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.title-hero-section .ja::before {
    content: "";
    width: 150%;
    height: 5px;
    display: block;
    margin-left: -25%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
    .title-hero-section {
        font-size: 30px;
    }

    .title-hero-section .en .animation-span {
        min-width: 50px;
        min-height: 50px;
        padding: 5px;
    }

    .title-hero-section .ja.action {
        margin-top: 20px;
    }

    .title-hero-section .ja::before {
        height: 3px;
    }
}

@media (max-width: 599px) {
    .hero-section-recruit-image::after {
        padding-top: 55%;
    }

    .title-hero-section {
        font-size: 28px;
    }

    .title-hero-section .en .animation-span {
        min-width: 35px;
        min-height: 35px;
        margin: 5px;
        padding: 2px;
    }

    .title-hero-section .ja.action {
        margin-top: 15px;
    }
}

/* ページ内リンク */
.inpage-nav {
    margin: 80px 0;
}

.inpage-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inpage-nav-list li {
    width: calc(20% - 10px);
    margin: 5px;
}

.inpage-nav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    color: #33120d;
    letter-spacing: 1px;
    border: 1px solid #33120d;
}

.inpage-nav-list li a:hover {
    color: white;
    background-color: #33120d;
    opacity: 1;
}

.inpage-nav-list li.colored a {
    color: white;
    border: 1px solid #ffafcb;
    background-color: #ffafcb;
}

.inpage-nav-list li.colored a:hover {
    color: #ffafcb;
    background-color: white;
}

@media (max-width: 1024px) {
    .inpage-nav {
        margin: 50px 0;
    }

    .inpage-nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .inpage-nav-list li {
        width: calc(33.3% - 10px);
    }
}

@media (max-width: 599px) {
    .inpage-nav-list li {
        width: calc(50% - 4px);
        margin: 2px;
    }

    .inpage-nav-list li a {
        font-size: 13px;
    }
}

/* タイトル */
.title_rec_01 {
    margin-bottom: 50px;
    font-size: 46px;
    letter-spacing: 2px;
    text-align: center;
}

.title_rec_01 .en {
    display: block;
    letter-spacing: 4px;
}

.title_rec_01 .ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 50%;
}

.title_rec_01 .ja::before,
.title_rec_01 .ja::after {
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px;
    background-color: #33120d;
}

.title_rec_02 {
    width: 100%;
    padding: 5px 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    background-color: #88773b;
}

.title_rec_03 {
    padding: 20px 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.title_rec_04 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 24px;
    border-left: 10px solid #aa9e6e;
}

@media (max-width: 1024px) {
    .title_rec_01 {
        font-size: 36px;
    }

    .title_rec_01 .ja::before,
    .title_rec_01 .ja::after {
        width: 80px;
    }

    .title_rec_02 {
        padding: 5px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .title_rec_03 {
        padding: 10px 5px;
        font-size: 20px;
    }

    .title_rec_04 {
        padding-left: 5px;
        font-size: 20px;
        border-left: 5px solid #aa9e6e;
    }
}

@media (max-width: 599px) {
    .title_rec_01 {
        font-size: 28px;
    }

    .title_rec_01 .ja::before,
    .title_rec_01 .ja::after {
        width: 50px;
    }

    .title_rec_03 {
        padding: 5px;
        font-size: 18px;
    }

    .title_rec_04 {
        font-size: 18px;
    }
}

/* スタッフの１日 */
.list-day li {
    position: relative;
}

.list-day li .list-inner {
    -webkit-box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
}

.list-day li+li::before {
    content: "\f0da";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    color: #ab9e6e;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.list-day-time {
    width: 90px;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%);
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-day-time .square-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    border: 3px solid #ab9e6e;
    border-radius: 100%;
    background-color: white;
    position: absolute !important;
}

.list-day li .text {
    padding: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .list-day-wrap {
        width: 94%;
        margin: auto;
    }

    .list-day-time {
        width: 80px;
    }

    .list-day-time .square-inner {
        padding: 5px;
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .list-day-wrap {
        width: 90%;
    }

    .list-day li+li::before {
        content: "\f0dd";
        text-align: center;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(0%, -100%);
        top: -30px;
        right: 0;
    }
}

/* オーナーメッセージ */
.title-owner {
    margin-top: 30px;
    font-size: 20px;
    text-align: right;
}

.title-owner .position {
    display: block;
    margin-left: auto;
    font-size: 70%;
}

/* カリキュラム */
.list-curriculum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    position: relative;
}

.list-curriculum+.list-curriculum {
    margin-top: 80px;
}

.list-curriculum::after {
    content: "";
    width: 2px;
    height: calc(100% + 80px);
    display: block;
    background-color: #69c9d0;
    position: absolute;
    top: 0;
    left: 90px;
    z-index: -1;
}

.list-curriculum:last-of-type:after {
    display: none;
}

.list-curriculum dt {
    width: 180px;
    padding: 10px 15px 23px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 100%;
    background-color: #69c9d0;
}

.list-curriculum dt .step {
    font-size: 80%;
}

.list-curriculum dt .step-num {
    font-size: 180%;
}

.list-curriculum dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    padding-top: 30px;
}

.list-mark {
    padding: 40px 30px;
}

.list-mark.-color_01 {
    background-color: rgba(105, 201, 208, 0.4);
}

.list-mark.-color_02 {
    background-color: rgba(169, 169, 169, 0.4);
}

.list-mark.-color_03 {
    background-color: rgba(255, 175, 203, 0.4);
}

.list-mark.-color_04 {
    background-color: rgba(255, 211, 75, 0.4);
}

.list-mark.-color_05 {
    background-color: rgba(129, 210, 247, 0.4);
}

.list-mark li {
    padding-left: 1.5em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    position: relative;
}

.list-mark li::before {
    content: "";
    width: 0.7em;
    height: 1px;
    display: inline-block;
    background-color: black;
    position: absolute;
    top: 10px;
    left: 0;
}

.list-mark li+li {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .list-curriculum dt {
        width: 200px;
        padding: 10px 15px 20px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .list-curriculum dd {
        padding-left: 20px;
    }

    .list-mark {
        padding: 30px 20px;
    }

    .list-mark li {
        padding-left: 1em;
        font-size: 13px;
    }

    .list-mark li::before {
        width: 0.5em;
    }
}

@media (max-width: 599px) {
    .list-curriculum {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-curriculum::after {
        top: 10px;
        left: 40px;
    }

    .list-curriculum dt {
        border-radius: 50px;
    }

    .list-curriculum dd {
        width: 100%;
    }
}

/* キャリアプラン */
.career-itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.career-item {
    width: 30%;
    margin: 10px;
    border: 1px solid #88773b;
}

.career-item-title {
    padding: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-align: center;
}

.-light .career-item {
    border: 1px solid #c2b37c;
}

.-middle .career-item {
    border: 1px solid #a8985e;
}

.-heavy .career-item {
    border: 1px solid #6b5c25;
}

.-light .career-item-title {
    color: rgba(51, 18, 13, 255);
    background-color: #c2b37c;
}

.-middle .career-item-title {
    background-color: #a8985e;
}

.-heavy .career-item-title {
    background-color: #6b5c25;
}

.career-item .text {
    padding: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .career-item {
        width: 45%;
    }

    .career-item-title {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .career-item {
        width: 80%;
    }
}

/* イベント */
.list-event .month {
    padding: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.event-item {
    position: relative;
}

.title-event {
    width: 100%;
    padding: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 105, 105, 0)), color-stop(75%, rgba(154, 154, 154, 1)), to(rgba(170, 170, 170, 1)));
    background: linear-gradient(to bottom, rgba(105, 105, 105, 0) 0%, rgba(154, 154, 154, 1) 75%, rgba(170, 170, 170, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00696969', endColorstr='#aaaaaa', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-event li .text {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}

@media (max-width: 599px) {
    .list-event .month {
        font-size: 18px;
    }
}

/* 先輩の声 */
.list-senior {
    margin-top: 20px;
}

.list-senior dt {
    margin-bottom: 5px;
    padding: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    background-color: #d3aed6;
}

.list-senior dd {
    padding: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}

/* サロン見学 */
.list-tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-tour li {
    width: calc((100% - 8px) / 4);
    margin: 1px;
}

@media (max-width: 599px) {
    .list-tour li {
        width: calc((100% - 6px) / 3);
    }
}

/* バナー */
.bnr {
    width: 50%;
    max-width: 90%;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid rgba(51, 18, 13, 255);
    background-color: white;
}

.bnr * {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
}

.bnr-text {
    padding: 10px;
    font-size: 2vw;
    text-align: center;
}

.percent {
    font-weight: bold;
    font-size: 7vw;
    color: #ffafcb;
}

.percent-text {
    margin-left: 10px;
    font-size: 2.2vw;
}

@media (max-width: 1024px) {
    .bnr {
        width: 80%;
    }

    .bnr-text {
        font-size: 4vw;
    }

    .percent {
        font-size: 12vw;
    }

    .percent-text {
        font-size: 5vw;
    }
}

@media (max-width: 599px) {
    .bnr {
        width: 90%;
    }

    .bnr-text {
        padding: 5px;
        font-size: 6vw;
    }

    .percent {
        font-size: 16vw;
    }

    .percent-text {
        font-size: 6vw;
    }
}

/* 求人一覧 */
.list-rec li .list-inner {
    -webkit-box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 15px -4px rgba(0, 0, 0, 0.2);
}

.list-rec li a {
    text-align: right;
}

.list-rec li .rec-title {
    padding: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #69c9d0;
}

.list-rec li .text {
    padding: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: left;
}

.list-rec .btn {
    display: inline-block;
    margin-top: 30px;
    padding-right: 1.5em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}

.list-rec .btn::after {
    content: "\f101";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: 5px;
}

/* 詳細ページ */
.dash-box {
    width: 90%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.dash-box:nth-of-type(even) {
    margin-left: auto;
}

.dash-box .img-area {
    margin-bottom: 80px;
}

.dash-box .text-area {
    margin-top: 80px;
    margin-left: -10%;
    padding: 50px 50px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

.dash-box:nth-of-type(even) .text-area {
    margin-left: 0;
    margin-right: -10%;
}

.dash-box .text-area .text-01 {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
}

.dream .title,
.Welfare .title,
.recruitments .title,
.big-tel .big-tel-inner,
.big-tel {
    background-color: #69c9d0;
}

.Welfare .title,
.square-text-wrap {
    background-color: #706550;
}

.Welfare .square-text {
    border: 2px solid white;
}

.Welfare .square-text::before {
    border: 5px solid #706550;
}

@media (max-width: 1024px) {
    .dash-box {
        width: 100%;
    }

    .dash-box .text-area {
        margin-top: 50px;
        padding: 30px 20px;
    }

    .dash-box .text-area .text-01 {
        font-size: 14px;
    }

    .dash-box .img-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 599px) {
    .dash-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dash-box .img-area {
        margin-bottom: 0;
    }

    .dash-box .text-area {
        margin-top: -10%;
        margin-left: auto;
    }

    .dash-box:nth-of-type(even) .text-area {
        margin-left: 0;
        margin-right: auto;
    }
}

/* 見たまま編集 */
[data-element-id] .title-hero-section {
    color: white;
}

[data-element-id] .title-hero-section .ja {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] .list-rec>div {
    width: 105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -35px;
    margin-right: -35px;
}
