  /* mvのフォント */
  .shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
  }
  
  /* グリッドを解除 */

  .about-grid.wp-block-snow-monkey-blocks-grid {
    grid-template-columns: 1fr;
  }

  .grid-contents-reverse-left {
    order: 1; /*1番目*/
  }

  .grid-contents-reverse-right {
    order: 2; /*2番目*/
  }



  /* セクション区切りの吹き出し */

.speech-bubble {
  position: relative;
}

.speech-bubble::after {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #0ABAB5;
  border-top: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX( -50%);
}



/* スライドの矢印調整 */
.spider__arrow[data-direction=prev]:before {
  border-bottom: 2px solid var(--spider--arrow-color);
  border-left: 2px solid var(--spider--arrow-color);
  left: calc(10%);
  top: calc(50% - var(--spider--arrow-size) / 2);
}

.spider__arrow[data-direction=next]:before {
  border-right: 2px solid var(--spider--arrow-color);
  border-top: 2px solid var(--spider--arrow-color);
  bottom: calc(50% - var(--spider--arrow-size) / 2);
  right: calc(10%);
  transform: rotate(45deg);
}

/* スライドの高さ調整 */

.smb-spider-contents-slider>.spider>.spider__canvas:where(:not([style*="padding:"]))>.spider__slide {
  border: #0ABAB5 1px solid !important;
  border-radius: 5px;
}



/* 記事のシャドウ */

.c-entries--panel .c-entries__item>a {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}


/* 会社概要テーブルの装飾 */

.table-style .c-row {
  border-bottom: 1px solid #0ABAB5;
  margin-top: 30px;
}

.smb-information:not([data-sm-split-column=true]) .smb-information__item__label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.smb-information:not([data-sm-split-column=true]) .smb-information__item__body {
  padding-top: 0 !important;
  padding-bottom: 4px !important;
}

/* スラーダーの矢印のカスタマイズ */
.smb-spider-slider {
  --spider--arrow-color: #0ABAB5;
}

/* コピーライト */

.l-footer--footer-2 {
  background-color: #deefee;
}

.l-footer--footer-2 .l-footer__footer {
  background-color: #deefee;
}

.l-footer .c-copyright {
  color: #333;
}

.l-footer--footer-2 .l-footer__body {
  border-top: 1px solid #ffffff;
}

/* FAQの設定 */

.smb-faq {
  border: none;
}
/* Qマーク */
.smb-faq__item__question__label {
  color: #ffffff;
  margin-top: -10px;
  margin-right: 20px;
}

/* Aマーク */
.smb-faq__item__answer__label {
  color: #0ABAB5;
  margin-top: -10px;
  margin-right: 20px;
}

/* 質問文 */
.smb-faq__item__question {
  align-items: center;
  border: #ffffff 1px solid;
  padding: 12px 30px 7px 30px;
  margin-bottom: 0;
  margin-top: 0;
}

/* 回答文 */
.smb-faq__item__answer {
  align-items: center;
  background: #ffffff;
  color: #333;
  padding: 12px 30px 7px 30px;
  margin-top: 0;
  margin-bottom: 0;
}

/* プライスの項目左揃え */

#price li {
  display: inline-block;
  text-align: left;
}

.smb-pricing-table__item>ul>li {
  border-bottom: none;
}

.smb-pricing-table__item>ul {
    border-bottom: 1px solid var(--smb-pricing-table--border-color);
}


/* メインビジュアルLINE装飾 */

.mv-line-light {
  position: relative;
}

.mv-line-light::after {
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 0;
  left: 6vw;
}

.mv-line-light::before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 10vw;
  z-index: 1;
}

/* コンテンツLINE装飾 */

.content-line-light {
  position: relative;
}

.content-line-light::after {
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 0;
  right: 5vw;
}

.content-line-light::before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 8vw;
  z-index: 1;
}


/* ベージュライン */

.content-line-beige {
  position: relative;
}

.content-line-beige::after {
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(230, 230, 220, 1) 0%, rgba(230, 230, 220, 0.2) 50%, rgba(230, 230, 220, 1) 100%);
  position: absolute;
  top: 0;
  right: 5vw;
}

.content-line-beige::before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(230, 230, 220, 0) 70%, rgba(230, 230, 220, 1) 100%);
  position: absolute;
  top: 8vw;
  z-index: 1;
}

/* ブルーライン */

.content-line-blue {
  position: relative;
}

.content-line-blue::after {
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(90, 211, 213, 1) 0%, rgba(90, 211, 213, 0.2) 50%, rgba(90, 211, 213, 1) 100%);
  position: absolute;
  top: 0;
  right: 5vw;
}

.content-line-blue::before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(90, 211, 213, 0) 70%, rgba(90, 211, 213, 1) 100%);
  position: absolute;
  top: 8vw;
  z-index: 1;
}

/* ニュースらいん */

.news-line {
  position: relative;
}

.news-line::after {
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, rgba(90, 211, 213, 1) 0%, rgba(90, 211, 213, 0.2) 50%, rgba(90, 211, 213, 1) 100%);
  position: absolute;
  top: 0;
  left: 5vw;
}

.news-line::before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(90, 211, 213, 1) 0%, rgba(90, 211, 213, 0) 30%);
  position: absolute;
  top: 8vw;
  z-index: 1;
}

