@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//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>
----------------------------------------------------*/
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//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>
----------------------------------------------------*/
/*----------------------------------------------------
フェードイン
----------------------------------------------------*/
/*----------------------------------------------------
上下左右に消える
----------------------------------------------------*/
/* 下にスッと消える*/
/* 上にスッと消える*/
/*----------------------------------------------------
上下左右から表示
----------------------------------------------------*/
/* 下から上にフワッと出てくる */
/* 上から下にフワッと出てくる */
/* 左から右にスッと出てくる*/
/* 右から左にスッと出てくる*/
/*----------------------------------------------------
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>
----------------------------------------------------*/
/* 左から右に流れる */
/* 右から左に流れる */
/*----------------------------------------------------
ふわふわ 動き続ける
----------------------------------------------------*/
/* 上下にふわふわ */
/* ホバーすると上にテキストが透明になって、下から出てくる */
@-webkit-keyframes textMove {
  0% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textMove {
  0% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* くるくる回り続ける */
@-webkit-keyframes fadeUpAnimeCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fadeUpAnimeCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.secTitle span {
  display: block;
}
.secTitle .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #6DA3EF;
  /* 751- */
}
@media all and (min-width: 751px) {
  .secTitle .en {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
.secTitle .jp {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  .secTitle .jp {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.5667;
  }
}

main {
  background: url(../images/top/bg_pc.png), white;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
  background: url(../images/common/mesh_bg.png), #dcedf2;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
#mv .slider {
  overflow: auto;
  padding-bottom: 69px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .slider {
    padding-bottom: 70px;
  }
}
#mv .slider li {
  position: relative;
}
#mv .slick-dots {
  text-align: center;
  margin: 5px 0 0 0;
  position: absolute;
  bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .slick-dots {
    bottom: 25px;
  }
}
#mv .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#mv .slick-dots li button {
  /*ドットボタンのサイズ*/
  width: 1px;
  height: 1px;
  color: transparent;
  outline: none;
  display: block;
  border-radius: 50%;
  /*ドットボタンの色*/
  background: initial;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mv .slick-dots li button::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mv .slick-dots li:hover {
  color: #2662B4;
}
#mv .slick-dots li:hover button:before {
  color: #2662B4;
}
#mv .slick-dots li.slick-active button {
  /*ドットボタンの現在地表示の色*/
}
#mv .slick-dots li.slick-active button::before {
  color: #2662B4;
  opacity: 1;
}

