/*===== CSS RESET =====*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
    outline: none;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both
}

.clearfix {
    display: inline-block
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

p,
li,
td {
    background: url('')
}

ul,
ol {
    list-style: none;
}


/*===== FONT FACES =====*/

@font-face {
    font-family: "Hero";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Hero.eot?#iefix") format("embedded-opentype"), url("fonts/Hero.otf") format("opentype"),
        url("fonts/Hero.woff") format("woff"), url("fonts/Hero.ttf") format("truetype"), url("fonts/Hero.svg#Hero") format("svg");
}

@font-face {
    font-family: "Hero-Light";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/Hero-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Hero-Light.otf") format("opentype"),
        url("fonts/Hero-Light.woff") format("woff"), url("fonts/Hero-Light.ttf") format("truetype"), url("fonts/Hero-Light.svg#Hero-Light") format("svg");
}

/*===== COMMON =====*/

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, YuGothic, sans-serif;
    font-size: 16px;
    color: #434343;
    background: #fff;

    -webkit-text-size-adjust: none;
}

.ft_mincho {
    font-family: "Hiragino Mincho Pro W3", Times, "Times New Roman", Georgia, serif;
}

.ft_hero {
    font-family: "Hero";
}

.ft_hero_light {
    font-family: "Hero-Light";
}

a {
    text-decoration: none;
    color: #434343;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.mgb10 {
    margin-bottom: 10%;
}

.pdt30 {
    margin-top: 30px;
}

img.float_right {
    float: right;
}

.mgt200 {
    margin-top: 200px;
}

.line_img {
    display: block;
    margin: 20px auto 0;
}

#container {
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    border: 10px solid #786858;
}

.fi img {
    display: block;
    max-width: 100%;
}

.trans {
    opacity: 1;
}

.trans:hover {
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    -khtml-opacity: .80;
}

.img.mt-image-none {
    width: 100%;
    height: 100%;
}

/*===== HEADER =====*/

header {
    background: #e7e7ef;
}

header .header_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

header .header_logo {
    float: left;
    width: 130px;
}

header .header_logo a,
header .header_logo a img {
    display: block;
}

header .header_content {
    float: right;
    width: 630px;
    padding-top: 12px;
}

header .header_content .slogan {
    float: left;
    width: 450px;
    padding-top: 8px;
    /*white-space: nowrap;*/
    text-align: right;
    font-size: 12px;
    line-height: 1em;
}

header .header_content .header_tel01 {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
}

header .header_content .header_tel02 {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

header .header_content .header_sns .sns {
    float: right;
    width: 150px;
}

header .header_content .header_sns .sns li {
    float: left;
    margin-left: 11px;
}

header .header_content .header_sns .sns li:first-child {
    margin-left: 0;
}

header .header_content .header_sns .sns li a,
header .header_content .header_sns .sns li a img {
    display: block;
}

header .header_content .header_menu {
    float: right;
    margin-top: 27px;
}

header .header_content .header_menu li {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1em;
    border-left: 1px solid #434343;
}

header .header_content .header_menu li:first-child {
    border-left: none;
}

header .header_content .header_menu li:last-child {
    padding-right: 20px;
}

header .header_content .header_menu li a {
    text-decoration: underline;
}

header .button_menu {
    display: none;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.web_btn {
    float: right;
    margin-top: 10px;
}

.web_btn {
    text-decoration: underline;
}

/*===== NAVIGATION =====*/

@media (min-width: 768px) {
    .navigation {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
    }
}

.navigation {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.navigation > ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    /*width: 1000px;*/
    margin: 0 auto;
}

.navigation ul li {
    float: left;
    width: 123px;
    margin-left: -1px;
    text-transform: uppercase;
    /*font-family: "Hero-Light"; */
    font-size: 14px;
    line-height: 1em;
    border-right: 1px solid #eceaeb;
    border-left: 1px solid #eceaeb;
}

/*.navigation.md ul li:first-child,
.navigation ul li:nth-of-type(7) {
  border-left: 1px solid #eceaeb;
}*/

.navigation ul li a {
    display: block;
    padding: 23px 0 18px;
    text-align: center;
}

.navigation ul li:hover a,
.navigation ul li.active a {
    color: #fff;
    background: #776958;
}

/*.navigation ul li:hover ul {
  display: block;
}*/

.navigation ul li ul {
    display: none;
    margin-left: -1px;
}

.navigation ul li ul a {
    background-color: #fff;
}

.navigation ul li:hover ul li a {
    color: #000;
    background-color: #fff;
}

.navigation ul li ul li:hover a {
    color: #fff;
    background: #776958;
}

.navigation ul li ul {
    position: absolute;
    z-index: 1000;
    top: 56px;
    left: calc(50% + 3px);
    width: 748px;
    /*width: 873px;*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.navigation ul li:first-child ul {
  left: 0;
}*/

.navigation ul li ul.catlog_navi {
    position: absolute;
    z-index: 1000;
    top: 56px;
    width: 620px;
    -webkit-transform: translateX(calc(-50% + 60px));
    transform: translateX(calc(-50% + 60px));
    /*-webkit-transform: translateX(calc(-50% + 125px));*/
    /*transform: translateX(calc(-50% + 125px));*/
}

.navigation ul li ul.catlog_navi.nail_navi {
    top: inherit;
    left: inherit;
}

.navigation ul li ul.catlog_navi.nail_navi li {
    float: none;
}

#navigation .item_li .navgi_sub {
    display: none;
}

#navigation .item_li .navgi_sub:hover {
    display: block !important;
}

/*===== FOOTER =====*/

footer {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 40px;
    font-size: 12px;
    color: #5a5a5a;
    border-top: 10px solid #786858;
    background: #d9d9e1;
}

footer a {
    color: #5a5a5a;
}

footer .footer_content {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
}

footer .footer_content:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    content: " ";
    border-left: 1px solid #c4c4cd;
}

