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

@charset "UTF-8";
@media (min-width: 768px) and (max-width: 999px) {
  .sm-hero-pict, .hero-caption, .sm-hero-pict, .sm-br, .sm-case, .sm-service-pict, .pc-service-pict, .sm-style, .sm-answer, .pc-hero-pict, .pc-case, .sm-bodymovin-wrapper, .pc-bodymovin-wrapper-bg, .sm-service-img, .pc-service-img, .pc-interview-img, .pc-interview-img, .sm-interview-img, .interview-company-sm, #pc_bodymovin_interview, #bodymovin_interview, .sm-flex, .moji-q, .moji-a, #pc_bodymovin_interview2, #bodymovin_interview2 {
    display: none; }

.pc-only,
.sm-only {
  display: none; }

  .tb-top-btn {
    width: 150px;
    height: 46px;
    position: relative;
    background-color: #FF896B; }
    .tb-top-btn a {
      position: relative;
      width: 100%;
      height: 100%;
      text-decoration: none;
      cursor: pointer;
      display: block; }
      .tb-top-btn a img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 46px;
        opacity: 1; }
      .tb-top-btn a:hover {
        opacity: 0.6; }
      .tb-top-btn a p {
        position: absolute;
        width: 100px;
        top: -8px;
        left: 43px;
        font-size: 13px;
        line-height: 1.4;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        color: #fff; }

  _:-ms-input-placeholder, :root .tb-top-btn a p {
    top: -5px; }


.cv_button {
  margin-left: 40px;
  /* padding-bottom: 61%; */
  font-size: 23px;
  font-weight: bold;}
.cv_button a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #FEC503;
  text-align: center;
  line-height: 77px;
  height: 77px;
  width: 384px;
  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: 30px 40px;
  padding-bottom: 70%;
}
.ASPICaward .img {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ASPICaward .img a {
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
  text-decoration: underline;
}
.ASPICaward .img a:hover { opacity: 0.6;}
.ASPICaward .text p {
  margin: 12px 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
  text-shadow: 0 0 4px #ffffff;
}


/* service */
.service {
}
.service-lead {
  margin: 0 0 70px;
  font-size: 29px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.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;
    width: 80%;
    margin: 0 auto 10px;
}
.service-pict1{
  margin-bottom: 40px;
  width: 441px;
  height: 328px;
}
.pict-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }

/* Interview */
  .interview {}
    .interview p {
      font-size: 18px;
      line-height: 1.8; }
    .interview h2 {
      margin-top: 0;}
    .interview h3 {
      font-size: 20px; }
    .interview .inter-under {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      align-items: flex-end;
      max-width: 100%;
      margin-right: -15px;
      margin-top: 5px;
      margin-bottom: 60px; }
      .interview .inter-under .inter-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 62%;
                flex: 0 1 62%;
        margin-top: 5px; }
        .interview .inter-under .inter-left ul {
          padding-left: 0;
          margin-bottom: 30px; }
          .interview .inter-under .inter-left ul li {
            list-style-type: disc;
            font-size: 17px;
            line-height: 1.7;
            margin-left: 20px; }
        .interview .inter-under .inter-left .tb-bodymovin-interview-bg {
          height: 78px;
          width: 427px;
          margin-top: 20px;
          position: relative;
          background-color: #68afff; }
          .interview .inter-under .inter-left .tb-bodymovin-interview-bg a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 1; }
            .interview .inter-under .inter-left .tb-bodymovin-interview-bg a:hover {
              opacity: 0.6; }
      .interview .inter-under .tb-interview-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 32%;
                flex: 0 1 32%; }
        .interview .inter-under .tb-interview-img img {
          width: 100%;
          height: auto;
          vertical-align: middle;}

  _:-ms-input-placeholder, :root .inter-left ul, .interview h3 {
    width: 427px; }

.interview-sns {
}
.interview-sns-body {
  display: flex;
  gap: 20px;
}
.interview-sns-item {
  width: 50%;
  display: flex;
  gap: 20px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 16px;
}
.interview-sns-item img {
  width: 46px;
}

  /*	Section case 事例*/
  .tb-case {
    background: #FFF9D6;
    height: auto;
    width: 100%;
    padding: 20px; }

    .setsumei{
    margin-top: 150px;
}

.section-title2{
    padding-top: 90px !important;
}

  .case-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 190px;
    margin-bottom: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    
    /*	Section case 事例*/
