@charset "UTF-8";
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
table{
	border-collapse: collapse;
}
input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: 0;
    box-shadow: none;
    resize: none;
}
*, ::before, ::after {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
button:hover{
	opacity: 0.7; transition: 0.2;
}
body {
	margin: 0 auto;
	line-height: 1.7;
	font-size: 14px;
	background-color: #ffffff;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	letter-spacing: -0.001em;
}
header {
	background-color: #ffffff;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.logo {
	margin: 20px 0 0 12px;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.header-nav-item {
	display: none;
}
.trial-btn-wrap{
	display: none;
}
#my-button {
	display: block;
	position: absolute;
	top: 20px;
	right: 18px;
}
#header div.inr a {
	color: #000000;
	text-decoration: none;
	transition: 0.2s;
}
#my-button a {
	display: block;
	text-decoration: none;
}
.header-link{
	opacity: 0.7; transition: 0.2s;
}
.menu-trigger {
	position: relative;
	width: 28px;
	height: 28px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 130%;
	height: 6px;
	background-color: #E0E0E0;
	border-radius: 4px;
}
html.mm-opened .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
html.mm-opened .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
html.mm-opened .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	/* transform: translateY(-9px) rotate(45deg); */
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* menu */
.cp-offcm01 .cp-menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
	transition-timing-function: cubic-bezier(.38, .52, .23, .99);
	background-color: #607D8B;
	opacity: 0.8;
}
.cp-offcm01 .cp-menu ul {
	margin: 0;
	padding: 0;
}
.cp-offcm01 .cp-menu li {
	list-style: none;
}
.cp-offcm01 .cp-menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.cp-offcm01 #cp-toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp-offcm01 #cp-toggle01:checked ~ .cp-menu {
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw);
}
/* menu toggle */
.cp-offcm01 #cp-toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
	transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
	text-align: center;
	color: #333333;
}
.cp-offcm01 #cp-toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}
.cp-offcm01 #cp-toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp-offcm01 #cp-toggle01:checked ~ label::before {
	content: '\f00d';
}
#header-menu-wrap {
	min-width: 300px;
	max-width: 1280px;
	width: 100%;
	height: auto;
	background-color: #333333;
}
#header-menu-wrap ul li {
	float: left;
}
.logo a img {
	width: 150px;
	height: auto;
}
ul {
	list-style-type: none;
	padding: 0;
}
ul .icon {
	display: block;
	margin: -2px 0 0 0;
	padding: 5px 5px 0 5px;
	float: left;
}
ul .icon-last {
	margin: 3px 5px;
	display: block;
	float: left;
}
ul .icon a {
	display: block;
}
ul .icon-last a {
	display: block;
}
.kv{
    position: relative;
    min-height: 285px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    text-align: center;
    z-index: 1;
    overflow: hidden;
		padding: 0 12px;
}
.kv .blue-back{
	background-color: rgba(6, 13, 38, 0.8);
	margin: 30px auto;
	width: 100%;
	padding: 30px 12px;
}
.kv .kv-headline{
	font-weight: bold;
  font-size: 14px;
	padding: 30px 14px;
	border: 1px solid #FFFFFF;
}
.kv .kv-description{
	margin: 35px 0 16px 0;
	font-weight: bold;
  font-size: 18px;
}
.kv .kv-content{

}
.kv .kv-sab-headline::before{
	content: "";
	position: absolute;
	margin: 52px 0 0 -30px;
	width: 264px;
	height: 50px;
	background-image: url(../img/cvr-img2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.kv .kv-sab-headline{
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 28px 0;
}
.kv .kv-trial-btn{
	border: none;
	padding: 20px 43px;
	border-radius: 4px;
	margin: 30px 0 0;
	background: #FFFFFF;
}
.kv .blue-back .trial-btn{
    color: #060D26;
    font-size: 18px;
		font-weight: bold;
		text-decoration: none;
}
.kv .blue-back .trial-btn::after {
	content: "";
	position: absolute;
	top: calc(81.5% - 0px);
	margin: 0 0 0 11px;
	width: 8.5px;
	height: 8.5px;
	border-top: 3px solid #060D26;
	border-right: 3px solid #060D26;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
/*記事を読むだけではわからない、海外ビジネスのリアル*/
.content-inner{
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 12px 40px;
}
.content-inner p{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
.salon-content .content-inner p{
	margin: 30px 0;
}
.salon-content .content-inner .top-margin{
	margin: 0 0 30px 0;
}
.salon-content{
	background-color: #FFFFFF;
}
.content-inner h2{
	color: #000000;
 	font-size: 20px;
	font-weight: bold;
	margin: 0 0 38px 0;
	border-bottom: 3px solid;
}
.service-wrap{
	display: block;
}
/*続きを読むボタン*/
.grad-wrap-top {
  position: relative;
}
.grad-wrap-top + .grad-wrap-top {
  margin-top: 40px;
}
.grad-btn-top {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  padding: 10px 0;
  border-radius: 2px;
	background: #FFFFFF;
  color: #060D26;
	font-weight: bold;
	font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
	border: 3px solid #060D26;
	border-radius: 60px;
	margin: -20px auto;
}
.grad-btn-top::before {
	content: "続きを読む";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin: 0 0 0 40px;
}
.fa-chevron-down-top::after{
  content: "\f078";
}
.grad-btn-top .fa {
  margin: 0 0 0 30px;
}
.grad-item-top {
  position: relative;
  overflow: hidden;
  height: 400px;
	border-bottom: 3px solid;
}
.grad-item-top p + p {
  margin-top: 1em;
}
.grad-item-top::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger-top {
  display: none;
}
.grad-trigger-top:checked ~ .grad-btn-top {
}
.grad-trigger-top:checked ~ .grad-btn-top::before {
	font-family: "Font Awesome 5 Free";
  content: '閉じる';
}
.grad-trigger-top:checked ~ .grad-btn-top .fa {
  transform: rotate(180deg);
}
.grad-trigger-top:checked ~ .grad-item-top {
  height: auto;
}
.grad-trigger-top:checked ~ .grad-item-top::before {
  display: none;
}
/*提供サービス*/
#salon-service{
	background-color: #F6F5F0;
	padding: 0 0 40px;
}
#salon-service .content-inner .service-content-wap-left{
	float: left;
	background-color: #FFFFFF;
  width: 100%;
	height: auto;
	margin: 0 0 18px 0;
}
#salon-service .content-inner .service-content-wap-right{
	float: left;
	background-color: #FFFFFF;
  width: 100%;
	height: auto;
	margin: 0 0 18px 0;
}
#salon-service .content-inner .salon-service-content{
	margin: 0 auto;
  text-align: center;
	padding: 18px 0 0;
}
#salon-service .content-inner .salon-service-content img{
	float: left;
	width: 70px;
	margin: 0 12px;
}
#salon-service .content-inner .salon-service-content h3{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0 12px;
	line-height: 1.4em;
	text-align: left;
}
#salon-service .content-inner .salon-service-content p{
	text-align: left;
	margin: 20px 12px;
	font-size: 16px;
	padding: 0;
}
 .content-inner .kv-trial-btn{
	background-color: #060D26;
 	border: none;
 	border-radius: 4px;
	color: #ffffff;
  padding: 24px 45px 24px 36px;
	display: block;
  margin: 0 auto;
 }
 .content-inner .btn-heigt{
	 margin: 92px auto 59px auto;
 }
 .content-inner .kv-trial-btn .trial-btn{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
 }
 .content-inner .kv-trial-btn .trial-btn::after {
  content: "";
  position: absolute;
  width: 8.5px;
  height: 8.5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
	margin: 13px 0 0 10px;
}
.icon-seminar{
	background-image: url(../img/icon-seminar.svg);
	background-repeat: no-repeat;
	padding: 0 0 14px 25%;
}
.icon-video{
	background-image: url(../img/icon-video.svg);
	background-repeat: no-repeat;
	padding: 0 0 14px 25%;
}
.icon-consultation{
	background-image: url(../img/icon-consultation.svg);
	background-repeat: no-repeat;
	padding: 0 0 14px 25%;
}
.icon-join{
	background-image: url(../img/icon-join.svg);
	background-repeat: no-repeat;
	padding: 0 0 14px 25%;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: .5em 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.grad-btn::after {
  content: "もっと詳しく"
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 20px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
	background-color: #ffffff;
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*海外ビジネスサロンコーディネーター*/
#salon-service .content-inner .coordinator{
	font-weight: bold;
	font-size: 20px;
	margin: 56px 0 22px 0;
}
.coordinator-content{
border: 2px solid #060D26;
box-sizing: border-box;
border-radius: 3px;
height: auto;
background-color: #fff;
}
.coordinator-content .coordinator-content-name{
	font-weight: bold;
	font-size: 20px;
	margin: 20% 0;
}
.coordinator-content .coordinator-content-description{
 clear: both;
 padding: 0 12px 12px;
}
.coordinator-content .coordinator-content-name span{
	color: #8B8B8B;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 10px;
}
.coordinator-content .coordinator-img{
	float: left;
	width: 45%;
}
.coordinator-content .coordinator-img img{
	margin: 0 auto;
	padding: 12px;
	width: 70%;
	height: auto;
}
.coordinator-content .contens-right{
}
#salon-service .content-inner .bttom-height{
	margin: 0 0 40px 0;
}
/*最新おすすめセミナー*/
#recommended-seminar{
	background: #F3EDD4;
	padding: 0 0 40px;
}
/*スライダー基本設定*/
.slider {
		width: 100%;
		margin: 0 auto;
}
.all-slider-wrap{
	width: 100%;
	margin: 0 auto 48px auto;
}
.slick-slide {
	margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
/*スライダー*/
.slick-slider{
	margin: 0 auto 0 12px;
}
.slider .slider-contens{
	background-color: #ffffff;
	width: 280px;
	padding: 20px 12px 12px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.slider .video{
	width: 280px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
}
/*セミナー動画*/
.video{
	width: 280px;
	height: 336px;
}
.slider-contens .video-text{
	background-color:#060D26;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	height: 140px;
	border-radius: 0 0 4px 4px;
}
.slider-contens .new-seminar-recommend-date{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 20px;
}
.slider-contens .new-seminar-recommend-date p{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.slider-contens .new-seminar-recommend-date span{
	font-size: 44px;
}
.slider-contens .new-seminar-recommend-body{
	margin: 12px 0;
}
.slider-contens .new-seminar-recommend-body .label-country{
	background: #060D26;
	border-radius: 2px;
	color: #ffffff;
	padding: 4px 8px;
	margin: 12px 0;
  width: max-content;
}
.slider-contens .new-seminar-recommend-body .seminar-attention{
	font-weight: bold;
	font-size: 14px;
}
.slider-contens .new-seminar-recommend-body .recommend-date-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}
.slider-contens .new-seminar-recommend-img{
	float: left;
	margin: 0 0 12px;
}
.slider-contens .new-seminar-recommend-name{
	float: left;
	margin: 0 0 0 12px;
}
.slider-contens .new-seminar-recommend-name .name{
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 0;
}
.slider-contens .new-seminar-recommend-name .position{
	font-weight: 500;
	font-size: 14px;
	color: #8B8B8B;
}
.slider-contens .seminar-table{
	font-weight: bold;
	font-size: 12px;
	clear: both;
	width: 100%;
}
.slider-contens .seminar-table tr{
	border-bottom: 1px solid #ffffff;
}
.slider-contens .seminar-table th{
	padding: 6px;
	background: #F6F5F0;
}
.slider-contens .seminar-table td{
	padding: 6px 12px 6px 10px;
}
/*サロン会員様の声*/
#members-reviews{
	background: #F6F5F0;
	height: 600px;
	padding: 0 0 80px;
}
#members-reviews .review-contens-left{
	float: left;
	width: 100%;
	background: #F3EDD4;
	border-radius: 4px;
	padding: 20px 12px;
	margin: 0 0 20px 0;
}
.reviews-wrap{
	display: block;
}
#members-reviews .review-contens-right{
	float: left;
	width: 100%;
	background: #F3EDD4;
	border-radius: 4px;
	padding: 20px 12px;
}
#members-reviews .members{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px;

}
.service-wap{
	width: 100%;
	margin: 0 auto 48px auto;
}
.service-wap h3{
	font-weight: bold;
	font-size: 20px;
}
.service{
	font-weight: bold;
  margin: 20px auto 60px auto;
	width: 100%;
}
.service th{
	background: #F6F5F0;
	border: 1px solid #8B8B8B;
	padding: 14px 0 14px 5px;
	text-align: left;
	width: 50%;
}
.service th span{
	font-weight: 500;
	font-size: 16px;
}
.service .salon-members-list-title{
	background: #AFDFB7;
	border: 1px solid #46AF57;
	width: 30%;
	text-align: center;
	border-top: 4px solid#46AF57;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
}
.service .members-list-title{
	background: #F3EDD4;
	width: 20%;
	text-align: center;
}
.service .salon-members-list{
	background: #AFDFB7;
	border: 1px solid #46AF57;
  text-align: center;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
}
.service .salon-members-list-last{
	background: #AFDFB7;
	border: 1px solid #46AF57;
  text-align: center;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
	border-bottom: 4px solid#46AF57;
}
.service .members-list{
	text-align: center;
	border: 1px solid #8B8B8B;
	vertical-align: middle;
}
.service .contens-round{
		vertical-align: text-top;
}
.service .limited-seminar{
	font-size: 12px;
}
.service img{
	margin: 0;
	vertical-align: middle;
}
/*料金について*/
.price{
	font-weight: bold;
  margin: 20px 0 0;
}
.price th{
	background: #F6F5F0;
	border: 1px solid #8B8B8B;
	padding: 7px;
	text-align: left;
	width: 25%;
}
.price th span{
	font-weight: bold;
	font-size: 10px;
}
.price .salon-members-list-title{
	background: #F3EDD4;
	width: 25%;
	text-align: center;
}
.price .members-list-title{
	background: #F3EDD4;
	width: 25%;
	text-align: center;
}
.price .salon-members-list{
	border: 1px solid #8B8B8B;
  text-align: center;
}
.price .members-list{
	text-align: center;
	border: 1px solid #8B8B8B;
	padding: 10px 0;
}
.price .members-list .text{
	font-weight: 500;
  font-size: 9px;
	padding: 10px 0 0;
}
.members-list .span-left{
	padding: 0px 6px;
}
.members-list .span-right{
	border-left: 1px dashed #AEAEAE;
	padding: 5px 6px;

}
.slider .slider-trial-btn-wrap{
  background-color: #ffffff;
	box-shadow: none;
}
.slider-contens .slider-trial-btn{
	background-color: #060D26;
	border: none;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	margin: 46% 33%;
	transition: 0.2s;
}
.slider-contens .slider-trial-btn a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
/*セミナー動画*/
.ideo{
	width: 280px;
	height: 336px;
}
/*よくある質問はfaqのcssにまるっと記載しています*/
.chat-wrap-pc{
	display: none;
}
.chat-wrap-sp{
	background: rgba(255, 255, 255, 0.9);
	height: 60px;
	padding: 6px 12px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}
