@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/teamjosai/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/teamjosai/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/teamjosai/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/teamjosai/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/teamjosai/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/* ¥í©`¥Ç¥£¥ó¥°»­Ãæ
-----------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transition: 1.4s all;
  background: #FFF;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  #loading .img {
    padding: 0 16px;
  }
}

/* ¥¢¥Ë¥á©`¥·¥ç¥ó
-----------------------------------*/
.animate {
  opacity: 0;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.pathmove {
  -webkit-animation: pathmove 1.6s ease-in-out infinite;
          animation: pathmove 1.6s ease-in-out infinite;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 45px;
    opacity: 0;
  }
  35% {
    height: 58px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 105px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 45px;
    opacity: 0;
  }
  35% {
    height: 58px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 105px;
    opacity: 0;
  }
}
.flip-bottom {
  -webkit-animation: flip-bottom 2.6s linear both infinite;
          animation: flip-bottom 2.6s linear both infinite;
}

@-webkit-keyframes flip-bottom {
  0% {
    transform: rotateX(0) translateY(-50%);
  }
  77% {
    transform: rotateX(0) translateY(-50%);
  }
  100% {
    transform: rotateX(-360deg) translateY(-50%);
    transform-origin: top;
  }
}

@keyframes flip-bottom {
  0% {
    transform: rotateX(0) translateY(-50%);
  }
  77% {
    transform: rotateX(0) translateY(-50%);
  }
  100% {
    transform: rotateX(-360deg) translateY(-50%);
    transform-origin: top;
  }
}
/*=======*/
/* index */
/*=======*/
.index {
  /* ¥á¥¤¥ó
  -----------------------------------*/
  /* about
  -----------------------------------*/
  /* message
  -----------------------------------*/
  /* sns
  -----------------------------------*/
  /* blog
  -----------------------------------*/
}
.index .main-sec {
  position: relative;
  z-index: 1;
}
.index .main-sec::before {
  content: "";
  position: absolute;
  top: min(7.7vw, 148px);
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20.98vw;
  background: url(/teamjosai/images/index/index_bg04.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index .main-sec::before {
    content: none;
  }
}
.index .main-sec::after {
  content: "";
  position: absolute;
  bottom: max(-17.65vw, -339px);
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20.98vw;
  background: url(/teamjosai/images/index/index_bg03.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index .main-sec::after {
    bottom: -25.6vw;
    height: 20.93vw;
    background: url(/teamjosai/images/index/index_bg03_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.index .main-sec .contents {
  position: relative;
  max-width: 100%;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .index .main-sec .contents {
    padding: 0;
  }
}
.index .main-sec .contents::before {
  content: "";
  position: absolute;
  top: 7.76vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  width: 100%;
  height: 43.8vw;
  background: #0079C3;
  background-position: center;
}
@media (max-width: 767px) {
  .index .main-sec .contents::before {
    top: initial;
    bottom: -15.6vw;
    height: 20.93vw;
  }
}
.index .main-sec #slide {
  position: relative;
  z-index: 2;
  max-width: 1760px;
  margin: 0 auto;
  background: #FFF;
}
.index .main-sec #slide .slider {
  overflow: hidden;
  margin-bottom: 0;
}
.index .main-sec #slide .add-animation {
  -webkit-animation: zoomUp 8s linear 0s normal both;
          animation: zoomUp 8s linear 0s normal both;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.index .main-sec #slide .news-txt {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .index .main-sec #slide .news-txt {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .index .main-sec #slide .news-txt {
    padding: 0 16px;
  }
}
.index .main-sec #slide .news-txt .txt {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 24px 32px;
  color: #0E2D45;
  font-size: 28px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: left;
}
@media (max-width: 1200px) {
  .index .main-sec #slide .news-txt .txt {
    padding: 18px 24px;
    font-size: min(20px, 1.95vw);
  }
}
@media (max-width: 767px) {
  .index .main-sec #slide .news-txt .txt {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.index .main-sec #slide .news-txt .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #FCCF00;
}
.index .main-sec #slide .news-txt .txt::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0079C3;
}
@media (max-width: 767px) {
  .index .main-sec #slide .news-txt .txt::after {
    right: -5px;
    bottom: -5px;
  }
}
.index .main-sec #slide .news-txt .txt p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  line-height: 1.3;
}
.index .main-sec #slide .news-txt .txt p:nth-of-type(2) {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .index .main-sec #slide .news-txt .txt p:nth-of-type(2) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .index .main-sec #slide .news-txt .txt p:nth-of-type(2) {
    margin-bottom: 14px;
  }
}
.index .main-sec #slide .news-txt .txt p .rank {
  color: #FF0000;
  font-size: 42px;
}
@media (max-width: 1200px) {
  .index .main-sec #slide .news-txt .txt p .rank {
    font-size: min(32px, 3.12vw);
  }
}
@media (max-width: 767px) {
  .index .main-sec #slide .news-txt .txt p .rank {
    font-size: 20px;
  }
}
.index .main-sec .scroll {
  position: absolute;
  top: 33.63%;
  left: 35px;
  transform: translateX(-50%);
}
.index .main-sec .scroll .txt {
  position: relative;
}
.index .main-sec .scroll .txt::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 1px;
  height: 58px;
  background: #FFF;
  -webkit-animation: pathmove 1.6s ease-in-out infinite;
          animation: pathmove 1.6s ease-in-out infinite;
}
.index .main-sec .c-txt {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  text-align: right;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(14, 45, 69) 100%);
}
@media (max-width: 1200px) {
  .index .main-sec .c-txt {
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .index .main-sec .c-txt {
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 0;
    max-width: 100%;
  }
}
.index .main-sec .c-txt .txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .index .main-sec .c-txt .txt img {
    width: 10.25vw;
  }
}
@media (max-width: 767px) {
  .index .main-sec .c-txt .txt img {
    width: 70px;
  }
}
.index .about-sec {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: min(7.81vw, 150px) 0 min(20.72vw, 398px);
}
@media (max-width: 767px) {
  .index .about-sec {
    padding: 120px 0 283px;
  }
}
.index .about-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(5.72vw, 110px);
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(/teamjosai/images/index/about_bg02.png) no-repeat;
  background-size: auto 100%;
  background-position: right;
}
@media (max-width: 1400px) {
  .index .about-sec::before {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .index .about-sec::before {
    top: initial;
    right: 50%;
    bottom: -159px;
    z-index: -1;
    transform: translateX(220px);
    width: 483px;
    height: 544.5px;
    background: url(/teamjosai/images/index/about_bg02_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.index .about-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 20.98vw;
  background: url(/teamjosai/images/index/index_bg04.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index .about-sec::after {
    height: 20.93vw;
    background: url(/teamjosai/images/index/index_bg04_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.index .about-sec .contents {
  position: relative;
}
@media (max-width: 767px) {
  .index .about-sec .contents {
    padding: 0;
    background: #FFF;
  }
}
.index .about-sec .contents::before {
  content: "";
  position: absolute;
  top: -13.44vw;
  left: 10.61vw;
  z-index: 0;
  width: 64.65%;
  padding-top: 66.59%;
  background: url(/teamjosai/images/index/about_bg01.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .index .about-sec .contents::before {
    top: initial;
    bottom: -260px;
    left: 50%;
    z-index: -2;
    transform: translateX(-289px);
    width: 466px;
    padding-top: 480.02px;
  }
}
.index .about-sec .txt-area {
  position: relative;
  z-index: 1;
  max-width: 1010px;
  width: 52.6vw;
}
@media (max-width: 767px) {
  .index .about-sec .txt-area {
    width: 100%;
  }
}
.index .about-sec .txt-area p {
  margin-bottom: min(3.57vw, 50px);
  font-size: min(19px, 1.42vw);
  font-family: "NotoSansJP-Medium", sans-serif;
}
@media (max-width: 767px) {
  .index .about-sec .txt-area p {
    margin-bottom: 28px;
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .index .about-sec .txt-area p {
    font-size: 12px;
  }
}
.index .about-sec .txt-area h2 {
  color: #0E2D45;
  font-size: min(40px, 2.85vw);
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .index .about-sec .txt-area h2 {
    position: relative;
    z-index: 1;
    font-size: 21px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .index .about-sec .txt-area h2 {
    font-size: 18px;
  }
}
.index .about-sec .bt {
  position: absolute;
  right: 0;
  bottom: 55px;
  left: 0;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1400px) {
  .index .about-sec .bt {
    bottom: 3.57vw;
    max-width: 78.57vw;
  }
}
@media (max-width: 767px) {
  .index .about-sec .bt {
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 16px 16px 32px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, transparent 100%);
  }
}
.index .about-sec .bt a {
  display: block;
  max-width: 465px;
}
@media (max-width: 1400px) {
  .index .about-sec .bt a {
    width: 33.21vw;
  }
}
@media (max-width: 767px) {
  .index .about-sec .bt a {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .index .about-sec .bt a:hover img {
    opacity: 1 !important;
  }
}
.index .message-sec {
  padding-bottom: 0;
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .index .message-sec {
    margin-bottom: 51px;
  }
}
.index .message-sec .inner {
  position: relative;
}
.index .message-sec .inner::after {
  content: "";
  position: absolute;
  bottom: -20.98vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20.98vw;
  background: url(/teamjosai/images/index/index_bg03.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index .message-sec .inner::after {
    bottom: -42.13vw;
    height: 20.93vw;
    background: url(/teamjosai/images/index/index_bg03_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.index .sns-sec {
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .index .sns-sec {
    margin-bottom: 40px;
  }
}
.index .sns-sec h2 {
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .sns-sec h2 {
    max-width: 25px;
    margin: 0 auto 40px;
  }
}
.index .sns-sec .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1032px;
  margin: 0 auto;
  /*h3 {
  	margin-bottom: 16px;
  	color: #0E2D45;
  	font-size: 18px;
  	font-family: $base_font2;
  	text-align: center;	

  	@include mq(max, tb) {
  		margin-bottom: 12px;
  		font-size: 16px;
  	}
  }*/
}
@media (max-width: 767px) {
  .index .sns-sec .wrap {
    flex-direction: column-reverse;
  }
}
.index .sns-sec .wrap .l-cts {
  width: 48.44%;
}
@media (max-width: 767px) {
  .index .sns-sec .wrap .l-cts {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.index .sns-sec .wrap .l-cts .timeline .twitter-timeline {
  width: 100% !important;
}
@media (max-width: 767px) {
  .index .sns-sec .wrap .l-cts .timeline .twitter-timeline iframe {
    height: 500px !important;
  }
}
.index .sns-sec .wrap .r-cts {
  width: 48.44%;
}
@media (max-width: 767px) {
  .index .sns-sec .wrap .r-cts {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.index .sns-sec .wrap .r-cts .timeline .twitter-timeline {
  width: 100% !important;
}
@media (max-width: 767px) {
  .index .sns-sec .wrap .r-cts .timeline .twitter-timeline iframe {
    height: 500px !important;
  }
}
.index .sns-sec .btn {
  max-width: 400px;
  position: relative;
  margin: 64px auto 0;
}
@media (max-width: 767px) {
  .index .sns-sec .btn {
    margin-top: 32px;
  }
}
.index .sns-sec .btn .sns-bt {
  display: block;
  padding: 24px 32px;
  border-radius: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #0079C3;
  box-shadow: 0 5px 0 #0064A1;
  color: #FFF;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .index .sns-sec .btn .sns-bt {
    font-size: 20px;
  }
}
.index .sns-sec .btn .sns-bt::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.index .sns-sec .btn .sns-bt:hover {
  box-shadow: 0 2px 0 #0064A1;
  transform: translateY(3px);
}
.index .sns-sec .btn .btn_balloon {
  width: 90%;
  max-width: 320px;
  height: 32px;
  border-radius: 20px;
  border: solid 2px #0064A1;
  background-color: #FFF;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
  transition: 0.2s;
  color: #0079C3;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .sns-sec .btn .btn_balloon {
    font-size: 14px;
  }
}
.index .sns-sec .btn .btn_balloon::after, .index .sns-sec .btn .btn_balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.index .sns-sec .btn .btn_balloon:before {
  bottom: 1px;
  border-width: 8px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
  z-index: 2;
}
.index .sns-sec .btn .btn_balloon::after {
  bottom: 0;
  border-width: 11px 8px 0 8px;
  border-color: #0079C3 transparent transparent transparent;
  z-index: 1;
}
.index .sns-sec .btn.type01 .sns-bt {
  background-color: #ECE63A;
  box-shadow: 0 5px 0 #A09500;
  color: #0021E5;
}
.index .sns-sec .btn.type01 .sns-bt:hover {
  box-shadow: 0 2px 0 #A09500;
}
.index .sns-sec .btn.type01 .btn_balloon {
  border: solid 2px #ECE63A;
  color: #0021E5;
}
.index .sns-sec .btn.type01 .btn_balloon::after {
  border-color: #ECE63A transparent transparent transparent;
}
.index .sns-sec .btn.type02 .sns-bt {
  background-color: #FF402E;
  box-shadow: 0 5px 0 #DC2216;
  color: #FFF;
}
.index .sns-sec .btn.type02 .sns-bt:hover {
  box-shadow: 0 2px 0 #DC2216;
}
.index .sns-sec .btn.type02 .btn_balloon {
  border: solid 2px #FF402E;
  color: #FF402E;
}
.index .sns-sec .btn.type02 .btn_balloon::after {
  border-color: #FF402E transparent transparent transparent;
}
.index .blog-sec {
  position: relative;
  padding-bottom: 134px;
  background: #FCCF00;
}
@media (max-width: 767px) {
  .index .blog-sec {
    padding-bottom: 76px;
  }
}
.index .blog-sec::after {
  content: "";
  position: absolute;
  top: max(-6.66vw, -128px);
  left: 0;
  z-index: 0;
  width: 100%;
  height: 20.98vw;
  background: url(/teamjosai/images/index/index_bg05.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .index .blog-sec::after {
    top: -2px;
    height: 20.93vw;
    background: url(/teamjosai/images/index/index_bg05_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.index .blog-sec .contents {
  position: relative;
  z-index: 1;
}
.index .blog-sec h2 {
  margin-bottom: 55px;
  color: #0E2D45;
  font-size: 36px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .index .blog-sec h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.index .blog-sec .blog-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .blog-sec .blog-list li {
  width: 23.33%;
}
@media (max-width: 767px) {
  .index .blog-sec .blog-list li {
    width: 48.8%;
    margin-bottom: 12px;
  }
}
.index .blog-sec .blog-list li a {
  transition: 0.5s all;
}
.index .blog-sec .blog-list li a:hover {
  color: #333;
  text-decoration: none;
}
.index .blog-sec .blog-list li a:hover img {
  opacity: 1;
}
.index .blog-sec .blog-list li a:hover .ttl, .index .blog-sec .blog-list li a:hover .txt {
  text-decoration: underline;
}
.index .blog-sec .blog-list li .img {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .index .blog-sec .blog-list li .img {
    margin-bottom: 9px;
  }
}
.index .blog-sec .blog-list li .date {
  margin-bottom: 6px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .index .blog-sec .blog-list li .date {
    margin-bottom: 0;
    font-size: 10px;
  }
}
.index .blog-sec .blog-list li .ttl {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .index .blog-sec .blog-list li .ttl {
    margin-bottom: 2px;
    font-size: 12px;
  }
}
.index .blog-sec .blog-list li .txt {
  font-size: 14px;
}
@media (max-width: 767px) {
  .index .blog-sec .blog-list li .txt {
    font-size: 10px;
  }
}
.index .blog-sec .blog01 {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .index .blog-sec .blog01 {
    margin-bottom: 28px;
  }
}
/*# sourceMappingURL=index.css.map */