@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.m-spcdisp-b{
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  box-sizing: unset;
  background: #e4e4e4;
}

.m-spcdisp-ttl{
  font-size: 22px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.m-spcdisp-desc{
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 1em 0 0 0;
}

.m-spcdisp-link{
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 1em 0 0 0;
  
}

.m-spcdisp-link a{
  text-decoration: underline;
  text-underline-offset: 6px;
}

.m-spcdisp-link a:hover{
  text-decoration: none;
}

.m-spcdisp-s{
  margin: 40px 0 0 0 ;
}

.m-spcdisp-box-tn{
  max-width: 150px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333;
}

.m-spcdisp-box-tn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 150 / 150;
}

.m-spcdisp-box-h{
  margin: 14px 0 0 0;
}

.m-spcdisp-box-jobname{
  font-size: 14px;
  text-align: center;
  color: #333;
}

.m-spcdisp-box-name{
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.m-spcdisp-box-desc{
  font-size: 13px;
  color: #333;
  margin: 14px 0 0 0;
}

.m-spcdisp .splide__arrow{
  width: 50px;
  height: 50px;
  background: #fff;
}

.m-spcdisp .splide__arrow::before{
  width: 13px;
  height: 12px;
  content: "";
  background: url(/cp/wp-content/themes/swell_child/images/i-next-g.svg) no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .2s;
}

.m-spcdisp .splide__arrow svg{
  opacity: 0;
}

.m-spcdisp .splide__arrow--next{
  right: 11%;
}

.m-spcdisp .splide__arrow--prev{
  left:11%;
}

.m-spcdisp .splide__arrow--prev::before{
  transform: rotate(180deg);
}

.m-spcdisp .m-serialization-more a{
  background: #fff;
}

@media screen and (max-width: 768px){

  .m-spcdisp-b{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px;
    position: relative;
    box-sizing: unset;
    background: #e4e4e4;
    overflow: hidden;
  }
  
  .m-spcdisp-ttl{
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  
  .m-spcdisp-desc{
    font-size: 14px;
    text-align: left;
    color: #333;
    margin: 1em 0 0 0;
  }
  
  .m-spcdisp-link{
    font-size: 14px;
    text-align: center;
    color: #333;
    margin: 1em 0 0 0;
    
  }
  
  .m-spcdisp-link a{
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  
  .m-spcdisp-link a:hover{
    text-decoration: none;
  }
  
  .m-spcdisp-s{
    margin: 40px -16px 0 -16px;
  }
  
  .m-spcdisp-box-tn{
    max-width: 130px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333;
  }
  
  .m-spcdisp-box-tn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 130 / 130;
  }
  
  .m-spcdisp-box-h{
    margin: 14px 0 0 0;
  }
  
  .m-spcdisp-box-jobname{
    font-size: 12px;
    text-align: center;
    color: #333;
  }
  
  .m-spcdisp-box-name{
    font-size: 14px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  
  .m-spcdisp-box-desc{
    font-size: 11px;
    color: #333;
    margin: 14px 0 0 0;
  }
  
  .m-spcdisp .splide__arrow{
    width: 30px;
    height: 30px;
    background: #fff;
  }
  
  .m-spcdisp .splide__arrow::before{
    width: 13px;
    height: 12px;
    content: "";
    background: url(/cp/wp-content/themes/swell_child/images/i-next-g.svg) no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
  }
  
  .m-spcdisp .splide__arrow svg{
    opacity: 0;
  }
  
  .m-spcdisp .splide__arrow--next{
    right: 5%;
  }
  
  .m-spcdisp .splide__arrow--prev{
    left:5%;
  }
  
  .m-spcdisp .splide__arrow--prev::before{
    transform: rotate(180deg);
  }
  
}