footer .footer_content .col {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
}

footer .footer_content .logo {
    margin-bottom: 20px;
}

footer .footer_content .logo img {
    display: block;
    margin: 0 auto;
}

footer .footer_content .title {
    margin-bottom: 20px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
}

footer .footer_content .flinks {
    padding: 0 20px 0 40px;
}

footer .footer_content .flinks li {
    float: left;
    margin: 0 14px 14px 0;
    padding-right: 14px;
    line-height: 1em;
    border-right: 1px solid #5a5a5a;
}

footer .footer_content .flinks li:last-child {
    padding-right: 0;
    border-right: none;
}

footer .footer_content .flinks li a {
    text-decoration: underline;
}

footer .footer_content .fcontact {
    padding: 0 30px;
    line-height: 1em;
}

footer .footer_content .fcontact .row {
    min-height: 20px;
    margin-top: 3px;
}

footer .footer_content .fcontact .row:first-child {
    margin-top: 0;
}

footer .footer_content .fcontact .row .name {
    float: left;
    width: 30%;
    white-space: nowrap;
}

footer .footer_content .fcontact .row .tel {
    float: left;
    width: 28%;
}

footer .footer_content .fcontact .row .tel span {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 1px 0 1px 15px;
    white-space: normal;
    color: #3559a4;
    background: url(../img/common/footer_icon01.png) 0 0 no-repeat;
}

footer .footer_content .fcontact .row .web {
    float: left;
    width: 17%;
}

footer .footer_content .fcontact .row .web a {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 1px 0 1px 20px;
    white-space: normal;
    text-decoration: underline;
    color: #3559a4;
    background: url(../img/common/footer_icon02.png) 0 0 no-repeat;
}

footer .footer_content .fcontact .row .sns {
    position: relative;
    top: -2px;
    float: left;
    width: 25%;
}

footer .footer_content .fcontact .row .sns li {
    float: left;
    margin-left: 10px;
}

footer .footer_content .fcontact .row .sns li:first-child {
    margin-left: 0;
}

footer .footer_content .fcontact .row .sns li a {
    display: block;
}

footer .footer_content .fcontact .row .sns li a img {
    display: block;
}

footer .footer_copyright {
    padding: 15px 0 0;
    text-align: center;
    line-height: 1em;
    border-top: 1px solid #393939;
}

footer .btn_top {
    position: fixed;
    z-index: 900;
    right: 30px;
    bottom: 20px;
    display: block;
    width: 50px;
    cursor: pointer;
}

footer .btn_top img {
    display: block;
}

/*===== MAIN =====*/

.page_banner {
    position: relative;
}

.page_banner .image {
    position: relative;
    z-index: 0;
}

.page_banner .image img {
    display: block;
    width: 100%;
}

.page_menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #d1d1d1;
}

.page_menu ul {
    text-align: center;
}

.page_menu ul li {
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    line-height: 1em;
    border-right: 1px solid #e7e7ef;
    background: #d6d1cc;
}

.page_menu ul li:first-child {
    border-left: 1px solid #e7e7ef;
}

.page_menu ul li a {
    display: block;
    padding: 9px 14px 9px 14px;
    white-space: nowrap;
}

.page_menu ul li a:hover,
.page_menu ul li a.active {
    color: #fff;
    background: #766858;
}

/*===== RESPONSIVE =====*/

.sm {
    display: none !important;
}

