/* common */

html {
  font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-size: 100%;
  line-height: 170%;
  width: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;*/
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #2a231d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sp, .sp-only, .sptb {
  display: block;
}

.pc, .tbpc, .pc-only {
  display: none;
}

.tac {
    text-align: center;
}


#header {
  top: 0px;
  left: 0px;
  height: 35px;
}

.btnCon {
  position: fixed;
  bottom: 3rem;
  right: 5%;
  z-index: 100;
  width: 65px;
  height: 65px;
}

.btnCon a {
  transition: all 0.3s 0s linear;
  opacity: 1;
}

.btnCon a:hover {
  opacity: 0.7;
}

.header-container {
    position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
    background-color: #fff;
  box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.5);
}

.header-container .wrapper {
  position: relative;
}

.main {
  margin-top: 42px;
    font-family: 'Noto Sans Japanese', sans-serif;
    position: relative;
    z-index: 1;
}

.main .mv {
  width: 100%;
  position: relative;
  height: 440px;
  padding-top: 0;
  background: #f3ecda url("../images/bg-mv_sp.jpg") no-repeat right bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.main .mv .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: 30px;
}

.main .mv .mvTxt .b_b {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-top: 0;
  background: url("../images/button_business-course.png") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 47%;
  left: 0%;
  z-index: 1;
}

div.b_b:hover {
border:solid 3px #ffffff;
}

.main .mv .mvTxt .ico {
  display: inline-block;
  width: 110px;
  height: 60px;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: url("../images/bg-mvtop.png") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
}

.main .mv .mvTxt .ico p {
  padding-top: 0.5rem;
}

.main .mv .mvTxt .ico span {
  color: #ffd200;
  font-size: 1.5rem;
}

#typeTxt {
  margin-top: 0.5rem;
}

#typed p,
#typeTxt {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  text-shadow: 2px 2px #ffffff 
  }
   
#typed strong,
#typeTxt strong {
  color: #e58100;
  font-weight: 900;
}

.main .mv .mvTxt .mTitle {
  position: absolute;
  top: 100px;
}

.main .mv .mvTxt .mTitle .title {
  margin-top: 27rem;
  font-size: 1.3rem;
  font-weight: 900;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #fff;
}

.main .mv .mvTxt .mTitle .title span {
  display: block;
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 
  0.1px 0.1px 0, 
  0.1px -0.1px 0px,
  -0.1px 0.1px 0,
  -0.1px -0.1px 0px,
  0.1px 0px 0px,
  0px 0.1px 0px,
  -0.1px 0px 0px,
  0px -0.1px 0px;
}

.main .mv .mvTxt .catch {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.typed-cursor {
  display: none;
  font-size: 0;
  opacity: 0;
  visibility: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  animation: blink 1s infinite;
  animation-direction: alternate;
}


.orTxt {
  color: #e58100;
}

.rdTxt {
  color: #de4752 !important;
}

.rd {
  color: #d75861 !important;
}

.footer-container {
  margin-top: 0;
  font-size: 1rem;
    padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  background-color: #7a7a7a;
  letter-spacing: 1px;
}

.ft-copy {
  padding: 1.5rem 0 3rem 0;
  background-color: #CBCBCB;
}

.ft-copy .wrapper {
  margin: 0 auto;
}

.ft-copy .fLink {
  display: flex;
}

.ft-copy .fLink ul {
  width: 80px;
}

.ft-copy .fLink a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s 0s ease-in;
}

.ft-copy .fLink a:hover {
  color: #555;
}

.ft-copy small {
  margin-top: 1.5rem;
  display: block;
  text-align: right;
}

.ft-copy small img {
  display: block;
  margin: 0 0 0 auto;
  width: 90px;
  height: auto;
  text-align: right;
}

.bg-container {
  width: 100%;
}



.clearfix:after,
.clear:after {
  content: "";
  display: block;
  clear: both;
}


