@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- base :アンカーリンク/コンテンツ幅　他
- color :色変数
- fadein :フェードイン
- header :ヘッダー
- footer :フッター
- ttl :見出し
- cmn_btn :共通ボタン
- page_ttl_sec :ページタイトル
- pankuzu :パンくず
- 共通リンク
- mv_sec
- Splide プログレスバー
- Splide 矢印
- Splide ページネーション
- ページャー
- side_nav
- photo_sec
- cmn_img_hov
- group_sec
- mb :汎用_下マージン調整
- マウスストーカー
---------------------- */
/*========================
 241217追記
 ※1月リニューアル時systemの「.subpage」class削除
========================*/
.subpage #pankuzu02 {
  margin: 25px auto 0;
}

.subpage .page_ttl_sec {
  padding: 70px 0 90px;
}

#contents.subpage {
  padding: 0 !important;
  padding-bottom: 200px !important;
}

@media only screen and (max-width: 768px) {
  .subpage .page_ttl_sec {
    padding: 120px 0 90px;
  }
  #contents.subpage {
    margin-bottom: 100px;
  }
}
/*=======================================
　base
=======================================*/
body {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--main_black);
  font-weight: 400;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*アンカーリンク*/
.anchor {
  padding-top: 170px;
  margin-top: -170px;
  display: block;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/*コンテンツ幅*/
.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

/* PCではTELのリンク無効 */
@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#contents {
  background: #fff;
}

/*=======================================
　color
=======================================*/
:root {
  --main_black: #1C1C1C;
  --sub_black01: #303030;
  --sub_gray01: #EAEAEA;
  --sub_gray02: #D2D2D2;
}