@media (max-width: 768px) {
    .md {
        display: none !important;
    }

    .sm {
        display: block !important;
    }

    .mgb80 {
        margin-bottom: 8%;
    }

    body {
        overflow-x: hidden;
        font-size: 16px;
    }

    /*body:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-left: 5px solid #786858;
    border-right: 5px solid #786858;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }*/

    /*body.body_home {
    background-color: #E7E7EF;
  }*/

    #navigation.fixed {
        position: fixed;
        top: auto;
        border-right: 5px solid #786858;
        border-bottom: 5px solid #786858;
        border-left: 5px solid #786858;
    }

    .trans {
        opacity: 1;
    }

    .trans:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

    #container {
        position: relative;
        z-index: 1;
        width: auto;
        min-width: 310px;
        border-width: 5px;
        /*padding-top: 73px;*/
        border-top: none;
    }

    /*.mgrt10{ margin: 10px 0 0 10px; }*/

    /*===== HEADER =====*/

    header {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        border: 5px solid #786858;
        border-bottom: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    }

    header .header_inner {
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    header .header_logo {
        float: left;
        width: 70px;
        margin: 5px 0 0 10px;
    }

    header .header_logo a,
    header .header_logo a img {
        display: block;
        width: 100%;
		height: auto;/*2408ti*/
    }

    header .header_content {
        float: right;
        /*display: none;*/
        width: auto;
        padding-top: 1.5%;
        padding-right: 2%;
    }

    .header_sns,
    header .header_content .header_menu {
        display: none;
    }

    header .button_menu {
        position: relative;
        display: block;
        float: right;
        width: 40px;
        margin-top: 1.5%;
        cursor: pointer;
    }

    header .button_menu.mgrt10 {
        margin-top: 0;
    }

    header .button_menu img {
        display: block;
        width: 100%;
		height: auto;/*2408ti*/
    }

    header .button_menu.active {
        background: url(../img/common/header_btn_menu_close.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    header .button_menu.active img {
        visibility: hidden;
        opacity: .0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: .0;
        -khtml-opacity: .0;
    }

    header .btn_txt {
        float: right;
        margin-top: 4%;
    }

    header .btn_txt a {
        margin-right: .5em;
        padding: .4em .7em;
        color: #fff;
        background: #544e44;
    }

    header .btn_txt a:first-child {
        margin-right: 0;
        background: #847b7b;
    }

    /*===== NAVIGATION =====*/

    .navigation {
        /*border-left: 5px solid #786858;*/
        /*border-right: 5px solid #786858;*/
        /*position: absolute; */
        /*top: 0; */
        /*left: 0; */
        /*z-index: 990; */
        box-sizing: border-box;
        width: 100%;
        border: none;
        /*padding-bottom: 5px; */
        background: none;
        box-shadow: none;
        /*overflow-y: scroll; */
        /*height: 100%; */
    }

    .navigation ul {
        position: fixed;
        top: 58px;
        display: none;
        overflow-x: scroll;
        width: calc(100% - 10px);
        height: 100%;
        background: #fff;
        /*padding-top: 75px;*/
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        font-size: 0;
    }

    .navigation ul li {
        display: inline-block;
        /*display: table;*/
        /*float: none; */
        box-sizing: border-box;
        /*width: calc(50% - 1px);*/
        width: 50%;
        height: 42px;
        border: none;
        border-right: .5px solid #a6b0c7;
        border-bottom: 1px solid #a6b0c7;
        background: #e8eefd;
        margin-left: 0;
    }

    .navigation ul li.bg {
        border-right: .5px solid #bdb1a6;
        border-bottom: 1px solid #bdb1a6;
        background: #fff3e8;
    }

    .navigation ul li:first-child {
        width: auto;
        border-top: none;
        border-left: none;
    }

    .navigation ul .wmax {
        width: 100% !important;
        border-right: none;
    }

    .navigation ul .wmax .shop_menu,
    .navigation ul .wmax .all_menu {
        display: block;
        padding: 15px;
        text-align: center;
        color: #fff;
    }

    .navigation ul .wmax .all_menu {
        background-color: #786858;
    }

    .navigation ul .wmax .shop_menu {
        background-color: #3656a1;
    }

    .navigation ul li.none {
        border-right: none;
    }

    .navigation ul li a {
        /*display: table-cell;*/
        padding: 0;
        /*vertical-align: middle;*/
        line-height: 42px;
        box-sizing: border-box;
    }

    .navigation ul li:hover a {
        color: inherit;
        background: inherit;
    }

    /*===== FOOTER =====*/

    footer {
        position: relative;
        z-index: 3;
        min-width: 0;
        padding: 15px 10px;
        font-size: 1em;
        border-top-width: 5px;
    }

    footer .footer_content:before {
        display: none;
    }

    footer .footer_content .col {
        float: none;
        width: auto;
        margin-top: 15px;
        padding: 0;
    }

    footer .footer_content .col:first-child {
        margin-top: 0;
    }

    footer .footer_content .logo {
        width: 100px;
        margin: 0 auto 20px;
    }

    footer .footer_content .logo img {
        display: block;
        width: 100%;
    }

    footer .footer_content .title {
        margin-bottom: 15px;
        font-size: 1.2em;
    }

    footer .footer_content .flinks {
        padding: 0;
    }

    footer .footer_content .flinks li {
        margin: 0 10px 10px 0;
        padding-right: 10px;
    }

    footer .footer_content .fcontact {
        padding: 0;
    }

    footer .footer_content .fcontact .row {
        margin-top: 15px;
    }

    footer .footer_content .fcontact .row:first-child {
        margin-top: 0;
    }

    footer .footer_content .fcontact .row .name {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .footer_content .fcontact .row .tel {
        width: 40%;
    }

    footer .footer_content .fcontact .row .tel a {
        padding: 1px 0 1px 15px;
        background: url(../img/common/footer_icon01.png) 0 0 no-repeat;
    }

    footer .footer_content .fcontact .row .web {
        width: 25%;
    }

    footer .footer_content .fcontact .row .web a {
        padding: 1px 0 1px 20px;
        background: url(../img/common/footer_icon02.png) 0 0 no-repeat;
    }

    footer .footer_content .fcontact .row .sns {
        float: right;
        width: 35%;
    }

    footer .footer_content .fcontact .row .sns li {
        float: left;
        margin-left: 10px;
    }

    footer .footer_copyright {
        padding: 15px 0 0;
        font-size: .9em;
        line-height: 1.6em;
    }

    footer .btn_top {
        right: 20px;
        bottom: 15px;
        width: 40px;
    }

    footer .btn_top img {
        display: block;
        width: 100%;
    }

    /*===== Footer navi =====*/

    footer .footer_menu {
        width: 100%;
        border-bottom: 1px solid;
    }

    footer .footer_menu .thumbnail {
        float: left;
        width: 30%;
        margin-right: 5%;
    }

    footer .footer_menu .thumbnail img {
        width: 100%;
    }

    footer .footer_menu p {
        float: left;
        width: 65%;
        padding-top: 13%;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }

    .footer-fixed {
        display: none !important;
    }

    .footer_tel {
        display: inline-block;
        float: left;
        width: 50%;
        height: 100%;
        padding: 15px 0;
        text-align: center;
        background-color: #544e44;
    }

    .footer_net {
        display: inline-block;
        width: 50%;
        height: 100%;
        padding: 15px 0;
        text-align: center;
        background-color: #847b7b;
    }

    .footer_tel a,
    .footer_net a {
        color: #fff;
    }

    /*===== MAIN =====*/

    .page_menu {
        padding: 0;
        border: none;
        background: none;
    }

    .page_menu ul {
        border: 1px solid #fff;
        border-right: none;
        border-left: none;
        background: #d6d1cc;
        box-shadow: inset 1px 0 0 1px #fff;
    }

    .page_menu ul li {
        display: block;
        float: left;
        box-sizing: border-box;
        width: 50%;
        border: none;
        border-bottom: 1px solid #fff;
    }

    .page_menu ul li:first-child {
        border-left: none;
    }

    .page_menu ul li:nth-child(odd) {
        border-right: 1px solid #fff;
        ;
    }

    .page_menu ul li a {
        padding: 14px;
        text-align: left;
    }
}
















/*================= recruit_new =================*/
.section_recruit_blog_line {
    width: 960px;
    margin: 0 auto 60px;
    padding-top: 50px;
}

.section_recruit_blog_new {
    float: left;
    width: 599px;
    height: 208px;
    padding: 8px;
    border: solid 5px #c9a576;
}

.section_recruit_blog_new .sec_title {
    padding: 6px 6px 4px 8px;
    font-size: 110%;
    color: #fff;
    background: linear-gradient(left, #7f5830 0%, #b4966f 100%);
}

.section_recruit_blog_new .ls_news {
    padding: 15px 0 0 0;
}

.section_recruit_blog_new .ls_news li {
    padding-bottom: 8px;
    font-size: 15px;
}

.section_recruit_blog_new .ls_news .date:before {
    content: "■";
}

.section_recruit_blog_new .ls_news span {
    margin-left: 10px !important;
}

.section_recruit_blog_new .ls_news .date {
    margin-left: 0 !important;
    font-size: 13px;
    color: #b4966f;
}

.section_recruit_blog_new .ls_news a {
    text-decoration: underline;
}

.section_recruit_line_new {
    float: right;
    width: 318px;
    height: 232px;
    border: solid 1px #c9a576;
}

.section_recruit_line_new .line_top_inner {
    height: 182px;
}

.section_recruit_line_new .line_bottom_inner {
    height: 50px;
    text-align: center;
    background-color: #c9a576;
}

.section_recruit_line_new .line_bottom_inner img {
    margin: 4px auto 0 auto;
}

.section_recruit_message_new {
    text-align: center;
    background: #815b33 url(/wp-content/themes/r-wiz/img/new/recruit/recruit_bg03.png) center top repeat-y;
}

.section_recruit_message_new .sec_inner {
    width: 960px;
    margin: 0 auto 60px;
    padding-top: 20px;
    text-align: left;
}

.section_recruit_message_new .sec_title {
    margin-bottom: 15px;
    font-size: 38px;
    color: #fff;
}

.section_recruit_message_new .sec_content {
    position: relative;
}

.section_recruit_message_new .sec_content p {
    padding-bottom: 45px;
    font-size: 14px;
    line-height: 28px;
}

.section_recruit_message_new .sec_content .message01png {
    position: absolute;
    right: 0;
    bottom: -7px;
}

.section_recruit_feature_new {
    width: 960px;
    margin: 0 auto 60px;
    padding-top: 20px;
}

.section_recruit_feature_new .ls_feature li {
    margin-bottom: 10px;
}

.section_recruit_feature_new .title {
    line-height: 32px;
    border: solid 1px #b4966f;
    background: url(/wp-content/themes/r-wiz/img/new/recruit/recruit_ico01.png) 80px center no-repeat;
}

.section_recruit_feature_new .title .label {
    float: left;
    width: 900px;
}

.section_recruit_feature_new .title .prata {
    display: inline-block;
    padding: 12px 55px 10px 20px;
    font-size: 32px;
}

.section_recruit_feature_new .title .ft_mincho {
    display: inline-block;
    padding: 12px 10px 10px 0;
    font-size: 30px;
}

.section_recruit_feature_new .title .face_down {
    float: right;
    width: 57px;
    height: 57px;
    background: #b4966f url(/wp-content/themes/r-wiz/img/new/recruit/recruit_ico02.png) center center no-repeat;
}

.section_recruit_feature_new .content {
    display: none;
    margin-top: 2px;
    padding: 10px;
    line-height: 1.8;
}

.section_recruit_contact_new {
    margin-bottom: 60px;
    padding: 20px 0;
    background: url(/wp-content/themes/r-wiz/img/new/recruit/recruit_bg01.jpg) center center no-repeat;
    background-size: 100%;
}

.section_recruit_contact_new .sec_inner {
    width: 960px;
    margin: 0 auto 0;
    padding: 10px 0;
    text-align: left;
    background-color: rgba(0, 0, 0, .7);
}

.section_recruit_contact_new .sec_header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
}

.section_recruit_contact_new .sec_content {
    text-align: center;
}

.section_recruit_data_new .sec_inner {
    width: 960px;
    margin: 0 auto 60px;
}

.section_recruit_data_new .sec_title {
    margin-bottom: 40px;
    text-align: center;
}

.section_recruit_data_new .sec_title img {
    margin: 0 auto;
}

.section_recruit_data_new .tbl_data {
    width: 100%;
    border: solid 1px #b4966f;
}

.section_recruit_data_new .tbl_data .th_cel1 {
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-bottom: dotted 1px #4d4132;
    background-color: #b99d78;
}

.section_recruit_data_new .tbl_data .td_cel1 {
    border-bottom: dotted 1px #4d4132;
    padding: 12px 24px;
    color: #452f14;
    font-size: 14px;
    line-height: 28px;
}

.section_recruit_data_new .cel2 {
    width: 100%;
}

.section_recruit_data_new .th_cel2 {
    width: 50%;
    padding: 7px 0 7px 16px;
}

.section_recruit_data_new .td_cel2 {
    width: 50%;
    padding: 7px 16px 7px 0;
    color: #452f14;
    border-bottom: dotted 1px #4d4132;
}

.section_recruit_data_new .td_cel3 {
    width: 50%;
    padding: 7px 24px 7px 24px;
    color: #452f14;
    border-bottom: dotted 1px #4d4132;
}

.section_recruit_data_new .tbl_data .nth {
    padding: 4px 0 4px 0;
    vertical-align: top;
}

.section_recruit_data_new .tbl_data .ntd {
    padding: 4px 0 4px 0;
    vertical-align: top;
}

.section_recruit_data_new .nbr {
    border: none;
}

.section_recruit_salon_new .sec_title {
    display: inline-block;
    padding: 0 10px 4px 10px;
    border-bottom: 2px solid #b99d78;
    background: none;
}

.section_recruit_salon_new .sec_title .text {
    font-size: 24px;
}

.section_recruit_salon_new .sec_title .desc {
    left: 10px;
}

.section_recruit_salon_new .sec_title {
    margin-bottom: 45px;
}

.section_recruit_salon_new .tbl_data {
    border-top: solid 6px #b99d78;
    border-left: solid 6px #b99d78;
}

.section_recruit_salon_new .tbl_data td {
    padding: 20px;
    background-color: #fbfaf8;
}

.section_recruit_salon_new .tbl_data .tdl {
    border-right: solid 6px #b99d78;
    border-bottom: solid 6px #b99d78;
}

.section_recruit_salon_new .tbl_data .tdr {
    border-right: solid 6px #b99d78;
    border-bottom: solid 6px #b99d78;
}

.section_recruit_salon_new td .content {
    float: left;
    width: 210px;
    color: #452f14;
}

.section_recruit_salon_new td .content .title {
    font-size: 20px;
    font-weight: bold;
}

.section_recruit_salon_new td .image {
    float: right;
    width: 224px;
}

.section_recruit_salon_new td .detail {
    font-size: 12px;
    line-height: 1.4em;
}

.section_recruit_salon_new .tbl_data .ntd {
    background-color: #b99d78;
}

.section_recruit_video {
    background-color: #918363;
    background-image: none;
}

.section_recruit_video .sec_inner.bg_2 {
    margin: 10px auto;
}

.section_recruit_faq .sec_header {
    padding: 10px;
    background-color: #ddd;
}

.section_recruit .sec_header .title {
    display: inline;
    margin-bottom: 0;
    padding: 0;
}

.section_recruit .sec_header .title_ja {
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;
}

@media (max-width: 768px) {
    .section_recruit_blog_line {
        width: auto;
        padding: 20px 10px 0;
    }

    .section_recruit_blog_new {
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto 40px;
    }

    .section_recruit_line_new {
        float: none;
        width: auto;
        height: auto;
    }

    .section_recruit_message_new .sec_inner {
        width: auto;
        padding: 20px 10px 0;
    }

    .section_recruit_feature_new {
        width: auto;
        padding: 20px 10px 0;
    }

    .section_recruit_feature_new .title {
        background-image: none;
    }

    .section_recruit_feature_new .title .label {
        width: 90%;
    }

    .section_recruit_feature_new .title .face_down {
        width: 10%;
    }

    .section_recruit_feature_new .title .prata {
        padding: 12px 10px 10px 10px;
        font-size: 18px;
    }

    .section_recruit_feature_new .title .ft_mincho {
        padding-right: 0;
        font-size: 14px;
    }

    .section_recruit_contact_new .sec_inner {
        width: auto;
    }

    .section_recruit_contact_new .sec_header {
        font-size: 18px;
    }

    .section_recruit_contact_new .line_b {
        display: block;
        float: left;
        width: 50%;
        height: auto;
    }

    .section_recruit_contact_new .tel_b {
        display: block;
        float: right;
        width: 50%;
        height: auto;
    }

    .section_recruit_data_new .sec_inner {
        width: auto;
    }

    .section_recruit_data_new .tbl_data .th_cel1 {
        position: relative;
        display: block;
        width: auto;
    }

    .section_recruit_data_new .tbl_data .th_cel1 .arror {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 300px;
        text-align: right;
    }

    .section_recruit_data_new .tbl_data .td_cel1 {
        display: block;
        width: auto;
    }

    .section_recruit_data_new .th_cel2 {
        display: block;
        width: auto;
        padding: 7px 16px 7px 16px;
    }

    .section_recruit_data_new .td_cel2 {
        display: block;
        width: auto;
        padding: 7px 16px 7px 16px;
    }

    .section_recruit_salon_new .tbl_data {
        width: auto;
    }

    .section_recruit_salon_new .tbl_data .sec_content {
        display: none;
    }

    .section_recruit_salon_new .tbl_data td {
        display: block;
        width: auto;
        padding: 0;
    }

    .section_recruit_salon_new .tbl_data .accordion_mb {
        display: none;
    }

    .section_recruit_salon_new td .image {
        float: none;
        width: auto;
        text-align: center;
    }

    .section_recruit_salon_new td .image img {
        width: 90%;
        height: auto;
    }

    .section_recruit_salon_new td .content {
        float: none;
        width: auto;
        padding: 20px;
    }

    .section_recruit_salon_new .close {
        width: 30%;
        margin: 10px auto;
        text-align: center;
        border-radius: 5px;
        background: #d9d9d9;
    }

    .img-responsive {
        width: 100%;
        height: auto;
    }

    .hidden_sm {
        display: none !important;
    }
}

/*================= curriculum_new =================*/

.section_recruit_plans_new {
    width: 960px;
    margin: 60px auto 70px;
}

.section_recruit_plans_new .sec_header {
    margin-bottom: 10px;
}

.section_recruit_plans_new .sec_desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
}

.section_recruit_plans_new .tbl_plan {
    width: 100%;
    border-right: solid 1px #9d7b53;
    border-bottom: solid 1px #9d7b53;
}

.section_recruit_plans_new .tbl_plan th {
    padding: 8px 0;
    font-weight: bold;
    color: #fff;
    border-right: solid 1px #fff;
    background: #9d7b53;
}

.section_recruit_plans_new .tbl_plan td {
    padding: 8px 20px;
    color: #452f15;
    border-bottom: 1px dotted #434343;
}

.section_recruit_plans_new .tbl_plan .tdth,
.section_recruit_plans_new .tbl_plan .tdth2 {
    color: #fff;
    background-color: #b99d78;
}

.section_recruit_academy_new .sec_header {
    margin-bottom: 10px;
}

.section_recruit_academy_new .sec_desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
}

.section_recruit_academy .sec_menu .title span {
    color: #1e1e1e !important;
}

.section_recruit_video2_new .sec_header {
    margin-bottom: 40px;
}

.section_recruit_video2_new .sec_step .title {
    background: url(/wp-content/themes/r-wiz/img/new/carrer/imt10.png) repeat;
}

.section_recruit_step_new .sec_header {
    margin-bottom: 10px;
}

.section_recruit_step_new .sec_desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 768px) {
    .section_recruit_plans_new {
        width: auto;
    }

    .section_recruit_plans_new .tbl_plan_wrapper {
        text-align: center;
    }

    .section_recruit_plans_new .tbl_plan {
        width: auto;
        margin: 0 auto;
        text-align: left;
        border-left: solid 1px #9d7b53;
    }

    .section_recruit_plans_new .tbl_plan td {
        display: block;
        width: auto;
    }

    .section_recruit_plans_new .tbl_plan td .sm {
        display: inline-block !important;
        padding-right: 15px;
        font-size: 10px;
        color: #671800;
    }

    .section_recruit_plans_new .tbl_plan .tdth2 {
        color: #434343;
        background-color: #fff;
    }
}

