@media screen and (max-width: 768px) and (min-width: 481px) {
	.Page{
		margin:auto;
	}

}
.Breadcrumb {
  padding-left: 120px;
  width: 50%;
  height: 60px;
  line-height: 60px;
  background: #222;
}
@media screen and (max-width: 768px) {
  .Breadcrumb {
    padding-left: 4.8vw;
    width: 86.9%;
    height: 40px;
    line-height: 40px;
  }
}
.Breadcrumb-List-Item {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Breadcrumb-List-Item {
    font-size: 2.8vw;
  }
}
.Breadcrumb-List-Item::after {
  content: '＞';
  padding: 0 8px;
  color: #fff;
}
.Breadcrumb-List-Item:last-child::after {
  content: '';
}
.Breadcrumb-List-Item-Text {
  display: inline-block;
  color: #fff;
}
.Breadcrumb-List-Item-Text.isLink {
  text-decoration: underline;
}
.ContactSection {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .ContactSection {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .Contact-Inner {
    padding-left: 8.4vw;
    padding-right: 8.4vw;
  }
}
.Contact-Inner-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 207px;
}
.Contact-Inner-Border {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Border {
    margin-top: 18px;
  }
}
.Contact-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-SubHeadline {
    margin-top: 12px;
    font-size: 2.8vw;
  }
}
.Contact-Inner-SubHeadline02 {
  margin-top: 40px;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-SubHeadline02 {
    margin-top: 27px;
    font-size: 4.3vw;
  }
}
.Contact-Inner-Text {
  margin-top: 40px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Text {
    margin-top: 25px;
    font-size: 2.8vw;
  }
}
.Contact-Inner-Btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 640px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00b800;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Btn {
    margin-top: 24px;
    width: 100%;
    height: 75px;
    font-size: 5vw;
  }
}
.Contact-Inner-Btn img {
  margin-right: 24px;
  width: 40px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Btn img {
    margin-right: 15px;
  }
}
.FindSection {
  position: relative;
  padding-top: 88px;
  padding-bottom: 88px;
  background: url("../../images/index-find-bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .FindSection {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../../images/index-find-bgSp.jpg") no-repeat center;
    background-size: cover;
  }
}
.Find-Inner-Box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 48px;
  width: 100%;
  max-width: 340px;
  background: rgba(0,0,0,0.6);
}
@media screen and (max-width: 768px) {
  .Find-Inner-Box {
    padding-top: 40px;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    padding-bottom: 55px;
    width: 79.4%;
  }
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
.Find-Inner-Box-Headline {
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Headline {
    font-size: 8.6vw;
  }
}
.Find-Inner-Box-SubHeadline {
  margin-top: 10px;
  text-align: center;
  color: #d9b97a;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-SubHeadline {
    margin-top: 20px;
    font-size: 4.8vw;
  }
}
.Find-Inner-Box-Border {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Border {
    margin-top: 30px;
  }
}
.Find-Inner-Box-Text {
  margin-top: 42px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Text {
    margin-top: 28px;
    font-size: 3.6vw;
  }
}
.Find-Inner-Box-Btn {
  position: relative;
  margin-top: 20px;
  border: 1px solid #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Btn {
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 4.3vw;
  }
}
.Find-Inner-Box-Btn:hover {
  border: 1px solid rgba(255,255,255,0.4);
}
.Find-Inner-Box-Btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Btn::before {
    left: 5.7vw;
    width: 30px;
    height: 2px;
  }
}
.Find-Inner-Box-Btn:hover::before {
  background: rgba(255,255,255,0.65);
  animation-name: btn_hover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@-moz-keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.FooterSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .FooterSection {
    padding-top: 70px;
    padding-bottom: 128px;
  }
}
.Footer-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1360px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.Footer-Inner-Logo {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
.Footer-Inner-Border {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #4e4e4e;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Border {
    margin-top: 20px;
  }
}
.Footer-Inner-Info {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 475px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Info {
    margin-top: 20px;
    display: none;
  }
}
.Footer-Inner-Info .isGray {
  color: #7a7a7a;
}
.Footer-Inner-InfoSp {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-InfoSp {
    display: block;
  }
}
.Footer-Inner-Copy {
  margin-top: 56px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.FixedCTASection {
  position: fixed;
  bottom: 0px;
  z-index: 24;
  width: 100%;
  border-top: 6px solid #d2c7b2;
  background: #1a1b21;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s all;
}
.FixedCTASection.isShow {
  pointer-events: auto;
  opacity: 1;
}
.FixedCTA-Inner {
  padding-left: 4.8vw;
  padding-right: 4.8vw;
  width: 100%;
  height: 83px;
  display: flex;
  align-items: center;
}
.FixedCTA-Inner-Btn {
  width: calc((100% - 15px) / 2);
}
.FixedCTA-Inner-Btn:nth-child(2) {
  margin-left: 15px;
}
.Menu_Trigger {
  position: fixed;
  z-index: 10;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 20px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .Menu_Trigger {
    top: 3.7vw;
    right: 2.7vw;
  }
}
.Menu_Trigger:hover {
  opacity: 0.65;
}
.Menu_Trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #222;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Menu_Trigger span {
    height: 1px;
  }
}
.Page.isKasou .Menu_Trigger span {
  background-color: #fff;
}
.Menu_Trigger span:nth-of-type(1) {
  top: 0;
  width: 80%;
}
.Menu_Trigger span:nth-of-type(2) {
  top: 9px;
  width: 100%;
}
.Menu_Trigger span:nth-of-type(3) {
  bottom: 0;
  width: 62.5%;
}
.isActive .Menu_Trigger span {
  background-color: #fff;
}
.isActive .Menu_Trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  width: 100%;
}
.isActive .Menu_Trigger span:nth-of-type(2) {
  opacity: 0;
}
.isActive .Menu_Trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  width: 100%;
}
.isActive .Nav {
  left: 0;
  opacity: 1;
}
.Nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 11;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .Nav {
    right: -220px;
    width: 220px;
  }
}
.Nav-Inner {
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .Nav-Inner {
    padding: 2.7vw;
  }
}
.Nav-Inner-List-Item {
  border-bottom: 1px solid #ccc;
}
.Nav-Inner-List-Item-Link {
  padding: 1em;
  letter-spacing: 0.025em;
  color: #333;
  font-size: 20px;
  transition-duration: 0.2s;
}
@media screen and (max-width: 480px) {
  .Nav-Inner-List-Item-Link {
    padding: 0.8em;
    font-size: 3.6vw;
  }
}
.Nav-Inner-List-Item-Link:hover {
  background: #e7e7e7;
}
.MaskLayer {
  display: none;
  transition: all 0.5s;
}
.isActive .MaskLayer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
.LogoBox {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .LogoBox {
    top: 3.7vw;
    left: 4.8vw;
    flex-wrap: wrap-reverse;
  }
}
.LogoBox-Logo {
  width: 136px;
}
@media screen and (max-width: 480px) {
  .LogoBox-Logo {
    margin-top: 16px;
    width: 100px;
  }
}
.LogoBox-Text {
  margin-left: 27px;
  letter-spacing: 0.12em;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .LogoBox-Text {
    margin-left: 0;
    width: 100%;
    font-size: 3.3vw;
  }
}
.Page.isKasou .LogoBox-Text {
  color: #fff;
}
/* ---------------------------- */
/* --- 背景動画 --- */
/* ---------------------------- */
#VideoArea {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 480px) {
  .player {
    height: 177.77777778vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
	.player {
		 height: 253vw;
	}
	
}
#PC-PLAYER {
  visibility: visible;
}
@media screen and (max-width: 480px) {
  #PC-PLAYER {
    visibility: hidden;
  }
}
#SP-PLAYER {
  visibility: hidden;
}

