@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, time, tr, ul, var, video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
}
/*paddingによる幅を無くします*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
}

body {
    background: #daefea;
    color: #606060;
    font-family: 'Times New Roman', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 auto;
    min-height: 800px;
    min-width: 320px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

header #navArea {
    /* ナビ開いてる時のボタン */
}

@media (min-width: 1024px) {
    header #navArea {
        display: none;
    }
}
.sp {
    display: block;
}

@media (min-width: 1024px) {
    .sp {
        display: none;
    }
}

.pc {
    display: none;
}

@media (min-width: 1024px) {
    .pc {
        display: block;
    }
}
.subtitle {
    color: #3b3b3b;
    font-size: 1.8rem;
    padding-left: 1.2em;
    position: relative;
    text-align: left;
    font-weight: bold;
}
.subtitle:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 4px;
    background-color: #47cdad;
}
@media (min-width: 768px) {
    .subtitle {
        font-size: 2.4rem;
    }
}
/*公共*/
.common_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #606060;
    border: 1px solid #606060;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem !important;
    cursor: pointer;
    width: 100%;
    max-width: 250px;
}
.fs_sss {
    font-size: 0.5em;
}

.fs_ss {
    font-size: 0.7em;
}

.fs_s {
    font-size: 0.8em;
}

.fs_l {
    font-size: 1.5em;
}

.fs_ll {
    font-size: 1.8em;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.pb_20 {
    padding-bottom: 20px;
}
.link_act_02 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.link_act_02:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.in_recruit .common_btn .thinright {
    position: relative;
}
.in_recruit .common_btn .thinright:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: 30px;
    height: 2px;
    background: #606060;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.in_recruit .common_btn .thinright:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #606060 #606060;
    -webkit-transform: rotate(-135deg) translateY(70%);
    transform: rotate(-135deg) translateY(70%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header #navArea .fixed_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /*　ハンバーガーボタン　*/
}

header #navArea .fixed_box .hamburger_box {
    background: #47cdad;
    display: block;
    z-index: 3;
    right: 0;
    padding: 8px;
    position: fixed;
    top: 0;
    width: 20%;
}

header #navArea .fixed_box .hamburger_box p {
    position: absolute;
    top: 40px;
    left: 50%;
    color: #f7f7f7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

header #navArea .fixed_box .hamburger_box .hamburger {
    height: 42px;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header #navArea .fixed_box .hamburger_box .hamburger span {
    display: block;
    position: absolute;
    width: 42px;
    height: 2px;
    background: #f7f7f7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header #navArea .fixed_box .hamburger_box .hamburger span:nth-child(1) {
    top: 10px;
}

header #navArea .fixed_box .hamburger_box .hamburger span:nth-child(2) {
    top: 20px;
}

header #navArea .fixed_box .hamburger_box .hamburger span:nth-child(3) {
    top: 30px;
}

header #navArea .fixed_box .hamburger_box .hamburger.active span:nth-child(1) {
    top: 20px;
    background: #f7f7f7;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

header #navArea .fixed_box .hamburger_box .hamburger.active span:nth-child(2), header #navArea .fixed_box .hamburger_box .hamburger.active span:nth-child(3) {
    top: 20px;
    background: #f7f7f7;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

header #navArea .fixed_box .header_sp_nav {
    width: 80%;
    position: fixed;
    z-index: 2;
    left: 0;
}

header #navArea .fixed_box .header_sp_nav ul {
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
}

header #navArea .fixed_box .header_sp_nav ul li {
    width: 25%;
    font-size: 1.2rem;
    border-right: 1px solid #47cdad;
}

header #navArea .fixed_box .header_sp_nav ul li:last-of-type {
    border-right: none;
}

header #navArea .fixed_box .header_sp_nav ul li a {
    color: #47cdad;
    display: block;
}

header #navArea .fixed_box .header_sp_nav ul li a i {
    font-size: 1.5em;
}

header #navArea .globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000000;
    background: #daefea;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
}

header #navArea .globalMenuSp ul {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header #navArea .globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 30%;
    -webkit-transition: .4s all;
    transition: .4s all;
    font-size: 1.6rem;
}

header #navArea .globalMenuSp ul li a {
    display: block;
    color: #000000;
    margin-bottom: 40px;
    text-decoration: none;
    border-bottom: 1px solid #f7f7f7;
}

