@charset "utf-8";
/**
/* トップページ CSS
----------------------------------------------- */
/*　　About　　*/
.front-support{
  padding: 20px 0 30px 0;
}
.front-support h2{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.front-support .swiper-wrapper {
  transition-timing-function: linear;
}
.front-support .swiper-slide{
  width: 280px!important;
  text-align: center;
}
.front-support .swiper-slide img{
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .front-support{
    padding: 0 0 5% 0;
  }
  .front-support h2{
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .front-support{
    padding: 35px 0 25px 0;
  }
  .front-support h2{
    font-size: 20px;
  }
}
/*　　About　　*/
.front-about{
  padding: 0 0 75px 0;
}
.front-about .about-grid{
  position: relative;
  max-width: 1360px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 64px;
  z-index: 2;
}
.front-about .about-grid .contentArea{
  width: 50%;
  padding-right: 3%;
  padding-top: 30px;
}
.front-about .about-grid .grid-ttl{
  text-align: left;
  margin-bottom: 50px;
}
.front-about .about-grid .textArea p{
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
.front-about .about-grid .textArea p:last-child{
  margin-bottom: 0;
}
.front-about .about-grid .imgArea{
  position: relative;
  width: 54%;
  margin-right: -4%;
}
.front-about .about-grid .imgArea img{
  position: relative;
  z-index: 2;
}
.front-about .about-grid .imgArea::after{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/bg_img1.png) no-repeat;
  background-size: cover;
  top: 35px;
  right: -342px;
  width: 774px;
  height: 552px;
}
.front-about .about-grid .imgArea .flame{
  position: absolute;
  bottom: 0;
  width: 80%;
  max-width: 415px;
  margin-left: 24%;
  z-index: 1;
}
.front-about .about-grid .imgArea .cover{
  position: absolute;
  bottom: 0;
    z-index: 3;
}
.pc_cover {
    display: block;
  margin-left: 20px;
}
.sp_cover {
    display: none;
}
.front-about .about-grid .imgArea .movieArea{
  position: absolute;
  width: 49%;
  height: 86.3%;
  top: 6.7%;
  left: 3%;
  z-index: 2;
}
.front-about .about-grid .imgArea .movieArea video{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.front-about .figureArea::after{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/bg_img2.png) no-repeat;
  background-size: cover;
  bottom: -87px;
  right: -550px;
  width: 714px;
  height: 718px;
}
@media only screen and (max-width: 767px) {
  .front-about{
    padding: 0 0 10% 0;
  }
  .front-about .about-grid{
    margin-bottom: 0;
  }
  .front-about .about-grid .contentArea{
    width: 100%;
    max-width: inherit;
    padding-right: 0;
  }
  .front-about .about-grid .grid-ttl{
    margin-bottom: 5%;
  }
  .front-about .about-grid .textArea{
    margin-bottom: 5%;
  }
  .front-about .about-grid .textArea p{
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 5%;
  }
  .front-about .about-grid .imgArea{
    width: 110%;
    max-width: inherit;
    margin-right: -5%;
    margin-left: -5%;
    margin-top: 5%;
  }
  .front-about .about-grid .imgArea .flame{
    position: relative;
    width: 75%;
    margin-left: 20%;
  }
  .front-about .about-grid .imgArea::after{
    top: 20%;
    right: -40%;
    width: 98vw;
    height: 70vw;
  }
    .pc_cover {
        display: none;
    }
    .sp_cover {
        display: block;
    }	
  .front-about .about-grid .figureArea{
    margin-bottom: 5%;
  }
  .front-about .figureArea::after{
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .front-about{
    padding: 0px 0 50px 0;
  }
  .front-about .about-grid{
    margin-bottom: 30px;
  }
  .front-about .about-grid .contentArea{
    width: 54%;
    padding-right: 1%;
  }
  .front-about .about-grid .grid-ttl{
    margin-bottom: 30px;
  }
  .front-about .about-grid .textArea p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .front-about .about-grid .imgArea{
    width: 54%;
    margin-right: -4%;
    margin-left: -4%;
  }
  .front-about .about-grid .imgArea .flame{
    margin-left: 15%;
  }
  .front-about .about-grid .imgArea::after{
    top: 10%;
    right: -50%;
    width: 116%;
    height: 60%;
  }
  .front-about .figureArea::after{
    bottom: 30px;
    right: -240px;
    width: 365px;
    height: 350px;
  }
}
/*　　サービス・プロダクトサマリー　　*/
.front-summary{
  padding: 0;
}
.front-summary .inner{
  position: relative;
}
.front-summary .inner::before,
.front-summary .inner::after{
  content: "";
  display: inline-block;
  position: absolute;
}
.front-summary .inner::before{
  background: url(../img/top/bg_img3.png) no-repeat;
  background-size: cover;
  top: -330px;
  left: -450px;
  width: 681px;
  height: 996px;
}
.front-summary .inner::after{
  background: url(../img/top/bg_img4.png) no-repeat;
  background-size: cover;
  bottom: -290px;
  right: -625px;
  width: 900px;
  height: 807px;
}
.front-summary .grid-ttl{
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.front-summary .grid-ttl h2{
  margin-top: -15px;
}
.front-summary .summary-box{
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  padding: 56px 30px;
}
.front-summary .summary-box .js-scrollable{
  width: 1100px;
  margin: 0 auto;
}
.summary-box .summary-list.row4 .summary-items{
  width: 25%;
}
.summary-box .summary-list.row3 .summary-items{
  width: 33.3333%;
}
.summary-box .summary-list .summary-items h3{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  padding: 12px 0 12px 12px;
}
.summary-box .summary-list .summary-items:nth-child(1) h3{
  background: #E8E8E8;
}
.summary-box .summary-list .summary-items:nth-child(2) h3{
  background: #8AC8E8;
  color: #FFFFFF;
}
.summary-box .summary-list .summary-items:nth-child(3) h3{
  background: #248FC7;
  color: #FFFFFF;
}
.summary-box .summary-list .summary-items:nth-child(4) h3{
  background: #101112;
  color: #FFFFFF;
}
.summary-box .summary-list .summary-items h3::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 25px solid transparent;
  border-right-width: 0;
  border-left-width: 12px;
  z-index: 2;
}
.summary-box .summary-list .summary-items:nth-child(1) h3::after{
  border-left-color: #E8E8E8;
}
.summary-box .summary-list .summary-items:nth-child(2) h3::after{
  border-left-color: #8AC8E8;
}
.summary-box .summary-list .summary-items:nth-child(3) h3::after{
  border-left-color: #248FC7;
}
.summary-box .summary-list .summary-items ul{
  padding: 20px 15px 0 15px;
}
.summary-box .summary-list .summary-items ul li{
  background: #F8F8F8;
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 13px;
  padding: 8px 0 10px 0;
  border-radius: 4px;
}
.summary-box .summary-list .summary-items ul li:last-child{
  margin-bottom: 0;
}
.summary-box .summary-list .summary-items ul li .logo{
  width: 100%;
  text-align: center;
}
.summary-box .summary-list .summary-items ul li .ttl{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.summary-box .summary-list .summary-items ul li .link{
  width: 100%;
  text-align: center;
}
.summary-box .summary-list .summary-items ul li .link a{
  color: #005BD8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .front-summary .inner::before{
    top: 5%;
    left: -39%;
    width: 62vw;
    height: 90vw;
  }
  .front-summary .inner::after{
    content: none;
  }
  .front-summary .grid-ttl{
    margin-bottom: 5%;
  }
  .front-summary .grid-ttl h2{
    margin-top: -2vw;
  }
  .front-summary .summary-box{
    padding: 5% 5%;
  }
  .front-summary .summary-box .js-scrollable{
    width: 300%;
  }
  .summary-box .summary-list .summary-items h3{
    font-size: 4.4vw;
    padding: 2% 0 3% 2vw;
  }
  .summary-box .summary-list .summary-items h3::after{
    border: 4.7vw solid transparent;
    border-right-width: 0;
    border-left-width: 2vw;
  }
  .summary-box .summary-list .summary-items ul{
    padding: 5% 3% 0 3%;
  }
  .summary-box .summary-list .summary-items ul li{
    min-height: 14vw;
    margin-bottom: 13px;
    padding: 2% 0 3% 0;
  }
  .summary-box .summary-list .summary-items ul li .logo img{
    width: 30vw;
  }
  .summary-box .summary-list .summary-items ul li .ttl{
    font-size: 4vw;
  }
  .summary-box .summary-list .summary-items ul li .link a{
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .front-summary .inner::before{
    top: -150px;
    left: -170px;
    width: 340px;
    height: 499px;
  }
  .front-summary .inner::after{
    bottom: -120px;
    right: -290px;
    width: 512px;
    height: 460px;
  }
  .front-summary .grid-ttl{
    margin-bottom: 30px;
  }
  .front-summary .grid-ttl h2{
    margin-top: -10px;
  }
  .front-summary .summary-box{
    padding: 30px 20px;
  }
  .front-summary .summary-box .js-scrollable{
    width: 930px;
  }
  .summary-box .summary-list .summary-items h3{
    font-size: 17px;
    padding: 10px 0 10px 10px;
  }
  .summary-box .summary-list .summary-items h3::after{
    border: 21px solid transparent;
    border-right-width: 0;
    border-left-width: 10px;
  }
  .summary-box .summary-list .summary-items ul{
    padding: 15px 10px 0 10px;
  }
  .summary-box .summary-list .summary-items ul li{
    min-height: 60px;
    margin-bottom: 10px;
  }
  .summary-box .summary-list .summary-items ul li .logo img{
    width: 80%;
  }
  .summary-box .summary-list .summary-items ul li .ttl{
    font-size: 16px;
  }
  .summary-box .summary-list .summary-items ul li .link a{
    font-size: 13px;
  }
}
/*　　事例・実績　　*/
.front-achievements{
  background: #FFFFFF url("../img/top/bg.png");
  padding: 200px 0 100px 0;
  margin-top: -115px;
}
.front-achievements .inner{
  position: relative;
}
.front-achievements .inner::before{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/achievements-roma.png) no-repeat;
  background-size: cover;
  top: -98px;
  left: -535px;
  width: 1253px;
  height: 239px;
}
.front-achievements .grid-ttl{
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.front-achievements .comment{
  margin-bottom: 40px;
}
.front-achievements .comment p{
  font-size: 18px;
  font-weight: 500;
  line-height: 2.15;
  text-align: center;
}
.front-achievements .bnr-box{
  margin-bottom: 60px;
}
.front-achievements .achievements-list{
  overflow: hidden;
}
.front-achievements .block_btn{
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .front-achievements{
    padding: 20% 0 12% 0;
    margin-top: -10%;
  }
  .front-achievements .inner::before{
    content: none;
  }
  .front-achievements .grid-ttl{
    margin-bottom: 5%;
  }
  .front-achievements .grid-ttl .roma{
    font-size: 12vw;
  }
  .front-achievements .comment{
    margin-bottom: 5%;
  }
  .front-achievements .comment p{
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
  }
  .front-achievements .bnr-box{
    margin-bottom: 6%;
  }
  .front-achievements .achievements-list{
    overflow: unset;
  }
  .front-achievements .swiper-button-wrap .swiper-pagination{
    display: block;
    bottom: 20vw;
  }
  .front-achievements .swiper-pagination .swiper-pagination-bullet{
    background: #248FC7;
    width: 15vw;
    height: 1vw;
    border-radius: 0;
    opacity: .4;
  }
  .front-achievements .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }
  .front-achievements .block_btn{
    margin-top: 18%;
  }
  .features-guide .swiper-button-wrap .swiper-pagination{
    display: block;
    bottom: 20vw;
  }
  .features-guide .swiper-pagination .swiper-pagination-bullet{
    background: #248FC7;
    width: 15vw;
    height: 1vw;
    border-radius: 0;
    opacity: .4;
  }
  .features-guide .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .front-achievements{
    padding: 140px 0 60px 0;
    margin-top: -80px;
  }
  .front-achievements .inner::before{
    top: -44px;
    left: -265px;
    width: 640px;
    height: 122px;
  }
  .front-achievements .grid-ttl{
    margin-bottom: 30px;
  }
  .front-achievements .comment{
    margin-bottom: 30px;
  }
  .front-achievements .comment p{
    font-size: 16px;
  }
  .front-achievements .bnr-box{
    margin-bottom: 40px;
  }
  .front-achievements .block_btn{
    margin-top: 60px;
  }
}
/*　　提供サービス　　*/
.front-service{
  padding: 50px 0 84px 0;
}
.front-service .inner{
  position: relative;
}
.front-service .inner::before,
.front-service .inner::after{
  content: "";
  display: inline-block;
  position: absolute;
}
.front-service .inner::before{
  background: url(../img/top/bg_img6.png) no-repeat;
  background-size: cover;
  top: 25%;
  left: -930px;
  width: 1085px;
  height: 996px;
}
.front-service .inner::after{
  background: url(../img/top/bg_img5.png) no-repeat;
  background-size: cover;
  top: -170px;
  right: -617px;
  width: 900px;
  height: 863px;
}
.front-service .grid-ttl{
  position: relative;
  z-index: 2;
}
.front-service .service-list{
  position: relative;
  z-index: 2;
  column-gap: 66px;
  row-gap: 20px;
}
.front-service .service-list::after{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/bg_img7.png) no-repeat;
  background-size: cover;
  bottom: -450px;
  right: -540px;
  width: 618px;
  height: 622px;
}
.front-service .service-list .service-items{
  width: calc(50% - 33px);
}
.front-service .service-list .service-items .ttlArea{
  margin-bottom: 20px;
}
.front-service .service-list .service-items .no{
  font-size: 100px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
}
.front-service .service-list .service-items .no span{
  font-size: 25px;
}
.front-service .service-list .service-items:first-child .no span{
  margin-left: 6px;
}
.front-service .service-list .service-items .no small{
  font-size: 16px;
  margin-right: 7px;
}
.front-service .service-list .service-items h3{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
  margin-top: -15px;
  padding: 0;
}
.front-service .service-list .service-items .point{
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: -15px;
  margin-bottom: 36px;
}
.front-service .service-list .service-items:first-child .point{
  margin-top: -15px;
  margin-bottom: 36px;
}
.front-service .service-list .service-items .point span{
  background: #101112;
    display: inline;
    padding: 0 10px;
}
.front-service .service-list .service-items .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.front-service .service-list .service-items .imgArea{
  text-align: center;
}
.front-service .block_btn{
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .front-service{
    padding: 8% 0 10% 0;
  }
  .front-service .inner::before{
    content: none;
  }
  .front-service .inner::after{
    top: -3%;
    right: -52%;
    width: 62vw;
    height: 80vw;
  }
  .front-service .service-list{
    column-gap: 0;
    row-gap: 8vw;
  }
  .front-service .service-list::after{
    bottom: -450px;
    right: -540px;
    width: 618px;
    height: 622px;
  }
  .front-service .service-list .service-items{
    width: 100%;
  }
  .front-service .service-list .service-items .ttlArea{
    margin-top: -6%;
    margin-bottom: 3%;
  }
  .front-service .service-list .service-items .no{
    font-size: 12vw;
    text-align: left;
  }
  .front-service .service-list .service-items .no span{
    font-size: 4.8vw;
  }
  .front-service .service-list .service-items:first-child .no span{
    margin-left: 6px;
  }
  .front-service .service-list .service-items .no small{
    font-size: 3.8vw;
    margin-right: 7px;
  }
  .front-service .service-list .service-items h3{
    font-size: 4.8vw;
    text-align: left;
    margin-top: -3vw;
    padding: 0;
  }
  .front-service .service-list .service-items .point{
    font-size: 4.4vw;
    margin-top: 0;
    margin-bottom: 5%;
  }
  .front-service .service-list .service-items:first-child .point{
    margin-top: 0;
    margin-bottom: 5%;
  }
  .front-service .service-list .service-items .point span{
      padding: 3px 10px 4px 10px;
  }
  .front-service .service-list .service-items .text{
    font-size: 3.8vw;
  }
  .front-service .block_btn{
    margin-top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .front-service{
    padding: 40px 0 60px 0;
  }
  .front-service .inner::before{
    top: 25%;
    left: -470px;
    width: 560px;
    height: 540px;
  }
  .front-service .inner::after{
    top: -95px;
    right: -200px;
    width: 387px;
    height: 440px;
  }
  .front-service .service-list{
    column-gap: 30px;
    row-gap: 20px;
  }
  .front-service .service-list::after{
    bottom: -280px;
    right: -160px;
    width: 350px;
    height: 340px;
  }
  .front-service .service-list .service-items{
    width: calc(50% - 15px);
  }
  .front-service .service-list .service-items .ttlArea{
    margin-bottom: 10px;
  }
  .front-service .service-list .service-items .no{
    font-size: 80px;
    text-align: center;
  }
  .front-service .service-list .service-items .no span{
    font-size: 22px;
  }
  .front-service .service-list .service-items .no small{
    font-size: 14px;
    margin-right: 5px;
  }
  .front-service .service-list .service-items h3{
    font-size: 20px;
    margin-top: -15px;
    padding: 0;
  }
  .front-service .service-list .service-items .point{
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .front-service .service-list .service-items:first-child .point{
    margin-top: -22px;
    margin-bottom: 15px;
  }
  .front-service .service-list .service-items .text{
    font-size: 14px;
  }
  .front-service .block_btn{
    margin-top: 48px;
  }
}
/*　　お知らせ　　*/
.front-news{
  position: relative;
  background: #FFFFFF url("../img/top/bg.png");
  z-index: 3;
}
.front-news .inner{
  max-width: 1000px;
}
.front-news .grid-ttl h2{
  font-size: 30px;
  margin-top: -15px;
}
.front-news .grid-ttl .roma{
  font-size: 75px;
}
.front-news .block_btn{
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .front-news .grid-ttl h2{
    font-size: 6vw;
    margin-top: -2vw;
  }
  .front-news .grid-ttl .roma{
    font-size: 14vw;
  }
  .front-news .block_btn{
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .front-news .grid-ttl h2{
    font-size: 22px;
    margin-top: -10px;
  }
  .front-news .grid-ttl .roma{
    font-size: 64px;
  }
  .front-news .block_btn{
    margin-top: 32px;
  }
}
/**
/* 各種サービス一覧 CSS
----------------------------------------------- */
.service-wrap .grid-ttl{
  text-align: left;
}
.service-wrap .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.service-wrap .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .service-wrap .grid-ttl h2{
    margin-bottom: 1%;
  }
  .service-wrap .grid-ttl .roma{
    font-size: 4.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-wrap .grid-ttl h2{
    margin-bottom: 5px;
  }
  .service-wrap .grid-ttl .roma{
    font-size: 20px;
  }
}
/*　　そもそもSNSとは？　　*/
.service-wrap .what-guide{
  padding: 62px 0 0 0;
}
.service-wrap .what-guide h2{
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 40px;
}
.service-wrap .what-guide h2:before {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 95px);
  width: 190px;
  height: 3px;
  content: '';
  background: #248FC7;
}
.service-wrap .what-guide .text{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83;
  text-align: center;
}
.service-wrap .what-guide .figure{
  text-align: center;
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .service-wrap .what-guide{
    padding: 8% 0 8% 0;
  }
  .service-wrap .what-guide h2{
    font-size: 6vw;
    margin-bottom: 10%;
  }
  .service-wrap .what-guide h2:before {
    bottom: -5vw;
    left: calc(50% - 10vw);
    width: 20vw;
    height: 2px;
  }
  .service-wrap .what-guide .text{
    font-size: 3.8vw;
    text-align: left;
  }
  .service-wrap .what-guide .figure{
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-wrap .what-guide{
    padding: 40px 0 0 0;
  }
  .service-wrap .what-guide h2{
    font-size: 28px;
    margin-bottom: 40px;
  }
  .service-wrap .what-guide h2:before {
    bottom: -17px;
    left: calc(50% - 70px);
    width: 140px;
    height: 3px;
  }
  .service-wrap .what-guide .text{
    font-size: 15px;
  }
  .service-wrap .what-guide .figure{
    margin-top: 38px;
  }
}
/*　　こんな方に最適なサービスです　　*/
.service-wrap .pick-up-guide{
  background: url("../img/service/pick-up_bg.png") no-repeat center top;
  background-size: cover;
  padding: 188px 0 58px 0;
}
.service-wrap .pick-up-guide h2{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}
.service-wrap .pick-up-guide .text{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-wrap .pick-up-guide{
    background: url("../img/service/sp_pick-up_bg.png") no-repeat center top;
    background-size: cover;
    padding: 15% 0 8% 0;
  }
  .service-wrap .pick-up-guide h2{
    font-size: 6vw;
    margin-bottom: 5%;
  }
  .service-wrap .pick-up-guide .text{
    font-size: 4vw;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-wrap .pick-up-guide{
    padding: 160px 0 45px 0;
  }
  .service-wrap .pick-up-guide h2{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .service-wrap .pick-up-guide .text{
    font-size: 14px;
  }
}
/*　　サービス一覧　　*/
.service-wrap .service-guide{
  background: url("../img/service/service_bg.png") no-repeat center;
  background-size: cover;
  padding: 90px 0 93px 0;
}
.service-wrap .service-guide .grid-ttl{
  margin-bottom: 60px;
}
.service-guide .service-list{
  column-gap: 39px;
  row-gap: 72px;
}
.service-list .service-items{
  width: calc(33.3333% - 26px);
}
.service-list .service-items .category{
  background: #248FC7;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  padding: 10px;
}
.service-list .service-items h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 15px 0 20px 0;
}
.service-list .service-items h3 span{
  display: none;
}
.service-list .service-items .more_btn{
  text-align: center;
  margin-top: 30px;
}
.service-list .service-items .more_btn li{
  display: inline-block;
  width: 100%;
  max-width: 272px;
}
.service-list .service-items .more_btn a{
  border: 1px solid #D8D8D8;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.65;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .service-wrap .service-guide{
    padding: 10% 0;
  }
  .service-wrap .service-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .service-guide .service-list{
    column-gap: 4vw;
    row-gap: 10vw;
  }
  .service-list .service-items{
    width: calc(50% - 2vw);
  }
  .service-list .service-items .category{
    font-size: 4vw;
    padding: 5% 2%;
  }
  .service-list .service-items h3{
    font-size: 4.2vw;
    padding: 5% 0 6% 0;
  }
  .service-list .service-items .more_btn{
    margin-top: 8%;
  }
  .service-list .service-items .more_btn li{
    width: 90%;
    max-width: inherit;
  }
  .service-list .service-items .more_btn a{
    font-size: 3.8vw;
    line-height: 2.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-wrap .service-guide{
    padding: 60px 0 60px 0;
  }
  .service-wrap .service-guide .grid-ttl{
    margin-bottom: 40px;
  }
  .service-guide .service-list{
    column-gap: 30px;
    row-gap: 40px;
  }
  .service-list .service-items{
    width: calc(50% - 15px);
  }
  .service-list .service-items .category{
    font-size: 18px;
    padding: 10px;
  }
  .service-list .service-items h3{
    font-size: 20px;
    padding: 12px 0 15px 0;
  }
  .service-list .service-items .more_btn{
    margin-top: 20px;
  }
  .service-list .service-items .more_btn li{
    width: 100%;
    max-width: 240px;
  }
  .service-list .service-items .more_btn a{
    font-size: 14px;
  }
}
/*　　よくある質問　　*/
.service-wrap .faq-guide .grid-ttl{
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .service-wrap .faq-guide .grid-ttl{
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-wrap .faq-guide .grid-ttl{
    margin-bottom: 30px;
  }
}
/*　　SNS運用代行支援実績　　*/
.service-wrap .bnr-guide{
  padding: 50px 0 72px 0;
}
.service-wrap .bnr-guide .grid-ttl{
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .service-wrap .bnr-guide{
    padding: 8% 0 10% 0;
  }
  .service-wrap .bnr-guide .grid-ttl{
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-wrap .bnr-guide{
    padding: 40px 0 50px 0;
  }
  .service-wrap .bnr-guide .grid-ttl{
    margin-bottom: 30px;
  }
}
/**
/* 各種サービス詳細 CSS
----------------------------------------------- */
.service-single .pc_br{
  display: block;
}
.bottom-text .bg-text{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 10px;
}
.bottom-text .text{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-single .pc_br{
    display: none;
  }
  .service-single .sp_br{
    display: block;
  }
  .bottom-text .bg-text{
    font-size: 4.8vw;
    margin-bottom: 3%;
  }
  .bottom-text .text{
    font-size: 4vw;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .bottom-text .bg-text{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bottom-text .text{
    font-size: 18px;
  }
}
/*　　このような課題を解決します！　　*/
.service-single .solve-guide{
  padding: 0 0 65px 0;
}
.solve-guide h2{
  position: relative;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 68px;
}
.solve-guide h2:before {
  position: absolute;
  bottom: -22px;
  left: calc(50% - 95px);
  width: 190px;
  height: 3px;
  content: '';
  background: #248FC7;
}
.solve-guide .solve-list{
  column-gap: 18px;
  row-gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 47px;
}
.solve-guide .solve-list li{
  position: relative;
  width: calc(50% - 9px);
  background: #EDEDED;
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 4px;
  padding: 0 10px 0 70px;
}
.solve-guide .solve-list li::before{
  content: '';
  background: url("../img/service/check.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.solve-guide .imgArea{
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .service-single .solve-guide{
    padding: 2% 0 10% 0;
  }
  .solve-guide h2{
    font-size: 5.5vw;
    margin-bottom: 12%;
  }
  .solve-guide h2:before {
    bottom: -4vw;
    left: calc(50% - 10vw);
    width: 20vw;
    height: 2px;
  }
  .solve-guide .solve-list{
    column-gap: 0;
    row-gap: 2vw;
    margin-bottom: 5%;
  }
  .solve-guide .solve-list li{
    width: 100%;
    min-height: 16vw;
    font-size: 3.8vw;
    padding: 0 3% 0 12vw;
  }
  .solve-guide .solve-list li::before{
    left: 4%;
    width: 5vw;
    height: 5vw;
  }
  .solve-guide .imgArea{
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .solve-guide{
    padding: 0 0 45px 0;
  }
  .solve-guide h2{
    font-size: 24px;
    margin-bottom: 56px;
  }
  .solve-guide h2:before {
    bottom: -17px;
    left: calc(50% - 70px);
    width: 140px;
    height: 3px;
  }
  .solve-guide .solve-list{
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 25px;
  }
  .solve-guide .solve-list li{
    width: calc(50% - 6px);
    min-height: 76px;
    font-size: 18px;
    padding: 0 10px 0 55px;
  }
  .solve-guide .solve-list li::before{
    left: 20px;
  }
  .solve-guide .imgArea{
    margin-bottom: 30px;
  }
}
/*　　メリット　　*/
.service-single .merit-guide{
  background: #E7ECF0;
  padding: 50px 0 65px 0;
}
.merit-guide .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.merit-guide .grid-ttl .roma{
  color: #68B1DA;
  font-size: 120px;
  line-height: 1.4;
}
.merit-guide .grid-ttl .text{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.merit-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
.merit-guide .merit-list{
  max-width: 1100px;
  margin: 0 auto;
}
.merit-list .merit-items{
  margin-bottom: 50px;
}
.merit-list .merit-items:nth-child(odd){
  webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.merit-list .merit-items:last-child{
  margin-bottom: 0;
}
.merit-list .merit-items .imgArea{
  width: 47%;
}
.merit-list .merit-items .contentArea{
  width: 50%;
}
.merit-list .merit-items .caption{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}
.merit-list .merit-items .no{
  display: flex;
  align-items: center;
  color: #248FC7;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: -5px;
  margin-bottom: 8px;
}
.merit-list .merit-items .no span{
  font-family: "Poppins", sans-serif;
  font-size: 37px;
  font-weight: 600;
  font-style: italic;
}
.merit-list .merit-items h3{
  margin-bottom: 20px;
}
.merit-list .merit-items h3 span{
  background: #101112;
    display: inline;
    color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
    padding: 0 10px;
}
.merit-list .merit-items .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}
.merit-guide .type-box{
  background: #FFFFFF;
  border: 1px solid #A2C1E0;
  max-width: 1100px;
  margin: 70px auto 60px auto;
}
.merit-guide .type-box h3{
  background: #248FC7;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
    padding: 10px;
}
.merit-guide .type-box .type-list{
  padding: 35px 50px;
}
.merit-guide .type-box .type-list dl{
  border-left: 4px solid #E8E8E8;
  padding-left: 20px;
  margin-bottom: 40px;
}
.merit-guide .type-box .type-list dl:last-child{
  margin-bottom: 0;
}
.merit-guide .type-box .type-list dl dt{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 13px;
}
.merit-guide .type-box .type-list dl dd{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .service-single .merit-guide{
    padding: 5% 0 8% 0;
  }
  .merit-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .merit-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .merit-guide .grid-ttl .text{
    font-size: 4.2vw;
  }
  .merit-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .merit-list .merit-items{
    margin-bottom: 10%;
  }
  .merit-list .merit-items .imgArea{
    width: 100%;
    margin-bottom: 5%;
  }
  .merit-list .merit-items .contentArea{
    width: 100%;
  }
  .merit-list .merit-items .caption{
    font-size: 3.8vw;
  }
  .merit-list .merit-items .no{
    font-size: 4.6vw;
    margin-top: -5px;
    margin-bottom: 1%;
  }
  .merit-list .merit-items .no span{
    font-size: 8vw;
  }
  .merit-list .merit-items h3{
    margin-bottom: 3%;
  }
  .merit-list .merit-items h3 span{
    font-size: 4.6vw;
    padding: 0 2%;
  }
  .merit-list .merit-items .text{
    font-size: 3.6vw;
  }
  .merit-guide .type-box{
    margin: 10% auto 8% auto;
  }
  .merit-guide .type-box h3{
    font-size: 4.6vw;
    padding: 2%;
  }
  .merit-guide .type-box .type-list{
    padding: 5%;
  }
  .merit-guide .type-box .type-list dl{
    border-left: 1vw solid #E8E8E8;
    padding-left: 5%;
    margin-bottom: 8%;
  }
  .merit-guide .type-box .type-list dl dt{
    font-size: 4.4vw;
    margin-bottom: 2%;
  }
  .merit-guide .type-box .type-list dl dd{
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .merit-guide{
    padding: 40px 0 45px 0;
  }
  .merit-guide .grid-ttl{
    margin-bottom: 40px;
  }
  .merit-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .merit-guide .grid-ttl .text{
    font-size: 20px;
  }
  .merit-guide .grid-ttl h2{
    font-size: 26px;
  }
  .merit-list .merit-items{
    margin-bottom: 30px;
  }
  .merit-list .merit-items .imgArea{
    width: 47%;
  }
  .merit-list .merit-items .contentArea{
    width: 50%;
  }
  .merit-list .merit-items .caption{
    font-size: 16px;
  }
  .merit-list .merit-items .no{
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .merit-list .merit-items .no span{
    font-size: 32px;
  }
  .merit-list .merit-items h3{
    margin-bottom: 15px;
  }
  .merit-list .merit-items h3 span{
    font-size: 22px;
    padding: 0 10px;
  }
  .merit-list .merit-items .text{
    font-size: 14px;
  }
  .merit-guide .type-box{
    margin: 50px auto 40px auto;
  }
  .merit-guide .type-box h3{
    font-size: 22px;
    padding: 5px;
  }
  .merit-guide .type-box .type-list{
    padding: 25px 30px;
  }
  .merit-guide .type-box .type-list dl{
    border-left: 3px solid #E8E8E8;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .merit-guide .type-box .type-list dl dt{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .merit-guide .type-box .type-list dl dd{
    font-size: 14px;
  }
}
/*　　特徴　　*/
.service-single .features-guide{
  padding: 35px 0 70px 0;
}
.features-guide .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.features-guide .grid-ttl .roma{
  color: #E8E8E8;
  font-size: 120px;
  line-height: 1.4;
}
.features-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
.features-guide .comment .text{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.features-guide .typeArea{
  text-align: center;
  margin: 16px 0 68px 0;
}
.features-guide .features-point{
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 85px auto;
}
.features-guide .features-point .ttl{
  position: relative;
  background: #248FC7;
  color: #FFFFFF;
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding: 13px 0 13px 13px;
}
.features-guide .features-point .ttl::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 38px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  border-left-color: #248FC7;
  z-index: 2;
}
.features-guide .features-point .text{
  width: calc(100% - 160px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 42px;
}
.features-list .features-items .imgArea{
  position: relative;
}
.features-list .features-items .imgArea .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-list .features-items .imgArea .category{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #101112;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 5px;
}
.features-list .features-items .contentArea{
  padding: 20px 15px;
}
.features-list .features-items .features-head{
  align-items: flex-start;
  margin-bottom: 10px;
}
.features-list .features-items .iconArea{
  width: 64px;
}
.features-list .features-items .iconArea img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.features-list .features-items .ttlArea{
  width: calc(100% - 64px);
  padding-left: 12px;
}
.features-list .features-items .ttl{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
}
.features-list .features-items .account{
  color: #9B9B9B;
  font-size: 15px;
  line-height: 1.35;
}
.features-list .features-items .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.features-list .features-items .follow{
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.35;
}
.features-list .features-items .more_btn{
  text-align: center;
  margin-top: 30px;
}
.features-list .features-items .more_btn li{
  display: inline-block;
  width: 100%;
  max-width: 272px;
}
.features-list .features-items .more_btn a{
  background: #FFFFFF;
  border: 1px solid #248FC7;
  color: #248FC7;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.65;
  text-align: center;
  border-radius: 50px;
}
.features-list .features-pagination{
  display: none;
}
@media only screen and (max-width: 767px) {
  .service-single .features-guide{
    padding: 5% 0 15% 0;
  }
  .features-guide .grid-ttl{
    margin-bottom: 5%;
  }
  .features-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .features-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .features-guide .comment .text{
    font-size: 4vw;
    text-align: left;
  }
  .features-guide .typeArea{
    margin: 5% 0 8% 0;
  }
  .features-guide .features-point{
    margin: 0 auto 8% auto;
  }
  .features-guide .features-point .ttl{
    width: 100%;
    font-size: 4.2vw;
    text-align: center;
    padding: 3% 3% 0 3%;
    margin-bottom: 10%;
  }
  .features-guide .features-point .ttl::after{
    top: auto;
    bottom: -9.5vw;
    left: 0;
    border: 5vw solid transparent;
    border-right-width: 45.3vw;
    border-left-width: 45.3vw;
    border-top-color: #248FC7;
  }
  .features-guide .features-point .text{
    width: 100%;
    font-size: 3.6vw;
    padding-left: 0;
  }
  .features-list .features-items .imgArea .category{
    font-size: 3.5vw;
    padding: 2%;
  }
  .features-list .features-items .contentArea{
    padding: 5% 2%;
  }
  .features-list .features-items .features-head{
    margin-bottom: 3%;
  }
  .features-list .features-items .iconArea{
    width: 12vw;
  }
  .features-list .features-items .ttlArea{
    width: calc(100% - 12vw);
    padding-left: 5%;
  }
  .features-list .features-items .ttl{
    font-size: 3.8vw;
    margin-bottom: 1%;
  }
  .features-list .features-items .account{
    font-size: 3.5vw;
  }
  .features-list .features-items .text{
    font-size: 3.6vw;
    margin-bottom: 1%;
  }
  .features-list .features-items .follow{
    font-size: 3.4vw;
  }
  .features-list .features-items .more_btn{
    margin-top: 8%;
  }
  .features-list .features-items .more_btn li{
    width: 90%;
    max-width: inherit;
  }
  .features-list .features-items .more_btn a{
    font-size: 3.6vw;
  }
  .service-wrap .features-list .features-pagination{
    display: block;
    bottom: 5vw;
  }
  .service-wrap .features-list .features-pagination .swiper-pagination-bullet{
    background: #248FC7;
    width: 6vw;
    height: 1vw;
    border-radius: 0;
    opacity: .4;
  }
  .service-wrap .features-list .features-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .features-guide{
    padding: 25px 0 40px 0;
  }
  .features-guide .grid-ttl{
    margin-bottom: 40px;
  }
  .features-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .features-guide .grid-ttl h2{
    font-size: 26px;
  }
  .features-guide .comment .text{
    font-size: 18px;
  }
  .features-guide .typeArea{
    margin: 15px 0 40px 0;
  }
  .features-guide .features-point{
    margin: 0 auto 40px auto;
  }
  .features-guide .features-point .ttl{
    width: 150px;
    font-size: 18px;
    padding: 10px 0 10px 10px;
  }
  .features-guide .features-point .ttl::after{
    border: 32px solid transparent;
    border-right-width: 0;
    border-left-width: 14px;
    border-left-color: #248FC7;
  }
  .features-guide .features-point .text{
    width: calc(100% - 160px);
    font-size: 14px;
    padding-left: 30px;
  }
  .features-list .features-items .imgArea .category{
    font-size: 13px;
    padding: 5px;
  }
  .features-list .features-items .contentArea{
    padding: 15px 0;
  }
  .features-list .features-items .features-head{
    margin-bottom: 10px;
  }
  .features-list .features-items .iconArea{
    width: 46px;
  }
  .features-list .features-items .ttlArea{
    width: calc(100% - 46px);
    padding-left: 10px;
  }
  .features-list .features-items .ttl{
    font-size: 15px;
    margin-bottom: 2px;
  }
  .features-list .features-items .account{
    font-size: 12px;
  }
  .features-list .features-items .text{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .features-list .features-items .follow{
    font-size: 14px;
  }
  .features-list .features-items .more_btn{
    margin-top: 20px;
  }
  .features-list .features-items .more_btn li{
    width: 100%;
    max-width: 272px;
  }
  .features-list .features-items .more_btn a{
    font-size: 14px;
  }
}
/*　　導入事例　　*/
.service-single .example-guide{
  background: url("../img/service/example_bg.png") no-repeat center;
  background-size: cover;
  padding: 35px 0 45px 0;
}
.example-guide .example-wrap{
  padding-bottom: 72px;
}
.example-guide .example-wrap .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.example-guide .example-wrap .grid-ttl .roma{
  color: #FFFFFF;
  font-size: 120px;
  line-height: 1.4;
}
.example-guide .example-wrap .grid-ttl h2{
  color: #FFFFFF;
  font-size: 35px;
  line-height: 1.4;
}
.example-wrap .example-grid{
  position: relative;
}
.example-wrap .example-list{
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.example-wrap .example-list .example-items{
  background: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}
.example-list .example-items .contentArea{
  width: 56%;
}
.example-list .example-items .ttlArea{
  border-bottom: 3px solid #248FC7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.example-list .example-items .caption{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.example-list .example-items h3{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
}
.example-list .example-items dl{
  display: flex;
    align-items: center;
}
.example-list .example-items dl dt{
  width: 160px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.example-list .example-items dl dd{
  width: calc(100% - 155px);
  display: flex;
    align-items: center;
  font-family: "Poppins", sans-serif;
  color: #248FC7;
  font-size: 58px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
}
.example-list .example-items dl dd small{
  font-family: 'Noto Sans JP', sans-serif;
  color: #101112;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
.example-list .example-items .more_btn{
  text-align: center;
  margin-top: 30px;
}
.example-list .example-items .more_btn li{
  display: inline-block;
  width: 100%;
  max-width: 272px;
}
.example-list .example-items .more_btn a{
  background: #FFFFFF;
  border: 1px solid #248FC7;
  color: #248FC7;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.65;
  text-align: center;
  border-radius: 50px;
}
.example-list .example-items .imgArea{
  width: 40%;
}
.example-wrap .example-grid .swiper-pagination{
  display: none;
}
.example-wrap .example-grid .swiper-button-prev,
.example-wrap .example-grid .swiper-button-next {
  width: 48px;
  height: 48px;
}
.example-wrap .example-grid .swiper-button-prev::after,
.example-wrap .example-grid .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 48px;
  height: 48px;
  margin: auto;
}
.example-wrap .example-grid .swiper-button-prev::after {
  background: url("../img/service/button-prev.png") no-repeat center;
  background-size: cover;
}
.example-wrap .example-grid .swiper-button-next::after {
background: url("../img/service/button-next.png") no-repeat center;
  background-size: cover;
}
.example-guide .bottom-text{
  margin-top: 44px;
}
.example-guide .bottom-text .bg-text,
.example-guide .bottom-text .text{
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .service-single .example-guide{
    padding: 5% 0 8% 0;
  }
  .example-guide .example-wrap{
    padding-bottom: 20%;
  }
  .example-guide .example-wrap .grid-ttl{
    margin-bottom: 8%;
  }
  .example-guide .example-wrap .grid-ttl .roma{
    font-size: 14vw;
  }
  .example-guide .example-wrap .grid-ttl h2{
    font-size: 5.5vw;
  }
  .example-wrap .example-list{
    overflow: unset;
  }
  .example-wrap .example-list .example-items{
    padding: 8% 5%;
  }
  .example-list .example-items .contentArea{
    width: 100%;
    margin-bottom: 8%;
  }
  .example-list .example-items .ttlArea{
    border-bottom: none;
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
  .example-list .example-items .caption{
    font-size: 3.8vw;
    text-align: center;
    margin-bottom: 3%;
  }
  .example-list .example-items h3{
    position: relative;
    font-size: 4.6vw;
    text-align: center;
  }
  .example-list .example-items h3:before {
    position: absolute;
    bottom: -4vw;
    left: calc(50% - 10vw);
    width: 20vw;
    height: 2px;
    content: '';
    background: #248FC7;
  }
  .example-list .example-items dl dt{
    width: 42%;
    font-size: 4.7vw;
  }
  .example-list .example-items dl dd{
    width: calc(100% - 38%);
    font-size: 9vw;
  }
  .example-list .example-items dl dd small{
    font-size: 4.6vw;
    margin-left: 3%;
  }
  .example-list .example-items .more_btn{
    margin-top: 8%;
  }
  .example-list .example-items .more_btn li{
    width: 90%;
    max-width: inherit;
  }
  .example-list .example-items .more_btn a{
    font-size: 3.6vw;
  }
  .example-list .example-items .imgArea{
    width: 100%;
    text-align: center;
  }
  .example-list .example-items .imgArea img{
    width: 80%;
  }
  .example-wrap .example-grid .swiper-pagination{
    display: block;
    bottom: -12vw;
  }
  .example-wrap .example-grid .swiper-pagination .swiper-pagination-bullet{
    background: #FFFFFF;
    width: 15vw;
    height: 1vw;
    border-radius: 0;
    opacity: .4;
  }
  .example-wrap .example-grid .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }
  .example-wrap .example-grid .swiper-button-prev,
  .example-wrap .example-grid .swiper-button-next {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .example-guide{
    padding: 30px 0 40px 0;
  }
  .example-guide .example-wrap{
    padding-bottom: 40px;
  }
  .example-guide .example-wrap .grid-ttl{
    margin-bottom: 40px;
  }
  .example-guide .example-wrap .grid-ttl .roma{
    font-size: 72px;
  }
  .example-guide .example-wrap .grid-ttl h2{
    font-size: 26px;
  }
  .example-wrap .example-list .example-items{
    padding: 30px;
  }
  .example-list .example-items .contentArea{
    width: 60%;
  }
  .example-list .example-items .ttlArea{
    border-bottom: 3px solid #248FC7;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .example-list .example-items .caption{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .example-list .example-items h3{
    font-size: 22px;
  }
  .example-list .example-items dl dt{
    font-size: 20px;
  }
  .example-list .example-items dl dd{
    font-size: 46px;
  }
  .example-list .example-items dl dd small{
    font-size: 20px;
    margin-left: 10px;
  }
  .example-list .example-items .more_btn{
    margin-top: 20px;
  }
  .example-list .example-items .more_btn li{
    width: 100%;
    max-width: 272px;
  }
  .example-list .example-items .more_btn a{
    font-size: 14px;
  }
  .example-list .example-items .imgArea{
    width: 35%;
  }
  .example-wrap .example-grid .swiper-pagination{
    display: none;
  }
  .example-wrap .example-grid .swiper-button-prev,
  .example-wrap .example-grid .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .example-wrap .example-grid .swiper-button-prev::after,
  .example-wrap .example-grid .swiper-button-next::after {
    width: 40px;
    height: 40px;
  }
  .example-wrap .example-grid .swiper-button-prev{
    left: -25px;
  }
  .example-wrap .example-grid .swiper-button-next{
    right: -25px;
  }
}
/*　　実績紹介　　*/
.example-guide .actual-wrap{
  background: rgba(255, 255, 255, 0.69);
  padding: 42px 0;
}
.actual-wrap .inner{
  max-width: 1100px;
  overflow: hidden;
}
.actual-wrap .grid-ttl{
  width: calc(100% - 238px);
  padding-left: 79px;
  margin-left: auto;
  margin-bottom: 37px;
}
.actual-wrap .grid-ttl .roma{
  font-size: 90px;
  line-height: 1.4;
}
.actual-wrap .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
  margin-top: -15px;
}
.actual-list .actual-items .imgArea{
  position: relative;
  width: 238px;
  margin-top: -165px;
}
.actual-list .actual-items .imgArea .movieArea{
  position: absolute;
  width: 94.5%;
  height: 94%;
  top: 5.2%;
  left: 2.5%;
  z-index: 2;
}
.actual-list .actual-items .imgArea .movieArea video{
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
}
.actual-list .actual-items .contentArea{
  width: calc(100% - 238px);
  display: flex;
    flex-direction: column;
  padding-left: 79px;
}
.actual-list .actual-items .ttlArea{
  margin-bottom: 30px;
}
.actual-list .actual-items h3{
  font-size: 23px;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 14px;
}
.actual-list .actual-items .text{
  font-size: 16px;
  line-height: 2;
}
.actual-list .actual-items .detaArea{
  margin-top: auto;
}
.actual-list .actual-items .category{
  font-size: 23px;
  font-weight: 700;
  line-height: 1.47;
  border-bottom: 1px solid #248FC7;
  padding-bottom: 12px;
  margin-bottom: 17px;
}
.actual-list .actual-items .deta{
  font-size: 20px;
  line-height: 1.7;
}
.actual-wrap .swiper-pagination{
  display: none;
}
@media only screen and (max-width: 767px) {
  .example-guide .actual-wrap{
    padding: 10% 0;
  }
  .actual-wrap .grid-ttl{
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: auto;
    margin-bottom: 5%;
  }
  .actual-wrap .grid-ttl .roma{
    font-size: 10vw;
  }
  .actual-wrap .grid-ttl h2{
    font-size: 5.5vw;
    margin-top: -1vw;
  }
  .actual-wrap .actual-list{
    position: relative;
    padding-bottom: 13%;
  }
  .actual-list .actual-items .imgArea{
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10%;
  }
  .actual-list .actual-items .imgArea .movieArea{
    width: 67%;
    height: 94%;
    top: 5.2%;
    left: 16.5%;
  }
  .actual-list .actual-items .contentArea{
    width: 100%;
    padding-left: 0;
  }
  .actual-list .actual-items .ttlArea{
    margin-bottom: 6%;
  }
  .actual-list .actual-items h3{
    font-size: 4.4vw;
    text-align: center;
    margin-bottom: 3%;
  }
  .actual-list .actual-items .text{
    font-size: 3.6vw;
  }
  .actual-list .actual-items .category{
    position: relative;
    font-size: 4.4vw;
    text-align: center;
    border-bottom: none;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .actual-list .actual-items .category:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10vw);
    width: 20vw;
    height: 2px;
    content: '';
    background: #248FC7;
  }
  .actual-list .actual-items .deta{
    font-size: 4vw;
    text-align: center;
  }
  .actual-wrap .actual-grid .actual-pagination{
    display: block;
    bottom: 0;
  }
  .actual-wrap .actual-grid .actual-pagination .swiper-pagination-bullet{
    background: #FFFFFF;
    width: 15vw;
    height: 1vw;
    border-radius: 0;
    opacity: 1;
  }
  .actual-wrap .actual-grid .actual-pagination .swiper-pagination-bullet-active{
    background: #248FC7;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .example-guide .actual-wrap{
    padding: 35px 0;
  }
  .actual-wrap .grid-ttl{
    width: calc(100% - 200px);
    padding-left: 40px;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .actual-wrap .grid-ttl .roma{
    font-size: 54px;
  }
  .actual-wrap .grid-ttl h2{
    font-size: 24px;
    margin-top: -15px;
  }
  .actual-list .actual-items .imgArea{
    width: 200px;
    margin-top: -110px;
  }
  .actual-list .actual-items .contentArea{
    width: calc(100% - 200px);
    padding-left: 40px;
  }
  .actual-list .actual-items .ttlArea{
    margin-bottom: 20px;
  }
  .actual-list .actual-items h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .actual-list .actual-items .text{
    font-size: 14px;
  }
  .actual-list .actual-items .category{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .actual-list .actual-items .deta{
    font-size: 17px;
  }
  .actual-wrap .swiper-pagination{
    display: none;
  }
}
/*　　強み　　*/
.service-single .strengths-guide{
  padding: 35px 0 80px 0;
}
.strengths-guide .grid-ttl{
  text-align: center;
  margin-bottom: 40px;
}
.strengths-guide .grid-ttl .roma{
  color: #E8E8E8;
  font-size: 120px;
  line-height: 1.4;
}
.strengths-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
.strengths-guide .strengths-list{
  max-width: 1100px;
  margin: 0 auto;
  column-gap: 46px;
  row-gap: 46px;
}
.strengths-list .strengths-items{
  width: calc(50% - 23px);
}
.strengths-list .strengths-items .no{
  font-size: 100px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
}
.strengths-list .strengths-items .no span{
  font-size: 25px;
}
.strengths-list .strengths-items:first-child .no span{
  margin-left: 6px;
}
.strengths-list .strengths-items .imgArea{
  margin-bottom: 14px;
}
.strengths-list .strengths-items h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  border-bottom: 2px solid #248FC7;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.strengths-list .strengths-items .text{
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .service-single .strengths-guide{
    padding: 5% 0 10% 0;
  }
  .strengths-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .strengths-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .strengths-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .strengths-guide .strengths-list{
    column-gap: 0;
    row-gap: 10vw;
  }
  .strengths-list .strengths-items{
    width: 100%;
  }
  .strengths-list .strengths-items .no{
    font-size: 12vw;
    text-align: left;
  }
  .strengths-list .strengths-items .no span{
    font-size: 4.6vw;
  }
  .strengths-list .strengths-items:first-child .no span{
    margin-left: 2%;
  }
  .strengths-list .strengths-items .imgArea{
    margin-bottom: 1%;
  }
  .strengths-list .strengths-items h3{
    font-size: 4.4vw;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .strengths-list .strengths-items .text{
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .strengths-guide{
    padding: 25px 0 50px 0;
  }
  .strengths-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .strengths-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .strengths-guide .grid-ttl h2{
    font-size: 26px;
  }
  .strengths-guide .strengths-list{
    column-gap: 24px;
    row-gap: 24px;
  }
  .strengths-list .strengths-items{
    width: calc(50% - 12px);
  }
  .strengths-list .strengths-items .no{
    font-size: 62px;
  }
  .strengths-list .strengths-items .no span{
    font-size: 20px;
  }
  .strengths-list .strengths-items:first-child .no span{
    margin-left: 5px;
  }
  .strengths-list .strengths-items .imgArea{
    margin-bottom: 14px;
  }
  .strengths-list .strengths-items h3{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .strengths-list .strengths-items .text{
    font-size: 14px;
  }
}
/*　　サービス内容　　*/
.service-single .contents-guide{
  padding: 50px 0 95px 0;
}
.contents-guide .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.contents-guide .grid-ttl .roma{
  color: #E8E8E8;
  font-size: 120px;
  line-height: 1.4;
}
.contents-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
.contents-guide .contents-list{
  column-gap: 90px;
  row-gap: 86px;
}
.contents-list .contents-items{
  width: calc(33.3333% - 60px);
}
.contents-list .contents-items .imgArea{
  height: 225px;
  margin-bottom: 23px;
}
.contents-list .contents-items .imgArea img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-list .contents-items .no{
  text-align: center;
  margin-top: -75px;
}
.contents-list .contents-items .no span{
  display: inline-block;
  background: #FFFFFF;
  width: 110px;
  height: 110px;
  color: #E8E8E8;
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  line-height: 110px;
  text-align: center;
  border-radius: 100%;
  padding: 0 15px 0 5px;
}
.contents-list .contents-items h3{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
  margin-bottom: 20px;
}
.contents-list .contents-items .text{
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .service-single .contents-guide{
    padding: 5% 0 10% 0;
  }
  .contents-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .contents-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .contents-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .contents-guide .contents-list{
    column-gap: 0;
    row-gap: 10vw;
  }
  .contents-list .contents-items{
    width: 100%;
  }
  .contents-list .contents-items .imgArea{
    height: 46vw;
    margin-bottom: 5%;
  }
  .contents-list .contents-items .no{
    text-align: center;
    margin-top: -15vw;
  }
  .contents-list .contents-items .no span{
    width: 26vw;
    height: 26vw;
    font-size: 12vw;
    line-height: 26vw;
    padding: 0 4vw 0 1vw;
  }
  .contents-list .contents-items h3{
    font-size: 5vw;
    margin-bottom: 3%;
    margin-top: -6vw;
  }
  .contents-list .contents-items .text{
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .contents-guide{
    padding: 35px 0 60px 0;
  }
  .contents-guide .grid-ttl{
    margin-bottom: 40px;
  }
  .contents-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .contents-guide .grid-ttl h2{
    font-size: 26px;
  }
  .contents-guide .contents-list{
    column-gap: 25px;
    row-gap: 40px;
  }
  .contents-list .contents-items{
    width: calc(33.3333% - 17px);
  }
  .contents-list .contents-items .imgArea{
    height: 170px;
    margin-bottom: 20px;
  }
  .contents-list .contents-items .no{
    text-align: center;
    margin-top: -60px;
  }
  .contents-list .contents-items .no span{
    width: 82px;
    height: 82px;
    font-size: 36px;
    line-height: 82px;
    padding: 0 15px 0 5px;
  }
  .contents-list .contents-items h3{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contents-list .contents-items .text{
    font-size: 14px;
  }
}
/*　　ご利用の流れ　　*/
.service-single .usage-flow-guide{
  background: #F5F5F5;
  padding: 50px 0 85px 0;
}
.usage-flow-guide .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.usage-flow-guide .grid-ttl .roma{
  color: #E8E8E8;
  font-size: 120px;
  line-height: 1.4;
}
.usage-flow-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
.usage-flow-guide .flow-list{
  max-width: 1100px;
  margin: 0 auto;
  column-gap: 55px;
  row-gap: 58px;
}
.flow-list .flow-items{
  position: relative;
  width: calc(33.3333% - 37px);
  background: #FFFFFF;
  border-bottom: 2px solid #E0E0E0;
}
.flow-list .flow-items::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -42px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-left: 16px solid #248FC7;
}
.flow-list .flow-items:nth-child(3n)::after,
.flow-list .flow-items:last-child::after{
  content: none;
}
.flow-list .flow-items .no{
  position: absolute;
  top: -20px;
}
.flow-list .flow-items .no span{
  display: inline-block;
  background: #101112;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
  padding: 0 15px 0 15px;
}
.flow-list .flow-items .contentArea{
  padding: 15px 23px
}
.flow-list .flow-items h3{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 7px;
}
.flow-list .flow-items .text{
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .service-single .usage-flow-guide{
    padding: 5% 0 8% 0;
  }
  .usage-flow-guide .grid-ttl{
    margin-bottom: 10%;
  }
  .usage-flow-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .usage-flow-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .usage-flow-guide .flow-list{
    column-gap: 0;
    row-gap: 10vw;
  }
  .flow-list .flow-items{
    display: flex;
    width: 100%;
  }
  .flow-list .flow-items::after{
    top: auto;
    bottom: -10vw;
    right: 50%;
    border: 3vw solid transparent;
    border-left: 4vw solid #248FC7;
    transform: rotate(90deg);
    margin-right: -2vw;
  }
  .flow-list .flow-items:nth-child(3n)::after{
    content: '';
  }
  .flow-list .flow-items:last-child::after{
    content: none;
  }
  .flow-list .flow-items .no{
    top: -3vw;
  }
  .flow-list .flow-items .no span{
    font-size: 5vw;
    padding: 0 4vw 0 3vw;
  }
  .flow-list .flow-items .contentArea{
    width: 60%;
    padding: 5%;
  }
  .flow-list .flow-items h3{
    font-size: 4.4vw;
    margin-bottom: 2%;
  }
  .flow-list .flow-items .text{
    font-size: 3.6vw;
  }
  .flow-list .flow-items .imgArea{
    width: 40%;
  }
  .flow-list .flow-items .imgArea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .usage-flow-guide{
    padding: 30px 0 50px 0;
  }
  .usage-flow-guide .grid-ttl{
    margin-bottom: 50px;
  }
  .usage-flow-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .usage-flow-guide .grid-ttl h2{
    font-size: 26px;
  }
  .usage-flow-guide .flow-list{
    column-gap: 36px;
    row-gap: 40px;
  }
  .flow-list .flow-items{
    width: calc(33.3333% - 24px);
  }
  .flow-list .flow-items::after{
    right: -30px;
    border: 6px solid transparent;
    border-left: 12px solid #248FC7;
  }
  .flow-list .flow-items:nth-child(3n)::after,
  .flow-list .flow-items:last-child::after{
    content: none;
  }
  .flow-list .flow-items .no{
    top: -15px;
  }
  .flow-list .flow-items .no span{
    font-size: 22px;
    padding: 0 15px 0 12px;
  }
  .flow-list .flow-items .contentArea{
    padding: 10px 15px;
  }
  .flow-list .flow-items h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .flow-list .flow-items .text{
    font-size: 14px;
  }
}
/*　　実績について　　*/
.service-single .case-bnr-guide{
  padding: 50px 0 100px 0;
}
.case-bnr-guide .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.case-bnr-guide .grid-ttl .roma{
  color: #E8E8E8;
  font-size: 120px;
  line-height: 1.4;
}
.case-bnr-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .service-single .case-bnr-guide{
    padding: 5% 0 10% 0;
  }
  .case-bnr-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .case-bnr-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .case-bnr-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .case-bnr-guide{
    padding: 35px 0 60px 0;
  }
  .case-bnr-guide .grid-ttl{
    margin-bottom: 40px;
  }
  .case-bnr-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .case-bnr-guide .grid-ttl h2{
    font-size: 26px;
  }
}
/*　　料金について　　*/
.service-single .fee-guide{
  padding: 50px 0 100px 0;
}
.fee-guide .grid-ttl{
  text-align: center;
  margin-bottom: 60px;
}
.fee-guide .grid-ttl .roma{
  color: #E8E8E8;
  font-size: 120px;
  line-height: 1.4;
}
.fee-guide .grid-ttl h2{
  font-size: 35px;
  line-height: 1.4;
}
.fee-guide .fee-list{
  max-width: 1100px;
  margin: 0 auto;
}
.fee-list .fee-items{
  margin-bottom: 80px;
}
.fee-list .fee-items:last-child{
  margin-bottom: 0;
}
.fee-list .fee-items h3{
  background: #FFFFFF;
  border: 2px solid #248FC7;
  color: #248FC7;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 65px;
}
.fee-list .fee-items .fee-structure{
  background: #F8F8F8;
}
.fee-list .fee-items .fee-structure h4{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 8px 10px;
}
.fee-structure .structure-list{
  column-gap: 12px;
  padding: 15px;
}
.fee-structure .structure-list dl{
  background: #FFFFFF;
  width: calc(33.3333% - 8px);
  padding: 10px 10px 0 10px;
}
.fee-structure .structure-list dl dt{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
.fee-structure .structure-list dl dd{
  font-family: "Poppins", sans-serif;
  font-size: 59px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
}
.fee-structure .structure-list dl dd small{
  font-family: 'Noto Sans JP', sans-serif;
  color: #111114;
  font-size: 22px;
  font-style: normal;
}
.fee-list .fee-items .structure1{
  max-width: 900px;
  margin: 0 auto 34px auto;
}
.fee-list .fee-items .structure1 h4{
  background: #E8E8E8;
}
.fee-list .fee-items .structure2{
  max-width: 1000px;
  margin: 0 auto;
}
.fee-list .fee-items .structure2 h4{
  background: #248FC7;
  color: #FFFFFF;
}
.structure2 .structure-list{
  border: 3px solid #248FC7;
}
.structure2 .structure-list dl dd{
  color: #248FC7;
}
.structure2 .structure-list dl dd span{
  color: #111114;
}
.fee-list .fee-items .plan-list{
  align-items: flex-start;
  column-gap: 31px;
  margin-top: 86px;
}
.plan-list .plan-items{
  position: relative;
  background: #FFFFFF;
  width: calc(33.3333% - 21px);
}
.plan-list .plan-items .recommendation-icon{
  position: absolute;
  top: -55px;
  right: -20px;
  z-index: 1;
}
.plan-list .plan-items .plan-ttl{
  text-align: center;
  padding: 9px 10px;
}
.plan-list .plan-items .plan-ttl .roma{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.15;
}
.plan-list .plan-items .plan-ttl h4{
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
.plan-list .plan-items .contentArea{
  text-align: center;
}
.plan-list .plan-items .plan-price{
  display: inline-block;
  padding: 20px 10px 15px 10px;
}
.plan-list .plan-items .plan-price .price{
  font-family: "Alata", sans-serif;
  font-size: 50px;
  line-height: 1.25;
}
.plan-list .plan-items .plan-price .text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: right;
}
.plan-list .plan-items ul li{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  padding: 10px 10px 10px 50px;
}
.plan-list .plan-items ul li::before{
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 22px;
}
.plan-list .plan-items.plan1{
  border: 3px solid #8EC8E9;
}
.plan-list .plan-items.plan1 .plan-ttl{
  background: #8DC8EA;
}
.plan-list .plan-items.plan1 .plan-ttl .roma{
  color: #BCE2F7;
}
.plan-list .plan-items.plan1 ul li:nth-child(odd){
  background: #F7F7F7;
}
.plan-list .plan-items.plan1 ul li::before{
  color: #68B1DA;
}
.plan-list .plan-items.plan2{
  border: 3px solid #248FC7;
}
.plan-list .plan-items.plan2 .plan-ttl{
  background: #248FC7;
}
.plan-list .plan-items.plan2 .plan-ttl .roma{
  color: #BCE2F7;
}
.plan-list .plan-items.plan2 ul li:nth-child(odd){
  background: #F0F8FC;
}
.plan-list .plan-items.plan2 ul li::before{
  color: #248FC7;
}
.plan-list .plan-items.plan3{
  border: 3px solid #101112;
}
.plan-list .plan-items.plan3 .plan-ttl{
  background: #101112;
}
.plan-list .plan-items.plan3 .plan-ttl .roma{
  color: #CCAE6A;
}
.plan-list .plan-items.plan3 ul li:nth-child(odd){
  background: #F7F7F7;
}
.plan-list .plan-items.plan3 ul li::before{
  color: #CCAE6A;
}
@media only screen and (max-width: 767px) {
  .service-single .fee-guide{
    padding: 5% 0 10% 0;
  }
  .fee-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .fee-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .fee-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .fee-list .fee-items{
    margin-bottom: 10%;
  }
  .fee-list .fee-items h3{
    font-size: 4.6vw;
    padding: 2% 3%;
    margin-bottom: 5%;
  }
  .fee-list .fee-items .fee-structure h4{
    font-size: 4.2vw;
    padding: 2% 3%;
  }
  .fee-structure .structure-list{
    column-gap: 6px;
    padding: 2%;
  }
  .fee-structure .structure-list dl{
    width: calc(33.3333% - 3px);
    padding: 3% 2%;
  }
  .fee-structure .structure-list dl dt{
    font-size: 3.4vw;
  }
  .fee-structure .structure-list dl dd{
    font-size: 10vw;
  }
  .fee-structure .structure-list dl dd small{
    display: block;
    font-size: 4.2vw;
  }
  .fee-list .fee-items .structure1{
    margin: 0 auto 34px auto;
  }
  .fee-list .fee-items .plan-list{
    column-gap: 0;
    row-gap: 10vw;
    margin-top: 5%;
  }
  .plan-list .plan-items .recommendation-icon{
    width: 17vw;
    top: -5vw;
    left: 2vw;
    right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
  }
  .plan-list .plan-items{
    width: 100%;
  }
  .plan-list .plan-items .plan-ttl{
    padding: 2% 3%;
  }
  .plan-list .plan-items .plan-ttl .roma{
    font-size: 4vw;
  }
  .plan-list .plan-items .plan-ttl h4{
    font-size: 4.6vw;
  }
  .plan-list .plan-items .plan-price{
    padding: 4%;
  }
  .plan-list .plan-items .plan-price .price{
    font-size: 10vw;
  }
  .plan-list .plan-items .plan-price .text{
    font-size: 3.6vw;
  }
  .plan-list .plan-items ul li{
    font-size: 3.8vw;
    padding: 4% 3% 4% 12%;
  }
  .plan-list .plan-items ul li::before{
    top: 3.2vw;
    left: 3%;
    font-size: 5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .fee-guide{
    padding: 35px 0 60px 0;
  }
  .fee-guide .grid-ttl{
    margin-bottom: 40px;
  }
  .fee-guide .grid-ttl .roma{
    font-size: 72px;
  }
  .fee-guide .grid-ttl h2{
    font-size: 26px;
  }
  .fee-list .fee-items{
    margin-bottom: 60px;
  }
  .fee-list .fee-items h3{
    font-size: 22px;
    padding: 6px 5px;
    margin-bottom: 40px;
  }
  .fee-list .fee-items .fee-structure h4{
    font-size: 18px;
    padding: 6px 5px;
  }
  .fee-structure .structure-list{
    column-gap: 10px;
    padding: 10px;
  }
  .fee-structure .structure-list dl{
    width: calc(33.3333% - 5px);
    padding: 10px 10px 0 10px;
  }
  .fee-structure .structure-list dl dt{
    font-size: 15px;
  }
  .fee-structure .structure-list dl dd{
    font-size: 46px;
  }
  .fee-structure .structure-list dl dd small{
    font-size: 18px;
  }
  .fee-list .fee-items .structure1{
    margin: 0 auto 34px auto;
  }
  .fee-list .fee-items .plan-list{
    column-gap: 12px;
    margin-top: 40px;
  }
  .plan-list .plan-items .recommendation-icon{
    width: 55px;
    top: -30px;
    right: -12px;
  }
  .plan-list .plan-items{
    width: calc(33.3333% - 8px);
  }
  .plan-list .plan-items .plan-ttl{
    padding: 6px 5px;
  }
  .plan-list .plan-items .plan-ttl .roma{
    font-size: 16px;
  }
  .plan-list .plan-items .plan-ttl h4{
    font-size: 20px;
  }
  .plan-list .plan-items .plan-price{
    padding: 15px 5px 15px 5px;
  }
  .plan-list .plan-items .plan-price .price{
    font-size: 32px;
  }
  .plan-list .plan-items .plan-price .text{
    font-size: 14px;
  }
  .plan-list .plan-items ul li{
    font-size: 14px;
    padding: 10px 5px 10px 30px;
  }
  .plan-list .plan-items ul li::before{
    top: 8px;
    left: 8px;
    font-size: 18px;
  }
}
/*　　事例　　*/
.service-single .case-guide{
  background: url("../img/service/service_bg.png") no-repeat center;
  background-size: cover;
  padding: 65px 0 96px 0;
}
.service-single .case-guide .grid-ttl{
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .service-single .case-guide{
    padding: 10% 0 15% 0;
  }
  .service-single .case-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .service-single .case-guide .swiper-button-wrap .swiper-pagination{
    display: block;
    bottom: 5vw;
  }
  .service-single .case-guide .swiper-pagination .swiper-pagination-bullet{
    background: #248FC7;
    width: 15vw;
    height: 1vw;
    border-radius: 0;
    opacity: .4;
  }
  .service-single .case-guide .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .case-guide{
    padding: 45px 0 60px 0;
  }
  .service-single .case-guide .grid-ttl{
    margin-bottom: 30px;
  }
}
/*　　サービスをもっと詳しく知りたい方はこちら　　*/
.service-single .inquiry-guide{
  background: url("../img/service/inquiry_bg.png") no-repeat center;
  background-size: cover;
  padding: 25px 0 45px 0;
}
.inquiry-guide .grid-ttl{
  text-align: center;
  margin-bottom: 30px;
}
.inquiry-guide .grid-ttl .roma{
  color: #101112;
  font-size: 89px;
  line-height: 1.4;
}
.inquiry-guide .grid-ttl h2{
  font-size: 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .service-single .inquiry-guide{
    background: url("../img/service/sp_inquiry_bg.png") no-repeat center;
    background-size: cover;
    padding: 10% 0 10% 0;
  }
  .inquiry-guide .grid-ttl{
    margin-bottom: 5%;
  }
  .inquiry-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .inquiry-guide .grid-ttl h2{
    font-size: 6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .inquiry-guide{
    padding: 25px 0 40px 0;
  }
  .inquiry-guide .grid-ttl{
    margin-bottom: 20px;
  }
  .inquiry-guide .grid-ttl .roma{
    font-size: 62px;
  }
  .inquiry-guide .grid-ttl h2{
    font-size: 26px;
  }
}
/*　　ご相談・お問い合わせフォーム　　*/
.service-single .form-guide{
  padding: 50px 0 87px 0;
}
.service-single .form-guide .grid-ttl{
  margin-bottom: 43px;
}
.service-single .form-guide .form-grid{
  max-width: 1100px;
  margin: 0 auto;
}
.service-single .form-guide .form-box{
  padding: 80px 40px 60px 40px;
}
.service-single .form-guide .form-box dl{
  max-width: 900px;
  margin: 0 auto 28px auto;
}
.service-single .form-guide .form-box .privacy-box{
  height: 150px;
  max-width: 720px;
  overflow-y: scroll;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 767px) {
  .service-single .form-guide{
    padding: 5% 0 10% 0;
  }
  .service-single .form-guide .grid-ttl{
    margin-bottom: 5%;
  }
  .service-single .form-guide .form-box{
    padding: 8% 5% 5% 5%;
  }
  .service-single .form-guide .form-box dl{
    margin: 0 auto 5% auto;
  }
  .service-single .form-guide .form-box .privacy-box{
    height: 35vw;
    margin: 0 auto 8% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .service-single .form-guide{
    padding: 30px 0 60px 0;
  }
  .service-single .form-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .service-single .form-guide .form-box{
    padding: 40px 30px 40px 30px;
  }
  .service-single .form-guide .form-box dl{
    margin: 0 auto 20px auto;
  }
  .service-single .form-guide .form-box .privacy-box{
    height: 132px;
    margin: 0 auto 40px auto;
  }
}
/**
/*よくある質問 CSS
----------------------------------------------- */
.faq-guide{
  padding: 100px 0 50px 0;
}
.faq-guide .faq-list{
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.faq-list .faq-items{
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.faq-list .faq-items:last-child{
  margin-bottom: 0;
}
.faq-list .faq-items .dl_table{
  width: 100%;
  display: table;
}
.faq-list .faq-items .dl_table dt,
.faq-list .faq-items .dl_table dd{
  display: table-cell;
  vertical-align: middle;
}
.faq-list .faq-items .question{
  margin-bottom: 10px;
}
.faq-list .faq-items .question dt{
  width: 50px;
  font-family: "Poppins", sans-serif;
}
.faq-list .faq-items .question dt span{
  font-family: "Poppins", sans-serif;
  display: block;
  background: #248FC7;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
}
.faq-list .faq-items .question dd{
  width: calc(100% - 50px);
  color: #101112;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 25px;
}
.faq-list .faq-items .answer{
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .faq-guide{
    padding: 10% 0 5% 0;
  }
  .faq-guide .faq-list{
    width: 100%;
  }
  .faq-list .faq-items{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .faq-list .faq-items .question{
    margin-bottom: 10px;
  }
  .faq-list .faq-items .question dt{
    width: 10vw;
  }
  .faq-list .faq-items .question dt span{
    width: 10vw;
    height: 10vw;
    font-size: 6vw;
    line-height: 10vw;
  }
  .faq-list .faq-items .question dd{
    width: calc(100% - 10vw);
    font-size: 4vw;
    padding-left: 3%;
  }
  .faq-list .faq-items .answer{
    font-size: 3.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .faq-guide{
    padding: 60px 0 30px 0;
  }
  .faq-guide .faq-list{
    width: 100%;
  }
  .faq-list .faq-items{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .faq-list .faq-items .question{
    margin-bottom: 10px;
  }
  .faq-list .faq-items .question dt{
    width: 46px;
  }
  .faq-list .faq-items .question dt span{
    width: 46px;
    height: 46px;
    font-size: 26px;
    line-height: 46px;
  }
  .faq-list .faq-items .question dd{
    width: calc(100% - 46px);
    font-size: 18px;
    padding-left: 15px;
  }
  .faq-list .faq-items .answer{
    font-size: 14px;
  }
}
/**
/* 事例・実績 CSS
----------------------------------------------- */
/*　　一覧　　*/
.achievements-guide{
  padding: 42px 0 86px 0;
}
.achievements-guide .grid-ttl{
  text-align: left;
  margin-bottom: 40px;
}
.achievements-guide .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.achievements-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
.achievements-guide .achievements-list,
.related-guide .achievements-list{
  column-gap: 39px;
  row-gap: 60px;
}
.achievements-guide .achievements-list .achievements-items,
.related-guide .achievements-list .achievements-items{
  width: calc(33.3333% - 26px);
}
.achievements-list .achievements-items .imgArea{
  margin-bottom: 20px;
}
.achievements-list .achievements-items .imgArea img{
  width: 100%;
    height: 100%;
  object-fit: cover;
}
.achievements-list .achievements-items .ttl{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.achievements-list .achievements-items .logo{
  margin-bottom: 10px;
}
.achievements-list .achievements-items .logo img{
  width: 100%;
  max-width: 159px;
}
.achievements-list .achievements-items .company{
  font-size: 15px;
  margin-bottom: 6px;
}
.achievements-list .achievements-items .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6px;
}
.achievements-list .achievements-items .tag span a{
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.7;
}
.achievements-list .achievements-items .tag span:not(:first-child){
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .achievements-guide{
    padding: 5% 0 15% 0;
  }
  .achievements-guide .grid-ttl{
    margin-bottom: 5%;
  }
  .achievements-guide .grid-ttl h2{
    margin-bottom: 1%;
  }
  .achievements-guide .grid-ttl .roma{
    font-size: 4.4vw;
  }
  .achievements-guide .achievements-list,
  .related-guide .achievements-list{
    column-gap: 0;
    row-gap: 10vw;
  }
  .achievements-guide .achievements-list .achievements-items,
  .related-guide .achievements-list .achievements-items{
    width: 100%;
  }
  .achievements-list .achievements-items .imgArea{
    margin-bottom: 5%;
  }
  .achievements-list .achievements-items .ttl{
    font-size: 4vw;
    margin-bottom: 3%;
  }
  .achievements-list .achievements-items .logo{
    margin-bottom: 3%;
  }
  .achievements-list .achievements-items .company{
    font-size: 3.6vw;
    margin-bottom: 2%;
  }
  .achievements-list .achievements-items .text{
    font-size: 3.8vw;
    margin-bottom: 2%;
  }
  .achievements-list .achievements-items .tag span a{
    font-size: 3.4vw;
  }
  .achievements-list .achievements-items .tag span:not(:first-child){
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .achievements-guide{
    padding: 30px 0 60px 0;
  }
  .achievements-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .achievements-guide .grid-ttl .roma{
    font-size: 20px;
  }
  .achievements-guide .achievements-list,
  .related-guide .achievements-list{
    column-gap: 20px;
    row-gap: 48px;
  }
  .achievements-guide .achievements-list .achievements-items,
  .related-guide .achievements-list .achievements-items{
    width: calc(33.3333% - 14px);
  }
  .achievements-list .achievements-items .imgArea{
    margin-bottom: 15px;
  }
  .achievements-list .achievements-items .ttl{
    font-size: 16px;
  }
  .achievements-list .achievements-items .company{
    font-size: 13px;
  }
  .achievements-list .achievements-items .text{
    font-size: 14px;
  }
  .achievements-list .achievements-items .tag span a{
    font-size: 12px;
  }
}
/*　　詳細　　*/
.achievements-guide article{
  background: #FFFFFF;
  padding: 50px;
}
.achievements-guide article .achievements-header{
  margin-bottom: 40px;
}
.achievements-guide article .achievements-header h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 35px;
}
.achievements-guide article .achievements-data{
  align-items: center;
  margin-bottom: 20px;
}
.achievements-guide article .achievements-data .logo img{
  width: 100%;
  max-width: 237px;
}
.achievements-guide article .achievements-data .company{
  color: #9B9B9B;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 15px;
}
.achievements-guide article .achievements-data2{
  align-items: center;
}
.achievements-guide article .achievements-data2 .industry,
.achievements-guide article .achievements-data2 .employee{
  font-size: 18px;
  line-height: 1.35;
}
.achievements-guide article .achievements-data2 .employee{
  margin-left: 15px;
}
.achievements-guide article .achievements-body h3{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin-top: 54px;
  margin-bottom: 15px;
}
.achievements-guide article .achievements-body p{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 60px;
}
.achievements-guide article .achievements-body p:last-child{
  margin-bottom: 0;
}
.achievements-guide article .achievements-body .overview{
  position: relative;
  background: #F7F7F7;
  padding: 20px 25px;
}
.achievements-guide article .achievements-body .overview p{
  font-weight: 500;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ */
  background-size: 100% 2.5em; /* 行の高さ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px;
}
.achievements-guide article .achievements-body .wp-caption-text{
  color: #BABABA;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 13px;
}
.achievements-guide article .achievements-body dl{
  margin: 30px 0;
}
.achievements-guide article .achievements-body dl dt{
  color: #248FC7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 15px;
}
.achievements-guide article .achievements-body dl dd{
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.achievements-guide article .achievements-body dl dd span{
  display: inline-block;
  color: #101112;
  font-weight: 700;
  margin-right: 1rem;
}
.achievements-guide article .tag{
  margin-top: 30px;
}
.achievements-guide article .tag span a{
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.7;
}
.achievements-guide article .tag span:not(:first-child){
  margin-left: 5px;
}
.related-guide{
  background: url("../img/achievements/nav_bg.png") no-repeat center;
  background-size: cover;
  padding: 65px 0 100px 0;
}
.related-guide .grid-ttl{
  text-align: left;
  margin-bottom: 40px;
}
.related-guide .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.related-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
.achievements-guide .block_btn{
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .achievements-guide article{
    padding: 0;
  }
  .achievements-guide article .achievements-header{
    margin-bottom: 8%;
  }
  .achievements-guide article .achievements-header h2{
    font-size: 5.2vw;
    margin-bottom: 5%;
  }
  .achievements-guide article .achievements-data{
    display: block;
  }
  .achievements-guide article .achievements-data .company{
    font-size: 3.8vw;
    margin-left: 0;
  }
  .achievements-guide article .achievements-data2{
    align-items: center;
    margin-bottom: 3%;
  }
  .achievements-guide article .achievements-data2 .industry,
  .achievements-guide article .achievements-data2 .employee{
    font-size: 3.6vw;
  }
  .achievements-guide article .achievements-data2 .employee{
    margin-left: 5%;
  }
  .achievements-guide article .achievements-body h3{
    font-size: 4.6vw;
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .achievements-guide article .achievements-body p{
    font-size: 3.8vw;
    margin-bottom: 10%;
  }
  .achievements-guide article .achievements-body .overview{
    padding: 5%;
  }
  .achievements-guide article .achievements-body .wp-caption-text{
    font-size: 3.6vw;
    margin-top: 2%;
  }
  .achievements-guide article .achievements-body dl{
    margin: 5% 0;
  }
  .achievements-guide article .achievements-body dl dt{
    font-size: 4vw;
    margin-bottom: 3%;
  }
  .achievements-guide article .achievements-body dl dd{
    font-size: 3.6vw;
  }
  .achievements-guide article .tag{
    margin-top: 5%;
  }
  .achievements-guide article .tag span a{
    font-size: 3.4vw;
  }
  .achievements-guide article .tag span:not(:first-child){
    margin-left: 2%;
  }
  .related-guide{
    padding: 10% 0 10% 0;
  }
  .related-guide .grid-ttl{
    margin-bottom: 5%;
  }
  .related-guide .grid-ttl h2{
    margin-bottom: 1%;
  }
  .related-guide .grid-ttl .roma{
    font-size: 4.4vw;
  }
  .achievements-guide .block_btn{
    margin-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .achievements-guide article{
    padding: 30px;
  }
  .achievements-guide article .achievements-header{
    margin-bottom: 30px;
  }
  .achievements-guide article .achievements-header h2{
    font-size: 26px;
    margin-bottom: 25px;
  }
  .achievements-guide article .achievements-data{
    margin-bottom: 15px;
  }
  .achievements-guide article .achievements-data .company{
    font-size: 16px;
    margin-left: 15px;
  }
  .achievements-guide article .achievements-data2 .industry,
  .achievements-guide article .achievements-data2 .employee{
    font-size: 16px;
  }
  .achievements-guide article .achievements-data2 .employee{
    margin-left: 10px;
  }
  .achievements-guide article .achievements-body h3{
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 12px;
  }
  .achievements-guide article .achievements-body p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .achievements-guide article .achievements-body .overview{
    padding: 15px 20px;
  }
  .achievements-guide article .achievements-body .wp-caption-text{
    font-size: 13px;
    margin-top: 10px;
  }
  .achievements-guide article .achievements-body dl{
    margin: 20px 0;
  }
  .achievements-guide article .achievements-body dl dt{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .achievements-guide article .achievements-body dl dd{
    font-size: 14px;
  }
  .achievements-guide article .tag{
    margin-top: 20px;
  }
  .achievements-guide article .tag span a{
    font-size: 14px;
  }
  .achievements-guide article .tag span:not(:first-child){
    margin-left: 5px;
  }
  .related-guide{
    padding: 40px 0 60px 0;
  }
  .related-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .related-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .related-guide .grid-ttl .roma{
    font-size: 20px;
  }
  .achievements-guide .block_btn{
    margin-top: 50px;
  }
}
/**
/* カテゴリーナビ CSS
----------------------------------------------- */
.category-nav{
  margin-bottom: 40px;
}
.category-nav li{
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
}
.category-nav li a{
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  display: inline-block;
  color: #101112;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 2px 15px 6px 15px;
  border-radius: 50px;
}
.category-nav li a span{
  position: relative;
  display: inline-block;
  color: #248FC7;
  font-size: 24px;
  margin-right: 6px;
  line-height: 1;
  top: 2px;
}
.category-nav .all{
  width: 100%;
}
.category-nav .all a{
  background: #248FC7;
  border: 1px solid #248FC7;
  color: #FFFFFF;
  font-size: 20px;
  padding: 3px 50px 5px 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .category-nav{
    margin-bottom: 5%;
  }
  .category-nav li{
    margin-bottom: 2%;
    margin-right: 1%;
  }
  .category-nav li a{
    font-size: 3.6vw;
    padding: 5px 3vw;
  }
  .category-nav li a span{
    font-size: 4.4vw;
    margin-right: 4px;
    top: 1px;
  }
  .category-nav .all a{
    font-size: 4vw;
    padding: 2px 10vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .category-nav{
    margin-bottom: 30px;
  }
  .category-nav li{
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .category-nav li a{
    font-size: 14px;
    padding: 5px 12px;
  }
  .category-nav li a span{
    font-size: 20px;
    margin-right: 5px;
    top: 2px;
  }
  .category-nav .all a{
    font-size: 18px;
    padding: 2px 40px 3px 40px;
  }
}
/**
/* シェアボタン CSS
----------------------------------------------- */
.sharer-box{
  margin: 33px 0;
}
.sharer-box.sharer-top{
  margin: 66px 0 33px 0;
}
.sharer-box .social-btn{
  column-gap: 10px;
  margin-right: 20px;
}
.sharer-box .social-btn li img{
  width: auto;
    max-height: 30px;
}
.copyBtn{
  position: relative;
  background: #FFFFFF;
  border: 1px solid #BABABA;
  color: #101112;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 8px 18px 8px 40px;
  border-radius: 5px;
  margin-left: auto;
}
.copyBtn::before{
  content: "";
  display: block;
  position: absolute;
  background: url("../img/copy_icon.png") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 20px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .sharer-box .social-btn{
    width: 65%;
    margin-right: 0;
  }
  .copyBtn {
    width: 33%;
    font-size: 14px;
    padding: 8px 12px 8px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sharer-box{
    margin: 6% 0;
  }
  .sharer-box.sharer-top{
    margin: 8% 0 5% 0;
  }
  .sharer-box .social-btn li{
    margin-right: 1%;
  }
  .sharer-box .social-btn li img{
    width: 13vw;
    max-height: inherit;
  }
  .copyBtn{
    width: 90%;
    font-size: 3.6vw;
    padding: 4% 2% 3% 6%;
    margin: 6% auto 0 auto;
  }
  .copyBtn::before{
    width: 4vw;
    height: 5vw;
    left: 3vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .sharer-box{
    margin: 25px 0;
  }
  .sharer-box.sharer-top{
    margin: 42px 0 25px 0;
  }
  .sharer-box .social-btn{
    width: 100%;
  }
  .sharer-box .social-btn li img{
      max-height: 28px;
  }
  .copyBtn{
    width: 100%;
    max-width: 310px;
    font-size: 14px;
    padding: 8px 10px 8px 40px;
    margin: 30px auto 0 auto;
  }
}
/**
/* 下部ナビ CSS
----------------------------------------------- */
.nav-guide{
  background: url("../img/achievements/nav_bg.png") no-repeat center;
  background-size: cover;
  padding: 80px 0 70px 0;
}
.nav-guide .nav-list{
  column-gap: 39px;
}
.nav-guide .nav-list .nav-items{
  width: calc(33.3333% - 26px);
}
.nav-guide .nav-list .nav-items .imgArea{
  margin-bottom: 20px;
}
.nav-guide .nav-list .nav-items h3{
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 35px;
}
.nav-guide .nav-list .nav-items h3:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 60px);
  width: 120px;
  height: 3px;
  content: '';
  background: #248FC7;
}
.nav-guide .nav-list .nav-items .text{
  max-width: 274px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .nav-guide{
    padding: 8% 0 5% 0;
  }
  .nav-guide .nav-list{
    column-gap: 0;
  }
  .nav-guide .nav-list .nav-items{
    width: 100%;
    margin-bottom: 5%;
  }
  .nav-guide .nav-list .nav-items a{
    display: flex;
  }
  .nav-guide .nav-list .nav-items .imgArea{
    width: 45%;
    margin-bottom: 0;
  }
  .nav-guide .nav-list .nav-items .contentArea{
    width: 55%;
    padding-left: 5%;
  }
  .nav-guide .nav-list .nav-items h3{
    font-size: 4.6vw;
    text-align: left;
    margin-bottom: 5vw;
  }
  .nav-guide .nav-list .nav-items h3:before {
    bottom: -2.5vw;
    left: 0;
    width: 15vw;
    height: 2px;
  }
  .nav-guide .nav-list .nav-items .text{
    max-width: inherit;
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .nav-guide{
    padding: 60px 0 50px 0;
  }
  .nav-guide .nav-list{
    column-gap: 20px;
  }
  .nav-guide .nav-list .nav-items{
    width: calc(33.3333% - 14px);
  }
  .nav-guide .nav-list .nav-items .imgArea{
    margin-bottom: 15px;
  }
  .nav-guide .nav-list .nav-items h3{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .nav-guide .nav-list .nav-items h3:before {
    left: calc(50% - 45px);
    width: 90px;
  }
  .nav-guide .nav-list .nav-items .text{
    font-size: 14px;
  }
}
/**
/* 実績バナー CSS
----------------------------------------------- */
.bnr-list{
  column-gap: 23px;
  align-items: center;
}
.bnr-list.row3 li{
  width: calc(33.3333% - 16px);
  padding: 0 6.8%;
}
.bnr-list.row4 li{
  width: calc(25% - 18px);
  padding: 0 2.5%;
}
.bnr-list.row5 li{
  width: calc(20% - 19px);
}
@media only screen and (max-width: 767px) {
  .bnr-list{
    column-gap: 0;
  }
  .bnr-list.row3 li{
    width: 50%;
    padding: 0 8%;
  }
  .bnr-list.row4 li,
  .bnr-list.row5 li{
    width: 33.3333%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .bnr-list{
    column-gap: 12px;
  }
  .bnr-list.row3 li{
    width: calc(33.3333% - 8px);
    padding: 0 4%;
  }
  .bnr-list.row4 li{
    width: calc(25% - 9px);
    padding: 0;
  }
  .bnr-list.row5 li{
    width: calc(20% - 10px);
  }
}
/**
/* 投稿一覧 CSS
----------------------------------------------- */
.post-list .post-items{
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-list .post-items .post-data{
  align-items: center;
  margin-bottom: 4px;
}
.post-list .post-items .date{
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.post-list .post-items .post-category{
  margin-left: 16px;
}
.post-list .post-items .post-category a{
  display: block;
  background: #FCFCFC;
  border: 1px solid #E8E8E8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  padding: 5px 6px;
}
.post-list .post-items .ttl{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.pagination{
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .post-list .post-items{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .post-list .post-items .post-data{
    margin-bottom: 2%;
  }
  .post-list .post-items .date{
    font-size: 6vw;
  }
  .post-list .post-items .post-category{
    margin-left: 3%;
  }
  .post-list .post-items .post-category a{
    font-size: 3.6vw;
    padding: 3px 5px;
  }
  .post-list .post-items .ttl{
    font-size: 3.8vw;
  }
  .pagination{
    margin-top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .post-list .post-items{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .post-list .post-items .post-data{
    margin-bottom: 3px;
  }
  .post-list .post-items .date{
    font-size: 24px;
  }
  .post-list .post-items .post-category{
    margin-left: 12px;
  }
  .post-list .post-items .post-category a{
    font-size: 13px;
    padding: 3px 5px;
  }
  .post-list .post-items .ttl{
    font-size: 14px;
  }
  .pagination{
    margin-top: 80px;
  }
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide{
  padding: 42px 0 86px 0;
}
.single-guide article{
  background: #FFFFFF;
  padding: 50px;
}
.single-guide .entry-header{
  border-bottom: 1px solid #7F7F7F;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.single-guide .entry-header .entry-deta{
  font-family: "Poppins", sans-serif;
  color: #7F7F7F;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  margin-bottom: 15px;
}
.single-guide .entry-header .h2_ttl{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
}
.single-guide .entry-body h1{
  background: #F7F7F7;
  border-left: 8px solid #248FC7;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 10px 10px 12px;
  margin-bottom: 30px;
}
.single-guide .entry-body h2{
  border-left: 5px solid #248FC7;
  font-size: 23px;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 20px;
}
.single-guide .entry-body h3{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-guide .entry-body p{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
.single-guide .entry-body p:last-child{
  margin-bottom: 0;
}
.single-guide .entry-body a{
  color: #248FC7;
  text-decoration: underline;
}
.single-guide .entry-body ol{
  list-style: decimal;
  margin: 20px 0 20px 20px;
}
.single-guide .entry-body ul{
  list-style: disc;
  margin: 20px 0 20px 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
  font-size: 16px;
  line-height: 2;
}
.single-guide .entry-body ol li:not(:first-child),
.single-guide .entry-body ul li:not(:first-child){
  margin-top: 10px;
}
.single-guide .entry-body figcaption {
  font-size: 90%;
  color: #888888;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0 1em 1em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0 0 1em 1em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-bottom: 1em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1em;
}
.single-guide .block_btn{
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .single-guide{
    padding: 5% 0 15% 0;
  }
  .single-guide article{
    padding: 5%;
  }
  .single-guide .entry-header{
    padding-bottom: 5%;
    margin-bottom: 8%;
  }
  .single-guide .entry-header .entry-deta{
    font-size: 4.4vw;
    margin-bottom: 3%;
  }
  .single-guide .entry-header .h2_ttl{
    font-size: 4.8vw;
  }
  .single-guide .entry-body h1{
    border-left: 5px solid #248FC7;
    font-size: 4.6vw;
    padding: 3%;
    margin-bottom: 5%;
  }
  .single-guide .entry-body h2{
    border-left: 3px solid #248FC7;
    font-size: 4.4vw;
    padding-left: 3%;
    margin-bottom: 5%;
  }
  .single-guide .entry-body h3{
    font-size: 4.2vw;
    margin-bottom: 5%;
  }
  .single-guide .entry-body p{
    font-size: 3.8vw;
    margin-bottom: 6%;
  }
  .single-guide .entry-body ol{
    margin: 5% 0 5% 8%;
  }
  .single-guide .entry-body ul{
    margin: 5% 0 5% 8%;
  }
  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li{
    font-size: 3.8vw;
  }
  .single-guide .entry-body ol li:not(:first-child),
  .single-guide .entry-body ul li:not(:first-child){
    margin-top: 2%;
  }
  .single-guide .block_btn{
    margin-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .single-guide{
    padding: 30px 0 60px 0;
  }
  .single-guide article{
    padding: 30px;
  }
  .single-guide .entry-header{
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .single-guide .entry-header .entry-deta{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .single-guide .entry-header .h2_ttl{
    font-size: 24px;
  }
  .single-guide .entry-body h1{
    border-left: 6px solid #248FC7;
    font-size: 21px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
  }
  .single-guide .entry-body h2{
    border-left: 4px solid #248FC7;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .single-guide .entry-body h3{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .single-guide .entry-body p{
    font-size: 15px;
    margin-bottom: 35px;
  }
  .single-guide .entry-body ol{
    margin: 15px 0 15px 20px;
  }
  .single-guide .entry-body ul{
    margin: 15px 0 15px 20px;
  }
  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li{
    font-size: 15px;
  }
  .single-guide .entry-body ol li:not(:first-child),
  .single-guide .entry-body ul li:not(:first-child){
    margin-top: 5px;
  }
  .single-guide .block_btn{
    margin-top: 50px;
  }
}
/**
/* ページ共通 CSS
----------------------------------------------- */
/*　　サービスをもっと詳しく知りたい方はこちら　　*/
.common-contact{
  background: url("../img/common-contact_bg.webp") no-repeat center;
  background-size: cover;
  padding: 70px 0 100px 0;
  z-index: 2;
}
.common-contact .inner{
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-start;
}
.common-contact .logo{
  width: 25%;
  margin-top: 30px;
}
.common-contact .logo img{
  mix-blend-mode: multiply;
}
.common-contact .contentArea{
  width: 70%;
  padding-left: 26px;
}
.common-contact .grid-ttl{
  text-align: left;
  margin-bottom: 0;
}
.common-contact .grid-ttl h2{
  margin-top: -10px;
}
.common-contact .grid-ttl .roma{
  font-size: 89px;
}
.common-contact .block_btn{
  column-gap: 26px;
  margin-top: 37px;
}
.common-contact .block_btn li{
  display: block;
  width: calc(50% - 13px);
}
@media only screen and (max-width: 767px) {
  .common-contact{
    background: url("../img/sp_common-contact_bg.webp") no-repeat center;
    background-size: cover;
    padding: 12% 0 15% 0;
  }
  .common-contact .logo{
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .common-contact .logo img{
    width: 30vw;
  }
  .common-contact .contentArea{
    width: 100%;
    padding-left: 0;
  }
  .common-contact .grid-ttl{
    text-align: center;
  }
  .common-contact .grid-ttl h2{
    margin-top: -2vw;
  }
  .common-contact .grid-ttl .roma{
    font-size: 12vw;
  }
  .common-contact .block_btn{
    column-gap: 0;
    margin-top: 10%;
  }
  .common-contact .block_btn li{
    width: 100%;
    margin-bottom: 5%;
  }
  .common-contact .block_btn li:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .common-contact{
    padding: 40px 0 50px 0;
  }
  .common-contact .logo{
    width: 20%;
    margin-top: 20px;
  }
  .common-contact .contentArea{
    width: 80%;
    padding-left: 15px;
  }
  .common-contact .grid-ttl h2{
    margin-top: -10px;
  }
  .common-contact .grid-ttl .roma{
    font-size: 56px;
  }
  .common-contact .block_btn{
    column-gap: 10px;
    margin-top: 30px;
  }
  .common-contact .block_btn li{
    width: calc(50% - 5px);
  }
}
/*　　トータルサポート　　*/
.common-support{
  background: url("../img/common-support_bg.webp") no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.common-support .contentArea{
  max-width: 800px;
  margin-left: auto;
}
.common-support .grid-ttl{
  text-align: left;
}
.common-support .grid-ttl h2{
  margin-top: 0;
}
.common-support .text{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}
.common-support .block_btn{
  column-gap: 26px;
  margin-top: 32px;
}
.common-support .block_btn li{
  display: block;
  width: calc(50% - 13px);
}
@media only screen and (max-width: 767px) {
  .common-support{
    padding: 0 0 10% 0;
  }
  .common-support .imgArea{
    margin: 0 -6% 7% -6%;
  }
  .common-support .grid-ttl{
    text-align: center;
    margin-bottom: 5%;
  }
  .common-support .text{
    font-size: 4vw;
    line-height: 1.6;
  }
  .common-support .block_btn{
    column-gap: 0;
    margin-top: 8%;
  }
  .common-support .block_btn li{
    width: 100%;
    margin-bottom: 5%;
  }
  .common-support .block_btn li:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .common-support{
    padding: 40px 0;
  }
  .common-support .contentArea{
    width: 75%;
  }
  .common-support .text{
    font-size: 16px;
  }
  .common-support .block_btn{
    column-gap: 10px;
    margin-top: 20px;
  }
  .common-support .block_btn li{
    width: calc(50% - 5px);
  }
}
/**
/* 会社情報 CSS
----------------------------------------------- */
/*　　代表メッセージ　　*/
.greeting-guide{
  background: url("../img/company/greeting_bg.png") no-repeat center bottom;
  background-size: cover;
  background-position: 0 156px;
  padding: 42px 0 73px 0;
}
.greeting-guide .inner{
  background: #FCFCFC;
  max-width: 1100px;
  padding: 0 50px 50px 50px;
}
.greeting-guide .grid-ttl{
  margin-bottom: 30px;
}
.greeting-guide .grid-ttl .roma{
  color: #248FC7;
}
.greeting-guide .grid-ttl h2{
  font-size: 35px;
  margin-top: 0;
}
.greeting-guide h3{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 43px;
}
.greeting-guide h3 span{
  position: relative;
  display: inline-block;
  padding: 20px 57px;
}
.greeting-guide h3 span::before,
.greeting-guide h3 span::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 57px;
  height: 57px;
}
.greeting-guide h3 span::before{
  background: url("../img/company/ttl_l.png") no-repeat center bottom;
  background-size: cover;
  top: 0;
  left: 0;
}
.greeting-guide h3 span::after{
  background: url("../img/company/ttl_r.png") no-repeat center bottom;
  background-size: cover;
  bottom: 0;
  right: 0;
}
.greeting-guide .comment p{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}
.greeting-guide .comment p:last-child{
  margin-bottom: 0;
}
.greeting-guide .name{
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 46px;
}
.greeting-guide .name span{
  font-size: 20px;
  font-weight: 500;
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .greeting-guide{
    background: url("../img/company/sp_greeting_bg.png") no-repeat center bottom;
    background-size: cover;
    background-position: 0 25vw;
    padding: 3% 0 10% 0;
  }
  .greeting-guide .inner{
    padding: 0 5% 8% 5%;
  }
  .greeting-guide .grid-ttl{
    margin-bottom: 8%;
  }
  .greeting-guide .grid-ttl h2{
    font-size: 5.5vw;
  }
  .greeting-guide h3{
    font-size: 6.5vw;
    margin-bottom: 8%;
  }
  .greeting-guide h3 span{
    padding: 5% 13%;
  }
  .greeting-guide h3 span::before,
  .greeting-guide h3 span::after{
    width: 8vw;
    height: 8vw;
  }
  .greeting-guide .comment p{
    font-size: 4vw;
    margin-bottom: 5%;
  }
  .greeting-guide .name{
    font-size: 4.4vw;
    margin-top: 8%;
  }
  .greeting-guide .name span{
    font-size: 4vw;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .greeting-guide{
    background-position: 0 100px;
    padding: 20px 0 50px 0;
  }
  .greeting-guide .inner{
    padding: 0 30px 30px 30px;
  }
  .greeting-guide .grid-ttl{
    margin-bottom: 20px;
  }
  .greeting-guide .grid-ttl h2{
    font-size: 24px;
  }
  .greeting-guide h3{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .greeting-guide h3 span{
    padding: 15px 46px;
  }
  .greeting-guide h3 span::before,
  .greeting-guide h3 span::after{
    width: 46px;
    height: 46px;
  }
  .greeting-guide .comment p{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .greeting-guide .name{
    font-size: 20px;
    margin-top: 30px;
  }
  .greeting-guide .name span{
    font-size: 16px;
    margin-right: 20px;
  }
}
/*　　経営理念　　*/
.philosophy-guide{
  padding: 66px 0 72px 0;
}
.philosophy-guide .grid-ttl{
  align-items: center;
  text-align: left;
  margin-bottom: 14px;
}
.philosophy-guide .grid-ttl h2{
  color: #BABABA;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-left: 22px;
}
.philosophy-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 60px;
  line-height: 1.25;
}
.philosophy-guide .philosophy-items{
  margin-bottom: 30px;
}
.philosophy-guide .philosophy-items:last-child{
  margin-bottom: 0;
}
.philosophy-guide .philosophy-items h3{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 20px;
}
.philosophy-guide .philosophy-items .text{
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .philosophy-guide{
    padding: 10% 0;
  }
  .philosophy-guide .grid-ttl{
    margin-bottom: 2%;
  }
  .philosophy-guide .grid-ttl h2{
    font-size: 3.8vw;
    margin-left: 5%;
  }
  .philosophy-guide .grid-ttl .roma{
    font-size: 11vw;
  }
  .philosophy-guide .philosophy-items{
    margin-bottom: 5%;
  }
  .philosophy-guide .philosophy-items h3{
    font-size: 5vw;
    margin-bottom: 3%;
  }
  .philosophy-guide .philosophy-items .text{
    font-size: 3.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .philosophy-guide{
    padding: 40px 0 45px 0;
  }
  .philosophy-guide .grid-ttl{
    margin-bottom: 5px;
  }
  .philosophy-guide .grid-ttl h2{
    font-size: 14px;
    margin-left: 20px;
  }
  .philosophy-guide .grid-ttl .roma{
    font-size: 42px;
  }
  .philosophy-guide .philosophy-items{
    margin-bottom: 20px;
  }
  .philosophy-guide .philosophy-items h3{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .philosophy-guide .philosophy-items .text{
    font-size: 16px;
  }
}
/*　　会社概要　　*/
.company-guide{
  background: #FFFFFF;
  padding: 75px 0 86px 0;
}
.company-guide .grid-ttl{
  text-align: left;
  margin-bottom: 56px;
}
.company-guide .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.company-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
.company-tbl{
  border-top: 2px solid #248FC7;
  border-bottom: 2px solid #248FC7;
}
.company-tbl th,
.company-tbl td{
  border-bottom: 1px solid #E8E8E8;
}
.company-tbl th{
  width: 220px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  padding: 35px 50px;
}
.company-tbl td{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding: 35px 40px;
}
@media only screen and (max-width: 767px) {
  .company-guide{
    padding: 8% 0;
  }
  .company-guide .grid-ttl{
    margin-bottom: 3%;
  }
  .company-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .company-guide .grid-ttl .roma{
    font-size: 4.4vw;
  }
  .company-tbl th{
    width: 35%;
    font-size: 4vw;
    padding: 5% 2%;
  }
  .company-tbl td{
    font-size: 3.8vw;
    padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .company-guide{
    padding: 50px 0 60px 0;
  }
  .company-guide .grid-ttl{
    margin-bottom: 32px;
  }
  .company-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .company-guide .grid-ttl .roma{
    font-size: 20px;
  }
  .company-tbl th{
    width: 160px;
    font-size: 16px;
    padding: 20px 30px;
  }
  .company-tbl td{
    font-size: 15px;
    padding: 20px 15px;
  }
}
/*　　役員紹介　　*/
.officer-guide{
  padding: 74px 0 210px 0;
}
.officer-guide .grid-ttl{
  text-align: left;
  margin-bottom: 50px;
}
.officer-guide .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.officer-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
.officer-guide .officer-list{
  max-width: 1100px;
}
.officer-guide .officeritems{
  align-items: flex-start;
  margin-bottom: 180px;
}
.officer-guide .officeritems:last-child{
  margin-bottom: 0;
}
.officer-guide .officeritems .imgArea{
  width: 40%;
}
.officer-guide .officeritems .contentArea{
  width: 70%;
  position: relative;
  background: #FFFFFF;
  padding: 20px 25px 45px 45px;
  margin-top: 68px;
  margin-left: -10%;
}
.officer-guide .officeritems .roma{
  color: #E9F3F8;
  font-size: 86px;
  font-weight: 700;
  line-height: 1.25;
}
.officer-guide .officeritems .name{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
.officer-guide .officeritems .name span{
  font-size: 16px;
  margin-right: 20px;
  letter-spacing: 0.1em;
}
.officer-guide .officer-box{
  position: relative;
  height: auto;
  max-height: 531px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.officer-guide .officeritems .readMoreContainer::after{
  background: transparent;
}
.officer-guide .officeritems .comment h3{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.officer-guide .officeritems .comment h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  height: 2px;
  content: '';
  background: #248FC7;
}
.officer-guide .officeritems .comment p{
  font-size: 16px;
  line-height: 1.75;
}
.officer-question .question-items{
  margin-top: 30px;
}
.officer-question .question-items .no{
  color: #CADBE5;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 5px;
}
.officer-question .question-items dl dt{
  color: #248FC7;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}
.officer-question .question-items dl dd{
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
.officer-question .readMoreBtn{
  border: 1px solid #248FC7;
  background: #FFFFFF;
  position: relative;
  max-width: 274px;
  color: #248FC7;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 8px 40px;
  border-radius: 50px;
  margin-top: -25px;
}
.officer-guide .officeritems .readMoreBtn{
  position: absolute;
  background: #101112;
  border: 2px solid #101112;
  color: #FFFFFF;
  width: 100%;
  max-width: 374px;
  font-size: 20px;
  font-weight: 500;
  line-height: 3.2;
  margin: 0;
  bottom: -110px;
}
.officer-guide .officeritems .readMoreBtn::after{
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 2px;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .officer-guide{
    padding: 10% 0 30% 0;
  }
  .officer-guide .grid-ttl{
    margin-bottom: 10%;
  }
  .officer-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .officer-guide .grid-ttl .roma{
    font-size: 4.4vw;
  }
  .officer-guide .officeritems{
    margin-bottom: 180px;
  }
  .officer-guide .officeritems .imgArea{
    width: 102%;
    margin-left: -6%;
  }
  .officer-guide .officeritems .contentArea{
    width: 100%;
    padding: 5%;
    margin-top: -10vw;
    margin-left: auto;
  }
  .officer-guide .officeritems .roma{
    font-size: 10vw;
  }
  .officer-guide .officeritems .name{
    font-size: 6vw;
    margin-top: -4vw;
  }
  .officer-guide .officeritems .name span{
    display: block;
    font-size: 4vw;
    margin-right: 0;
    margin-bottom: 1%;
  }
  .officer-guide .officer-box{
    max-height: 100vw;
  }
  .officer-guide .officeritems .comment h3{
    font-size: 4.4vw;
    padding-bottom: 5%;
    margin-bottom: 5%;
    margin-top: 8%;
  }
  .officer-guide .officeritems .comment h3:before {
    width: 30vw;
  }
  .officer-guide .officeritems .comment p{
    font-size: 3.8vw;
  }
  .officer-question .question-items{
    margin-top: 5%;
  }
  .officer-question .question-items .no{
    font-size: 4.4vw;
    margin-bottom: 1%;
  }
  .officer-question .question-items dl dt{
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
  .officer-question .question-items dl dd{
    font-size: 3.8vw;
  }
  .officer-guide .officeritems .readMoreBtn{
    width: 100%;
    max-width: inherit;
    font-size: 4.2vw;
    left: 0;
    bottom: -20vw;
  }
  .officer-guide .officeritems .readMoreBtn::after{
    width: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .officer-guide{
    padding: 50px 0 140px 0;
  }
  .officer-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .officer-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .officer-guide .grid-ttl .roma{
    font-size: 20px;
  }
  .officer-guide .officeritems{
    margin-bottom: 180px;
  }
  .officer-guide .officeritems .imgArea{
    width: 40%;
  }
  .officer-guide .officeritems .contentArea{
    padding: 20px 25px 30px 25px;
    margin-top: 40px;
    margin-left: -10%;
  }
  .officer-guide .officeritems .roma{
    font-size: 48px;
  }
  .officer-guide .officeritems .name{
    font-size: 24px;
  }
  .officer-guide .officeritems .name span{
    font-size: 15px;
    margin-right: 15px;
  }
  .officer-guide .officer-box{
    max-height: 435px;
  }
  .officer-guide .officeritems .comment h3{
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .officer-guide .officeritems .comment h3:before {
    width: 210px;
  }
  .officer-guide .officeritems .comment p{
    font-size: 14px;
  }
  .officer-question .question-items{
    margin-top: 20px;
  }
  .officer-question .question-items .no{
    font-size: 19px;
    margin-bottom: 5px;
  }
  .officer-question .question-items dl dt{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .officer-question .question-items dl dd{
    font-size: 14px;
  }
  .officer-guide .officeritems .readMoreBtn{
    max-width: 280px;
    font-size: 16px;
    line-height: 3.2;
    bottom: -80px;
  }
  .officer-guide .officeritems .readMoreBtn::after{
    width: 16px;
    height: 2px;
    right: -2px;
  }
}
/*　　アクセス　　*/
.access-guide{
  background: #FFFFFF;
  padding: 50px 0 0 0;
}
.access-guide .grid-ttl{
  text-align: left;
  margin-bottom: 45px;
}
.access-guide .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.access-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
.access-guide .accessArea{
  margin-bottom: 58px;
}
.access-guide .accessArea dl{
  padding: 0 90px;
  border-right: 1px solid #D6D6D6;
}
.access-guide .accessArea dl:last-child{
  border-right: none;
}
.access-guide .accessArea dl dt{
  text-align: center;
  margin-bottom: 18px;
}
.access-guide .accessArea dl dt img{
  width: 63px;
}
.access-guide .accessArea dl dd{
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.access-guide .accessArea dl dd small{
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.access-guide .mapArea{
  line-height: 0;
}
.access-guide .mapArea iframe{
  width: 100%;
  height: 428px;
}
@media only screen and (max-width: 767px) {
  .access-guide{
    padding: 10% 0 0 0;
  }
  .access-guide .grid-ttl{
    margin-bottom: 5%;
  }
  .access-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .access-guide .grid-ttl .roma{
    font-size: 4.4vw;
  }
  .access-guide .accessArea{
    margin-bottom: 10%;
  }
  .access-guide .accessArea dl{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5% 0;
    border-right: none;
    border-bottom: 1px solid #D6D6D6;
  }
  .access-guide .accessArea dl dt{
    width: 12vw;
    margin-bottom: 0;
  }
  .access-guide .accessArea dl dt img{
    width: 63px;
  }
  .access-guide .accessArea dl dd{
    width: calc(100% - 12vw);
    font-size: 4.6vw;
    text-align: left;
    padding-left: 5%;
  }
  .access-guide .accessArea dl dd small{
    font-size: 3.8vw;
  }
  .access-guide .mapArea iframe{
    height: 70vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .access-guide{
    padding: 30px 0 0 0;
  }
  .access-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .access-guide .grid-ttl h2{
    margin-bottom: 5px;
  }
  .access-guide .grid-ttl .roma{
    font-size: 20px;
  }
  .access-guide .accessArea{
    margin-bottom: 42px;
  }
  .access-guide .accessArea dl{
    padding: 0px 40px;
  }
  .access-guide .accessArea dl dt{
    margin-bottom: 15px;
  }
  .access-guide .accessArea dl dt img{
    width: 63px;
  }
  .access-guide .accessArea dl dd{
    font-size: 22px;
  }
  .access-guide .accessArea dl dd small{
    font-size: 16px;
  }
  .access-guide .mapArea iframe{
    height: 300px;
  }
}
/**
/* 採用情報 CSS
----------------------------------------------- */
/*　　フェリエストのお仕事　　*/
.recruit-wrap{
  background: url(../img/recruit/work_bg.png) no-repeat;
  background-position: 0 260px;
}
.work-guide{
  padding: 42px 0 200px 0;
}
.work-guide .inner{
  position: relative;
}
.work-guide .inner::before,
.work-guide .inner::after{
  content: "";
  display: inline-block;
  position: absolute;
}
.work-guide .inner::before{
  background: url(../img/recruit/bg_img1.png) no-repeat;
  background-size: cover;
  top: 110px;
  left: -527px;
  width: 736px;
  height: 745px;
}
.work-guide .inner::after{
  background: url(../img/recruit/bg_img2.png) no-repeat;
  background-size: cover;
  bottom: -290px;
  right: -231px;
  width: 470px;
  height: 680px;
}
.work-guide .grid-ttl{
  position: relative;
  margin-bottom: 40px;
}
.work-guide .grid-ttl h2{
  font-size: 25px;
  margin-top: -10px;
}
.work-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 80px;
}
.work-guide .work-list{
  position: relative;
  column-gap: 91px;
  row-gap: 46px;
  z-index: 10;
}
.work-guide .work-list .work-items{
  width: calc(33.3333% - 61px);
}
.work-guide .work-list .work-items .imgArea{
  margin-bottom: 15px;
}
.work-guide .work-list .work-items h3{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.work-guide .work-list .work-items .text{
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap{
    background: url(../img/recruit/work_bg.png) no-repeat;
    background-position: 0 70vw;
  }
  .work-guide{
    padding: 6% 0 20% 0;
  }
  .work-guide .inner::before{
    top: -6vw;
    left: -54vw;
    width: 80vw;
    height: 100vw;
  }
  .work-guide .inner::after{
    bottom: -4vw;
    right: -25vw;
    width: 55vw;
    height: 80vw;
  }
  .work-guide .grid-ttl{
    position: relative;
    margin-bottom: 10%;
  }
  .work-guide .grid-ttl h2{
    font-size: 4.8vw;
    margin-top: -1vw;
  }
  .work-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .work-guide .work-list{
    column-gap: 10px;
    row-gap: 10vw;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .work-guide .work-list .work-items{
    width: calc(50% - 5px);
  }
  .work-guide .work-list .work-items .imgArea{
    margin-bottom: 15px;
  }
  .work-guide .work-list .work-items h3{
    font-size: 4.8vw;
    margin-bottom: 3%;
  }
  .work-guide .work-list .work-items .text{
    font-size: 3.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .recruit-wrap{
    background: url(../img/recruit/work_bg.png) no-repeat;
    background-position: 0 160px;
  }
  .work-guide{
    padding: 20px 0 120px 0;
  }
  .work-guide .inner::before{
    top: 80px;
    left: -330px;
    width: 480px;
    height: 485px;
  }
  .work-guide .inner::after{
    bottom: -180px;
    right: -130px;
    width: 250px;
    height: 360px;
  }
  .work-guide .grid-ttl{
    position: relative;
    margin-bottom: 30px;
  }
  .work-guide .grid-ttl h2{
    font-size: 22px;
    margin-top: -10px;
  }
  .work-guide .grid-ttl .roma{
    font-size: 64px;
  }
  .work-guide .work-list{
    column-gap: 40px;
    row-gap: 32px;
  }
  .work-guide .work-list .work-items{
    width: calc(33.3333% - 27px);
  }
  .work-guide .work-list .work-items .imgArea{
    margin-bottom: 10px;
  }
  .work-guide .work-list .work-items h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .work-guide .work-list .work-items .text{
    font-size: 14px;
  }
}
/*　　先輩インタビュー　　*/
.interview-guide{
  padding: 0 0 60px 0;
}
.interview-guide .inner{
  position: relative;
}
.interview-guide .inner::before,
.interview-guide .inner::after{
  content: "";
  display: inline-block;
  position: absolute;
}
.interview-guide .inner::before{
  background: url(../img/recruit/interview-roma.png) no-repeat;
  background-size: cover;
  top: -135px;
  left: 0;
  width: 806px;
  height: 241px;
}
.interview-guide .inner::after{
  background: url(../img/recruit/bg_img3.png) no-repeat;
  background-size: cover;
  bottom: -550px;
  left: -552px;
  width: 630px;
  height: 842px;
}
.interview-guide .grid-ttl{
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.interview-guide .grid-ttl h2{
  font-size: 25px;
  margin-top: -10px;
}
.interview-guide .grid-ttl .roma{
  color: #248FC7;
  font-size: 80px;
}
.interview-guide .interview-list{
  position: relative;
    z-index: 10;
}
.interview-list .interview-items{
  margin-bottom: 60px;
}
.interview-list .interview-items:last-child{
  margin-bottom: 0;
}
.interview-list .interview-items .interview-head{
  align-items: center;
  margin-bottom: 27px;
}
.interview-list .interview-items .imgArea{
  width: 58%;
}
.interview-list .interview-items .ttlArea{
  width: 42%;
}
.interview-list .interview-items .ttlArea h3{
  border-bottom: 1px solid #BABABB;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
}
.interview-list .interview-items .ttlArea .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 50px;
}
.interview-list .interview-items .ttlArea .text span{
  display: inline-block;
  border: 1px solid #101112;
  padding: 1px 5px;
  margin-right: 10px;
}
.interview-question{
  padding: 25px 50px;
}
.interview-question .question-box{
  position: relative;
  height: auto;
  max-height: 316px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.interview-question .question-items{
  margin-bottom: 30px;
}
.interview-question .question-items .no{
  color: #CADBE5;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 5px;
}
.interview-question .question-items dl dt{
  color: #248FC7;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}
.interview-question .question-items dl dd{
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
.interview-question .readMoreBtn{
  border: 1px solid #248FC7;
  background: #FFFFFF;
  position: relative;
  max-width: 274px;
  color: #248FC7;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 8px 40px;
  border-radius: 50px;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .interview-guide{
    padding: 0 0 5% 0;
  }
  .interview-guide .inner::before{
    top: -13vw;
    left: -8vw;
    width: 85vw;
    height: 21vw;
  }
  .interview-guide .inner::after{
    content: none;
  }
  .interview-guide .grid-ttl{
    margin-bottom: 10%;
  }
  .interview-guide .grid-ttl h2{
    font-size: 4.8vw;
    margin-top: -2vw;
  }
  .interview-guide .grid-ttl .roma{
    font-size: 14vw;
  }
  .interview-list .interview-items{
    margin-bottom: 10%;
  }
  .interview-list .interview-items .interview-head{
    margin-bottom: 5%;
  }
  .interview-list .interview-items .imgArea{
    width: 100%;
  }
  .interview-list .interview-items .ttlArea{
    width: 100%;
  }
  .interview-list .interview-items .ttlArea h3{
    font-size: 4.8vw;
    padding: 5% 0 3% 0;
    margin-bottom: 3%;
  }
  .interview-list .interview-items .ttlArea .text{
    font-size: 3.8vw;
    padding-left: 0;
  }
  .interview-list .interview-items .ttlArea .text span{
    padding: 1px 5px;
    margin-right: 3%;
  }
  .interview-question{
    padding: 5% 0;
  }
  .interview-question .question-box{
    max-height: 316px;
  }
  .interview-question .question-items{
    margin-bottom: 5%;
  }
  .interview-question .question-items .no{
    font-size: 4.4vw;
    margin-bottom: 1%;
  }
  .interview-question .question-items dl dt{
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
  .interview-question .question-items dl dd{
    font-size: 3.8vw;
  }
  .interview-question .readMoreBtn{
    width: 70%;
    max-width: inherit;
    font-size: 4vw;
    padding: 2%;
    margin-top: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .interview-guide{
    padding: 0 0 40px 0;
  }
  .interview-guide .inner::before{
    top: -70px;
    width: 470px;
    height: 110px;
  }
  .interview-guide .inner::after{
    bottom: -350px;
    left: -192px;
    width: 389px;
    height: 520px;
  }
  .interview-guide .grid-ttl{
    margin-bottom: 30px;
  }
  .interview-guide .grid-ttl h2{
    font-size: 22px;
    margin-top: -10px;
  }
  .interview-guide .grid-ttl .roma{
    font-size: 64px;
  }
  .interview-list .interview-items{
    margin-bottom: 40px;
  }
  .interview-list .interview-items .interview-head{
    margin-bottom: 20px;
  }
  .interview-list .interview-items .imgArea{
    width: 58%;
  }
  .interview-list .interview-items .ttlArea{
    width: 42%;
  }
  .interview-list .interview-items .ttlArea h3{
    font-size: 22px;
    padding: 0 0 10px 25px;
    margin-bottom: 15px;
  }
  .interview-list .interview-items .ttlArea .text{
    font-size: 14px;
    padding-left: 25px;
  }
  .interview-list .interview-items .ttlArea .text span{
    padding: 1px 5px;
    margin-right: 10px;
  }
  .interview-question{
    padding: 15px 25px;
  }
  .interview-question .question-box{
    max-height: 280px;
  }
  .interview-question .question-items{
    margin-bottom: 20px;
  }
  .interview-question .question-items .no{
    font-size: 19px;
    margin-bottom: 5px;
  }
  .interview-question .question-items dl dt{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .interview-question .question-items dl dd{
    font-size: 14px;
  }
  .interview-question .readMoreBtn{
    max-width: 240px;
    font-size: 14px;
    padding: 8px 20px;
    margin-top: -10px;
  }
}
/*　　ご応募はこちら　　*/
.recruit-bottom{
  padding: 60px 0 0 0;
}
.recruit-bottom .entry-grid{
  padding: 85px 0 78px 0;
}
.recruit-bottom .entry-grid .entry-box{
  max-width: 1100px;
}
.recruit-bottom .entry-box .entry-top{
  background: url(../img/recruit/entry_bg.png) no-repeat;
  background-size: cover;
  align-items: center;
  padding: 36px 50px;
}
.entry-box .entry-top .logo{
  width: 25%;
  margin-top: 30px;
}
.entry-box .entry-top .logo img{
  mix-blend-mode: multiply;
}
.entry-box .entry-top .contentArea{
  width: 70%;
  padding-left: 26px;
}
.entry-box .entry-top h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}
.entry-box .entry-top .occupation{
  column-gap: 33px;
  margin-bottom: 20px;
}
.entry-box .entry-top .occupation li{
  width: calc(33.3333% - 19px);
}
.entry-box .entry-top .text{
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
}
.recruit-bottom .imgArea img{
  width: 100%;
}
.recruit-bottom .entry-box .entry-bottom{
  background: #248FC7;
  align-items: center;
  padding: 16px 20px;
}
.entry-box .entry-bottom .ttl{
  text-align: center;
  width: 32%;
}
.entry-box .entry-bottom .ttl span{
  border: 2px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  padding: 9px 16px;
}
.entry-box .entry-bottom .entry_btn{
  column-gap: 21px;
  width: 66%;
}
.entry-box .entry-bottom .entry_btn li{
  width: calc(50% - 11px);
  max-width: 370px;
}
.entry-box .entry-bottom .entry_btn li a{
  background: #FFFFFF;
  position:relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 7px 16px;
}
.entry-box .entry-bottom .entry_btn li a::after{
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #68B1DA;
}
.entry-box .entry-bottom .entry_btn a span{
  margin-right: 30px;
}
.entry-box .entry-bottom .entry_btn .wantedly span{
  width: 54px;
}
.entry-box .entry-bottom .entry_btn .en-gage span{
  width: 58px;
}
@media only screen and (max-width: 767px) {
  .recruit-bottom{
    padding: 0;
  }
  .recruit-bottom .entry-grid{
    padding: 5% 0 8% 0;
  }
  .recruit-bottom .entry-box .entry-top{
    background: url(../img/recruit/entry_bg.png) no-repeat;
    background-size: cover;
    padding: 6% 5%;
  }
  .entry-box .entry-top .logo{
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .entry-box .entry-top .logo img{
    width: 30vw;
  }
  .entry-box .entry-top .contentArea{
    width: 100%;
    padding-left: 0;
  }
  .entry-box .entry-top h2{
    font-size: 5vw;
    text-align: center;
    margin-bottom: 5%;
  }
  .entry-box .entry-top .occupation{
    column-gap: 5px;
    margin-bottom: 3%;
  }
  .entry-box .entry-top .occupation li{
    width: calc(33.3333% - 3px);
  }
  .entry-box .entry-top .text{
    font-size: 3.8vw;
    text-align: center;
  }
  .recruit-bottom .entry-box .entry-bottom{
    padding: 3%;
  }
  .entry-box .entry-bottom .ttl{
    text-align: center;
    width: 100%;
    margin-bottom: 3%;
  }
  .entry-box .entry-bottom .ttl span{
    display: block;
    font-size: 5vw;
    padding: 2%;
  }
  .entry-box .entry-bottom .entry_btn{
    column-gap: 10px;
    width: 100%;
  }
  .entry-box .entry-bottom .entry_btn li{
    width: calc(50% - 5px);
    max-width: inherit;
  }
  .entry-box .entry-bottom .entry_btn li a{
    display: block;
    font-size: 4vw;
    text-align: center;
    padding: 5%;
  }
  .entry-box .entry-bottom .entry_btn li a::after{
    width: 3.4vw;
  }
  .entry-box .entry-bottom .entry_btn a span{
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .entry-box .entry-bottom .entry_btn .wantedly span{
    width: 100%;
  }
  .entry-box .entry-bottom .entry_btn .wantedly span img{
    width: 12vw;
  }
  .entry-box .entry-bottom .entry_btn .en-gage span{
    width: 100%;
  }
  .entry-box .entry-bottom .entry_btn .en-gage span img{
    width: 15.3vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .recruit-bottom{
    padding: 60px 0 78px 0;
  }
  .recruit-bottom .entry-grid{
    padding: 40px 0 50px 0;
  }
  .recruit-bottom .entry-box .entry-top{
    padding: 30px 30px;
  }
  .entry-box .entry-top .logo{
    width: 20%;
    margin-top: 20px;
  }
  .entry-box .entry-top .contentArea{
    width: 80%;
    padding-left: 15px;
  }
  .entry-box .entry-top h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .entry-box .entry-top .occupation{
    column-gap: 16px;
    margin-bottom: 15px;
  }
  .entry-box .entry-top .occupation li{
    width: calc(33.3333% - 6px);
  }
  .entry-box .entry-top .text{
    font-size: 18px;
  }
  .recruit-bottom .entry-box .entry-bottom{
    padding: 16px 20px;
  }
  .entry-box .entry-bottom .ttl{
    text-align: center;
    width: 28%;
  }
  .entry-box .entry-bottom .ttl span{
    font-size: 20px;
    padding: 7px 12px;
  }
  .entry-box .entry-bottom .entry_btn{
    column-gap: 10px;
    width: 70%;
  }
  .entry-box .entry-bottom .entry_btn li{
    width: calc(50% - 5px);
    max-width: 370px;
  }
  .entry-box .entry-bottom .entry_btn li a{
    font-size: 16px;
    padding: 7px 10px;
  }
  .entry-box .entry-bottom .entry_btn li a::after{
    width: 16px;
    height: 2px;
  }
  .entry-box .entry-bottom .entry_btn a span{
    margin-right: 10px;
  }
  .entry-box .entry-bottom .entry_btn .wantedly span{
    width: 40px;
  }
  .entry-box .entry-bottom .entry_btn .en-gage span{
    width: 50px;
  }
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-guide{
  padding: 50px 0 65px 0;
}
.contact-guide .form-grid{
  background: #FFFFFF;
  border-radius: 20px;
}
.contact-guide .form-grid .contentArea{
  width: 60%;
  padding: 40px 50px;
}
.contact-guide .form-grid .grid-ttl{
  text-align: left;
  margin-bottom: 30px;
}
.contact-guide .form-grid .grid-ttl h2{
  margin-top: 0;
  margin-bottom: 5px;
}
.contact-guide .form-grid .grid-ttl h2 span{
  font-size: 52px;
}
.contact-guide .form-grid .grid-ttl .roma{
  color: #248FC7;
  font-size: 24px;
  line-height: 1.25;
}
.contact-guide .form-grid .contentArea .text{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}
.contact-guide .form-grid .contentArea .note{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.contact-guide .form-grid .support-grid{
  margin-top: 80px;
}
.contact-guide .form-grid .support-grid h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 30px;
}
.contact-guide .form-grid .support-grid .bnr-list{
  column-gap: 18px;
  row-gap: 15px;
}
.contact-guide .form-grid .support-grid .bnr-list li{
  width: calc(25% - 14px);
}
.contact-guide .form-grid .formArea{
  background: #F2F2F2;
  width: 40%;
  border-radius: 0 20px 20px 0;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .contact-guide{
    padding: 5% 0 8% 0;
  }
  .contact-guide .form-grid{
    border-radius: 20px;
  }
  .contact-guide .form-grid .contentArea{
    width: 100%;
    padding: 8% 5%;
  }
  .contact-guide .form-grid .grid-ttl{
    text-align: left;
    margin-bottom: 5%;
  }
  .contact-guide .form-grid .grid-ttl h2{
    margin-bottom: 2%;
  }
  .contact-guide .form-grid .grid-ttl h2 span{
    font-size: 9vw;
  }
  .contact-guide .form-grid .grid-ttl .roma{
    font-size: 4.4vw;
  }
  .contact-guide .form-grid .contentArea .text{
    font-size: 4vw;
    margin-bottom: 3%;
  }
  .contact-guide .form-grid .contentArea .note{
    font-size: 3vw;
  }
  .contact-guide .form-grid .support-grid{
    margin-top: 15%;
  }
  .contact-guide .form-grid .support-grid h3{
    font-size: 4.8vw;
    margin-bottom: 5%;
  }
  .contact-guide .form-grid .support-grid .bnr-list{
    column-gap: 10px;
    row-gap: 10px;
  }
  .contact-guide .form-grid .support-grid .bnr-list li{
    width: calc(33.3333% - 7px);
  }
  .contact-guide .form-grid .formArea{
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 8% 5% 5% 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .contact-guide{
    padding: 30px 0 40px 0;
  }
  .contact-guide .form-grid .contentArea{
    padding: 30px 25px;
  }
  .contact-guide .form-grid .grid-ttl{
    text-align: left;
    margin-bottom: 20px;
  }
  .contact-guide .form-grid .grid-ttl h2{
    margin-bottom: 5px;
  }
  .contact-guide .form-grid .grid-ttl h2 span{
    font-size: 34px;
  }
  .contact-guide .form-grid .grid-ttl .roma{
    font-size: 20px;
  }
  .contact-guide .form-grid .contentArea .text{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-guide .form-grid .contentArea .note{
    font-size: 12px;
  }
  .contact-guide .form-grid .support-grid{
    margin-top: 60px;
  }
  .contact-guide .form-grid .support-grid h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-guide .form-grid .support-grid .bnr-list{
    column-gap: 10px;
    row-gap: 10px;
  }
  .contact-guide .form-grid .support-grid .bnr-list li{
    width: calc(33.3333% - 7px);
  }
  .contact-guide .form-grid .formArea{
    padding: 30px 20px;
  }
}
/**
/* もっと見る CSS
----------------------------------------------- */
.readMoreContainer{
  position: relative;
  height: auto;
  max-height: 316px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.readMoreContainer::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 10%, #FCFCFC 100%);
  pointer-events: none;
}
.readMoreContainer.show:after{
  z-index: -1;
  opacity: 0;
}
.readMoreBtn {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .readMoreContainer{
    max-height: 316px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .readMoreContainer{
    max-height: 316px;
  }
}
/**
/* フォーム CSS
----------------------------------------------- */
.form-box{
  background: #F2F2F2;
  border-radius: 10px;
}
.form-box dl{
  margin-bottom: 28px;
}
.form-box dl dt{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}
.form-box dl dt span{
  position: relative;
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  top: -2px;
}
.form-box dl dt .required{
  color: #248FC7;
}
.form-box dl dt .any{
  color: #BABABA;
}
.form-box dl dd ul li + li{
  margin-top: 10px;
}
.form-box .privacy-box{
  background: #FFFFFF;
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
}
.form-box .privacy-box h4{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 10px;
}
.form-box .privacy-box .text{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 10px;
}
.form-box .privacy-box dl{
  margin-bottom: 15px;
}
.form-box .privacy-box dl:last-child{
  margin-bottom: 0;
}
.form-box .privacy-box dl dt{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 5px;
}
.form-box .privacy-box dl dd{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.form-box .acceptance{
  margin-top: 20px;
}
.form-box .acceptance p{
  color: #101112;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
.form-box .acceptance p.check{
  font-size: 16px;
}
.form-box .acceptance p a{
  color: #248FC7;
  text-decoration: underline;
}
.form-box .acceptance .wpcf7-list-item{
  margin: 0;
}
/*　　完了　　*/
.thanks-guide h2{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 60px;
}
.thanks-guide p{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap{
  display: block;
}
@media only screen and (max-width: 767px) {
  .form-box dl{
    margin-bottom: 5%;
  }
  .form-box dl dt{
    font-size: 3.8vw;
    margin-bottom: 3%;
  }
  .form-box dl dt span{
    font-size: 3.2vw;
    margin-left: 3%;
    top: 0;
  }
  .form-box dl dd ul li + li{
    margin-top: 2%;
  }
  .form-box .privacy-box{
    padding: 5%;
    height: 50vw;
  }
  .form-box .privacy-box h4{
    font-size: 3.8vw;
    margin-bottom: 5%;
  }
  .form-box .privacy-box .text{
    font-size: 3.6vw;
    margin-bottom: 5%;
  }
  .form-box .privacy-box dl{
    margin-bottom: 5%;
  }
  .form-box .privacy-box dl dt{
    font-size: 3.4vw;
    margin-bottom: 5px;
  }
  .form-box .privacy-box dl dd{
    font-size: 3.4vw;
  }
  .form-box .acceptance{
    margin-top: 5%;
  }
  .form-box .acceptance p.check{
    font-size: 3.6vw;
    text-align: center;
  }
  .thanks-guide h2{
    font-size: 4.8vw;
    margin-bottom: 8%;
  }
  .thanks-guide p{
    font-size: 4vw;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .form-box dl{
    margin-bottom: 20px;
  }
  .form-box dl dt{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .form-box dl dt span{
    font-size: 12px;
    margin-left: 6px;
    top: -2px;
  }
  .form-box .privacy-box{
    padding: 15px 10px;
    height: 165px;
  }
  .form-box .privacy-box h4{
    font-size: 14px;
    margin-bottom: 6px;
  }
  .form-box .privacy-box .text{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .form-box .privacy-box dl{
    margin-bottom: 15px;
  }
  .form-box .privacy-box dl dt{
    font-size: 13px;
    margin-bottom: 5px;
  }
  .form-box .privacy-box dl dd{
    font-size: 13px;
  }
  .form-box .acceptance{
    margin-top: 15px;
  }
  .form-box .acceptance p.check{
    font-size: 14px;
  }
  .thanks-guide h2{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .thanks-guide p{
    font-size: 18px;
  }
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  border: none;
  background: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0.8em;
  border-radius: 5px;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
  color: #9F9F9F;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color: #9F9F9F;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color: #9F9F9F;
}
input[type=checkbox]{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28px;
  width: 28px;
  vertical-align: -0.8rem;
  transition:all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .3rem .5rem .3rem 0;
  outline: none;
  background: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #168CE3;
  transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
  left: 3px;
  top: 16px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
  right: 9px;
  bottom: 5px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}
input[type=checkbox]:checked:before {
  left: 3px;
  top: 16px;
  width: 10px;
  height: 2px;
}
input[type=checkbox]:checked:after {
  right: 9px;
  bottom: 5px;
  width: 2px;
  height: 15px;
}
input.s-text{
  width: calc(100% - 27px)
}
.form-box textarea{
  height: 135px;
  padding: 0.8em;
}
.submit_btn{
  text-align: center;
  margin-top: 34px;
}
.form-box .submit_btn input[type="submit"]{
  background: #111114;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  max-width: 390px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 3.4;
}
.form-box .wpcf7-spinner{
  display: block;
}
@media only screen and (max-width: 767px) {
  input[type="date"],
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  textarea,
  select{
    font-size: 3.6vw;
    height: 11vw;
  }
  input[type=checkbox]{
    height: 7vw;
    width: 7vw;
    margin: .3rem .5rem .3rem 0;
  }
  input[type=checkbox]:before {
    left: 3px;
    top: 4vw;
  }
  input[type=checkbox]:after {
    right: 2vw;
    bottom: 5px;
  }
  input[type=checkbox]:checked:before {
    left: 3px;
    top: 4vw;
    width: 2.6vw;
    height: 2px;
  }
  input[type=checkbox]:checked:after {
    right: 2vw;
    bottom: 5px;
    width: 2px;
    height: 3.6vw;
  }
  input.s-text{
    width: calc(100% - 7%);
  }
  .form-box textarea{
    height: 35vw;
  }
  .submit_btn{
    margin-top: 5%;
  }
  .form-box .submit_btn input[type="submit"]{
    width: 90%;
    max-width: inherit;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  input[type="date"],
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  textarea,
  select{
    font-size: 14px;
    height: 44px;
  }
  .submit_btn{
    margin-top: 20px;
  }
  .form-box .submit_btn input[type="submit"]{
    font-size: 16px;
  }
}
/**
/* プライバシーポリシー CSS
----------------------------------------------- */
.privacy-guide .entry h2{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 40px;
}
.privacy-guide .entry h3{
  border-left: 5px solid #248FC7;
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 15px;
}
.privacy-guide .entry p{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
.privacy-guide .entry p.center{
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .privacy-guide .entry h2{
    font-size: 4.8vw;
    margin-bottom: 5%;
  }
  .privacy-guide .entry h3{
    border-left: 3px solid #248FC7;
    font-size: 4vw;
    padding-left: 3%;
    margin-bottom: 3%;
  }
  .privacy-guide .entry p{
    font-size: 3.8vw;
    margin-bottom: 8%;
  }
  .privacy-guide .entry p.center{
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .privacy-guide .entry h2{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .privacy-guide .entry h3{
    border-left: 4px solid #248FC7;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .privacy-guide .entry p{
    font-size: 15px;
    margin-bottom: 40px;
  }
}
/**
/* エラーページ CSS
----------------------------------------------- */
.error-guide p{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.error-guide .error_url{
  padding: 30px 0;
}
.error-guide .block_btn{
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .error-guide p{
    font-size: 3.6vw;
  }
  .error-guide .error_url{
    padding: 5% 0;
  }
  .error-guide .block_btn{
    margin-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .error-guide p{
    font-size: 14px;
  }
  .error-guide .error_url{
    padding: 20px 0;
  }
  .error-guide .block_btn{
    margin-top: 40px;
  }
}


/**
/* 採用情報2025
----------------------------------------------- */
.recruit2025-wrap {
  .grid-ttl{
    position: relative;
    margin-bottom: 40px;
  }
  .grid-ttl h2{
    font-size: 25px;
    margin-top: 10px;
  }
  .grid-ttl .roma{
    color: #248FC7;
    font-size: 80px;
  }
  .message {
    .inner {
      position: relative;
      &::before,
      &::after{
        z-index: 0;
        content: "";
        display: inline-block;
        position: absolute;
      }
      &::before{
        background: url(../img/recruit2025/bg_img01.png) right center / cover no-repeat;
        top: -50px;
        left: -527px;
        width: 471px;
        height: 681px;
      }
      &::after{
        background: url(../img/recruit2025/bg_img02.png) left center / cover no-repeat;
        bottom: -200px;
        right: -350px;
        width: 485px;
        height: 746px;
      }
      .flex {
        position: relative;
        z-index: 2;
        gap: 50px;
        .txt {
          width: 600px;
          h3 {
            margin-bottom: 30px;
            font-size: 40px;
          }
          p {
            font-size: 20px;
          }
          .btm {
            margin-top: 30px;
            font-weight: bold;
            line-height: 35px;
            .p1 {
              font-size: 25px;
            }
            .p3 {
              font-size: 28px;
            }
          }
        }
        .img {
          width: 550px;
        }
      }
    }
  }

  .mvv {
    background: url(../img/recruit2025/bg01.png) center / cover no-repeat;
    .inner {
      .mvv-main {
        .wrap {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #68B1DA;
          padding-bottom: 40px;
          margin-top: 40px;
          &:first-child {
            margin-top: 0;
          }
          .h3 {
            display: inline-block;
            background: linear-gradient(90deg, #62ABD4 0%, #04316C 100%);
            /* background: -webkit-linear-gradient(-90deg, #0072b4 0%, #7bc0be 72%, #afebea 100%); */
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            padding-right: .1em;
            font-size: 80px;
            font-weight: 600;
            font-style: italic;
            line-height: 1;
          }
          .txt {
            width: calc(100% - 377px);
            padding-top: 30px;
            &.flex {
              gap: 4%;
            }
            p {
              font-size: 25px;
              font-weight: bold;
            }
            .mt1 {
              margin-top: 1em;
            }
            .box {
              width: 48%;
            }
            ul {
              margin-left: 1em;
              font-size: 16px;
              line-height: 2;
              li {
                text-indent: -1em;
                &::before {
                  content: "";
                  display: inline-block;
                  background: #248FC7;
                  width: .5em;
                  height: .5em;
                  margin-right: .5em;
                  border-radius: 100%;
                }
              }
            }
          }
        }
      }
    }
  }

  .organization {
    background: #E7ECF0;
    .inner {
      .main {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        .w1 {
          width: calc(50% - 16px);
        }
        .w2 {
          width: 100%;
        }
        .box p {
          margin-top: 1em;
          font-weight: 16;
          font-weight: 500;
        }
      }
    }
  }

  .company {
    .inner {
      .c-slider {
        width: 100%;
        margin-bottom: 30px;
        img {
          width: 100%;
          object-fit: cover;
        }
        .slick-arrow {
          z-index: 10;
          position: absolute;
          top: calc(50% - 24px);
          width: 48px;
          height: 48px;
          border: none;
          font-size: 0;
          cursor: pointer;
        }
        .slick-prev {
          left: 0;
          background: url(../img/recruit2025/slider_l.png) center / cover no-repeat;
        }
        .slick-next {
          right: 0;
          background: url(../img/recruit2025/slider_r.png) center / cover no-repeat;
        }
        .slick-dots {
          display: flex;
          justify-content:center;
          gap: 10px;
          position: absolute;
          bottom: -30px;
          width: 100%;
          li {
            button {
              height: 12px;
              width: 12px;
              border: none;
              border-radius: 100%;
              background: #707071;
              font-size: 0;
              cursor: pointer;
            }
            &.slick-active {
              button {
                background: #248FC7;
              }
            }
          }
        }
      }
    }
  }

  .member {
    background: linear-gradient(90deg, #DBE6EF 0%, #FDFEFF 100%);
    .inner {
      .main {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        .box {
          position: relative;
          width: calc((100% - 40px * 2)/3);
          background: #fff;
          img {
            width: 100%;
            aspect-ratio: 374/213;
          }
          .txt {
            padding: 30px 15px 80px;

            .p1 {
              font-size: 20px;
              font-weight: bold;
              color: #248FC7;
            }
            .p2 {
              margin: .5em 0;
              font-size: 18px;
              font-weight: bold;
            }
            .p3 {
              font-size: 16px;
            }

          }
          .tar {
            position: absolute;
            bottom: 30px;
            right: 15px;
          }
          .js-modal-btn {
            cursor: pointer;
            position: relative;
            border: 1px solid #248FC7;
            padding: .5em 2.5em .5em 2em;
            font-size: 14px;
            font-weight: bold;
            color: #248FC7;
            background: #fff;
            &::after {
              position: absolute;
              top: 50%;
              right: 0;
              display: block;
              content: "";
              width: 1.5em;
              border-top: 1px solid #248FC7;
            }
          }
        }
      }
    }
  }

  .evironment {
    .inner {
      .movie-list {
        display: flex;
        gap: 40px;
        video {
          width: calc(50% - 20px);
        }
      }
    }
    .img {
      width: 100%;
      margin-top: 50px;
    }
  }

  .entry {
    background: url(../img/recruit2025/bg02.png) top center / cover no-repeat;
    .inner {
      .tab-list {
        display: flex;
        background: #248FC7;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: 500;
        line-height: 70px;
        text-align: center;
        color: #fff;
        li {
          width: calc(100% / 3);
          cursor: pointer;
          &.active {
            background: #72C6F2;
            cursor: auto;
          }
        }
      }
      .content {
        display: none;
        border-bottom: 2px solid #1B3843;
      }
      .content.show {
        display: block;
      }
      h3 {
        margin-bottom: 30px;
        font-size: 25px;
        font-weight: bold;
        font-style: italic;
      }
      .acd-head {
        cursor: pointer;
        position: relative;
        padding: 15px 30px;
        border-top: 2px solid #1B3843;
        border-bottom: 0 solid #1B3843;
        font-weight: 500;
        .p1 {
          font-size: 16px;
        }
        .p2 {
          font-size: 24px;
        }
        &::before,
        &::after {
          position: absolute;
          right: 30px;
          top: 50%;
          content: "";
          display: block;
          width: 30px;
          height: 1px;
          background: #1B3843;
          border: 1px solid #1B3843;
        }
        &::after {
          transform: rotate(90deg);
        }

      }
      .acd-head.active {
        border-bottom: 2px solid #1B3843;
        &::after {
          display: none;
        }
      }
      .acd-head.active+.acd-table{
        display: block;
        margin: 30px;
      }
      .acd-table {
        display: none;
        margin: 0 30px;
        font-size: 20px;
        th,td {
          vertical-align: top;
        }
        th {
          position: relative;
          width: 225px;
          padding: 15px 0;
          padding-left: 25px;
          &::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 18px;
            height: 26px;
            width: 1px;
            background: #1B3843;
            border: 1px solid #1B3843;
          }
        }
        td {
          padding: 15px 0;
        }
        .note {
          margin-top: 1em;
          font-size: 16px;
          line-height: 1.8;
        }
        ul.note {
          margin-left: 1em;
          li {
            text-indent: -1em;
          }
        }
        span.note {
          display: block;
        }
      }
    }
    .entry-form {
      padding: 50px;
      margin-top: 100px;
      background: #fff;
      font-size: 15px;
      .center {
        margin-top: 15px;
        text-align: center;
        a {
          color: #168CE3;
          text-decoration: underline;
        }
        .check {
          margin-top: 1em;
        }
      }
      input[type="submit"] {
        background: #111114;
        border: none;
        width: 100%;
        max-width: 300px;
        margin-top: 30px;
        color: #fff;
        font-size: 23px;
        font-weight: bold;
        line-height: 3.4;
      }
    }
    .form {
      justify-items: center;
      .flex-td {
        display: flex;
        gap: 30px;
        width: 100%;
        .box {
          display: flex;
          align-items: center;
          width: 50%;
          input {
            margin-left: 10px;
          }
        }
      }
      th,td {
        padding: 20px 0;
      }
      th {
        width: 35%;
        font-weight: 500;
        span {
          margin-left: 10px;
          font-size: 14px;
          color: #168CE3;
        }
      }
      td {
        width: 65%;
      }
      input,select {
        background: #F7F7F7;
      }
    }

    .issyo {
      background: #248FC7;
      color: #fff;
      padding: 32px 0;
      margin-top: 100px;
      .inner {
        display: flex;
        justify-content: space-between;
        .l {
          display: flex;
          justify-content:center;
          align-items: center;
          width: 319px;
        }
        .r {
          width: 774px;
          h2 {
            font-size: 40px;
            margin-bottom: 10px;
          }
          .flex {
            gap: 20px;
          }
          p {
            font-size: 28px;
            font-weight: 500;
          }
        }
      }
    }
    .tiktok {
      height: 200px;
      position: relative;
      a {
        display: block;
        width: 224px;
        margin: auto;
        position: absolute;
        bottom: -40px;
        left: 0;
        right: 0;
      }
    }

  }


}





@media only screen and (max-width: 1000px) {

.recruit2025-wrap {
  .mvv {
    .inner {
      .mvv-main {
        .wrap {
          .txt {
            &.flex {
              flex-flow: column;
              gap: 20px;
            }
            .box {
              width: 100%;
            }
          }
        }
      }
    }
  }
}

}










@media only screen and (max-width: 767px) {

.recruit2025-wrap {
  .grid-ttl{
    margin-bottom: 8%;
  }
  .grid-ttl h2{
    font-size: 5vw;
    margin-top: -1vw;
  }
  .grid-ttl .roma{
    font-size: 12vw;
  }
  p {
    line-height: 1.8;
  }
  .message {
    .inner {
      &::before{
        top: -50px;
        left: -527px;
        width: 471px;
        height: 681px;
      }
      &::after{
        bottom: -200px;
        right: -350px;
        width: 485px;
        height: 746px;
      }
      .flex {
        flex-flow: column;
        gap: 8vw;
        .txt {
          width: 100%;
          h3 {
            margin-bottom: 5%;
            font-size: 6vw;
          }
          p {
            font-size: 4vw;
          }
          .btm {
            margin-top: 3%;
            line-height: 1.5;
            .p1 {
              font-size: 5vw;
            }
            .p3 {
              font-size: 6vw;
            }
          }
        }
        .img {
          width: 100%;
          img {
            width: 100%;
          }
        }
      }
    }
  }

  .mvv {
    .inner {
      .mvv-main {
        .wrap {
          flex-flow: column;
          padding-bottom: 4%;
          margin-top: 4%;
          .h3 {
            padding-right: 0;
            font-size: 10vw;
          }
          .txt {
            width: 100%;
            padding-top: 3%;
            &.flex {
              /* flex-flow: column; */
              gap: 4vw;
            }
            p {
              font-size: 5vw;
            }
            .mt1 {
              margin-top: 4vw;
            }
            .box {
              width: 100%;
            }
            ul {
              margin-left: 1.5em;
              font-size: 4vw;
            }
          }
        }
      }
    }
  }

  .organization {
    .inner {
      .main {
        gap: 3vw;
        .w1 {
          width: 100%;
        }
        .w2 {
          width: 100%;
        }
        .box p {
          margin-top: 1em;
        }
      }
    }
  }

  .company {
    .inner {
      .c-slider {
        margin-bottom: 5vw;
        .slick-arrow {
          top: calc(50% - 4vw);
          width: 8vw;
          height: 8vw;
        }
        .slick-dots {
          gap: 2vw;
          bottom: -4vw;
          li {
            button {
              height: 3vw;
              width: 3vw;
            }
          }
        }
      }
    }
  }

  .member {
    .inner {
      .main {
        gap: 10vw;
        .box {
          width: 100%;
          .txt {
            padding: 5vw 5vw 20vw;
            .p1 {
              font-size: 5vw;
            }
            .p2 {
              margin: 0;
              font-size: 5vw;
            }
            .p3 {
              font-size: 4vw;
            }
          }
          .tar {
            bottom: 5vw;
            right: 5vw;
          }
          .js-modal-btn {
            font-size: 4vw;
          }
        }
      }
    }
  }

  .evironment {
    .inner {
      .grid-ttl .roma {
        font-size: 9vw;
      }
      .movie-list {
        flex-flow: column;
        gap: 8vw;
        video {
          width: 100%;
        }
      }
    }
    .img {
      width: 100%;
      margin-top: 50px;
    }
  }

  .entry {
    .inner {
      .tab-list {
        margin-bottom: 5vw;
        font-size: 4vw;
        line-height: 10vw;
        li {
          width: calc(100% / 3);
        }
      }
      h3 {
        margin-bottom: 5vw;
        font-size: 5vw;
      }
      .acd-head {
        padding: 5vw 15vw 5vw 5vw;
        .p1 {
          font-size: 3.5vw;
        }
        .p2 {
          font-size: 5vw;
          line-height: 1.5;
        }
        &::before,
        &::after {
          right: 5vw;
          width: 8vw;
        }
      }
      .acd-head.active+.acd-table{
        margin: 5vw 0 0;
      }
      .acd-table {
        width: 100%;
        margin: 0;
        font-size: 4vw;
        th,td {
          display: block;
          width: 100%;
        }
        th {
          padding: 3vw 0 0 3vw;
            font-size: 5vw;
          &::before {
            top: 4vw;
            height: 5vw;
          }
        }
        td {
          padding: 2vw 0 5vw;
        }
        .note {
          margin-top: 1em;
          font-size: 3.5vw;
        }
      }
    }
    .entry-form {
      padding: 5vw;
      margin-top: 15vw;
      font-size: 4vw;
      .center {
        margin-top: 5vw;
        .check {
          margin-top: 1em;
        }
      }
      input[type="submit"] {
        margin-top: 10vw;
        font-size: 5vw;
        line-height: 3;
      }
    }
    .form {
      .flex-td {
        gap: 5vw;
        width: 100%;
        .box {
          width: 50%;
          input {
            margin-left: 10px;
          }
        }
      }
      th,td {
        display: block;
        width: 100%;
        padding: 5vw 0;
      }
      th {
        padding-bottom: 0;
        span {
          margin-left: 3vw;
          font-size: 3.5vw;
        }
      }
    }

    .issyo {
      padding: 10vw 0;
      margin-top: 10vw;
      .inner {
        flex-flow: column;
        gap: 8vw;
        .l {
          width: 100%;
          img {
            width: 20vw;
          }
        }
        .r {
          width: 100%;
          h2 {
            font-size: 6.25vw;
            margin-bottom: 5vw;
          }
          .flex {
            flex-flow: column;
            gap: 5vw;
            margin-bottom: 5vw;
          }
          p {
            font-size: 5vw;
          }
        }
      }
    }
    .tiktok {
      height: auto;
      padding-bottom: 5vw;
      a {
        position: relative;
        width: 50vw;
      }
    }

  }


}









}