.chat-inner{
	display: flex;
	max-width: 768px;
}
.chat-wrap-sp .chat-cvr-wrap{
	background: #060D26;
	border-radius: 4px;
	font-weight: bold;
	border: none;
	width: -webkit-fill-available;
  height: 50px;
}
 .chat-cvr-wrap .chat-cvr{
	font-size: 15px;
	color: #ffffff;
}
 .chat-cvr-wrap .chat-cvr::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
		margin: 0 0 0 6px;
    width: 8.5px;
    height: 8.5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.chat-wrap-sp .chat-wap{
	border: 1px solid #060D26;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 0 0 6%;
	width: 60%;
	background: #F6F5F0;
}
.chat-wrap-sp .chat{
	font-weight: bold;
	font-size: 9px;
	color: #060D26;
	padding: 6px 11px 6px 32px;
}
.chat-wrap-sp .chat::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
		width: 24px;
		height: 25px;
		margin: 0 0 0 -31px;
    background-image: url(../img/icon-chat.svg);
}
/*フッター*/
footer{
	color: #ffffff;
	background: #B05434;
	display: block;
  font-size: 12px;
	padding: 50px 0;
  text-align: center;
	margin: 0 0 60px 0;
}
@media screen and (min-width: 768px){
/*ここからPC*/
	body {
		color: #000000;
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.7;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	header {
		background-color: #FFFFFF;
		position: relative;
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.inr{
		max-width: 1080px;
    margin: 0 auto;
	}
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
	.header-nav-item {
		display: block;
		float: left;
	}
	#telNum {
		display: none;
	}
	#my-button {
		display: none;
	}
	.logo {
		float: left;
		padding: 4px 10px;
		width: 21%;
		margin: 20px 0 0 0;
	}
	.logo a img {
		display: block;
    width: 100%;
	}
	#gNav {
		display: block;
		margin: 14px 10px 0 0;
		color: #000000;
		font-size: 16px;
		top: 0;
    float: right;
	}
	#gNav > ul {
		width: 100%;
		z-index: 10000000;
	}
	#gNav > ul > li {
		margin: 8px 0;
	}
	#gNav > ul > li {
		margin: 8px 0;
	}
	#gNav button{
		background-color: #060D26;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 30px 10px 16px;
	}
	#header div.inr .trial-btn-wrap{
		display: block;
		float: left;
		margin: 0px 0 0 10px;
		padding: 0;
	}
	/* safari */
