@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://use.typekit.net/vxt0gvy.css");
@import url("https://fonts.googleapis.com/css2?family=Reggae+One&display=swap");
/*
Theme Name: NSS MARKETING
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}
a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
figure,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #212836;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
a:visited {
  color: #212836;
}
a:hover {
  color: #212836;
}
a:active {
  color: #212836;
}
section {
  padding: 80px 20px;
  @media (max-width: 550px) {
    padding: 50px 10px;
  }
}
h2 {
  font-family: "Hina Mincho", sans-serif;
}
h3 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
/* .clearfix:after {content: "";display: block;clear: both;} */
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #212836;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/* #container {
	padding-top: 83px;
	overflow: hidden;
	text-align: left;
} */
.special #container {
  padding: 0;
}
#main {
  display: block;
  margin-top: 80px;
  background-color: #fffcf4;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

:root {
  --main-color: #cc333f;
  --sub-color: #ffd700;
  --accent-color: #ee7800;
  --font-theme: "Reggae One", system-ui;
  --font-color: #994404;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
.br790 {
  display: none;

  @media (max-width: 790px) {
    display: block;
  }
}

/*------------------------------------------------------------
	サイドバー　ウィジェット
------------------------------------------------------------*/

.widgetFlex {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}
.widgetInner {
  width: 80%;
	flex:1;
}
/* サイドバーレイアウト枠 */
.sidebar-area {
  z-index: 10;
  background-color: #fff;
  padding: 20px;
  min-width: 350px;
	max-width:450px;
  width: 20%;

  .sidebar-sticky {
    position: sticky;
    top: 100px;
    height: fit-content;
    width: 100%;

    /* サイドバー共通レイアウト */
    & .custom-widget {
      margin-bottom: 10px;
    }

    & .widget-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;
      padding-bottom: 4px;
      border-bottom: 1px solid #c9c9c9;
      position: relative;
    }

    /* --- 検索欄のスタイル --- */
    & .search-form {
      display: flex;
      border: 1px solid #bbb;
      overflow: hidden;
      border-radius: 4px;

      & .search-field {
        flex: 1;
        padding: 8px 12px;
        border: none;
        outline: none;
        font-size: 14px;
      }

      & .search-submit {
        width: 48px;
        background: #746c53; /* 画像に近い色 */
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
      }
    }

    /* --- サイドバーリンクデザイン --- */
    & ul {
      list-style: none;
      padding-left: 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 5px;

      & li {
        font-size: 14px;

        & a {
          width: 100%;
          display: block;
          background-color: #eee;
          color: #333;
          text-decoration: none;

          &:hover {
            text-decoration: underline;
          }
        }
      }
    }

    /* --- カテゴリーアコーディオン --- */
    .accordion-widget {
      & .accordion-title {
        cursor: pointer;
        padding: 10px 0;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;

        &.open {
          color: #0073aa;
        }
        & .accordion-title-icon {
          display: flex;
          gap: 10px;

          & img {
            width: 20px;
            aspect-ratio: 1;
            object-fit: contain;
          }
        }
      }

      & .accordion-content {
        display: none;
        padding: 10px 0;
        & ul {
          & li {
            & a {
              width: fit-content;
              display: inline;
              background-color: unset;
            }
          }
        }
      }
    }

    & .wp-block-heading {
      position: relative;
      margin-bottom: 10px;
      font-size: 18px;

      &:after {
        content: "";
        display: block;
        height: 2px;
        background: linear-gradient(
          to right,
          var(--main-color),
          var(--sub-color)
        );
        margin-top: 5px;
      }
    }
    /* サイドバー検索バーデザイン */
    & .wp-block-latest-posts__post-title {
      padding: 5px;
    }
    .wp-block-search {
      max-width: 300px;
      label {
        display: none;
      }
      .wp-block-search__inside-wrapper {
        display: flex;
        align-items: stretch;
        border: 1px solid #333;
        justify-content: space-between;
        border-radius: 5px;
        input {
          border-radius: 5px 0 0 5px;
          width: 80%;
          border: none;
          border-radius: unset;
          padding: unset;
          background-color: unset;
        }
        button {
          border: none;
          border-radius: 0 5px 5px 0;
          width: 100%;
          max-width: 70px;
        }
      }
    }

    /* 親カテゴリ行 */
    & .widget_categories {
      & li.cat-item {
        position: relative;
        padding-left: 24px;
        cursor: pointer;

        /* 左のフォルダアイコン */
        &::before {
          content: "📁";
          position: absolute;
          left: 0;
          top: 2px;
          font-size: 14px;
        }

        /* 開閉ボタン */
        &.cat-parent > & a::after {
          content: "▶";
          font-size: 12px;
          margin-left: 6px;
          transition: transform 0.2s ease;
        }

        /* 開いている時の矢印 */
        &.open > & a::after {
          transform: rotate(90deg);
        }

        /* 子カテゴリ（デフォルト非表示にする） */
        &.cat-parent > & ul.children {
          display: none;
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px solid #ccc;

          & li & a {
            padding: 3px 0;
            display: block;
          }
        }
      }
    }

    /* サイドバーお気に入り投稿デザイン */
    .favorites-list {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      background-color: unset;

      li {
        min-width: 280px;
        border-radius: 14px;
        overflow: hidden;
        position: relative;
        padding: 0;

        transition:
          transform 0.3s ease,
          box-shadow 0.3s ease;

        a {
          margin: 10px 5px;
          display: inline-block;
          background-color: unset;
        }
        &:hover {
          box-shadow: 0 5px 10px rgba(87, 87, 87, 0.199);
        }
      }
    }
  }
}
/* SNSシェアデザイン*/
.addtoany_content {
  margin: 16px !important;
}
/* widgetのお気に入り記事デザイン*/
.simplefavorite-button.preset {
  margin-bottom: 20px;
}
.favorites-list {
  background-color: #fff9fc;
}
.favorites-list li {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
}

