@charset "utf-8";

/*
源ノフォント
明朝
font-family: source-han-serif-japanese, serif;
ゴシック
font-family: source-han-sans-cjk-ja, sans-serif;
英字
font-family: trajan-pro-3, serif;
*/


html {
    font-family: source-han-serif-japanese, serif;
}
body {
	background: #fff;
    color: #000000;
    min-width: 1180px;
    margin: 0 auto;
}
.inner {
	max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

a {color: #000000;}
.link {color:#000000;}
.marker {
		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);
}
.yellow {color: #ffb200;}
.red {color: #942344;}
.blue {color: #01326d;}
.purple {color: #55256e;}
.center {text-align:center!important;}

header {
    width: 100%;
    background: none;
    background-color: #fff;
    height: auto;
    box-sizing: border-box;
}
header .inner {
    align-items: center;
    justify-content: space-between;
}
header .logo {

}
header .util {

}
header .util ul {

}
header .util ul li {
    font-size: 14px;
}
header .util ul li a {
    display: block;
    text-decoration: none;
    padding: 2em;
}
header .util ul li a:hover {

}

header .util ul li a.btn_contact {
    background: #55256e;
    color: #fff;
}
header .util ul li a.btn_contact:hover {

}


footer {
    background: url(../images/bg_footer.jpg) no-repeat center bottom;
    height: 376px;
    padding: 2em 0;
    box-sizing: border-box;
}
footer .inner {
    height: 100%;
}

.footer_menu {
    flex: 1 0 0%;
}
.footer_menu .item {
    width: 24%;
    text-align: left;
}
.footer_menu .item + .item {

}
.footer_menu .item > ul {

}
.footer_menu .item > ul > li {
    font-size: 16px;
}
.footer_menu .item > ul > li > a {
    color:#fff;
    text-decoration: none;
}
.footer_menu .item > ul > li > a:hover {
    color:#fff;
    text-decoration: underline;
}
.footer_menu .item > ul > li > a span {

}

.footer_menu .item > ul > li > ul {

}
.footer_menu .item > ul > li > ul > li {
    font-size: 14px;
    position:relative;
}
.footer_menu .item > ul > li > ul > li:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 0.5em;
}
.footer_menu .item > ul > li > ul > li a {
    color:#fff;
    text-decoration: underline;
}
.footer_menu .item > ul > li > ul > li a:hover {
    color:#fff;
    text-decoration: none;
}

.footer_right {
    width: 340px;
    margin-top: auto;
}
.footer_right .logo {
    margin-bottom: 1em;
}
.footer_right .detail {
    display: inline-block;
}
.footer_right address {
    font-size: 14px;
    line-height: 1.6em;
    font-style: normal;
    color: #fff;
}
.footer_right .copyright {
    text-align: left;

}
.footer_right .copyright .copy {
    font-size: 14px;
    line-height: 1.6em;
    font-style: normal;
    color: #fff;
    display: inline-block;
}






.mv {
    background: url(../images/bg_mv.jpg) no-repeat center bottom;
    background-size: cover;
    height: calc(100vh - 81px);
    position: relative;
    box-sizing: border-box;
    padding: 3em 0 0;
    margin-bottom: 3em;
}
.mv_bloc {

    /*
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    */
}
.mv_bloc p {
    font-size: 24px;
    line-height: 1.4em;
    color: #fff;
		text-shadow: 0 0 3px #000;
}
.mv_bloc figure {
    display: inline-block;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 1em 4em;
    margin: 2em 0;
}
.mv_bloc h1 {
    font-size: 64px;
    line-height: 1.4em;
    font-weight: normal;
    color: #fff;
		text-shadow: 0 0 3px #000;
}



.top_box {

}
.top_box .title_bloc {
    padding-bottom: 1.5em;
}
.top_box .title_bloc h2 {
    text-align: left;
}
.top_box .title_bloc h2 .en {
    font-family: trajan-pro-3, serif;
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}
.top_box .title_bloc h2 .jp {
    font-size: 36px;
    line-height: 1em;
    font-weight: normal;
}
.top_box .detail {
    text-align: left;
}
.top_box .detail p {
    font-size: 15px;
    text-align: left;
}



.top_about {
    position: relative;
    margin-bottom: 3em;
}
.top_about .inner {
    max-width: none;
}
.top_about:before {
    content: "";
    background: #55256e;
    position: absolute;
    width: 64%;
    height: 80%;
    z-index: -1;
    top: 0;
    left: 0;
}
.top_about .top_box {
    width: 540px;
    margin-left: auto;
    margin-top: 4em;
    color: #fff;
}
.top_about .top_box .title_bloc {
    background: url(../images/img_sub_catch_01.png) no-repeat left top;
    background-size: cover;
}
.top_about .top_box .title_bloc h2 .en {
    color: #fff;
}



.top_about figure {
    width: 50%;
    margin-top: 6em;
}



.top_pickup {
    position: relative;
    margin-bottom: 3em;
}
.top_pickup .inner {
    max-width: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.top_pickup .top_box {
    width: 540px;
    margin-left: 2em;
    margin-right: auto;
    padding: 2em 0;
}
.top_pickup figure {
    width: 50%;
}
.top_pickup .top_box .title_bloc {
    background: url(../images/img_sub_catch_02.png) no-repeat left top;
}
.top_pickup .top_box .detail p.catch_text {
    background: #55256e;
    font-size: 21px;
    line-height: 1.4em;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
}
.top_pickup .top_box .detail h3 {
    color: #55256e;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.2em;
}

.top_trouble {
    padding-bottom: 1.5em;
}
.top_trouble h2 {
    margin-bottom: 2em;
    font-weight: normal;
}
.top_trouble h2 .sub {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
}
.top_trouble h2 .main {
    display: block;
    font-size: 48px;
    line-height: 1.2em;
}

.trouble_detail {
    margin-bottom:2em;
}

.trouble_arrow {
    margin-bottom: 1em;
}
.trouble_arrow p {
    font-size: 48px;
}

.trouble_list {
    margin-bottom: 1em;
}
.trouble_list ul {
    display: inline-block;
    background: #f7effb;
    padding: 1.5em 2em;
}
.trouble_list ul li {

}
.trouble_list ul li .num {
    display: inline-block;
}
.trouble_list ul li img {
    display: block;
}
.trouble_list ul li .text {
    font-size: 30px;
    margin-left: 0.2em;
    border-bottom: solid 1px #724987;
}




.trouble_result .catch {
    background: #55256e;
    padding: 1em;
    margin-bottom: 2em;
}
.trouble_result .catch p {
    font-size: 30px;
    line-height: 1.4em;
    color: #fff;
}
.trouble_result h3 {
    font-weight: normal;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}
.trouble_result h3 figure {

}
.trouble_result h3 .title {
    font-size: 36px;
    line-height: 1.2em;
}
.trouble_result h3 .title em {
    font-style: normal;
    font-size: 48px;
}

.trouble_result ul {

}
.trouble_result ul li {
    align-items: center;
    justify-content: center;
}
.trouble_result ul li + li {
    margin-top:0.5em;
}
.trouble_result ul li .num {

}
.trouble_result ul li .text{
    font-size: 30px;
    line-height: 1.4em;
    margin-left: 0.5em;
}



.top_salon {
    padding: 1.5em 0 3em;
}
.top_salon h2 {
    font-weight: normal;
    margin-bottom: 2em;
}
.top_salon h2 .sub {

}
.top_salon h2 .main {
    font-size: 36px;
    display: block;
}

.salon_point {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3em;
}
.salon_point figure {
    
}
.salon_point_bloc {
    text-align: left;
    flex: 1 0 0%;
    margin-left: 2em;
}
.salon_point_bloc ol {
    
}
.salon_point_bloc ol li {
    
}
.salon_point_bloc ol li + li {
    margin-top: 1em;
}
.salon_point_bloc ol li .num {
    font-family: trajan-pro-3, serif;
    background: #55256e;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em 1em;
    display: inline-block;
    margin-bottom: 0.5em;
}
.salon_point_bloc ol li .text {
    font-size: 18px;
    line-height: 1.4em;
    display: block;
}

.salon_movie {
    margin-bottom: 2em;
}
.salon_movie video {
    width: 100%;
}

.youtube_bloc {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube_bloc iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}



.salon_entry {

}
.salon_entry .entry_bloc {
    margin-bottom: 2em;
}
.salon_entry .entry_bloc h3 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.salon_entry .entry_bloc .btn_bloc {

}

.salon_entry .text_box {
    border: solid 1px #d9d9d8;
    padding: 1em;
    overflow-y: scroll;
    max-width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}
.salon_entry .text_box p {

}
.top_service .top_box .title_bloc {
    background: url(../images/img_sub_catch_03.png) no-repeat left top;
}
.top_service .top_box .title_bloc h2 .en {
    color: #000000;
}


.top_service {
    position: relative;
    margin-bottom: 3em;
}

.top_service:before {
    content: "";
    background: #f5f5f5;
    position: absolute;
    width: 64%;
    height: 80%;
    z-index: -1;
    top: 0;
    left: 0;
}

.top_service .top_box {
    width: 540px;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 3em;
}







.service_list {

}
.service_list ol {

}
.service_list ol li {

}
.service_list ol li + li {
    margin-top: 2em;
}
.service_list ol li:first-child {
    width: 100%;
}
.service_list ol li:nth-child(n+2) {
    width: 340px;
}
.service_list ol li:nth-child(n+2) figure {
    margin-bottom: 1em;
}
.service_list ol li:nth-child(n+2) .detail {

}
.service_list ol li:nth-child(n+2) .detail p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}



.service_list ol li .title_bloc {
    margin-bottom: 1em;
}
.service_list ol li .title_bloc h3 {
    font-weight: normal;
    text-align: left;
}
.service_list ol li .title_bloc h3 .en {
    font-family: trajan-pro-3, serif;
    color: #55256e;
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.service_list ol li .title_bloc h3 .jp {
    font-size: 26px;
    line-height: 1.2em;
}

.service_list ol li .title_bloc.flex {
    align-items: center;
    justify-content: flex-start;
}


.service_list ol li .title_bloc.flex p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
    margin-left: 2em;
}
.service_list ol li figure {

}
.service_list ol li figure a {

}
.service_list ol li figure a:hover img {
		opacity:0.8;
}
.top_company {
    padding: 1.5em 0 3em;
}
.top_company .inner {
    align-items: flex-start;
    justify-content: space-between;
}

.top_company .top_box .title_bloc {

}
.top_company_bloc {
    flex: 1 0 0%;
    max-width: 740px;
}
.top_company_bloc dl {
    border-top: solid 1px #c1beba;
    margin: 0;
}
.top_company_bloc dl + dl {
    
}
.top_company_bloc dl:last-child {
    border-bottom:solid 1px #c1beba;
}
.top_company_bloc dl dt {
    font-size: 16px;
    padding: 1em;
    box-sizing: border-box;
    width: 20%;
    text-align: left;
}
.top_company_bloc dl dd {
    flex: 1 0 0%;
    font-size: 16px;
    text-align: left;
    padding: 1em;

}






.under_mv {
    padding: 2em 0;
}
.under_mv .inner {
		align-items: center;
    justify-content: center;
}
.under_mv_bloc {

}
.under_mv_bloc .ttl {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    margin-bottom: 1em;
}
.under_mv_bloc .ttl:before {
    content: "";
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #fff;
    border-right: none;
}
.under_mv_bloc .ttl:after {
    content: "";
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
    border-left: none;
}
.under_mv_bloc .ttl h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.under_mv_bloc .ttl .en {
    font-family: trajan-pro-3, serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: block;
}
.under_mv_bloc ul {
		margin-bottom: 1em;
}
.under_mv_bloc ul li {

}
.under_mv_bloc ul li + li {

}
.under_mv_bloc p {
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    padding: 0.5em;
}
.under_mv_bloc .bottom {

}
.under_mv_bloc .bottom p {
		width: 48%;
    box-sizing: border-box;
}
.under_mv_bloc .bottom p + p {

}


.bg_r {
		background:#942343;
    color: #fff;
}
.bg_p {
    background: #55256e;
    color: #fff;
}
.under_cm_band {

}
.under_cm_band_bloc {
    align-items: center;
    justify-content: center;
}
.under_cm_band_bloc h2 {
    font-weight: normal;
    align-items: center;
    justify-content: space-between;
}
.under_cm_band_bloc h2 img {

}
.under_cm_band_bloc h2 .text {
		color: #fff;
    display: block;
    font-size: 36px;
    line-height: 1.4em;
    margin-left: 0.5em;
    text-align: left;
}
.under_cm_band_bloc figure {
		padding-top: 1em;
    margin-bottom: -0.2em;
}


.under_trouble {
		padding: 2em 0;
}
.under_trouble h2 {
		color: #55256e;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.under_trouble_bloc {
    align-items: stretch;
    justify-content: space-between;
    padding-top: 37px;
}
.under_trouble_item {
    width: 48%;
    border: solid 1px #55246d;
    position: relative;
}
.under_trouble_item.box3 {
		width: 32%;
}
.under_trouble_item + .under_trouble_item {

}


.under_trouble_item figure {
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.under_trouble_item h3 {
    background: #55246d;
    color: #fff;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0.5em;
}
.under_trouble_item .detail {
    padding: 1em;
    text-align: left;
}
.under_trouble_item .detail ul {

}
.under_trouble_item .detail ul li {
    position: relative;
    padding-left: 2em;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -1px;
}
.under_trouble_item .detail ul li + li {
    margin-top: 0.8em;
}
.under_trouble_item .detail ul li:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_checkbox.png) no-repeat;
    position: absolute;
    top: -0.1em;
    left: 0;
}
.under_trouble_item .detail p {
    font-size: 16px;
    line-height: 1.4em;
}



.under_menu {
		padding: 2em 0;
}
.under_menu .title_bloc {
    margin-bottom: 2em;
}
.under_menu .title_bloc h2 {
    color: #55256e;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: normal;
}
.under_menu .title_bloc p {
    color: #55256e;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: normal;
    margin-top: 0.5em;
}
.under_menu_bloc {

}
.under_menu_bloc ul {

}
.under_menu_bloc ul li {
    border: solid 1px #55256e;
    width: 31%;
}
.under_menu_bloc ul li + li {

}
.under_menu_bloc ul li a {
    padding: 1em;
    color: #55256e;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
		position:relative;
}
.under_menu_bloc ul li a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #55256e;
    font-size: 24px;
}

.under_menu_bloc ul li figure {

}
.under_menu_bloc ul li .detail {
		flex: 1 0 0%;
    text-align: left;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.under_menu_bloc ul li .detail p {
    color: #55256e;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: -1px;
}



























.cost_page {

}
.cost_page .under_mv {
    background: url(../images/bg_cost_mv.jpg) no-repeat center;
    background-size: cover;
}


.cost_reason {

}
.cost_reason .title_bloc {
    padding: 2em 0;
}
.cost_reason .title_bloc h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
}

.cost_reason_group {

}
.cost_reason_group .item {
		text-align: left;
    padding: 2em 0;
}
.cost_reason_group .item .inner {
    align-items: center;
    justify-content: space-between;
}
.cost_reason_group .item:nth-child(2) .inner {
		flex-direction: row-reverse;
}
.cost_reason_group .item .detail {
    flex: 1 0 0%;
}
.cost_reason_group .item .detail h3 {
    margin-bottom: 1em;
}
.cost_reason_group .item .detail h3 .en {
    font-family: trajan-pro-3, serif;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}
.cost_reason_group .item .detail h3 .jp {
		font-size: 36px;
    line-height: 1em;
    font-weight: normal;
}
.cost_reason_group .item .detail p {
    font-size: 15px;
    line-height: 1.4em;
}

.cost_reason_group .item figure {
		width: 50%;
    text-align: center;
}







.cost_result {

}
.cost_result .title_bloc {
    padding: 2em 0;
}
.cost_result .title_bloc h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
}

.cost_result_group {
    padding: 3em 0;
}
.cost_result_group .item {
    text-align: left;
}
.cost_result_group .item + .item {
		margin-top:3em;
}
.cost_result_group .item .inner {
		align-items: center;
    justify-content: space-between;
}
.cost_result_group .item:nth-child(even) .inner {
		flex-direction: row-reverse;
}
.cost_result_group .item .detail {
    flex: 1 0 0%;
    padding: 1em;
}


.cost_result_group .item .detail h3 {
    margin-bottom: 1em;
}
.cost_result_group .item .detail h3 .num {
		color: #e9deef;
    font-family: trajan-pro-3, serif;
    display: block;
    font-size: 116px;
    line-height: 1em;
    font-weight: normal;
}
.cost_result_group .item .detail h3 .jp {
    color: #55256e;
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
}
.cost_result_group .item .detail p {
    font-size: 15px;
    line-height: 1.4em;
}


.cost_result_group .item figure {
		width: 50%;
    text-align: center;
}


.ma_page {

}
.ma_page .under_mv {
    background: url(../images/bg_ma_mv.jpg) no-repeat center;
    background-size: cover;
}

.ma_reason_group {
    padding: 2em 0;
}
.ma_reason_group ul {

}
.ma_reason_group ul li {
    width: 30%;
}
.ma_reason_group ul li + li {

}
.ma_reason_group ul li:nth-child(n+4) {
    margin-top: 2em;
}

.ma_reason_group ul li figure {
    margin-bottom: 1em;
}
.ma_reason_group ul li h3 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.ma_reason_group ul li p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}


.marketing_page {

}
.marketing_page .under_mv {
    background: url(../images/bg_marketing_mv.jpg) no-repeat center;
    background-size: cover;
}


.marketing_group {

}
.marketing_group .item {

}
.marketing_group .item .inner {
    padding: 2em 0;
    align-items: center;
    justify-content: space-between;
}
.marketing_group .item:nth-child(even) .inner {
    flex-direction: row-reverse;
}


.marketing_group .item figure {
    width: 50%;
}
.marketing_group .item .detail {
		width: 50%;
    text-align: left;
}
.marketing_group .item .detail h3 {
		margin-bottom: 0.8em;
}
.marketing_group .item .detail h3 .en {
    font-family: trajan-pro-3, serif;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}
.marketing_group .item .detail h3 .jp {
		font-size: 36px;
    line-height: 1em;
    font-weight: normal;
}

.marketing_group .item .detail ul {
    border: solid 1px #fff;
    padding: 0.8em;
    margin-bottom: 1em;
}
.marketing_group .item:nth-child(even) .detail ul {
		border:solid 1px #000;
}
.marketing_group .item .detail ul li {
		position: relative;
    padding-left: 2em;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: -1px;
}
.marketing_group .item .detail ul li:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icon_check_mini_w.png) no-repeat;
    position: absolute;
		top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}
