/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@media (max-width: 767px) {
  .tb-hero-pict, .tb-answer, .tb-service-pict, .pc-service-pict, .tb-style, .pc-hero-pict, .pc-case, .tb-case, .tb-bodymovin-wrapper-bg, .pc-bodymovin-wrapper-bg, .tb-service-img, .pc-service-img, .tb-br, .pc-interview-img, .tb-interview-img, #pc_bodymovin_interview, #tb_bodymovin_interview, .tb-pc-p, .interview-icon, #tb_bodymovin_interview2, #pc_bodymovin_interview2  {
    display: none; } }
.pc-only,
.tb-only {
  display: none; }

.sm-top-btn {
  width: 100px;
  height: 40px;
  margin-top: 0;
  margin-left: 12px;
  position: relative;
  background-color: #FF896B; }
  .sm-top-btn a {
      cursor: pointer;
      display: block;
      height: 40px;
    }
    .sm-top-btn a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 40px;
      opacity: 1; }
    .sm-top-btn a:hover {
      opacity: 0.6; }


.cv_button {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 61%;
  font-size: 17px;
  font-weight: bold;}
.cv_button a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #FEC503;
  text-align: center;
  line-height: 50px;
  height: 50px;
  min-width: 275px;
  overflow: hidden;}
  .cv_button a:hover {
    background-color: #ffa526;
    color: #FFB4A0;}
.cv_button a:after {
  display: block;
  content:"";
  height:300px;
  width:50px;
  position:absolute;
  top:-90px;
  left:0;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50% , rgba(255,255,255,0) 100%);
  opacity:0;
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
  -webkit-animation: reflection 6s ease-out infinite;
  animation: reflection 6s ease-out infinite;
  }
@keyframes reflection {
  0% { left: 0; -webkit-transform: scale(1) rotate(-48deg); transform: scale(1) rotate(-48deg); opacity: 0; }
  70% {left: 0; -webkit-transform: scale(1) rotate(-48deg); transform: scale(1) rotate(-48deg); opacity: 0; }
  71% { left: 20%; -webkit-transform: scale(1) rotate(-48deg); transform: scale(1) rotate(-48deg); opacity: 1; }
  100% { left: 150%; -webkit-transform: scale(1) rotate(-48deg); transform: scale(1) rotate(-48deg); opacity: 0.2; }
  }


/* ASPICクラウドアワード2024 */
.ASPICaward {
  margin: 24px auto;
}
.ASPICaward .img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.ASPICaward .img a {
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
  text-decoration: underline;
}
.ASPICaward img {
  width: 100px;
}
.ASPICaward .text {
  width: 90%;
  margin: 0 auto;
}
.ASPICaward .text p {
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 13px;
}



  /* Service */

.service {
  background: #FFF9D6;
  height: auto;
  width: 100%;
}
.service-lead {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.service-image {
  display: table;
  margin: 0 auto 40px;
}
.service-image img {
  width: 100%;
}
.line2hon {
    height: 9px;
    border-top: 2px solid #face00;
    border-bottom: 2px solid #face00;
    margin: 0 0 10px;
}
.service-pict1{
  margin-top: 40px;
  margin-bottom: 40px;
}
.pict-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center; }



/* Interview */
.interview {}
  .interview-body {
    margin: 0 auto;
    width: 93%;
  }
  .interview .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
  .interview ul {
    padding-left: 10px; }
    .interview ul li {
      list-style-type: disc;
      font-size: 14px;
      line-height: 1.7;
      margin-left: 2vw; }

.interview-btn {
  display: table;
  margin: 0 auto;
}

.interview-sns {
}
.interview-sns-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.interview-sns-item {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;

  display: flex;
  gap: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
.interview-sns-item img {
  width: 46px;
}

/*	Section case 事例*/
.case {
  padding: 50px 0 20px;
}

.flex-center{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 711px;
    gap: 15px;
}

.riyou-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 30px) / 3);
}
.riyou{
    position: relative;
    height: 48vw;
    background: #A0CEFF;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 0;
    width: 100%;
}