/* お気に入りページデザイン */
.favorite-page {
  .favorite-topkv {
    position: relative;
    margin-bottom: 80px;
    .favorite-topimg {
      max-height: 300px;
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
      object-position: bottom;
    }
    h3 {
      position: absolute;
      background-color: #fff;
      border-top: 3px dashed var(--accent-color);
      border-right: 3px dashed var(--accent-color);
      border-radius: 0 20px 0 0;
      bottom: 0;
      left: 0;
      text-align: center;
      padding: 20px 40px;
    }
  }
  .favorites-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background-color: unset;

    li {
      width: calc(100% / 4 - 24px);
      min-width: 280px;
      border-radius: 14px;
      overflow: hidden;
      position: relative;
      padding: 0;
      background-color: #fff;
      transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

      .wp-post-image {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
        margin: 0;
      }
      a {
        margin: 20px 5px;
        display: inline-block;
      }
      &:hover {
        box-shadow: 0 5px 10px rgba(87, 87, 87, 0.199);

        img {
          transform: scale(1.08);
        }
      }
    }

    h2,
    .favorite-title {
      font-size: 15px;
      line-height: 1.4;
      padding: 12px 14px 42px;
    }

    .simplefavorite-button,
    .favorite-button {
      margin: 0 0px 10px 5px;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;

      h2 {
        font-size: 14px;
      }
    }
  }
  .favorite-none {
    max-width: 500px;
    margin: 0 auto;

    .favorite-imgBox {
      margin-bottom: 30px;
      margin-left: 40px;
      img {
      }
    }
    .none-textbox {
      text-align: center;
      p {
        font-size: 26px;
        margin-bottom: 10px;
      }
      a {
        background-color: var(--accent-color);
        padding: 10px 40px;
        color: #fff;
        font-size: 26px;
        display: inline-block;
        width: fit-content;
        font-weight: 800;
        border-radius: 10px;
        &:hover {
          transform: scale(1.1);
        }
      }
    }
    @media (max-width: 768px) {
      .favorite-imgBox {
        width: 70%;
        margin: 0 auto;
      }
      .none-textbox {
        text-align: center;
        p {
          font-size: 18px;
        }
        a {
          font-size: 20px;
        }
      }
    }
  }
}

@media (max-width: 1200px) {
  .widgetInner {
    width: 100%;
  }
  .widgetFlex {
    flex-direction: column;
  }
  .sidebar-area {
    width: 100%;
    max-width: unset;
    height: 100%;
    padding: 40px 20px;
  }
}
/*------------------------------------------------------------
	　検索ページ
------------------------------------------------------------*/
.search-wrapper {
  min-height: 50vh;

  & .search-title {
    font-size: 24px;
    border-bottom: 2px solid var(--sub-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  & .search-count {
    margin-bottom: 20px;
  }
  & .blogUl {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 300px;
      background-color: #eee;
      padding: 10px;
      box-sizing: border-box;
      & a {
        & figure {
          overflow: hidden;
          & img {
            transition: all 0.3s ease-in-out;
            aspect-ratio: 2 / 1;
            object-fit: cover;
          }
          & .blog_txt {
            & .blog_date {
              font-size: 12px !important;
            }
            & .title-wrap {
              & .new_recent {
                color: red;
              }
            }
          }
        }
      }
    }
    & li:hover a figure img {
      transform: scale(1.1);
    }
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  box-sizing: border-box;
  background-color: #ffffff;

  .headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
  }

  h1 {
    a {
      display: block;

      img {
        height: 80px;
        object-fit: contain;
      }
    }
  }

  nav {
    .naviPc {
      display: flex;
      gap: 20px;

      .nav_item {
        a {
          color: #333;
          letter-spacing: 2px;
        }

        &:hover {
          opacity: 0.7;
        }
      }

      .contact {
        a {
          color: var(--main-color);
          font-weight: 800;
          background-color: var(--sub-color);
          border-radius: 50px;
          padding: 3px 15px;
        }
      }
    }
  }

  .menu-btn {
    width: 77px;
    height: 77px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 39px;
    position: relative;
    background-color: var(--sub-color);
    border: 2px solid var(--sub-color);
    box-sizing: border-box;

    span {
      transition: all 0.4s;
      box-sizing: border-box;
      position: absolute;
      left: calc(50% - 14px);
      width: 28px;
      height: 3px;
      border-radius: 2px;
      background-color: #fff;

      &:nth-of-type(1) {
        top: 24px;
      }
      &:nth-of-type(2) {
        top: 35px;
      }
      &:nth-of-type(3) {
        top: 46px;
      }
    }

    &.on {
      span {
        top: 35px !important;
        opacity: 0;
      }

      span:nth-of-type(1) {
        transform: rotate(45deg);
        opacity: 1;
      }

      span:nth-of-type(3) {
        transform: rotate(-45deg);
        opacity: 1;
      }
    }
  }

  &.on {
    height: 90px;
    background: #fff;

    h1 {
      padding: 19px 0 0 50px;

      img {
        width: 228px;
      }
    }

    .menu-btn {
      width: 52px;
      height: 52px;

      span {
        width: 25px;
        left: calc(50% - 13px);

        &:nth-of-type(1) {
          top: 13px;
        }
        &:nth-of-type(2) {
          top: 22px;
        }
        &:nth-of-type(3) {
          top: 31px;
        }
      }

      &.on span {
        top: 23px !important;
      }
    }
  }
}




/* --- menuBox --- */
.menuBox {
  display: none;
  position: fixed;
  background-image: linear-gradient(45deg , #f5c5a3,#ea751f );
  z-index: 1000;
  overflow-y: auto;
  box-sizing: border-box;
  right: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 60px);

  .naviUl {
    padding: 0 27px 50px;

    li {
      a {
        padding: 20px 30px 19px 0;
        position: relative;
        font-size: 1.6rem;
        display: block;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.06em;
        border-bottom: 1px solid #fff;

        &::before {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -5px;
          width: 21px;
          height: 11px;
          background: url("img/common/icon05.png") no-repeat left top;
          background-size: 21px 11px;
          content: "";
          transition: 0.3s;
        }
      }

      &.blank a::before {
        margin-top: -8px;
        width: 17px;
        height: 17px;
        background: url("img/common/icon13.png") no-repeat left top;
        background-size: 17px 17px;
      }
    }
  }
}

/*============================================================
  メディアクエリ
============================================================*/

/* PC */
@media (min-width: 897px) {
  #gHeader {
    .menu-btn:hover {
      opacity: 0.7;
    }
  }

  .menuBox {
    .naviUl li a:hover::before {
      right: -15px;
    }
  }
}

