<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP");
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #000;
	padding: 1px;
}

#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
	background: #000;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url(images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

/*#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}*/
#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0px;
	right: 0;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

.mens header {
	height: inherit;
}

@media screen and (max-width: 480px) {
	.kv {
		width: 100%;
		height: 380px;
		background-image: url("../img/kv_joshima_sp.png"), url("../img/kv_bg.jpg");
		background-repeat: no-repeat;
		background-position: bottom right, right center;
		background-size: 230px, cover;
		padding-top: 50px;
	}
}

@media screen and (min-width: 481px) and (max-width: 769px) {
	.kv {
		width: 100%;
		height: 380px;
		background-image: url("../img/kv_joshima.png"), url("../img/kv_bg.jpg");
		background-repeat: no-repeat;
		background-position: bottom right, right center;
		background-size: 350px auto, cover;
		padding-top: 50px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.kv {
		width: 1024px;
		height: 725px;
		margin: 0 auto;
		background-image: url("../img/kv_joshima.png"), url("../img/kv_bg.jpg");
		background-repeat: no-repeat;
		background-position: bottom right, left center;
		padding-top: 130px;
		padding-left: 80px;
	}
}

@media screen and (min-width: 1025px) {
	.kv {
		width: 1400px;
		height: 725px;
		margin: 0 auto;
		background-image: url("../img/kv_joshima.png"), url("../img/kv_bg.jpg");
		background-repeat: no-repeat;
		background-position: bottom right, center center;
		padding-top: 100px;
		padding-left: 100px;
	}
}

.kv .kv_container_pc {
	width: 660px;
}

.kv .kv_container_pc .kv_copy {
	padding-bottom: 5px;
	border-bottom: 3px solid #1d3371;
}

.kv .kv_container_pc img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.kv .kv_container_pc img .kv_born{
	margin-right: auto;
	display: block;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.kv .kv_container_pc {
		width: 400px;
	}
	.kv .kv_container_pc .kv_copy {
		width: 100%;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 5px;
		border-bottom: 2px solid #1d3371;
	}
	.kv .kv_container_pc .kv_logo {
		width: 90%;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.kv .kv_container_pc .kv_born {
		margin-top: 15px;
		width: 100%;
		height: auto;
		display: block;
	}
	.kv .kv_container_pc .kv_3control {
		margin-top: 15px;
		width: 80%;
		height: auto;
		display: block;

	}
}

.kv .kv_container_sp {
	width: 220px;
	padding-left: 5%;
}

.kv .kv_container_sp .kv_copy {
	width: 100%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	border-bottom: 2px solid #1d3371;
}

.kv .kv_container_sp .kv_logo {
	width: 90%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.kv .kv_container_sp .kv_born {
	margin-top: 15px;
	width: 100%;
	height: auto;
	display: block;
}

.kv .kv_container_sp .kv_3control {
	margin-top: 15px;
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.kv .kv_container_sp {
		width: 280px;
		padding-left: 10%;
	}
}

.tvcm {
	display: block;
	background-color: #1d3371;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	margin-right: auto;
	margin-left: auto;
}

.tvcm:hover, .tvcmfocus, .tvcmactive {
	text-decoration: none;
}


.tvcm:hover, .tvcmfocus, .tvcmactive {
	color: #ffffff;
}

#tpl-contents .tpl-inner-wrap .inner_link:hover .tvcm_inner, .tvcm:hover .tvcm_inner, .tvcmfocus .tvcm_inner, .tvcmactive .tvcm_inner {
	opacity: 0.8;
}

.tvcm .tvcm_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#tpl-contents .tpl-inner-wrap .inner_link .tvcm_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	#tpl-contents .tpl-inner-wrap .inner_link {
		width: 90%;
		margin-top: -25px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
}

@media screen and (min-width: 769px) {
	#tpl-contents .tpl-inner-wrap .inner_link {
		width: 974px;
		height: 131px;
		margin-top: -100px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		background-size: auto;
		background-repeat: no-repeat;
	}
}

.tvcm .cm_capture_pc {
	width: 300px;
	height: 170px;
	background: url("../img/cm_capture.jpg");
	background-size: 300px 170px;
	background-repeat: no-repeat;
}