header #navArea .globalMenuSp ul li:first-of-type {
    width: 100%;
}

header #navArea .globalMenuSp ul li:first-of-type a {
    border-bottom: 0;
    margin-bottom: 30px;
}

header #navArea .globalMenuSp ul li:first-of-type a img {
    max-width: 200px;
}

header #navArea .globalMenuSp ul li:last-of-type {
    width: 100%;
}

header #navArea .globalMenuSp ul li:last-of-type a {
    border-bottom: none;
    color: #00ACEE;
    font-size: 4rem;
    margin-bottom: 0;
}

header #navArea .globalMenuSp ul .tel {
    width: 100%;
    font-size: 2rem;
}

header #navArea .globalMenuSp ul .tel a {
    border-bottom: none;
    margin-bottom: 0;
}

header #navArea .globalMenuSp ul .open {
    width: 100%;
    font-size: 2rem;
}

header #navArea .globalMenuSp ul .reception {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 10px;
}

header #navArea .globalMenuSp ul .tel span, header #navArea .globalMenuSp ul .open span, header #navArea .globalMenuSp ul .reception span {
    font-size: .8em;
}

header #navArea .globalMenuSp.active {
    display: block;
    -webkit-animation: show .5s linear 0s;
    animation: show .5s linear 0s;
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (min-width: 1024px) {
    .pc_nav {
        position: fixed;
        width: 100%;
        height: 80px;
        z-index: 4;
        display: block;
        
       
        top: 0;
    }
    .pc_nav > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1200px;
         -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
        background: #47cdad;
        height: 80px;
        margin: auto;
    }
    .pc_nav > div .nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 72%;
        margin-right: auto;
    }
    .pc_nav > div .nav_list li {
        width: calc(100%/7);
        font-size: 1.6rem;
        letter-spacing: 1px;
        margin: 0 5px;
    }
    .pc_nav > div .nav_list li:nth-of-type(1) {
        /*padding-top: 10px;*/
        width: 20%;
    }
    .pc_nav > div .nav_list li img {
        width: 100%;
    }
    .pc_nav > div .nav_list li a {
        display: inline-block;
        width: 100%;
        color: #f7f7f7;
    }
    .pc_nav > div .nav_list li a:hover {
        /*opacity: .4;*/
         color: #ffd12c;
        opacity: 1!important;
    }
    .pc_nav > div .info_box {
        letter-spacing: 1.5px;
        width: 22%;
        background: #daefea;
        height: 100%;
    }
    .pc_nav > div .info_box li {
        width: 100%;
        max-width: 300px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 1.6rem;
        color: #47cdad;
        text-align: left;
        padding-left: 12%;
    }

    .pc_nav > div .info_box li.tel a {
        color: #47cdad;
        padding: 3px 0px 3px 0px;
        display: block;
    }
    .pc_nav > div .info_box li.tel a span {
        font-size: .8em;
    }
    .pc_nav > div .info_box li.open span {
        font-size: .8em;
        color: #47cdad;
    }
    .pc_nav > div .info_box li.reception span {
        font-size: .8em;
        color: #47cdad;
    }
}

footer {
    background-size: cover;
    background-position: top;
    background: #47cdad;
    max-width: 1200px;
    margin: auto;
}

footer .inner {
    padding: 0;
    max-width: 100%;
}
footer .inner .footer_area {
    position: relative;
    font-size: 1.6rem;
    color: #f7f7f7;
    margin: 0 10px;
}

@media (min-width: 1024px) {
    footer .inner .footer_area {
        padding: 1%;
    }
}
@media (min-width: 1024px) {
    footer .inner .footer_area .footer_logo {
        margin-bottom: 30px;
    }
}

footer .inner .footer_area .info .info_box {
    max-width: 500px;
    font-size: 1.8em;
    letter-spacing: 1.5px;
    margin: 0 auto 20px;
}

@media (min-width: 1024px) {
    footer .inner .footer_area .info .info_box {
        margin-bottom: 30px;
    }
}

footer .inner .footer_area .info .info_box li {
    width: 100%;
    display: block;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 1.8rem;
    text-align: center;
}

footer .inner .footer_area .info .info_box li.tel {
    width: 100%;
    display: block;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 1.8rem;
    text-align: center;
}