.marketing_group .item:nth-child(even) .detail ul li:before {
    background: url(../images/icon_check_mini.png) no-repeat;
}

.marketing_group .item .detail ul li + li {
		margin-top: 0.5em;
}

.marketing_group .item .detail p {
    font-size: 15px;
    line-height: 1.4em;

}

.marketing_forte {

}
.marketing_forte .title_bloc {
		padding: 2em 0;
}
.marketing_forte .title_bloc h2 {

}
.marketing_forte .title_bloc h2 figure {
    margin-bottom: 0.5em;
}
.marketing_forte .title_bloc h2 .title {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
}

.marketing_forte_bloc {
    padding: 2em 0;
}
.marketing_forte_bloc ul {

}
.marketing_forte_bloc ul li {
    width: 30%;
}
.marketing_forte_bloc ul li + li {

}

.marketing_forte_bloc ul li figure {
    margin-bottom: 1em;
}
.marketing_forte_bloc ul li .detail {

}
.marketing_forte_bloc ul li .detail h3 {
		font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.marketing_forte_bloc ul li .detail p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}



.recruit_page {

}
.recruit_page .under_mv {
    background: url(../images/bg_recruit_mv.jpg) no-repeat center;
    background-size: cover;
}

.recruit_page .under_menu_bloc ul li a {
		pointer-events: none;
}
.recruit_page .under_menu_bloc ul li a:after {
		display:none;
}
.recruit_page .under_menu_bloc ul li .detail {
		margin-bottom:0;
}

