@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  letter-spacing: 0.02em;
  color: #000;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
hgroup,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1em;
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  color: #666666;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* =========================
     Header(PC)
  ========================= */
  #header {
    position: absolute;
    inset: 24px clamp(12px, 3.2vw, 300px) auto;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    margin: 0 0 20px;
    padding: 12px 12px 12px 24px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
  #headerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(179px, 48vw, 240px);
    aspect-ratio: 9/1;
    -o-object-fit: contain;
       object-fit: contain;
    line-height: 1em;
  }
  #headerLogo a {
    display: inline-block;
    line-height: 1em;
  }
  #headerLogo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wpml-floating-language-switcher {
    margin-right: auto;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language .wpml-ls-link {
    cursor: default;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language .wpml-ls-link span {
    color: #BBBBBB;
    border-bottom: none;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link {
    padding: 0;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link span {
    display: inline-block;
    color: #666666;
    line-height: 1.5em;
    border-bottom: 2px solid #666666;
  }
  .wpml-floating-language-switcher {
    display: none;
  }
  #headerNavWrapper {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 999;
    display: none;
    width: 100vw;
  }
  #headerNavWrapper::before {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #headerNav {
    position: relative;
    width: 328px;
    height: 100vh;
    overflow: hidden auto;
    padding: 40px 32px;
    background-color: rgba(136, 136, 136, 0.9);
  }
  #headerNav #spLang {
    display: block;
    margin-bottom: 40px;
    padding: 1em;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #696969;
    background-color: #fff;
  }
  #headerNav > .close {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 44px auto 0;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #headerNav #parentList {
    list-style: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #headerNav #parentList.opened {
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  #headerNav #parentList > li {
    display: block;
    padding: 4px 0;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-bottom: 1px solid #BBBBBB;
  }
  #headerNav #parentList > li:first-child {
    border-top: 1px solid #BBBBBB;
  }
  #headerNav #parentList > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #headerNav #parentList > li > span::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: auto;
    -webkit-mask-image: url(../images/common/ico-link-arrow.svg);
            mask-image: url(../images/common/ico-link-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: left bottom;
            mask-position: left bottom;
    background-color: #fff;
  }
  #headerNav #parentList > li span {
    position: relative;
    z-index: 1;
    padding: 12px 0;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
  }
  #headerNav #parentList > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #headerNav #parentList > li a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: auto;
    -webkit-mask-image: url(../images/common/ico-blank.svg);
            mask-image: url(../images/common/ico-blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
  }
  #headerNav .dropdown {
    display: none;
    position: relative;
    right: -100vw;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #headerNav .dropdown.opened {
    right: 0;
  }
  #headerNav .dropdown .close {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 36px;
    padding: 0 0 0 1.25em;
    line-height: 1em;
    border-bottom: 1px solid #fff;
  }
  #headerNav .dropdown .close span {
    font-style: normal;
    font-size: 12px;
    color: #fff;
  }
  #headerNav .dropdown .close::before, #headerNav .dropdown .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
  }
  #headerNav .dropdown .close::before {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
  #headerNav .dropdown .close::after {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
  #headerNav .dropdown .nav-parent {
    margin-bottom: 32px;
    line-height: 1em;
  }
  #headerNav .dropdown .nav-parent a {
    display: block;
    color: #fff;
  }
  #headerNav .dropdown .nav-parent a b {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  #headerNav .dropdown .nav-parent a small {
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #DDDDDD;
  }
  #headerNav .dropdown ul {
    list-style: none;
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 0;
    white-space: nowrap;
    border-top: 1px solid #BBBBBB;
  }
  #headerNav .dropdown ul li {
    padding: 4px 0;
    border-bottom: 1px solid #BBBBBB;
  }
  #headerNav .dropdown ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    font-size: 13px;
    color: #fff;
  }
  #headerNav .dropdown ul li a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: auto;
    -webkit-mask-image: url(../images/common/ico-blank.svg);
            mask-image: url(../images/common/ico-blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: left bottom;
            mask-position: left bottom;
    background-color: #fff;
  }
  #spSNS {
    margin-top: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #spSNS.opened {
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  #spSNS .com-profile {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
  }
  #spSNS .header-sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  #spSNS .header-sns li a {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  #spSNS .header-sns li a img {
    max-width: 16px;
    max-height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @-webkit-keyframes lineFadeOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  @keyframes lineFadeOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  #hamburger {
    position: relative;
    z-index: 990;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
  }
  #hamburger::before, #hamburger::after,
  #hamburger > div {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #666666;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #hamburger::before, #hamburger::after {
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #hamburger::before {
    top: calc(50% - 6px);
  }
  #hamburger::after {
    top: calc(50% + 6px);
  }
  #hamburger > div {
    top: 50%;
  }
  #hamburger.active {
    border: 2px solid #fff;
    background-color: #fff;
  }
  #hamburger.active > div {
    -webkit-animation: lineFadeOut 0.5s forwards;
            animation: lineFadeOut 0.5s forwards;
  }
  #hamburger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }
  #hamburger.active::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
            transform: translate(-50%, -50%) rotate(-225deg);
  }
  /* =========================
  メガメニュー
  ========================= */
  #headerMenu {
    display: none;
  }
  /* =========================
  パンくず
  ========================= */
  .pankz {
    display: none;
  }
  /* =========================
  汎用ページタイトル
  ========================= */
  .page-parent-title {
    padding: 68px clamp(12px, 3.2vw, 300px) 0;
    background: #EEEEEE;
    background: radial-gradient(89.47% 101.97% at 21.6% 10.53%, #F3F6F7 0%, #ECF1F2 100%);
  }
  .page-parent-title .inner {
    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;
    width: 100%;
    height: 152px;
    margin: 0 auto;
    text-align: center;
  }
  .page-parent-title small {
    display: block;
    margin-top: 8px;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #BBBBBB;
    line-height: 1em;
  }
  .page-parent-title .main-title {
    display: block;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #666666;
  }
  .page-child-title {
    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;
    width: 100%;
    height: 188px;
    margin: 0 auto;
    padding: 68px clamp(12px, 3.2vw, 300px) 0;
    text-align: center;
  }
  .page-child-title small {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #AAAAAA;
    line-height: 1em;
  }
  .page-child-title .main-title {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #666666;
  }
  /* =========================
     Footer
  ========================= */
  #footer {
    margin-top: 64px;
  }
  #footer .totop {
    padding: 0 40px 0 0;
    text-align: right;
  }
  #footer .totop a {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    border-bottom: 2px solid #696969;
  }
  #footer #contactFloat {
    position: fixed;
    bottom: 0 !important;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100vw;
    padding: 8px 10px;
    text-align: center;
    z-index: 100;
    background-color: #F5F5F5;
    -webkit-animation: bounceInUp 1s ease-in-out;
            animation: bounceInUp 1s ease-in-out;
  }
  #footer #contactFloat .arrow,
  #footer #contactFloat .btn {
    position: relative;
  }
  #footer #contactFloat .arrow {
    width: 160px;
    max-width: 38%;
    z-index: 1;
  }
  #footer #contactFloat .btn {
    z-index: -1;
    left: -8px;
    width: 200px;
    max-width: 62%;
  }
  .footer-content {
    padding: 48px 40px 80px;
    background-color: #F5F5F5;
  }
  .footer-content .left {
    margin-bottom: 40px;
    padding: 0 8px;
  }
  .footer-content .right {
    color: #666666;
    text-align: center;
  }
  .footer-content .footer-link {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 2em;
  }
  .footer-content .footer-link li {
    white-space: nowrap;
  }
  .footer-content .footer-link li:not(:last-child)::after {
    content: "";
    position: relative;
    top: 0.15em;
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-left: 0.5em;
    background-color: #666666;
  }
  .footer-content .footer-link a {
    display: inline-block;
  }
  .footer-content .com-profile {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
  .footer-content #footerLogo {
    display: block;
    width: 215px;
    margin: 0 auto 12px;
  }
  .footer-content #footerLogo img {
    display: block;
  }
  .footer-content .desc {
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.8em;
  }
  .footer-content .copyright {
    display: inline-block;
    margin-top: 24px;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #BBBBBB;
    letter-spacing: 0.05em;
  }
  /* =========================
  汎用問い合わせCTA
  ========================= */
  .contact-cta {
    margin: 40px auto 0;
    padding: 0 4vw;
  }
  .contact-cta .contact-inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 24px;
    color: #666666;
    background-color: #FFFF00;
    border-radius: 12px;
  }
  .contact-cta .contact-inner h3 {
    margin-bottom: 0.75em;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .contact-cta .contact-inner p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .contact-cta .contact-inner .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .contact-cta .contact-inner .btn-wrapper .contact-btn {
    display: grid;
    place-items: center;
    width: 200px;
    height: 50px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #666666;
    letter-spacing: 0.05em;
  }
  .contact-cta .contact-inner .btn-wrapper .contact-btn:hover {
    opacity: 0.7;
  }
  /* ページネーション */
  .wp-pagenavi {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 70px 5px;
    font-size: 14px;
    color: #666666;
  }
  .wp-pagenavi {
    position: relative;
    text-align: center;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: absolute;
    top: 40px;
    text-decoration: none;
  }
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
  .wp-pagenavi .previouspostslink::before {
    content: "<";
    margin-right: 5px;
    font-weight: bold;
    color: #999999;
  }
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
  .wp-pagenavi .nextpostslink::after {
    content: ">";
    margin-left: 5px;
    font-weight: bold;
    color: #999999;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    margin: 0 3px;
    padding: 5px;
  }
  .wp-pagenavi .current {
    font-weight: 900;
  }
}
/* ***************************************************
 TB
*************************************************** */
@media all and (max-width:1380px) and (min-width:600px) {
  #headerNavWrapper {
    display: none;
  }
  #headerLogo {
    margin-right: 24px;
  }
  .wpml-floating-language-switcher {
    display: block;
    margin-right: auto;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language .wpml-ls-link {
    cursor: default;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language .wpml-ls-link span {
    color: #BBBBBB;
    border-bottom: none;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link {
    padding: 0;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link span {
    display: inline-block;
    color: #666666;
    line-height: 1.5em;
    border-bottom: 2px solid #666666;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .sp {
    display: none !important;
  }
  /* =========================
     Header(PC)
  ========================= */
  #header {
    position: absolute;
    inset: 24px auto auto auto;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 48px);
    height: 72px;
    margin: 0 24px 20px;
    padding: 0 32px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
  #headerLogo {
    display: block;
    width: 286px;
    height: 32px;
    margin-right: 24px;
    line-height: 1em;
  }
  #headerLogo a {
    display: inline-block;
    line-height: 1em;
  }
  #headerLogo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wpml-floating-language-switcher {
    margin-right: auto;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language .wpml-ls-link {
    cursor: default;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language .wpml-ls-link span {
    color: #BBBBBB;
    border-bottom: none;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link {
    padding: 0;
  }
  .wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link span {
    display: inline-block;
    color: #666666;
    line-height: 1.5em;
    border-bottom: 2px solid #666666;
  }
  #headerLang {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    margin-right: auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
  #headerLang span {
    color: #BBBBBB;
  }
  #headerLang a {
    display: inline-block;
    padding: 0;
    color: #666666;
    border-bottom: 2px solid #666666;
  }
  #headerNavWrapper {
    margin: 0 20px 0 32px;
  }
  #headerNav {
    position: relative;
  }
  #headerNav #parentList {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  #headerNav #parentList > li {
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  #headerNav #parentList > li span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #666666;
  }
  #headerNav #parentList > li span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 4px;
    background-color: #FFFF00;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform cubic-bezier(0.5, 0.5, 1, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.5, 0.5, 1, 1) 0.3s;
    transition: transform cubic-bezier(0.5, 0.5, 1, 1) 0.3s;
    transition: transform cubic-bezier(0.5, 0.5, 1, 1) 0.3s, -webkit-transform cubic-bezier(0.5, 0.5, 1, 1) 0.3s;
  }
  #headerNav #parentList > li span:hover::before, #headerNav #parentList > li span.current::before, #headerNav #parentList > li span.opened::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  #headerNav #parentList > li > span {
    cursor: pointer;
  }
  #headerNav .dropdown {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    min-width: 424px;
    padding: 36px 68px 36px 36px;
    background-color: rgba(136, 136, 136, 0.9);
    border-radius: 8px;
  }
  #headerNav .dropdown::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 40px;
    display: block;
    width: 20px;
    height: 18px;
    background-image: url(../images/common/header-nav.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
  }
  #headerNav .dropdown .close {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 10;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  #headerNav .dropdown .close span {
    display: none;
  }
  #headerNav .dropdown .close::before, #headerNav .dropdown .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
  }
  #headerNav .dropdown .close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  #headerNav .dropdown .close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  #headerNav .dropdown .nav-parent {
    margin-bottom: 36px;
    line-height: 1em;
  }
  #headerNav .dropdown .nav-parent a {
    display: block;
    color: #fff;
    white-space: nowrap;
  }
  #headerNav .dropdown .nav-parent a b {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 0;
  }
  #headerNav .dropdown .nav-parent a small {
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #headerNav .dropdown ul {
    list-style: none;
    font-size: 15px;
    line-height: 1.75em;
  }
  #headerNav .dropdown ul li {
    margin: 1.25em 0;
  }
  #headerNav .dropdown ul li:last-child {
    margin-bottom: 0;
  }
  #headerNav .dropdown ul li a {
    display: block;
    color: #fff;
  }
  #headerNav .dropdown ul li a:not(#headerNav .dropdown ul li a[target=_blank])::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 13px;
    -webkit-mask-image: url(../images/common/ico-link-arrow.svg);
            mask-image: url(../images/common/ico-link-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: left bottom;
            mask-position: left bottom;
    background-color: #fff;
  }
  #headerNav .dropdown ul li a[target=_blank]::after {
    background-color: #fff;
  }
  @-webkit-keyframes lineFadeOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  @keyframes lineFadeOut {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  #hamburger {
    position: relative;
    z-index: 999;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 2px solid #666666;
    border-radius: 50%;
    cursor: pointer;
  }
  #hamburger::before, #hamburger::after,
  #hamburger > div {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #666666;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #hamburger::before, #hamburger::after {
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #hamburger::before {
    top: calc(50% - 4px);
  }
  #hamburger::after {
    top: calc(50% + 4px);
  }
  #hamburger > div {
    top: 50%;
  }
  #hamburger.active {
    border: 2px solid #fff;
    background-color: #fff;
  }
  #hamburger.active > div {
    -webkit-animation: lineFadeOut 0.5s forwards;
            animation: lineFadeOut 0.5s forwards;
  }
  #hamburger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }
  #hamburger.active::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
            transform: translate(-50%, -50%) rotate(-225deg);
  }
  /* =========================
  メガメニュー
  ========================= */
  #headerMenu {
    display: none;
    position: absolute;
    inset: 0 0 auto auto;
    z-index: 990;
    width: 1392px;
    max-width: calc(100vw - 48px);
    padding: 8px 116px 56px;
    color: #fff;
    background-color: rgba(136, 136, 136, 0.9);
    border-radius: 24px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
  #headerMenu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  #headerMenu .left {
    width: 50%;
  }
  #headerMenu .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #headerMenu .nav-parent {
    margin-top: 48px;
    margin-bottom: 24px;
  }
  #headerMenu .nav-parent a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
  }
  #headerMenu .nav-parent a b {
    display: inline-block;
    padding-bottom: 2px;
    font-weight: 700;
    line-height: 1em;
    border-bottom: 1px solid #fff;
  }
  #headerMenu .nav-parent a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    -webkit-mask-image: url(../images/common/ico-blank.svg);
            mask-image: url(../images/common/ico-blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
  }
  #headerMenu .nav-group ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 16px;
    white-space: nowrap;
    line-height: 1em;
  }
  #headerMenu .nav-group ul li a {
    font-size: 13px;
    color: #fff;
  }
  #headerMenu .nav-group ul li a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    -webkit-mask-image: url(../images/common/ico-blank.svg);
            mask-image: url(../images/common/ico-blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
  }
  #headerMenu .right-top {
    margin-bottom: 60px;
  }
  #headerMenu .right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
  #headerMenu .right-bottom .com-profile {
    margin-right: 40px;
  }
  #headerMenu .right-bottom .header-sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  #headerMenu .right-bottom .header-sns li a {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  #headerMenu .right-bottom .header-sns li a img {
    max-width: 16px;
    max-height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* =========================
  パンくず
  ========================= */
  .pankz {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 1208px;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 24px;
    font-size: 12px;
    color: #AAAAAA;
  }
  .pankz li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }
  .pankz li a {
    color: #AAAAAA;
  }
  .pankz li a:hover {
    text-decoration: underline;
  }
  .pankz li > span {
    color: #666666;
  }
  .pankz li:not(:last-child)::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    margin: 0 8px;
    background-color: #AAAAAA;
  }
  /* =========================
  汎用ページタイトル
  ========================= */
  .page-parent-title {
    margin: 0 auto;
    padding: 0 24px;
    background: #EEEEEE;
    background: radial-gradient(89.47% 101.97% at 21.6% 10.53%, #F3F6F7 0%, #ECF1F2 100%);
  }
  .page-parent-title .inner {
    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;
    width: 1160px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .page-parent-title small {
    display: block;
    margin-top: 16px;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #BBBBBB;
    line-height: 1em;
  }
  .page-parent-title .main-title {
    display: block;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #666666;
  }
  .page-child-title {
    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;
    width: 1208px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .page-child-title small {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #AAAAAA;
    line-height: 1em;
  }
  .page-child-title .main-title {
    display: block;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #666666;
  }
  /* =========================
     Footer
  ========================= */
  @-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
              transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
              transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(1.03);
              transform: translate3d(0, 10px, 0) scaleY(1.03);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
              transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
    }
  }
  @keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
              transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
              transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(1.03);
              transform: translate3d(0, 10px, 0) scaleY(1.03);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
              transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
    }
  }
  #footer {
    margin-top: 64px;
  }
  #footer .totop {
    padding: 0 40px 0 0;
    text-align: right;
  }
  #footer .totop a {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    border-bottom: 1px solid #696969;
  }
  #footer #contactFloat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 152px;
    text-align: center;
    z-index: 100;
    -webkit-animation: bounceInUp 1s ease-in-out;
            animation: bounceInUp 1s ease-in-out;
  }
  #footer #contactFloat .arrow,
  #footer #contactFloat .btn {
    position: relative;
  }
  #footer #contactFloat .arrow {
    z-index: 1;
  }
  #footer #contactFloat .btn {
    top: -30px;
    z-index: -1;
    width: 136px;
    margin-bottom: -30px;
  }
  .footer-content {
    padding: 52px 40px;
    background-color: #F5F5F5;
  }
  .footer-content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-content .left {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-content .right {
    color: #666666;
    text-align: right;
  }
  .footer-content .footer-link {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
  .footer-content .footer-link li:not(:last-child)::after {
    content: "";
    position: relative;
    top: 0.15em;
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-left: 0.5em;
    background-color: #666666;
  }
  .footer-content .footer-link a {
    display: inline-block;
    padding-bottom: 4px;
  }
  .footer-content .footer-link a:hover {
    border-bottom: 1px solid #666666;
  }
  .footer-content .com-profile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-content .com-profile:hover {
    opacity: 0.8;
  }
  .footer-content #footerLogo {
    margin-bottom: 12px;
  }
  .footer-content #footerLogo img {
    display: block;
    margin-left: auto;
  }
  .footer-content .desc {
    font-size: 11px;
    line-height: 1.8em;
  }
  .footer-content .copyright {
    display: inline-block;
    margin-top: 48px;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #BBBBBB;
    letter-spacing: 0.05em;
  }
  /* =========================
  汎用問い合わせCTA
  ========================= */
  .contact-cta {
    margin: 64px auto;
    padding: 0 48px;
  }
  .contact-cta .contact-inner {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 24px;
    text-align: center;
    color: #666666;
    background-color: #FFFF00;
    border-radius: 12px;
  }
  .contact-cta .contact-inner h3 {
    margin-bottom: 0.75em;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .contact-cta .contact-inner p {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .contact-cta .contact-inner .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .contact-cta .contact-inner .btn-wrapper .contact-btn {
    display: grid;
    place-items: center;
    width: 200px;
    height: 50px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #666666;
    letter-spacing: 0.05em;
  }
  .contact-cta .contact-inner .btn-wrapper .contact-btn:hover {
    opacity: 0.7;
  }
  /* ページネーション */
  .wp-pagenavi {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 100px 5px;
    font-size: 14px;
    color: #666666;
  }
  .wp-pagenavi {
    position: relative;
    text-align: center;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: absolute;
    top: 24px;
    text-decoration: none;
  }
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
  .wp-pagenavi .previouspostslink::before {
    content: "<";
    margin-right: 5px;
    font-weight: bold;
    color: #999999;
  }
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
  .wp-pagenavi .nextpostslink::after {
    content: ">";
    margin-left: 5px;
    font-weight: bold;
    color: #999999;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    margin: 0 10px;
    padding: 10px;
  }
  .wp-pagenavi .current {
    font-weight: 900;
  }
}