@charset "UTF-8";
@import url(./default.css);
@font-face {
  font-family: "A1font";
  src: url("./fonts/A1-r.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "A1font";
  src: url("./fonts/A1-m.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
/* ==========================================================
Default
========================================================== */
/* colorset [SCSS] */
/* font-size [SCSS] */
body {
  width: 100%;
  color: #000000;
  font-family: "A1font", sans-serif;
  background: #ffffff;
}

.bold {
  font-weight: bold !important;
}

.en {
  font-family: "futura-pt", sans-serif;
}

.tel {
  pointer-events: none !important;
}

.tel:hover {
  opacity: 0.5 !important;
}

/* ==========================================================
!COMMONS
========================================================== */
.fix {
  width: 150px;
  height: 40px;
  position: fixed;
  right: 25px;
  top: 25px;
  background: transparent;
  z-index: 999;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  mix-blend-mode: difference;
  opacity: 0;
  transform: translate(0, -100px);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fix .icon {
  width: 60px;
  height: 29px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  background: url(../img/note.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fix:hover {
  background: #ffffff;
}
.fix:hover .icon {
  mix-blend-mode: difference;
}

.fix-on {
  opacity: 1;
  transform: translate(0, 0);
}

.top-logo {
  width: 135px;
  height: 30px;
  position: fixed;
  left: 0;
  right: 0;
  top: -65px;
  margin: auto;
  z-index: 999;
  opacity: 0;
  transform-style: cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer {
  position: relative;
  background: #FBF7EE;
  overflow: hidden;
}
footer .in .copy {
  font-size: 0.6vw;
  color: #D5D5D5;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0.1em;
}
footer .in .f-logo {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .in .f-logo-on {
  opacity: 1;
  transform: translate(0, 10%);
}

.btn {
  position: relative;
}
.btn p {
  font-size: 1.5vw;
  display: inline-block;
  position: relative;
}
.btn p span {
  display: inline-block;
  position: relative;
  padding-right: 80px;
  text-decoration: underline;
  cursor: pointer;
}
.btn p span b {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000000;
  border-radius: 500px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn p span b::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(../img/blank.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn p span:hover b {
  transform: scale(2);
}
.btn p span:hover b::before {
  transform: scale(0.8);
}

/* ==========================================================
!CONTENTS
========================================================== */
/* FV */
.fv {
  width: 100%;
  height: 100vh;
  background: #FBF7EE;
  overflow: hidden;
}
.fv .in {
  width: 100%;
  height: 100%;
  position: relative;
  /* Animation */
}
.fv .in .txt {
  width: 80%;
  margin: auto;
  position: relative;
  padding-top: 11vw;
  mix-blend-mode: difference;
}
.fv .in .txt h1 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  margin-top: 30px;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.7s;
  color: #ffffff;
}
.fv .in .txt h2 {
  font-size: 1.1vw;
  line-height: 2;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 40px;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  color: #ffffff;
}
.fv .in .txt .fv-logo {
  width: 547px;
  display: flex;
  justify-content: flex-start;
}
.fv .in .txt .fv-logo .fl {
  padding-right: 1px;
  position: relative;
  margin-right: 5px;
}
.fv .in .txt .fv-logo .fl img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fv .in .txt .fv-logo .fl-1 {
  width: 75px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-1 img {
  width: 75px;
  height: 96px;
  transition-delay: 0.1s;
}
.fv .in .txt .fv-logo .fl-2 {
  width: 74px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-2 img {
  width: 74px;
  height: 72px;
  transition-delay: 0.15s;
}
.fv .in .txt .fv-logo .fl-3 {
  width: 26px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-3 img {
  width: 26px;
  height: 94px;
  transition-delay: 0.2s;
}
.fv .in .txt .fv-logo .fl-4 {
  width: 75px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-4 img {
  width: 75px;
  height: 72px;
  transition-delay: 0.25s;
}
.fv .in .txt .fv-logo .fl-5 {
  width: 71px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-5 img {
  width: 71px;
  height: 70px;
  transition-delay: 0.3s;
}
.fv .in .txt .fv-logo .fl-6 {
  width: 75px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-6 img {
  width: 75px;
  height: 72px;
  transition-delay: 0.35s;
}
.fv .in .txt .fv-logo .fl-7 {
  width: 75px;
  height: 96px;
}
.fv .in .txt .fv-logo .fl-7 img {
  width: 75px;
  height: 72px;
  transition-delay: 0.4s;
}
.fv .in .txt .fv-copy {
  font-size: 0.6vw;
  color: #D5D5D5;
  display: block;
  margin-top: 3vw;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1.3s;
}
.fv .in .txt-on .fv-logo .fl img {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.fv .in .txt-on h1 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.fv .in .txt-on h2 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.fv .in .txt-on .fv-copy {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.fv .in .shape {
  position: absolute;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.fv .in .s1 {
  width: 42vw;
  max-width: 750px;
  right: -30%;
  top: -10%;
  opacity: 0;
}
.fv .in .s2 {
  width: 16vw;
  max-width: 250px;
  right: 54%;
  top: 15%;
  opacity: 0;
}
.fv .in .s3 {
  width: 17vw;
  max-width: 300px;
  right: -13%;
  top: 52%;
  opacity: 0;
}
.fv .in .s4 {
  width: 10vw;
  max-width: 180px;
  right: 15%;
  top: 56%;
  opacity: 0;
}
.fv .in .s5 {
  width: 5vw;
  max-width: 80px;
  right: 17%;
  top: 100%;
  opacity: 0;
}

.fv-on .in .s1 {
  width: 42vw;
  max-width: 750px;
  right: -8%;
  top: -8%;
  opacity: 1;
}
.fv-on .in .s2 {
  width: 16vw;
  max-width: 250px;
  right: 34%;
  top: 32%;
  opacity: 1;
}
.fv-on .in .s3 {
  width: 17vw;
  max-width: 300px;
  right: 3%;
  top: 42%;
  opacity: 1;
}
.fv-on .in .s4 {
  width: 10vw;
  max-width: 180px;
  right: 28%;
  top: 66%;
  opacity: 1;
}
.fv-on .in .s5 {
  width: 5vw;
  max-width: 80px;
  right: 37%;
  top: 85%;
  opacity: 1;
}

/* ABOUT */
.about {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.about .in {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 10vw 0;
  margin: 5% 0;
}
.about .in .board {
  width: 90%;
  position: relative;
  margin: auto;
  background: rgba(141, 186, 255, 0.68);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 10;
  padding: 8vw 8vw;
  transition: 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.about .in .board h2 {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-bottom: 2%;
}
.about .in .board h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 12%;
}
.about .in .board h4 {
  font-size: 1.5vw;
  color: #0059A8;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  letter-spacing: 0.05em;
}
.about .in .board .en-txt {
  font-size: 5vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0.25;
  mix-blend-mode: soft-light;
}
.about .in .board .en1 {
  height: 110px;
  right: 20%;
  transform: translate(0, -100px);
}
.about .in .board .en2 {
  height: 110px;
  right: 15%;
}
.about .in .board .en3 {
  height: 110px;
  right: 10%;
  transform: translate(0, 100px);
}
.about .in .shape {
  position: absolute;
  margin: auto;
  z-index: 1;
  transition: transform 2s ease-in-out; /* デフォルトのトランジション */
}
.about .in .s1 {
  width: 696px;
  height: 348px;
  left: 2%;
  top: 2%;
}
.about .in .s3 {
  width: 300px;
  height: 300px;
  left: 13%;
  bottom: 4%;
}
.about .in .s4 {
  width: 220px;
  height: 220px;
  right: 2%;
  top: 10%;
}
.about .in .s5 {
  width: 180px;
  height: 180px;
  right: 20%;
  bottom: 25%;
}
.about .is-ac .board {
  width: 80%;
  opacity: 1;
}

/* WEB MAGAZIN */
.magazin {
  position: relative;
  background: #D5D5D5;
  padding: 130px 0 20vw 0;
}
.magazin .in {
  width: 85%;
  margin: auto;
  position: relative;
}
.magazin .in .img {
  width: 49%;
  position: absolute;
  left: 0;
  top: 17%;
}
.magazin .in h2 {
  position: relative;
  padding-left: 10px;
  font-size: 1.8vw;
}
.magazin .in h2::before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 1vw;
  background: #0059A8;
  content: "";
  border-radius: 50px;
}
.magazin .in .txt {
  width: 45%;
  position: relative;
  margin-left: auto;
}
.magazin .in .txt h3 {
  font-size: 3vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: bold;
  transform: translate(-30px, 0);
  opacity: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 70px;
}
.magazin .in .txt h4 {
  font-size: 1vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 5vw;
}
.magazin .is-ac .txt h3 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* TOPIX */
.topix {
  position: relative;
  background: #ffffff;
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  padding: 130px 0 10vw 0;
}
.topix .in {
  width: 85%;
  margin: auto;
  position: relative;
}
.topix .in .img {
  width: 35vw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topix .in h2 {
  position: relative;
  padding-left: 10px;
  font-size: 1.8vw;
}
.topix .in h2::before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 1vw;
  background: #0059A8;
  content: "";
  border-radius: 50px;
}
.topix .in h3 {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-bottom: 5vw;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topix .is-ac h3 {
  opacity: 1;
  transform: translate(0, 0);
}

/* COMPANY ABOUT */
.outline {
  position: relative;
  background: #FBF7EE;
  padding: 130px 0;
}
.outline .in {
  width: 80%;
  margin: auto;
  position: relative;
}
.outline .in h2 {
  position: relative;
  padding-left: 10px;
  font-size: 1.8vw;
}
.outline .in h2::before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 1.7vw;
  background: #0059A8;
  content: "";
  border-radius: 50px;
}
.outline .in .table .flexs {
  display: flex;
  justify-content: start;
  gap: 1%;
  border-bottom: 1px solid #000000;
  padding: 25px 0;
}
.outline .in .table .flexs .left {
  width: 20%;
  text-align: left;
  font-size: 1vw;
}
.outline .in .table .flexs .right {
  width: 79%;
  text-align: left;
  font-size: 1vmax;
}
.outline .in .table .flexs .right a {
  text-decoration: underline;
}

/* ==========================================================
!SP media queries css
========================================================== */
@media screen and (max-width: 768px) {
  /* ==========================================================
  !COMMONS
  ========================================================== */
  .tel {
    pointer-events: all !important;
  }
  .fix {
    width: 120px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
  .fix .icon {
    width: 45px;
    height: 23px;
  }
  .btn p {
    font-size: 6vw;
  }
  .btn p span b::before {
    width: 13px;
    height: 13px;
  }
  .btn p span:hover b {
    transform: scale(1);
  }
  .btn p span:hover b::before {
    transform: scale(1);
  }
  footer .in .copy {
    font-size: 2.5vw;
  }
  /* ==========================================================
  !CONTENTS
  ========================================================== */
  /* FV */
  .fv {
    height: 80vh;
  }
  .fv .in .txt {
    padding-top: 21vw;
    z-index: 99;
    mix-blend-mode: difference;
  }
  .fv .in .txt .fv-logo .fl-1 {
    width: 32px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-1 img {
    width: 32px;
    height: 41px;
  }
  .fv .in .txt .fv-logo .fl-2 {
    width: 31px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-2 img {
    width: 31px;
    height: 31px;
  }
  .fv .in .txt .fv-logo .fl-3 {
    width: 11px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-3 img {
    width: 11px;
    height: 40px;
  }
  .fv .in .txt .fv-logo .fl-4 {
    width: 31px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-4 img {
    width: 31px;
    height: 31px;
  }
  .fv .in .txt .fv-logo .fl-5 {
    width: 30px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-5 img {
    width: 30px;
    height: 30px;
  }
  .fv .in .txt .fv-logo .fl-6 {
    width: 31px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-6 img {
    width: 31px;
    height: 31px;
  }
  .fv .in .txt .fv-logo .fl-7 {
    width: 31px;
    height: 96px;
  }
  .fv .in .txt .fv-logo .fl-7 img {
    width: 32px;
    height: 31px;
  }
  .fv .in .txt h1 {
    font-size: 7vw;
    color: #ffffff;
  }
  .fv .in .txt h2 {
    width: 100%;
    font-size: 3.5vw;
    margin-top: 20px;
    color: #ffffff;
  }
  .fv .in .txt .fv-copy {
    font-size: 2.6vw;
    margin-top: 13vw;
  }
  .fv-on .in .s1 {
    width: 73vw;
    right: -18%;
    top: -8%;
  }
  .fv-on .in .s2 {
    width: 26vw;
    right: 4%;
    top: 27%;
  }
  .fv-on .in .s3 {
    width: 37vw;
    max-width: 300px;
    right: 0%;
    top: 75%;
  }
  .fv-on .in .s4 {
    width: 40vw;
    max-width: 180px;
    right: 70%;
    top: 36%;
    opacity: 1;
  }
  .fv-on .in .s5 {
    width: 15vw;
    max-width: 80px;
    right: 74%;
    top: 75%;
    opacity: 1;
  }
  /* ABOUT */
  .about .in {
    padding: 20vw 0;
  }
  .about .in .board {
    padding: 9vw 0 13vw 0;
  }
  .about .in .board h2 {
    font-size: 7.5vw;
    text-align: center;
    padding-bottom: 15px;
  }
  .about .in .board h4 {
    font-size: 5vw;
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding-bottom: 30px;
  }
  .about .in .board .sp-en-txt {
    text-align: center;
    color: #000000;
    opacity: 0.4;
    padding-bottom: 15px;
  }
  .about .in .board .sp-en-txt p {
    font-size: 3.5vw;
    text-align: center;
  }
  .about .in .board .line {
    width: 150px;
    height: 1px;
    margin: auto;
    background: #ffffff;
    margin-bottom: 15px;
  }
  .about .in .board h3 {
    font-size: 3vw;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  .about .in .board .en-txt {
    display: none;
  }
  .about .in .s1 {
    width: 110vw;
    left: -48%;
    top: 5%;
  }
  .about .in .s3 {
    width: 45vw;
    left: -17%;
    bottom: -20%;
  }
  .about .in .s4 {
    width: 40vw;
    height: 220px;
    right: -11%;
    top: 25%;
  }
  .about .in .s5 {
    width: 21vw;
    height: 180px;
    right: 12%;
    bottom: -12%;
  }
  /* WEB MAGAZIN */
  .magazin {
    padding: 50px 0;
    overflow: hidden;
  }
  .magazin .in {
    padding-bottom: 80px;
  }
  .magazin .in h2 {
    font-size: 4vw;
  }
  .magazin .in h2::before {
    top: 2vw;
  }
  .magazin .in .img {
    width: 115%;
    position: relative;
    padding-top: 20px;
  }
  .magazin .in .txt {
    width: 100%;
  }
  .magazin .in .txt h3 {
    font-size: 6.3vw;
    padding-top: 20px;
  }
  .magazin .in .txt h4 {
    font-size: 3vw;
    padding-bottom: 10px;
  }
  /* TOPIX */
  .topix {
    padding: 50px 0 10vw 0;
  }
  .topix .in {
    padding-bottom: 30px;
  }
  .topix .in h2 {
    font-size: 4vw;
    font-weight: bold;
  }
  .topix .in h2::before {
    top: 2vw;
  }
  .topix .in .img {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .topix .in h3 {
    font-size: 6.3vw;
    padding-top: 30px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  /* COMPANY */
  .outline {
    padding: 60px 0 40px 0;
  }
  .outline .in {
    width: 90%;
  }
  .outline .in h2 {
    font-size: 4vw;
    font-weight: bold;
  }
  .outline .in h2::before {
    top: 3.5vw;
  }
  .outline .in .table .flexs .left {
    width: 25%;
    font-size: 15px;
  }
  .outline .in .table .flexs .right {
    width: 74%;
    font-size: 15px;
  }
} /* end *//*# sourceMappingURL=style.css.map */