.recruit_group {

}
.recruit_group .title_bloc {
		padding: 2em 0;
}
.recruit_group .title_bloc h2 {
		margin-bottom: 1em;
}
.recruit_group .title_bloc h2 .large_text {
    display: block;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
}
.recruit_group .title_bloc h2 .text {
    display: block;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: normal;
}
.recruit_group .title_bloc p {
		font-size: 18px;
    line-height: 1.4em;
}

.recruit_group .item {

}
.recruit_group .item .inner {
    padding: 2em 0;
    align-items: center;
    justify-content: space-between;
}
.recruit_group .item:nth-child(odd) .inner {
    flex-direction: row-reverse;
}


.recruit_group .item figure {
    width: 50%;
}
.recruit_group .item .detail {
		width: 50%;
    text-align: left;
}
.recruit_group .item .detail h3 {
		margin-bottom: 0.8em;
}
.recruit_group .item .detail h3 .en {
    font-family: trajan-pro-3, serif;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}
.recruit_group .item .detail h3 .jp {
		font-size: 36px;
    line-height: 1em;
    font-weight: normal;
}
.recruit_group .item .detail p {
    font-size: 15px;
    line-height: 1.4em;

}

.recruit_detail {
		padding:2em 0;
}
.recruit_detail .title_bloc {
		margin-bottom:2em;
}
.recruit_detail .title_bloc h2 {
		font-size: 36px;
    line-height: 1em;
    font-weight: normal;
}