/*================= curriculum_new =================*/

.section_company_message_new {
    width: 960px;
    margin: 60px auto 60px;
}

.section_company_message_new .sec_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 100px;
    font-size: 24px;
    color: #b4966f;
    border-bottom: solid 1px #222;
}

.section_company_message_new .sec_content {
    position: relative;
    font-size: 14px;
    line-height: 28px;
}

.section_company_message_new .sec_content .message01png {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section_company_data_new .sec_inner {
    width: 960px;
    margin: 0 auto 60px;
}

.section_company_data_new .sec_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 100px;
    font-size: 24px;
    color: #b4966f;
    border-bottom: solid 1px #222;
}

.section_company_data_new .sec_title img {
    margin: 0 auto;
}

.section_company_data_new .tbl_data {
    width: 100%;
    border: solid 1px #b4966f;
}

.section_company_data_new .tbl_data .th_cel1 {
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-bottom: dotted 1px #4d4132;
    background-color: #b99d78;
}

.section_company_data_new .tbl_data .td_cel1 {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 28px;
    color: #452f14;
    border-bottom: dotted 1px #4d4132;
}

.section_company_data_new .cel2 {
    width: 100%;
}

.section_company_data_new .th_cel2 {
    width: 50%;
    padding: 7px 0 7px 16px;
}

