.MainSection {
  background: #fff;
}
.MainSection.UnderLayer {
  margin-top: 165px;
}
@media screen and (max-width: 480px) {
  .MainSection.UnderLayer {
    margin-top: 80px;
  }
}
.CtaSection {
  position: relative;
  margin-top: 132px;
  padding-top: 72px;
  padding-bottom: 100px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .CtaSection {
    margin-top: 64px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.CtaSection-Ellispse {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.41vw;
}
.Cta-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.Cta-Inner-Headline {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.45vw;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Headline {
    font-size: 16px;
  }
}
.Cta-Inner-BtnBox {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-BtnBox {
    margin-top: 24px;
    flex-wrap: wrap;
  }
}
.Cta-Inner-BtnBox-BtnLeft {
  width: 100px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-BtnBox-BtnLeft {
    width: 64px;
  }
}
.Cta-Inner-BtnBox-BtnRight {
  margin-left: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 2.81vw;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-BtnBox-BtnRight {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
.Cta-Inner-Text {
  margin-top: 54px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.45vw;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Text {
    margin-top: 24px;
    line-height: 1.5;
    font-size: 16px;
  }
}
.Cta-Inner-Text-Br {
  display: none;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Text-Br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .Footer-Inner {
    padding-top: 42px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.Footer-Inner-ImgBox {
  flex: 2;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-ImgBox {
    flex: 0 1 auto;
    width: 100%;
    max-width: 240px;
  }
}
.Footer-Inner-ImgBox img {
  width: 23.22vw;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-ImgBox img {
    width: 100%;
  }
}
.Footer-Inner-Copy {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Copy {
    margin-top: 24px;
    flex: 0 1 auto;
    width: 100%;
  }
}
.Footer-Inner-LinkBox {
  flex: 2;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-LinkBox {
    margin-top: 24px;
    flex: 0 1 auto;
  }
}
.Footer-Inner-LinkBox-Content {
  margin-left: auto;
  width: 164px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-LinkBox-Content {
    margin-right: auto;
    width: 100%;
  }
}
.Footer-Inner-LinkBox-Content-Item {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-LinkBox-Content-Item {
    text-align: center;
  }
}
.Footer-Inner-LinkBox-Content-Item:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-LinkBox-Content-Item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.Footer-Inner-LinkBox-Content-Item-Img {
  width: 32px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-LinkBox-Content-Item-Img {
    margin-left: auto;
    margin-right: auto;
  }
}
.HeaderLayer {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.Header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header {
    padding-left: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header {
    padding-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Header {
    padding-left: 14px;
  }
}
.Header-Inner {
  height: 100%;
}
.Header-Inner-Content {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.Header-Inner-Content-Left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left {
    width: 100%;
  }
}
.Header-Inner-Content-Left-ImgBox {
  max-width: 23.22vw;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left-ImgBox {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-ImgBox {
    max-width: 150px;
  }
}
.Header-Inner-Content-Right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 5;
}
.Header-Inner-Content-Right-Item {
  display: flex;
  flex-wrap: nowrap;
  flex: none;
  height: 100%;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right-Item {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item {
    display: none;
  }
}
.Header-Inner-Content-Right-Item.Hm {
  padding-right: 0;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
.Header-Inner-Content-Right-Item-Link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.Header-Inner-Content-Right-Item-Link img {
  width: 10vw;
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item-Link img {
    width: 80px;
  }
}
.BreadcrumbSection {
  padding-top: 24px;
}
.Breadcrumb-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Breadcrumb-Inner {
    padding-left: 14px;
  }
}
.Breadcrumb-Inner-List-Item {
  display: inline;
  color: #4c4948;
  font-size: 14px;
}
.Breadcrumb-Inner-List-Item::after {
  content: '＞';
  padding: 0 16px;
}
.Breadcrumb-Inner-List-Item:last-child::after {
  content: '';
}
.Breadcrumb-Inner-List-Item-Link {
  display: inline-block;
}
.MenuLayer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 100vh;
  background: #f04736;
  z-index: 100001;
}
@media screen and (max-width: 480px) {
  .MenuLayer {
    width: 65vw;
  }
}
.JS_SlideMenu_Contents {
  transition: all 0.2s;
  transform: translate(50vw);
}
@media screen and (max-width: 480px) {
  .JS_SlideMenu_Contents {
    transform: translate(65vw);
  }
}
.JS_SlideMenu_Contents.isShow {
  transform: translate(0);
}
.Menu {
  width: 100%;
  height: 100%;
}
.Menu-Head {
  padding-top: 36px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  background: #f04736;
}
@media screen and (max-width: 480px) {
  .Menu-Head {
    padding-top: 24px;
    padding-right: 24px;
  }
}
.Menu-Head-MenuIcon {
  position: relative;
  margin-left: auto;
  width: 2.8vw;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .Menu-Head-MenuIcon {
    width: 24px;
  }
}
.Menu-Inner {
  padding-left: 10vw;
  padding-top: 7.5vw;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .Menu-Inner {
    padding-left: 4vw;
    padding-top: 8vw;
  }
}
.Menu-Inner-List {
  width: 100%;
}
.Menu-Inner-List-Item {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: #fff;
}
.Menu-Inner-List-Item:nth-child(n+2) {
  margin-top: 1.66vw;
}
@media screen and (max-width: 480px) {
  .Menu-Inner-List-Item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.Menu-Inner-List-Item-Link {
  width: 100%;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .Menu-Inner-List-Item-Link {
    font-size: 18px;
  }
}
.Menu-Inner-List-Item-Link-Sub {
  margin-left: 2.5vw;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Menu-Inner-List-Item-Link-Sub {
    margin-left: 8px;
    font-size: 14px;
  }
}
/* ---------------------------- */
/* --- HeroSection --- */
/* ---------------------------- */
.HeroSection {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../images/index-kv.jpg) no-repeat center;
    background-size: cover;
    margin-top: 60px;
}
@media screen and (max-width: 480px) {
 .HeroSection {
    height: 200px;
    margin-top: 20px;
}
}
.Hero-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.Hero-Inner-Title {
    text-align: center;
    letter-spacing: 0.15em;
    color: #fff;
    font-weight: bold;
    font-size: 70px;
}
img.page-top-h1-img {
    width: 430px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Title {
    font-size: 28px;
    margin-bottom: 15px;
}
	img.page-top-h1-img {
    width: 240px;
}
}
.Hero-Inner-SubTitle {
  margin-top: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-SubTitle {
    margin-top: 0;
    font-size: 18px;
  }
}
/* ---------------------------- */
/* --- PrivacySection --- */
/* ---------------------------- */
.PrivacySection {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .PrivacySection {
    padding-top: 60px;
  }
}
.Privacy-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Privacy-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Privacy-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.Privacy-Inner-Headline {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .Privacy-Inner-Headline {
    font-size: 24px;
  }
}
.Privacy-Inner-Text {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}
.Privacy-Inner-Text.first {
  margin-top: 36px;
}
.Privacy-Inner-Text.second {
  margin-top: 16px;
}
.Privacy-Inner-List {
  margin-top: 16px;
}
.Privacy-Inner-List-Item {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Privacy-Inner-List-Item {
    letter-spacing: inherit;
    font-size: 14px;
  }
}
	.sp {
    display: none;
}
@media screen and (max-width: 480px) {
	.pc {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.footer-links-item {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px;
		padding: 0px 30px;
}
	.Footer {
    background: #000000;
    padding: 45px 0;
}
	
	
}	
	
	@media screen and (max-width: 750px) {
	.Header-Inner-Content-Left {
    min-width: auto;
}
	.Header {
    padding-left: 14px;
	  height: 60px;
}
	.Menu-Head {
    background: #115087;
		padding-top: 24px;
    padding-right: 24px;
}
	.Menu-Inner {
    padding-left: 4vw;
    padding-top: 8vw;
    background: #115087;
}
	.Header-Inner-Content-Right-Item-Link img {
    width: 45px;
}
	.Header-Inner-Content-Right {
    margin-right: 10px;
}
	.Header-Inner-Content-Right-Item-Link {
    justify-content: flex-end;
}
	
	
}