/* ---------------------------- */
/* --- KvSection --- */
/* ---------------------------- */
.KvSection{
	/* margin-top: 80px; */
	/* background: url('../../images/Kv.jpg') no-repeat;
	background-position: center;
	background-size: cover; */
  position: relative;
}

.KvSection{
	/* height: 420px; */
}

.KvSectionContent{
	position: absolute;
  top: 48%;
	width: 100%;
}

.KvGroup{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.KvLogo{
	width: 86px;
	margin-left: auto;
	margin-right: auto;
}
.KvSectionCopy{
  position: relative;
  /* margin-top: -200px; */
	margin-bottom: 40px;
	text-align: center;
}

.KvGroup__CatchCopy{
	line-height: 1.8;
	font-weight: bold;
	font-size: 2.4rem;
}

.VideoSection{
	position: relative;
	width: 100%;
}
video{
  margin-top: 80px;
	width: 100%;
	/* height: 64vh; */
	/* object-fit: cover; */
}

@media screen and (min-width: 768px) {

	.KvSection{
		margin-top: 0;
		height: 664px;
	}

	.KvSectionContent{
		top: 48%;
		/* left: 8%; */
	}

	.KvGroup{
		width: 20%;
	}

	.KvLogo{
		width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.KvSectionCopy{
    margin-top: 0;
		margin-bottom: 60px;
	}

	.KvGroup__CatchCopy{
		font-size: 3.6rem;
	}
	video{
    margin-top: 0;
		height: auto;
    object-fit: cover;
	}

}

/* ---------------------------- */
/* --- FrontMSGSection --- */
/* ---------------------------- */
.FrontMSGSection{
	padding-top: 160px;
	padding-bottom: 80px;
}
.FrontMSGGroup__Content{
	
}
.KvSectionCopy {
	margin-bottom: 80px;
}
.KvGroup__CatchCopy {
	width: 50%;
	margin: auto;
}
.FrontMSGGroup__Description{
	margin-bottom: 24px;
	width: 100%;
	line-height: 2.4;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
}
.FrontMSGGroup__Btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.FrontMSGGroup__BtnLink{
	margin-bottom: 16px;
	width: 180px;
  height: 40px;
	position: relative;
  border-radius: 40px;
  line-height: 40px;
	letter-spacing: 0.1em;
  text-align: center;
	background: #35b8cb;
	color: #fff;
	font-size: 1.8rem;
}
.FrontMSGGroup__BtnLink:hover{
	border: 1px solid #35b8cb;
	background: #fff;
	color: #35b8cb;
	transition: .4s;
}
.FrontMSGGroup__BtnIcon{
	position: absolute;
	top: 40%;
  right: 8%;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {

	.FrontMSGSection{
		padding-top: 200px;
		padding-bottom: 160px;
	}
	.KvGroup__CatchCopy {
		width: 240px;
		margin: auto;
	}
	.FrontMSGGroup__Content{
		
	}
	.FrontMSGGroup__Description{
		margin: 0 auto 0;
		width: 70%;
		line-height: 2.4;
		letter-spacing: 0.1em;
		font-size: 1.4rem;
	}
	.FrontMSGGroup__BtnLink{
		width: 280px;
	  height: 60px;
	  line-height: 60px;
		font-size: 2rem;
	}
	.FrontMSGGroup__BtnIcon{
		top: 45%;
	  right: 8%;
	}

}

/* ---------------------------- */
/* --- SectionHeading --- */
/* ---------------------------- */
.SectionHeading{
	padding-top: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.SectionHeading-ja{
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 15px;
}

.SectionHeading__white{
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 28px;
	font-family: din-2014, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.SectionHeading-ja__white{
	margin-bottom: 28px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 15px;
}

.HeadingBorder{
  margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	width: 80px;
	height: 1px;
	background-color: #000;
}

@media screen and (min-width: 768px) {

	.SectionHeading{
		padding-top: 0;
		margin-bottom: 14px;
		font-size: 40px;
	}

	.SectionHeading__white{
		margin-bottom: 32px;
		font-size: 40px;
	}
	.SectionHeading-ja__white{
		margin-bottom: 56px;
	}
	.HeadingBorder{
		margin-bottom: 56px;
		width: 96px;
	}

}
/* ---------------------------- */
/* ---IntroSection --- */
/* ---------------------------- */
.IntroSection{
	background: url('../../images/IntroUpdate.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.IntroGroup__Movie{
	width: 100%;
}
.IntroGroup__MovieBox{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.IntroGroup__MovieBox iframe{
	position: absolute;
  top: 0;
  left: 0;
	width: 100%;
  height: 100%;
}
.IntroGroup__Description{
  margin-left: auto;
  margin-right: auto;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #fff;
	font-size: 1.4rem;
}
.IntroGroup__Description.before{
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {

  .IntroSection{
		padding-top: 120px;
		padding-bottom: 100px;
  }

	.IntroGroup__Movie{
		width: 72%;
	}
	.IntroGroup__MovieBox{
	}
	.IntroGroup__Description{
		margin-left: auto;
	  margin-right: auto;
		width: 72%;
		line-height: 2.8;
	}
	.IntroGroup__Description.before{
		margin-bottom: 32px;
	}


}

/* ---------------------------- */
/* --- ServiceHeading --- */
/* ---------------------------- */
.ServiceHeading{
	padding-top: 14px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-size: 2.4rem;
}
.ServiceHeading-ja{
	margin-bottom: 30px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.5rem;
}
.ServiceHeading__Border{
	margin-bottom: 30px;
	width: 60px;
	height: 1px;
	background: #fff;
}
.ServiceGroup__description{
	margin-bottom: 30px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
.PlanGroup__Btn{
}
.PlanGroup__BtnLink{
	position: relative;
	background: #fff;
  width: 180px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
	letter-spacing: 0.1em;
  text-align: center;
	color: #333;
	font-size: 1.8rem;
}
.PlanGroup__BtnLink:hover{
	border: 1px solid #fff;
	background: #333;
	color: #fff;
	transition: .4s;
}
.PlanGroup__BtnIcon{
	position: absolute;
	top: 40%;
  right: 8%;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 768px){
	.ServiceHeading{
		padding-top: 0;
		font-size: 4rem;
	}

	.ServiceHeading-ja{
		margin-bottom: 60px;
	}

	.ServiceHeading__Border{
		margin-bottom: 60px;
		width: 120px;
	}

	.ServiceGroup__description{
		margin-bottom: 60px;
		line-height: 2.8;
	}
	.PlanGroup__Btn{
	}
	.PlanGroup__BtnLink{
		width: 280px;
	  height: 60px;
	  line-height: 60px;
		font-size: 2rem;
	}
	.PlanGroup__BtnIcon{
		top: 45%;
	  right: 8%;
	}
}

/* ---------------------------- */
/* --- ServiceSection --- */
/* ---------------------------- */
.ServiceSection{
	padding-top: 80px;
	/* padding-bottom: 60px; */
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.PlanGroup{
	position: static;
	margin-bottom: 0;
}

.Plan1Group__BG,
.Plan2Group__BG{
	z-index: 999;
}

.Plan1Group__Content,
.Plan2Group__Content{
	z-index: 1000;
	background: #242424;
	color: #fff;
}

.ServiceGroupInner{
	padding-top: 80px;
	padding-bottom: 60px;
}

.ServiceGroup__Description-sec{
	margin-bottom: 20px;
}
.Plan2Group__Content .ServiceGroup__Description-sec {
	margin-bottom: 60px;
}

.ServiceGroup__Description-sec:last-child{
	margin-bottom: 0;
}
.Plan2Group__Content .ServiceGroup__Description-sec {
	display: block;
}
.Plan2Group__Content .ServiceGroup__Description-sec img {
	width: 100%;
}
.ServiceGroup__Description-sec__txt {
	width: 100%;
	margin-top: 20px;
}
.ServiceGroup__Description-sec__txt h3 {
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.8;
}
.ServiceGroup__Description-sec__txt span {
	display: block;
}
.ServiceGroup__Description-sec__txt span.service-num {
	font-family: din-2014, sans-serif;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.ServiceGroup__Description-sec__txt p.service-jp {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.ServiceGroup__Description-bold{
	font-weight: bold;
	font-size: 18px;
}

@media screen and (min-width: 768px) {

	.ServiceSection{
			padding-top: 180px;
	}

	.PlanGroup{
		position: relative;
		margin-bottom: 100px;
	}

	.PlanGroup:last-child{
		margin-bottom: 180px;
	}

	.PlanGroup__BG{
		width: 550px;
		box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	}

	.PlanGroup__Content{
		margin-top: 80px;
		width: 56%;
		margin-left: auto;
		margin-right: auto;
	}

	.ServiceGroupInner{
		padding-top: 120px;
		padding-bottom: 100px;
	}

	.PlanGroup:nth-child(2n+1) .PlanGroup__Content{
		
	}

	.PlanGroup:nth-child(2n){
	}

	.PlanGroup:nth-child(2n) .PlanGroup__Content{
	}
	.Plan2Group__Content .ServiceGroup__Description-sec {
		
	}
	.Plan2Group__Content .ServiceGroup__Description-sec img {
		width: 35%;
		height: auto;
	}
	.ServiceGroup__Description-sec__txt {
		width: 100%;
		margin-top: 0;
	}
	.ServiceGroup__Description-sec__txt h3 {
		font-size: 2.8rem;
	}

}
/* ---------------------------- */
/* --- BlogSection --- */
/* ---------------------------- */
.BlogSection{
	padding-top: 80px;
	padding-bottom: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.BlogGroup{
}
.BlogGroup__Card{
	display: flex;
	flex-wrap: wrap;
}
.BlogGroup__ImgLink{
	width: 100%;
}
.BlogGroup__Img{
	padding-top: 53.28%;
	width: 100%;
}
.BlogGroup__Info{
	padding: 40px 30px;
	width: 100%;
	background: #242424;
}
.BlogGroup__CardTitle{
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.BlogGroup__Description{
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
.BlogGroup__TagDate{
  display: flex;
  justify-content: space-between;
}
.BlogGroup__TagBox{
  display: flex;
	flex-wrap: wrap;
}
.BlogGroup__Tag{
  border-radius: 4px;
  margin-right: 10px;
	margin-bottom: 4px;
  padding: 8px 10px;
  display: inline-block;
  background: #1e97a9;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.2rem;
}
.BlogGroup__Date{
	display: block;
	margin-bottom: 6px;
  color: #737373;
  font-style: italic;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {

  .BlogSection{
		padding-top: 0;
		padding-bottom: 100px;
  }
	.BlogGroup{
	}
	.BlogGroup__Card{
		flex-wrap: nowrap;
	}
	.BlogGroup__Card:nth-child(2n) .BlogGroup__ImgLink{
		order: 2;
	}
	.BlogGroup__ImgLink{
		width: 50%;
	}
	.BlogGroup__Img{
	}
	.BlogGroup__Info{
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
	}
	.BlogGroup__Inner{
		/* padding: 40px 4% 8px 4%; */
		padding: 0 6% 0 6%;
	}
	.BlogGroup__CardTitle{
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.BlogGroup__CardTitle a:hover{
		text-decoration: underline;
		transition: .4s;
	}
	.BlogGroup__Description{
		margin-bottom: 40px;
	}
	.BlogGroup__TagBox{
	}
	.BlogGroup__Tag{
	}
	.BlogGroup__Date{
  }

}
/* ---------------------------- */
/* --- PartnerSection --- */
/* ---------------------------- */
.PartnerSection{
	padding-top: 80px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.PartnerGroup{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.PartnerGroup__Item{
	width: 40%;
	display: flex;
	justify-content: center;
}

.PartnerGroup__Img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
}

.PartnerGroup__Img.jr{
	width: 100px;
}

.PartnerGroup__Img.cosmo{
	width: 180px;
	height: 180px;
}

@media screen and (min-width: 768px) {

  .PartnerSection{
		padding-top: 120px;
  }

	.PartnerGroup{
		width: 80%;
	}

	.PartnerGroup__Item{
		width: 20%;
	}

}
/* ---------------------------- */
/* --- ContactSection --- */
/* ---------------------------- */
.ContactSection{
	padding-top: 80px;
	padding-bottom: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.ContactGroup__Btn{
}

.ContactGroup__BtnLink{
	margin-bottom: 16px;
	width: 240px;
  height: auto;
	position: relative;
	border: double 4px;
  border-radius: 40px;
  line-height: 68px;
  text-align: center;
	background: #35b8cb;
	color: #fff;
	font-size: 1.2rem;
}
.ContactGroup__BtnLink:hover{
	background: #fff;
	color: #35b8cb;
	transition: .4s;
}
.ContactGroup__BtnIcon{
	position: absolute;
	top: 44%;
  right: 8%;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 768px) {

  .ContactSection{
		padding-top: 120px;
		padding-bottom: 100px;
  }
	.ContactGroup__Btn{
	}
	.ContactGroup__BtnLink{
		width: 480px;
	  height: auto;
		border-radius: 60px;
	  line-height: 80px;
		font-size: 1.6rem;
	}
	.ContactGroup__BtnIcon{
		top: 45%;
	  right: 8%;
	}

}