.mv {
  position: relative;
  padding-top: 300px;
  background: url(../images/top/mv/mv_bg_sp.png), url(../images/common/mesh_bg.png), #dcedf2;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 90%, cover;
  background-position: 50% 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv {
    background: url(../images/top/mv/mv_bg_pc.png), #dcedf2;
    background-repeat: no-repeat;
    background-size: contain, cover;
    padding-top: 200px;
  }
}
@media all and (min-width: 1052px) {
  .mv {
    padding-top: 330px;
  }
}
.mv .mv_main {
  overflow: hidden;
  /* -750 */
}
@media all and (max-width: 751px) {
  .mv .mv_main {
    margin: 0 auto;
    width: 100%;
  }
}
.mv .mv_main {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_main {
    margin: 0 auto;
    padding: 0 73px;
    max-width: 1220px;
  }
}
@media all and (min-width: 1250px) {
  .mv .mv_main {
    padding: 0;
  }
}
.mv .mv_main .mv_image {
  width: 100%;
  height: 100%;
}
.mv .mv_main .mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.084/1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_main .mv_image img {
    aspect-ratio: 2.027/1;
  }
}
.mv .banner {
  position: absolute;
  z-index: 5;
  bottom: 22px;
  background-color: #2562B3;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* -750 */
}
@media all and (max-width: 751px) {
  .mv .banner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 375px) {
  .mv .banner {
    width: 320px;
  }
}
.mv .banner {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .banner {
    right: 100px;
    bottom: 30px;
    width: 280px;
  }
}
@media all and (min-width: 1000px) {
  .mv .banner {
    width: 330px;
  }
}
@media all and (min-width: 1250px) {
  .mv .banner {
    right: 30px;
    width: 420px;
  }
}
.mv .banner a {
  padding: 15px 26px 15px 20px;
  display: block;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .banner a {
    padding: 6.9% 6.4% 6.9% 7.4%;
  }
}
.mv .banner a::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/mv/banner_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .banner a::after {
    width: 25px;
    height: 25px;
    right: 26px;
  }
}
.mv .banner a span {
  display: inline-block;
}
.mv .banner a .btn_ttl {
  padding-bottom: 6px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.12em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .banner a .btn_ttl {
    padding-bottom: 3.2%;
    font-size: min(2.2vw, 30px);
  }
}
.mv .banner a .btn_about {
  font-size: 12px;
  letter-spacing: 0.15em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .banner a .btn_about {
    font-size: min(1.25vw, 17px);
  }
}
@media (hover: hover) {
  .mv .banner:hover {
    scale: 1.05;
  }
}
.mv .mv_cont {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100px;
}
.mv .mv_inner {
  position: relative;
  width: 100%;
  padding: 0 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_inner {
    padding: 0 133px;
  }
}
@media all and (min-width: 1250px) {
  .mv .mv_inner {
    padding: 0;
    margin: 0 auto;
    max-width: 1220px;
  }
}
.mv .slider-title {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .slider-title {
    margin-left: -55px;
  }
}
@media all and (min-width: 1250px) {
  .mv .slider-title {
    margin-left: 0px;
  }
}
.mv .mv_title {
  margin-top: 120px;
  font-weight: 900;
  color: #1C2A42;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_title {
    margin: 100px 0 0 -60px;
  }
}
@media all and (min-width: 1052px) {
  .mv .mv_title {
    margin: 170px 0 0 -60px;
  }
}
@media all and (min-width: 1250px) {
  .mv .mv_title {
    left: 0px;
    margin-left: 0;
  }
}
.mv .mv_title .slideshow_title {
  margin-bottom: 10px;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right, #1C2A42 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_title .slideshow_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: min(1.62vw, 22px);
  }
}
.mv .mv_title .catchphrase {
  font-size: 24px;
  line-height: 1.44;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_title .catchphrase {
    font-size: min(36px, 2.64vw);
    line-height: 1.5;
  }
}
.mv .mv_title.smile {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_title.smile img {
    width: 78%;
    max-width: 512px;
  }
}
@media all and (min-width: 1052px) {
  .mv .mv_title.smile img {
    max-width: 612px;
  }
}
.mv .mv_title.online {
  /* -750 */
}
@media all and (max-width: 751px) {
  .mv .mv_title.online {
    max-width: 295px;
  }
}
.mv .mv_title.online {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_title.online img {
    width: 78%;
    max-width: 512px;
  }
}
@media all and (min-width: 1052px) {
  .mv .mv_title.online img {
    max-width: 612px;
  }
}
.mv .mv_title.about {
  /* -750 */
}
@media all and (max-width: 751px) {
  .mv .mv_title.about {
    max-width: 345px;
  }
}
.mv .mv_title.about {
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_title.about img {
    width: 78%;
    max-width: 512px;
  }
}
@media all and (min-width: 1052px) {
  .mv .mv_title.about img {
    max-width: 612px;
  }
}
.mv .mv_sns {
  display: none;
}
@media all and (min-width: 1052px) {
  .mv .mv_sns {
    display: block;
    position: absolute;
    right: 55px;
    top: 290px;
  }
  .mv .mv_sns::before {
    content: "CHECK";
    position: absolute;
    color: #2662B4;
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.6667;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    top: 0;
    left: -60px;
  }
  .mv .mv_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .mv .mv_sns a {
    display: inline-block;
    position: relative;
  }
  .mv .mv_sns a.line img {
    width: 21px;
    height: 21px;
  }
  .mv .mv_sns a.x img {
    width: 20px;
    height: 20px;
  }
  .mv .mv_sns a.facebook img {
    width: 20px;
    height: 20px;
  }
  .mv .mv_sns a.instagram img {
    width: 20px;
    height: 20px;
  }
  .mv .mv_sns a img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .mv .mv_sns a:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@media all and (min-width: 1250px) {
  .mv .mv_sns {
    right: calc(50% - 600px);
  }
}

/*----------------------------------------------------
NEWS
----------------------------------------------------*/
#news {
  background-color: #fff;
  padding: 50px 0 107px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news {
    padding: 70px 0 80px;
  }
}
#news .covid {
  display: block;
  max-width: 810px;
  text-align: center;
  border: 1px solid #2662B4;
  color: #2662B4;
  font-weight: 500;
  padding: 10px;
  margin: 0 auto 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .covid:hover {
    background-color: #2662B4;
    color: #fff;
  }
}
#news .wrap {
  /* -750 */
}
@media all and (max-width: 751px) {
  #news .wrap {
    padding-bottom: 10px;
  }
}
@media all and (min-width: 933px) {
  #news .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.636% 94px 74.545%;
    grid-template-columns: 16.636% 74.545%;
    -webkit-column-gap: 94px;
       -moz-column-gap: 94px;
            column-gap: 94px;
  }
  #news .wrap .titleArea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 751px) and (max-width: 932px) {
  #news .wrap {
    margin-bottom: 20px;
  }
}
#news .titleArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .titleArea {
    width: 183px;
  }
}
#news .lt_item {
  border-top: 2px dotted #DDDDDD;
}
#news .lt_item:last-child {
  border-bottom: 2px dotted #DDDDDD;
}
#news .lt_item a {
  display: -ms-grid;
  display: grid;
  padding: 20px 30px 20px 0;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 13px;
  -ms-grid-columns: 36px 15px 1fr;
  grid-template-columns: 36px 1fr;
  position: relative;
}
#news .lt_item a .date {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#news .lt_item a::after, #news .lt_item a::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news .lt_item a::before {
  content: "";
  position: absolute;
  display: block;
  background: #2662B4;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  right: 13px;
}
#news .lt_item a::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent white;
  border-width: 3px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news .lt_item a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .lt_item a {
    padding: 17px 0;
    -ms-grid-columns: 6.3% 15.243% 1fr;
    grid-template-columns: 6.3% 15.243% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #news .lt_item a .date {
    grid-row: initial;
  }
  #news .lt_item a .title {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  #news .lt_item a .title span {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #news .lt_item a .title span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2662B4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #news .lt_item a:hover {
    padding-left: 20px;
  }
  #news .lt_item a:hover::before {
    right: 0px;
  }
  #news .lt_item a:hover::after {
    right: 1px;
  }
  #news .lt_item a:hover .title span::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