.l-bmenu {
  background: none;
}
.l-bmenu {
  z-index: 99;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;

}
#js-bmenu {
opacity: 1;
background: hsla(0,0%,100%,.8);
height: 100px;
}

.l-bmenu--fixed.is-active {
  position: fixed;
  -webkit-animation: slideUp 1.2s;
  animation: slideUp 1.2s;}

.l-bmenu__inner{
margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  padding-top: 26px;
}

.p-index-contentz{
font-size: 14px;
  line-height: 1.2;
  text-align: center;
margin-top:15px;
}

.l-bmenu--fixed.is-noactive  {
  display: none;
}


.cvb{
	background: #ff8b03;
    border-radius: 30px;
    border: 1px solid #ff8b03;
    color: #fff;
    padding: 9px 110px;
    font-size: x-large;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
	}
.cvb2{
	background: #f44e59;
    border-radius: 30px;
    border: 1px solid #f44e59;
    color: #fff;
    padding: 9px 110px;
    font-size: x-large;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
	}









/* common end */





/* スマホ */



@media screen and (max-width: 767px) { 
#headerinfo ul li a{
text-decoration: none;
  color: white;
font-weight: bold;
line-height: 1.2em;
}

#headerinfo {
  height: 35px;
  padding-top: 6px;
  background-color:#36a285;
  font-size: 12px;
}
}

@media screen and (max-width: 767px) {
  .cvb{
      background: #ff8b03;
      border-radius: 30px;
      border: 1px solid #ff8b03;
      color: #fff;
      padding: 9px 25px;
      font-size: larger;
      font-weight: bold;
  }
  .cvb2{
      background: #f44e59;
      border-radius: 30px;
      border: 1px solid #f44e59;
      color: #fff;
      padding: 9px 20px;
      font-size: larger;
      font-weight: bold;
  }
  #js-bmenu {
      opacity: 1;
      background: hsla(0,0%,100%,.8);
      height: 120px;
      }
  .p-index-contentz {
      font-size: 12px;
      line-height: 1.1;
      text-align: center;
      margin-top: 22px;
  }
  }
@media screen and (max-width: 767px) { 
  .p-index-content02__img { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-index-content02__img img { width: 50%; }
  .p-index-content02__content { padding: 80px 19px 210px; background-image: url(https://yosca.jp/school/career/images/blackboard_sp1.jpeg);background-position: center;background-repeat: no-repeat; background-size: cover;  height: 900px; }
  .p-index-content02__title { margin-top: -18px;margin-bottom: 20px; font-size: 20px;line-height: 1.5; }
  .p-index-content02__desc { font-size: 13px;line-height: 1.7em;text-align: left;color: white; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 700;} 
  .p-index-content03__desc { font-size: 12px;line-height: 1.7em;text-align: left;color: white; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 700;} 
  .p-index-course { font-size: 13px;line-height: 1.7em;text-align: left;color: white; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;margin-bottom: 13px;font-weight: 700;} 
}
  




/* タブ */
@media only screen and (min-width: 768px) {

  
.sp-only, .pc-only {
  display: none !important;
}

.tbpc, .sptb {
  display: block;
}

  
/* ============
    WIDE: Menu
   ============ */
 
#header {
  width: 100%;
}

.main .mv {
  padding-top: 0;
  height: 200px;
  background: #f5ecdd url("../images/bg-mv_pc.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}


/* ============
    WIDE: Main
   ============ */
.main {
}

/* footer */
.footer-container {
}


.ft-copy {
  padding: 2.5rem 0 3rem 0;
}

.ft-copy .fLink ul {
  width: 120px;
}

.ft-copy .fLink a {
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.ft-copy small {
  margin-top: 1.5rem;
  display: block;
  text-align: right;
}

.ft-copy small img {
  display: block;
  margin: 0 0 0 auto;
  width: 90px;
  height: auto;
  text-align: right;
}

.bg-container {
}
}


@media only screen and (min-width: 768px) {
.sp, .sptb {
  display: none;
}

.pc {
  display: block;
}

.pc-only {
  display: block !important;
}

.wrapper {
  background-color:;
  width: 768px;
  margin: 0 auto;
}

#header {
  position: absolute;
  top: 40px;
  left: 0px;
  height: 60px;
z-index: 100;
}

#header ul {
  margin: 2.2rem 0 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
}

#header ul li + li {
}

#header ul li a {
  padding: 1rem;
  color: #2a231d;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  border-radius: 10px;
  transition: all 0.3s 0s ease-in;
}

#header ul li a:hover {
  background-color: #e58100;
  border-radius: 10px;
  color: #fff;
}

