@charset "utf-8";

body{
	overflow-x: hidden;
}

@import url('http://fonts.cdnfonts.com/css/sequel');

.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 {
    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;
}

@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%;
}


@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left {
    width: 100%;
	  min-width: auto;
  }
}
.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;
}

.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;
}

.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%;
}

.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: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/wp-content/uploads/2021/10/top-bg-mask01.png),url(/wp-content/uploads/2021/10/top-image.png) no-repeat center;
    background-size: cover;
}
.Hero-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.Hero-Inner-Title {
    letter-spacing: 0.15em;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}
img.orijinal-title {
    width: 85%;
}
@media screen and (max-width: 480px) {
  img.orijinal-title {
    width: 100%;
}
}
.Hero-Inner-SubTitle {
    margin-top: 0px;
    padding-top: 45px;
    padding-bottom: 28px;
    width: 100%;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-SubTitle {
    margin-top: 24px;
    padding-top: 0px;
    padding-bottom: 16px;
    padding-right: 8px;
  }
}
.Hero-Inner-SubTitle-Span {
    letter-spacing: 0.01em;
    color: #fff;
    font-size: 60px;
    font-family: "Hiragino Kaku Gothic ProN","ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
    font-weight: 800;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-SubTitle-Span {
    font-size: 6vw;
  }
}
/* ---------------------------- */
/* --- AboutSection --- */
/* ---------------------------- */
.AboutSection {
  padding-top: 120px;
  padding-bottom: 72px;
	position: relative;
}
.top-bg-image01 {
    position: absolute;
    top: 0;
    z-index: 1;
}
@media screen and (max-width: 480px) {
  .AboutSection {
    padding-top: 60px;
    padding-bottom: 0px;
}
}
.About-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: column;
   
}


@media screen and (max-width: 1025px) and (min-width: 769px) {
  .About-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .About-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.About-Inner-Headline {
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    font-size: 60px;
    margin: 0 auto;
}
img.who-title {
    width: 300px;
}

.About {
    text-align: center;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 480px) {
  .About-Inner-Headline {
    font-size: 25px;
}

.Hero-Inner-Title{
	font-size: 11vw;
}

	img.who-title {
    width: 175px;
}
}
.About-Inner-Text {
    margin-top: 35px;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    font-size: 25px;
}
@media screen and (max-width: 480px) {
 .About-Inner-Text {
    margin-top: 16px;
    letter-spacing: 0.01em;
    font-size: 14px;
}
}
/* ---------------------------- */
/* --- PhilosophySection --- */
/* ---------------------------- */
.PhilosophySection {
  padding-top: 120px;
  padding-bottom: 150px;
  background: #fff;
}
@media screen and (max-width: 480px) {
 .PhilosophySection {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
.Philosophy-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: column;
	position: relative;
    z-index: 2;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Philosophy-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Philosophy-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.Philosophy-Inner-Headline {
    line-height: 1.2;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
	margin: 0 auto;
}
img.our-title {
    width: 420px;
}
@media screen and (max-width: 480px) {
  .Philosophy-Inner-Headline {
    font-size: 25px;
}
	img.our-title {
    width: 235px;
}
}
.Philosophy-Inner-Text {
    margin-top: 25px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
@media screen and (max-width: 480px) {
 .Philosophy-Inner-Text {
    margin-top: 19px;
    letter-spacing: 0.01em;
    font-size: 14px;
}
}
/* ---------------------------- */
/* --- BusinessSection --- */
/* ---------------------------- */
.BusinessSection {
    padding-top: 15px;
    padding-bottom: 170px;
    position: relative;
}
.Business {
    position: relative;
    z-index: 2;
}
.top-bg-image02 {
    position: absolute;
    bottom: 0;
}
@media screen and (max-width: 480px) {
  .BusinessSection {
    padding-top: 0px;
    padding-bottom: 60px;
}
}
.Business-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Business-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Business-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.Business-Inner-Headline {
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
	margin: 0 auto;
}
img.ourbusiness-title {
    width: 380px;
}
@media screen and (max-width: 480px) {
  .Business-Inner-Headline {
    font-size: 25px;
}
	img.ourbusiness-title {
    width: 201px;
}
}
.Business-Inner-Text {
    color: #000000;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
@media screen and (max-width: 480px) {
  .Business-Inner-Text {
    padding-left: 0;
    letter-spacing: 0.01em;
    font-size: 15px;
  }
}
.Business-Inner-Text.isFirst {
    margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .Business-Inner-Text.isFirst {
    margin-top: 25px;
	  line-height: 29px;
}
}
.Business-Inner-Text.isSecond {
    margin-top: 25px;
	line-height: 29px;
}
@media screen and (max-width: 480px) {
  .Business-Inner-Text.isSecond {
    margin-top: 18px;
  }
}
/* ---------------------------- */
/* --- NewsSection --- */
/* ---------------------------- */
.NewsSection {
    padding-top: 100px;
    background: #fff;
    padding-bottom: 120px;
    background-image: url(/wp-content/uploads/2021/10/news-bgimg01.png),url(/wp-content/uploads/2021/10/newsbg-img02.png);
}
@media screen and (max-width: 480px) {
  .NewsSection {
    padding-top: 60px;
}
}
.News-Inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
    display: flex;
	color: #ffffff;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .News-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .News-Inner {
    padding-left: 14px;
    padding-right: 14px;
    display: block;
}
}
.News-Inner-Headline {
    line-height: 1.2;
    font-weight: bold;
    font-size: 40px;
    margin-right: 50px;
}
img.news-title-img {
    width: 115px;
}
@media screen and (max-width: 480px) {
  .News-Inner-Headline {
    font-size: 32px;
  }
	img.news-title-img {
    width: 90px;
}
}
.News-Inner-Text {
  margin-top: 54px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .News-Inner-Text {
    margin-top: 27px;
    font-size: 14px;
  }
}
.News-Inner-Card {
    width: 100%;
}
@media screen and (max-width: 480px) {
  .News-Inner-Card {
    margin-top: 35px;
    flex-wrap: wrap;
}
}
.News-Inner-Card-Item {
    padding-top: 16px;
    display: flex;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 16px;
	margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .News-Inner-Card-Item {
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
}
}
.News-Inner-Card-Item-Cat {
  color: #f04736;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .News-Inner-Card-Item-Cat {
    font-size: 18px;
  }
}
.News-Inner-Card-Item-Date {
    font-size: 18px;
    margin-right: 35px;
}
@media screen and (max-width: 480px) {
 .News-Inner-Card-Item-Date {
    margin-top: 0px;
    font-size: 14px;
}
}
.News-Inner-Card-Item-Text {
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 480px) {
 .News-Inner-Card-Item-Text {
    letter-spacing: 0.01em;
    margin-top: 0px;
    font-size: 15px;
}
}
.News-Inner-Btn {
    position: relative;
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 21px;
	transition: 0.5s;
}
.News-Inner-Btn:hover {
	 background: #000000;
	 color: #ffffff;
}
@media screen and (max-width: 480px) {
  .News-Inner-Btn {
    margin-top: 50px;
    padding-left: 0px;
    width: 273px;
    height: 46px;
    font-size: 18px;
}
}
.News-Inner-Btn-Icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 480px) {
  .News-Inner-Btn-Icon {
    right: 16px;
    width: 32px;
  }
}

	.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-copy-light {
    font-size: 4vw;
}
	.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-Item-Link {
    justify-content: flex-end;
}
	
	
}