.tvcm .cm_capture_sp {
	width: 200px;
	background: url("../img/cm_capture.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.tvcm .cm_caption_wrapper_pc {
	width: 660px;
}

.tvcm .cm_caption_wrapper_sp {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tvcm .cm_caption_upper {
	padding: 15px;
}

.tvcm .cm_caption_upper .cm_title_pc {
	margin-bottom: 2px;
	height: 67px;
	width: auto;
}

@media screen and (max-width: 450px) {
	.tvcm .cm_caption_upper {
		padding: 10px 5px 0 5px;
	}
	.tvcm .cm_caption_upper img {
		margin-bottom: 2px;
	}
}

@media screen and (min-width: 451px) and (max-width: 768px) {
	.tvcm .cm_caption_upper {
		padding: 10px 10px 0 10px;
	}
	.tvcm .cm_caption_upper img {
		margin-bottom: 2px;
	}
}

.tvcm .cm_caption_upper .fukidashi {
	float: right;
}

.tvcm .cm_caption_lower {
	padding-left: 15px;
	position: relative;
	height: 70px;
}

.tvcm .cm_caption_lower .cm_attention {
	display: inline-block;
	width: 330px;
}

.tvcm .cm_caption_lower .watch {
	display: inline-block;
	width: 220px;
	height: 46px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(-72deg, #345c9e 0%, #446fb5 0%, #365ca1 100%);
}

.tvcm .cm_caption_lower .watch img,
.tvcm .cm_caption_lower .watch span {
	margin-top: 12px;
	display: inline-block;
	vertical-align: middle;
}

.tvcm .cm_caption_lower .watch img {
	margin-left: 15px;
	margin-right: 5px;
}

.tvcm .cm_caption_lower .watch:before {
	display: block;
	content: '';
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: #1d3371;
	width: 30px;
	height: 46px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -15px;
}

.tvcm .watch_sp {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: linear-gradient(-72deg, #345c9e 0%, #446fb5 0%, #365ca1 100%);
}

.tvcm .watch_sp img {
	display: inline-block;
	width: 12px;
	height: auto;
	margin-right: 5px;
}

.tvcm .watch_sp span {
	vertical-align: middle;
}

.section_inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.section_inner {
		width: 90%;
	}
}

.campaign_cv_area_1 {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.campaign_cv_area_1 {
		margin-top: 30px;
	}
}

.campaign_cv_area_1 p {
	margin-top: 20px;
}

.common_cv_area {
	padding-bottom: 100px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #ffffff), to(#99add5));
	background-image: linear-gradient(#ffffff 45%, #99add5 100%);
}

.cv_btn_first_pc {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 960px;
}

.cv_btn_first_sp {
	width: 100%;
	height: auto;
	display: block;
}

.cv_btn_common {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.cv_btn_common {
		width: 100%;
	}
}

.cv_btn_common .img {
	width: 840px;
	height: auto;
}

@media screen and (max-width: 768px) {
	.cv_btn_common .img {
		width: 100%;
	}
}

.cv_btn_common .guard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/guard.png");
}

.common_cv_area a:hover {
	opacity: 0.7;
}

.campaign_cv_area_2,
.campaign_cv_area_4,
.campaign_cv_area_5,
.campaign_cv_area_6,
.campaign_cv_area_7 {
	padding-top: 40px;
}

.cv_common_first {
	margin-top: 50px;
}

.cv_common {
	width: 840px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	border: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
	.cv_common {
		width: 90%;
	}
	.cv_common .cv_common_inner_pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.cv_common .cv_common_inner_sp {
		display: none;
	}
}

.cv_common h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #dce1ee;
	border-radius: 5px;
}

.cv_common h4 .icon {
	height: 18px;
	width: auto;
	margin-right: 5px;
}

.cv_common p {
	margin-top: 20px;
}

.cv_common .cv_common_phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.cv_common .cv_common_phone .telephone_number {
	display: block;
	width: 516px;
	margin-left: 20px;
}

@media screen and (min-width: 769px) {
	.cv_common .telephone_hour {
		margin-left: 30px;
	}
}

.cv_common .telephone_hour span {
	display: block;
}

.cv_common .cv_common_btn_container {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.cv_common .cv_common_btn_container a {
	display: block;
}

@media screen and (min-width: 769px) {
	.cv_common .cv_common_btn_container .cv_common_btn_left,
	.cv_common .cv_common_btn_container .cv_common_btn_right {
		width: 50%;
	}
}

.cv_common .cv_common_btn_container .cv_common_btn_left {
	margin-left: 5px;
}

.cv_common .cv_common_btn_container .cv_common_btn_right {
	margin-left: 10px;
}

.cv_common .cv_common_btn_container .cv_common_btn_right a:first-child {
	margin-bottom: 5px;
}

.cv_common .cv_common_inner_sp {
	margin-top: 20px;
}

.cv_common .cv_common_inner_sp .btn_experience_sp,
.cv_common .cv_common_inner_sp .btn_pamphlet_sp {
	margin-top: 20px;
}

.cv_common .cv_common_inner_sp .btn_salon_sp {
	margin-top: 10px;
}

.campaign_cv_area_5 {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 0)), to(#99add5)), url("../img/faq_bg.png");
	background-image: linear-gradient(rgba(255, 255, 255, 0) 45%, #99add5 100%), url("../img/faq_bg.png");
}

.campaign_cv_area_7 .cv_btn_last_container {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.campaign_cv_area_7 .cv_btn_last_container {
		margin-bottom: 20px;
	}
	.campaign_cv_area_7 .cv_btn_last_container:before {
		content: '';
		display: block;
		height: 100px;
		width: 100%;
		background-image: url("../img/btn_cv_7_bg_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center bottom;
	}
}

@media screen and (max-width: 768px) and (max-width: 450px) {
	.campaign_cv_area_7 .cv_btn_last_container:before {
		height: 100px;
	}
}

@media screen and (max-width: 768px) and (min-width: 451px) {
	.campaign_cv_area_7 .cv_btn_last_container:before {
		height: 150px;
	}
}

@media screen and (min-width: 769px) {
	.campaign_cv_area_7 .cv_btn_last_container {
		background-image: url("../img/btn_cv_7_bg.png");
		background-repeat: no-repeat;
		height: 267px;
		width: 769px;
		margin-top: 150px;
		padding-top: 150px;
	}
}

.campaign_cv_area_7 .cv_btn_last_container .cv_btn_last {
	display: block;
}

.campaign_cv_area_7 .cv_common {
	margin-top: 0;
}

.contents_control {
	padding-top: 75px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.contents_control {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}

.contents_control .contents_control_header {
	text-align: center;
	background: url("../img/section_mcs_joshima.png");
	background-repeat: no-repeat;
	background-position: right 0px;
}

@media screen and (max-width: 450px) {
	.contents_control .contents_control_header {
		text-align: left;
		background-size: 30%;
		background-position: right top;
	}
}

@media screen and (min-width: 451px) and (max-width: 768px) {
	.contents_control .contents_control_header {
		background-size: 20%;
	}
}

@media screen and (max-width: 768px) {
	.contents_control .contents_control_header .copy {
		padding-top: 10px;
	}
}

.contents_control .contents_control_header .copy_img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 351px;
}

@media screen and (max-width: 768px) {
	.contents_control .contents_control_header .copy_img {
		margin-top: 30px;
		width: 50%;
	}
}

.contents_control .contents_control_header .logo_caption {
	margin-top: 40px;
	padding-bottom: 5px;
	border-bottom: 3px solid #1d3371;
}

@media screen and (max-width: 768px) {
	.contents_control .contents_control_header .logo_caption {
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
		width: 65%;
	}
}

.contents_control .contents_control_header h2 {
	margin-top: 30px;
}

.contents_control .contents_control_description {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.contents_control .contents_control_description {
		margin-top: 20px;
	}
}

.contents_control ul.contents_control_brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 960px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 480px) {
	.contents_control ul.contents_control_brands {
		margin-top: 20px;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.contents_control ul.contents_control_brands {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.contents_control ul.contents_control_brands {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

.contents_control ul.contents_control_brands li {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

.contents_control ul.contents_control_brands li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 320px) {
	.contents_control ul.contents_control_brands li {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 3px;
	}
}

@media screen and (min-width: 321px) and (max-width: 480px) {
	.contents_control ul.contents_control_brands li {
		padding-top: 13px;
		padding-bottom: 13px;
		margin-right: 5px;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.contents_control ul.contents_control_brands li {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-right: 15px;
	}
}

@media screen and (min-width: 769px) {
	.contents_control ul.contents_control_brands li {
		margin-right: 20px;
	}
}

.contents_control ul.contents_control_brands li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 55px;
	width: auto;
}

@media screen and (max-width: 320px) {
	.contents_control ul.contents_control_brands li img {
		height: 22px;
	}
}

@media screen and (min-width: 321px) and (max-width: 480px) {
	.contents_control ul.contents_control_brands li img {
		height: 22px;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.contents_control ul.contents_control_brands li img {
		height: 30px;
	}
}

.contents_control_topics {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.contents_control_topics .cell {
	width: 465px;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.contents_control_topics .cell {
		width: 48%;
		margin-bottom: 30px;
	}
}

.contents_control_topics .cell figcaption {
	display: block;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.contents_control_topics .cell figcaption {
		margin-top: 15px;
	}
}

.contents_control_topics .cell .cell_description {
	margin-top: 30px;
	width: 465px;
}

@media screen and (max-width: 768px) {
	.contents_control_topics .cell .cell_description {
		width: 100%;
		margin-top: 15px;
	}
}

.contents_control_topics .cell:nth-child(odd) {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.contents_control_topics .cell:nth-child(odd) {
		margin-right: 2%;
	}
}

.contents_about_zoumou {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #1d3371), to(white));
	background-image: linear-gradient(#1d3371 45%, white 100%);
	background-repeat: no-repeat;
	background-size: 100% 500px;
}

.contents_about_zoumou .contents_about_zoumou_header {
	padding-top: 100px;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_header {
		padding-top: 50px;
	}
}

.contents_about_zoumou .contents_about_zoumou_header .copy {
	padding-top: 30px;
}

.contents_about_zoumou .contents_about_zoumou_header .copy .copy_img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 574px;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_header .copy .copy_img {
		width: 100%;
	}
}

.contents_about_zoumou .contents_about_zoumou_header h2 {
	margin-top: 20px;
}

.contents_about_zoumou .contents_about_zoumou_header p {
	margin-top: 20px;
}

.contents_about_zoumou .contents_about_zoumou_description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_description {
		display: block;
		margin-top: 0;
	}
}

.contents_about_zoumou .contents_about_zoumou_description .left {
	width: 338px;
	margin-left: 52px;
	margin-right: 80px;
}

.contents_about_zoumou .contents_about_zoumou_description .left img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_description .left img {
		margin-top: 30px;
		width: 90%;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

.contents_about_zoumou .contents_about_zoumou_description .right {
	width: 490px;
}

.contents_about_zoumou .contents_about_zoumou_description .right h3 {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_description .right h3 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_description .left,
	.contents_about_zoumou .contents_about_zoumou_description .right {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.contents_about_zoumou .chart_attention {
	display: inline-block;
	margin-top: 10px;
}

.series_chart {
	border: 1px solid #cccccc;
}

.series_chart_sp {
	margin-top: 20px;
}

/*.series_chart_pc_tmp {
	margin-top: 50px;
}*/
.series_chart_pc {
	margin-top: 50px;
}

.series_chart_pc .chart_header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.series_chart_pc .chart_header .chart_header_left,
.series_chart_pc .chart_header .chart_header_right {
	width: 50%;
	display: inline-block;
	padding: 8px 8px 8px 8px;
}

.series_chart_pc .chart {
	padding: 20px;
}

.series_chart_pc .chart .chart_left,
.series_chart_pc .chart .chart_right {
	display: table-cell;
	vertical-align: middle;
}

.series_chart_pc .chart .chart_left {
	width: 120px;
}

.series_chart_pc .chart .chart_left .chart_start,
.series_chart_pc .chart .chart_left .plus {
	display: table-cell;
	vertical-align: middle;
}

.series_chart_pc .chart .chart_left .chart_start {
	width: 80px;
	padding-right: 20px;
}

.series_chart_pc .chart .chart_left .plus {
	width: 36px;
	padding-right: 20px;
}

.series_chart_pc .chart .chart_left .plus:before {
	content: '';
	border-left: 3px solid #cccccc;
}

.series_chart_pc .chart .chart_right {
	width: 760px;
}

.series_chart_pc .chart .chart_right ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.series_chart_pc .chart .chart_right ul.chart_right_upper li {
	width: 110px;
	margin-right: 20px;
}

.series_chart_pc .chart .chart_right ul.chart_right_upper li:last-child {
	margin-right: 0;
}

.series_chart_pc .chart .chart_right ul.chart_right_lower {
	width: 382px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.series_chart_pc .chart .chart_right ul.chart_right_lower li {
	width: 182px;
	margin-right: 20px;
}

.series_chart_pc .chart .chart_right ul.chart_right_lower li:last-child {
	margin-right: 0;
}

.series_chart_pc .chart figcaption .fig_plaintext {
	display: inline-block;
	width: 50%;
}

.series_chart_pc .chart figcaption .description {
	display: inline-block;
	margin-top: 10px;
	line-height: 1.4;
}

.contents_casestudy {
	padding-top: 100px;
}

@media screen and (max-width: 450px) {
	.contents_casestudy {
		padding-top: 50px;
	}
}

.contents_casestudy .contents_casestudy_header {
	height: 390px;
	background-image: url("../img/section_casestudy_joshima.png");
	background-repeat: no-repeat;
	background-position: right top;
}

@media screen and (max-width: 320px) {
	.contents_casestudy .contents_casestudy_header {
		height: 150px;
		background-position-y: top;
	}
}

@media screen and (min-width: 321px) and (max-width: 420px) {
	.contents_casestudy .contents_casestudy_header {
		height: 180px;
		background-position-y: top;
	}
}

@media screen and (min-width: 421px) and (max-width: 540px) {
	.contents_casestudy .contents_casestudy_header {
		height: 220px;
		background-position-y: top;
	}
}

@media screen and (min-width: 541px) and (max-width: 640px) {
	.contents_casestudy .contents_casestudy_header {
		height: 260px;
		background-position-y: top;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header {
		height: 290px;
		background-position-y: top;
	}
}

@media screen and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header {
		width: 90%;
		background-image: url("../img/section_casestudy_joshima.png");
		background-size: 35%;
		background-position-y: top;
	}
}

.contents_casestudy .contents_casestudy_header .copy {
	padding-top: 70px;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header .copy {
		padding-top: 20px;
	}
}

.contents_casestudy .contents_casestudy_header .copy .copy_img {
	display: block;
	width: 240px;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header .copy .copy_img {
		width: 120px;
	}
}

.contents_casestudy .contents_casestudy_header p {
	margin-top: 20px;
}

@media screen and (max-width: 320px) {
	.contents_casestudy .contents_casestudy_header p {
		width: 70%;
	}
}

@media screen and (min-width: 321px) and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header p {
		width: 65%;
	}
}

.contents_casestudy .casestudy_profile_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 640px) {
	.contents_casestudy .casestudy_profile_wrapper {
		display: block;
	}
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image {
	width: 430px;
	height: 400px;
	z-index: 10;
	position: relative;
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image img {
	width: 430px;
	height: 400px;
}

@media screen and (max-width: 640px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image {
		width: 90%;
		height: auto;
	}
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image {
		width: 323px;
		height: 300px;
	}
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image img {
		width: 323px;
		height: 300px;
	}
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi {
	color: #ffffff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi .icon_sp,
.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi .icon_pc {
	display: none;
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi img.icon {
	width: auto;
	height: 40px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi img.icon {
		width: auto;
		height: 40px;
	}
}

@media screen and (max-width: 640px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi .icon_sp {
		display: block;
		width: auto;
		height: 40px;
	}
}

@media screen and (min-width: 641px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_image .rotate_navi .icon_pc {
		display: block;
		width: auto;
		height: 40px;
	}
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_inner {
	padding: 20px 20px 20px 50px;
}

@media screen and (max-width: 640px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_inner {
		padding: 5px 20px 20px 20px;
	}
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper {
	width: 560px;
	height: 400px;
	margin-top: 30px;
	margin-left: -30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#355d9e), color-stop(0%, #345c9e), to(#171845));
	background-image: linear-gradient(#355d9e 0%, #345c9e 0%, #171845 100%);
}

@media screen and (max-width: 640px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper {
		width: 90%;
		height: auto;
		margin-top: -20px;
		margin-left: 10%;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper {
		width: 330px;
		height: 310px;
		margin-top: 30px;
	}
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper .casestudy_profile_text {
	padding-top: 100px;
	padding-left: 50px;
	height: inherit;
	vertical-align: middle;
}

@media screen and (max-width: 450px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper .casestudy_profile_text {
		padding-top: 80px;
		padding-left: 0;
	}
}

@media screen and (min-width: 451px) and (max-width: 640px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper .casestudy_profile_text {
		padding-top: 100px;
		padding-left: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper .casestudy_profile_text {
		padding-top: 70px;
		padding-left: 0;
	}
}

.contents_casestudy .casestudy_profile_wrapper .casestudy_profile_text_wrapper .casestudy_profile_text .casestudy_name {
	display: block;
	margin-top: 40px;
}

.contents_casestudy .casestudy_1,
.contents_casestudy .casestudy_2 {
	border-bottom: 1px solid #cccccc;
}

.contents_casestudy .casestudy_1 {
	margin-top: -30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_1 {
		margin-top: -60px;
	}
}

.contents_casestudy .casestudy_1 .casestudy_profile_text {
	background-image: url("../img/casestudy_point_1.png"), url("../img/casestudy_header_1.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_1 .casestudy_profile_text {
		background-size: 25%, 50%;
	}
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_1 .casestudy_profile_text_inner {
		padding-top: 25px;
	}
}

.contents_casestudy .casestudy_2 {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 641px) {
	.contents_casestudy .casestudy_2 .casestudy_profile_image {
		margin-left: -30px;
	}
	.contents_casestudy .casestudy_2 .casestudy_profile_text_inner {
		padding: 20px 50px 20px 20px;
	}
	.contents_casestudy .casestudy_2 .casestudy_profile_wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-flow: row-reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
	}
	.contents_casestudy .casestudy_2 .casestudy_profile_wrapper .casestudy_profile_text {
		padding-left: 40px;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_2 .casestudy_profile_text_wrapper {
		margin-left: 0;
	}
	.contents_casestudy .casestudy_2 .casestudy_profile_text_inner {
		padding-top: 0;
	}
	.contents_casestudy .casestudy_2 .casestudy_profile_text_inner .casestudy_profile_text {
		padding-left: 0;
	}
}

.contents_casestudy .casestudy_2 .casestudy_profile_text {
	background-image: url("../img/casestudy_point_2.png"), url("../img/casestudy_header_2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_2 .casestudy_profile_text {
		margin-top: 30px;
		background-size: 25%, 50%;
		background-position: left top, right top;
	}
}

.contents_casestudy .casestudy_3 {
	margin-top: 40px;
	margin-bottom: 80px;
}

.contents_casestudy .casestudy_3 .casestudy_profile_text {
	background-image: url("../img/casestudy_point_3.png"), url("../img/casestudy_header_3.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_3 .casestudy_profile_text {
		margin-top: 30px;
		background-size: 25%, 50%;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_casestudy .casestudy_3 .casestudy_profile_text_inner {
		padding-top: 0;
	}
}

.contents_casestudy .casestudy_control_LB_trigger, .contents_casestudy .casestudy_interview_trigger_open, .contents_casestudy .casestudy_interview_trigger_close {
	margin-top: 50px;
}

.contents_casestudy .casestudy_control_LB_trigger a, .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_interview_trigger_close a {
	display: block;
	border: 2px solid #1d3371;
	border-radius: 30px;
	padding: 10px 0;
	position: relative;
	cursor: pointer;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.contents_casestudy .casestudy_control_LB_trigger a:hover, .contents_casestudy .casestudy_interview_trigger_open a:hover, .contents_casestudy .casestudy_interview_trigger_close a:hover, .contents_casestudy .casestudy_control_LB_trigger a:focus, .contents_casestudy .casestudy_interview_trigger_open a:focus, .contents_casestudy .casestudy_interview_trigger_close a:focus, .contents_casestudy .casestudy_control_LB_trigger a:active, .contents_casestudy .casestudy_interview_trigger_open a:active, .contents_casestudy .casestudy_interview_trigger_close a:active {
	text-decoration: none;
	opacity: 0.6;
}

.contents_casestudy .casestudy_control_LB_trigger a:after, .contents_casestudy .casestudy_interview_trigger_open a:after, .contents_casestudy .casestudy_interview_trigger_close a:after {
	content: url("../img/icon_loupe.png");
	position: absolute;
	right: 15px;
}

@media screen and (max-width: 320px) {
	.contents_casestudy .casestudy_control_LB_trigger a, .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_interview_trigger_close a {
		width: 280px;
	}
}

.contents_casestudy .casestudy_interview_trigger_open a:after {
	content: url("../img/icon_readmore_arrow_down.png");
	top: 8px;
}

.contents_casestudy .casestudy_interview_trigger_close a:after {
	content: url("../img/icon_readmore_arrow_up.png");
	top: 8px;
}

.contents_casestudy .casestudy_ba_wrapper {
	width: 840px;
	margin-left: auto;
	margin-top: 80px;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_ba_wrapper {
		margin-top: 40px;
		width: 100%;
	}
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator {
	margin-bottom: 10px;
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator .indicator_caption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator .indicator_caption span {
	background: #ffffff;
	z-index: 5;
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator .indicator_caption .before {
	margin-right: auto;
	padding-right: 10px;
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator .indicator_caption .after {
	text-align: right;
	padding-left: 10px;
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator .border {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000000;
	height: 10px;
	margin-top: -17px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator .border {
		margin-top: -14px;
	}
}

.contents_casestudy .casestudy_ba_wrapper ul {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contents_casestudy .casestudy_ba_wrapper ul li {
	position: relative;
	margin-right: 3px;
}

.contents_casestudy .casestudy_ba_wrapper ul li:last-child {
	margin-right: 0;
}

.contents_casestudy .casestudy_ba_wrapper ul li .casestudy_thumbnail img {
	width: 100%;
	height: auto;
}

.contents_casestudy .casestudy_ba_wrapper ul li .zoom_navi {
	color: #ffffff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contents_casestudy .casestudy_ba_wrapper ul li .zoom_navi img {
	display: block;
	height: 20px;
	width: auto;
}

.casestudy_interview_wrapper {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 80px;
	margin-top: 40px;
	padding-bottom: 80px;
}

.casestudy_interview_wrapper:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper .interviewer,
	.casestudy_interview_wrapper .interviewee {
		padding-top: 10px;
	}
}

.casestudy_interview_wrapper ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.casestudy_interview_wrapper ul li .dialogue_wrapper {
	display: table-cell;
	min-height: 80px;
	width: 880px;
	position: relative;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 20px;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper ul li .dialogue_wrapper {
		min-height: 0px;
		width: 80%;
		padding-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.casestudy_interview_wrapper ul li .dialogue {
	display: inline-block;
	width: 720px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(211, 216, 232, 0.004);
	box-shadow: 0px 2px 0px 0px rgba(211, 216, 232, 0.004);
	border-radius: 10px;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	padding-left: 30px;
	padding-right: 20px;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper ul li .dialogue {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 10px;
	}
}

.casestudy_interview_wrapper .interviewer:before {
	content: '';
	background: url("../img/casestudy_talk_icon_0.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper .interviewer:before {
		height: 60px;
		width: 60px;
	}
}

.casestudy_interview_wrapper .interviewer .dialogue_wrapper:before {
	border: 8px solid transparent;
	border-right: 20px solid #e9edf6;
	content: '';
	display: inline-block;
	left: 0;
	position: absolute;
	top: 25px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper .interviewer .dialogue_wrapper:before {
		top: 10px;
	}
}

.casestudy_interview_wrapper .interviewer .dialogue {
	background-color: #e9edf6;
}

.casestudy_interview_wrapper .interviewer .dialogue:before {
	content: '城島さん: ';
}

.casestudy_interview_wrapper .interviewee:after {
	display: table-cell;
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper .interviewee:after {
		height: 40px;
		width: 40px;
	}
}

.casestudy_interview_wrapper .interviewee .dialogue_wrapper {
	padding-left: 140px;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper .interviewee .dialogue_wrapper {
		padding-left: 0;
		padding-right: 20px;
	}
}

.casestudy_interview_wrapper .interviewee .dialogue_wrapper:after {
	border: 8px solid transparent;
	border-right: 18px solid #ffecee;
	content: '';
	display: inline-block;
	right: 0;
	position: absolute;
	top: 25px;
	-webkit-transform: rotate(155deg);
	transform: rotate(155deg);
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper .interviewee .dialogue_wrapper:after {
		top: 15px;
	}
}

.casestudy_interview_wrapper .interviewee .dialogue {
	background-color: #ffecee;
}

.casestudy_interview_wrapper .interviewee .dialogue:before {
	color: #Be0007;
	font-weight: 800;
}

.contents_tough {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.contents_tough {
		padding-top: 50px;
	}
}

.contents_tough .contents_tough_header .h2_wrapper {
	padding-top: 30px;
}

@media screen and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper {
		padding-top: 50px;
	}
}

.contents_tough .contents_tough_header .h2_wrapper .copy .copy_img {
	display: block;
	width: 264px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper .copy .copy_img {
		width: 140px;
	}
}

.contents_tough .contents_tough_header .h2_wrapper h2 {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.contents_tough .contents_tough_header .h2_wrapper h2 {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper .h2_caption {
		display: block;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 640px) {
	.contents_tough .contents_tough_header .h2_wrapper .h2_caption {
		display: inline-block;
		vertical-align: middle;
		border-top: 3px solid #1d3371;
		border-bottom: 3px solid #1d3371;
		padding: 30px 10px;
		margin-right: 10px;
	}
}

.contents_tough .contents_tough_header p {
	margin-top: 20px;
}

.tough_container {
	margin-top: 20px;
}

.tough_container .tough_cell {
	display: inline-block;
	width: 305px;
	vertical-align: top;
	margin-right: 15px;
}

.tough_container .tough_cell:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.tough_container .tough_cell {
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-right: 0;
		padding-top: 20px;
	}
}

.tough_container .tough_cell .tough_animation {
	width: 300px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.tough_container .tough_cell .tough_animation .tough_animation_inner {
	font-size: 0;
}

.tough_container .tough_cell .tough_animation .tough_animation_inner img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: inline;
}

.tough_container .tough_cell #tough_animation_1 .tough_animation_inner {
	width: 2700px;
}

.tough_container .tough_cell #tough_animation_2 .tough_animation_inner {
	width: 2700px;
}

.tough_container .tough_cell #tough_animation_3 .tough_animation_inner {
	width: 3900px;
}

.tough_container .tough_cell .h3_container,
.tough_container .tough_cell p {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.tough_container .tough_cell .h3_container,
	.tough_container .tough_cell p {
		margin-top: 10px;
	}
}

@media screen and (min-width: 769px) {
	.tough_container .tough_cell .h3_container {
		margin-top: 10px;
		height: 65px;
		min-height: 65px;
	}
}

.tough_container .tough_cell .h3_container h3 {
	display: inline-block;
	vertical-align: middle;
}

.contents_beginner {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #ffffff), to(#99add5));
	background-image: linear-gradient(#ffffff 45%, #99add5 100%);
	background-size: 100% 400px;
	background-repeat: no-repeat;
	background-position: bottom;
}

@media screen and (max-width: 768px) {
	.contents_beginner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}

.contents_beginner .contents_beginner_header .copy .copy_img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 197px;
}

@media screen and (max-width: 768px) {
	.contents_beginner .contents_beginner_header .copy .copy_img {
		width: 150px;
	}
}

.contents_beginner .contents_beginner_header .h2_caption,
.contents_beginner .contents_beginner_header h2 {
	display: inline-block;
}

.contents_beginner .contents_beginner_header .h2_wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.contents_beginner .contents_beginner_header .h2_wrapper {
		width: 100%;
		text-align: center;
	}
}

.contents_beginner .contents_beginner_header h2 {
	margin-left: -10px;
}

.contents_beginner .step_container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container {
		width: 100%;
		margin-top: 20px;
	}
}

.contents_beginner .step_container .step_cell {
	padding: 30px 20px 20px 20px;
	margin-bottom: 15px;
}

.contents_beginner .step_container .step_cell:after {
	content: url("../img/step_next.png");
	display: block;
	position: absolute;
	margin-top: 20px;
	width: 30px;
	margin-left: -30px;
	left: 50%;
	z-index: 10;
}

.contents_beginner .step_container .step_cell:last-child:after {
	content: '';
}

.contents_beginner .step_container .step_cell p {
	margin-top: 30px;
}

.contents_beginner .step_container .step_cell ul {
	margin-top: 30px;
	padding: 30px 30px 15px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell ul {
		margin-top: 15px;
		padding: 15px;
	}
}

.contents_beginner .step_container .step_cell ul li {
	width: 50%;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell ul li {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		vertical-align: text-top;
		margin-bottom: 10px;
	}
	.contents_beginner .step_container .step_cell ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell ul li.pc_only_fl {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.contents_beginner .step_container .step_cell ul li.sp_only_fl {
		display: none;
	}
}

.contents_beginner .step_container .step_2 {
	position: relative;
}

.contents_beginner .step_container .step_2 ul {
	padding-bottom: 30px;
}

.contents_beginner .step_container .step_2 ul li {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_2 ul li {
		width: 100%;
	}
}

.contents_beginner .step_container .step_2 .microscanner {
	position: absolute;
	bottom: 20px;
	right: 100px;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_2 .microscanner {
		right: 40px;
		width: 80px;
	}
}

.contents_beginner .step_container .step_3 ul li,
.contents_beginner .step_container .step_4 ul li,
.contents_beginner .step_container .step_5 ul li {
	text-align: center;
}

.contents_beginner .step_container .step_3 ul li,
.contents_beginner .step_container .step_4 ul li {
	width: 33%;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_3 ul li,
	.contents_beginner .step_container .step_4 ul li {
		width: 100%;
	}
}

.contents_beginner .step_container .step_5 ul li {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_5 ul li {
		width: 100%;
	}
}

.contents_faq {
	padding-top: 100px;
}

@media screen and (max-width: 768px) {
	.contents_faq {
		padding-top: 80px;
	}
}

.contents_faq .contents_faq_header {
	text-align: center;
}

.contents_faq .contents_faq_header .h2_wrapper {
	text-align: center;
}

.contents_faq .contents_faq_header .h2_wrapper .copy_img {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.contents_faq .contents_faq_header .h2_wrapper .copy_img {
		height: 3rem;
		width: auto;
	}
}

.contents_faq .contents_faq_header .h2_wrapper h2 {
	display: inline-block;
	vertical-align: middle;
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 5rem;
	font-style: oblique;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents_faq .contents_faq_header .h2_wrapper h2 {
		font-size: 3rem;
	}
}

.contents_faq .contents_faq_header .copy .copy_img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 205px;
}

@media screen and (max-width: 768px) {
	.contents_faq .contents_faq_header .copy .copy_img {
		width: 150px;
	}
}

.contents_faq .ul_faq {
	margin-top: 50px;
}

.contents_faq .faq_cell li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.contents_faq .faq_cell .question {
	padding: 25px 20px;
}

.contents_faq .faq_cell .answer {
	padding: 30px 20px;
}

.contents_faq .faq_cell .question:before,
.contents_faq .faq_cell .answer:before {
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
	.contents_faq .faq_cell .question:before,
	.contents_faq .faq_cell .answer:before {
		font-size: 1.5rem;
	}
}

.contents_faq .faq_sp .question {
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 25px 40px 20px 20px;
}

.contents_faq .faq_sp .answer {
	display: none;
}

@media screen and (max-width: 768px) {
	.contents_faq .faq_sp .answer {
		padding: 0 20px 20px 20px;
	}
}

.contents_faq .faq_sp .faq_last .question {
	margin-bottom: 0;
}

.contents_faq .faq_sp .faq_last .answer {
	margin-top: 10px;
}

.contents_achievement .contents_achievement_header {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header {
		padding-top: 50vw;
		padding-bottom: 50px;
	}
}

.contents_achievement .contents_achievement_header .achivement_title_1 {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header .achivement_title_1 {
		width: 90%;
	}
}

@media screen and (min-width: 769px) {
	.contents_achievement .contents_achievement_header .achivement_title_1 {
		width: 591px;
	}
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header .achivement_title_2 {
		width: 90%;
	}
}

@media screen and (min-width: 769px) {
	.contents_achievement .contents_achievement_header .achivement_title_2 {
		width: 850px;
	}
}

.contents_achievement .contents_achievement_header .achivement_title_1,
.contents_achievement .contents_achievement_header .achivement_title_2 {
	margin-left: auto;
	margin-right: auto;
}

.contents_achievement .contents_achievement_header .achivement_title_1 span,
.contents_achievement .contents_achievement_header .achivement_title_2 span {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header .achivement_title_1 span,
	.contents_achievement .contents_achievement_header .achivement_title_2 span {
		margin-right: 15px;
	}
}

.contents_achievement .contents_achievement_header h2 {
	display: inline-block;
}

.contents_achievement .contents_achievement_header .achivement_caption {
	display: block;
}

.contents_achievement .contents_achievement_header p {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header p {
		width: 120%;
		margin-left: -10%;
	}
}

.contents_salon_search {
	padding-top: 100px;
}

.contents_salon_search .mapBox {
	background: url("../img/country_map_bg_mens.png");
}

.casestudy_profile_image {
	cursor: pointer;
}

.tough_animation_1,
.tough_animation_2,
.tough_animation_3,
.mouseover {
	cursor: pointer;
}

.scrollspy_pc {
	display: none;
	/*	@media screen and (max-width: 768px) {
          display: block;
          position: fixed;
          bottom: 10px;
          right: 10px;
          z-index: 999;
          a {
              display: block;
          }
          img {
              width: 100px;
              height: auto;
          }
      }*/
}

.scrollspy_pc a {
	display: none;
}

@media screen and (min-width: 980px) and (max-width: 1400px) {
	.scrollspy_pc {
		display: block;
	}
	.scrollspy_pc a {
		display: block;
		position: fixed;
		bottom: 15px;
		right: 15px;
		z-index: 999;
		height: 150px;
		width: 150px;
		background: url("../img/btn_scrollspy_bg.png");
		background-size: contain;
	}
	.scrollspy_pc a img {
		height: 150px;
		width: 150px;
	}
	.scrollspy_pc a img:hover {
		opacity: .7;
	}
}

@media screen and (min-width: 1401px) {
	.scrollspy_pc {
		display: block;
	}
	.scrollspy_pc a {
		display: block;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 999;
		height: 210px;
		width: 210px;
		background: url("../img/btn_scrollspy_bg.png");
		background-size: contain;
	}
	.scrollspy_pc a img {
		height: 210px;
		width: 210px;
	}
	.scrollspy_pc a img:hover {
		opacity: .7;
	}
}

.scrollspy_sp {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 50px;
	z-index: 9999999;
	/*	img {
          width: 100px;
          height: auto;
      }*/
}

@media screen and (max-width: 768px) {
	.scrollspy_sp {
		display: block;
	}
}

.scrollspy_sp ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.scrollspy_sp ul li {
	width: 50%;
	height: 50px;
	text-align: center;
}

.scrollspy_sp ul li a {
	width: 100%;
	height: 50px;
	font-size: 1.3rem;
	font-weight: 800;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}

.scrollspy_sp ul li a:hover, .scrollspy_sp ul li afocus, .scrollspy_sp ul li aactive {
	text-decoration: none;
}

.scrollspy_sp ul li a .scrollspy_sp_text_wrapper {
	width: 100%;
	height: 50px;
	position: relative;
	text-align: center;
	margin-top: 13px;
}

.scrollspy_sp ul li a span {
	display: inline-block;
	vertical-align: middle;
	text-shadow: 3px 3px 3px #1e1e1e;
}

.thousand{
	font-size: 11px;
}

.scrollspy_sp ul li a img.icon {
	position: absolute;
	left: 10px;
	top: 5px;
	height: 20px;
	width: auto;
}

.scrollspy_sp ul li a img.icon_arrow {
	height: 15px;
	width: auto;
	position: absolute;
	right: 10px;
	top: 5px;
}

.scrollspy_sp ul .scrollspy_sp_call {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #334b8d), color-stop(95%, #1f3470));
	background: linear-gradient(#334b8d 48%, #1f3470 95%);
}

.scrollspy_sp ul .scrollspy_sp_reservation {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #eb1717), color-stop(95%, #af0808));
	background-image: linear-gradient(#eb1717 48%, #af0808 95%);
}

.tpl-contents {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.tpl-contents .tpl-inner-wrap {
	line-height: 1.4;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}

.tvcm {
	color: #ffffff;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.tvcm .cm_attention {
	font-size: 1.2rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.tvcm .cm_attention {
		font-size: 0.5rem;
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
}

.tvcm .watch {
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
}

.tvcm .watch_sp {
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
}

.campaign_cv_area_1 p {
	font-size: 1.4rem;
	line-height: 1.4;
}

.cv_common {
	background-color: #ffffff;
}

.cv_common h4 {
	color: #1d3371;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.cv_common p {
	font-size: 1.4rem;
	line-height: 1.4;
}

.cv_common .tap_to_call {
	color: #223875;
	font-weight: 800;
	text-align: center;
}

.cv_common .telephone_hour {
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.cv_common .telephone_hour {
		text-align: center;
	}
}

.cv_common .telephone_hour span {
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	.campaign_cv_area_1 .cv_attention,
	.cv_common .cv_attention {
		font-size: 1.1rem;
	}
}

.contents_control .contents_control_description {
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.contents_control .contents_control_description {
		font-size: 1.2rem;
	}
}

.contents_control_topics .cell figcaption {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
}

.contents_control_topics .cell figcaption:before {
	content: '';
	border-left: 4px solid #1d3371;
	margin-right: 1.2rem;
}

@media screen and (max-width: 768px) {
	.contents_control_topics .cell figcaption {
		font-size: 1.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
	.contents_control_topics .cell figcaption:before {
		border-left: 2px solid #1d3371;
		margin-right: 5px;
	}
}

.contents_control_topics .cell .cell_description {
	font-size: 1.6rem;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.contents_control_topics .cell .cell_description {
		font-size: 1.3rem;
	}
}

.contents_about_zoumou .contents_about_zoumou_header {
	text-align: center;
}

.contents_about_zoumou .contents_about_zoumou_header h2 {
	color: #ffefa7;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 7rem;
	font-style: oblique;
	text-shadow: #1d3371 2px 0px, #1d3371 -2px 0px, #1d3371 0px -2px, #1d3371 0px 2px, #1d3371 2px 2px, #1d3371 -2px 2px, #1d3371 2px -2px, #1d3371 -2px -2px, #1d3371 1px 2px, #1d3371 -1px 2px, #1d3371 1px -2px, #1d3371 -1px -2px, #1d3371 2px 1px, #1d3371 -2px 1px, #1d3371 2px -1px, #1d3371 -2px -1px;
}

@media screen and (max-width: 320px) {
	.contents_about_zoumou .contents_about_zoumou_header h2 {
		font-size: 3rem;
	}
}

@media screen and (min-width: 321px) and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_header h2 {
		font-size: 3.5rem;
	}
}

.contents_about_zoumou .contents_about_zoumou_header p {
	color: #ffffff;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	line-height: 1.8;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.004);
}

@media screen and (max-width: 320px) {
	.contents_about_zoumou .contents_about_zoumou_header p {
		font-size: 1rem;
	}
}

@media screen and (min-width: 321px) and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_header p {
		font-size: 1.4rem;
	}
}

.contents_about_zoumou .contents_about_zoumou_header p .highlight {
	color: #ffefa7;
	text-shadow: #1d3371 2px 0px, #1d3371 -2px 0px, #1d3371 0px -2px, #1d3371 0px 2px, #1d3371 2px 2px, #1d3371 -2px 2px, #1d3371 2px -2px, #1d3371 -2px -2px, #1d3371 1px 2px, #1d3371 -1px 2px, #1d3371 1px -2px, #1d3371 -1px -2px, #1d3371 2px 1px, #1d3371 -2px 1px, #1d3371 2px -1px, #1d3371 -2px -1px;
}

.contents_about_zoumou .contents_about_zoumou_description .right h3 {
	color: #1d3371;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_description .right h3 {
		font-size: 1.8rem;
	}
}

.contents_about_zoumou .contents_about_zoumou_description .right p {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .contents_about_zoumou_description .right p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

.contents_about_zoumou .chart_attention {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.contents_about_zoumou .chart_attention {
		font-size: 1.1rem;
	}
}

.series_chart {
	border: 1px solid #cccccc;
}

.series_chart_pc .chart_header {
	background: url("../img/mrp_chart_bg.png"), -webkit-gradient(linear, left top, right top, from(#fff103), color-stop(20%, #ffda01), color-stop(40%, #fabf02), color-stop(60%, #d77434), color-stop(80%, #e75c36), to(#d9332b));
	background: url("../img/mrp_chart_bg.png"), linear-gradient(to right, #fff103 0%, #ffda01 20%, #fabf02 40%, #d77434 60%, #e75c36 80%, #d9332b 100%);
	font-size: 1.4rem;
	font-weight: 600;
}

.series_chart_pc .chart_header .chart_header_right {
	color: #ffffff;
	text-align: right;
}

.series_chart_pc .chart figcaption {
	font-size: 1.2rem;
	text-align: left;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.series_chart_pc .chart figcaption .fig_num,
.series_chart_pc .chart figcaption .fig_unit {
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-style: oblique;
}

.series_chart_pc .chart figcaption .fig_num {
	font-size: 3.4rem;
}

.series_chart_pc .chart figcaption .fig_unit {
	font-size: 2rem;
}

.contents_casestudy .contents_casestudy_header h2 {
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 7rem;
	font-style: oblique;
	font-weight: 600;
}

@media screen and (max-width: 320px) {
	.contents_casestudy .contents_casestudy_header h2 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 321px) and (max-width: 450px) {
	.contents_casestudy .contents_casestudy_header h2 {
		font-size: 2.9rem;
	}
}

@media screen and (min-width: 451px) and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header h2 {
		font-size: 3.5rem;
	}
}

.contents_casestudy .contents_casestudy_header p {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2rem;
	line-height: 1.8;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

@media screen and (max-width: 320px) {
	.contents_casestudy .contents_casestudy_header p {
		font-size: 0.7rem;
		line-height: 1;
	}
}

@media screen and (min-width: 321px) and (max-width: 450px) {
	.contents_casestudy .contents_casestudy_header p {
		font-size: 1rem;
		line-height: 1.2;
	}
}

@media screen and (min-width: 451px) and (max-width: 768px) {
	.contents_casestudy .contents_casestudy_header p {
		font-size: 1.4rem;
		line-height: 1.2;
	}
}

.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text {
	color: #ffffff;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-style: oblique;
}

.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text h3 {
	font-size: 3.2rem;
	font-style: oblique;
	line-height: 1.2;
	text-shadow: #1d3371 2px 0px, #1d3371 -2px 0px, #1d3371 0px -2px, #1d3371 0px 2px, #1d3371 2px 2px, #1d3371 -2px 2px, #1d3371 2px -2px, #1d3371 -2px -2px, #1d3371 1px 2px, #1d3371 -1px 2px, #1d3371 1px -2px, #1d3371 -1px -2px, #1d3371 2px 1px, #1d3371 -2px 1px, #1d3371 2px -1px, #1d3371 -2px -1px;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text h3 {
		font-size: 1.8rem;
	}
}

.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text h3 .highlight {
	color: #ffefa7;
	font-size: 5.4rem;
	font-style: oblique;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text h3 .highlight {
		font-size: 3rem;
	}
}

.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text .casestudy_name {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	font-style: oblique;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_profile_text_wrapper .casestudy_profile_text .casestudy_name {
		font-size: 1.3rem;
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
}

.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator span {
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.contents_casestudy .casestudy_ba_wrapper .casestudy_ba_indicator span {
		font-size: 1.5rem;
	}
}

.contents_casestudy .casestudy_control_LB_trigger, .contents_casestudy .casestudy_interview_trigger_open, .contents_casestudy .casestudy_interview_trigger_close,
.contents_casestudy .casestudy_interview_trigger_open,
.contents_casestudy .casestudy_interview_trigger_close {
	text-align: center;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.contents_casestudy .casestudy_control_LB_trigger a, .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_interview_trigger_close a,
.contents_casestudy .casestudy_interview_trigger_open a,
.contents_casestudy .casestudy_interview_trigger_close a {
	color: #1d3371;
	font-size: 2rem;
}

@media screen and (max-width: 320px) {
	.contents_casestudy .casestudy_control_LB_trigger a, .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_interview_trigger_close a,
	.contents_casestudy .casestudy_interview_trigger_open a,
	.contents_casestudy .casestudy_interview_trigger_close a {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 321px) and (max-width: 768px) {
	.contents_casestudy .casestudy_control_LB_trigger a, .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_interview_trigger_close a,
	.contents_casestudy .casestudy_interview_trigger_open a,
	.contents_casestudy .casestudy_interview_trigger_close a {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.casestudy_3 .casestudy_name {
		letter-spacing: -0.5px;
	}
}

.casestudy_3 .casestudy_control_LB_trigger a, .casestudy_3 .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_3 .casestudy_interview_trigger_open a, .casestudy_3 .contents_casestudy .casestudy_interview_trigger_close a, .contents_casestudy .casestudy_3 .casestudy_interview_trigger_close a {
	font-size: 1.8rem;
}

@media screen and (max-width: 320px) {
	.casestudy_3 .casestudy_control_LB_trigger a, .casestudy_3 .contents_casestudy .casestudy_interview_trigger_open a, .contents_casestudy .casestudy_3 .casestudy_interview_trigger_open a, .casestudy_3 .contents_casestudy .casestudy_interview_trigger_close a, .contents_casestudy .casestudy_3 .casestudy_interview_trigger_close a {
		font-size: 1.5rem;
	}
}

.casestudy_interview_wrapper {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.casestudy_interview_wrapper {
		font-size: 1.2rem;
	}
}

.casestudy_interview_wrapper ul li .dialogue {
	line-height: 1.5;
}

.casestudy_interview_wrapper ul li .dialogue:before {
	color: #002f73;
	font-weight: 800;
}

.contents_tough .contents_tough_header .h2_wrapper {
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
}

.contents_tough .contents_tough_header .h2_wrapper h2 {
	font-size: 6.35rem;
	font-weight: 500;
	font-style: oblique;
}

@media screen and (max-width: 640px) {
	.contents_tough .contents_tough_header .h2_wrapper h2 {
		font-size: 2.3rem;
		letter-spacing: 0.2px;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper h2 {
		font-size: 3.5rem;
	}
}

.contents_tough .contents_tough_header .h2_wrapper .h2_caption {
	font-size: 3.4rem;
	font-style: oblique;
}

@media screen and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper .h2_caption {
		font-size: 2rem;
	}
}

.contents_tough .contents_tough_header p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.contents_tough .contents_tough_header p {
		line-height: 1.3;
		font-size: 1.4rem;
	}
}

.contents_tough .tough_container .tough_cell {
	text-align: center;
}

.contents_tough .tough_container .tough_cell h3 {
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 3.2rem;
	font-style: oblique;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.contents_tough .tough_container .tough_cell h3 {
		font-size: 2rem;
	}
}

.contents_tough .tough_container .tough_cell p {
	font-size: 1.8rem;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.contents_tough .tough_container .tough_cell p {
		font-size: 1.4rem;
	}
}

.contents_beginner .contents_beginner_header .h2_wrapper .h2_caption, .contents_beginner .contents_beginner_header .h2_wrapper h2 {
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-style: oblique;
}

.contents_beginner .contents_beginner_header .h2_wrapper .h2_caption {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.contents_beginner .contents_beginner_header .h2_wrapper .h2_caption {
		display: block;
		font-size: 1.8rem;
	}
}

.contents_beginner .contents_beginner_header .h2_wrapper h2 {
	font-size: 7.7rem;
	line-height: 1.4;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.contents_beginner .contents_beginner_header .h2_wrapper h2 {
		font-size: 3rem;
	}
}

.contents_beginner .step_container .step_cell h3 {
	color: #1d3371;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 5rem;
	font-style: oblique;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell h3 {
		font-size: 2.5rem;
	}
}

.contents_beginner .step_container .step_cell p {
	color: #1d3371;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell p {
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
		font-size: 1.3rem;
		line-height: 1.4;
	}
}

.contents_beginner .step_container .step_cell ul li {
	font-size: 1.5rem;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell ul li {
		font-size: 1.3rem;
	}
}

.contents_faq .contents_faq_header h2 {
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 5rem;
	font-style: oblique;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents_faq .contents_faq_header h2 {
		font-size: 3.5rem;
	}
}

.contents_faq .faq_cell li {
	line-height: 1.4;
}

.contents_faq .faq_cell .question {
	color: #1d3371;
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
	.contents_faq .faq_cell .question {
		font-size: 1.4rem;
	}
}

.contents_faq .faq_cell .answer {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.contents_faq .faq_cell .answer {
		font-size: 1.4rem;
	}
}

.contents_faq .faq_cell .question:before,
.contents_faq .faq_cell .answer:before {
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
	.contents_faq .faq_cell .question:before,
	.contents_faq .faq_cell .answer:before {
		font-size: 1.5rem;
	}
}

.contents_achievement .contents_achievement_header h2 {
	text-align: center;
}

.contents_achievement .contents_achievement_header .achivement_caption {
	font-size: 1.4rem;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header .achivement_caption {
		font-size: 1.2rem;
	}
}

.contents_achievement .contents_achievement_header p {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-style: oblique;
	font-weight: 400;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.contents_achievement .contents_achievement_header p {
		font-size: 1.5rem;
		line-height: 1.6;
		-webkit-font-feature-settings: 'palt';
		font-feature-settings: 'palt';
	}
}

.contents_salon_search .contents_salon_search_header .h2_wrapper {
	text-align: center;
}

.contents_salon_search .contents_salon_search_header .h2_wrapper .copy_img {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.contents_salon_search .contents_salon_search_header .h2_wrapper .copy_img {
		height: 3rem;
		width: auto;
	}
}

.contents_salon_search .contents_salon_search_header .h2_wrapper h2 {
	display: inline-block;
	vertical-align: middle;
	color: #1d3371;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", sans-serif;
	font-size: 5rem;
	font-style: oblique;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents_salon_search .contents_salon_search_header .h2_wrapper h2 {
		font-size: 3rem;
	}
}

.contents_salon_search .contents_salon_search_header .copy {
	color: #1d3371;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6rem;
	font-style: oblique;
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.contents_salon_search .contents_salon_search_header .copy {
		font-size: 1.6rem;
	}
}

.contents_salon_search .contents_salon_search_header .description {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.contents_salon_search .contents_salon_search_header .description {
		font-size: 1.4rem;
	}
}

.contents_salon_search .mapBox {
	margin-top: 30px;
}

.casestudy_1 .casestudy_interview_wrapper .interviewee:after {
	content: '';
	background: url("../img/casestudy_talk_icon_1.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 768px) {
	.casestudy_1 .casestudy_interview_wrapper .interviewee:after {
		height: 60px;
		width: 60px;
	}
}

.casestudy_1 .casestudy_interview_wrapper .interviewee .dialogue:before {
	content: 'Y.Mさん: ';
}

.casestudy_2 .casestudy_interview_wrapper .interviewee:after {
	content: '';
	background: url("../img/casestudy_talk_icon_2.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 768px) {
	.casestudy_2 .casestudy_interview_wrapper .interviewee:after {
		height: 60px;
		width: 60px;
	}
}

.casestudy_2 .casestudy_interview_wrapper .interviewee .dialogue:before {
	content: 'K.Hさん: ';
}

.casestudy_3 .casestudy_interview_wrapper .interviewee:after {
	content: '';
	background: url("../img/casestudy_talk_icon_3.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 768px) {
	.casestudy_3 .casestudy_interview_wrapper .interviewee:after {
		height: 60px;
		width: 60px;
	}
}

.casestudy_3 .casestudy_interview_wrapper .interviewee .dialogue:before {
	content: 'Y.Hさん: ';
}

.contents_tough {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(white)), url("../img/section_tough_bg.jpg");
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white), url("../img/section_tough_bg.jpg");
	background-repeat: no-repeat, no-repeat;
	background-size: 100% 100px,cover;
	background-position: center bottom, center center;
}

.contents_tough .contents_tough_header .h2_wrapper {
	background: url("../img/section_tough_joshima.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

@media screen and (max-width: 420px) {
	.contents_tough .contents_tough_header .h2_wrapper {
		background-size: 35%;
	}
}

@media screen and (min-width: 421px) and (max-width: 540px) {
	.contents_tough .contents_tough_header .h2_wrapper {
		background-size: 30%;
	}
}

@media screen and (min-width: 541px) and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper {
		background-size: 20%;
	}
}

@media screen and (max-width: 768px) {
	.contents_tough .contents_tough_header .h2_wrapper {
		background-position: right center;
	}
}

.contents_beginner .step_container .step_cell.step_1 {
	background: url("../img/step_corner_1.png"), #ededee;
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell.step_1 {
		background-size: 25%;
	}
}

.contents_beginner .step_container .step_cell.step_2 {
	background: url("../img/step_corner_2.png"), #ededee;
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell.step_2 {
		background-size: 25%;
	}
}

.contents_beginner .step_container .step_cell.step_3 {
	background: url("../img/step_corner_3.png"), #ededee;
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell.step_3 {
		background-size: 25%;
	}
}

.contents_beginner .step_container .step_cell.step_4 {
	background: url("../img/step_corner_4.png"), #ededee;
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell.step_4 {
		background-size: 25%;
	}
}

.contents_beginner .step_container .step_cell.step_5 {
	background: url("../img/step_corner_5.png"), #ededee;
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell.step_5 {
		background-size: 25%;
	}
}

.contents_beginner .step_container .step_cell.step_6 {
	background: url("../img/step_corner_6.png"), #ededee;
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container .step_cell.step_6 {
		background-size: 25%;
	}
}

.contents_beginner .step_container ul {
	background: #ffffff;
}

.contents_beginner .step_container ul li:before {
	display: inline-block;
	content: '';
	background-image: url("../img/icon_check.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	height: 25px;
	width: 22px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.contents_beginner .step_container ul li:before {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 15px;
		width: 15px;
		margin-right: 5px;
	}
}

.contents_faq {
	background: url("../img/faq_bg.png");
	background-repeat: repeat;
}

.contents_faq .contents_faq_header h2 {
	/*&amp;:before {

				@media screen and (min-width: 769px) {
					content: url('../img/icon_faq_fukidashi.png');
					width: 56px;
					height: 72px;
					margin-right: 15px;
				}
				@media screen and (max-width: 768px) {
					content: '';
					background: url('../img/icon_faq_fukidashi.png');
					background-repeat: no-repeat;
					background-size: contain;
					display: inline-block;
					margin-right: 15px;
					height: 30px;
				}
			}*/
}

.contents_faq .faq_cell .question {
	background-color: #ffffff;
}

.contents_faq .faq_cell .question:before {
	content: 'Q. ';
}

.contents_faq .faq_cell .answer:before {
	color: #Be0007;
	content: 'A. ';
}

.contents_faq .faq_sp .question:after {
	content: '+';
	font-weight: 800;
	position: absolute;
	right: 20px;
	top: 40%;
	text-align: center;
}

.contents_faq .faq_sp .question.active:after {
	content: '- ';
}

.contents_achievement {
	background: url("../img/section_achievement_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 768px) {
	.contents_achievement {
		background: url("../img/section_achievement_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
	}
}

.contents_achievement .contents_achievement_header .achivement_title_1 span:before,
.contents_achievement .contents_achievement_header .achivement_title_2 span:before {
	content: '※ ';
}

.header_pc {
	color: #ffffff;
	background-color: #1d3371;
	width: 100%;
	font-size: 1.5rem;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.header_pc .header_pc_inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.header_pc ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	margin: 0;
	padding: 6px;
	list-style-type: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_pc ul li a {
	display: inline-block;
	border-radius: 4px;
	padding: 12px 24px;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}

.header_pc ul li a:after {
	content: '';
	background: url("../img/icon_navi_arrow_down.png");
	margin-left: 10px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	height: 5px;
	width: 8px;
}

.header_pc ul li + li {
	border-left: 1px solid #3a55a2;
}

.header_pc {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header_pc.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.header_sp {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #ffffff;
	width: 100%;
	height: 50px;
}

.header_sp .header_sp_inner {
	border-bottom: 1px solid #000000;
	padding: 5px 0 5px 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header_sp .header_sp_inner li:first-child {
	margin-right: auto;
}

.header_sp .header_sp_inner li {
	margin-right: 5px;
}

.header_sp .header_sp_inner li:last-child {
	margin-right: 3px;
}

.header_sp .header_sp_inner a img {
	height: 40px;
	width: auto;
}

.header_sp .header_sp_menu_container {
	display: none;
	background: #ffffff;
	font-size: 1.7rem;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.header_sp .header_sp_menu {
	background: #ffffff;
}

.header_sp .header_sp_menu li {
	display: block;
	border-bottom: 1px solid #cccccc;
}

.header_sp .header_sp_menu li a {
	display: block;
	padding: 25px 20px;
	position: relative;
}

.header_sp .header_sp_menu li a:after {
	content: url("../img/icon_sp_menu_arrow_right.png");
	position: absolute;
	right: 20px;
}

@media screen and (max-width: 768px) {
	#tpl-contents {
		margin-top: 50px;
	}
}

.casestudy_interview_wrapper .interview_more {
	display: none;
}

.btn_active {
	display: block;
}

.btn_inactive {
	display: none;
}

#colorbox iframe {
	width: 560px;
	height: 315px;
}

.content iframe {
	width: 100%;
}

iframe {
	max-width: 100%;
}

#cboxClose {
	position: absolute;
	background: url("../img/btn_close.png") no-repeat;
	width: 25px;
	height: 25px;
	top: -30px;
}

#cboxClose:hover {
	background: url("../img/btn_close_hover.png") no-repeat;
}

/* ???O????{???^?????????@*/
#cboxPrevious {
	position: absolute;
	top: inherit;
	bottom: 10px;
	left: 10px;
	background: url("../img/btn_prev.png") no-repeat;
	width: 100px;
	height: 25px;
	text-indent: -9999px;
	z-index: 100;
}

#cboxPrevious:hover {
	background: url("../img/btn_prev_hover.png") no-repeat;
}

/* ??????????{???^?????? */
#cboxNext {
	position: absolute;
	top: inherit;
	bottom: 10px;
	right: 10px;
	background: url("../img/btn_next.png") no-repeat;
	width: 100px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background: url("../img/btn_next_hover.png") no-repeat;
}

@media screen and (max-width: 768px) {
	.kv_container_sp,
	.cm_capture_sp,
	.sp_only,
	.series_chart_sp,
	.footer_sp {
		display: block;
	}
	.sp_only_fl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.kv_container_pc,
	.cm_capture_pc,
	.pc_only,
	.series_chart_pc,
	.footer_pc,
	.pc_only_ib,
	.pc_only_fl {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.kv_container_sp,
	.cm_capture_sp,
	.sp_only,
	.series_chart_sp,
	.footer_sp,
	.sp_only_fl {
		display: none;
	}
	.kv_container_pc,
	.cm_capture_pc,
	.pc_only,
	.series_chart_pc,
	.footer_pc {
		display: block;
	}
	.pc_only_ib {
		display: inline-block;
	}
	.pc_only_fl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.footerMenu01 {
		padding-top: 0;
	}
}

p.btn_01 {
	text-align: center;
}

.spMes {
	display: none;
}
</pre></body></html>