@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  background: #fff;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.anime-updown {
  animation: 2s fuwafuwa infinite;
}
.on {display: block; transition: all .5s ease;}
.off {display: none; transition: all .5s ease;}
.pc_only{display: block;}
.sp_only{display: none;}
header{width: 100%;background: rgba(255,255,255,.8);padding: .1rem; position: fixed;top: 0;z-index: 9999;transition: all .5s ease;}
header div{ width: 1000px;margin: 0 auto;}
header img{display: block;width: 140px;}
.mv {
  position: relative;
}
.mv .mvimg {
  width: 100%;
}
.mv .mvtext {
  width: 955px;
}
.mv .mvtext img{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin:3rem auto 0 auto;
  z-index:250;
  width: 48%;
  animation-name:fadeUpAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
.fadeUpTrigger{
    opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.point {position: relative;z-index: 400;}
#contents {
  width: 100%;
}
#contents .contents_inner {
  width: 100%;
  margin: 0 auto;
}
.section_inner {
  margin: 0 auto;
}
.btn {
  width: 962px;
  margin: 4rem auto;
  text-align: center;
  position: relative;
  z-index:450;
}
.btn a{
  display: block;
  width: 80%;
  margin: 0rem auto;
  text-align: center;
}
.item{
  background: #f3f4f6;
  padding: 4rem 0;
}
.item .itemtitle {
  width: 720px;
  margin: 0 auto;
}
.item p{
  text-align: center;
  color: #333;
  padding: 2rem 0 0 0;
  letter-spacing: .1rem;
}
.slider_inner {
  width: 792px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.slider_card {
  margin: 0 15px;
}
.slider_card img{
  width: 792px;
  margin: 0 auto;
}
.js-accordion_inner {
  display: none;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-next:before {
  background: url("/assets_lp/aim/crm/ryo-kanbi_7/images/next.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev:before {
  background: url("/assets_lp/aim/crm/ryo-kanbi_7/images/prev.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev,.slick-next{
  width: 50px;
  height: 50px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
iframe {
  width: 950px;
  margin: 0 auto;
  height: 1400px;
}
.support_cont {
  width: 1200px;
  margin: 0 auto;
}
.support_cont .support_inner section{
  width: 1072px;
  margin: 0 auto 5rem auto;
}
.support_cont .support_inner section img{
  display: block;
  width: 1072px;
  margin: 0 auto;
}
.support_cont .support_box{
  width: 1050px;
  padding-top: 30px;
  font-size: 120%;;
  display: none;/*はじめは非表示*/
  margin:0;
  padding: 3%;
  background: #fff;
  border: 10px solid #1a429b;
  line-height: 160%;
  letter-spacing: .1rem;
}
.support_cont .support_box .red{
  color: #c00;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:200%;
    font-weight: bold;
    transition: all .5s ease;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 30px;
    height: 5px;
    background-color: #fff;
    transition: all .5s ease;
}
.title::before{
    top:65%;
    left: 50px;
    transform: rotate(0deg);
}
.title::after{    
    top:65%;
    left: 50px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  .pc_only{display: none;}
  .sp_only{display: block;}
  iframe {
    width: 95%;
    margin: 0 auto;
    height: 1700px;
  }
  header img{display: block;width: 100px;}
  .mv .mvtext img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin:3rem auto 0 auto;
    z-index:250;
    width: 95%;
  }
  #contents .contents_inner {
    width: 100%;
  }
  .work {
    width: 100%;
  }
  .slider_inner {
    width: 100%;
    padding-top: 0rem;
  }
  .slider_card {
    margin: 0 5px;
  }
  .slider_card img{
    width: 100%;
  }
  .slick-prev,.slick-next{
    width: 30px;
    height: 30px;
    opacity: .9;
  }
  .btn {
    width: 100%;
    margin: 2rem 0;
  }
  .btn a{
    width: 90%;
  }
  .support_cont {
    width: 100%;
  }
  .support_cont .support_inner section{
    width: 95%;
    margin-bottom: 2.5rem;
  }
  .support_cont .support_inner section img{
    width: 100%;
  }
  .support_cont .support_box{
    width: 98%;
    margin-left:0;
    font-size: 95%;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-prev,.slick-next{
    width: 40px;
    height: 40px;
  }
  .title {
    font-size:120%;
    margin-top: 4vw;
  }
  /*アイコンの＋と×*/
  .title::before,
  .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 4px;
    background-color: #fff;
  }
  .title::before{
    top:60%;
    left: 4%;
    transform: rotate(0deg);
  }
  .title::after{
    top:60%;
    left: 4%;
    transform: rotate(90deg);
  }
  .item{
    padding: 1rem 0;
  }
  .item .itemtitle {
    width: 100%;
  }
}