@media (min-width: 768px) {
    footer .inner .footer_area .info .info_box li {
        font-size: 2.4rem;
        width: 100%;
        display: block;
        vertical-align: middle;
        line-height: 1.4;
        text-align: center;
        /*padding-left: 28%*/
    }
    footer .inner .footer_area .info .info_box li.tel {
        font-size: 2.4rem;
        width: 100%;
        display: block;
        vertical-align: middle;
        line-height: 1.4;
        padding-left: 0%;
        text-align: center;
    }
}

footer .inner .footer_area .info .info_box li a {
    color: #f7f7f7;
    display: block;
    max-width: 300px;
    margin: auto;
}

footer .inner .footer_area .info .info_box li span {
    font-size: .8em;
}

footer .inner .footer_area .logo {
    max-width: 255px;
    width: 60%;
}

@media (min-width: 768px) {
    footer .inner .footer_area .logo {
        max-width: 300px;
    }
}

footer .inner .footer_area .aroma_tsushin_box {
    max-width: 1000px;
    margin: auto;
}

@media (min-width: 1024px) {
    footer .inner .footer_area .aroma_tsushin_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

footer .inner .footer_area .aroma_tsushin_box .aroma_tsushin {
    width: 80%;
    height: 80%;
    max-width: 468px;
    max-height: 60px;
    display: block;
    margin: 0 auto 20px;
}

@media (min-width: 1024px) {
    footer .inner .footer_area .aroma_tsushin_box .aroma_tsushin {
        width: 100%;
        height: 100%;
    }
}

footer .inner .footer_area .refle {
    width: 50%;
    height: 50%;
    max-width: 200px;
    max-height: 40px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    footer .inner .footer_area .refle {
        width: 100%;
        height: 100%;
    }
}

footer .inner .footer_area a:hover {
    opacity: 1;
}

footer .inner .footer_area .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
}

footer .inner .footer_area .sns li a {
    color: #606060;
}

footer .inner .footer_area .sns li a i {
    font-size: 3rem;
    padding: 0 5px;
}

footer .footer_nav {
    display: none;
}

@media (min-width: 1024px) {
    footer .footer_nav {
        display: block;
        max-width: 1000px;
        margin: auto;
    }
    footer .footer_nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    footer .footer_nav ul {
        margin-bottom: 30px;
    }
}
 footer .footer_nav ul li a:hover {
       
        color: #ffd12c;
        opacity: 1!important;
      
    }
@media (min-width: 1024px) {
    footer .footer_nav ul li {
        position: relative;
        margin: 0;
        width: calc(100%/9);
        z-index: 0;
        letter-spacing: 1px;
    }
    footer .footer_nav ul li a {
        display: block;
        color: #f7f7f7;
        font-size: 1.6rem;
        text-decoration: none;
    }
}

footer.top {
    margin-bottom: 72%;
}

@media (min-width: 768px) {
    footer.top {
        margin-bottom: 0;
    }
}

/*コピーライト*/
.footer_bottom {
    color: #606060;
    background: #f7f7f7;
}

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

.footer_bottom .copyright {
    font-size: 1rem;
    text-align: center;
    font-family: "Times New Roman", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_bottom .footer_link {
    font-size: 1rem;
    text-align: center;
}

.footer_bottom .footer_link a {
    color: #606060;
    border-bottom: 1px solid #606060;
}
.fotter_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

@media (min-width: 768px) {
    .fotter_btn {
        display: none;
    }
}

.fotter_btn p {
    background: #47cdad;
    border-radius: 100%;
    padding: 17px 10px;
    border: 2px solid #f7f7f7;
    font-size: 1.4rem;
    line-height: 1.4;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.fotter_btn p a i {
    font-size: 1.5em;
}

#contanter{
    margin-top: 80px;
}
@media screen and (max-width: 750px){
    #contanter{
        margin-top: 58px;
    }
}
.inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: auto;
}
.banner{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: 55vh;
    background-image: url(../img/mainvisual_01_sp2.jpg);
    background-size: cover;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.banner .main_text {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 120px;
}
@media (min-width: 768px) {
    .banner .main_text {
        right: 40px;
        max-width: 200px;
    }
}
.banner .logo_main {
    position: absolute;
    bottom: -7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100px;
}
.banner .logo_main {
    max-width: 400px;
    width: 80%;
    bottom: -14%;
}
@media (min-width: 768px) {
    .banner .logo_main {
        max-width: 500px;
        bottom: -7%;
    }
}

@media (min-width: 768px) {
    .banner .logo_main {
        padding-right: 40px;
        padding-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .banner .main_text {
        max-width: 250px;
    }
}
@media (min-width: 768px) {
    .banner {
        height: 100vh;
        background-image: url(../img/mainvisual_01_pc.jpg);
        background-position: 0;
        background-size: cover;
    }
}
#section_event {
    padding: 40px 0;
    position: relative;
    background: transparent;
    height: 100%;
    z-index: 1;
    background-image: url(../img/bg_event.jpg);
    background-size: cover;
}
#section_event .inner img {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}
@media (min-width: 1024px) {
    #section_event {
        width: 100%;
        padding: 80px 40px 40px;
        height: 650px;
    }
}