/* SP */
@media (max-width: 896px) {
  #gHeader {
    height: 80px;

    #container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 80px;
      margin: 0 15px;
    }

    h1 a {
      padding: 5px;
      display: inline-block;
      width: 160px;
    }

    nav .naviPc {
      display: none;
    }

    .menu-btn {
      width: 35px;
      height: 35px;

      span {
        left: calc(50% - 8px);
        width: 16px;
        height: 2px;

        &:nth-of-type(1) {
          top: 9px;
        }
        &:nth-of-type(2) {
          top: 15px;
        }
        &:nth-of-type(3) {
          top: 21px;
        }
      }

      &.on span {
        top: 15px !important;
      }
    }
  }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  padding: 0 20px;
  margin: 0 auto 20px;
}
#pagePath li {
  margin-right: 10px;
  display: inline;
  letter-spacing: 0.08em;
  font-size: 14px;
}
#pagePath li a {
  padding-right: 30px;
  display: inline-block;
  background: url("img/common/icon04.png") no-repeat right center;
  background-size: 9px auto;
}
#pagePath li img {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#pagePath li a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #pagePath {
    max-width: inherit;
    margin: 0 auto 42px;
    padding: 0 24px;
  }
  #pagePath li {
    margin-right: 9px;
  }
  #pagePath li a {
    padding-right: 26px;
    background: url("img/common/sp_icon03.png") no-repeat right center;
    background-size: 8px auto;
  }
  #pagePath li img {
    margin: -3px 0 0;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 20px 100px;
  background-color: var(--sub-color);
}
#gFooter .logo {
  text-align: center;
  margin-bottom: 20px;
}
#gFooter .naviPc {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#gFooter .naviPc li a {
  padding: 0 5px 5px;
  border-bottom: 1px solid var(--sub-color);
  transition: all 0.3s ease-in-out;
}
#gFooter .naviPc li a:hover {
  border-bottom: 1px solid #fff;
}
#gFooter .privacyTop {
  font-weight: 100;
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
#gFooter .privacyTop:hover {
  opacity: 0.6;
}
#gFooter address {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: center;
}
.pageTop a {
  position: fixed;
  right: 46px;
  bottom: 25px;
  z-index: 600;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.pageTop a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 22px 0;
    border-top: 1px solid #efeded;
    margin-left: 0px;
  }
  .special #gFooter {
    border-top: none;
  }
  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }
  .pageTop {
    display: none;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0;
  }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  border-bottom: 1px solid #d1cfcf;
}
.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  .pageTitle {
    margin-bottom: 13px;
    padding: 18px 0 30px;
  }
  .pageTitle .headLine01 .en {
    margin-bottom: 2px;
    font-size: 3rem;
  }
  .pageTitle .headLine01 .jp {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition:
    transform 1s,
    opacity 1s;
}
.fadeInUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  transition:
    transform 1.5s,
    opacity 1s;
}
.fadeInRight.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  transition:
    transform 2s,
    opacity 1s;
}
.fadeInLeft.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fadeInzoom {
  opacity: 0;
  transform: scale(1.2); /* 少し大きくしておく */
  transition:
    transform 2s ease,
    opacity 1.5s ease;
}

.fadeInzoom.on {
  opacity: 1;
  transform: scale(1); /* 通常サイズへ */
}
/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/

.indexPage {
  width: 100%;
}

.indexFlex {
  display: flex;
  justify-content: center;
}