/*=======================================
　fadein
=======================================*/
/* ページ全体をふわっと表示 */
body {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease 0.55s forwards;
          animation: fadeIn 0.8s ease 0.55s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.fade-in.is-show {
  opacity: 1;
}

/* 下から表示 */
.fadeIn_up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*左から表示*/
.fadeIn_left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*右から表示*/
.fadeIn_right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*=======================================
　header
=======================================*/
header {
  width: 100%;
  height: 85px;
  z-index: 11;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  /* ハンバーガーメニューボタン */
  /* ハンバーガーメニュー中身 */
  /* スクロールによるheaderのクラス付与 */
}
@media screen and (max-width: 768px) {
  header {
    height: 75.56px;
  }
}
header .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
header .flex_area .hd_logo {
  max-width: 166.99px;
  width: 10.436875%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  header .flex_area .hd_logo {
    width: 124.27px;
    margin-left: 5%;
    z-index: 1;
  }
}
header .flex_area .hd_logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(0%) hue-rotate(127deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(0%) hue-rotate(127deg) brightness(100%) contrast(103%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  header .flex_area .hd_logo.color_on img {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(95%);
  }
}
header .flex_area .nav_hidden {
  display: none;
  height: 100%;
  margin-right: 110px;
}
@media screen and (max-width: 768px) {
  header .flex_area .nav_hidden {
    display: none;
  }
}
header .flex_area .nav_hidden ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 2.6875vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (min-width: 1600px) {
  header .flex_area .nav_hidden ul {
    gap: 0 43px;
  }
}
header .flex_area .nav_hidden ul li {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .flex_area .nav_hidden ul li a {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .openbtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 35px;
  height: 10px;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .openbtn {
    right: 5%;
  }
}
header .openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 2px;
  background: #fff;
}
header .openbtn span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
header .openbtn span:nth-of-type(2) {
  top: calc(100% - 1px);
  width: 22px;
}
header .openbtn.active span {
  background: var(--main_black);
}
header .openbtn.active span:nth-of-type(1) {
  top: 8px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
header .openbtn.active span:nth-of-type(2) {
  top: 8px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 100%;
}
header .g_nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 941px;
  max-height: 94.49vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: all 1.2s cubic-bezier(0.115, 1.14, 0.588, 0.98);
  transition: all 1.2s cubic-bezier(0.115, 1.14, 0.588, 0.98);
  display: block;
  backdrop-filter: blur(35px);
  background: rgba(248, 248, 248, 0.3607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (max-height: 770px) {
  header .g_nav {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  header .g_nav {
    width: 100%;
    height: 100vh;
    max-height: inherit;
  }
}
header .g_nav.panelactive {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header .g_nav .g_nav_inn {
  max-width: 681px;
  width: 90%;
  margin: 0 auto;
  padding: 113px 0 25px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn {
    padding: 94.9px 0 80px;
  }
}
header .g_nav .g_nav_inn .cmn_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 51px 8.5%;
  margin-bottom: 73.4px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav {
    margin-bottom: 30px;
    gap: 14px 0;
  }
}
header .g_nav .g_nav_inn .cmn_nav a {
  font-family: "Outfit", sans-serif;
}
header .g_nav .g_nav_inn .cmn_nav > ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav > ul {
    width: 100%;
  }
}
header .g_nav .g_nav_inn .cmn_nav .equal-width {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 19px 9.1%;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav .equal-width {
    gap: 14px 0;
  }
}
header .g_nav .g_nav_inn .cmn_nav .equal-width li {
  width: 121.25px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav .equal-width li {
    width: 50%;
  }
}
header .g_nav .g_nav_inn .cmn_nav ul .main > a {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.541;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav ul .main > a {
    font-size: 25px;
  }
}
header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content {
  margin-top: 20px;
}
header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content ul {
  gap: 2px 0;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content ul {
    gap: 9px 0;
  }
}
header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content ul .sub a {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.714;
  position: relative;
  padding-left: 19px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content ul .sub a {
    font-size: 13px;
  }
}
header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content ul .sub a::before {
  width: calc(100% - 19px);
  right: 0;
  left: auto;
}
header .g_nav .g_nav_inn .cmn_nav ul .main .aco_content ul .sub a::after {
  content: "";
  width: 9px;
  height: 1px;
  display: inline-block;
  background: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
header .g_nav .g_nav_inn .cmn_nav ul .main_sma a {
  font-size: 16px;
}
header .g_nav .g_nav_inn .contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .contact_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29px 0;
    margin: 0 auto 23.8px;
  }
}
header .g_nav .g_nav_inn .contact_area .btn_item {
  width: 47.24%;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .contact_area .btn_item {
    width: 100%;
  }
}
header .g_nav .g_nav_inn .contact_area .btn_item .cmn_btn03 {
  width: 100%;
  height: 65.63px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .contact_area .btn_item .cmn_btn03 {
    height: 62.62px;
  }
}
header .g_nav .g_nav_inn .contact_area .btn_item .notes {
  font-size: 12px;
  line-height: 1.583;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .contact_area .btn_item .notes {
    font-size: 13px;
    line-height: 1.846;
  }
}
header .g_nav .g_nav_inn .btm_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .btm_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
}
header .g_nav .g_nav_inn .btm_area .txt_link_area {
  margin-bottom: 0;
}
header .g_nav .g_nav_inn .btm_area .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12.5px;
}
header .g_nav .g_nav_inn .btm_area .sns_area p {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.727;
  margin-right: 13.4px;
}
@media screen and (max-width: 768px) {
  header .g_nav .g_nav_inn .btm_area .sns_area p {
    margin-right: 1.5px;
  }
}
header .g_nav .g_nav_inn .btm_area .sns_area .icon {
  width: 27px;
}
header.hd_hidden {
  top: -85px;
}
header.nav_visible {
  top: 0;
}
header.nav_visible .flex_area {
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.36);
}
header.nav_visible .nav_hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  header.nav_visible .nav_hidden {
    display: none;
  }
}
header.nav_visible .hd_logo {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header.nav_visible .hd_logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(95%) !important;
          filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(95%) !important;
}
header.nav_visible .openbtn span {
  background: var(--main_black);
}

