@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
  clampの計算
=======================================*/
/* ----------------------
- base
- bottom_spacing
- color
- header
- megamenu（メガメニュー）
- footer
- 見出し
- 本文
- 共通ボタン
- 整列
- カラム
---------------------- */
/*=======================================
　base
=======================================*/
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ 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;
  letter-spacing: 0.04em;
}

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

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

/*コンテンツ幅*/
.inner {
  width: 90%;
  margin: 0 auto;
}
.inner.w1060 {
  max-width: 1060px;
}
.inner.w1120 {
  max-width: 1120px;
}
.inner.w1280 {
  max-width: 1280px;
}

.top_h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.top_nav {
  padding: 60px 0;
  background: #F1F1F4;
}
@media screen and (max-width: 768px) {
  .top_nav {
    padding: 30px 0;
  }
}
.top_nav .inner ul {
  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) {
  .top_nav .inner ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1px;
  }
}
.top_nav .inner ul li {
  width: 24.32%;
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top_nav .inner ul li a {
  background: #fff;
  padding: 20px 20px 36px;
  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;
  border-radius: 5px;
  row-gap: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 15px 45px 15px 25px;
    gap: 4px 10px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li a::after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li a img {
    width: 50px;
  }
}
.top_nav .inner ul li a .top_nav__ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li a .top_nav__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 1.4375;
  }
}
.top_nav .inner ul li a .cmn_txt01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li:first-child a {
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top_nav .inner ul li:last-child a {
    border-radius: 0 0 5px 5px;
  }
}

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

/*=======================================
　bottom_spacing
=======================================*/
.bottom_spacing {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .bottom_spacing {
    margin-bottom: 100px;
  }
}

/*=======================================
　color
=======================================*/
:root {
  --main_black: #222;
  --main_red: #CC0000;
  --main_gray: #787878;
}