/* mainVisual */
.mainVisual {
  position: relative;
  overflow: hidden;
  padding: 60px 0 20px;
  background: url(../../themes/osaka/img/common/main_bk.png) repeat top center /
    cover;
  max-height: 600px;
  box-sizing: border-box;

  &::before {
    content: "";
    position: absolute;
    background: url(../../themes/osaka/img/common/lantern_top.png) no-repeat
      center;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 20%;
    height: 40%;
  }
  &::after {
    content: "";
    position: absolute;
    background: url(../../themes/osaka/img/common/lantern_top.png) no-repeat
      center;
    background-size: 100% 100%;
    transform: scale(-1, 1);
    top: 0;
    right: 0;
    width: 20%;
    height: 40%;
  }
  .mainslide {
    position: relative;
    /* &::after {
      content: "";
      position: absolute;
      background: url(../../themes/osaka/img/common/topicon.png) no-repeat top /
      cover;
      width: 2%;
      height: 49%;
      top: -40px;
      right: 20%;
      z-index: 0;
      transform: rotate(30deg);
    } */

    .slideOuter {
      margin: 0px auto 0;
      max-width: 1500px;
      max-height: 500px;
      width: 90%;
      overflow: hidden;
      border: 5px solid var(--font-color);
      border-radius: 1000px;
      position: relative;
      aspect-ratio: 3 / 2;
      margin: 0 auto;
      overflow: hidden;
      z-index: 1;

      .slide {
        object-fit: cover;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1);
        transition:
          opacity 1s ease,
          transform 7s ease;

        &.active {
          opacity: 1;
          transform: scale(1.1);
        }
      }
    }
  }

  h2 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    margin: 0 auto;
    width: max-content;
    text-align: center;
    z-index: 10;
    font-size: clamp(2.2rem, 4vw, 4rem);
    padding: 0px 16px;
    color: #fff;
    background: var(--accent-color);
    font-family: var(--font-theme);
    border-radius: 20px;
  }
}

@media (max-width: 800px) {
  .mainVisual {
    &::before {
      width: 30%;
      height: 30%;
    }
    &::after {
      width: 30%;
      height: 30%;
    }
  }
}
/* ▼ アニメーション定義 */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* conceptSec */
.conceptSec {
  position: relative;
  padding: 0px 20px;
  background-color: #fef3b9;
  background-image: url("https://www.transparenttextures.com/patterns/dimension.png");
  background-size: 5%;
  border-top: 20px solid var(--font-color);
  .infoBox {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    gap: 10px;

    .lanternBox {
      position: relative;
      max-width: 110px;

      img {
        object-fit: contain;
        width: 100%;
      }

      span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #000000;
        font-family: var(--font-theme);
        font-weight: 700;
        font-size: 6rem;
        line-height: 1;
        text-shadow: 1px 1px 4px #fff;
      }
    }
    .yurayura {
      transform-origin: center top;
      animation: yurayura 3s ease-in-out infinite;
    }
    .rotate {
      transform: rotate(10deg);
    }
  }

  .conceptFlex {
    & .conceptImgBox {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
      align-items: flex-start;
      & img {
        width: calc(25% - 15px);
        object-fit: cover;
        display: block;
        border-radius: 10px;
        border: 6px solid var(--font-color);
      }
      & .imgmini {
        max-width: 250px;
        aspect-ratio: 2 / 1.5;
      }
      & .imglong {
        max-width: 350px;
        aspect-ratio: 1;
      }
      & .rotate20 {
        transform: rotate(-9deg);
      }
    }
    & .conceptText {
      margin-bottom: 20px;
      text-align: center;
      position: relative;
      z-index: 1;
      margin: -60px auto 0;
      background-image: radial-gradient(var(--sub-color), var(--accent-color));
      outline: 2px dashed var(--sub-color);
      outline-offset: -10px;
      border-radius: 1000px 1000px 0 0;
      width: 95%;
      max-width: 900px;
      padding: 100px 20px 60px;
      & p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 1.4px;
        font-weight: 600;
        color: #fff;
      }
    }
  }
}
@keyframes yurayura {
  0%,
  100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

@media (max-width: 650px) {
  .conceptSec {
    padding: 0;
    .infoBox {
      margin-bottom: 40px;
      .lanternBox {
        max-width: 60px;
        span {
          font-size: 3rem;
        }
      }
    }
    .conceptFlex {
      & .conceptImgBox {
        gap: 7px;
        margin: 0 10px;
        img {
          width: calc(50% - 10px);
        }
      }
      & .conceptText {
        margin: -30px auto 0;
        width: 100%;
        padding: 60px 10px 30px;

        p {
          font-size: 14px;
        }
      }
    }
  }
}

/* rankingSec*/
.rankingSec {
  & h3 {
    margin-bottom: 20px;
    text-align: center;
    font-family: var(--font-theme);
    color: #fff;
    text-shadow:
      1px 1px 0 #d00000,
      -1px -1px 0 #d00000,
      -1px 1px 0 #d00000,
      1px -1px 0 #d00000,
      0px 1px 0 #d00000,
      -1px 0 #d00000,
      -1px 0 0 #d00000,
      1px 0 0 #d00000;
    &::before {
      content: attr(data-text);
      position: absolute;
      z-index: -1;
      text-shadow: 4px 4px #d00000;
      -webkit-text-stroke: 4px #d00000;
    }
  }
  & .blogInner {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;

    & li {
      width: calc(100% / 4 - 15px);
      min-width: 250px;
      background-color: #fff;
      & a {
        & figure {
          overflow: hidden;
          aspect-ratio: 2 / 1;
          max-width: 380px;
          & img {
            aspect-ratio: 2/ 1;
            max-width: 380px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
          }
        }
        & .txtBox {
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          padding: 0 5px;
          & p {
            color: #333;
            font-size: 13px;
          }
          & span {
            font-weight: 100;
            font-size: 14px;
          }
        }
      }
      &:hover img {
        transform: scale(1.1);
      }
    }
  }
}
@media (max-width: 600px) {
  .rankingSec {
    h3 {
      margin-bottom: 20px;
    }
    & .blogInner {
      gap: 5px;

      & li {
        width: calc(100% / 2 - 10px);
        min-width: unset;
        padding: 5px;
        & a {
          & .txtBox {
            & span {
              font-size: 10px;
            }
          }
        }
      }
    }
  }
}

/* blogSec*/
.blogSec {
  position: relative;
  z-index: 0;
  & h3 {
    font-weight: 500;
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: var(--font-theme);
    color: var(--main-color);
    padding: 5px;
    font-weight: 700;
    position: relative;
    &:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, var(--main-color), transparent);
    }
  }
  & .blog_text {
    line-height: 1.8;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
  & .blogInner {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 250px;
      background-color: #fff;
      padding: 10px;
      border: 1px solid var(--font-color);
      & a {
        & figure {
          overflow: hidden;
          & img {
            aspect-ratio: 2 / 1;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
          }
        }
        & .txtBox {
          & span {
            font-weight: 100;
            font-size: 14px;
          }
        }
      }
      &:hover img {
        transform: scale(1.1);
      }
    }
  }
  & .btnBox {
    & a {
      border-radius: 10px;
      display: block;
      font-size: 14px;
      font-weight: var(--font-weight-bold);
      letter-spacing: 0.15em;
      line-height: 2.142;
      margin: 30px 0 0 auto;
      max-width: 250px;
      padding: 10px 8px;
      text-align: center;
      width: 100%;
      color: var(--font-color);
      font-weight: 700;
      background: linear-gradient(120deg, #a8d5ba, #f5f5f5);
      background-size: 200% 200%;
      transition: background-position 0.4s ease-in-out;

      &:hover {
        background-position: right center;
      }
    }
  }
}
@media (max-width: 600px) {
  .blogSec {
    padding: 80px 10px;

    h3 {
      margin-bottom: 20px;
      font-size: 24px;
    }
    & .blogInner {
      gap: 10px;

      & li {
        width: calc(100% / 2 - 10px);
        min-width: unset;
        padding: 5px;
        & a {
          & .txtBox {
            & span {
              font-size: 10px;
            }
          }
        }
      }
    }
  }
}

