@charset "UTF-8";

/*  #manda intro
================================================ */
.manda_intro{
  background: url(https://test.raxus.inc/wp/wp-content/themes/raxuscreate/img/manda/manda_bg.png), rgb(255,255,255);
  background: url(https://test.raxus.inc/wp/wp-content/themes/raxuscreate/img/manda/manda_bg.png), -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(228,237,242,1) 100%);
  background: url(https://test.raxus.inc/wp/wp-content/themes/raxuscreate/img/manda/manda_bg.png), -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(228,237,242,1) 100%);
  background: url(https://test.raxus.inc/wp/wp-content/themes/raxuscreate/img/manda/manda_bg.png), linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(228,237,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e4edf2",GradientType=1);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    padding-top: 115px;
    padding-bottom: 10rem;
}
.jp_slide_img_wrapper {
    background-image: url('https://test.raxus.inc/wp/wp-content/themes/raxuscreate/img/manda/manda_bgcody.svg');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 600s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}

.js-manda-slider .slick-slide{
  margin: 10px;
  height: auto;
  margin-bottom: 13rem;
  margin-top: 6rem;
}

.manda_intro .mod_btn01_list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 830px;
  margin-bottom: 5rem;
}

.manda_intro .mod_btn01_list div:nth-of-type(2){
    max-width: 380px;
    font-weight: 600;
}
.manda_intro .mod_btn01_list div:nth-of-type(2) p{
  font-weight: 600;
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
}
.manda_intro .mod_btn01_list div:nth-of-type(2) .name{
  font-size: 1.4em;
}
@media screen and (max-width: 599px){
  .manda_intro{
    padding-top: 65px;
    padding-bottom: 6rem;
  }
  .js-manda-slider .slick-slide{
    margin-bottom: 8rem;
  }
  .manda_intro .mod_btn01_list div:nth-of-type(2){
      margin: 2rem auto 0;
  }
  .manda_intro .mod_btn01_list div:nth-of-type(2) p{
    font-size: 1.5rem;
      line-height: 2.8rem;
  }
  .manda_intro .mod_btn01_list div:nth-of-type(2) .name{
    font-size: 1.2em;
  }
}
.img-mask {
    width: calc(100% + 40px);
    margin: 0 auto 0 -20px;
}
@media screen and (min-width: 600px){
  .img-mask {
      width: 380px;
      height: 415px;
      position: relative;
      overflow: hidden;
      margin: 0;
  }
  .img-mask img {
      height: 100%;
      max-width: initial;
      position: absolute;
      right: 0;
      left: -50px;
      margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
    .sectionTtlsub_en + .sectionTtl_ja img {
      height: initial;
      width: 100%;
    }
}
.manda_project {
    margin-bottom: 5rem;
}

/*  manda contact
================================================ */
.mw_wp_form {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px){
  .mw_wp_form .box{
    margin-top: 3rem;
    text-align: center;
  }
}