.section_company_data_new .td_cel2 {
    width: 50%;
    padding: 7px 16px 7px 0;
    color: #452f14;
    border-bottom: dotted 1px #4d4132;
}

.section_company_data_new .td_cel3 {
    width: 50%;
    padding: 7px 24px 7px 24px;
    color: #452f14;
    border-bottom: dotted 1px #4d4132;
}

.section_company_data_new .tbl_data .nth {
    padding: 4px 0 4px 0;
    vertical-align: top;
}

.section_company_data_new .tbl_data .ntd {
    padding: 4px 0 4px 0;
    vertical-align: top;
}

.section_company_data_new .nbr {
    border: none;
}

.section_company_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.section_company_list li {
    flex-basis: 50%;
}

.section_company_history_new .sec_inner {
    width: 960px;
    margin: 0 auto 60px;
}

.section_company_history_new .sec_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 100px;
    font-size: 24px;
    color: #b4966f;
    border-bottom: solid 1px #222;
}

.section_company_history_new .tbl_data {
    width: 100%;
}

.section_company_history_new .tbl_data .th_cel1 {
    width: 100px;
    padding: 8px auto;
    text-align: center;
    font-size: 14px;
    color: #b99d78;
    border-bottom: solid 2px #b99d78;
}

.section_company_history_new .tbl_data .th_cel1 {
    padding: 8px 10px;
    font-size: 14px;
    color: #b99d78;
    border-bottom: solid 2px #b99d78;
}

