@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/* 反転*/
/*----------------------------------------------------
文字幅が指定幅を超えたときに「...」を表示する
----------------------------------------------------*/
/*----------------------------------------------------
ホバーで画像拡大。下記例。li要素にの中に下記のように入れる
----------------------------------------------------*/
/* 
  <li>
    <a href="./about">
      <div class="imageArea">
        <img src="asset/images/home/contents_about_sp.jpg" alt="" class="change">
      </div>                
    </a>
  </li>
*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
icon回転
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
中央から下線 

//・HTML 基本、下記で統一
//<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//・HTML 基本、下記で統一
//<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 右矢印付き 「▶︎」*/
/* ボタン矢印あり 「 ---\ 」*/
/* ボタン 「く」の字型*/
/* '+' ありボタン */
/* hoverするとブワッとかわる */
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/* 反転*/
/*----------------------------------------------------
文字幅が指定幅を超えたときに「...」を表示する
----------------------------------------------------*/
/*----------------------------------------------------
ホバーで画像拡大。下記例。li要素にの中に下記のように入れる
----------------------------------------------------*/
/* 
  <li>
    <a href="./about">
      <div class="imageArea">
        <img src="asset/images/home/contents_about_sp.jpg" alt="" class="change">
      </div>                
    </a>
  </li>
*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
icon回転
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
中央から下線 

//・HTML 基本、下記で統一
//<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//・HTML 基本、下記で統一
//<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 右矢印付き 「▶︎」*/
/* ボタン矢印あり 「 ---\ 」*/
/* ボタン 「く」の字型*/
/* '+' ありボタン */
/* hoverするとブワッとかわる */
/*----------------------------------------------------
フェードイン
----------------------------------------------------*/
/*----------------------------------------------------
上下左右に消える
----------------------------------------------------*/
/* 下にスッと消える*/
/* 上にスッと消える*/
/*----------------------------------------------------
上下左右から表示
----------------------------------------------------*/
/* 上から下にフワッと出てくる */
/* 下から上にフワッと出てくる */
/* 左から右にスッと出てくる*/
/* 右から左にスッと出てくる*/
/*----------------------------------------------------
bgが左右から流れ、その後、テキストが表示される。

.bg_fromLeft_toRight {
 @include bg_fromLeft_toRight;
}

html構成
<div class=" target">
  <span>
    <img src="<?php echo get_template_directory_uri(); ?>/assets/images/top/introduction/catch.png" alt="写真も、動画も。無限の可能性を撮る">
  </span>
</div>
----------------------------------------------------*/
/* 左から右に流れる */
/* 右から左に流れる */
/*----------------------------------------------------
ふわふわ 動き続ける
----------------------------------------------------*/
/* 上下にふわふわ */
#slick06 {
  padding: 40px 30px 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 183, 201)), to(rgb(0, 203, 170)));
  background: linear-gradient(90deg, rgb(0, 183, 201) 0%, rgb(0, 203, 170) 100%);
  /* 751- */
  /*戻る、次へ矢印の位置*/
  /* slick-theme.cssの設定を消す。消さないと矢印が出てくる */
  /*ドットナビゲーションの設定*/
}
@media all and (min-width: 751px) {
  #slick06 {
    padding: 110px 70px 163px;
  }
}
@media all and (min-width: 1400px) {
  #slick06 {
    padding: 110px 0px 163px;
  }
  #slick06 .slider .item {
    width: 1040px;
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
}
#slick06 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slick06 .slick-slide {
  height: auto !important;
}
#slick06 .sliderWrap {
  max-width: 1040px;
  margin: 0 auto;
}
@media all and (min-width: 1400px) {
  #slick06 .sliderWrap {
    max-width: initial;
  }
}
#slick06 .slider .item {
  background: #fff;
  /* -750 */
}
@media all and (max-width: 751px) {
  #slick06 .slider .item {
    margin: 0 20px;
  }
}
#slick06 .slider h3 {
  text-align: center;
  margin-bottom: 20px;
}
#slick06 .slick-center img:hover {
  -webkit-transform: initial;
          transform: initial;
}
#slick06 .sBox {
  padding: 59px 21px 30px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .sBox {
    padding: 55px 47px 77px;
  }
}
#slick06 .sBox.one::before {
  content: "";
  position: absolute;
  background: url("../images/common/number/one.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 99px;
  height: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .sBox.one::before {
    content: "";
    position: absolute;
    background: url("../images/common/number/one.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 95px;
    height: 69px;
    top: 38px;
  }
}
#slick06 .sBox.two::before {
  content: "";
  position: absolute;
  background: url("../images/common/number/two.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 117px;
  height: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .sBox.two::before {
    content: "";
    position: absolute;
    background: url("../images/common/number/two.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 69px;
    top: 38px;
  }
}
#slick06 .sBox.three::before {
  content: "";
  position: absolute;
  background: url("../images/common/number/three.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .sBox.three::before {
    content: "";
    position: absolute;
    background: url("../images/common/number/three.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 69px;
    top: 38px;
  }
}
#slick06 .sBox.four::before {
  content: "";
  position: absolute;
  background: url("../images/common/number/four.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 117px;
  height: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .sBox.four::before {
    content: "";
    position: absolute;
    background: url("../images/common/number/four.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 69px;
    top: 38px;
  }
}
#slick06 .title {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .title {
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1.478;
  }
}
#slick06 .text {
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 2.461;
  margin-bottom: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .text {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.285;
    max-width: 730px;
    margin: 0 auto 47px;
  }
}
#slick06 .imgArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 10px 48%;
  grid-template-columns: 48% 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #slick06 .imgArea .img_item {
    width: 23.02%;
  }
}
#slick06 .slick-prev,
#slick06 .slick-next {
  position: absolute;
  z-index: 6;
  top: 48%;
  cursor: pointer;
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 3px solid white;
  border-right: 3px solid white;
  height: 17px;
  width: 17px;
}
#slick06 .slick-prev {
  left: -20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .slick-prev {
    left: -40px;
  }
}
@media all and (min-width: 1400px) {
  #slick06 .slick-prev {
    left: 250px;
  }
}
#slick06 .slick-next {
  right: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  #slick06 .slick-next {
    right: -40px;
  }
}
@media all and (min-width: 1400px) {
  #slick06 .slick-next {
    right: 250px;
  }
}
#slick06 .slick-prev::before,
#slick06 .slick-next::before {
  font-family: initial;
  content: "";
  font-size: 0px;
  opacity: initial;
}
#slick06 .slick-dots {
  text-align: center;
  bottom: -40px;
  /* 751- */
}
#slick06 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#slick06 .slick-dots li button {
  /*ドットボタンのサイズ*/
  width: 1px;
  height: 1px;
  color: transparent;
  outline: none;
  display: block;
  background: initial;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#slick06 .slick-dots li button::before {
  /* デフォルトで表示される縁を消す */
  content: "";
}
#slick06 .slick-dots li:hover button {
  background-color: white;
}
#slick06 .slick-dots li.slick-active button {
  /*ドットボタンの現在地表示の色*/
}
#slick06 .slick-dots li.slick-active button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
}
@media all and (min-width: 751px) {
  #slick06 .slick-dots {
    bottom: -47px;
  }
}
/*# sourceMappingURL=js_slick.css.map */