/*=======================================
　footer
=======================================*/
footer {
  background: var(--sub_gray01);
  padding: 86.7px 0 34.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 64.9px 0 15.1px;
  }
}
footer .inner02 {
  max-width: 1400px;
}
footer .inner02 .page_top {
  position: absolute;
  top: 20px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  footer .inner02 .page_top {
    width: 60px;
  }
}
footer .inner .cmn_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 5%;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  footer .inner .cmn_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px 0;
    margin-bottom: 90px;
  }
}
footer .inner .cmn_nav > ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer .inner .cmn_nav > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px 0;
  }
}
footer .inner .cmn_nav > ul li a {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}
footer .inner .cmn_nav > ul li.main {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  footer .inner .cmn_nav > ul li.main {
    margin-bottom: 0;
  }
}
footer .inner .cmn_nav > ul li.main a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
}
footer .inner .cmn_nav > ul li.main .aco_content {
  margin-top: 12px;
}
footer .inner .cmn_nav > ul li.main .aco_content ul {
  gap: 9px 0;
}
footer .inner .cmn_nav > ul li.main .aco_content ul .sub a {
  font-size: 14px;
  color: var(--main_black);
  font-weight: 400;
}
footer .inner .btm_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .left {
    display: contents;
  }
}
footer .inner .btm_area .left .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 37px;
  margin-bottom: 23.5px;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .left .logo_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20.7px 0;
    margin-bottom: 55.7px;
  }
}
footer .inner .btm_area .left .logo_area .logo {
  width: 167.01px;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .left .logo_area .logo {
    width: 180.39px;
  }
}
footer .inner .btm_area .left .logo_area .logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(98%) contrast(95%);
}
footer .inner .btm_area .left .logo_area .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .left .logo_area .sns_area {
    gap: 0 16.1px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .left .logo_area .sns_area .icon {
    width: 32px;
  }
}
footer .inner .btm_area .left .copyright {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .left .copyright {
    font-size: 11px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}
footer .inner .btm_area .right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 19px 0;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .right {
    gap: 33.4px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: contents;
  }
}
footer .inner .btm_area .right .logo_area02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .right .logo_area02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 29.8px;
    margin-bottom: 33.4px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .right .logo_area02 .logo:nth-child(1) {
    width: 68.85px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .right .logo_area02 .logo:nth-child(2) {
    width: 94.91px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .right .txt_link_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .btm_area .right .txt_link_area ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*=======================================
　contact_us
=======================================*/
.contact_us {
  height: 284px;
  border-bottom: 1px solid var(--main_black);
}
@media screen and (max-width: 768px) {
  .contact_us {
    height: auto;
  }
}
.contact_us a {
  background: var(--sub_gray01);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_us a {
    padding: 47.7px 0 71.2px;
  }
}
.contact_us a .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 223px;
  height: 12.4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .contact_us a .arrow {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contact_us a .arrow {
    bottom: 49.9px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: auto;
    width: 90%;
    opacity: 1;
  }
}
.contact_us a .arrow::before, .contact_us a .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.233, 0.933, 0.487, 0.963);
  transition: all 0.5s cubic-bezier(0.233, 0.933, 0.487, 0.963);
  background: var(--main_black);
}
.contact_us a .arrow::before {
  width: 100%;
  left: 0;
  bottom: 0;
}
.contact_us a .arrow::after {
  width: 22px;
  right: -2px;
  bottom: 7px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .contact_us a:hover {
    opacity: 1;
    background: var(--main_black);
    color: #fff;
  }
  .contact_us a:hover .arrow {
    opacity: 1;
  }
  .contact_us a:hover .arrow::before, .contact_us a:hover .arrow::after {
    background: #fff;
  }
  .contact_us a:hover .arrow::before {
    width: calc(100% + 50px);
  }
  .contact_us a:hover .arrow::after {
    right: -52px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .contact_us a:hover {
    opacity: 1;
    background: var(--main_black);
    color: #fff;
  }
  .contact_us a:hover .arrow {
    opacity: 1;
  }
  .contact_us a:hover .arrow::before, .contact_us a:hover .arrow::after {
    background: #fff;
  }
  .contact_us a:hover .arrow::before {
    width: calc(100% + 50px);
  }
  .contact_us a:hover .arrow::after {
    right: -52px;
  }
}
.contact_us a .inner h2 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.05;
}
@media screen and (max-width: 768px) {
  .contact_us a .inner h2 {
    margin-bottom: 10px;
  }
}
.contact_us a .inner .txt {
  font-size: 13px;
  line-height: 1.846;
  width: 33.5%;
}
@media screen and (max-width: 768px) {
  .contact_us a .inner .txt {
    width: 100%;
  }
}