#section_blog {
    background: #f7f7f7;
    padding: 40px 10px;
}
@media (min-width: 1024px) {
    #section_blog {
        width: 100%;
        padding: 80px 40px 40px;
        margin-top: 520px;
        /* height: 650px;*/
    }
}
#section_blog .inner {
    background: #efe2da;
    padding: 0 10px 10px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    /* max-width: 600px;*/
}
#section_blog .inner {
    background: #daefea;
    padding: 0 10px 10px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    /* max-width: 600px;*/
}

#section_blog .inner h2 {
    font-size: 2.8rem;
    line-height: .9;
    letter-spacing: 2.4px;
    color: #3b3b3b;
    position: relative;
    padding: 30px 0;
    margin-bottom: 0;
}

@media (min-width: 560px) {
    #section_blog .inner h2 {
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    #section_blog .inner h2 {
        font-size: 5rem;
    }
}
#section_blog .inner #blog {
    background: #f7f7f7;
     min-height: 360px;
    background: url("../img/bg3.png");
        background-size: 102% 100%;
        padding: 30px;
}
#section_blog .inner #blog div.blog_slide_warp{
    overflow: auto;
    max-height: 330px;
}
@media (min-width: 1024px) {
    #section_blog .inner #blog {
        min-height: 370px;
    }
}

#section_blog .inner h2 {
    font-size: 2.8rem;
    line-height: .9;
    letter-spacing: 2.4px;
    color: #3b3b3b;
    position: relative;
    padding: 30px 0;
    margin-bottom: 0;
}
#section_schedule_today {
    position: relative;
}
#section_xzqb h2{
     font-size: 2.8rem;
    line-height: .9;
    letter-spacing: 2.4px;
    color: #3b3b3b;
    position: relative;
    padding: 30px 0;
}
#section_schedule_today h2 {
    font-size: 2.8rem;
    line-height: .9;
    letter-spacing: 2.4px;
    color: #3b3b3b;
    position: relative;
    padding: 30px 0;
}

@media (min-width: 560px) {
    #section_schedule_today h2 {
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    #section_schedule_today h2 {
        font-size: 5rem;
    }
}

#section_schedule_today .inner {
    margin: 0 auto;
    padding-bottom: 12%;
}

@media (min-width: 768px) {
    #section_schedule_today .inner {
        padding-bottom: 4%;
        padding-top: 2%;
    }
}

.rtime_box {
    background-color: #fff;
    margin-bottom: 30px;
    border: double 4px #EFE2DA;
    padding: 24px 0 20px 0;
}

.rtime_box p{
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
}
.rtime_box span{
    font-size: 1.2em;
    font-weight: bold;
}

@media (min-width: 768px) {
    .rtime_box .br_none {
        display: none;
    }
}
.cast_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.cast_box li {
    vertical-align: top;
    float:left;
    width: 48%;
    margin: 0 2px 30px;
    height: auto;
    font-size: 1.4rem;
    color: #f7f7f7;
    letter-spacing: 0.8px;
    /*background: rgba(247, 247, 247, 0.8);*/
   
       
    position: relative;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.cast_box li:after{
    content: "";
     background-position: -10px 2px;
     position: absolute;
     background: url("../img/nvhbj.png");
        background-size: cover;
        background-size: 100% 100%;
    top: -13px;
    left: -10px;
    bottom: -10px;
    right: -14px;
    z-index: -1;
}
@media (min-width: 768px) {
    .cast_box li {
        width: calc(100%/4.35);
    }
}
.cast_box li .img_box {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cast_box li .img_box .icon_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}
.therapist_box .txt_box {
    width: 100%;
    margin-bottom: 10px;
}

.therapist_box .txt_box dl {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.therapist_box .txt_box dl dd {
    color: #606060;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.therapist_box .txt_box dl dd.name img{
    width: 55px;
}
@media (min-width: 1024px) {
    .therapist_box .txt_box dl dd {
        font-size: 1.5rem;
    }
}

.therapist_box .txt_box dl dd span {
    font-size: .8em;
}

.therapist_box .txt_box dl .schedule_time {
    border-top: 1px solid #47cdad;
    color: #47cdad;
    width: 90%;
}
#section_bnr {
    padding: 40px 0;
    width: 100%;
}

@media (min-width: 768px) {
    #section_bnr {
        padding: 0 0 4%;
    }
}