/*------------------------------------------------------------
	meritSec
------------------------------------------------------------*/
.meritSec {
  padding: 80px 40px;
  position: relative;
  height: 100vh;
  &::before {
    content: "";
    position: absolute;
    background: url(../../themes/osaka/img/common/octopus.png) no-repeat
      center / contain;
    width: 200px;
    height: 200px;
    right: 5%;
    top: 5%;
    animation: poyon 4s ease-in-out infinite;
    z-index: 1;
  }
  &::after {
    content: "";
    position: absolute;
    background: url(../../themes/osaka/img/common/dotonbori.png) no-repeat
      center / contain;
    width: 30%;
    height: 30%;
    left: 0%;
    bottom: 0%;
    z-index: 1;
  }

  & .meritFlex {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    & .meritBox {
      background-color: var(--sub-color);
      background-image: url("https://www.transparenttextures.com/patterns/fresh-snow.png");
      position: absolute;
      width: 100%;
      padding: 100px 40px;
      border-radius: 40%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      opacity: 0;
      pointer-events: none;
      transition:
        opacity 0.4s ease,
        transform 0.4s ease;
      transform: translateY(10px);

      & .meritiInner {
        position: relative;
        width: fit-content;

        & .number {
          font-size: 10rem;
          color: #ffecb8;
          font-weight: 600;
          line-height: 1;
          text-shadow: 2px 2px 0 #ffffff86;
          position: absolute;
          z-index: -1;
        }
        & .maritListOuter {
          padding: 40px 0 20px 20px;
          & h3 {
            font-size: 5rem;
            line-height: 1.4;
            letter-spacing: 3px;
            font-family: var(--font-theme);
            font-weight: 800;
            position: relative;
            margin: 0 auto 10px;
            -webkit-text-stroke: 5px var(--font-color);
            text-stroke: 5px var(--font-color);
            paint-order: stroke;
            color: #fffcf4;
          }
          & .meritList {
            & li {
              display: flex;
              margin-bottom: 10px;
              & .dots {
                font-size: 2.2rem;
                color: var(--main-color);
              }
              & .listInner {
                & h4 {
                  font-size: 20px;
                }
                & p {
                  font-size: 16px;
                }
              }
            }
          }
        }
      }
      & .gradation {
        width: 55%;
        position: relative;
        &::before {
          content: "";
          position: absolute;
          background: url(../../themes/osaka/img/common/circle.png) no-repeat
            center / contain;
          width: 120%;
          height: 120%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1;
        }
        & img {
          height: 100%;
          max-height: 600px;
          aspect-ratio: 1;
          object-fit: cover;
          border-radius: 50%;
          margin: 0 auto;
          display: block;
        }
      }
    }
    .meritBox.is-active {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
  }
}
@keyframes poyon {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  30% {
    transform: scale(1.2, 0.9) translateY(-20px);
  }
  50% {
    transform: scale(0.9, 1.2) translateY(0);
  }
  70% {
    transform: scale(1.1, 0.9) translateY(-10px);
  }
  90% {
    transform: scale(0.9, 1.1) translateY(0);
  }
}

@media (max-width: 760px) {
  .meritSec {
    padding: 80px 20px;
    height: auto;
    &::before {
      width: 150px;
      height: 150px;
      right: 0;
      top: 0;
    }
    &::after {
      aspect-ratio: 1;
      width: 40%;
      height: auto;
    }

    & .meritFlex {
      position: relative;
      flex-direction: column;

      & .meritBox {
        width: 100%;
        position: relative;
        opacity: 1;
        pointer-events: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 60px;
        padding: 20px 16px;
        border-radius: 100px;

        & .gradation {
          width: 70%;
        }

        & span {
          font-size: 3rem;
        }

        & .meritiInner {
          width: 100%;
        }
      }
    }
  }
}
@media (max-width: 500px) {
  .meritSec {
    & .meritFlex {
      & .meritBox {
        margin-bottom: 30px;
        padding: 20px 5px;

        & .meritiInner {
          position: relative;
          width: fit-content;

          & .number {
            font-size: 10rem;
            color: #ffecb8;
            font-weight: 600;
            line-height: 1;
            text-shadow: 2px 2px 0 #ffffff86;
            position: absolute;
            z-index: -1;
          }
          & .maritListOuter {
            padding: 40px 0 20px 10px;
            & h3 {
              font-size: 3rem;
            }
            & .meritList {
              & li {
                & .listInner {
                  & h4 {
                    font-size: 18px;
                  }
                  & p {
                    font-size: 14px;
                  }
                }
              }
            }
          }
        }

        & .gradation {
          width: 70%;
        }

        & span {
          font-size: 3rem;
        }

        & .meritiInner {
          width: 100%;
        }
      }
    }
  }
}

/*------------------------------------------------------------
	buttom-contact
------------------------------------------------------------*/
.containerbox {
  width: 100%;
  background: url("img/index/contact.jpg") no-repeat center / cover;
  background-color: #33333362;
  background-blend-mode: darken;
  padding: 50px;
  box-sizing: border-box;

  & .container {
    padding: 40px;
    text-align: center;

    & h3 {
      font-size: 3rem;
      font-weight: 500;
      letter-spacing: 0;
      text-align: center;
      font-family: var(--font-theme);
      color: #fff;
      margin-bottom: 30px;
    }

    & p {
      line-height: 2;
      color: #fff;
      letter-spacing: 0.15em;
      font-size: 16px;
    }

    & .button,
    & .tel {
      display: block;
      max-width: 400px;
      width: 100%;
      padding: 16px;
      font-size: 1.6rem;
      line-height: 2;
      color: #555;
      text-align: center;
      letter-spacing: 0.15em;
      border-radius: 3px;
      background-color: #fff;
      transition: all 0.5s ease-in-out;
      margin: 30px auto 0;

      & a {
        color: #fff;

        &:hover {
          opacity: 0.6;
        }
      }

      &:hover {
        color: #ffffff;
        background-color: var(--main-color);
      }
    }
  }
}
@media (max-width: 600px) {
  .containerbox {
    padding: 20px;

    & .container {
      padding: 20px;

      & h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
      }

      & p {
        font-size: 14px;
      }

      & .button,
      & .tel {
        padding: 10px;
      }
    }
  }
}
/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/page/visual.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 0 0 0 1000px;
}
.comVisual .headLine05 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 3px var(--main-color);
}
@media all and (max-width: 896px) {
  .comVisual {
    margin-bottom: 13px;
    height: 200px;
    background: url("img/page/sp_com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
  }
  .comVisual .headLine05 {
    font-size: 2rem;
  }
}
/*------------------------------------------------------------
	blogPage 掲載記事一覧
------------------------------------------------------------*/
.blogPage,
.archivePage {
  margin: 0 16px;
  & .blog_archive {
    & .blog_list {
      margin-bottom: 80px;
      margin-top: 20px;
      & .blogPage_item {
        & .blogUl {
          display: flex;
          gap: 20px;
          flex-wrap: wrap;
          justify-content: center;

          & li {
            width: calc(100% / 3 - 30px);
            min-width: 260px;
            background-color: #fef3b9;
            padding: 10px;
            box-sizing: border-box;
            & a {
              & figure {
                overflow: hidden;
                & img {
                  transition: all 0.3s ease-in-out;
                  aspect-ratio: 3 / 2;
                  object-fit: cover;
                }
                & .blog_txt {
                  & .blog_date {
                    font-size: 12px !important;
                  }
                  & .title-wrap {
                    & .new_recent {
                      color: red;
                    }
                  }
                }
              }
            }
          }
          & li:hover a figure img {
            transform: scale(1.1);
          }
        }
        @media (max-width: 600px) {
          & .blogUl {
            gap: 10px;

            & li {
              width: calc(100% / 2 - 10px);
              min-width: unset;
              padding: 5px;
              & a {
                & .txtBox {
                  & span {
                    font-size: 10px;
                  }
                }
              }
            }
          }
        }
      }
      & .all_tabs {
        max-width: 300px;
        margin: 0 auto 20px;
        & a {
          color: #fff;
          text-align: center;
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 20px;
          background-color: var(--accent-color);
          padding: 5px 10px;
          border-radius: 10px;
          box-shadow: 2px 2px 4px #33333334;
          width: 100%;
          display: block;
          &:hover {
            opacity: 0.6;
          }
        }
      }
      & .category_tabs {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 40px;

        & .category_tabs_item {
          border: 2px solid var(--sub-color);
          padding: 10px 20px;
          width: 50%;

          & .area_title {
            text-align: center;
            color: #395033;
            border-bottom: 2px solid #395033;
            font-size: 20px;
            font-weight: 700;
            max-width: 300px;
            margin: 0 auto 20px;
          }
          & ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            & li {
              & a {
                background-color: #ddd;
                border-radius: 15px;
                padding: 2px 5px;
                min-width: 60px;
                display: inline-block;
                text-align: center;
                &:hover {
                  opacity: 0.5;
                }
              }
            }
          }
        }
        & .area_tabs {
          & ul {
            & li:nth-child(n + 21) {
              display: none;
            }
          }
        }
        /* 開いた状態のとき表示 */
        & .area_tabs {
          & ul.show-all {
            & li {
              display: block;
            }
          }
        }
      }
      @media (max-width: 796px) {
        & .category_tabs {
          flex-direction: column;

          & .category_tabs_item {
            width: 100%;
          }
        }
      }
      @media (max-width: 450px) {
        & .all_tabs {
          & a {
            font-size: 18px;
            padding: 3px 10px;
          }
        }
        & .category_tabs {
          gap: 10px;

          & .category_tabs_item {
            padding: 10px;
            & .area_title {
              border-bottom: 1px solid #395033;
              font-size: 16px;
            }
            & ul {
              display: flex;
              flex-wrap: wrap;
              gap: 5px;
              & li {
                & a {
                  background-color: #ddd;
                  padding: 0 5px;
                  min-width: 60px;
                  display: inline-block;
                  text-align: center;
                }
              }
            }
          }
        }
      }
    }
  }
  .blogPage_item_widget {
    background-color: var(--accent-color);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    & .widget-title {
      font-weight: 700;
      font-size: 20px;
      padding-left: 10px;
      border-left: 5px solid var(--main-color);
      margin-bottom: 10px;
      color: #fff;
    }
    ul {
      display: flex;
      gap: 10px;
    }
    & a {
      color: #fff;
    }
  }
}
/*------------------------------------------------------------
	singlePage 記事ページ
------------------------------------------------------------*/
.singlePage {
  & .news {
    margin: 0 16px;
    & .singleBox {
      & news_date {
        font-size: 14px;
      }
      & .single_txt {
        & h2 {
          text-align: center;
          font-size: 3rem;
          margin: 10px 0 40px;
          border-bottom: 1px solid var(--sub-color);
        }
        & h3 {
          background-color: var(--sub-color);
          font-weight: 700;
          color: #fff;
          padding: 10px;
          margin-top: 30px;
			font-size:18px;
        }
        & h4 {
          background-color: #fff;
          border: 1px solid #ddd;
          color: #333;
          margin-bottom: 20px;
          padding: 5px 16px;
        }
        & a {
          color: var(--sub-color);
        }
        & img {
          margin-top: 20px;
          max-height: 500px;
          height: 100%;
          object-fit: cover;
        }
      }
      & .pageNavi {
        display: flex;
        justify-content: space-between;
      }
    }
  }
}