#header ul .apply a:hover {
  background-color: #f44e59;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.main {
  margin-top: 10rem;
}

.main .mv {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: url("../images/bg-mv_tb.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.btnCon {
  display: none;
}

.main .mv .mvTxt .ico {
  padding: 0;
  width: 165px;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 500;
}

.main .mv .mvTxt .b_b {
  padding: 0;
  width: 210px;
  height: 210px;
  position: absolute;
  top: 5%;
  left: 75%;
}

.main .mv .mvTxt .ico p {
  padding-top: 1rem;
  line-height: 3rem;
}

.main .mv .mvTxt .ico p span {
  font-size: 2.4rem;
}

#typeTxt {
  margin-top: 1rem;
  width: auto;
  font-size: 4.5rem;
  line-height: 7rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: -0.05em;
  }

.orTxt {
  color: #e58100;
}

.main .mv .mvTxt .mTitle {
  position: absolute;
  top: 160px;
}

.main .mv .mvTxt .mTitle .title {
  margin-top: 31rem;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.main .mv .mvTxt .mTitle .title span{
  font-weight: 700;
  margin-top: 1.5rem;
  font-size: 4rem;
}

.main .mv .mvTxt .catch {
  position: absolute;
  bottom: 3rem;
  font-size: 1.9rem;
  line-height: 3rem;
  color: #fff;
}

/* footer */

.footer-container {
  padding: 1.3rem 0;
  font-size: 1.2rem;
}
}


@media only screen and (min-width: 767px) {
  #headerinfo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #1e83c7;
  }
  
  #headerinfo ul {
    margin: 1.2rem 0 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
  }
  
  #headerinfo ul li + li {
  }
  
  #headerinfo ul li a {
    padding: 1rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Noto Sans Japanese', sans-serif;
    border-radius: 10px;
    transition: all 0.3s 0s ease-in;
  }
  
  #headerinfo ul li a:hover {
    background-color: #e58100;
    border-radius: 10px;
    color: #fff;
  }
  
  #headerinfo ul .apply a:hover {
    background-color: #f44e59;
  }

  .cvb{
    background: #ff8b03;
    border-radius: 30px;
    border: 1px solid #ff8b03;
    color: #fff;
    padding: 9px 25px;
    font-size: larger;
    font-weight: bold;
}
.cvb2{
    background: #f44e59;
    border-radius: 30px;
    border: 1px solid #f44e59;
    color: #fff;
    padding: 9px 70px;
    font-size: larger;
    font-weight: bold;
}

  }



/* PC */

@media only screen and (min-width: 1024px) {
.sp-only, .pc-only {
  display: none !important;
}

.tbpc, .sptb {
  display: block;
}

.cvb2{
	background: #f44e59;
    border-radius: 30px;
    border: 1px solid #f44e59;
    color: #fff;
    padding: 9px 110px;
    font-size: x-large;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
	}
  
/* ============
    WIDE: Menu
   ============ */
 
#header {
  width: 100%;
}