#section_bnr .inner {
   
    background-size: cover;
    background-position: center;
    /*max-width: 100%;*/
    padding: 0;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #section_bnr .inner {
        margin-bottom: 4%;
    }
}

#section_bnr .inner > div {
    background-color: rgba(247, 247, 247, 0.75);
    padding: 30px 20px;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

@media (min-width: 768px) {
    #section_bnr .inner > div {
        padding: 50px 0;
    }
}
#section_bnr .inner a .in_recruit {
    max-width: 1000px;
    background: rgba(247,247,247,0.75);
    margin: 0 auto;
    padding: 50px;
}

#section_bnr .inner a .in_recruit h3 {
    border-bottom: 2px solid #606060;
    font-size: 6rem;
    line-height: 1;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #606060;
    text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
}
@media (min-width: 560px){
    #section_bnr .inner a .in_recruit h3 {
        font-size: 5.6rem;
    }
    #section_bnr .inner a .in_recruit .common_btn {
        font-size: 3rem !important;
        max-width: 300px;
    }
}

@media (min-width: 768px){
    #section_bnr .inner a .in_recruit {
        margin-bottom: 4%;
    }
    #section_bnr .inner a .in_recruit {
        padding: 50px 0;
    }
}
#section_bnr .inner a .in_recruit .common_btn{
    margin-top: 10px;
    padding: 5px 30px 5px 3px;
}
#section_concept {
    background-image: url(../img/bg_concept.jpg);
    background-size: cover;
    background-position: 100% 0;
}
@media (min-width: 768px) {
    #section_concept {
        background-attachment: fixed;
        background-position: 100% 30%;
    }
}
#section_concept .inner {
    padding-bottom: 12%;
}

@media (min-width: 768px) {
    #section_concept .inner {
        padding: 2% 0 4%;
    }
}

#section_concept .inner h2 {
    font-size: 2.8rem;
    line-height: .9;
    letter-spacing: 2.4px;
    color: #3b3b3b;
    position: relative;
    padding: 30px 0;
}

@media (min-width: 560px) {
    #section_concept .inner h2 {
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    #section_concept .inner h2 {
        font-size: 5rem;
    }
}

#section_concept .inner .concept_text > p {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 2;
    text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
    font-weight: bold;
}

@media (min-width: 768px) {
    #section_concept .inner .concept_text > p {
        font-size: 1.8rem;
    }
}

#section_concept .inner .concept_text > p:last-of-type {
    margin-bottom: 0;
}

#section_concept .inner .concept_text .concept_message {
    padding: 5px;
    background: rgba(247, 247, 247, 0.8);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto 40px;
}

#section_concept .inner .concept_text .concept_message > div {
    border: 1px solid #47cdad;
    padding: 20px 10px;
}

#section_concept .inner .concept_text .concept_message > div p {
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: bold;
}

@media (min-width: 375px) {
    #section_concept .inner .concept_text .concept_message > div p {
        font-size: 1.8rem;
    }
}

#section_concept .inner .concept_text .concept_message > div h3 {
    font-size: 5rem;
    line-height: .3;
    color: #47cdad;
    font-weight: bold;
    letter-spacing: 5px;
    max-width: 500px;
    margin: 0px auto 6px;
}

@media (min-width: 375px) {
    #section_concept .inner .concept_text .concept_message > div h3 {
        font-size: 4.6rem;
    }
}

#section_concept .inner .concept_text .concept_message > div h3 span {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: .2em;
    letter-spacing: 0;
}

#section_concept .inner .concept_text .concept_message > div h3 span:before, #section_concept .inner .concept_text .concept_message > div h3 span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #47cdad;
}