.recruit_detail_bloc {

}
.recruit_detail_bloc ul {

}
.recruit_detail_bloc ul li {
		width: 23%;
}
.recruit_detail_bloc ul li + li {

}
.recruit_detail_bloc ul li figure {
    margin-bottom: 1em;
}
.recruit_detail_bloc ul li .detail {

}
.recruit_detail_bloc ul li .detail h3 {
		font-size: 24px;
    line-height: 1.2em;
    font-weight: normal;
    height: 66px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}
.recruit_detail_bloc ul li .detail p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}

.recruit_preparation {
    padding: 2em 0;
}

.recruit_preparation .title_bloc {
    margin-bottom:2em;
}
.recruit_preparation .title_bloc h2 {
    font-size: 36px;
    line-height: 1em;
    font-weight: normal;
}
.recruit_preparation_bloc {
		margin-bottom: 2em;
}
.recruit_preparation_bloc > * + * {
		margin-top:2em;
}
.recruit_preparation_bloc p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}
.recruit_preparation_bloc p.catch {
    align-items: center;
    justify-content: center;
}
.recruit_preparation_bloc p.catch .text {
    font-size: 30px;
}
.recruit_preparation_bloc p.catch .image {
    margin: 0 1em;
}

.recruit_preparation_bloc ul {
		display: inline-block;
    border: solid 1px #000;
    padding: 1em;
    text-align: left;
}
.recruit_preparation_bloc ul li {
    position: relative;
    padding-left: 1.5em;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: -1px;
}
.recruit_preparation_bloc ul li + li {
		margin-top: 0.5em;
}
.recruit_preparation_bloc ul li:before {
		content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/icon_check_mini.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}