.main .mv {
  padding-top: 0;
  height: 200px;
  background: #f5ecdd url("../images/bg-mv_pc.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}


/* ============
    WIDE: Main
   ============ */
.main {
}

/* footer */
.footer-container {
}


.ft-copy {
  padding: 2.5rem 0 3rem 0;
}

.ft-copy .fLink ul {
  width: 120px;
}

.ft-copy .fLink a {
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.ft-copy small {
  margin-top: 1.5rem;
  display: block;
  text-align: right;
}

.ft-copy small img {
  display: block;
  margin: 0 0 0 auto;
  width: 90px;
  height: auto;
  text-align: right;
}

.bg-container {
}
}


@media only screen and (min-width: 1024px) {
.sp, .sptb {
  display: none;
}

.pc {
  display: block;
}

.pc-only {
  display: block !important;
}

.wrapper {
  background-color:;
  width: 1080px;
  margin: 0 auto;
}

#header {
  position: absolute;
  top: 40px;
  left: 0px;
  height: 60px;
z-index: 100;
}

#header ul {
  margin: 2.2rem 0 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
}

#header ul li + li {
}

#header ul li a {
  padding: 1rem;
  color: #2a231d;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  border-radius: 10px;
  transition: all 0.3s 0s ease-in;
}

#header ul li a:hover {
  background-color: #e58100;
  border-radius: 10px;
  color: #fff;
}

#header ul .apply a:hover {
  background-color: #f44e59;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.main {
  margin-top: 10rem;
}

.main .mv {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: url("../images/bg-mv_pc.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top 0px right -120px;
}

.btnCon {
  display: none;
}

.main .mv .mvTxt .b_b {
  padding: 0;
  width: 210px;
  height: 210px;
  position: absolute;
  top: 62%;
  left: 74%;
}

.main .mv .mvTxt .ico {
  padding: 0;
  width: 165px;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 500;
}

.main .mv .mvTxt .ico p {
  padding-top: 1rem;
  line-height: 3rem;
}

.main .mv .mvTxt .ico p span {
  font-size: 2.4rem;
}

#typeTxt {
  margin-top: 1rem;
  width: auto;
  font-size: 6.8rem;
  line-height: 9rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: -0.05em;
  }

.main .mv .mvTxt .mTitle {
  position: absolute;
  top: 160px;
}

.main .mv .mvTxt .mTitle .title {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.main .mv .mvTxt .mTitle .title span{
  font-weight: 700;
  margin-top: 1.5rem;
  font-size: 4rem;
}

.main .mv .mvTxt .catch {
  position: absolute;
  bottom: 3rem;
  font-size: 1.9rem;
  line-height: 3rem;
  color: #fff;
}

/* footer */

.footer-container {
  padding: 1.3rem 0;
  font-size: 1.2rem;
}
}


@media only screen and (min-width: 1024px) {
  #headerinfo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #1e83c7;
  }
  
  #headerinfo ul {
    margin: 1.2rem 0 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
  }
  
  #headerinfo ul li + li {
  }
  
  #headerinfo ul li a {
    padding: 1rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Noto Sans Japanese', sans-serif;
    border-radius: 10px;
    transition: all 0.3s 0s ease-in;
  }
  
  #headerinfo ul li a:hover {
    background-color: #e58100;
    border-radius: 10px;
    color: #fff;
  }
  
  #headerinfo ul .apply a:hover {
    background-color: #f44e59;
  }
  }



@media only screen and (min-width: 1249px) {
.sp, .sptb {
  display: none;
}

.pc {
  display: block;
}

.pc-only {
  display: block !important;
}

.wrapper {
  background-color:;
  width: 1080px;
  margin: 0 auto;
}

#header {
  position: absolute;
  top: 40px;
  left: 0px;
  height: 60px;
z-index: 100;
}

#header ul {
  margin: 2.2rem 0 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
}

#header ul li + li {
}

#header ul li a {
  padding: 1rem;
  color: #2a231d;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  border-radius: 10px;
  transition: all 0.3s 0s ease-in;
}

#header ul li a:hover {
  background-color: #e58100;
  border-radius: 10px;
  color: #fff;
}

#header ul .apply a:hover {
  background-color: #f44e59;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.main {
  margin-top: 10rem;
}