#section_concept .inner .concept_text .concept_message > div h3 span:before {
    left: 0;
}

#section_concept .inner .concept_text .concept_message > div h3 span:after {
    right: 0;
}

/*料金*/
.page{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.page_top_cover {
    background-image: url(../img/subvisual_system.jpg);
    background-position: 0;
}
.page_top_cover {
    height: 150px;
    background-position: 100% 0;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-filter: sepia(20%);
    filter: sepia(20%);
}
@media (min-width: 768px) {
    .page_top_cover {
        height: 300px;
    }
}
@media (min-width: 1024px) {
    .page_top_cover {
        margin-bottom: 80px;
    }
}
.page_top_cover .page_title {
    width: 70%;
    max-width: 800px;
    height: 50%;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(247, 247, 247, 0.8);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .page_top_cover .page_title {
        bottom: -33%;
    }
}
.page_top_cover .page_title h2 {
    font-size: 2.4rem;
    padding: 20px 0;
    color: #3b3b3b;
    text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
    width: 100%;
}

@media (min-width: 768px) {
    .page_top_cover .page_title h2 {
        font-size: 4rem;
    }
}
.other_page {
    max-width: 800px;
    margin: auto;
    position: relative;
}
@media (min-width: 768px) {
    .other_page {
        padding: 60px 0 !important;
    }
}
.other_page .inner {
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
}
.system_box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.title_system {
    color: #3b3b3b;
    font-size: 1.8rem;
    padding-left: 1.2em;
    position: relative;
    text-align: left;
    font-weight: bold;
}
@media (min-width: 768px) {
    .title_system {
        font-size: 2.4rem;
    }
}
 .title_system:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 4px;
    background-color: #47cdad;
}

 .system_box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

 .rule {
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
     text-align: left;
}

 .rule h4 {
    color: #f58080;
    text-align: left;
    font-size: 1.4rem;
    position: relative;
    border-left: 2px solid;
    padding-left: 5px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    #contents_system .rule h4 {
        font-size: 1.6rem;
    }
}

#contents_system .rule p {
    text-align: left;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    #contents_system .rule p {
        font-size: 1.4rem;
    }
}
.table_01 {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}
.table_01:nth-of-type(2) {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .table_01 {
        font-size: 3rem;
    }
}

.table_01:last-of-type {
    margin-bottom: 0;
}
.table_01:last-of-type {
    margin-bottom: 0;
}

.table_01 tr {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.table_01 tr:last-of-type {
    border-bottom: none;
}

.table_01 tr td {
    text-align: right;
    vertical-align: bottom;
    /*width: 40%;*/
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}

.table_01 tr td.color {
    background: #daefea;
    color: #f7f7f7;
}
.table_02 {
    width: 100%;
    margin: auto;
    border-spacing: 0;
    text-align: left;
    table-layout: fixed;
    color: #787878;
    border: 1px solid #B4B4B5;
}

.table_02 th, .table_02 td {
    display: block;
    font-size: 1.4rem;
}

.table_02 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #B4B4B5;
}

.table_02 tr:last-child {
    border-bottom: none;
}

.table_02 th {
    width: 100%;
    vertical-align: top;
    font-size: 1.4rem;
    text-align: center;
    color: #f7f7f7;
    background: #47cdad;
    padding: 5px 0;
    border-right: 1px solid #B4B4B5;
}