/* singleページ：関連記事デザイン */
.relatedPosts {
  margin-top: 80px;

  h3 {
    font-size: 24px;
    border-left: 3px solid var(--accent-color);
    padding-left: 10px;
    margin-bottom: 30px;
  }
  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    li {
      width: calc(100% / 4 - 20px);
      min-width: 200px;
      box-shadow: 2px 2px 6px #55555565;
      transition: all 0.3s ease-in-out;

      &:hover {
        transform: scale(1.05);
      }
      a {
        p {
          padding: 10px;
        }
      }
    }
    img {
      width: 100%;
      aspect-ratio: 2 / 1;
      object-fit: cover;
    }
  }
}

/* singleページ：キーワード検索デザイン */
.keyword-box {
  border-radius: 20px;
  border: 3px solid var(--accent-color);
  padding: 20px;
  margin: 40px 0;
  .key-title {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
    border-bottom: 2px dashed #555;
    width: fit-content;
    margin: 0 auto 20px;

    img {
      width: 30px;
    }
    h4 {
      text-align: center;
      font-size: 24px;
    }
  }
  ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 800px;
    margin: 0 auto;

    li {
      a {
        color: #fff;
        background-color: var(--accent-color);
        width: fit-content;
        padding: 0 10px;
        border-radius: 5px;
      }
    }
  }
}