_::-webkit-full-page-media, _:future, :root #header div.inr .trial-btn-wrap{
		margin: 8px 0 0 10px;
}
  #header div.inr .trial-btn{
		color: #ffffff;
		font-size: 100%;
		font-weight: bold;
	}
	#header div.inr .trial-btn::after {
    content: "";
    position: absolute;
		margin: 7px 0 0;
    width: 8.5px;
    height: 8.5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
/* safari */
_::-webkit-full-page-media, _:future, :root #header div.inr .trial-btn::after{
		content: "";
		position: absolute;
		margin: 6px 0 0;
		width: 8.5px;
		height: 8.5px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		-webkit-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
}
#header div.inr a {
		color: #000000;
		text-decoration: none;
		transition: 0.2s;
		font-size: 80%;
	}
#gNav .header-nav-item a {
    padding: 4px 7px;
}
#gNav .header-nav-item a:hover {
    background-color: #F3EDD4;
    border-radius: 4px;
    padding: 8px 14px;
    margin: 0;
}
#gNav .header-nav-item a::after{
	display: none;
}
#gNav .header-nav-item a::before{
	display: none;
}
.kv{
    position: relative;
    min-height: 285px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    text-align: center;
    z-index: 1;
    overflow: hidden;
		padding: 0;
}
.kv .blue-back{
	width: 751px;
	margin: 60px auto;
	padding: 40px 130px;
}
.kv .kv-headline{
	font-weight: bold;
  font-size: 26px;
	padding: 24px 20px;
	border: 1px solid #FFFFFF;
}
.kv .kv-description{
	margin: 30px 0 20px 0;
	font-weight: bold;
  font-size: 20px;
}
.kv .kv-content{

}
.kv .kv-sab-headline::before{
	content: "";
	position: absolute;
	display: inline-block;
  margin: 0 0 0 -140px;
	width: 140px;
	height: 140px;
	background-image: url(../img/kv-icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.kv .kv-sab-headline{
	font-weight: bold;
	font-size: 28px;
}
.kv .kv-trial-btn{
	border: none;
	padding: 24px 88px;
	border-radius: 4px;
	margin: 0 0 0;
	transition: 0.2s;
}
.kv .blue-back .trial-btn{
    color: #060D26;
    font-size: 20px;
		font-weight: bold;
		text-decoration: none;
}
.kv .blue-back .trial-btn::after {
	content: "";
	position: absolute;
  top: calc(78.8% - 0px);
	margin: 0 0 0 20px;
	width: 8.5px;
	height: 8.5px;
	border-top: 3px solid #060D26;
	border-right: 3px solid #060D26;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
/*記事を読むだけではわからない、海外ビジネスのリアル*/
.wrapper{
	padding: 0 12px;
}
.content-inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 12px;;
}
.content-inner p{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
.salon-content .content-inner p{
	margin: 30px 0;
}
.salon-content{
	background-color: #FFFFFF;
}
.content-inner h2{
	color: #000000;
 	font-size: 30px;
	font-weight: bold;
	margin: 0 0 38px 0;
	border: none;
}
.service-wrap{
	display: flex;
}
.content-inner h2::before{
	display: block;
	width: 29px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../img/title-line.svg);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: inherit;
  margin: 0 16px 0 0;
}
/*提供サービス*/
#salon-service{
	background-color: #F6F5F0;
}
#salon-service .content-inner .service-content-wap-left{
	float: left;
	background-color: #FFFFFF;
  width: 450px;
  height: 500px;
  margin: 0 60px 60px 0;
}
#salon-service .content-inner .service-content-wap-right{
	float: left;
	background-color: #FFFFFF;
  width: 450px;
  height: 500px;
  margin: 0 0 60px 0;
}
#salon-service .content-inner .salon-service-content{
	margin: 0 auto;
  text-align: center;
	padding: 32px 0 0;
}
#salon-service .content-inner .salon-service-content img {
	float: none;
	width: 30%;
  margin: 0 12px;
}
#salon-service .content-inner .salon-service-content h3{
	font-weight: bold;
	font-size: 26px;
  margin: 29px 0 19px;
	line-height: 1.4em;
	text-align: center;
}
#salon-service .content-inner .salon-service-content p{
	text-align: left;
	padding: 0 32px;
	display: block;
	font-size: 16px;
}
 .content-inner .kv-trial-btn{
	background-color: #060D26;
 	border: none;
 	border-radius: 4px;
	color: #ffffff;
  padding: 24px 100px 24px 80px;
	display: block;
  margin: 0 auto;
	clear:both;
	transition: 0.2s;
 }
 .content-inner .btn-heigt{
	 margin: 92px auto 59px auto;
 }
 .content-inner .kv-trial-btn .trial-btn{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
 }
 .content-inner .kv-trial-btn .trial-btn::after {
  content: "";
  position: absolute;
  width: 8.5px;
  height: 8.5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
	margin: 13px 0 0 50px;
}
/*海外ビジネスサロンコーディネーター*/
#salon-service .content-inner .coordinator{
	font-weight: bold;
	font-size: 26px;
	margin: 56px 0 22px 0;
}
.coordinator-content{
	border: 2px solid #060D26;
	box-sizing: border-box;
	border-radius: 3px;
	height: 276px;
	background-color: #fff;
	padding: 0 30px 0 0;
}
.coordinator-content .coordinator-content-name{
	font-weight: bold;
	font-size: 26px;
	margin: 30px 0 10px 0;
	clear: initial;
}
.coordinator-content .coordinator-content-description{
 clear: inherit;
}
.coordinator-content .coordinator-content-name span{
	color: #8B8B8B;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 20px;
}
.coordinator-content .coordinator-img{
	background-image: url(../img/kondo-saki-back.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 30px 0 0;
	width: auto;
}
.coordinator-content .coordinator-img img{
	margin: 0 auto;
	padding: 32px 42px;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .coordinator-content .coordinator-img img{
	margin: -37px auto 0 0;
}
.coordinator-content .contens-right{
}
#salon-service .content-inner .bttom-height{
	margin: 0;
}
/*最新おすすめセミナー*/
#recommended-seminar{
	background: #F3EDD4;
}
/*スライダー基本設定*/
.slider {
		width: 100%;
		margin: 0 auto;
}
.all-slider-wrap{
	width: 100%;
	margin: 0 auto 48px auto;
}
.slick-slide {
	margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
/*スライダー*/
.slider .slider-contens{
	background-color: #ffffff;
	width: 280px;
	padding: 20px 12px 12px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.slider .video {
  width: 280px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.slider-contens .new-seminar-recommend-date{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 20px;
}
.slider-contens .new-seminar-recommend-date p{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.slider-contens .new-seminar-recommend-date span{
	font-size: 44px;
}
.slider-contens .new-seminar-recommend-body{
	margin: 12px 0;
}
.slider-contens .new-seminar-recommend-body .label-country{
	background: #060D26;
	border-radius: 2px;
	color: #ffffff;
	padding: 4px 8px;
	margin: 12px 0;
  width: max-content;
}
.slider-contens .new-seminar-recommend-body .seminar-attention{
	font-weight: bold;
	font-size: 14px;
}
.slider-contens .new-seminar-recommend-body .recommend-date-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}
.slider-contens .new-seminar-recommend-img{
	float: left;
	margin: 0 0 12px;
}
.slider-contens .new-seminar-recommend-name{
	float: left;
	margin: 0 0 0 12px;
}
.slider-contens .new-seminar-recommend-name .name{
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 0;
}
.slider-contens .new-seminar-recommend-name .position{
	font-weight: 500;
	font-size: 14px;
	color: #8B8B8B;
}
.slider-contens .seminar-table{
	font-weight: bold;
	font-size: 12px;
	clear: both;
	width: 100%;
}
.slider-contens .seminar-table tr{
	border-bottom: 1px solid #ffffff;
}
.slider-contens .seminar-table th{
	padding: 6px;
	background: #F6F5F0;
}
.slider-contens .seminar-table td{
	padding: 6px 12px 6px 10px;
}
/*サロン会員様の声*/
#members-reviews{
	background: #F6F5F0;
	height: 600px;
	height: auto;
}
.reviews-wrap{
	display: flex;
}
#members-reviews .review-contens-left{
	float: left;
	width: 45%;
	background: #F3EDD4;
	border-radius: 4px;
	padding: 57px 20px 40px;
	margin: 0 40px 40px auto;
}
#members-reviews .review-contens-right{
	float: left;
	width: 45%;;
	background: #F3EDD4;
	border-radius: 4px;
	padding: 57px 20px 40px;
	margin: 0 auto 40px auto;
}
#members-reviews .members{
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 46px;
}
/*続きを読む*/
.cp-box-reviews *, .cp-box-reviews *:before, .cp-box-reviews *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp-box-reviews {
	position: relative;
}
.cp-box-reviews label {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーション*/
	background: #f7f2e7;
}
.cp-box-reviews input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp-box-reviews label:hover::after{
	opacity: 0.7; transition: 0.2;
}
.cp-box-reviews label:after{
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	font-weight: bold;
	font-size: 20px;
	padding: 16px 70px;
	content: ' お客様の声をもっと読む';
	transform: translate(-50%, 0);
	background: #FFFFFF;
	border: 2px solid #060D26;
	box-sizing: border-box;
	border-radius: 4px;
}
.cp-box-reviews label:hover{
	opacity: 0.7; transition: 0.2;
}
.cp-box-reviews input {
	display: none;
}
.cp-box-reviews .cp-reviews-container {
	overflow: hidden;
	height: 60px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp-box-reviews input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp-box-reviews input:checked + label:after {
	content: ' 閉じる';
}
.cp-box-reviews input:checked ~ .cp-reviews-container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*サービスの内容と料金について*/
.service-wap{
	width: 850px;
	margin: 0 auto;
}
.service-wap h3{
	font-weight: bold;
	font-size: 26px;
}
.service{
	font-weight: bold;
  margin: 20px auto 60px auto;
}
.service th{
	background: #F6F5F0;
	border: 1px solid #8B8B8B;
	padding: 20px;
	text-align: left;
	width: 40%;
}
.service th span{
	font-weight: 500;
	font-size: 16px;
}
.service .salon-members-list-title{
	background: #AFDFB7;
	border: 1px solid #46AF57;
	width: 30%;
	text-align: center;
	border-top: 4px solid#46AF57;
  border-left: 4px solid#46AF57;
  border-right: 4px solid#46AF57;
}
.service .members-list-title{
	background: #F3EDD4;
	width: 30%;
	text-align: center;
}
.service .salon-members-list{
	background: #AFDFB7;
	border: 1px solid #46AF57;
  text-align: center;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
}
.service .members-list{
	text-align: center;
	border: 1px solid #8B8B8B;
}
/*料金について*/
.price{
	font-weight: bold;
  margin: 20px auto;
}
.price th{
	background: #F6F5F0;
	border: 1px solid #8B8B8B;
	padding: 20px;
	text-align: left;
	width: 25%;
}
.price th span{
	font-weight: 500;
	font-size: 16px;
}
.price .salon-members-list-title{
	background: #F3EDD4;
	width: 25%;
	text-align: center;
}
.price .members-list-title{
	background: #F3EDD4;
	width: 25%;
	text-align: center;
}
.price .salon-members-list{
	border: 1px solid #8B8B8B;
  text-align: center;
}
.price .members-list{
	text-align: center;
	border: 1px solid #8B8B8B;
	padding: 10px 0;
}
.price .members-list .text{
	font-weight: 500;
  font-size: 13px;
	padding: 10px 0 0;
}
.members-list .span-left{
	padding: 0px 30px;
}
.members-list .span-right{
	border-left: 1px dashed #AEAEAE;
	padding: 5px 30px;

}
.slider .slider-trial-btn-wrap{
  background-color: #ffffff;
	box-shadow: none;
}
.slider-contens .slider-trial-btn{
	background-color: #060D26;
	border: none;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	margin: 46% 33%;
	transition: 0.2s;
}
.slider-contens .slider-trial-btn a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
/*セミナー動画*/
.video{
	width: 280px;
	height: 336px;
}
.slider-contens .video-text{
	background-color:#060D26;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	height: 140px;
	border-radius: 0 0 4px 4px;
}
/*よくある質問はfaqのcssにまるっと記載しています*/
.chat-wrap-pc{
	display: block;
}
.chat-wrap{
	font-weight: bold;
	font-size: 18px;
	border: 3px solid #060D26;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 16px 30px 16px 36px;
	margin: 0 40px 30px 0;
	transition: 0.2s;
}
.chat-wrap .chat{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 20px;

}
.chat-wrap .chat::after{
	content: "";
	position: absolute;
	margin: 0 0 10px 20px;
	top: 30px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon-chat.svg);

}
.chat-wrap .chat span {
  font-size: 14px;
  font-weight: 500;
}
/*フッター*/
footer{
	color: #ffffff;
	background: #B05434;
	display: block;
  font-size: 12px;
	padding: 50px 0;
  text-align: center;
	margin: 0;
}
}
@media screen and (min-width: 800px){
/*ここからPC*/
	body {
		color: #000000;
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.7;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	header {
		background-color: #FFFFFF;
		position: relative;
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.inr{
		max-width: 1080px;
    margin: 0 auto;
	}
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
	.header-nav-item {
		display: block;
		float: left;
	}
	#telNum {
		display: none;
	}
	#my-button {
		display: none;
	}
	.logo {
		float: left;
		padding: 4px 10px;
		width: 23%;
		margin: 18px 0 0 0;
	}
	.logo a img {
		display: block;
    width: 100%;
	}
	#gNav {
		display: block;
		margin: 14px 10px 0 0;
		color: #000000;
		font-size: 16px;
		top: 0;
    float: right;
	}
	#gNav > ul {
		width: 100%;
		z-index: 10000000;
	}
	#gNav > ul > li {
		margin: 8px 10px 8px 0;
	}
	#gNav > ul > li {
		margin: 8px 0;
	}
	#gNav button{
		background-color: #060D26;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 30px 10px 16px;
		transition: 0.2s;
	}
	#header div.inr .trial-btn-wrap{
		display: block;
		float: left;
    margin: 0 0 0 10px;
		padding: 0;
	}
	/* safari */