.table_02 td {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #606060;
}

 .profile_box {
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (min-width: 768px) {
     .profile_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
 .profile_box_left {
    margin: 0 auto 40px;
    max-width: 480px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

 .profile_box_left .icon_new {
    position: absolute;
    top: 0;
    left: 0;
}
 .profile_box_left .img_box {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
 .profile_box_left .img_box .twitter_icon {
    bottom: 10px;
    font-size: 1.6rem;
}

 .profile_box_left .img_box img {
    height: auto;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.profile_box_left .img_box .icon_platinum {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3%;
}

.profile_box_left .img_box .icon_platinum img {
    width: 92%;
}
.cast_thumb {
    margin: 10px 2px;
}
 .profile_box_right {
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
     .profile_box_right {
        width: 50%;
    }
}

 .profile_box_right .profile_area {
    text-align: left;
    margin-bottom: 20px;
}

 .profile_box_right .profile_area dd {
    font-size: 1.8rem;
}

 .profile_box_right .profile_area dd.name img {
    width: 80px;
}

 .profile_box_right .profile_area dd .icon_twitter {
    width: 30px;
    height: 30px;
}

 .profile_box_right .profile_area dd span {
    font-size: .8em;
}

 .profile_box_right .profile_area p {
    font-size: 1.8rem;
}

 .profile_box_right .profile_area p span {
    font-size: .8em;
}

 .profile_box_right .qa {
    font-size: 2rem;
    text-align: left;
}

 .profile_box_right .qa dl dt {
    color: #daefea;
}

 .profile_box_right .qa dl dd {
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.6rem;
}

.profile_box_schedule {
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
     .profile_box_schedule {
        width: 50%;
        margin: 0 0 0 auto;
    }
}

 .profile_box_schedule .profile_schedule h3 span {
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 7px;
}

 .profile_box_schedule .profile_schedule .table_01 {
    font-size: 1.8rem;
}

 .profile_box_schedule .profile_schedule .table_01 tr td {
    text-align: center;
    padding: 10px;
}

 .profile_box_schedule .profile_schedule .sch_info {
    font-size: 18px;
}

 .profile_box_schedule .profile_schedule .possible_time {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1px;
    margin-top: 8px;
    height: 50px;
    letter-spacing: 0;
}

 .profile_box_schedule .profile_schedule .possible_time .time {
    font-size: 1.8rem;
    line-height: 24px;
    margin: 0 auto;
    max-height: 50px;
    overflow: scroll;
    word-wrap: break-word;
}

#contents_access h3 {
    color: #3b3b3b;
    font-size: 1.8rem;
    padding-left: 1.2em;
    position: relative;
    text-align: left;
    font-weight: bold;
}

@media (min-width: 768px) {
    #contents_access h3 {
        font-size: 2.4rem;
    }
}

#contents_access h3:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 4px;
    background-color: #47cdad;
}

#contents_access .parking_link .parking {
    background-image: url(http://www.bright-massage.com/images/parking.jpg);
    background-size: cover;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    #contents_access .parking_link .parking {
        padding: 50px 20px;
    }
}

#contents_access .parking_link .parking h4 {
    text-align: center;
    font-size: 2rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #f7f7f7), color-stop(75%, #f7f7f7), to(transparent));
    background: linear-gradient(to right, transparent, #f7f7f7 25%, #f7f7f7 75%, transparent);
    padding: 10px 30px 10px 0;
    color: #47cdad;
}

@media (min-width: 768px) {
    #contents_access .parking_link .parking h4 {
        font-size: 4rem;
    }
}

#contents_access .parking_link .parking h4 a {
    color: #47cdad;
}

.thinright {
    position: relative;
}

.thinright:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: 30px;
    height: 2px;
    background: #47cdad;
}

.thinright:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #47cdad #47cdad;
    -webkit-transform: rotate(-135deg) translateY(70%);
    transform: rotate(-135deg) translateY(70%);
}
.common_btn a {
    display: block;
    color: #606060;
    width: 100%;
    padding: 5px 30px 5px 0;
    text-align: center;
}
#contents_access .shop_info {
    font-size: 1.4rem;
    border-bottom: #606060 1px dotted;
    padding-bottom: 20px;
    text-align: left;
}

#contents_access .shop_info:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

#contents_access .shop_info ul li {
    width: 100%;
    /* max-width: 300px; */
    display: block;
}

#contents_access .shop_info ul li a {
    color: #daefea;
    border-bottom: #daefea 2px solid;
}

#contents_access .shop_info ul li:first-of-type {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

#contents_access .shop_info ul li:nth-of-type(2) {
    font-size: 2.8rem;
    color: #daefea;
    display: block;
    text-align: left;
    line-height: 1.5;
}

#contents_access .shop_info ul li:nth-of-type(3) {
    font-size: 2.8rem;
    line-height: 1.5;
}

#contents_access .shop_info ul li:nth-of-type(4) {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.5;
}

#contents_access .shop_info ul li span {
    font-size: .6em;
}

#contents_access .shop_info .common_btn {
    font-size: 1.6rem !important;
    margin-top: 20px;
}

#contents_access .other_page {
    max-width: 800px;
    margin: auto;
    padding: 0 10px;
}