.section_company_history_new .tbl_data .td_cel2 {
    padding-left: 40px;
    font-size: 14px;
    background: url(/wp-content/themes/r-wiz/img/new/company/company_img02.png) 20px center no-repeat;
}

.section_company_history_new .tbl_data .td_cel2 .td_cel2_inner {
    padding: 8px 10px;
    border-bottom: solid 1px #999;
}

@media (max-width: 768px) {
    .section_company_data_new .sec_inner {
        width: auto;
    }

    .section_company_data_new .tbl_data .th_cel1 {
        position: relative;
        display: block;
        width: auto;
    }

    .section_company_data_new .tbl_data .th_cel1 .arror {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 300px;
        text-align: right;
    }

    .section_company_data_new .tbl_data .td_cel1 {
        display: block;
        width: auto;
    }

    .section_company_data_new .th_cel2 {
        display: block;
        width: auto;
        padding: 7px 16px 7px 16px;
    }

    .section_company_data_new .td_cel2 {
        display: block;
        width: auto;
        padding: 7px 16px 7px 16px;
    }

    .section_company_list {
        display: block;
    }

    .section_company_history_new .sec_inner {
        width: auto;
    }

    .section_company_history_new .tbl_data {
        width: auto;
    }

    .section_company_history_new .tbl_data .td_cel2 {
        padding-left: 16px;
        font-size: 14px;
        background-position: 5px center;
    }
}