.case {

}
    
.tb-mt120{
    margin-top: 120px !important;
}
    
.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;
}

.riyou-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
}
.riyou{
    position: relative;
    width: 220px;
    height: 280px;
    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;
}

.riyou img{
    width: 50%;
    height: auto;
}
.riyou h5{
    font-size: 19px;
    margin-top: 21px;
    margin-bottom: 15px;
}
.riyou p{
    font-size: 13px;
    line-height: 1.5;
    padding-top: 5px;
    text-align: left;
    margin-left: 15px;
}
    

  .under, .under2 {
    font-style: normal;
    background: #FACE00; }

  _:-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: 688px;
    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-line-pack: center;
    align-content: center;
    z-index: 2; }

  .midashi {
    width: 305px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2; }

  .midashi-long {
    width: 100%;
    margin: 10px auto 100px;
    letter-spacing: 0.1em;
    line-height: 2.5rem; }

  .midashi img {
    width: 31px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin-right: 7px; }

  .case-body {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 14px; }

  .case-body2l {
    padding-top: 0px;
    text-align: right; }

  .tb-case-wrapper {
    width: 720px;
    height: 0;
    padding-bottom: 203px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin: 0 auto 60px; }

  .case-pict-body3l {
    margin-top: -14px; }

  .case-pict-body-left {
    margin-left: 5px;
    width: 300px; }

  .case-pict-body-right {
    margin-left: 110px;
    width: 300px; }

  /*	ボタン*/
  .tb-bodymovin-wrapper-bg {
    width: 540px;
    height: 78px;
    position: relative;
    margin: 40px auto;
    background-color: #FF896B; }

  .tb-bodymovin-wrapper {
    opacity: 1;
    -webkit-transition: opacity 100ms 0s ease;
    -o-transition: opacity 100ms 0s ease;
    transition: opacity 100ms 0s ease; }
    .tb-bodymovin-wrapper:hover {
      opacity: 0.6; }

  #tb-bodymovin, #tb-bodymovin2, #tb-bodymovin3 {
    margin: 0 auto;
    background-color: #fff;
    width: 540px;
    height: 78px;
    position: relative; }

  #tb-bodymovin > span, #tb-bodymovin2 > span, #tb-bodymovin3 > span {
    position: absolute;
    top: 27px;
    left: 75px;
    color: #fff;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.5px; }

  .tb-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; }
    .tb-bodymovin-wrapper > a:hover {
      opacity: 0.6; }

  .case-pict-body {
    position: absolute;
    top: 62px;
    left: 30px;
    width: 660px;
    height: 110px;
    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;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.2px;
    z-index: 1; } }

.interview-midashi{
    margin-bottom: 40px !important;
    font-size: 25px !important;
}
.interview-title-wrapper{
    width: 70%;
}
.interview-midashi2{
margin-bottom: 15px;
}
.interview-icon{
    width: 140px;
    height: 140px;
}
.between{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


@media all and (min-width: 768px) and (max-width: 999px) and (-ms-high-contrast: none) {
  .case-pict-body {
    font-size: 16px;
    font-weight: bold; } }
@media (min-width: 768px) and (max-width: 999px) {


  .s1 {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .s1:before, .s1:after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background: #000;
    display: block; }

  .s1:before {
    margin-right: .4em; }

  .s1:after {
    margin-left: .4em; }

  .btn {
    margin: 40px auto; }

  .btn1 > a img {
    width: 22px;
    height: 28px;
    -webkit-transform: translate(-5px, 5px);
    -ms-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px); }
  .btn1 a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 19.5px;
    line-height: 1.5;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 1; }
  .btn1:hover {
    opacity: 0.6; }
    
.text-center{
    text-align: center;
}

    
.mb80{
    margin-bottom: 80px !important;
}
.mb140{
    margin-bottom: 140px !important;
}


