@charset "UTF-8";
/* =========================================== */
/* 定義 */
/* =========================================== */
/* =========================================== */
/* 共通設定 */
/* =========================================== */
html {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
  }
}

body {
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.base {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-100 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-100-i {
  width: 100%;
  padding: 0px 50px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
@media (max-width: 768px) {
  .base-100-i {
    padding: 0px 20px;
  }
}

.base-sub {
  width: 100%;
  max-width: 960px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  p {
    line-height: 1.8;
  }
}

a {
  color: #333333;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

.wrp-block {
  margin: 120px 0;
  position: relative;
  min-height: 86px;
}
@media (max-width: 768px) {
  .wrp-block {
    margin: 60px 0;
  }
}

/* =========================================== */
/* 共通クラス */
/* =========================================== */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
}
#page_top:hover {
  background: #666666;
}
@media (max-width: 768px) {
  #page_top {
    display: none !important;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.is-fixed {
  position: fixed !important;
  right: 0px !important;
  top: 100px !important;
}

.hover:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}

.bgimg {
  background-position: center center;
  background-size: cover;
}

.pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.wrp-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrp-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================== */
/* テキストホバー */
/* =========================================== */
/* ライン */
.line-hover {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 0 0 5px 0;
}
.line-hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: 0.3s;
}
.line-hover:hover::after {
  width: 100%;
}

.line-hover02 {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 0 0 5px 0;
}
.line-hover02::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: 0.3s;
  opacity: 0;
}
.line-hover02:hover::after {
  opacity: 1;
  bottom: 0;
}

/* =========================================== */
/* フェードイン */
/* =========================================== */
.fadein-bottom {
  transform: translateY(20px);
}

.fadein-top {
  transform: translateY(-20px);
}

.fadein-right {
  transform: translateX(20px);
}

.fadein-left {
  transform: translateX(-20px);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.isPlay {
  opacity: 1;
  transform: translate(0);
}

/* =========================================== */
/* マスクアニメーション */
/* =========================================== */
.maskimg {
  overflow: hidden;
  position: relative;
}
.maskimg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: 0.5s;
  z-index: 1;
  left: 0;
  top: 0;
}
.maskimg.gr:before {
  background: #f6f5f6;
}
.maskimg.blue01:before {
  background: #022948;
}
.maskimg.blue02:before {
  background: #121e31;
}

.maskimg03 {
  overflow: hidden;
  position: relative;
}
.maskimg03:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: 1;
  left: 0;
  top: 0;
}

.isPlay-left:before {
  transform: translate(100%, 0);
}

.isPlay-right:before {
  transform: translate(-100%, 0);
}

.isPlay-top:before {
  transform: translate(0, 100%);
}

.isPlay-bottom:before {
  transform: translate(0, -100%);
}

/* =========================================== */
/* タブ切り替え */
/* =========================================== */
.panel-group .panel {
  display: none;
}
.panel-group .panel.is-show {
  display: block;
  animation: appear 0.5s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================== */
/* パンクズ */
/* =========================================== */
.pan {
  padding: 10px 0 10px 0;
  line-height: 1.3;
  text-align: right;
}
.pan li {
  padding-right: 10px;
  color: #595959;
  display: inline-block;
}
.pan li:last-child a:after {
  content: none;
}
.pan li a {
  color: #595959;
  font-size: 14px;
}
.pan li a:hover {
  opacity: 0.6;
}
.pan li a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-left: 10px;
}

/* =========================================== */
/* ページャ       */
/* =========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px 13px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  mix-blend-mode: darken;
}
.pagination span.first,
.pagination a.first {
  display: none;
}
.pagination span.last,
.pagination a.last {
  display: none;
}
.pagination span i,
.pagination a i {
  font-size: 1.7em;
}

/* ページ番号 */
.pagination .pager {
  display: inline;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border: 1px solid #707070;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
.pagination a.first {
  display: inline;
}

/* 最後へ */
.pagination a.last {
  display: inline;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* ===============================================
    scroll
=============================================== */
@keyframes scroll-bar {
  0% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  95% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top left;
    transform: scaleY(0);
  }
}
/* =============================================================================================== */
/* WPクラシックテキストエディター */
/* =============================================================================================== */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}/*# sourceMappingURL=cmn.css.map */