.main .mv {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: url("../images/bg-mv_pc.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top 0px right -20px;
}

.btnCon {
  display: none;
}

.main .mv .mvTxt .b_b {
  padding: 0;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 57%;
  left: 87%;
}

.main .mv .mvTxt .ico {
  padding: 0;
  width: 165px;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 500;
}

.main .mv .mvTxt .ico p {
  padding-top: 1rem;
  line-height: 3rem;
}

.main .mv .mvTxt .ico p span {
  font-size: 2.4rem;
}

#typeTxt {
  margin-top: 1rem;
  width: auto;
  font-size: 7.8rem;
  line-height: 10rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: -0.05em;
  }

.main .mv .mvTxt .mTitle {
  position: absolute;
  top: 160px;
}

.main .mv .mvTxt .mTitle .title {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.main .mv .mvTxt .mTitle .title span{
  font-weight: 700;
  margin-top: 1.5rem;
  font-size: 4rem;
}

.main .mv .mvTxt .catch {
  position: absolute;
  bottom: 3rem;
  font-size: 1.9rem;
  line-height: 3rem;
  color: #fff;
}

/* footer */

.footer-container {
  padding: 1.3rem 0;
  font-size: 1.2rem;
}
}

@media only screen and (min-width: 1380px) {
.main .mv .mvTxt .b_b {
  padding: 0;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 57%;
  left: 93%;
}
}


/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format('woff2'),
       url("../fonts/NotoSansCJKjp-Thin.woff") format('woff'),
       url("../fonts/NotoSansCJKjp-Thin.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format('woff2'),
       url("../fonts/NotoSansCJKjp-Light.woff") format('woff'),
       url("../fonts/NotoSansCJKjp-Light.otf") format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format('woff2'),
        url("../fonts/NotoSansCJKjp-DemiLight.woff") format('woff'),
        url("../fonts/NotoSansCJKjp-DemiLight.otf") format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url("../fonts/NotoSansCJKjp-Regular.woff2") format('woff2'),
        url("../fonts/NotoSansCJKjp-Regular.woff") format('woff'),
        url("../fonts/NotoSansCJKjp-Regular.otf") format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url("../fonts/NotoSansCJKjp-Medium.woff2") format('woff2'),
        url("../fonts/NotoSansCJKjp-Medium.woff") format('woff'),
        url("../fonts/NotoSansCJKjp-Medium.otf") format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url("../fonts/NotoSansCJKjp-Bold.woff2") format('woff2'),
        url("../fonts/NotoSansCJKjp-Bold.woff") format('woff'),
        url("../fonts/NotoSansCJKjp-Bold.otf") format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url("../fonts/NotoSansCJKjp-Black.woff2") format('woff2'),
        url("../fonts/NotoSansCJKjp-Black.woff") format('woff'),
        url("../fonts/NotoSansCJKjp-Black.otf") format('opentype');
 }




/* 動作してない */
.fadeinl {
  opacity: 0;
  transition : all 0.5s 0 ease-in;
  margin-left: 0;
}

.fadeint {
  opacity : 0;
  transition : all 0.5s 0 ease-in;
  transform: translate(0,0);
}
/* 動作してない */

.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.scrollint {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: 0.5s;
  animation-delay: 0.5s;
    -webkit-animation-name: fadeInUP;
    animation-name: fadeInUP;
    visibility: visible !important;
}

.scrollinl {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: 0.5s;
  animation-delay: 0s;
    -webkit-animation-name: fadeInRt;
    animation-name: fadeInRt;
    visibility: visible !important;
}

@-webkit-keyframes fadeInUP {
    0% {
        -webkit-transform: translateY(50px);
    transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUP {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRt {
    0% {
        -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRt {
    0% {
        opacity: 0;
        -webkit-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
} 






@keyframes blink{
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink{
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink{
  100% {
    opacity: 0;
  }
}