.riyou img{
    width: 80%;
    height: auto;
}
.riyou h5{
    font-size: 2.9vw;
    margin-top: 3vw;
    margin-bottom: 1vw;
}
.riyou p{
    position: absolute;
    font-size: 2.5vw;
    line-height: 1.5;
    top: 30vw;
    text-align: left;
    margin-left: 2vw;
    margin-right: 1vw;
}


.sm-case {
  background: #FFF9D6;
  height: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 3vh; }

.section-title2{
    margin-top: 80px !important;
}
.setsumei{
    margin-top: 70px;
    font-size: 20px !important;
}

.case-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 55.9%;
  margin: 0 auto 20px;
  position: relative; }

.case-wrapper-last {
  width: 100%;
  margin: 40px auto 50px;
  position: relative; }

.case-pict {
  width: 98%;
  max-width: 600px;
  margin: 0 auto; }
  .case-pict img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.interview-midashi{
    margin-bottom: 40px !important;
    font-size: 25px;
    text-align: left;
    line-height: 1.5;
}
@media(max-width:594px){
    .interview-midashi{
    font-size: 18px;
    }
}
.interview-title-wrapper{
    width: 100%;
}
.interview-title-wrapper p{
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}
.interview-company{
    display: none;
}
.interview-company-sm{
    font-size: 18px;
}
.interview-midashi2{
margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sm-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
p.sm-flex-p{
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
    margin-right: 2rem;
    text-align: justify;
}
.sm-interview-icon{
    width: 120px !important;
    height: 120px;
}
.between{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sm-interview-img {
    width: 100%;
}
.sm-interview-img img{
    margin-top: 20px;
width: 100%;
}


.midashi img {
  position: absolute;
  top: 0;
  left: -38px;
  width: 25px; }

.under-response {
  background: #FACE00;
  font-size: 4.4vw; }

_:-ms-input-placeholder, :root .under-response {
  background: none;
  background-image: url("../img/under2.svg");
  background-repeat: no-repeat;
  background-size: cover; }

_:-ms-input-placeholder, :root .under {
  background: none;
  background-image: url("../img/under.svg");
  background-repeat: no-repeat;
  background-size: cover; }

_:-ms-input-placeholder, :root .under2 {
  background: none;
  background-image: url("../img/under2.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.midashi-wrapper {
  width: 95%;
  margin: 0 auto; }

.midashi {
  position: absolute;
  top: 5%;
  left: 14%;
  width: 32%;
  height: 60px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4; }
  .midashi .moresmall {
    font-size: 2.8vw;
    margin-left: -1vw;
    vertical-align: top; }

.midashi-long {
  width: 88%;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.7; }

@media screen and (min-width: 600px) and (max-width: 767px) {
  .midashi-long {
    width: 550px; } }
.case-body {
  position: absolute;
  top: 7%;
  right: 6%;
  width: 37%;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: right; }

.case-pict-body {
  position: absolute;
  top: 38%;
  left: 7.8%;
  width: 84vw;
  height: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.3vw;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.2px;
  z-index: 1; }

_:-ms-lang(x)::-ms-backdrop, .case-pict-body {
  font-size: 3vw;
  font-weight: bold; }

.case-pict-body-left, .case-pict-body-right {
  width: 35%;
  text-align: justify;
}


.sm-bodymovin-wrapper-bg {
  height: 64px;
  width: 340px;
  position: relative;
  margin: 40px auto;
  background-color: #FF896B; }

.sm-bodymovin-wrapper {
  height: 64px;
  width: 340px;
  opacity: 1;
  -webkit-transition: opacity 100ms 0s ease;
  -o-transition: opacity 100ms 0s ease;
  transition: opacity 100ms 0s ease;
  background-color: #FF896B; }
  .sm-bodymovin-wrapper:hover {
    opacity: 0.6; }

@media (max-width: 374px) {
  .sm-bodymovin-wrapper-bg {
    width: 320px;
    margin-left: auto;
    margin-right: auto; }

  .sm-bodymovin-wrapper {
    width: 320px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; }
    .sm-bodymovin-wrapper > a {
      width: 320px;
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 320px) {
  .sm-bodymovin-wrapper > a {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
#bodymovin, #bodymovin2, #bodymovin3 {
  margin: 0 auto;
  background-color: #fff;
  width: 340px;
  height: 64px;
  position: relative; }

#bodymovin > span, #bodymovin2 > span, #bodymovin3 > span {
  position: absolute;
  top: 11px;
  left: 100px;
  color: #fff;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.5px; }

.sm-bodymovin-wrapper > a {
  display: block;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  z-index: 2;
  opacity: 1; }
  .sm-bodymovin-wrapper > a:hover {
    opacity: 0.6; }

.p20 {
  padding: 20px; }

.w-100{
    width: 100%;
}
.s1 {
  margin: 0 auto;
  font-size: 18px;
  position: relative;
    text-align: center;
    padding: 0 10px;
}

.s1:before, .s1:after {
  content: "";
  height: 1px;
  width: 38%;
  background: #000;
  display: inline-block;
    position: absolute;
    top: 2vw;
}

.s1:before {
    left: 0; 
}

.s1:after {
  right: 0; }

.sm-bodymovin-interview-bg {
  height: 56px;
  width: 100%;
  position: relative;
  margin: 10px auto 30px;
  background-color: #6970e0; }
  .sm-bodymovin-interview-bg a {
    opacity: 1; }
    .sm-bodymovin-interview-bg a:hover {
      opacity: 0.6; }

.sm-bodymovin-interview {
  height: 56px;
 width: 100%;
  opacity: 1;
  -webkit-transition: opacity 100ms 0s ease;
  -o-transition: opacity 100ms 0s ease;
  transition: opacity 100ms 0s ease;
  background-color: #6970e0; }
  .sm-bodymovin-interview:hover {
    opacity: 0.6; }

.bodymovin_interview a {
 width: 100%;
  overflow: hidden; }

.btn {
  margin: 40px auto;
  overflow: hidden; }


.text-left{
    text-align: left;
    margin: 0 0 10px;
}

.service .pict-body {
  width: 90%;
  height: 80px;
  margin: 30px auto;
  font-size: 16px;
  line-height: 1.5; }
.service .style-body {
  text-align: center; }

    .service .pict-body2{
    margin: 17px auto 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    }
    .service .pict-body3{
    margin: 17px auto 50px;
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
    }



.container-center {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px; }

.line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50px;
  height: 1px;
  background: #000;
  margin: 0 10px; }

.sm-service-pict {
  margin-top: 25px;
  max-width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sm-service-pict img {
    width: 95%;
    max-width: 450px; }

.service p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin: 0 0 50px; }


.sm-style {
  margin: 20px auto 0;
  width: 100%;
  max-width: 450px;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden; }

.sm-style-image-wrapper {
  width: 100%; }

.sm-style img {
  width: 95%; }

.service-pict-caption {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: none; }

.service-pict-caption-side {
  width: 33%;
  text-align: center;
  font-size: 3.8vw;
  line-height: 1.5; }
.mb0 {
  margin-bottom: 0; }
.mb10{
    margin-bottom: 10px !important;
}

.sm-service-caption-wrapper {
  margin: 0 7%;
  position: absolute;
  top: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sm-service-caption {
  width: 34%;
  font-size: 4.1vw;
  line-height: 1.33;
  text-align: justify;
  letter-spacing: -0.2vw;
  z-index: 2;
  display: none; }


/*footer*/
footer .company > a {
  display: block;
  width: 122px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  padding-left: 15px;
  color: #000; }

.copyright {
  margin: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px; }

  
@media screen and (max-width: 767px) and (min-width: 500px) {
  /* 767px以下～500px以上の場合 */
  .pict-title, .service-pict-caption-side {
    font-size: 20px; }

  .sm-style {
    padding-bottom: 380px; }

  .sm-service-caption {
    font-size: 20px; }

    
  .service-image img {
    width: 72vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 612px) {

  .case-wrapper {
    margin-bottom: 20px;
    position: relative;
    width: 606px;
    padding-bottom: 345px; }

  .under-response {
    font-size: 27px; }

  .midashi {
    font-size: 24px; }

  .case-body {
    font-size: 18px; }

  .case-pict-body {
    font-size: 20px;
    margin: 0 auto;
    position: absolute;
    top: 132px;
    left: 47px;
    width: 512px;
    height: 152px; }

  small.moresmall {
    font-size: 18px !important; } }



@media screen and (max-width: 767px) and (min-width: 700px) {
  .interview-sns {
  }
  .interview-sns-body {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .interview-sns-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 595px) {
  .interview {}
    .interview h2 {
      font-size: 25px; }
    .interview .row {
      padding: 0px; }
      .interview .row p {
        font-size: 18px; }
    .interview ul li {
      font-size: 18px;
      margin-left: 20px; }
    .s1 {
      font-size: 25px;
    }

  /* service */
  .service-lead {
    font-size: 25px;
  }
  .service-lead .sm-br {display: none;}
  .service .pict-title {
    font-size: 25px;
  }
  .service .pict-body2{
    font-size: 17px;
    line-height: 1.8;
  }
}   

/* faq */
.faq {
  padding: 50px 20px 80px;
}
.faq .section-title {
  margin-right: 10px;
  margin-left: 10px;
}
.faq-content {
  margin: 0 auto;
  max-width: 874px;
}

.faq-index {
  padding: 3px;
  background: linear-gradient(-45deg, #daa7e1 0%, #a172c8 100%);
  box-shadow: 4px 4px 6px rgb(0 0 0 / 40%);
}
.faq-index-title {
  margin: 0;
  float: none;
  width: auto;
  padding: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
.faq-index-body {
  background: #ffffff;
}
.faq-index-list {
  margin: 0;
  padding: 10px 20px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faq-index-item {
  margin: 5px 0 0;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 700;

}
.faq-index-item a { 
  position: relative;
  display: inline-block;
  padding: 6px 6px 6px 28px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.faq-index-item a::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 3px #6971E0;
  border-right: solid 3px #6971E0;
  transform: rotate(135deg);
}
.faq-index-item a:hover {
opacity: 0.7;
}


.faq-section {
  margin: 50px 0 0;
}
.faq-section-title {
  float: none;
  margin: 0;
  padding: 15px 30px;
  width: auto;
  background: linear-gradient(-45deg, #daa7e1 0%, #a172c8 100%);
  box-shadow: 4px 4px 6px rgb(0 0 0 / 40%);
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
}
.faq-list {
  margin: 30px 0 0;
  padding: 0 10px;
}
.faq-item {
  margin: 16px 0 0;
}
.faq-item:first-of-type {
  margin: 0;
}
.faq-item-question {
  position: relative;
  padding: 12px 50px 12px 50px;
  background: linear-gradient(-45deg, #98b9fa 0%, #c4d4ff 100%);
  font-size: 16px;
  line-height: 1.7;
}
.faq-item-question:hover {
  cursor: pointer;
}
.faq-item-question::before {
  position: absolute;
  top: 13px;
  left: 18px;
  display: block;
  content: "Q. ";
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.faq-item-answer {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}
.faq-item-answer::before {
  position: absolute;
  top: 21px;
  left: 18px;
  display: block;
  content: "A. ";
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #6971E0;
}
.faq-item-answer > * {
  padding: 0;
  margin: 0;
}
.faq-item-answer > ul {
  list-style-type: disc;
  padding-left: 20px;
}
.faq-toggle-icon {
  position: absolute;
  top: calc(50% - 20px);
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.faq-toggle-icon::before,
  .faq-toggle-icon::after {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: #ffffff;
}
.faq-toggle-icon::after {
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: all 0.1s ease;
}
.is-opened .faq-toggle-icon::after {
  transform: rotate(0deg);
}
.is-closed .faq-toggle-icon::after {
  transform: rotate(90deg);
}
.faq-toggle-icon:hover {
  cursor: pointer;
}