/*=======================================
　header
=======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header__inner {
  position: relative;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}
.header {
  /* ロゴ */
}
.header__logo {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo a {
  display: block;
}
.header__logo a img {
  width: 130px;
  height: auto;
  display: block;
}
.header__site_label {
  display: none;
}
.header {
  /* グローバルナビ */
}
.header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__nav__list {
  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;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.header__nav__item {
  position: relative;
}
.header__nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #E0E0E0;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header__nav__link:hover {
    opacity: 0.75;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .header__nav__link:hover {
    opacity: 0.75;
  }
}
.header__nav__link .jp {
  font-size: 16px;
  font-weight: 500;
  color: var(--main_black);
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
}
.header__nav__item.is-active .header__nav__link::after, .header__nav__item.is-current .header__nav__link::after {
  width: 100%;
}
.header {
  /* 右側アクションボタン群 */
}
.header__actions {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__vendor, .header__contact, .header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 14px;
  color: var(--main_black);
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 1px solid #D9D9DC;
  border-radius: 5px;
  padding: 0 15px;
  height: 40px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header__vendor img, .header__contact img, .header__action img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header__vendor:hover, .header__contact:hover, .header__action:hover {
    background: #F1F1F4;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .header__vendor:hover, .header__contact:hover, .header__action:hover {
    background: #F1F1F4;
    opacity: 1;
  }
}
.header__vendor img {
  width: 16px;
}
.header__contact img {
  width: 19px;
}
.header__action img {
  width: 18px;
}
@media only screen and (max-width: 1180px) {
  .header__inner {
    position: static;
    height: 60px;
    padding: 0 18px 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 1180px) {
  .header__logo {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header__logo a img {
    width: 80px;
  }
}
@media only screen and (max-width: 1180px) {
  .header__nav {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .header__actions {
    display: none;
  }
}
.header {
  /* ハンバーガーボタン（モバイル） */
}
.header__hamburger {
  display: none;
  -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;
  row-gap: 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--main_black);
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(6.5px) rotate(45deg);
      -ms-transform: translateY(6.5px) rotate(45deg);
          transform: translateY(6.5px) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-6.5px) rotate(-45deg);
      -ms-transform: translateY(-6.5px) rotate(-45deg);
          transform: translateY(-6.5px) rotate(-45deg);
}
@media only screen and (max-width: 1180px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header {
  /* オーバーレイ */
}
.header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.header__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.header__sp_menu {
  display: none;
}
.header {
  /* ハンバーガーメニュー対応 */
}
@media only screen and (max-width: 1180px) {
  .header__overlay {
    display: block;
    z-index: 150;
  }
}
@media only screen and (max-width: 1180px) {
  .header__hamburger {
    z-index: 210;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 29px;
    height: 12px;
    margin-left: auto;
    row-gap: 7px;
  }
  .header__hamburger span {
    width: 29px;
    height: 1px;
  }
  .header__hamburger span:nth-child(2) {
    display: none;
  }
  .header__hamburger.is-active span:nth-child(1),
  .header__hamburger.is-active span:nth-child(3) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_menu {
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 336px;
    height: 518px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    background: #fff;
    border-radius: 8px;
    z-index: 220;
    overflow: hidden;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #111;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  .header__sp_menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__sp_menu.is-tall {
    height: 640px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
  }
}
@media only screen and (max-width: 1180px) {
  .header.is-menu-open .header__hamburger {
    visibility: hidden;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_menu__head {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 51px;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_menu__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70px;
  }
  .header__sp_menu__logo img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_menu__close {
    position: absolute;
    top: 23px;
    right: 19px;
    width: 19px;
    height: 19px;
    padding: 0;
  }
  .header__sp_menu__close img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_tabs {
    width: 260px;
    margin: 0 auto;
    display: grid;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_tab {
    position: relative;
    height: 53px;
    padding: 0 0 10px;
    text-align: center;
    color: #A5A5A5;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .header__sp_tab img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto 5px;
    opacity: 0.45;
  }
  .header__sp_tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
  }
  .header__sp_tab.is-active {
    color: #111;
  }
  .header__sp_tab.is-active img {
    opacity: 1;
  }
  .header__sp_tab.is-active::after {
    background: var(--main_red);
  }
  .header__sp_tab:nth-child(2) img {
    width: 28px;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_panel, .header__sp_view {
    display: none;
  }
  .header__sp_panel.is-active, .header__sp_view.is-active {
    display: block;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_panel {
    padding: 20px 38px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_linklist li {
    border-bottom: 1px solid #E5E5E5;
  }
  .header__sp_linklist a,
  .header__sp_linklist button {
    position: relative;
    width: 100%;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    padding: 0 10px;
  }
  .header__sp_linklist li:first-child a,
  .header__sp_linklist li:first-child button {
    font-weight: 700;
  }
  .header__sp_linklist a::after,
  .header__sp_linklist button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_view__head {
    position: relative;
    margin: 5px auto 25px;
  }
  .header__sp_view__head p {
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_back {
    position: absolute;
    top: -1px;
    left: 10px;
    width: 14px;
    height: 14px;
  }
  .header__sp_back::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_cardlist {
    display: grid;
    grid-template-columns: repeat(2, 120px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
  }
  .header__sp_cardlist li {
    min-width: 0;
  }
  .header__sp_cardlist a {
    display: block;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0;
    color: #111;
  }
  .header__sp_cardlist img {
    width: 100%;
    aspect-ratio: 120/60;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_cardlist--single {
    display: block;
  }
  .header__sp_cardlist--single li + li {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1180px) {
  .header .cmn_btn01 {
    margin-top: 15px;
    width: 100%;
  }
  .header .cmn_btn01 a {
    padding: 0;
  }
  .header .cmn_btn01 a span {
    font-weight: 500;
    font-size: 13px;
  }
  .header .cmn_btn01 a span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(46%) saturate(24%) hue-rotate(2deg) brightness(94%) contrast(97%);
            filter: brightness(0) saturate(100%) invert(12%) sepia(46%) saturate(24%) hue-rotate(2deg) brightness(94%) contrast(97%);
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_know {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .header__sp_know ul:not(.header__sp_cardlist) li + li {
    margin-top: 10px;
  }
  .header__sp_know ul:not(.header__sp_cardlist) a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_cat {
    font-size: 12px;
    color: #919191;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .header__sp_contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    padding: 16px 0 27px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  .header__sp_contact img {
    width: 19px;
    height: auto;
    display: block;
  }
}

/* ヘッダー分の余白をbodyに付与 */
body {
  padding-top: 90px;
}
@media only screen and (max-width: 1180px) {
  body {
    padding-top: 60px;
  }
}

/*=======================================
	megamenu（メガメニュー）
=======================================*/
.megamenu__backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 90;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.megamenu__backdrop.is-visible {
  display: block;
}
.megamenu__backdrop.is-active {
  opacity: 1;
}

.megamenu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 95;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  border-top: 1px solid #E8E8E8;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.megamenu.is-visible {
  display: block;
}
.megamenu.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.megamenu.is-closing {
  opacity: 0;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
.megamenu__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 299px;
  padding-top: 4px;
}
.megamenu__ttl__en {
  font-family: "Montserrat", sans-serif;
  color: var(--main_black);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1538461538;
}
.megamenu__ttl__jp {
  font-size: 12px;
  color: var(--main_gray);
  letter-spacing: 0.04em;
}
.megamenu__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.megamenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
@media only screen and (max-width: 1366px) {
  .megamenu__list {
    padding-right: 40px;
  }
}
.megamenu__item {
  width: 200px;
}
.megamenu__item a {
  display: block;
  text-decoration: none;
  color: var(--main_black);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .megamenu__item a:hover {
    opacity: 1;
  }
  .megamenu__item a:hover .megamenu__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .megamenu__item a:hover .megamenu__label::after {
    width: 100%;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .megamenu__item a:hover {
    opacity: 1;
  }
  .megamenu__item a:hover .megamenu__img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .megamenu__item a:hover .megamenu__label::after {
    width: 100%;
  }
}
.megamenu__img {
  width: 100%;
  aspect-ratio: 200/100;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 7px;
}
.megamenu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.megamenu__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
  color: var(--main_black);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  display: inline-block;
}
.megamenu__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.megamenu__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.megamenu__foot .cmn_btn01 {
  width: 214px;
}
.megamenu__foot .cmn_btn01 a {
  padding: 0;
}
.megamenu__foot .cmn_btn01 a span {
  font-size: 13px;
  padding: 0 17px 0 0;
}
.megamenu__foot .cmn_btn01 a span::after {
  width: 7px;
  height: 13px;
  top: 55%;
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(46%) saturate(107%) hue-rotate(81deg) brightness(95%) contrast(73%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(46%) saturate(107%) hue-rotate(81deg) brightness(95%) contrast(73%);
}
.megamenu__close {
  position: absolute;
  top: 30px;
  right: 5%;
  width: 20px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.megamenu__close img {
  width: 100%;
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.megamenu__body--know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.megamenu__know__links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
}
.megamenu__know__cat {
  font-size: 14px;
  color: #919191;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.megamenu__know__links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.megamenu__know__links ul li a {
  display: block;
  font-size: 14px;
  color: var(--main_black);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.megamenu__know__links ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .megamenu__know__links ul li a:hover {
    opacity: 1;
  }
  .megamenu__know__links ul li a:hover::after {
    width: 100%;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .megamenu__know__links ul li a:hover {
    opacity: 1;
  }
  .megamenu__know__links ul li a:hover::after {
    width: 100%;
  }
}
.megamenu__know__imgs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.megamenu__close:focus-visible {
  outline: 2px solid var(--main_red);
  outline-offset: 2px;
}

#mega-watch .megamenu__body {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 860px;
          flex: 0 1 860px;
  max-width: 860px;
}
@media screen and (max-width: 1024px) {
  #mega-watch .megamenu__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
  }
}
#mega-watch .megamenu__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  #mega-watch .megamenu__list {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #mega-watch .megamenu__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #mega-watch .megamenu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #mega-watch .megamenu__list {
    grid-template-columns: 1fr;
  }
}
#mega-watch .megamenu__item {
  width: 100%;
}
#mega-watch .megamenu__foot {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  #mega-watch .megamenu__foot {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #mega-watch .megamenu__foot {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #mega-watch .megamenu__foot {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*=======================================
　footer
=======================================*/
footer {
  padding: 100px 0 60px;
  background: #F1F1F4;
}
footer .inner .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  border-bottom: 1px solid #D9D9DC;
  padding-bottom: 100px;
  margin-bottom: 41px;
}
footer .inner .footer_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .inner .footer_logo a {
  display: block;
}
footer .inner .footer_logo a img {
  width: 138px;
  height: auto;
}
footer .inner .footer_nav {
  position: relative;
  width: 65.9375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 22px;
}
footer .inner .footer_nav__col {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  width: calc(25% - 22px);
}
footer .inner .footer_nav__cat {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #919191;
  line-height: 2.0714285714;
  cursor: initial;
}
footer .inner .footer_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;
}
footer .inner .footer_nav ul li a {
  font-size: 14px;
  line-height: 2.0714285714;
  position: relative;
  display: inline-block;
}
footer .inner .footer_nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  footer .inner .footer_nav ul li a:hover {
    opacity: 1;
  }
  footer .inner .footer_nav ul li a:hover::after {
    width: 100%;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  footer .inner .footer_nav ul li a:hover {
    opacity: 1;
  }
  footer .inner .footer_nav ul li a:hover::after {
    width: 100%;
  }
}
footer .inner .footer_sns {
  position: absolute;
  right: 0;
  bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .inner .footer_sns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .inner .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .inner .footer_bottom .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
footer .inner .footer_bottom .link_area li a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.0410156em;
}
footer .inner .footer_copy {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.015625em;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 42px 0 34px;
    background: #F2F2F6;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_top {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_logo {
    margin-bottom: 30px;
  }
  footer .inner .footer_logo a img {
    width: 80px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav {
    width: 100%;
    display: grid;
    grid-template-columns: 112px 1fr;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    row-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col {
    display: block;
    width: auto;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col--inner {
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col:nth-child(1), footer .inner .footer_nav__col:nth-child(2) {
    grid-column: 1/-1;
  }
  footer .inner .footer_nav__col:nth-child(1) {
    grid-row: 1;
  }
  footer .inner .footer_nav__col:nth-child(2) {
    grid-row: 2;
  }
  footer .inner .footer_nav__col:nth-child(1) .footer_nav__col--inner, footer .inner .footer_nav__col:nth-child(2) .footer_nav__col--inner {
    border-top: 1px solid #D9D9DC;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col:nth-child(1) ul, footer .inner .footer_nav__col:nth-child(2) ul {
    display: none;
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col:nth-child(1) ul.is-open, footer .inner .footer_nav__col:nth-child(2) ul.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col:nth-child(2) .footer_nav__col--inner:last-child {
    border-bottom: 1px solid #D9D9DC;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  footer .inner .footer_nav__col:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__col:nth-child(3) ul, footer .inner .footer_nav__col:nth-child(4) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__cat {
    position: relative;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #BFC0C5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__cat::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border-top: 1.5px solid #C8C9CE;
    border-right: 1.5px solid #C8C9CE;
    -webkit-transform: translateY(-65%) rotate(135deg);
        -ms-transform: translateY(-65%) rotate(135deg);
            transform: translateY(-65%) rotate(135deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav__cat.is-active::after {
    -webkit-transform: translateY(-35%) rotate(-45deg);
        -ms-transform: translateY(-35%) rotate(-45deg);
            transform: translateY(-35%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav ul li.footer_nav__cat {
    height: auto;
    font-size: 14px;
    line-height: 2.0714285714;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav ul li.footer_nav__cat::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_nav ul li a {
    font-size: 14px;
    line-height: 2.0714285714;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_sns {
    position: static;
    right: auto;
    bottom: auto;
    grid-column: 1/-1;
    grid-row: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    border-top: 1px solid #D9D9DC;
    border-bottom: 1px solid #D9D9DC;
    margin-top: 28px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_sns__item {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_sns__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: brightness(0) saturate(100%);
            filter: brightness(0) saturate(100%);
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_bottom {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_bottom .link_area {
    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;
    row-gap: 4px;
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_bottom .link_area li a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footer_copy {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb + footer {
    padding-top: 32px;
  }
}

/*=======================================
　下層ページ共通ヘッダー
=======================================*/
.page_head {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .page_head {
    padding: 25px 0 0;
  }
}
.page_head__cat {
  font-size: 26px;
  line-height: 1;
  color: var(--main_gray);
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .page_head__cat {
    font-size: 20px;
    letter-spacing: 0.64px;
    margin-bottom: 5px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.page_head__ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.09;
  color: var(--main_black);
}
@media screen and (max-width: 768px) {
  .page_head__ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2142857143;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

/*=======================================
　パンくず
=======================================*/
.breadcrumb {
  background: #F1F1F4;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 40px 0 0;
  }
}
.breadcrumb__inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__inner {
    padding-bottom: 0;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D9D9DC;
  padding-bottom: 20px;
}
.breadcrumb ul li {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  color: var(--main_gray);
  letter-spacing: 0.04em;
}
.breadcrumb ul li:first-child a {
  color: #222;
}
.breadcrumb ul li a {
  color: var(--main_gray);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .breadcrumb ul li a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .breadcrumb ul li a:hover {
    opacity: 0.7;
  }
}
.breadcrumb ul li + li {
  padding-left: 35px;
}
.breadcrumb ul li + li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*=======================================
　見出し
=======================================*/
.cmn_ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cmn_ttl01 {
    margin-bottom: 30px;
  }
}
.cmn_ttl01 .jp {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.2222222222;
  color: var(--main_gray);
}
@media screen and (max-width: 768px) {
  .cmn_ttl01 .jp {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
}
.cmn_ttl01 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .cmn_ttl01 .en {
    font-size: 30px !important;
    line-height: 1.0666666667 !important;
  }
}
.cmn_ttl01--border {
  position: relative;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .cmn_ttl01--border {
    padding-top: 30px;
  }
}
.cmn_ttl01--border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 43px;
  height: 1px;
  background: var(--main_red);
}
.cmn_ttl01--white span {
  color: #fff !important;
}

.cmn_ttl02 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.0078125em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cmn_ttl02 {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
}

/*=======================================
　本文
=======================================*/
.cmn_txt01 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: var(--main_gray);
}
@media screen and (max-width: 768px) {
  .cmn_txt01 {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}

/*=======================================
　共通ボタン
=======================================*/
/* カード型矢印付き */
.card_arrow {
  position: relative;
}
.card_arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 17px;
  right: 23px;
  display: inline-block;
  background: url("../img/common/arrow01.svg") no-repeat center/100% auto;
  width: 7px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .card_arrow:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .card_arrow:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

/* 矢印付きボタン */
.cmn_btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .cmn_btn01 {
    width: 100%;
  }
}
.cmn_btn01 a {
  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;
  border: 1px solid #D9D9DC;
  border-radius: 5px;
  height: 100%;
  background: #fff;
  color: var(--main_black);
  padding: 0 55px;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.cmn_btn01 a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.015625em;
  position: relative;
  padding-right: 23px;
}
@media screen and (max-width: 768px) {
  .cmn_btn01 a span {
    padding-right: 17px;
  }
}
.cmn_btn01 a span::after {
  content: "";
  width: 7px;
  height: 13px;
  display: inline-block;
  background: url("../img/common/arrow01.svg") no-repeat center/100% auto;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_btn01 a:hover {
    background: #F1F1F4;
    opacity: 1;
  }
  .cmn_btn01 a:hover span::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    -webkit-filter: none;
            filter: none;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_btn01 a:hover {
    background: #F1F1F4;
    opacity: 1;
  }
  .cmn_btn01 a:hover span::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    -webkit-filter: none;
            filter: none;
  }
}
.cmn_btn01--center {
  margin: 0 auto;
}

/*=======================================
　Join The Team
=======================================*/
.join_sec {
  padding: 140px 0 165px;
  background: url("../img/top/join_img01.jpg") no-repeat;
  background-size: cover !important;
  background-position-x: center !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .join_sec {
    background: url("../img/top/join_img01_sp.jpg") no-repeat;
    padding: 40px 0 48vw;
    background-position-y: bottom;
  }
}
.join_sec .inner .cmn_ttl01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .join_sec .inner .cmn_ttl01 {
    margin-bottom: 15px;
  }
}
.join_sec .inner .join_txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  .join_sec .inner .join_txt {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-bottom: 20px;
  }
}

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

.align_C {
  text-align: center;
}

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

/*=======================================
　カラム
=======================================*/
.cmn_3clm_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cmn_3clm_01 {
    margin-bottom: 0;
  }
}
.cmn_3clm_01 ul {
  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) {
  .cmn_3clm_01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.cmn_3clm_01 ul li {
  width: 31.875%;
}
@media screen and (max-width: 768px) {
  .cmn_3clm_01 ul li {
    width: 100%;
  }
}
.cmn_3clm_01 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.cmn_3clm_01 ul li a .img {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .cmn_3clm_01 ul li a .img {
    margin-bottom: 15px;
  }
}
.cmn_3clm_01 ul li a .img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cmn_3clm_01 ul li a .cmn_txt01 {
  padding-right: 40px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_3clm_01 ul li a:hover .img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_3clm_01 ul li a:hover .img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.cmn_2clm_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cmn_2clm_01 {
    margin-bottom: 0;
  }
}
.cmn_2clm_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .cmn_2clm_01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.cmn_2clm_01 ul li {
  width: calc((100% - 28px) / 2);
}
@media screen and (max-width: 768px) {
  .cmn_2clm_01 ul li {
    width: 100%;
  }
}
.cmn_2clm_01 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.cmn_2clm_01 ul li a .img {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .cmn_2clm_01 ul li a .img {
    margin-bottom: 15px;
  }
}
.cmn_2clm_01 ul li a .img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cmn_2clm_01 ul li a .cmn_txt01 {
  padding-right: 40px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .cmn_2clm_01 ul li a:hover .img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .cmn_2clm_01 ul li a:hover .img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