/*================= misesu =================*/

.section_misesu_style_new a {
    color: #b4966f;
}

.section_misesu_style_new {
    width: 960px;
    margin: 60px auto 60px;
}

.section_misesu_style_new .sec_title {
    text-align: center;
}

.section_misesu_style_new img {
    margin: 0 auto;
}

.section_misesu_style_new .sec_desc {
    margin: 26px auto 46px auto;
    text-align: center;
    font-size: 14px;
}

.section_misesu_style_new .sec_section1 {
    width: 955px;
    height: 255px;
    margin: 0 2.5px 50px 2.5px;
}

.section_misesu_style_new .sec_section1 .frame {
    width: 955px;
    height: 255px;
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_bg01.png) no-repeat;
}

.section_misesu_style_new .sec_section2 {
    width: 954px;
    height: 205px;
    margin: 0 3px 50px 3px;
}

.section_misesu_style_new .sec_section2 .frame {
    width: 954px;
    height: 205px;
    font-size: 14px;
    color: #462711;
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_bg02.png) no-repeat;
}

.section_misesu_style_new .img1 {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img02.jpg) 796px 1px no-repeat;
}

.section_misesu_style_new .img2 {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img03.jpg) 796px 0 no-repeat;
}

.section_misesu_style_new .img3 {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img04.jpg) 710px 1px no-repeat;
}

.section_misesu_style_new .img4 {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img05.jpg) 710px 1px no-repeat;
}

.section_misesu_style_new .section_title {
    text-align: center;
}

.section_misesu_style_new .section_title img {
    margin: -16px auto 0 auto;
}

.section_misesu_style_new .section_ul {
    margin: 27px 160px 0 30px;
    font-size: 14px;
}

.section_misesu_style_new .section_ul li {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: solid 1px #b4966f;
}

.section_misesu_style_new .section_ul strong {
    font-size: 16px;
}

.section_misesu_style_new .section_p1 {
    margin: 5px 0 0 20px;
    line-height: 26px;
}

.section_misesu_style_new .section_p2 {
    margin: 5px 0 0 20px;
}

.section_misesu_design_new {
    width: 960px;
    height: 322px;
    margin: 0 auto 60px;
    background-color: #b4966f;
}

.section_misesu_design_new .sec_inner {
    position: relative;
    width: 960px;
    height: 322px;
    text-align: center;
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_bg03.png) center center no-repeat;
}

.section_misesu_design_new .ribbon {
    position: absolute;
    top: -15px;
    left: 394px;
}

.section_misesu_design_new .sec_title {
    display: inline-block;
    margin-top: 50px;
    padding-bottom: 2px;
    font-size: 24px;
    color: #fff;
    border-bottom: solid 1px #dacbb7;
}

.section_misesu_design_new .sec_title span {
    display: inline-block;
    padding: 0 8px 5px 8px;
    border-bottom: solid 1px #fff;
}

.section_misesu_design_new ul {
    display: inline-block;
    margin-top: 25px;
}

.section_misesu_design_new li {
    float: left;
}

.section_misesu_aging_new {
    position: relative;
    width: 954px;
    margin: 0 auto 60px;
    text-align: center;
    border: solid 3px #b4966f;
}

.section_misesu_aging_new .ribbon {
    position: absolute;
    top: -22px;
    left: 394px;
    width: 150px;
    height: auto;
}

.section_misesu_aging_new .sec_header {
    width: 320px;
    margin: 30px auto 0 auto;
    color: #b4966f;
}