/*=======================================
　header/footer 共通
=======================================*/
/* nav hover */
.nav_hidden li a,
.cmn_nav li a {
  position: relative;
}
.nav_hidden li a::before,
.cmn_nav li a::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: var(--main_black);
  position: absolute;
  left: 0;
  bottom: -1.5px;
  -webkit-transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50% 0;
          transform-origin: 100% 50% 0;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .nav_hidden li a:hover,
  .cmn_nav li a:hover {
    opacity: 1;
  }
  .nav_hidden li a:hover::before,
  .cmn_nav li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .nav_hidden li a:hover,
  .cmn_nav li a:hover {
    opacity: 1;
  }
  .nav_hidden li a:hover::before,
  .cmn_nav li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
  }
}

/* txt_link_area */
.txt_link_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt_link_area ul li {
  padding: 0 25px;
  border-right: 1px solid var(--main_black);
  height: 16.5px;
}
@media screen and (max-width: 768px) {
  .txt_link_area ul li {
    padding: 0 18px;
    height: 12px;
  }
}
.txt_link_area ul li:first-child {
  border-left: 1px solid var(--main_black);
}
.txt_link_area ul li a {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=======================================
　SP アコーディオン
=======================================*/
@media screen and (max-width: 768px) {
  header nav ul li, header .nav ul li, footer nav ul li, footer .nav ul li {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  header .aco_open, footer .aco_open {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .aco_open span, footer .aco_open span {
    width: 15px;
    height: 1px;
    background: var(--main_black);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  header .aco_open span:nth-of-type(1), footer .aco_open span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  header .aco_open span:nth-of-type(2), footer .aco_open span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  header .aco_open.active span:nth-of-type(2), footer .aco_open.active span:nth-of-type(2) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  header .aco_content, footer .aco_content {
    display: none;
  }
}
header .aco_content ul, footer .aco_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  header .aco_open {
    top: 10px;
  }
}

/*=======================================
　ttl
=======================================*/
.cmn_ttl01 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.cmn_ttl01 small {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.846;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 9px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 1.5s ease-in-out;
  transition: clip-path 1.5s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .cmn_ttl01 small {
    margin-bottom: 6px;
  }
}
.cmn_ttl01 span {
  font-size: 40px;
  line-height: 1.075;
}
.cmn_ttl01.is-show small {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.cmn_ttl02 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.59;
}

.cmn_ttl03 {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.285;
}

.cmn_ttl04 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.433;
}
@media screen and (max-width: 768px) {
  .cmn_ttl04 {
    font-size: 25px;
  }
}
.cmn_ttl04 span {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--sub_gray02);
  display: block;
  margin-top: 6px;
}

/*=======================================
　txt
=======================================*/
.en {
  font-family: "Outfit", sans-serif;
}

.jp {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.txt_en01,
.txt_en02 {
  font-family: "Outfit", sans-serif;
}

.txt_en01 {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .txt_en01 {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.txt_en02 {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .txt_en02 {
    font-size: 13px;
  }
}

.txt_jp01,
.txt_jp02,
.txt_jp03,
.txt_jp04,
.txt_jp05 {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.txt_jp01 {
  font-size: 15px;
  line-height: 1.866;
}
@media screen and (max-width: 768px) {
  .txt_jp01 {
    font-size: 14px;
    line-height: 1.714;
  }
}

.txt_jp02 {
  font-size: 14px;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .txt_jp02 {
    font-size: 13px;
  }
}

.txt_jp03 {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .txt_jp03 {
    font-size: 11px;
  }
}

.txt_jp04 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .txt_jp04 {
    font-size: 15px;
  }
}

.txt_jp05 {
  font-size: 18px;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .txt_jp05 {
    font-size: 15px;
  }
}

/*=======================================
　cmn_btn
=======================================*/
.cmn_btn01 a, .cmn_btn01 span.txt {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  line-height: 1.352;
  position: relative;
  padding: 0 32.18px 4.7px 0;
}
@media screen and (max-width: 768px) {
  .cmn_btn01 a, .cmn_btn01 span.txt {
    padding: 0 25.08px 0 0;
  }
}
.cmn_btn01 a::before, .cmn_btn01 a::after, .cmn_btn01 span.txt::before, .cmn_btn01 span.txt::after {
  content: "";
}
.cmn_btn01 a::before, .cmn_btn01 span.txt::before {
  background: url("../img/common/arrow01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 17.18px;
  height: 18.04px;
}
@media screen and (max-width: 768px) {
  .cmn_btn01 a::before, .cmn_btn01 span.txt::before {
    width: 13.08px;
    height: 13.69px;
  }
}
.cmn_btn01 a::after, .cmn_btn01 span.txt::after {
  content: "";
  width: 69.68px;
  height: 1px;
  display: inline-block;
  background: var(--main_black);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.75s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50% 0;
          transform-origin: 100% 50% 0;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_btn01 a:hover, .cmn_btn01 span.txt:hover {
    opacity: 1;
  }
  .cmn_btn01 a:hover::after, .cmn_btn01 span.txt:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_btn01 a:hover, .cmn_btn01 span.txt:hover {
    opacity: 1;
  }
  .cmn_btn01 a:hover::after, .cmn_btn01 span.txt:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
  }
}

.cmn_btn02 {
  max-width: 197px;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .cmn_btn02 {
    max-width: 167px;
    height: 38px;
  }
}
.cmn_btn02 a {
  border: 1px solid var(--main_black);
  display: block;
  height: 100%;
}
.cmn_btn02 a span {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  line-height: 1.352;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .cmn_btn02 a span {
    padding: 0 24px;
  }
}
.cmn_btn02 a span::after {
  content: "";
  background: url("../img/common/arrow01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 17.18px;
  height: 18.04px;
}
@media screen and (max-width: 768px) {
  .cmn_btn02 a span::after {
    width: 13.08px;
    height: 13.69px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_btn02 a:hover {
    background: var(--main_black);
  }
  .cmn_btn02 a:hover span {
    color: #fff;
  }
  .cmn_btn02 a:hover span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_btn02 a:hover {
    background: var(--main_black);
  }
  .cmn_btn02 a:hover span {
    color: #fff;
  }
  .cmn_btn02 a:hover span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
  }
}

.cmn_btn03 a {
  border: 1px solid var(--main_black);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  font-family: "Outfit", sans-serif;
}
.cmn_btn03 a::after {
  content: "";
  background: url("../img/common/arrow01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14.5px;
  width: 15.7px;
  height: 16.49px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cmn_btn03 a::after {
    right: 7.7px;
    width: 15.47px;
    height: 18.64px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_btn03 a:hover {
    background: var(--main_black);
    color: #fff;
  }
  .cmn_btn03 a:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_btn03 a:hover {
    background: var(--main_black);
    color: #fff;
  }
  .cmn_btn03 a:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(112deg) brightness(107%) contrast(101%);
  }
}

/* 一覧へ戻る ※旧デザイン */
.list_back_btn {
  text-align: center;
}
.list_back_btn a {
  font-size: 15px;
  line-height: 19px;
  padding: 0 47px 0 0;
}
@media screen and (max-width: 768px) {
  .list_back_btn a {
    font-size: 14px;
    line-height: 14px;
    padding: 0 37px 0 0;
  }
}
.list_back_btn a::before {
  margin: 0 15px 0 0;
  content: " ";
  display: inline-block;
  width: 32px;
  height: 19px;
  background: url(../img/common/icon_back.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .list_back_btn a::before {
    margin: 0 10px 0 0;
    width: 27px;
    height: 14px;
  }
}

/*=======================================
　整列
=======================================*/
.align_L {
  text-align: left;
  margin-left: 0 !important;
}

.align_C {
  text-align: center;
}

.align_R {
  text-align: right;
  margin-right: 0 !important;
}

/*=======================================
　page_ttl_sec　ページタイトル
=======================================*/
.page_ttl_sec {
  padding: 217px 0 65px;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .page_ttl_sec {
    padding: 120px 0 90px;
  }
}
.page_ttl_sec h1 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page_ttl_sec h1 {
    font-size: 30px;
  }
}
.page_ttl_sec .single_sttl {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page_ttl_sec .single_sttl {
    font-size: 30px;
  }
}
.page_ttl_sec span {
  display: block;
  font-size: 13px;
  color: var(--sub_gray02);
  padding: 13px 0 0 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page_ttl_sec span {
    font-size: 12px;
  }
}

/*=======================================
　pankuzu　パンくず
=======================================*/
#pankuzu02 {
  max-width: 1400px;
  margin: 0 auto 136px;
  width: 90%;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  #pankuzu02 {
    margin: 0 auto 80px;
  }
}
#pankuzu02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #pankuzu02 li {
    font-size: 14px;
  }
}
#pankuzu02 li:not(:last-of-type)::after {
  content: ">";
  margin: 0 6px;
  color: #1C1C1C;
}
#pankuzu02 a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  #pankuzu02 a {
    font-size: 14px;
  }
}
#pankuzu02 a:hover {
  color: #AEA8A5;
}