/*------------------------------------------------------------
	共通デザイン
------------------------------------------------------------*/
/* 最新記事アップ通知バー */
.latestBar {
  padding: 5px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 13px;
  font-size: 14px;
  border: 2px solid #6b451a;
  outline: 1px solid #6b451a;
  outline-offset: -5px;
  /*   background-image: url("https://www.transparenttextures.com/patterns/always-grey.png"); */
  .latestBarText{
    animation: scale-blink 1s infinite;
  }
  .latestDate{
    font-weight: 700;
  }
  .latestBtn {
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
    background: #6b451a;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 0px 3px #fff;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 50%;
      height: 100%;
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
      );
      transform: skewX(-20deg);
      transition: left 0.6s ease-in-out;
    }

    &:hover {
      opacity: 0.7;
      &::before {
        left: 120%;
      }
    }
  }
}
@keyframes shine {
  from {
    left: -120%;
  }
  to {
    left: 120%;
  }
}
@keyframes scale-blink {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.5; }
}
/* 月間アーカイブデザイン */
.month_archive {
  background-color: var(--accent-color);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

  & .widget-title {
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
    border-left: 5px solid var(--main-color);
    color: #fff;
    margin-bottom: 10px;
  }
  & ul {
    display: flex;
    gap: 10px;

    & a {
      color: #fff;
      background-color: #fff;
      padding: 3px 10px;
      border-radius: 5px;
      color: var(--accent-color);
      border: 2px solid #fff;
      display: block;

      &:hover {
        background-color: var(--accent-color);
        color: #fff;
      }
    }
  }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .topTxt {
  margin: 0 0 68px 3px;
  letter-spacing: 0.06em;
}
.contactPage table {
  margin-bottom: 158px;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}
.contactPage th,
.contactPage td {
  padding: 28px 0 28px 58px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d1cfcf;
}
.contactPage th {
  padding: 20px 50px 20px 0;
  width: 29%;
  font-weight: 500;
}
.contactPage td {
  font-size: 1.3rem;
  position: relative;
}
.contactPage th .must {
  float: right;
  width: 44px;
  color: #fff;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #212836;
  text-align: center;
}
.contactPage td:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  bottom: 27px;
  background: #d1cfcf;
  content: "";
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
  width: 100%;
  height: 58px;
  color: #212836;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}
.contactPage td .wid01 {
  width: 98px !important;
}
.contactPage td .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.6rem;
}
.contactPage td .add {
  margin-bottom: 20px;
}
.contactPage td textarea {
  height: 265px;
  resize: vertical;
  padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
  margin-bottom: 45px;
  line-height: 1.9;
  text-align: center;
}
.contactPage .txtP a {
  text-decoration: underline;
}
.contactPage .txtP a:hover {
  opacity: 0.7;
}
.contactPage .agreeTxt {
  width: 460px;
  margin: 0 auto 100px;
  padding: 12px 10px 16px 80px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contactPage .agreeTxt input[type="checkbox"] {
  display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
  background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
  background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}
.contactPage .submit {
  text-align: center;
}
.contactPage .submit li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}
.ajax-loader {
  display: none !important;
}
.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
}
.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}
.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
  margin-top: -5px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
}
.contactPage .submit li input {
  color: #fff;
  width: 258px;
  height: 48px;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}