.section_misesu_aging_new .sec_header .sec_title {
    display: block;
    padding-bottom: 5px;
    font-size: 24px;
    border-bottom: solid 1px #b4966f;
}

.section_misesu_aging_new .sec_header span {
    display: block;
    padding: 2px 0;
    font-size: 13px;
    border-bottom: solid 1px #b4966f;
}

.section_misesu_aging_new .sec_header p {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.section_misesu_aging_new .sec_content {
    margin-top: 25px;
}

.section_misesu_aging_new .sec_section {
    float: left;
    width: 46%;
    margin: 0 1% 25px 2%;
    border: solid 1px #b4966f;
}

.section_misesu_aging_new .sec_section .youtube {
    padding: 10px 0 0 155px;
}

.section_misesu_aging_new .sec_section .img1 {
    background: #e0dcd9 url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img10.png) left top no-repeat;
}

.section_misesu_aging_new .sec_section .img2 {
    background: #e0dcd9 url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img11.png) left top no-repeat;
}

.section_misesu_aging_new .sec_section .img3 {
    background: #e0dcd9 url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img12.png) left top no-repeat;
}

.section_misesu_aging_new .sec_section .img4 {
    background: #e0dcd9 url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img13.png) left top no-repeat;
}

.section_misesu_aging_new .sec_section .content {
    padding: 14px 10px 14px 10px;
    text-align: left;
}

.section_misesu_aging_new .sec_section h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #b4966f;
}

.section_misesu_aging_new .sec_section p {
    height: 140px;
    font-size: 14px;
    line-height: 24px;
    color: #3f2819;
}

@media (max-width: 768px) {
    .section_misesu_style_new {
        width: auto;
        margin: 20px 10px 20px 10px;
    }

    .section_misesu_style_new .sec_desc {
        margin: 15px auto 25px auto;
    }

    .section_misesu_style_new .sec_section1 {
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
    }

    .section_misesu_style_new .sec_section1 .frame {
        width: auto;
        height: auto;
        background: none;
    }

    .section_misesu_style_new .sec_section2 {
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
    }

    .section_misesu_style_new .sec_section2 .frame {
        width: auto;
        height: auto;
        background: none;
    }

    .section_misesu_style_new .section_title img {
        margin: 0 auto 0 auto;
    }

    .section_misesu_style_new .section_ul {
        margin: 10px;
    }

    .section_misesu_style_new .section_p1 {
        margin: 10px;
    }

    .section_misesu_style_new .section_p2 {
        margin: 10px;
    }

    .section_misesu_design_new {
        width: auto;
        height: auto;
        margin-top: 40px;
    }

    .section_misesu_design_new .sec_inner {
        width: auto;
        height: auto;
        background: none;
    }

    .section_misesu_design_new .ribbon {
        top: -25px;
        left: 20%;
        width: 60%;
        height: auto;
    }

    .section_misesu_design_new ul {
        text-align: center;
    }

    .section_misesu_design_new li {
        float: left;
        width: 49%;
    }

    .section_misesu_aging_new {
        width: auto;
        margin: 20px 10px 20px 10px;
    }

    .section_misesu_aging_new .sec_inner {
        padding: 10px;
    }

    .section_misesu_aging_new .ribbon {
        top: -25px;
        left: 20%;
        width: 60%;
        height: auto;
    }

    .section_misesu_aging_new .sec_header {
        width: auto;
    }

    .section_misesu_aging_new .sec_header .sec_title {
        font-size: 20px;
    }

    .section_misesu_aging_new .sec_header p {
        font-size: 14px;
    }

    .section_misesu_aging_new .sec_section .youtube {
        padding: 5px 0 0 0;
        background-image: none;
    }

    .section_misesu_aging_new .sec_section {
        float: none;
        width: auto;
        margin: 0 0 15px 0;
    }

    .section_misesu_aging_new .sec_section h3 {
        font-size: 16px;
    }

    .section_misesu_aging_new .sec_section p {
        height: auto;
    }
}

/*================= common =================*/

.prata {
    font-family: 'Prata', serif;
}

@media (max-width: 768px) {

    .img-responsive {
        width: 100%;
        height: auto;
    }

    .hidden_sm {
        display: none !important;
    }

    .section_company_message_new {
        width: 100%;
        text-align: center;
        margin: 60px auto 60px;
    }

    .section_company_message_new .sec_title {
        padding-right: 50px;
        padding-left: 50px;
    }



}

.section2_alpha {
    height: 460px !important;
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img03.jpg) 652px 0 no-repeat !important;
}

.frame_alpha {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_bg02-alpha.png) no-repeat !important;
    height: 460px !important;
}

.section_p2 h2 br.sp {
    display: none;
}



.section2_beta {
    height: 290px !important;
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img04.jpg) 742px 0 no-repeat !important;
}

.frame_beta {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_bg03-beta.png) no-repeat !important;
    height: 290px !important;
}

.img4-beta {
    background: url(/wp-content/themes/r-wiz/img/new/misesu/misesu_img04_beta.jpg) 710px 0 no-repeat !important;
}

@media (max-width: 768px) {
    .frame_alpha {
        background: none !important;
        height: 460px !important;
    }

    .section2_alpha {
        height: 660px !important;
        background: none !important;
    }

    .frame_beta {
        background: none !important;
        height: 430px !important;
    }

    .section2_beta {
        height: 430px !important;
        background: none !important;
    }

    .section_p2 h2 br.sp {
        display: inherit;
    }

    .img4-beta {
        height: 330px !important;
    }
}