/*=======================================
　共通リンク
=======================================*/
/* 別タブで開く */
a.blank {
  position: relative;
  padding-right: 18px;
}
a.blank::after {
  content: "";
  background: url("../img/common/icon_blank.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 11px;
  height: 11px;
}

/*=======================================
　mv_sec
=======================================*/
.mv_sec {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* 幅100%にする場合 */
}
.mv_sec video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_sec.w100 {
  height: auto;
}
.mv_sec.w100 video {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*=======================================
　Splide プログレスバー
=======================================*/
.carousel-progress {
  background: var(--sub_gray02);
}
.carousel-progress .carousel-progress-bar {
  background: var(--main_black);
  height: 1px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  width: 0;
}

/*=======================================
　Splide 矢印
=======================================*/
.splide-controller {
  width: 132.57px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide-controller {
    width: 92.18px;
  }
}
.splide-controller .splide__arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.splide-controller .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.34px;
  height: 16.68px;
}
@media screen and (max-width: 768px) {
  .splide-controller .splide__arrow {
    width: 9px;
    height: 18px;
    padding: 15px;
  }
}
.splide-controller .splide__arrow > svg {
  display: none;
}
.splide-controller .splide__arrow::before {
  content: "";
  background-size: cover !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.34px;
  height: 16.68px;
}
@media screen and (max-width: 768px) {
  .splide-controller .splide__arrow::before {
    width: 9px;
    height: 18px;
  }
}
.splide-controller .splide__arrow--prev {
  left: 0;
}
.splide-controller .splide__arrow--prev::before {
  background: url("../img/common/arrow_prev.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .splide-controller .splide__arrow--prev::before {
    left: 0;
  }
}
.splide-controller .splide__arrow--next {
  right: 0;
}
.splide-controller .splide__arrow--next::before {
  background: url("../img/common/arrow_next.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .splide-controller .splide__arrow--next::before {
    right: 0;
  }
}

/*=======================================
　Splide ページネーション
=======================================*/
.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 23px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 0 13.2px;
  }
}