/* aboutLINE装飾 */

.art-line-blue {
  position: relative;
}

.art-line-blue::after {
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(222, 239, 238, 1) 0%, rgba(222, 239, 238, 1) 100%);
  position: absolute;
  top: 0;
  right: 10%;
}

.art-line-blue-left {
  position: relative;
}

.art-line-blue-left::after {
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(222, 239, 238, 1) 0%, rgba(222, 239, 238, 1) 100%);
  position: absolute;
  top: 0;
  left: 10%;
}



/* ボタン装飾 */

.btn-shadow {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.22);
}


.contact-btn-shadow .smb-btn {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.22);
}


/* 流れる文字 */

/*------- 画像文字が流れる -------*/
.float-text {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.float-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url(img/float-text.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 1170px 70px;
  animation: flow-font01 60s linear infinite;
  z-index: 3;
}
@keyframes flow-font01 {
  0%   { background-position: 0 0;}
  100% { background-position: -1170px 0;}
}
@media screen and (max-width: 768px) {

.float-text::after {
  height: 70px;
}
@keyframes flow-font01 {
  0%   { background-position: 0 0;}
  100% { background-position: -1170px 0;}
}
}

/* フロートボタン */

.l-front-page-widget-area {
  width: 90px;
  height: 90px;
  background: #0ABAB5;
  border-radius: 110px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 10;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}

.l-front-page-widget-area:hover {
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  transform: scale(1.1);
}

.l-front-page-widget-area div {
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
}

.l-front-page-widget-area a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding-top: 11px;
}

.l-front-page-widget-area a span {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.l-front-page-widget-area a img {
  width: 50%;
}

.l-front-page-widget-area a::before {
  content: url(img/circle-text.svg);
  width: 120px;
  height: 120px;
  position: absolute;
  top: -15px;
  left: -15px;
  animation:30s linear infinite rotation1;
  opacity: 0.5;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}



/* グリッド画像の余白 */

.art-line-blue img {
  margin: 60px 0;
}

.art-line-blue-left img {
  margin: 60px 0;
}

@media screen and (min-width: 640px) {
  /* ここに640px以上の範囲のスタイルを記述 */
  /* 640~1023pxが適用範囲 */


  /* メインビジュアルLINE装飾 */

.mv-line-light::after {
  left: 8vw;
}

.mv-line-light::before {
  top: 8vw;
}


/* フロートボタン */

.l-front-page-widget-area {
  width: 100px;
  height: 100px;
  background: #0ABAB5;
  border-radius: 110px;
  position: fixed;
  bottom: 70px;
  right: 40px;
  z-index: 10;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}

.l-front-page-widget-area:hover {
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  transform: scale(1.1);
}

.l-front-page-widget-area div {
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
}

.l-front-page-widget-area a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding-top: 18px;
}

.l-front-page-widget-area a span {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}

.l-front-page-widget-area a img {
  width: 50%;
}

.l-front-page-widget-area a::before {
  content: url(img/circle-text.svg);
  width: 140px;
  height: 140px;
  position: absolute;
  top: -20px;
  left: -20px;
  animation:30s linear infinite rotation1;
  opacity: 0.5;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}



}


@media screen and (min-width: 1024px) {
  /* ここに1024px以上の範囲のスタイルを記述 */
  /* 1024~1279pxが適用範囲 */

/* グローバルナビゲーションの設定 */

.l-center-header .c-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-center-header[data-has-global-nav=true] .l-center-header__row:first-child {
  /* ロゴの余白とる */
  margin-bottom: 0;
  margin-top: 0;
}

.p-drop-nav .c-container {
  display: block;
}

  /* グリッドを適用 */

.about-grid.wp-block-snow-monkey-blocks-grid {
    grid-template-columns: 3fr 2fr;
  }

.about-grid.wp-block-snow-monkey-blocks-grid-reverse {
    grid-template-columns: 2fr 3fr;
  }

    /* グリッドの順番を変更 */
.grid-contents-reverse-left {
      order: inherit;
    }
  
.grid-contents-reverse-right {
      order: inherit;
    }

/* メインビジュアルLINE装飾 */

.mv-line-light::after {
  left: 8vw;
}

.mv-line-light::before {
  top: 10%;
}


/* imgを真ん中に */
.art-line-blue .smb-box__background {
  height: 100%;
}
.art-line-blue .smb-box__body {
  height: 100%;
}

.art-line-blue .smb-box__body figure {
  height: 100%;
}

.art-line-blue img {
  display: block;
  position: relative;
  height: 300px;
  top: 50%;
  transform: translateY( -50%);
  margin: 0 0;
}

.art-line-blue-left .smb-box__background {
  height: 100%;
}
.art-line-blue-left .smb-box__body {
  height: 100%;
}

.art-line-blue-left .smb-box__body figure {
  height: 100%;
}

.art-line-blue-left img {
  display: block;
  position: relative;
  height: 300px;
  top: 50%;
  transform: translateY( -50%);
  margin: 0 0;
}


}



@media screen and (min-width: 1280px) {
  /* ここに1280px以上の範囲のスタイルを記述 */
  /* 1280~が適用範囲 */




}