@media screen and (min-width: 751px) and (max-width: 1077px) {
  #news .lt_item a {
    -ms-grid-columns: 6.3% 23.243% 1fr;
    grid-template-columns: 6.3% 23.243% 1fr;
  }
}
#news .lt_item a {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #news .lt_item a .title {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#news .cat_area .cat span {
  background-color: #DCEEF2;
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .cat_area .cat span {
    padding: 3px 15px;
    font-size: 13px;
  }
}
#news .day {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.6667;
  display: inline-block;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .day {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#news .year {
  display: block;
  margin-top: -7px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .year {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#news .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .title {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#news .catList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 932px) {
  #news .catList {
    margin-top: 30px;
  }
}
#news .catList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .catList ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 10px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
#news .catList li a {
  color: rgba(52, 55, 59, 0.5);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .catList li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2662B4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #news .catList li a:hover {
    color: #2662B4;
  }
  #news .catList li a:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#news .catList li.current {
  position: relative;
}
#news .catList li.current::before {
  content: "";
  position: absolute;
  display: block;
  background: #2662B4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 8px;
  left: -10px;
}
#news .catList li.current a {
  color: #2662B4;
}
@media all and (max-width: 932px) {
  #news .btn {
    position: absolute;
    bottom: -70px;
    right: 15px;
  }
}
@media all and (min-width: 933px) {
  #news .btn {
    margin-top: 230px;
    width: 183px;
  }
}

/*----------------------------------------------------
Local
----------------------------------------------------*/
#local {
  background: #fff;
  padding: 40px 0px 60px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #local::after {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 43%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