@media screen and (max-width: 480px) {
  #SP-PLAYER {
    visibility: visible;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
	  #PC-PLAYER {
		  visibility: hidden;
	}
	#SP-PLAYER {
		visibility: visible;
  }
}

/* ---------------------------- */
/* --- HeroSection --- */
/* ---------------------------- */
.JS_Change_Contents {
  transition: all 0.3s ease-out;
}
.JS_Change_Contents.isScrolled {
  background-color: rgba(255,255,255,0.3);
}
.HeroSection {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .HeroSection {
    height: 675px;
  }
}
.HeroSection.isScrolled {
  background: rgba(255,255,255,0.3);
}
.HeroSection-Copy {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
}
@media screen and (max-width: 480px) {
  .HeroSection-Copy {
    top: 48%;
    right: 4.8vw;
  }
}
@media screen and (max-width: 480px) {
  .Hero {
    height: 100%;
  }
}
.Hero-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .Hero-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
@media screen and (max-width: 480px) {
  .Hero-Inner {
    height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Head {
    margin-top: auto;
  }
}
.Hero-Inner-Head-Title {
  letter-spacing: 0.48em;
  opacity: 0;
}
.Hero-Inner-Head-Title.isShow {
  opacity: 1;
}
.Hero-Inner-Head-Title span {
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 0;
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: 27px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Head-Title span {
    font-size: 4.8vw;
  }
}
.Hero-Inner-Head-Title span:first-child {
  padding-left: 4px;
}
.Hero-Inner-Head-Title.is02 {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Head-Title.is02 {
    margin-top: 12px;
  }
}
.Hero-Inner-Head-Title.is03 {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Head-Title.is03 {
    margin-top: 12px;
  }
}
.Hero-Inner-Btn {
  position: relative;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 86px;
  padding-left: 82px;
  padding-right: 54px;
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 66px;
    padding-right: 66px;
    width: 80%;
    height: 66px;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 320px) {
  .Hero-Inner-Btn {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.Hero-Inner-Btn:hover {
  border-top: 1px solid rgba(226,226,226,0.4);
  border-bottom: 1px solid rgba(226,226,226,0.4);
}
.Hero-Inner-Btn span {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Btn span {
    font-size: 2.8vw;
  }
}
.Hero-Inner-Btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #222;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .Hero-Inner-Btn::before {
    left: 32px;
  }
}
@media screen and (max-width: 320px) {
  .Hero-Inner-Btn::before {
    left: 24px;
  }
}
.eachTextAnime.appeartext span {
  animation-name: text_anime_on;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.Hero-Inner-Btn:hover::before {
  background: rgba(34,34,34,0.65);
  animation-name: btn_hover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
/* ---------------------------- */
/* --- ループ画像 --- */
/* ---------------------------- */
.LoopPanel {
  position: relative;
  display: flex;
  width: 100vw;
  height: 41.66vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
.LoopPanel {
  display: none;
	}
}
@media screen and (max-width: 480px) {
  .LoopPanel {
    display: none;
  }
}
.LoopPanel-Img01 {
  width: auto;
  height: 100%;
  animation: loop 80s -40s linear infinite;
}
.LoopPanel-Img02 {
  width: auto;
  height: 100%;
  animation: loop2 80s linear infinite;
}
.LoopPanel-Text {
  position: absolute;
  right: -18px;
  bottom: -5px;
  width: 48%;
}
.LoopPanelSp {
  position: relative;
  display: none;
  width: 100vw;
  height: 67.14vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
	.LoopPanelSp {
		display: flex;
		width: 768px;
	}
}
@media screen and (max-width: 480px) {
  .LoopPanelSp {
    display: flex;
  }
}
.LoopPanelSp-Img01 {
  width: auto;
  height: 100%;
  animation: loop 50s -25s linear infinite;
}
.LoopPanelSp-Img02 {
  width: auto;
  height: 100%;
  animation: loop2 50s linear infinite;
}
.LoopPanelSp-Text {
  position: absolute;
  right: -14px;
  bottom: -2px;
  width: 83%;
}
/* ---------------------------- */
/* --- Panelブロック --- */
/* ---------------------------- */
.Panel {
  width: 100%;
}
.Panel-Img {
  padding-top: 27.77%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Panel-Img {
    display: none;
  }
}
.Panel-Img.isDesign {
  padding-top: 41.66%;
}
.Panel-ImgSp {
  padding-top: 48.3%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .Panel-ImgSp {
    display: block;
  }
}
.Panel-ImgSp.isDesign {
  padding-top: 67.14%;
}
.Box.isConcept {
  transition: all 0.3s ease-out;
}
.Box.isConcept.isScrolled {
  background-color: rgba(255,255,255,0.3);
}
.Box.isDesign {
  background-color: rgba(255,255,255,0.5);
}
.Box.isPrivacy {
  background-color: rgba(255,255,255,0.5);
}
.Box.isValue {
  background-color: rgba(255,255,255,0.8);
}
.Box.isSerendipity {
  background-color: rgba(255,255,255,0.8);
}
.Box-Inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 110px;
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
}
.Box-Inner-btn{
	display:none;
}
@media screen and (max-width: 768px) {
  .Box-Inner {
    padding-top: 60px;
    padding-left: 4.8vw;
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .Box-Inner.isConcept {
    padding-top: 120px;
  }
}
.Box-Inner-Head {
  position: relative;
  padding-top: 80px;
  padding-left: 100px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Box-Inner-Head {
    padding-top: 55px;
    padding-left: 7.2vw;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head {
    padding-top: 46px;
  }
}
.Box-Inner-Head.isConcept {
  padding-top: 138px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isConcept {
    padding-top: 74px;
  }
	.Box-Inner-btn{
		display:block;
	padding-bottom:56px;
}
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isConcept {
    padding-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isPrivacy {
    padding-top: 48px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isPrivacy {
    padding-top: 44px;
  }
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isValue {
    padding-top: 42px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isValue {
    padding-top: 38px;
  }
}
.Box-Inner-Head.isSerendipity {
  padding-top: 64px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isSerendipity {
    padding-top: 39px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isSerendipity {
    padding-top: 36px;
  }
}
.Box-Inner-Head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 170px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head::before {
    height: 110px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head::before {
    height: 92px;
  }
}
.Box-Inner-Head-Headline {
  position: absolute;
  top: 20px;
  left: 60px;
  letter-spacing: 0.1em;
  font-size: 110px;
  opacity: 0.16;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head-Headline {
    top: 7px;
    left: 14px;
    font-size: 18vw;
  }
}
.Box-Inner-Head-Headline.isConcept {
  font-size: 80px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head-Headline.isConcept {
    font-size: 12vw;
  }
}
.Box-Inner-Head-Headline.isSerendipity {
  font-size: 80px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head-Headline.isSerendipity {
    font-size: 12vw;
  }
}
.Box-Inner-Head-Headline span {
  opacity: 0;
}
.Box-Inner-Head-Text {
  line-height: 1.8;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head-Text {
    line-height: 1.7;
    font-size: 4vw;
  }
}
.Box-Inner-Head-Text.isSerendipity {
  line-height: inherit;
}
.Box-Inner-Head-Text span {
  opacity: 0;
}
.Box-Inner-Text {
  padding-top: 110px;
  width: 40%;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Box-Inner-Text {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 7.8vw;
	  padding-right:8vw;
    line-height: 1.7;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .Box-Inner-Text {
    font-size: 3.3vw;
  }
}
.Box-Inner-Text.isConcept {
  padding-top: 72px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Text.isConcept {
    padding-top: 0;
  }
}
.Box-Inner-Head.isConcept::before {
  height: 180px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isConcept::before {
    height: 110px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isConcept::before {
    height: 90px;
  }
}
.Box-Inner-Head.isDesign::before {
  height: 230px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isDesign::before {
    height: 145px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isDesign::before {
    height: 118px;
  }
}
.Box-Inner-Head.isSerendipity::before {
  height: 100px;
}
@media screen and (max-width: 480px) {
  .Box-Inner-Head.isSerendipity::before {
    height: 65px;
  }
}
@media screen and (max-width: 320px) {
  .Box-Inner-Head.isSerendipity::before {
    height: 54px;
  }
}
/* ---------------------------- */
/* --- StaffSection --- */
/* ---------------------------- */
.StaffSection {
  position: relative;
  padding-top: 120px;
  background: #fff;
}
.Staff{
	width:90%;
	margin:auto;
}
@media screen and (max-width: 480px) {
  .StaffSection {
    padding-top: 78px;
  }
}
.Staff-Inner-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 115px;
}
.Staff-Inner-Border {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 20px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .Staff-Inner-Border {
    margin-top: 15px;
  }
}
.Staff-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Staff-Inner-SubHeadline {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 4.3vw;
  }
}
.Staff-Inner-SubHeadline02 {
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Staff-Inner-SubHeadline02 {
    margin-top: 30px;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    text-align: left;
    line-height: 1.5;
    font-size: 4.2vw;
  }
}
.Staff-Inner-Text {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Staff-Inner-Text {
    margin-top: 20px;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    text-align: left;
    font-size: 3.3vw;
  }
}
.Staff-Inner-Panel {
  margin-top: 72px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Staff-Inner-Panel {
    margin-top: 40px;
  }
}
.Staff-Inner-Panel-Item {
  width: 100%;
}
.Staff-Inner-Panel-Item-Img {
  padding-top: 27.85%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Staff-Inner-Panel-Item-Img {
    display: none;
  }
}
.Staff-Inner-Panel-Item-ImgSp {
  padding-top: 88.16%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .Staff-Inner-Panel-Item-ImgSp {
    display: block;
  }
}
/* ---------------------------- */
/* --- SupportSection --- */
/* ---------------------------- */
.SupportSection {
  position: relative;
  padding-top: 120px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .SupportSection {
    padding-top: 60px;
  }
}
.Support-Inner-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 306px;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Headline {
    width: 67%;
  }
}
.Support-Inner-Border {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 20px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .Support-Inner-Border {
    margin-top: 15px;
  }
}
.Support-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Support-Inner-SubHeadline {
    margin-top: 15px;
    font-size: 4.3vw;
  }
}
.Support-Inner-Panel {
  position: relative;
  margin-top: 80px;
  width: 100%;
  max-width: 1360px;
}
@media screen and (min-width: 1601px) {
  .Support-Inner-Panel {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
  }
}
.Support-Inner-Panel.is02 {
  margin-top: 130px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel.is02 {
    margin-top: 40px;
    flex-wrap: wrap-reverse;
  }
}
.Support-Inner-Panel-ImgBox {
  position: relative;
  z-index: 2;
  width: 58.82%;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel-ImgBox {
    width: 100%;
  }
}
.Support-Inner-Panel-ImgBox.is02 {
  margin-left: auto;
}
.Support-Inner-Panel-ImgBox-Img {
  padding-top: 62.5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel-ImgBox-Img {
    display: none;
  }
}
.Support-Inner-Panel-ImgBox-ImgSp {
  padding-top: 60.38%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel-ImgBox-ImgSp {
    display: block;
  }
}
.Support-Inner-Panel-Box {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1;
  padding-top: 84px;
  padding-left: 110px;
  padding-right: 74px;
  padding-bottom: 50px;
  width: 44.1%;
  background: url("../../images/index-support-bg01.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel-Box {
    position: relative;
    top: inherit;
    z-index: 3;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 66px;
    padding-left: 5.7vw;
    padding-right: 5.7vw;
    padding-bottom: 36px;
    width: 87.9%;
  }
}
.Support-Inner-Panel-Box.is02 {
  left: 0;
  right: inherit;
  padding-left: 74px;
  padding-right: 110px;
  background: url("../../images/index-support-bg02.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .Support-Inner-Panel-Box.is02 {
    padding-left: 5.7vw;
    padding-right: 5.7vw;
  }
}
.Support-Inner-Panel-Box-Sign {
  position: absolute;
  top: -20px;
  right: 0;
  width: 164px;
}
@media screen and (max-width: 480px) {
  .Support-Inner-Panel-Box-Sign {
    top: -12px;
    right: -10px;
    width: 130px;
  }
}
.Support-Inner-Panel-Box-Sign.is02 {
  top: 32px;
  right: 56px;
  width: 192px;
}
@media screen and (max-width: 480px) {
  .Support-Inner-Panel-Box-Sign.is02 {
    right: -20px;
    width: 129px;
  }
}
.Support-Inner-Panel-Box-SubHeadline {
  line-height: 2;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Support-Inner-Panel-Box-SubHeadline {
    line-height: 1.5;
    font-size: 4.8vw;
  }
}
.Support-Inner-Panel-Box-Text {
  margin-top: 54px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Support-Inner-Panel-Box-Text {
    margin-top: 24px;
    font-size: 3.3vw;
  }
}
/* ---------------------------- */
/* --- BeginnerSection --- */
/* ---------------------------- */
.BeginnerSection {
  position: relative;
  padding-top: 294px;
  padding-bottom: 160px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .BeginnerSection {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.Beginner-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
.Beginner-Inner-Sign {
  position: absolute;
  top: -74px;
  left: 53%;
  transform: translateX(-50%) skewY(-7deg);
  z-index: 2;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .Beginner-Inner-Sign {
    top: -43px;
    left: 4.8vw;
    transform: skewY(-7deg);
    width: 66.9%;
  }
}
.Beginner-Inner-Headline {
  color: #b39355;
  font-size: 36px;
}
.Beginner-Inner-Card {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Beginner-Inner-Card {
    flex-wrap: wrap;
  }
}
.Beginner-Inner-Card-Item {
  position: relative;
  padding-bottom: 180px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Beginner-Inner-Card-Item {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 177px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .Beginner-Inner-Card-Item:nth-child(2) {
    margin-top: 50px;
  }
}
.Beginner-Inner-Card-Item-ImgBox {
  width: 100%;
  overflow: hidden;
}
.Beginner-Inner-Card-Item-ImgBox-Img {
  padding-top: 60%;
  width: 100%;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .Beginner-Inner-Card-Item-ImgBox-Img {
    padding-top: 66.6%;
  }
}
.Beginner-Inner-Card-Item-ImgBox-Img:hover {
  transition: 0.4s all;
  transform: scale(1.1);
}
.Beginner-Inner-Card-Item-Box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  width: 84%;
  background: #d2c7b2;
}
@media screen and (max-width: 768px) {
  .Beginner-Inner-Card-Item-Box {
    width: 86.6%;
  }
}
.Beginner-Inner-Card-Item-Box-Headline {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Beginner-Inner-Card-Item-Box-Headline {
    font-size: 5.7vw;
  }
}
.Beginner-Inner-Card-Item-Box-Text {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Beginner-Inner-Card-Item-Box-Text {
    font-size: 3.3vw;
  }
}
.Beginner-Inner-Card-Item-Box-Btn {
  position: relative;
  margin-top: 24px;
  border-top: 1px solid #fff;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Beginner-Inner-Card-Item-Box-Btn {
    font-size: 3.8vw;
  }
}
.Beginner-Inner-Card-Item-Box-Btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #fff;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .Beginner-Inner-Card-Item-Box-Btn::before {
    left: 7.6vw;
  }
}
.Beginner-Inner-Card-Item-Box-Btn:hover::before {
  background: rgba(255,255,255,0.65);
  animation-name: btn_hover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
/* ---------------------------- */
/* --- InterviewSection --- */
/* ---------------------------- */
.Kara {
  display: none;
}
@media screen and (max-width: 768px) {
  .Kara {
    width: 100%;
    height: 90px;
    background: #fff;
    display: block;
  }
}
.InterviewSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 180px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .InterviewSection {
    padding-top: 125px;
    padding-bottom: 125px;
    background: url("../../images/index-interview-bgSp.jpg") no-repeat center;
    background-size: cover;
  }
}
.InterviewSection-Bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .InterviewSection-Bg {
    display: none;
  }
}
.InterviewSection-Bg-Img {
  padding-top: 28.98%;
  width: 100%;
}
.Interview-Inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1040px;
}
.Interview-Inner-Box {
  padding-top: 40px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 72px;
  width: 43.84%;
  max-width: 456px;
  background: rgba(34,34,34,0.6);
}
@media screen and (max-width: 768px) {
  .Interview-Inner-Box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    width: 79.7%;
  }
}
.Interview-Inner-Box-Headline {
  text-align: center;
  color: #fff;
  font-size: 31px;
}
@media screen and (max-width: 480px) {
  .Interview-Inner-Box-Headline {
    font-size: 7.1vw;
  }
}
@media screen and (max-width: 320px) {
  .Interview-Inner-Box-Headline {
    font-size: 6.9vw;
  }
}
.Interview-Inner-Box-SubHeadline {
  margin-top: 10px;
  text-align: center;
  color: #d9b97a;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Interview-Inner-Box-SubHeadline {
    font-size: 4.8vw;
  }
}
.Interview-Inner-Box-Border {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}
.Interview-Inner-Box-Text {
  margin-top: 32px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Interview-Inner-Box-Text {
    margin-top: 28px;
    font-size: 3.6vw;
  }
}
.Interview-Inner-Box-Btn {
  margin-top: 20px;
  border: 1px solid #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .Interview-Inner-Box-Btn {
    margin-top: 36px;
    font-size: 4.3vw;
  }
}
.Interview-Inner-Box-Btn:hover {
  border: 1px solid rgba(255,255,255,0.4);
}
.Interview-Inner-Box-Btn span {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .Interview-Inner-Box-Btn span {
    padding-left: 35px;
  }
}
.Interview-Inner-Box-Btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .Interview-Inner-Box-Btn span::before {
    height: 2px;
  }
}
.Interview-Inner-Box-Btn:hover span::before {
  background: rgba(255,255,255,0.65);
  animation-name: btn_hover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
/* ---------------------------- */
/* --- MovieSection --- */
/* ---------------------------- */
.MovieSection {
  position: relative;
  padding-top: 180px;
  padding-bottom: 148px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .MovieSection {
    padding-top: 90px;
    padding-bottom: 74px;
  }
}
.Movie-Inner {
  margin-left: auto;
  width: 100%;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1601px) {
  .Movie-Inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .Movie-Inner {
    flex-wrap: wrap;
  }
}
.Movie-Inner-Head {
  position: relative;
  width: 27.91%;
}
@media screen and (max-width: 768px) {
  .Movie-Inner-Head {
    width: 100%;
  }
}
.Movie-Inner-Head-Sign {
  position: absolute;
  top: -32px;
  left: 0;
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .Movie-Inner-Head-Sign {
    left: 50%;
    transform: translateX(-50%);
    width: 64.6%;
  }
}
.Movie-Inner-Head-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 334px;
}
@media screen and (max-width: 768px) {
  .Movie-Inner-Head-Headline {
    width: 73%;
  }
}
.Movie-Inner-Head-Border {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .Movie-Inner-Head-Border {
    margin-top: 15px;
  }
}
.Movie-Inner-Head-SubHeadline {
  margin-top: 28px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Movie-Inner-Head-SubHeadline {
    margin-top: 15px;
    font-size: 4.3vw;
  }
}
.Movie-Inner-Head-Text {
  margin-top: 42px;
  line-height: 1.8;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Movie-Inner-Head-Text {
    font-size: 4.8vw;
  }
}
.Movie-Inner-Video {
  width: 67.01%;
}
@media screen and (max-width: 768px) {
  .Movie-Inner-Video {
    margin-top: 45px;
    width: 100%;
  }
}
.Movie-Inner-Video-Box {
  width: 100%;
}
.Movie-Inner-Video-Box-Img {
  padding-top: 56.12%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Movie-Inner-Video-Box-Img {
    display: none;
  }
}
.Movie-Inner-Video-Box-ImgSp {
  padding-top: 56.12%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .Movie-Inner-Video-Box-ImgSp {
    display: block;
  }
}
/* ---------------------------- */
/* --- CompanySection --- */
/* ---------------------------- */
.CompanySection {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 480px) {
  .CompanySection {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.Company-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Company-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    flex-wrap: wrap;
  }
}
.Company-Inner-Head {
  position: relative;
  padding-left: 28px;
  width: 42.31%;
}
@media screen and (max-width: 768px) {
  .Company-Inner-Head {
    width: 100%;
  }
}
.Company-Inner-Head::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #222;
}
.Company-Inner-Head-SubHeadline {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Company-Inner-Head-SubHeadline {
    font-size: 3.3vw;
  }
}
.Company-Inner-Head-Headline {
  position: relative;
  margin-top: 16px;
  width: 207px;
}
@media screen and (max-width: 768px) {
  .Company-Inner-Head-Headline {
    width: 53.2%;
  }
}
.Company-Inner-List {
  width: 57.69%;
}
@media screen and (max-width: 768px) {
  .Company-Inner-List {
    margin-top: 40px;
    padding-left: 7.2vw;
    width: 100%;
  }
}
.Company-Inner-List-Item {
  width: 100%;
  display: flex;
  align-items: center;
}
.Company-Inner-List-Item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .Company-Inner-List-Item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Company-Inner-List-Item.islh02 {
    line-height: 2;
    align-items: flex-start;
  }
}
.Company-Inner-List-Item-Label {
  width: 22.89%;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Company-Inner-List-Item-Label {
    font-size: 3.3vw;
  }
}
.Company-Inner-List-Item-Text {
  width: 77.11%;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Company-Inner-List-Item-Text {
    font-size: 3.3vw;
  }
}
.Company-Inner-SubHeadline02 {
  margin-top: 40px;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Company-Inner-SubHeadline02 {
    margin-top: 20px;
    font-size: 3.3vw;
  }
}
@-moz-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-o-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-moz-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-o-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