/*========================================
　ページャー
========================================*/
/* NEWS・COLUMN一覧用 */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* WORKS・ARCHIVE詳細用 */
}
.pager li {
  margin: 0 10px;
}
.pager li:first-child {
  margin: 0 10px 0 0;
}
.pager li:last-child {
  margin: 0 0 0 10px;
}
.pager li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #9a9a9a;
}
@media screen and (max-width: 768px) {
  .pager li a {
    font-size: 18px;
  }
}
.pager li a.actv {
  color: #000;
}
.pager.pager02 {
  gap: 0 9.5vw;
  position: relative;
  max-width: 517.1px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pager.pager02 {
    gap: 13.3333333333vw;
  }
}
.pager.pager02 li {
  margin: 0;
  position: absolute;
}
.pager.pager02 li a {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.846;
  color: var(--main_black);
}
.pager.pager02 li a img {
  width: 9.9px;
}
.pager.pager02 li.back {
  left: 0;
}
.pager.pager02 li.back a img {
  margin-right: 14.1px;
}
@media screen and (max-width: 768px) {
  .pager.pager02 li.back a img {
    margin-right: 10px;
  }
}
.pager.pager02 li.works_top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pager.pager02 li.next {
  right: 0;
}
.pager.pager02 li.next a img {
  margin-left: 14.1px;
}
@media screen and (max-width: 768px) {
  .pager.pager02 li.next a img {
    margin-left: 10px;
  }
}