_::-webkit-full-page-media, _:future, :root #header div.inr .trial-btn-wrap{
    margin: 8px 0 0 10px;
}
  #header div.inr .trial-btn{
		color: #ffffff;
		font-size: 100%;
		font-weight: bold;
	}
	#header div.inr .trial-btn::after {
    content: "";
    position: absolute;
		margin: 0;
		width: 8px;
		height: 8px;
		margin: 8px 0 0;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
/* safari */
_::-webkit-full-page-media, _:future, :root #header div.inr .trial-btn::after{
	content: "";
	position: absolute;
	margin: 0;
	width: 8px;
	height: 8px;
	margin: 6px 0 0;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
#header div.inr a {
		color: #000000;
		text-decoration: none;
		transition: 0.2s;
		font-size: 80%;
	}
	#gNav .header-nav-item a::after{
		display: none;
	}
	#gNav .header-nav-item a::before{
		display: none;
	}
#gNav .header-nav-item a {
    padding: 8px 8px;
}
#gNav .header-nav-item a:hover {
    background-color: #F3EDD4;
    border-radius: 4px;
    padding: 8px 8px;
    margin: 0;
}
}
@media screen and (min-width: 1000px){
/*ここからPC*/
	body {
		color: #000000;
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.7;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	header {
		background-color: #FFFFFF;
		position: relative;
		width: 100%;
		height: 78px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.inr{
		max-width: 1080px;
    margin: 0 auto;
	}
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
	.header-nav-item {
		display: block;
		float: left;
	}
	#telNum {
		display: none;
	}
	#my-button {
		display: none;
	}
	.logo {
		float: left;
		padding: 4px 0px;
		width: 18%;
		height: auto;
		margin: 21px 0;
	}
	.logo a img {
		display: block;
    width: 100%;
	}
	#gNav {
		display: block;
		margin: 14px 0;
		color: #000000;
		font-size: 16px;
		top: 0;
    float: right;
	}
	#gNav > ul {
		width: 100%;
		z-index: 4;
	}
	#gNav > ul > li {
		margin: 0;
		padding:12px 0;
	}

	#gNav .header-nav-item a:hover{
		background-color: #F3EDD4;
		border-radius: 4px;
		padding: 8px 14px;
		margin: 0;
	}
	#gNav .header-nav-item a::after{
		display: none;
	}
	#gNav .header-nav-item a::before{
		display: none;
	}
	#gNav button{
    background-color: #060D26;
		color: #ffffff;
		border: none;
		border-radius: 4px;
		padding: 10px 30px 10px 16px;
		transition: 0.2s;
	}
	#header div.inr .trial-btn-wrap{
		display: block;
    float: left;
		margin: 0 0 0 20px;
	}
  #header div.inr .trial-btn{
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
	}
	#header div.inr .trial-btn::after {
    content: "";
    position: absolute;
    margin: 12px 0 0;
    width: 8.5px;
    height: 8.5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