.text-left{
    text-align: left;
    margin: 0 auto 10px;
    width: 80%;
}

  .service .pict-body {
    width: 600px;
    height: 80px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 10px; }
    .service .pict-body2{
    margin: 17px auto 0;
    font-size: 17px;
    font-weight: bold;
    padding-left: 0;
    line-height: 1.8;
    text-align: justify;
    }
    .service .pict-body3 {
    margin: 17px auto 0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    line-height: 1.7;
    text-align: justify;
}
  .service .style-body {
    text-align: center; }

  .tb-service-pict {
    margin-top: 45px;
    max-width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .style-image-wrapper {
    max-width: 750px;
    margin: 50px auto 5px; }

  .tb-service-img {
    width: 750px !important; }

  .container-center {
    width: 570px;
    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; }

  div.title-center {
    font-size: 19px;
    font-weight: bold; }

  .style-body {
    max-width: 550px; }

  div.title-center {
    font-size: 19px;
    font-weight: bold; }

  .tb-service-pict img {
    width: 100%;
    max-width: 750px; }

  .service p {
    width: 80%;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 0 auto 100px; }

  .service-pict-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px; }

  .space {
    width: 100px; }

  .service-pict-caption-side {
    width: 250px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4; }

  .tb-style {
    margin: 0 auto;
    background-image: url("../img/tb-style.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 286px;
    padding-bottom: 0px;
    width: 619px;
    position: relative; }

  .mb0 {
    margin-bottom: 0; }

  .service-caption {
    position: absolute;
    top: 50px;
    width: 193px;
    height: 200px;
    font-size: 17.5px;
    font-weight: bold;
    line-height: 1.8;
    text-align: justify; }

  .service-caption-left {
    left: 35px; }

  .service-caption-right {
    left: 390px; }
    


  .space2 {
    width: 10px; }

  .tb-answer {
    background: #FFF9D6;
    height: auto;
    width: 100%;
    padding: 20px 20px 60px; }

  .midashi-answer {
    width: 690px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-indent: 35px; }
    .midashi-answer img {
      position: absolute;
      top: -5px;
      left: -2px; }

  _:-ms-input-placeholder, :root .midashi-answer img {
    top: -10px; }

  .qa {
    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;
    background-image: url("../img/tb-qa.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 720px;
    height: 137px;
    margin: 0 auto 40px; }
    .qa2 {
    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;
    background-image: url("../img/tb-qa-3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 720px;
    height: 336px;
    margin: 0 auto 40px; }


  .qa-item {
    font-size: 16px;
    height: auto;
    line-height: 1.6;
    letter-spacing: -0.2px;
    text-align: justify; }

  .qa-left {
    width: 200px;
    margin-left: 90px;
    color: #fff; }

  .qa-right {
    width: 270px;
    margin-right: 45px; }
    
li.qa-item {
    list-style: none;
    margin-left: 0.5em;
    text-indent: -0.6em; /*インデントの調整*/
}


  /*footer*/
  footer {
    margin: 70px auto 20px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    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; } }


/* faq */
.faq {
  padding-bottom: 160px;
  width: 100%;
}
.faq-content {
  margin: 0 auto;
  max-width: 874px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .faq-content {
    width: 688px; }
  }
.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: 22px;
  line-height: 1.7;
}
.faq-index-body {
  background: #ffffff;
}
.faq-index-list {
  margin: 0;
  padding: 10px 28px 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faq-index-item {
  margin: 12px 0 0;
  width: calc(100% / 3);
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 700;
  white-space: nowrap;

}
.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: 100px 0 0;
}
.faq-section-title {
  float: none;
  margin: 0;
  padding: 20px 30px;
  width: auto;
  background: linear-gradient(-45deg, #daa7e1 0%, #a172c8 100%);
  box-shadow: 4px 4px 6px rgb(0 0 0 / 40%);
  font-size: 22px;
  line-height: 1.7;
  color: #ffffff;
}
.faq-list {
  margin: 50px 0 0;
  padding: 0 30px;
}
.faq-item {
  margin: 24px 0 0;
}
.faq-item:first-of-type {
  margin: 0;
}
.faq-item-question {
  position: relative;
  padding: 20px 60px 20px 70px;
  background: linear-gradient(-45deg, #98b9fa 0%, #c4d4ff 100%);
  font-size: 18px;
  line-height: 1.7;
}
.faq-item-question:hover {
  cursor: pointer;
}
.faq-item-question::before {
  position: absolute;
  top: 21px;
  left: 22px;
  display: block;
  content: "Q. ";
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.faq-item-answer {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 70px;
  background: #ffffff;
  font-size: 18px;
  line-height: 1.7;
}
.faq-item-answer::before {
  position: absolute;
  top: 21px;
  left: 22px;
  display: block;
  content: "A. ";
  font-size: 32px;
  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: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.faq-toggle-icon::before,
  .faq-toggle-icon::after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  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;
}