@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
#wrap {
  overflow: hidden;
  background: #fff;
  z-index: 1;
}

.loading {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2449;
  text-align: center;
}
.loading .inner {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.loading-logo {
  width: 57px;
  height: 58px;
  margin: 0 auto;
  position: relative;
}
.loading-logo .logo-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 24px;
}
.loading-logo .logo-in .img, .loading-logo .logo-in img {
  width: 25px;
  height: 24px;
  -webkit-animation-name: rotate-right;
  animation-name: rotate-right;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  transform: rotate(0deg);
}
.loading-logo .logo-in .img svg, .loading-logo .logo-in img svg {
  width: 100%;
}
.loading-logo .logo-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-animation-name: rotate-left;
  animation-name: rotate-left;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.loading-txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.1818181818em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "kozuka-gothic-pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  margin: 32px 0 0;
}
.loading.is-hidden {
  transition: 0.4s ease all;
  opacity: 0;
  pointer-events: none;
}

.main-visual {
  height: 100vh;
  padding: 23.7vh 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-visual {
    min-height: 610px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1367px) {
  .main-visual {
    padding: 16.7vh 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-visual {
    padding: 22.7vh 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-visual {
    padding: 23.5vh 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-height: 720px) {
  .main-visual {
    padding: 120px 0 0;
    min-height: 48vw;
  }
}
@media only screen and (min-width: 768px) and (max-height: 720px) and (min-width: 1367px) {
  .main-visual {
    min-height: 42vw;
  }
}
@media only screen and (min-width: 768px) and (max-height: 720px) and (max-width: 1366px) {
  .main-visual {
    min-height: 610px;
  }
}
.main-visual:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 12.8vw;
  background: #000000;
  width: 0%;
  transition: 0.4s ease all;
  pointer-events: none;
  overflow: 0;
}
.main-visual .mv-ttl-jp {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 65px;
  line-height: 1.4772727273em;
  letter-spacing: 0em;
  font-weight: bold;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  text-align: left;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .main-visual .mv-ttl-jp {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 70px;
    line-height: 1.5217391304em;
  }
}
.main-visual .mv-ttl-en {
  font-size: 32.3vw;
  letter-spacing: 0;
  line-height: 0.68;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  margin-left: -63vw;
  bottom: -10vw;
  transition: 0.5s ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-visual .mv-ttl-en .let {
  margin: 0 3.15vw;
  display: inline-block;
  position: relative;
  z-index: 33;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-visual .mv-ttl-en .let .in {
  display: block;
}
.main-visual .mv-ttl-en .let:nth-child(4) {
  margin: 0 1.8vw 0 2.3vw;
}
.main-visual .mv-ttl-en .let01 {
  transition: 0.5s ease all;
  transform: translate(-10vw, 0);
}
.main-visual .mv-ttl-en .let02, .main-visual .mv-ttl-en .let03, .main-visual .mv-ttl-en .let04, .main-visual .mv-ttl-en .let05 {
  transform: translateY(14vw);
}
.main-visual.is-active .mv-ttl-jp {
  opacity: 1;
  transition: 1.5s ease all;
  transition-delay: 0.4s;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .main-visual .wrap-inner {
    max-width: 1446px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-visual .wrap-inner {
    max-width: 1040px;
  }
}
.main-visual.is-animated01:before {
  height: 3.88vw;
  bottom: 0;
  width: 100%;
  transition: width 0.5s, height 0.5s 0.5s, bottom 0.4s 1.8s;
}
@media only screen and (min-width: 1920px) {
  .main-visual.is-animated01:before {
    transition: width 0.6s, height 0.6s 0.6s, bottom 0.4s 1.8s;
  }
}
.main-visual.is-animated01 .mv-ttl-jp {
  opacity: 1;
  transition: 1.3s ease all;
  transition-delay: 0.6s;
}
.main-visual.is-animated01 .mv-ttl-en {
  transition-delay: 1.7s;
  bottom: 0px;
}
.main-visual.is-animated01 .mv-ttl-en .let01 {
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
.main-visual.is-animated01 .mv-ttl-en .let02 {
  transition-delay: 1s;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
}
.main-visual.is-animated01 .mv-ttl-en .let03 {
  transition-delay: 1.2s;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
}
.main-visual.is-animated01 .mv-ttl-en .let04 {
  transition-delay: 1.4s;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.main-visual.is-animated01 .mv-ttl-en .let05 {
  transition-delay: 1.6s;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.main-visual.is-animated01 .mv-ttl-en .let02, .main-visual.is-animated01 .mv-ttl-en .let03, .main-visual.is-animated01 .mv-ttl-en .let04, .main-visual.is-animated01 .mv-ttl-en .let05 {
  transform: translateY(0);
}
.main-visual.is-done01 .scroll-bg, .main-visual.is-done01:before {
  height: 3.88vw;
  bottom: -3.9vw;
  width: 100%;
  transition: width 0.3s, height 0.3s 0, bottom 0.3s 0;
}
.main-visual.is-done01 .mv-ttl-jp {
  opacity: 1;
  transition: 0.2s ease all;
  transition-delay: 0s;
}
.main-visual.is-done01 .mv-ttl-en {
  transition: 0.4s ease-out all;
  transition-delay: 0s;
}
.main-visual.is-done01 .mv-ttl-en .let01, .main-visual.is-done01 .mv-ttl-en .let02, .main-visual.is-done01 .mv-ttl-en .let03, .main-visual.is-done01 .mv-ttl-en .let04, .main-visual.is-done01 .mv-ttl-en .let05 {
  transition-delay: 0s;
}
.main-visual.is-scroll-up:before {
  transition-delay: 0s;
  height: 0;
  bottom: 0;
}
.main-visual.is-scroll-up .scroll-bg {
  height: 0;
}
.main-visual.is-scroll-up .mv-ttl-jp {
  opacity: 1;
  transition: 0.2s ease all;
  transition-delay: 0s;
}
.main-visual.is-scroll-up .mv-ttl-en {
  transition: 0.4s ease-out all;
  transition-delay: 0s;
}
.main-visual.is-scroll-up .mv-ttl-en .let01, .main-visual.is-scroll-up .mv-ttl-en .let02, .main-visual.is-scroll-up .mv-ttl-en .let03, .main-visual.is-scroll-up .mv-ttl-en .let04, .main-visual.is-scroll-up .mv-ttl-en .let05 {
  transition-delay: 0s;
}
@media only screen and (orientation: landscape) {
  .mobile .main-visual {
    padding: 100px 0 0;
    min-height: 610px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 420px) {
  .mobile .main-visual {
    padding: 120px 0 0;
    min-height: 475px;
  }
}
@media (max-width: 767px) {
  .main-visual {
    height: 627px;
    padding: 180px 0 0;
  }
  .main-visual .mv-ttl-jp {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 48px;
    line-height: 1.8461538462em;
  }
}

.c-block {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.c-block .c-ttl01 {
  position: absolute;
  right: -6px;
  top: 25px;
  z-index: 157;
}
.c-block-img {
  position: relative;
}
@media (min-width: 768px) {
  .c-block {
    display: flex;
    flex-wrap: wrap;
  }
  .c-block-img {
    width: 51.2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-block-img {
    width: 75%;
    max-width: 698px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .c-block-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-block-info {
    width: 48.8%;
    padding-left: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-block-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-block-info {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .c-block .box-info {
    width: 100%;
    max-width: 458px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .c-block .box-info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-block .box-info {
    width: 100%;
    max-width: 73.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-block .box-info {
    max-width: 668px;
  }
}
@media (min-width: 768px) {
  .c-block.img-right .c-ttl01 {
    left: -6px;
    right: auto;
    top: 25px;
  }
  .c-block.img-right .c-block-img {
    order: 2;
  }
  .c-block.img-right .box-info {
    max-width: 507px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1446px) {
  .c-block.img-right .box-info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .c-block.img-right .box-info {
    max-width: 73.5%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .c-block.img-right .box-info {
    max-width: 668px;
  }
}
@media (min-width: 768px) {
  .c-block.img-right .c-block-info {
    padding-left: 60px;
    order: 1;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .c-block.img-right .c-block-info {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .c-block.img-right .c-block-info {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-block.img-right .c-block-info {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-block.img-right .c-block-info {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .c-block .c-ttl01 {
    right: auto;
    left: -5px;
    top: 20px;
  }
  .c-block-info {
    padding: 46px 47px 0 47px;
  }
}

.sec-about {
  padding: 100px 0 150px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-about {
    padding: 100px 0 127px;
  }
}
@media (min-width: 768px) {
  .sec-about .c-block {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-about .c-block-info {
    padding: 178px 0 0 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-about .c-block-info {
    padding: 54px 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-about .c-block-info {
    padding: 54px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .sec-about {
    padding: 56px 0 45px;
  }
}

.sec-works {
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-works {
    padding: 18px 0 40px;
  }
}
.sec-works .box-logo01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  width: 460px;
  margin: 0 auto;
  z-index: 2;
  width: 459px;
  height: 427px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .sec-works .box-logo01 {
    top: 75px;
  }
}
.sec-works .box-logo01 .myClip {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sec-works .box-logo01 .clipboard {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#clipPath01);
  clip-path: url(#clipPath01);
  -webkit-animation: clipRotateAnim 10s linear infinite;
          animation: clipRotateAnim 10s linear infinite;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-works .box-logo01 .clipboard {
    -webkit-clip-path: url("#clipPath01_SP");
            clip-path: url("#clipPath01_SP");
  }
}
.sec-works .box-logo01 .clipboard:before {
  content: "";
  position: absolute;
  inset: -10%;
  background: var(--i);
  background-size: cover;
  background-position: center;
  -webkit-animation: inherit;
          animation: inherit;
  animation-direction: reverse;
  left: -10%;
  right: -10%;
  bottom: -10%;
  top: -10%;
}
.sec-works .c-block {
  position: relative;
  z-index: 139;
}
@media (min-width: 768px) {
  .sec-works .c-block-img {
    margin: 250px 0 0 0;
  }
  .sec-works .c-block-info {
    padding: 15px 15px 0 40px;
  }
  .sec-works .c-block-info .c-txt {
    max-width: 450px;
    margin-top: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-works .c-block-img {
    margin: 50px 0 0 calc(100% - 698px);
  }
  .sec-works .c-block-info {
    padding: 15px 40px 0 40px;
  }
  .sec-works .c-block-info .c-txt {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-works .c-block-img {
    margin: 50px 0 0 calc(100% - 697px);
  }
}
.sec-works .block02 {
  padding: 96px 0 0;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-works .block02 {
    padding: 98px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-works .block02 {
    padding: 95px 0 0;
  }
}
.sec-works .list01 .desc01 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 1.6666666667em;
  letter-spacing: 0em;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-works .list01 .desc01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 1.4285714286em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sec-works .list01 {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-works .list01 li {
    width: 28%;
    margin: 0 8% 71px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .sec-works .list01 li {
    width: 29%;
    margin: 0 6.5% 71px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .sec-works .list01 li {
    width: 30%;
    margin: 0 5% 71px 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sec-works .list01 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec-works {
    padding: 21px 0 114px;
  }
  .sec-works .c-ttl02 {
    margin-bottom: 24px;
  }
  .sec-works .box-logo01 {
    top: 185px;
    left: 35%;
    right: auto;
    width: 391px;
    height: 364px;
  }
  .sec-works .box-logo01 svg {
    width: 100%;
  }
  .sec-works .box-logo01 .clipboard:before {
    inset: -5%;
  }
  .sec-works .c-block-img {
    margin-top: 91px;
  }
  .sec-works .block02 {
    padding: 58px 25px 0;
  }
  .sec-works .list01 li {
    margin-bottom: 41px;
  }
  .sec-works .list01 li:last-child {
    margin-bottom: 0;
  }
  .sec-works .list01 .desc01 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 1.6666666667em;
    letter-spacing: 0em;
  }
}

.sec-company {
  padding: 33px 0 147px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-company {
    padding-bottom: 145px;
  }
}
.sec-company .c-box-frame {
  padding-top: 60px;
}
.sec-company .c-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 1.4285714286em;
  letter-spacing: 0em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-company .c-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 1.375em;
  }
}
.sec-company .c-txt p {
  margin-bottom: 19px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 1.5714285714em;
  letter-spacing: 0em;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-company .c-txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 1.375em;
  }
}
.sec-company .c-txt p:last-child {
  margin-bottom: 0;
}
.sec-company .c-txt .ffDin {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .sec-company .c-block {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-company .c-block .box-info {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-company .c-block .box-info {
    max-width: 655px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-company .c-block .box-info {
    max-width: 73.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-company .c-block .box-info {
    max-width: 650px;
  }
}
@media (min-width: 768px) {
  .sec-company .c-block-info {
    padding: 186px 0 0 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-company .c-block-info {
    padding: 64px 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-company .c-block-info {
    padding: 64px 60px 0 60px;
  }
}
.sec-company dl {
  margin-bottom: 19px;
}
.sec-company dl:last-child {
  margin-bottom: 0;
}
.sec-company dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 1.6666666667em;
  letter-spacing: 0em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-company dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 1.4285714286em;
  }
}
.sec-company dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 1.4285714286em;
  letter-spacing: 0em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-company dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 1.25em;
  }
}
@media (min-width: 768px) {
  .sec-company dl {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-company dl dt {
    width: 78px;
  }
  .sec-company dl dd {
    width: calc(100% - 78px);
  }
}
@media (max-width: 767px) {
  .sec-company {
    padding: 20px 0 125px;
  }
  .sec-company .c-box-frame {
    padding-top: 40px;
  }
  .sec-company .c-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 1.4285714286em;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .sec-company .c-txt p {
    margin-bottom: 19px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 1.5714285714em;
    letter-spacing: 0em;
  }
  .sec-company .c-txt p:last-child {
    margin-bottom: 0;
  }
  .sec-company .c-txt .ffDin {
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 22px;
  }
  .sec-company .c-block-info {
    padding-top: 58px;
  }
  .sec-company dl {
    margin-bottom: 19px;
  }
  .sec-company dl:last-child {
    margin-bottom: 0;
  }
  .sec-company dl dd {
    padding-left: 20px;
  }
}

.sec-contact {
  position: relative;
  padding: 0 0 249px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-contact {
    padding: 0 0 200px;
  }
}
.sec-contact-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  height: 26px;
  width: 26px;
  background: #FFE922;
  z-index: 1;
  text-indent: -9999px;
}
.sec-contact.aos-animate .js-load-frame .sec-contact-bg {
  left: 85px;
  height: 250px;
  width: calc(50vw + 660px);
  transition: left 0.3s, height 0.3s 0.3s, width 0.3s 0.4s;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-contact.aos-animate .js-load-frame .sec-contact-bg {
    transition: left 0.3s, height 0.3s 0.3s, width 0.3s 0.6s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-contact.aos-animate .js-load-frame .sec-contact-bg {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .sec-contact.aos-animate .js-load-frame .sec-contact-bg {
    left: 48px;
    height: 250px;
    width: calc(100% - 48px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 450px) {
  .sec-contact.aos-animate .js-load-frame .sec-contact-bg {
    height: 157px;
  }
}
.sec-contact .c-ttl03 {
  margin-bottom: 93px;
  position: relative;
  z-index: 44;
}
.sec-contact .box-pp {
  padding: 0 0 0 50px;
}
.sec-contact .box-pp .scroll-element.scroll-x {
  display: none !important;
}
.sec-contact .box-pp .inner {
  position: relative;
  max-height: 295px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}
.sec-contact .box-pp .inner::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.sec-contact .box-pp .scroll-wrapper {
  padding: 0 !important;
  max-height: 295px;
  border-right: 1px solid #000000;
  overflow: auto;
  position: relative;
}
.sec-contact .box-pp .scroll-wrapper::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.sec-contact .box-pp .scroll-wrapper > .scroll-content {
  padding: 0 20px 0 0 !important;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}
.sec-contact .box-pp .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.sec-contact .box-pp .pp-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 2.1428571429em;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 9px;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-contact .box-pp .pp-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 1.875em;
  }
}
.sec-contact .box-pp .pp-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 1.6666666667em;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-contact .box-pp .pp-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 1.4285714286em;
  }
}
.sec-contact .box-pp .pp-txt.pp-txt01 {
  margin-bottom: 40px;
}
.sec-contact .box-pp .pp-txt:last-child {
  margin-bottom: 10px;
}
.sec-contact .wrap-inner {
  position: relative;
  z-index: 149;
  padding-top: 97px;
}
@media only screen and (min-width: 768px) and (min-width: 1446px) {
  .sec-contact .wrap-inner {
    max-width: 1446px;
  }
}
.sec-contact .wrap-inner .col01, .sec-contact .wrap-inner .col02 {
  position: relative;
  z-index: 44;
}
@media (min-width: 768px) {
  .sec-contact .wrap-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-contact .wrap-inner .col01 {
    width: 51%;
    padding: 0 32px 0 0;
    order: 1;
  }
  .sec-contact .wrap-inner .col02 {
    width: 41.6%;
    order: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-contact .wrap-inner {
    padding: 98px 60px 0 60px;
  }
  .sec-contact .wrap-inner .col01 {
    width: 47%;
  }
  .sec-contact .wrap-inner .col02 {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .sec-contact {
    padding: 0 0 179px;
  }
  .sec-contact .wrap-inner {
    padding-top: 59px;
  }
  .sec-contact-bg {
    left: 20px;
    height: 20px;
    width: 20px;
  }
  .sec-contact .c-ttl03 {
    margin-bottom: 54px;
  }
  .sec-contact .box-pp {
    padding: 0;
    margin-bottom: 28px;
  }
  .sec-contact .box-pp .inner {
    padding-right: 12px;
  }
  .sec-contact .box-pp .inner:after {
    height: 60px;
  }
  .sec-contact .box-pp .scroll-wrapper:after {
    height: 60px;
  }
  .sec-contact .wrap-inner .col01 {
    padding: 0 27px;
    margin-top: 33px;
  }
  .sec-contact .wrap-inner .col01 .contact-form {
    margin: 0 -10px;
  }
  .sec-contact .wrap-inner .col02 {
    padding: 0 26px;
  }
}

.noscroll {
  overflow: hidden !important;
}

body {
  overflow: hidden;
}
body.is-end01 {
  overflow: auto;
}
body.is-end01 .main-visual.is-animated01:before {
  height: 1px;
}

.mCustomScrollBox:hover > body,
.mCustomScrollBox:hover > html {
  overflow: hidden !important;
}

.mCustomScrollBox:hover #body {
  overflow: hidden !important;
} /* body with id body */
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools {
  opacity: 1;
  width: 6px;
  border-right: 1px solid #000000;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 5px;
  border-radius: 0;
  background-color: #000 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}