#local .loca_inner {
  position: relative;
  z-index: 1;
}
#local .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #local .title_area {
    gap: 40px;
  }
}
#local .title_area {
  /* -750 */
}
@media all and (max-width: 751px) {
  #local .title_area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#local .title_area::after {
  content: "Local";
  position: absolute;
  text-transform: uppercase;
  color: #F7F7F7;
  right: 0;
  font-size: 80px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  #local .title_area::after {
    top: 0;
    right: -10%;
    font-size: 180px;
  }
}
#local .title_area::after {
  /* -750 */
}
@media all and (max-width: 751px) {
  #local .title_area::after {
    bottom: -30px;
  }
}
#local .secTitle_wrap {
  position: relative;
  z-index: 2;
}
#local .secTitle {
  padding: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#local .secTitle .en {
  text-transform: uppercase;
}
#local .secTitle .jp {
  font-size: 22px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #local .secTitle .jp {
    font-size: 40px;
  }
}
#local .catch {
  position: relative;
  z-index: 2;
  line-height: 1.8;
  /* -750 */
}
@media all and (max-width: 751px) {
  #local .catch {
    display: none;
  }
}
#local .local_chara {
  z-index: 3;
  width: 65px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #local .local_chara {
    width: 107px;
  }
}
#local .local_chara {
  /* -750 */
}
@media all and (max-width: 751px) {
  #local .local_chara {
    right: 10px;
    top: 25px;
  }
}
#local .local_link {
  position: relative;
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #local .local_link {
    margin-top: auto;
  }
}
#local .local_link {
  /* -750 */
}
@media all and (max-width: 751px) {
  #local .local_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px 0 0 auto;
  }
}

/*----------------------------------------------------
コンセプト
----------------------------------------------------*/
#concept {
  background: url(../images/top/bg_pc.png), white;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept {
    padding: 100px 0;
  }
}
#concept .container {
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .container {
    position: relative;
  }
}
#concept .container::before {
  /* -750 */
}
@media all and (max-width: 751px) {
  #concept .container::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/concept.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 83px;
    height: 55px;
    right: 20px;
  }
}
#concept .container::before {
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .container::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/concept.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 105px;
    height: 71px;
    left: 350px;
    top: 0px;
  }
}
#concept .secTitle {
  margin-bottom: 21px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .secTitle {
    margin-bottom: 30px;
  }
}
#concept .lt li {
  /* -750 */
}
@media all and (max-width: 751px) {
  #concept .lt li {
    margin-bottom: 30px;
  }
}
#concept .lt li .titleArea::before {
  top: 0;
  left: 0;
}
#concept .lt li:nth-of-type(1) .titleArea::before {
  content: "";
  position: absolute;
  background: url("../images/top/concept/one.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 171px;
}
#concept .lt li:nth-of-type(2) .titleArea::before {
  content: "";
  position: absolute;
  background: url("../images/top/concept/two.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 171px;
}
#concept .lt li:nth-of-type(3) .titleArea::before {
  content: "";
  position: absolute;
  background: url("../images/top/concept/three.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 171px;
}
#concept .lt li:nth-of-type(4) .titleArea::before {
  content: "";
  position: absolute;
  background: url("../images/top/concept/four.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 171px;
}
#concept .lt li:nth-of-type(5) .titleArea::before {
  content: "";
  position: absolute;
  background: url("../images/top/concept/five.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 171px;
}
#concept .lt li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .lt li:nth-of-type(1) .titleArea::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/one.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 171px;
  }
  #concept .lt li:nth-of-type(2) .titleArea::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/two.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 171px;
  }
  #concept .lt li:nth-of-type(3) .titleArea::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/three.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 171px;
  }
  #concept .lt li:nth-of-type(4) .titleArea::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/four.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 171px;
  }
  #concept .lt li:nth-of-type(5) .titleArea::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/five.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 171px;
  }
}
#concept .lt {
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
    row-gap: 40px;
  }
  #concept .lt li {
    width: 342px;
  }
}
#concept .titleArea {
  background-color: #2662B4;
  position: relative;
  padding: 29px 21px;
}
#concept .titleArea .liTitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.812;
  color: white;
  font-weight: bold;
}
#concept .titleArea .liTitle span {
  color: #F0AF34;
}
#concept .titleArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .titleArea {
    padding: 30px 25px;
  }
  #concept .titleArea .liTitle {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.812;
  }
}
#concept .textArea {
  background-color: #fff;
  padding: 25px 21px;
  border: 3px solid #2662B4;
  position: relative;
}
#concept .textArea::before {
  content: "";
  position: absolute;
  background: url("../images/top/concept/home.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 78px;
  right: 20px;
  bottom: 12px;
  z-index: 0;
  opacity: 0.15;
}
#concept .textArea p {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2.285;
}
#concept .textArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #concept .textArea {
    padding: 25px 25px;
    height: 299px;
  }
  #concept .textArea::before {
    content: "";
    position: absolute;
    background: url("../images/top/concept/home.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 153px;
    height: 133px;
    right: 17px;
    bottom: 12px;
    z-index: 0;
    opacity: 0.15;
  }
  #concept .textArea p {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2;
  }
}