.recruit_preparation_bottom {

}
.recruit_preparation_bottom h3 {
    background: #ece4ef;
    color: #55256e;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: normal;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.recruit_preparation_bottom p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}



.financing_page {

}
.financing_page .under_mv {
    background: url(../images/bg_financing_mv.jpg) no-repeat center;
    background-size: cover;
}



.cm_catch {
    padding: 2em 0;
}
.cm_catch h2 {

}
.cm_catch h2 .logo {
    display: block;
    margin-bottom: 0.5em;
}
.cm_catch h2 .text {
    display: block;
    font-size: 32px;
    line-height: 1.4em;
}


.resources_page {

}
.resources_page .under_mv {
    background: url(../images/bg_resources_mv.jpg) no-repeat center;
    background-size: cover;
}

.resources_trouble {
		padding:2em 0;
}
.resources_trouble h2 {
    color: #55256e;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 1.5em;
}
.resources_trouble_bloc {

}
.resources_trouble_bloc ul {

}
.resources_trouble_bloc ul li {
		position: relative;
    width: 23%;
}
.resources_trouble_bloc ul li + li {

}
.resources_trouble_bloc ul li .mark {
		display: block;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.resources_trouble_bloc ul li .q {
    border: solid 1px #942343;
    color: #942343;
    padding: 1.5em 1em 1em;
    font-size: 20px;
    line-height: 1.2em;
}
.resources_trouble_bloc ul li .arrow {
		display: block;
    margin: 0.5em 0;
}
.resources_trouble_bloc ul li .a {
    background: #942343;
    color: #fff;
    padding: 0.5em;
    font-size: 24px;
    line-height: 1.2em;
    align-items: center;
    justify-content: center;
    height: 80px;
    box-sizing: border-box;
}


.resources_flow {
		padding:2em 0;
}
.resources_flow h2 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}
.resources_flow .resources_flow_bloc {

}




.service_page {

}
.service_page .under_mv {
    background: url(../images/bg_service_page_mv.jpg) no-repeat center;
    background-size: cover;
}

.service_page .top_service {
    padding-top: 3em;
}

.service_mv_bloc {

}
.service_mv_bloc .ttl {

}
.service_mv_bloc .ttl figure {

}
.service_mv_bloc .ttl h1 {
		color: #fff;
    font-size: 48px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.service_mv_bloc .ttl .en {
		font-family: trajan-pro-3, serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: block;
}
.service_mv_bloc p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4em;
    border-top: solid 1px #fff;
    margin-top: 1em;
    padding: 1em 1em 0;
}



.salon_page {

}
.salon_page .under_mv {
    background: url(../images/bg_salon_page_mv.jpg) no-repeat center;
    background-size: cover;
}
.salon_page .under_mv_bloc {

}
.salon_page .under_mv_bloc h2 {
    background: #55256e;
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.salon_page .under_mv_bloc p {
    background: none;
    font-size: 20px;
    padding: 0;
}
.salon_page .top_trouble {
    padding-top: 3em;
}


.band {
    padding: 2em 0;
    margin-bottom: 2em;
}
.band h2 {
		font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 0;
}



.under_movie {
    padding: 2em 0;
}
.movie_wrap {



}
.movie_wrap .youtube {
		width: 48%;
}
.movie_wrap .youtube + .youtube {

}

.movie_wrap .youtube p {
		margin-top: 1em;
}

.movie_wrap h2 {
    width: 100%;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
    margin-top: 0.5em;
}


.profile {
    background: #f7effb;
    padding: 3em 0;
}
.profile .inner {

}

.profile figure {
		flex: 1 0 0%;
}
.profile .profile_bloc {
    width: 54%;
    margin-left: 2em;
    text-align: left;
}
.profile .profile_bloc h2 {
    margin-bottom: 0.5em;
}
.profile .profile_bloc h2 .en {
		font-family: trajan-pro-3, serif;
    display: block;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.2em;
}
.profile .profile_bloc h2 .jp {
    color: #55256e;
    display: block;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: left;
}
.profile .profile_bloc h3 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.profile .profile_bloc p {
		font-size: 14px;
    line-height: 1.4em;
}


.about_salon {

}
.about_salon .band {

}
.about_salon .band h2 {

}
.about_salon .band h2 figure {

}
.about_salon .band h2 .title {
    color: #fff;
    display: block;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
}

.about_salon_bloc {
    padding: 0 0 2em;
}
.about_salon_bloc .upper {
    margin-bottom: 2em;
}
.about_salon_bloc .upper figure  {

}
.about_salon_bloc .bottom {

}
.about_salon_bloc .bottom .item {
		width: 48%;
}
.about_salon_bloc .bottom .item + .item {

}

.about_salon_bloc .bottom .item h3 {
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}
.about_salon_bloc .bottom .item h3 figure {

}
.about_salon_bloc .bottom .item h3 .title {
    color: #55256e;
    display: block;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
}
.about_salon_bloc .bottom .item p {
		font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}


.top_company_bloc + .privacy_bloc {
		margin-top: 2em;
}
.privacy_bloc {
    border: solid 1px #c1beba;
    padding: 1em;
    height: 300px;
    overflow-y: scroll;
    text-align: left;
}
.privacy_bloc p {
		font-size: 14px;
    line-height: 1.4em;
}


.contact_page {

}
.contact_page .under_mv {
    background: url(../images/bg_contact_page_mv.jpg) no-repeat center;
    background-size: cover;
}






























.fix_form {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 270px;
    background: #fff;

    box-sizing: border-box;
    border: solid 2px #55256e;
    z-index: 23;
}
.fix_form h3 {
    background: #55256e;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0.5em;
    margin-top: -2px;
    position: relative;
}
.fix_form h3 span {
		border: solid 1px #fff;
    border-radius: 1px;
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-44%);
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    line-height: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.fix_form_item {
    padding: 1em!important;
}
.fix_form_item#Contact .contact_bloc dl dt {
	align-items: center;
    justify-content: flex-start;
}
.fix_form_item#Contact .contact_bloc dl dt.required:after {
    margin-left: 0.5em;
}