#contents_access .other_page .inner {
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
#contents_recruit .other_page .inner .recruit_message {
    padding: 10px;
    background-image: url(../img/bg_recruit_2.jpg);
    background-size: cover;
    background-position: 60% 0;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_recruit .other_page .inner .recruit_message > div {
    border: 1px solid #47cdad;
    padding: 20px 10px;
    text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
}

#contents_recruit .other_page .inner .recruit_message > div h3 {
    margin-bottom: 20px;
    font-size: 4rem;
    position: relative;
    color: #606060;
    font-weight: bold;
}

#contents_recruit .other_page .inner .recruit_message > div h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    border-top: double 6px;
    border-bottom: double 6px;
    padding: 10px 0;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #contents_recruit .other_page .inner .recruit_message > div h4 {
        font-size: 1.8rem;
    }
}

#contents_recruit .other_page .inner .recruit_message > div p {
    font-size: 1.4rem;
    line-height: 2;
    max-width: 600px;
    margin: auto;
}

@media (min-width: 768px) {
    #contents_recruit .other_page .inner .recruit_message > div p {
        font-size: 1.6rem;
    }
}

#contents_recruit .other_page .inner .recruit_message_another {
    background: #47cdad;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_recruit .other_page .inner .recruit_message_another h5 {
    color: #f7f7f7;
    font-size: 1.8rem;
    margin-bottom: 10px;
    position: relative;
    padding: 0 5px;
    max-width: 280px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    #contents_recruit .other_page .inner .recruit_message_another h5 {
        font-size: 2.6rem;
        max-width: 400px;
    }
}

#contents_recruit .other_page .inner .recruit_message_another h5:before {
    border-left: solid 1px #f7f7f7;
    border-top: solid 1px  #f7f7f7;
    border-bottom: solid 1px  #f7f7f7;
    left: 0;
}

#contents_recruit .other_page .inner .recruit_message_another h5:after {
    border-top: solid 1px #f7f7f7;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    right: 0;
}

#contents_recruit .other_page .inner .recruit_message_another h5:before, #contents_recruit .other_page .inner .recruit_message_another h5:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

#contents_recruit .other_page .inner .recruit_message_another > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contents_recruit .other_page .inner .recruit_message_another > div p {
    color: #f7f7f7;
    font-size: 3.2rem;
    line-height: 1;
}

@media (min-width: 375px) {
    #contents_recruit .other_page .inner .recruit_message_another > div p {
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    #contents_recruit .other_page .inner .recruit_message_another > div p {
        font-size: 5.5rem;
    }
}

#contents_recruit .other_page .inner .recruit_message_another > div p span {
    font-size: 1.5em;
}

#contents_recruit .other_page .inner .recruit_message_another > div .daily {
    line-height: 1.2;
    margin-right: 10px;
    font-size: 2.2rem;
    border: 1px solid #f7f7f7;
    padding: 3px;
}

#contents_recruit .requirements {
    background: rgba(247, 247, 247, 0.8);
    padding: 20px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_recruit .requirements .yelloline {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(177, 157, 98, 0.5)));
    background: linear-gradient(transparent 60%, rgba(177, 157, 98, 0.5) 60%);
    font-size: 1.2em;
}

#contents_recruit .requirements dl {
    width: 100%;
}

#contents_recruit .requirements dl dt {
    background: #daefea;
    color: #f7f7f7;
    font-size: 1.8rem;
}

#contents_recruit .requirements dl dd {
    text-align: left;
    font-size: 1.4rem;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    #contents_recruit .requirements dl dd {
        font-size: 1.6rem;
    }
}

#contents_recruit .requirements dl dd .course {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}

#contents_recruit .requirements dl dd .course span {
    color: #47cdad;
}

#contents_recruit .requirements dl dd > .thinbottom {
    position: absolute;
    width: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#contents_recruit .requirements dl dd > .thinbottom:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 6px;
    width: 2px;
    height: 30px;
    background: #606060;
}

#contents_recruit .requirements dl dd > .thinbottom:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #606060 #606060;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#contents_recruit .requirements dl dd .btn04 {
    max-width: 300px;
    text-align: center;
    position: relative;
    display: block;
    padding: 16px 32px;
    background: #f58080;
    border: 2px solid #f58080;
    border-radius: 4px;
    color: #f58080;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-heigt: 1.2em;
    -webkit-transition: .8s;
    transition: .8s;
    margin: auto;
    margin-bottom: 20px;
}