@charset "UTF-8";
@font-face {
  font-family: "Bayon-Regular";
  src: url(/fonts/Bayon/Bayon-Regular.woff) format("woff");
  font-display: swap;
}
/*=======*/
/* index */
/*=======*/
header {
  background: none;
}

main {
  margin-top: 0;
}

.index {
  /* メイン
  -----------------------------------*/
  /* about
  -----------------------------------*/
  /* company
  -----------------------------------*/
  /* business
  -----------------------------------*/
  /* topics
  -----------------------------------*/
}
.index .contents {
  max-width: 1100px;
}
.index .animate {
  opacity: 1;
}
.index .animate.index_com-anime.index_anime01 .index_com-wrap a::before {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.index .animate.index_com-anime.index_anime01 .index_com-wrap .img {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.index .animate.index_com-anime.index_anime01 .index_com-wrap .txt {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}
.index .animate.index_com-anime.index_anime01 .index_com-wrap.reverse a::before {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.index .animate.index_com-anime.index_anime01 .index_com-wrap.reverse .img {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.index .index_com-wrap a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: min(130px, 10.156vw); /*130/1280*/
  padding-bottom: min(88px, 6.875vw); /*88/1280*/
}
@media (max-width: 1023px) {
  .index .index_com-wrap a {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .index .index_com-wrap a {
    width: 110%;
    margin-left: -5%;
    padding-right: 5%;
    padding-bottom: 25px;
  }
}
.index .index_com-wrap a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 900px;
  max-height: 350px;
  width: 81.818%; /*900/1100*/
  height: calc(100% - 58px);
  background: linear-gradient(to right, #FFC600 0%, #FF7166 100%);
}
@media (max-width: 1023px) {
  .index .index_com-wrap a::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .index .index_com-wrap a::before {
    right: 5%;
    max-width: initial;
    max-height: initial;
    width: 90%;
    height: calc(100% - 25px);
  }
}
.index .index_com-wrap a:hover {
  opacity: 1;
  color: #333;
  text-decoration: none;
}
.index .index_com-wrap a:hover .img img {
  opacity: 1;
  transform: scale(1.1);
}
.index .index_com-wrap .img {
  overflow: hidden;
  flex: 1;
  padding-right: min(80px, 6.25vw); /*80/1280*/
}
@media (max-width: 1023px) {
  .index .index_com-wrap .img {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .index .index_com-wrap .img {
    padding-right: 25px;
  }
}
.index .index_com-wrap .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
}
@media (max-width: 767px) {
  .index .index_com-wrap .txt {
    width: 85px;
    margin-right: 25px;
  }
}
.index .index_com-wrap .txt .ttl {
  margin-bottom: 64px;
  font-size: 30px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .index .index_com-wrap .txt .ttl {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.index .index_com-wrap .txt .ttl span {
  display: block;
  font-size: 15px;
  font-family: "Bayon-Regular", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .index .index_com-wrap .txt .ttl span {
    font-size: 12px;
  }
}
.index .index_com-wrap .txt .btn {
  width: 100%;
  margin-bottom: 0;
}
.index .index_com-wrap .txt .btn span {
  display: block;
  width: 100%;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .index_com-wrap .txt .btn span {
    line-height: 25px;
  }
}
.index .index_com-wrap.reverse a {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: min(130px, 10.156vw); /*130/1280*/
}
@media (max-width: 1023px) {
  .index .index_com-wrap.reverse a {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .index .index_com-wrap.reverse a {
    padding-left: 5%;
  }
}
.index .index_com-wrap.reverse a::before {
  right: initial;
  left: 0;
}
@media (max-width: 767px) {
  .index .index_com-wrap.reverse a::before {
    left: 5%;
  }
}
.index .index_com-wrap.reverse .img {
  padding-right: 0;
  padding-left: min(80px, 6.25vw); /*80/1280*/
  text-align: right;
}
@media (max-width: 1023px) {
  .index .index_com-wrap.reverse .img {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .index .index_com-wrap.reverse .img {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .index .index_com-wrap.reverse .txt {
    margin-right: 0;
    margin-left: 25px;
  }
}
.index .main-sec {
  position: relative;
  overflow: hidden;
  height: 740px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .index .main-sec {
    height: 335px;
  }
}
.index .main-sec .txt {
  position: absolute;
  top: 43.417%; /*343/790*/
  right: 0;
  left: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  margin: 0 auto;
  text-align: center;
}
.index .main-sec .txt .ttl {
  position: relative;
  margin-bottom: 40px;
  font-size: min(52px, 5.083vw); /*52/1023*/
  font-family: "Bayon-Regular", sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .index .main-sec .txt .ttl {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.index .main-sec .txt .ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #a4adec 0%, #ffc6d0 32%, #ffdcce 66%, #ffc600 100%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.index .main-sec .txt .ttl span:not(.space) {
  opacity: 0;
  display: inline-block;
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  -webkit-animation-delay: calc(0.05s * var(--char-index));
          animation-delay: calc(0.05s * var(--char-index));
}
.index .main-sec .txt .ttl .space {
  display: inline-block;
  width: 8px;
}
@media (max-width: 767px) {
  .index .main-sec .txt .ttl .space {
    width: 4px;
  }
}
.index .main-sec .txt p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .index .main-sec .txt p {
    font-size: 12px;
  }
}
.index .main-sec .txt p span {
  opacity: 0;
  display: inline-block;
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  -webkit-animation-delay: calc(0.05s * var(--char-index));
          animation-delay: calc(0.05s * var(--char-index));
}
.index .main-sec .bg-mv {
  position: absolute;
  width: 1400px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .index .main-sec .bg-mv {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .index .main-sec .bg-mv {
    height: 100%;
    width: auto;
  }
}
.index .about-sec {
  position: relative;
  margin-bottom: 132px;
  padding-top: 104px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .about-sec {
    margin-bottom: 72px;
    padding-top: 56px;
  }
}
.index .about-sec .contents {
  position: relative;
  z-index: 0;
}
.index .about-sec .ttl {
  margin-bottom: 48px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .about-sec .ttl {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.index .about-sec p {
  margin-bottom: 0;
  line-height: 2.6;
}
.index .about-sec .bg-mv {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  mix-blend-mode: screen;
  pointer-events: none;
}
.index .company-sec {
  margin-bottom: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .index .company-sec {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.index .info-sec {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .index .info-sec {
    margin-bottom: 72px;
  }
}
.index .topics-sec {
  overflow: hidden;
  margin-bottom: 124px;
}
@media (max-width: 767px) {
  .index .topics-sec {
    margin-bottom: 64px;
  }
}
.index .topics-sec .wbox {
  padding: 88px 70px 80px;
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 767px) {
  .index .topics-sec .wbox {
    padding: 24px 16px 36px;
  }
}
.index .topics-sec .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .index .topics-sec .wrap {
    display: block;
  }
}
@media (max-width: 1023px) {
  .index .topics-sec .wrap .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .index .topics-sec .wrap .txt {
    margin-bottom: 20px;
  }
}
.index .topics-sec .wrap .txt .ttl {
  width: 230px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 1023px) {
  .index .topics-sec .wrap .txt .ttl {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .index .topics-sec .wrap .txt .ttl {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    font-size: 16px;
  }
}
.index .topics-sec .wrap .txt .ttl span {
  display: block;
  font-size: 15px;
  font-family: "Bayon-Regular", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .index .topics-sec .wrap .txt .ttl span {
    font-size: 12px;
  }
}
.index .topics-sec .wrap .txt .btn {
  max-width: 140px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .topics-sec .wrap .txt .btn {
    max-width: 145px;
  }
}
.index .topics-sec .wrap .list-news {
  flex: 1;
}
/*# sourceMappingURL=index.css.map */