.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}
.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
  background: #cecece;
  border-color: #cecece;
}
.contactPage .submit li.disabled .info01:after {
  display: none;
}
.contactPage .errTop {
  margin-bottom: 16px;
  padding: 18px 10px;
  color: #c1272d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 3px solid #c1272d;
  background: #fcdedd;
  text-align: center;
}
.contactPage .errTop img {
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #fcdedd;
  border: 1px solid #c1272d;
}
.contactPage .error td .errorTxt {
  margin: 2px 0 -22px;
  display: block;
  color: #de2b2b;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}
.contactPage .confirmTab td .add {
  margin-bottom: 4px;
}
.thanks .title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.thanks .thanksTxt {
  margin-bottom: 180px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 256px;
  color: #fff;
  text-align: center;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
  box-sizing: border-box;
}
.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}
.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("img/common/icon08.png");
  }
  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("img/common/icon05.png");
  }
  .contactPage .submit li:hover input {
    color: #212836;
  }
  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }
  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("img/common/icon14.png");
  }
  .thanks .linkBtn a:hover {
    color: #212836;
  }
  .thanks .linkBtn a:hover:before {
    background-image: url("img/common/icon14.png");
    left: -21px;
  }
  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .contactPage .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }
  .contactPage table {
    margin-bottom: 48px;
  }
  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }
  .contactPage th {
    padding: 22px 0 10px;
    width: 100%;
    border: none;
  }
  .contactPage td:before {
    display: none;
  }
  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }
  .contactPage td {
    font-size: 1.4rem;
  }
  .contactPage td .wid01 {
    width: 124px !important;
  }
  .contactPage td .ico {
    margin-right: 7px;
  }
  .contactPage td .add {
    margin-bottom: 20px;
  }
  .contactPage td textarea {
    height: 180px;
    padding: 20px 10px 20px 25px;
  }
  .contactPage .txtP {
    margin-bottom: 23px;
    line-height: 1.85;
  }
  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 51px;
    padding: 14px 10px 14px 30px;
  }
  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }
  .contactPage .submit li {
    margin: 0 0 15px;
    display: block;
  }
  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }
  .contactPage .submit li span:before {
    right: 17px;
  }
  .contactPage .submit li input {
    width: 100%;
    height: 60px;
  }
  .contactPage .errTop {
    margin-bottom: 18px;
    padding: 23px 10px 20px;
    font-size: 1.6rem;
    border-width: 2px;
    line-height: 1.9;
  }
  .contactPage .errTop img {
    margin: 0 auto 5px;
    display: block;
  }
  .contactPage .error td .errorTxt {
    margin: 3px 0 -19px;
    font-size: 1.1rem;
  }
  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 21px 0 7px;
    height: auto;
    line-height: 2;
  }
  .contactPage .confirmTab td {
    padding: 0 0 20px;
  }
  .contactPage .confirmTab td .add {
    margin-bottom: 4px;
  }
  .thanks .title {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }
  .thanks .thanksTxt {
    margin-bottom: 37px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }
  .thanks .linkBtn a {
    margin: 0 auto;
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 450px;
    letter-spacing: 0.06em;
  }
  .thanks .linkBtn a:before {
    left: 16px;
  }
}
@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -17px 23px;
  }
  .contactPage .agreeTxt {
    padding: 14px 5px 14px 10px;
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  margin-bottom: 240px;
}
.privacy p {
  margin-bottom: 4px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
.privacy h3 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 5px solid var(--main-color);
  position: relative;
}
.privacy h4 {
  border-bottom: 1px solid #333;
  width: fit-content;
  padding: 0 10px;
  margin-bottom: 10px;
}
.privacy h5 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.privacy .txt01 {
  margin-bottom: 65px;
}
.privacy .txt02 {
  margin-bottom: 72px;
}
.privacy .txt03 {
  margin-bottom: 35px;
}
.privacy .txt04 {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .privacy {
    margin-bottom: 110px;
  }
  .privacy .pageTitle {
    padding: 28px 0 30px;
  }
  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }
  .privacy #pagePath {
    margin-bottom: 56px;
  }
  .privacy p {
    margin-bottom: 3px;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }
  .privacy h5 {
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }
  .privacy .txt01 {
    margin-bottom: 57px;
  }
  .privacy .txt02 {
    margin-bottom: 60px;
  }
  .privacy .txt03 {
    margin-bottom: 27px;
  }
  .privacy .txt04 {
    margin-bottom: 0;
  }
}
.wpcf7-response-output {
  display: none !important;
}