/*========================================
　side_nav
========================================*/
.main_wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.main_wrap .inner .main_contents {
  max-width: 1130px;
  width: 80.71%;
}
@media screen and (max-width: 1024px) {
  .main_wrap .inner .main_contents {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .inner .main_contents {
    width: 100%;
  }
}
.main_wrap .side_nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 170px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main_wrap .side_nav {
    position: static;
  }
}
.main_wrap .side_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .main_wrap .side_nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .side_nav ul li {
    width: 33.3333333333%;
  }
}
.main_wrap .side_nav ul li a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--sub_gray02);
  position: relative;
  display: block;
  padding: 6px 0 6px 20px;
}
@media screen and (max-width: 768px) {
  .main_wrap .side_nav ul li a {
    color: #333;
    padding: 8px 0;
    font-size: 15px;
  }
}
.main_wrap .side_nav ul li a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: var(--sub_gray02);
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .main_wrap .side_nav ul li a::before {
    display: none;
  }
}
.main_wrap .side_nav ul li a.active {
  color: #333;
}
.main_wrap .side_nav ul li a.active::before {
  background: #333;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .main_wrap .side_nav ul li a:hover {
    opacity: 1;
    color: #333;
  }
  .main_wrap .side_nav ul li a:hover::before {
    background: #333;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .main_wrap .side_nav ul li a:hover {
    opacity: 1;
    color: #333;
  }
  .main_wrap .side_nav ul li a:hover::before {
    background: #333;
  }
}

/*========================================
　photo_sec
========================================*/
.photo_sec .img:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .photo_sec .img:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .photo_sec .img a:hover {
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .photo_sec .img a:hover {
    opacity: 1;
  }
}
.photo_sec .img .cmn_img_hov {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .photo_sec .img .cmn_img_hov {
    margin-bottom: 5px;
  }
}
.photo_sec .img .ttl {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .photo_sec .img .ttl {
    font-size: 16px;
  }
}
.photo_sec .img .ttl small {
  display: block;
  font-size: 14px;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .photo_sec .img .ttl small {
    font-size: 13px;
  }
}

/*========================================
　cmn_img_hov
========================================*/
.cmn_img_hov {
  overflow: hidden;
}
.cmn_img_hov img {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_img_hov:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_img_hov:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*=======================================
　group_sec
=======================================*/
.group_sec .cmn_ttl01 {
  margin-bottom: 67.7px;
}
@media screen and (max-width: 768px) {
  .group_sec .cmn_ttl01 {
    margin-bottom: 35px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .group_sec ul li a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .group_sec ul li a:hover {
    opacity: 0.8;
  }
}
.group_sec ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 52px 5.775% 41px;
  gap: 0 9.33%;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .group_sec ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding: 25px 0;
  }
}
.group_sec ul li dl dt {
  width: 166.99px;
}
@media screen and (max-width: 768px) {
  .group_sec ul li dl dt {
    width: 100%;
  }
}
.group_sec ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.866;
}
@media screen and (max-width: 768px) {
  .group_sec ul li dl dd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 14px;
    line-height: 1.714;
  }
}

/*=======================================
　mb
=======================================*/
.mb0 {
  margin-bottom: 0px !important;
}

/*=======================================
　マウスストーカー
=======================================*/
.cursor {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .cursor {
    display: none;
  }
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.cursor__ball circle {
  fill: #f7f8fa;
}/*# sourceMappingURL=common.css.map */