@charset "UTF-8";
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
img, picture {
  display: block;
  width: 100%;
}
iframe{
  border: none;
}
.tab_br {
  display: none;
}

@media (max-width: 750px) {
  .tab_br {
    display: block;
  }
}
.sp_br {
  display: none;
}
@media (max-width: 560px) {
  .sp_br {
    display: block;
  }
}
.pc_br {
  display: block;
}
@media (max-width: 750px) {
  .pc_br {
    display: none;
  }
}
html {
  font-size: 1.0rem;
  font-family: "HiraKakuStd-W7","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.025em;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

html body img {
  vertical-align: top;
}
/* # =================================================================
     # header
     # ================================================================= */
#header{z-index:9999;position: relative;top: 0px; left: 0px;}
.header_inner{background: #fff;width:90vw;max-width:750px;margin:0 auto;padding:10px;display:flex;flex-flow:row;align-items:center;justify-content:space-between}
.header_heading{width:20%;max-width:168px;margin:0 auto 0 0}
.header_text{padding:0 1rem;font-size:1rem;font-weight:700;text-align:right}
.header_text .sp{display:block}.header__button{}.header__button img{width: 350px;}
.header_button a{transition:all 0.2s ease-in-out;text-align:center;display:flex;align-items:center;justify-content:center}
.header_button a:hover{opacity:.7}

@media screen and (max-width: 768px){
.header_inner{width:98vw;margin-top:1vw;padding:1.2vw 0}
.header_heading{width:20vw;max-width:none}
.header_text{padding:0;line-height:1.3;font-size:3vw;text-align:left}
.sp{display:none;}
.header_button{width:50vw;max-width:none}
.header_button img{width: 90%;}
}
html body main {
  /*mainvisual*/
  /*intro*/
  /*recommend*/
  /*contact*/
  background: #fff;
}
html body main .mainvisual {
  position: relative;
  /*flaot_Imgs*/
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
html body main .complain {
  width: 100%;
  margin: 0 auto;
}
html body main .complain img {
  max-width: 100%;
}
html body main .intro {
    background-size: 100%;
}
html body main .intro .intro_inner{
}
html body main .intro .intro_inner .section_ttl{
  text-align: center;
  padding-top: 50px;
}
html body main .intro .intro_inner .section_ttl img{
  width: 635px;
}
html body main .intro .intro_inner .bottom img{
  width: 100%;
  margin-top: 20px;
}
html body main .intro h2 img{
  width: 100%;
}
html body main .intro .section_ttl {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  html body main .intro .intro_inner{

  }
  html body main .intro .section_ttl {
    margin-bottom: 0;
    padding-top: 20px;
  }
  html body main .intro .intro_inner .section_ttl img{
    width: 100%;
  }
  html body main .intro .intro_inner .bottom img{
    width: 100%;
    margin-top: 10px;
}
}
html body main .intro .slider_zone .slider_inner {
  padding: 5px 0 32px 0;
}

@media (max-width: 750px) {
  html body main .intro .slider_zone .slider_inner {
    padding: 3vw 0;
  }
}

html body main .intro .slider_zone .slider_inner .slick-arrow {
  display: none !important;
}

html body main .intro .slider_zone .slider_inner .slider_card {
  width: 625px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 750px) {
  html body main .intro .slider_zone .slider_inner .slider_card {
    margin-right: 2.67vw;
    margin-left: 2.67vw;
    margin-top: 2.67vw;
    margin-bottom: 2.67vw;
  }
}
html body main .intro .slider_zone .slider_inner .slider_card .work_place_image {

  width: 100%;

  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}

@media (max-width: 750px) {
  html body main .intro .slider_zone .slider_inner .slider_card .work_place_image {
    width: 100%
    margin-right: 35px;
  }
}

@media (max-width: 560px) {
  html body main .intro .slider_zone .slider_inner .slider_card .text-flex .work_place_image {
    margin-right: 15px;
  }
}

html body main .intro .slider_zone .slider_inner .slick-dots li {
  width: 30px;
}

@media (max-width: 750px) {
  html body main .intro .slider_zone .slider_inner .slick-dots li {
    width: 4vw;
  }
}

html body main .intro .slider_zone .slider_inner .slick-dots li button::before {
  font-size: 20px;
  color: #bababa;
  opacity: 1;
}

@media (max-width: 750px) {
  html body main .intro .slider_zone .slider_inner .slick-dots li button::before {
    font-size: 5.33vw;
  }
}

html body main .intro .slider_zone .slider_inner .slick-dots .slick-active button::before {
  color: #54aa6e;
}
html body .fixedbtn_inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 15px 0;
  display: none;
  /*cta_btn*/
}

@media (max-width: 750px) {
  html body .fixedbtn_inner {
    padding: 2vw 0;
  }
}

html body .fixedbtn_inner .fixed_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;

  -webkit-animation-name: updown;
          animation-name: updown;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* &:hover{
            box-shadow: none;
            transform: translateY(5px);
        }*/
}

html body .fixedbtn_inner .fixed_btn img {
  width: 350px;
}

@media (max-width: 750px) {
  html body .fixedbtn_inner {
    padding: 0;
  }
  html body .fixedbtn_inner .fixed_btn a {
    padding: 0;
    height: 80px;
  }
  html body .fixedbtn_inner .fixed_btn img {
    width: 90%;
  }
}