/* safari */
_::-webkit-full-page-media, _:future, :root #header div.inr .trial-btn::after {
		content: "";
		position: absolute;
		margin: 0;
		width: 8px;
		height: 8px;
		margin: 11px 0 0;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		-webkit-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
}
#header div.inr a {
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
    font-size: 16px;
	}
	#gNav .header-nav-item a{
		padding: 8px 14px;
	}
.kv{
    position: relative;
    min-height: 285px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    text-align: center;
    z-index: 1;
    overflow: hidden;
		padding: 0;
}
.kv .blue-back{
	width: 751px;
	margin: 60px auto;
	padding: 40px 130px;
}
.kv .kv-headline{
	font-weight: bold;
  font-size: 26px;
	padding: 24px 20px;
	border: 1px solid #FFFFFF;
}
.kv .kv-description{
	margin: 30px 0 20px 0;
	font-weight: bold;
  font-size: 20px;
}
.kv .kv-content{

}
.kv .kv-sab-headline::before{
	content: "";
	position: absolute;
	display: inline-block;
  margin: 0 0 0 -140px;
	width: 140px;
	height: 140px;
	background-image: url(../img/kv-icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.kv .kv-sab-headline{
	font-weight: bold;
	font-size: 28px;
}
.kv .kv-trial-btn{
	border: none;
	padding: 24px 88px;
	border-radius: 4px;
	margin: 20px 0 0;
	transition: 0.2s;
}
.kv .blue-back .trial-btn{
    color: #060D26;
    font-size: 20px;
		font-weight: bold;
		text-decoration: none;
}
.kv .blue-back .trial-btn::after {
	content: "";
	position: absolute;
  top: calc(78.8% - 0px);
	margin: 0 0 0 20px;
	width: 8.5px;
	height: 8.5px;
	border-top: 3px solid #060D26;
	border-right: 3px solid #060D26;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
/*記事を読むだけではわからない、海外ビジネスのリアル*/
.content-inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0;
}
.content-inner p{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
.salon-content .content-inner p{
	margin: 30px 0;
}
.salon-content{
	background-color: #FFFFFF;
}
.content-inner h2{
	color: #000000;
 	font-size: 30px;
	font-weight: bold;
	margin: 0 0 38px 0;
	border: none;
}
.content-inner h2::before{
	display: block;
	width: 29px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../img/title-line.svg);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: inherit;
  margin: 0 16px 0 0;
}
/*提供サービス*/
#salon-service{
	background-color: #F6F5F0;
}
#salon-service .content-inner .service-content-wap-left{
	float: left;
	background-color: #FFFFFF;
  width: 450px;
  height: 500px;
  margin: 0 60px 60px 0;
}
#salon-service .content-inner .service-content-wap-right{
	float: left;
	background-color: #FFFFFF;
  width: 450px;
  height: 500px;
  margin: 0 0 60px 0;
}
#salon-service .content-inner .salon-service-content{
	margin: 0 auto;
  text-align: center;
	padding: 32px 0 0;
}
#salon-service .content-inner .salon-service-content img {
	float: none;
	width: auto;
  margin: 0 12px;
}
#salon-service .content-inner .salon-service-content h3{
	font-weight: bold;
	font-size: 26px;
  margin: 29px 0 19px;
	line-height: 1.4em;
	text-align: center;
}
#salon-service .content-inner .salon-service-content p{
	text-align: left;
	padding: 0 32px;
	display: block;
	font-size: 16px;
}
 .content-inner .kv-trial-btn{
	background-color: #060D26;
 	border: none;
 	border-radius: 4px;
	color: #ffffff;
  padding: 24px 100px 24px 80px;
	display: block;
  margin: 0 auto;
	clear:both;
	transition: 0.2s;
 }
 .content-inner .btn-heigt{
	 margin: 0 auto 59px auto;
 }
 .content-inner .kv-trial-btn .trial-btn{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
 }
 .content-inner .kv-trial-btn .trial-btn::after {
  content: "";
  position: absolute;
  width: 8.5px;
  height: 8.5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
	margin: 13px 0 0 50px;
}
/*海外ビジネスサロンコーディネーター*/
#salon-service .content-inner .coordinator{
	font-weight: bold;
	font-size: 26px;
	margin: 56px 0 22px 0;
}
.coordinator-content{
	border: 2px solid #060D26;
	box-sizing: border-box;
	border-radius: 3px;
	height: 276px;
	background-color: #fff;
	padding: 0 30px 0 0;
}
.coordinator-content .coordinator-content-name{
	font-weight: bold;
	font-size: 26px;
	margin: 30px 0 10px 0;
	clear: initial;
}
.coordinator-content .coordinator-content-description{
 clear: inherit;
}
.coordinator-content .coordinator-content-name span{
	color: #8B8B8B;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 20px;
}
.coordinator-content .coordinator-img{
	background-image: url(../img/kondo-saki-back.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 30px 0 0;
	width: auto;
}
.coordinator-content .coordinator-img img{
	margin: 0 auto;
	padding: 32px 42px;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .coordinator-content .coordinator-img img{
	margin: -37px auto 0 0;
}
.coordinator-content .contens-right{
}
#salon-service .content-inner .bttom-height{
	margin: 0;
}
/*最新おすすめセミナー*/
#recommended-seminar{
	background: #F3EDD4;
}
/*スライダー基本設定*/
.slider {
		/*width: 100%;*/
		width: 1080px;
		margin: 0 auto;
}
.all-slider-wrap{
	width: 960px;
	margin: 0 auto 48px auto;
}
.slick-slide {
	margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
/*スライダー*/
.slider .slider-contens{
	background-color: #ffffff;
	width: 280px;
	padding: 20px 12px 12px;
	transition: 0.2s;
}
.slider .video{
	width: 280px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.slider-contens .new-seminar-recommend-date{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 20px;
}
.slider-contens .new-seminar-recommend-date p{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.slider-contens .new-seminar-recommend-date span{
	font-size: 44px;
}
.slider-contens .new-seminar-recommend-body{
	margin: 12px 0;
}
.slider-contens .new-seminar-recommend-body .label-country{
	background: #060D26;
	border-radius: 2px;
	color: #ffffff;
	padding: 4px 8px;
	margin: 12px 0;
  width: max-content;
}
.slider-contens .new-seminar-recommend-body .seminar-attention{
	font-weight: bold;
	font-size: 14px;
}
.slider-contens .new-seminar-recommend-body .recommend-date-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}
.slider-contens .new-seminar-recommend-img{
	float: left;
	margin: 0 0 12px;
}
.slider-contens .new-seminar-recommend-name{
	float: left;
	margin: 0 0 0 12px;
}
.slider-contens .new-seminar-recommend-name .name{
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 0;
}
.slider-contens .new-seminar-recommend-name .position{
	font-weight: 500;
	font-size: 14px;
	color: #8B8B8B;
}
.slider-contens .seminar-table{
	font-weight: bold;
	font-size: 12px;
	clear: both;
	width: 100%;
}
.slider-contens .seminar-table tr{
	border-bottom: 1px solid #ffffff;
}
.slider-contens .seminar-table th{
	padding: 6px;
	background: #F6F5F0;
}
.slider-contens .seminar-table td{
	padding: 6px 12px 6px 10px;
}
/*サロン会員様の声*/
#members-reviews{
	background: #f7f2e7;
	height: auto;
	padding: 0;
}
#members-reviews .review-contens-left{
	float: left;
	width: 460px;
	height: 280px;
	background: #F3EDD4;
	border-radius: 4px;
	padding: 57px 20px 40px;
	margin: 0 40px 40px 0;
}
#members-reviews .review-contens-right{
	float: left;
	width: 460px;
	height: 280px;
	background: #F3EDD4;
	border-radius: 4px;
	padding: 57px 20px 40px;
}
#members-reviews .members{
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 46px;
}
.service-wap{
	width: 850px;
	margin: 0 auto;
}
.service-wap h3{
	font-weight: bold;
	font-size: 26px;
}
.service{
	font-weight: bold;
  margin: 20px auto 60px auto;
}
.service th{
	background: #F6F5F0;
	border: 1px solid #8B8B8B;
	padding: 20px;
	text-align: left;
	width: 380px;
}
.service th span{
	font-weight: 500;
	font-size: 16px;
}
.service .salon-members-list-title{
	background: #AFDFB7;
	border: 1px solid #46AF57;
	width: 290px;
	text-align: center;
	border-top: 4px solid#46AF57;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
}
.service .members-list-title{
	background: #F3EDD4;
	width: 170px;
	text-align: center;
}
.service .salon-members-list{
	background: #AFDFB7;
	border: 1px solid #46AF57;
  text-align: center;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
}
.service .salon-members-list-last{
	background: #AFDFB7;
	border: 1px solid #46AF57;
  text-align: center;
	border-left: 4px solid#46AF57;
	border-right: 4px solid#46AF57;
	border-bottom: 4px solid#46AF57;
}
.service .members-list{
	text-align: center;
	border: 1px solid #8B8B8B;
}
/*料金について*/
.price{
	font-weight: bold;
  margin: 20px auto 48px auto;
}
.price th{
	background: #F6F5F0;
	border: 1px solid #8B8B8B;
	padding: 20px;
	text-align: left;
	width: 210px;
}
.price th span{
	font-weight: 500;
	font-size: 16px;
}
.price .salon-members-list-title{
	background: #F3EDD4;
	width: 210px;
	text-align: center;
}
.price .members-list-title{
	background: #F3EDD4;
	width: 210px;
	text-align: center;
}
.price .salon-members-list{
	border: 1px solid #8B8B8B;
  text-align: center;
}
.price .members-list{
	text-align: center;
	border: 1px solid #8B8B8B;
	padding: 10px 0;
}
.price .members-list .text{
	font-weight: 500;
  font-size: 13px;
	padding: 10px 0 0;
}
.members-list .span-left{
	padding: 0px 30px;
}
.members-list .span-right{
	border-left: 1px dashed #AEAEAE;
	padding: 5px 30px;

}
.slider .slider-trial-btn-wrap{
  background-color: #ffffff;
	box-shadow: none;
}
.slider-contens .slider-trial-btn{
	background-color: #060D26;
	border: none;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	margin: 46% 33%;
	transition: 0.2s;
}
.slider-contens .slider-trial-btn a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
/*セミナー動画*/
.video{
	width: 280px;
	height: 336px;
}
.slider-contens .video-text{
	background-color:#060D26;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	height: 140px;
	border-radius: 0 0 4px 4px;
}
/*よくある質問はfaqのcssにまるっと記載しています*/
.chat-wrap{
	font-weight: bold;
	font-size: 18px;
	border: 3px solid #060D26;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 16px 30px 16px 36px;
	margin: 0 100px 50px 0;
	transition: 0.2s;
}
.chat-wrap:hover{
	opacity: 0.7; transition: 0.2;
}
.chat-wrap .chat{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 20px;

}
.chat-wrap .chat::after{
	content: "";
	position: absolute;
	margin: 0 0 10px 20px;
	top: 30px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon-chat.svg);

}
.chat-wrap .chat span {
  font-size: 14px;
  font-weight: 500;
}
/*フッター*/
footer{
	color: #ffffff;
	background: #B05434;
	display: block;
  font-size: 12px;
	padding: 50px 0;
  text-align: center;
	margin: 0;
}
}