/*----------------------------------------------------
バナー
----------------------------------------------------*/
#banner {
  background: url(../images/common/mesh_bg.png), #EAEAEA;
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 40px 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #banner {
    padding: 70px 0 83px;
  }
}
#banner .lt {
  margin: 0 auto;
  max-width: 400px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #banner .lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    max-width: 1100px;
  }
}
#banner li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #banner li a {
    overflow: hidden;
  }
  #banner li a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #banner li a:hover img {
    scale: 1.05;
    opacity: 0.8;
  }
}

/*----------------------------------------------------
賃貸売買
----------------------------------------------------*/
#rentSale {
  background: url(../images/top/bg_pc.png), white;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale {
    padding-top: 100px;
  }
}
#rentSale .container {
  padding-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .container {
    position: relative;
    padding-bottom: 112px;
  }
}
#rentSale .container.rent::before {
  /* -750 */
}
@media all and (max-width: 751px) {
  #rentSale .container.rent::before {
    content: "";
    position: absolute;
    background: url("../images/top/rentsale/icon_chintai.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 80px;
    right: 20px;
  }
}
#rentSale .container.rent::before {
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .container.rent::before {
    content: "";
    position: absolute;
    background: url("../images/top/rentsale/icon_chintai.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 144px;
    height: 100px;
    left: 170px;
    top: 10px;
  }
}
#rentSale .container.sale::before {
  /* -750 */
}
@media all and (max-width: 751px) {
  #rentSale .container.sale::before {
    content: "";
    position: absolute;
    background: url("../images/top/rentsale/icon_sale.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 97px;
    height: 90px;
    right: 20px;
  }
}
#rentSale .container.sale::before {
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .container.sale::before {
    content: "";
    position: absolute;
    background: url("../images/top/rentsale/icon_sale.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 112px;
    left: 170px;
    top: 10px;
  }
}
#rentSale .container {
  /* 売買物件 */
}
#rentSale .container.sale .secTitle .en {
  color: #F09830;
}
#rentSale .container.sale .btnArea .btn {
  background: #F09830;
  border: 1px solid #F09830;
}
#rentSale .container.sale .btnArea .btn::after {
  border-color: transparent transparent transparent #F09830;
}
@media (hover: hover) {
  #rentSale .container.sale .btnArea .btn:hover {
    background: #fff;
    color: #F09830;
  }
  #rentSale .container.sale .btnArea .btn:hover::before {
    background: #F09830;
  }
  #rentSale .container.sale .btnArea .btn:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}
#rentSale .container.sale .row span {
  background-color: #ECE5D2;
  color: #34373B;
}
#rentSale .secTitle {
  margin-bottom: 21px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .secTitle {
    margin-bottom: 30px;
  }
}
#rentSale .imgArea {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#rentSale .imgArea img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#rentSale .imgArea .property {
  position: absolute;
  z-index: 2;
  color: white;
  padding: 1px 13px;
  bottom: 10px;
  right: 10px;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
#rentSale .imgArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .imgArea img {
    height: 400px;
  }
  #rentSale .imgArea a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#rentSale .name {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