.hbspt-form {

}
.hbspt-form iframe {

}

.actions {
  
}

.fix_form .contact_name {
    width: 85%;
}

#Contact {
    padding: 2em 0;
}
#Contact .contact_bloc {
		margin: 0 auto 0.5em;
}
#Contact .contact_bloc dl:nth-child(odd) {
    background: none;
}

#Contact .contact_bloc dl {
    border: none;
    padding: 0;
}
#Contact .contact_bloc dl + dl {
    margin-top: 0.3em;
}

#Contact .contact_bloc dl dt.required:after {
    content: "必須";
    display: inline-block;
    background: #942343;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 4px 4px;
}

#Contact .contact_bloc dl dt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0.2em;
}
#Contact .contact_bloc dl dd {
    width: 100%;
    padding: 0;
}
#Contact .contact_bloc dl dd p.sub {
    font-size: 10px;
}
#Contact .contact_bloc p.sub {
    font-size: 10px;
}
textarea {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 100%;
}
select {
    width: 100%;
    font-size: 16px;
}
.name_label_bloc {
		width: 49%;
}
.name_label {

    font-size: 12px;
    display: inline-block;
}
.contact_salon_check {
    font-size: 14px;
}
.contact_salon_check span {
    margin-left: 0.2em;
    vertical-align: text-bottom;
}
.contact_name {
    font-size: 16px;
}
.contact_company {
    width: 100%;
}
.contact_check {
    font-size: 14px;
}
.contact_check span {
		margin-left: 0.2em;
    font-size: 13px;
    vertical-align: text-bottom;
}
.contact_check .sub {
    margin-bottom: 0.5em;
}
.contact_check_box {

}

#Contact .btn_bloc button {
    background: #942344;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    border-bottom: solid 3px #540c21;
    padding: 0.8em 0.5em;
}


.contact_page #Contact .contact_bloc dl dt {
    font-size: 16px;
    width: 30%;
}
.contact_page #Contact .contact_bloc dl dd {
    flex: 1 0 0%;
    font-size: 16px;
    margin-left: 1em;
}
.contact_page #Contact .contact_bloc dl {
		border-top: solid 1px #dddde0;
    padding: 0.5em 0;
}
.contact_page .name_label {
		font-size: 14px;
}
.contact_page .contact_name {
    width: 94%;
}

.contact_page .contact_check span {
    font-size: 16px;
    vertical-align: bottom;
}

#Contact .contact_bloc .btn_bloc {
    margin-top: 1em;
}














button {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}