#rentSale .name span {
  position: relative;
  color: #34373B;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#rentSale .name span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #34373B;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#rentSale .name span {
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .name span:hover {
    opacity: 0.8;
  }
  #rentSale .name span:hover::after {
    left: 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); /* x軸方向に縮小で0にして消えてるように見せる */
    width: 0%;
  }
}
#rentSale .name span::after {
  bottom: 0px;
}
#rentSale .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#rentSale .row .title {
  width: 100px;
  color: white;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.6667;
}
#rentSale .row .title span {
  display: inline-block;
  padding: 2px 7px 3px;
  background-color: #2662B4;
  border-radius: 12px;
}
#rentSale .row .title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .row .title {
    width: 120px;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#rentSale .row .contents {
  width: 73.333%;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.714;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .row .contents {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.714;
  }
}
#rentSale .btnArea {
  text-align: right;
  /* -750 */
}
@media all and (max-width: 751px) {
  #rentSale .btnArea {
    margin-top: 40px;
  }
}
#rentSale .btnArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .btnArea {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
#rentSale .box {
  margin-bottom: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box {
    margin-bottom: 74px;
  }
  #rentSale .box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #rentSale .box .wrap .text {
    width: 55.365%;
    margin-left: 30px;
  }
}
#rentSale .box.asset .title::before {
  content: "";
  position: absolute;
  background: url("../images/top/service/asset.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 49px;
  top: -10px;
  left: -65px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box.asset .title::before {
    top: -20px;
    left: -120px;
    content: "";
    position: absolute;
    background: url("../images/top/service/asset.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 71px;
    height: 67px;
  }
}
#rentSale .box.asset .title::before {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #rentSale .box.asset .title::before {
    content: "";
    position: absolute;
    background: url("../images/top/service/asset.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 107px;
    left: -140px;
  }
}
#rentSale .box .imageArea {
  /* -750 */
}
@media all and (max-width: 751px) {
  #rentSale .box .imageArea {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#rentSale .box .textArea {
  border: 1px solid #2662B4;
  background-color: #fff;
  padding: 31px 22px 31px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: -29px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box .textArea {
    padding: 41px 40px 55px;
    position: relative;
    z-index: 2;
    margin: -45px auto 0;
    max-width: 94.545%;
  }
}
#rentSale .box .textArea .flex {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #rentSale .box .textArea .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #rentSale .box .textArea .flex .title {
    width: 22%;
  }
  #rentSale .box .textArea .flex .conts {
    width: 72%;
  }
}
#rentSale .box .textArea .title {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 68px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box .textArea .title {
    margin-left: 140px;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.6667;
  }
}
#rentSale .box .textArea .text {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box .textArea .text {
    margin-bottom: 44px;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 2;
  }
}
#rentSale .box .textArea .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box .textArea .btnarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 530px;
    margin: 0 auto;
  }
}
#rentSale .box .textArea .btnarea .btn {
  margin-bottom: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #rentSale .box .textArea .btnarea .btn {
    margin-bottom: 20px;
  }
}

.slider_wrap .slider {
  position: relative;
  z-index: 2;
}
.slider_wrap .slider .item {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
.slider_wrap {
  /*戻る、次へ矢印の位置*/
}
.slider_wrap .slick-prev,
.slider_wrap .slick-next {
  /*クリックをしたら出てくる枠線を消す*/
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 28%;
  height: 30px;
  width: 30px;
  border: 1px #212A3E solid;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider_wrap .slick-prev::before,
.slider_wrap .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider_wrap .slick-prev,
.slider_wrap .slick-next {
  /* 751- */
}
@media all and (min-width: 751px) {
  .slider_wrap .slick-prev,
  .slider_wrap .slick-next {
    height: 60px;
    width: 60px;
  }
  .slider_wrap .slick-prev::before,
  .slider_wrap .slick-next::before {
    border-width: 6px 11px;
  }
  .slider_wrap .slick-prev:hover,
  .slider_wrap .slick-next:hover {
    background-color: #212A3E;
  }
}
.slider_wrap .slick-prev {
  left: -1%;
  z-index: 6;
}
.slider_wrap .slick-prev::before {
  left: calc(50% - 5px);
  border-color: transparent #1C2A42 transparent transparent;
}
.slider_wrap .slick-prev {
  /* 751- */
}
@media all and (min-width: 751px) {
  .slider_wrap .slick-prev::before {
    left: calc(50% - 8px);
  }
  .slider_wrap .slick-prev:hover::before {
    border-color: transparent white transparent transparent;
    left: calc(50% - 12px);
  }
}
.slider_wrap .slick-next {
  right: -1%;
}
.slider_wrap .slick-next::before {
  left: calc(50% + 5px);
  border-color: transparent transparent transparent #1C2A42;
}
.slider_wrap .slick-next {
  /* 751- */
}
@media all and (min-width: 751px) {
  .slider_wrap .slick-next::before {
    left: calc(50% + 8px);
  }
  .slider_wrap .slick-next:hover::before {
    border-color: transparent transparent transparent white;
    left: calc(50% + 12px);
  }
}
.slider_wrap .slick-prev::before,
.slider_wrap .slick-next::before {
  font-size: 0;
}

/*----------------------------------------------------
アクセス
----------------------------------------------------*/
#access {
  padding: 57px 0 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #access {
    padding: 65px 0 100px;
  }
}
#access .wrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 53.818% 41%;
    grid-template-columns: 53.818% 41%;
    margin-bottom: 100px;
  }
  #access .wrap .mapArea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
#access .wrap {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #access .wrap {
    -ms-grid-columns: 63.818% 31%;
    grid-template-columns: 63.818% 31%;
  }
}
#access .mapArea {
  margin: 37px 0 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .mapArea {
    margin: 0;
  }
}
#access .explain {
  /* -750 */
}
@media all and (max-width: 751px) {
  #access .explain {
    margin-bottom: 51px;
  }
}
#access .lt li {
  border-top: 2px dotted #8EA3BE;
  padding: 20px 0;
}
#access .lt li:last-child {
  border-bottom: 2px dotted #8EA3BE;
}
#access .lt .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.285;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-left: 1.5em;
  position: relative;
  margin-bottom: 5px;
}
#access .lt .title::before {
  content: "";
  position: absolute;
  display: block;
  background: #8EA3BE;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
}
#access .lt .title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .lt .title {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 2.285;
  }
  #access .lt .title::before {
    content: "";
    position: absolute;
    display: block;
    background: #6DA3EF;
    width: 15px;
    height: 15px;
  }
}
#access .lt p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .lt p {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
#access .gMap {
  text-align: right;
  margin-top: 30px;
  margin-right: 35px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.6667;
}
#access .gMap a {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .gMap a {
    color: #2662B4;
  }
  #access .gMap a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #2662B4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  #access .gMap a:hover::after {
    width: 100%; /*横幅を伸ばす*/
    opacity: 1; /*不透明に*/
  }
}
#access .gMap a span {
  position: relative;
  color: #2662B4;
}
#access .gMap a span::after {
  content: "";
  position: absolute;
  background: url("../images/top/access/icon_gmap.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  right: -35px;
}
#access .gMap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .gMap {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
#access .contactBtn {
  background: #2662B4;
  text-align: center;
  padding: 17px 13px 25px;
  display: inline-block;
  color: white;
  width: 100%;
  position: relative;
  border: 2px solid #2662B4;
}
#access .contactBtn::after, #access .contactBtn::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#access .contactBtn::before {
  content: "";
  position: absolute;
  display: block;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 20px;
}
#access .contactBtn::after {
  content: "";
  position: absolute;
  right: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #2662B4;
  border-width: 4px 6px;
}
#access .contactBtn span {
  position: relative;
  display: block;
}
#access .contactBtn .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #6DA3EF;
  margin-bottom: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .contactBtn .en {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
}
#access .contactBtn .jp {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .contactBtn .jp {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
#access .contactBtn {
  /* 751- */
}
@media all and (min-width: 751px) {
  #access .contactBtn {
    padding: 36px 50px 45px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #access .contactBtn::before {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    right: 51px;
    content: "";
    position: absolute;
    display: block;
    background: white;
    width: 26px;
    height: 26px;
  }
  #access .contactBtn::after {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    right: 51px;
    border-width: 4px 8px;
  }
  #access .contactBtn:hover {
    color: #2662B4;
    background-color: #fff;
  }
  #access .contactBtn:hover::before {
    background: #2662B4;
    right: 30px;
  }
  #access .contactBtn:hover::after {
    right: 30px;
    border-color: transparent transparent transparent white;
  }
}
/*# sourceMappingURL=top.css.map */