@charset "UTF-8";
:root {
  --main:#333333;
  --main-sub:#383838;
  --primary:#664f8f;
  --accent: #9ac637;
  --login: #ffaa2c;
  --register: #9ac637;
  --gray: #f1f1f1;
  --inverse: #fff;
  --red: #ff0000;
  --color-def: #222222;
  --color-catch: #f5f5f5;
  --color-link: #aa9986;
  --color-footer: #fff;
  --inverse-def: #fff;
  --bg-blue: #dde2f1;
  --btn-bg: var(--primary);
  --btn-color: #fff;
  --btn-border: var(--primary);
  --btn-bg-h: #8071a6;
  --btn-color-h: #fff;
  --btn-border-h: var(--primary);
  --btn-w: calc(208em / 18);
  --btn-h: calc(58em / 18);
  --btn-round: calc(var(--btn-h) / 2);
  --btn-size: clamp(14px, calc(14vmin / 4), 16px);
  --header-h: 150px;
  --header-bg: #fff;
  --header-bg-scroll: transparent;
  --gnav-bg:#fff;
  --gnav-bg_hv:var(--main);
  --gnav-color:var(--main);
  --gnav-color-h:var(--primary);
  --gnav-h: 60px;
  --gnav-btn-h:30px;
  --gnav-btn-w:clamp(40px, calc(140vmin / 15), 46px);
  --gnav-btn-bg:#000;
  --gnav-btn-active:var(--primary);
  --svg-bg: var(--primary);
  --svg-color: #fff;
  --svg-w: 1em;
  --gra-base: rgba(0,129,155,1) 0%, rgba(0,130,180,1) 23%, rgba(0,74,147,1) 60%, rgba(66,94,164,1) 100%;
  --gra: linear-gradient(var(--gra-agl, 90deg), var(--gra-base));
  --table-head: #aa9986;
  --title-bottom: 1.5em;
  --lineheight: calc(28 / 16);
  --lineheight-title: 1.5;
  --letterspace-def: 0;
  --letterspace: 0.025em;
  --letterspace-narrow: 0.0em;
  --letterspace-wide: 0.1em;
  --size-def: clamp(13px, calc(13vmin / 4), 16px);
  --size-12: clamp(10px, calc(10vmin / 4), 12px);
  --size-13: clamp(11px, calc(10vmin / 4), 13px);
  --size-14: clamp(12px, calc(10vmin / 4), 14px);
  --size-16: clamp(14px, calc(10vmin / 4), 16px);
  --size-18: clamp(14px, calc(12vmin / 4), 18px);
  --size-20: clamp(16px, calc(16vmin / 4), 20px);
  --size-21: clamp(16px, calc(16vmin / 4), 21px);
  --size-22: clamp(16px, calc(16vmin / 4), 22px);
  --size-24: clamp(18px, calc(16vmin / 4), 24px);
  --size-25: clamp(18px, calc(16vmin / 4), 25px);
  --size-26: clamp(18px, calc(18vmin / 4), 26px);
  --size-28: clamp(18px, calc(18vmin / 4), 28px);
  --size-30: clamp(18px, calc(18vmin / 4), 30px);
  --size-32: clamp(18px, calc(18vmin / 4), 32px);
  --size-34: clamp(18px, calc(18vmin / 4), 34px);
  --size-35: clamp(18px, calc(18vmin / 4), 35px);
  --size-36: clamp(20px, calc(20vmin / 4), 36px);
  --size-38: clamp(22px, calc(20vmin / 4), 38px);
  --size-40: clamp(26px, calc(24vmin / 4), 40px);
  --size-42: clamp(26px, calc(24vmin / 4), 42px);
  --size-44: clamp(26px, calc(24vmin / 4), 44px);
  --size-48: clamp(30px, calc(26vmin / 4), 48px);
  --size-56: clamp(30px, calc(28vmin / 4), 56px);
  --size-60: clamp(30px, calc(28vmin / 4), 60px);
  --size-70: clamp(30px, calc(30vmin / 4), 70px);
  --size-72: clamp(30px, calc(30vmin / 4), 72px);
  --size-80: clamp(40px, calc(40vmin / 4), 80px);
  --size-84: clamp(40px, calc(40vmin / 4), 84px);
  --size-120: clamp(40px, calc(50vmin / 4), 120px);
  --size-150: clamp(45px, calc(150vw / 16.8), 150px);
  --easing: cubic-bezier(0.37, 0, 0.63, 1);
  --easing-def: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-slide: cubic-bezier(0.77, 0, 0.175, 1);
  --container: 1570px;
  --container-wide: 1430px;
  --container-slim: 1030px;
  --container-pad: min(calc(110% / 15), 15px);
  --container-pad_sp: min(calc(110% / 12.8), 15px);
  --sec-top:clamp(3em, calc(100% / 12), 80px);
  --sec-bottom:clamp(3em, calc(100% / 12), 80px);
  --thumb-aspect: 470 / 307;
  --font-gothic:"Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  --font-mincho: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-en: "Poppins","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
}

/* ANIMATION */
.delay-03 {
  --anim-delay: 0.3s;
}
.delay-05 {
  --anim-delay: 0.5s;
}
.delay-06 {
  --anim-delay: 0.6s;
}
.delay-08 {
  --anim-delay: 0.8s;
}
.delay-1 {
  --anim-delay: 1s;
}

.js-animate-fig {
  overflow: hidden;
  position: relative;
}
.js-animate-fig::before {
  background: var(--gray);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.js-animate-fig img {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.js-animate-fig.inView {
  opacity: 1;
}
.js-animate-fig.inView::before {
  transition: all 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: translateX(100%);
}
.js-animate-fig.inView img {
  transition: all 0.5s calc(var(--anim-delay, 0.1s) + 0.3s) cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
}
.js-animate.blur {
  filter: blur(14px);
  opacity: 0;
}
.js-animate.blur.active {
  transition: all 1.2s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  filter: blur(0);
  opacity: 1;
}
.js-animate-fadeup {
  opacity: 0;
  transform: translateY(10%);
  --anim-delay:0.1s;
}
.js-animate-fadeup.inView {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s var(--anim-delay) cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s calc(var(--anim-delay) + 0.1s) cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-fadeup:nth-of-type(2) {
  --anim-delay:0.5s;
}
.js-animate-fadeup:nth-of-type(3) {
  --anim-delay:0.9s;
}
.js-animate-fadeup:nth-of-type(4) {
  --anim-delay:1.3s;
}
.js-animate-fadeleft {
  opacity: 0;
  transform: translateX(-30px);
}
.js-animate-fadeleft.inView {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.6s 0.1s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-blk {
  overflow: hidden;
  position: relative;
  --anim-delay: 0s;
}
.js-animate-blk::before {
  background-color: #f3f3f3;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.js-animate-blk .js-blk-in {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.js-animate-blk.inView::before {
  animation: 0.8s var(--anim-delay, 0s) cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-name: blockBg;
}
.js-animate-blk.inView .js-blk-in {
  animation: 0.5s calc(var(--anim-delay, 0s) + 0.3s) cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-name: fade_in;
}
.js-animate-blk:nth-of-type(2)::before {
  transition-delay: 0.3s;
}
.js-animate-blk:nth-of-type(2) .js-blk-in {
  transition-delay: 0.6s;
}
.js-animate-blk:nth-of-type(2)::before {
  transition-delay: 0.6s;
}
.js-animate-blk:nth-of-type(2) .js-blk-in {
  transition-delay: 0.9s;
}
.js-animate.fadein {
  opacity: 0;
}
.js-animate.fadein.inView {
  animation: 0.9s var(--anim-delay, 0s) cubic-bezier(0.37, 0, 0.63, 1) forwards, 0.8s calc(var(--anim-delay, 0s) + 0.1s) cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-name: fade_in, slide_in_y;
}
.js-animate.fadein-left {
  opacity: 0;
}
.js-animate.fadein-left.inView {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in, slide_in_x_left;
}
.js-animate.fadein-blur {
  opacity: 0;
  filter: blur(100px);
}
.js-animate.fadein-blur.inView {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) both;
  animation-name: fade_in, blur;
}
.js-animate.slidein-bounce {
  opacity: 0;
}
.js-animate.slidein-bounce.inView {
  animation: slideInBounce 1s ease-out forwards;
}

@media print, screen and (max-width: 767px) {
  .js-blk-in img {
    width: 100%;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_y {
  0% {
    transform: translateY(5vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide_in_x_left {
  0% {
    transform: translateX(-1.5em);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x {
  0% {
    transform: translateX(25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x_left2 {
  0% {
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x2 {
  0% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bg_slide_x {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes slide_in_down {
  0% {
    transform: translateY(-5vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes blur {
  0% {
    filter: blur(1em);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes mvslider {
  0% {
    filter: blur(20px);
    transform: scale(1.2);
  }
  10% {
    filter: blur(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgfill {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #55A540;
  }
}
@keyframes blockBg {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes hoverOv {
  0% {
    clip-path: polygon(50% 50%, 100% 0, 50% 50%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes mv-fadeIn {
  0% {
    transform: scale(1.15);
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes bgGra {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes slideInBounce {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  60% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-3px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  --stk-wrap-width: var(--container);
  --stk-main-width:1112px;
  --stk-side-margin:60px;
  background-color: #fff;
  --stk-h2-normal-font_size:200%;
}
body.single #content {
  --stk-wrap-width:1200px;
}

.ff-en {
  font-family: var(--font-en);
}

.barlow {
  font-family: var(--font-barlow);
}

.mincho {
  font-family: var(--font-mincho);
}

.gothic {
  font-family: var(--font-gothic);
}

b, strong, .bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.t-vtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: var(--container);
  }
  .container .-wide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container-wide);
  }
  .container-slim {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container-slim);
  }
}
@media print, screen and (max-width: 767px) {
  .container-fluid {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .container-wide {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .container-slim {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

.d-flex {
  display: flex;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

a img:hover {
  opacity: 0.75;
}
a img.js-img-on:hover {
  opacity: 1;
}

.h-alpha {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.h-alpha:hover {
  opacity: 0.75;
}

video {
  max-width: 100%;
  height: auto;
}

.image-full img {
  max-width: none;
  width: 100%;
}

.ilblk {
  display: inline-block;
}

@media print, screen and (min-width: 981px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .spacer {
    height: 10rem;
  }
}
@media print, screen and (max-width: 767px) {
  .spacer {
    height: 4em;
  }
}
.searchform {
  height: 58px;
}
.searchform .searchform_input {
  background-color: #f0f0f0;
  border-radius: 2em;
  border-color: #f0f0f0;
  padding-left: 3em;
  height: 3.625em;
}
.searchform .searchsubmit {
  position: absolute;
  left: 1em;
  right: initial;
  padding: 0;
}

#inner-content {
  box-shadow: none;
}

.remodal {
  --inner-content-bg:transparent;
}
.remodal-overlay {
  background: none;
}
.remodal-wrapper {
  text-align: right;
}
.remodal-wrapper #navbtn_menu_content {
  margin: 0 0;
  padding: 0 0 4em;
  vertical-align: top;
  background: #fff;
  height: 100%;
}
.remodal-close {
  margin-right: 0.5em;
  background-color: var(--primary);
  width: 42px;
  height: 42px;
  border-radius: 5px;
  position: relative;
  color: #fff;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.remodal-close .stk_svgicon {
  display: none;
}
.remodal-close::before {
  content: "＋";
  font-weight: 100;
  display: inline-block;
  transform: rotate(45deg);
  color: #fff;
  font-size: 150%;
}

.accordionBtn::before {
  font-weight: normal;
}

.stk_header {
  --stk-wrap-width: calc(var(--container) - 30px);
}
.stk_header .logo-official {
  flex-basis: 284px;
  position: relative;
}
.stk_header .logo-official::after {
  content: "";
  background: url(../images/theme/icon-tab@2x.webp) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -26px;
  bottom: 5px;
}
.stk_header .-header-top {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-basis: 100%;
  padding-top: 1em;
  align-items: flex-end;
}
.stk_header .-header-below {
  display: grid;
  grid-template-columns: calc(50% - 100px) 180px calc(50% - 100px);
  gap: 10px;
  flex-basis: 100%;
  padding-bottom: 1.5em;
  align-items: flex-end;
}
.stk_header .-header-below-l {
  display: flex;
}
.stk_header .-header-below-l .stk_g_nav {
  flex-grow: 0;
}
.stk_header .-header-below-c {
  margin-top: -1em;
}
.stk_header .-header-below-r {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
  align-items: flex-end;
  justify-content: flex-end;
}
.stk_header .-header-tel {
  font-size: var(--size-32);
  font-weight: 500;
  font-family: var(--font-en);
  white-space: nowrap;
  word-break: keep-all;
}
.stk_header .-header-tel .-tel-link {
  display: flex;
  gap: 10px;
  line-height: 1;
  justify-content: flex-end;
}
.stk_header .-header-tel .-tel-link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url(../images/theme/ic-freedial@2x.webp) no-repeat;
  background-size: contain;
  flex-basis: 1em;
  aspect-ratio: 32/24;
}
.stk_header .-header-contact {
  flex-basis: 208px;
  grid-column: 4/5;
  font-size: var(--size-18);
  --btn-size:var(--size-18);
}
.stk_header .search_btn {
  display: none;
}
.stk_header .site__logo {
  flex-basis: 180px;
  margin-left: 1em;
}
.stk_header .site__logo.fs_m .custom-logo {
  max-height: 180px;
  width: 100%;
}
.stk_header .searchform {
  flex-basis: 344px;
  margin: 0;
  grid-column: 3/4;
}
.stk_header .stk_g_nav {
  flex-grow: 1;
  --oc-base-border-color:transparent;
}
.stk_header .stk_g_nav .ul__g_nav .sub-menu .menu-item:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.stk_header .stk_g_nav a:hover {
  color: var(--primary);
}
@media print, screen and (max-width: 767px) {
  .stk_header .-header-top .logo-official {
    flex-basis: 33.3333333333%;
    max-width: 284px;
  }
  .stk_header .-header-tel {
    display: none;
  }
  .stk_header .-header-below {
    padding-top: 0.5em;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  .stk_header .-header-below-l {
    display: none;
  }
  .stk_header .-header-below-r {
    display: none;
  }
  .stk_header .-header-below-c {
    flex-basis: 23.6111111111%;
    margin: 0;
  }
  .stk_header .-header-below-c .site__logo {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .stk_header .-header-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.25em 0.5em;
    z-index: 12000;
    gap: 0.5em;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
    --btn-round:5px;
  }
  .stk_header .-header-fixed .search_btn {
    display: block;
    order: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .stk_header .-header-fixed .menu_btn {
    background-color: var(--primary);
    color: #fff;
    flex-basis: var(--btn-w);
    justify-content: center;
    align-items: center;
    min-height: var(--btn-h);
    border-radius: var(--btn-round);
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    font-size: var(--btn-size);
    --header-text-color:#fff;
  }
  .stk_header .-header-fixed .menu_btn::before {
    content: "メニュー";
  }
  .stk_header .-header-fixed .menu_btn .text {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .stk_header .-header-fixed {
    display: none;
  }
  .stk_header .stk_g_nav {
    font-size: var(--size-18);
  }
}

.spnavi .widget ul {
  background-color: #d1ccdf;
  color: var(--primary);
}
.spnavi .widget ul li {
  border-bottom: 1px #fff solid;
}
.spnavi .widget ul a {
  color: var(--primary);
  padding-left: 1em;
}
.spnavi .widget ul .sub-menu {
  background-color: #fff;
  color: #222;
}
.spnavi .widget ul .sub-menu li a {
  color: #222;
}
.spnavi .widget ul .sub-menu li:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.spnavi .widget ul .bg-primary {
  background-color: var(--primary);
  color: #fff;
}
.spnavi .accordionBtn {
  color: var(--primary);
  background-color: transparent;
}
.spnavi .widget_categories .cat-item a::after, .spnavi .widget_recent_entries__li a::after, .spnavi .widget_newentryimagewidget .cat_postlist__li a::after, .spnavi .widget_nav_menu .menu-item a::after, .spnavi .widget_pages .page_item a::after, .spnavi .widget_archive li a::after, .spnavi .widget_mycategoryorder li a::after, .spnavi .ul__g_nav ul li a::after {
  right: 1em;
}

.remodal-close {
  opacity: 1 !important;
}

.-footer-cta {
  background-color: var(--primary);
  color: #fff;
  --fcta-h:320px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.-footer-cta-link {
  min-height: var(--fcta-h);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.-footer-cta-link:nth-of-type(2n+2) {
  background-color: #8071a6;
}
.-footer-cta-link:hover {
  color: #fff;
}
.-footer-cta-icon {
  height: 7.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.-footer-cta-catch {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
  margin: 0;
  font-weight: 400;
}
.-footer-cta-catch::before, .-footer-cta-catch::after {
  content: "";
  display: block;
  height: 1.05em;
  width: 1px;
  background-color: #fff;
  transform-origin: bottom;
}
.-footer-cta-catch::before {
  transform: rotate(-45deg);
}
.-footer-cta-catch::after {
  transform: rotate(45deg);
}
.-footer-service {
  background-color: #f6f6f6;
  padding: var(--sec-top) 0 var(--sec-bottom);
}
.-footer-service-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.8961038961%;
  margin-top: 3em;
}
.-footer-service-icon {
  border-bottom: 4px var(--primary) solid;
  padding-bottom: 10px;
  display: flex;
  height: 80px;
  align-items: flex-end;
}
.-footer-service-text {
  color: var(--primary);
}
.-footer-service-title {
  display: flex;
  margin: 1em 0 0.25em;
  align-items: center;
  gap: 10px;
}
.-footer-service-title .-arrow {
  flex-shrink: 0;
  flex-basis: 1.6666666667em;
  position: relative;
  height: 1px;
  background-color: var(--primary);
  margin-left: auto;
}
.-footer-service-title .-arrow::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
@media print, screen and (max-width: 767px) {
  .-footer-cta {
    --fcta-h:8em;
    grid-template-columns: repeat(1, 1fr);
  }
  .-footer-cta-icon {
    height: 1.5em;
    width: 1.5em;
  }
  .-footer-cta-icon img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .-footer-cta-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
  }
  .-footer-cta-catch {
    flex-basis: 100%;
  }
  .-footer-cta-text {
    --size-20: var(--size-24);
  }
  .-footer-service {
    --size-24:clamp(12px,calc(48vmin / 14), 24px);
  }
  .-footer-service-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .-footer-service-icon {
    border-bottom: 2px var(--primary) solid;
    padding-bottom: 5px;
    height: 40px;
  }
  .-footer-service-icon img {
    max-width: 2.5em;
    max-height: 2.5em;
    object-fit: contain;
  }
  .-footer-service-text p {
    font-size: 75%;
  }
}

.footer .widget_nav_menu .menu {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .widget_nav_menu .menu li {
  border: none;
}
@media print, screen and (max-width: 767px) {
  .footer {
    padding-bottom: 4em;
  }
  .footer #footer-top {
    display: flex;
    flex-wrap: wrap;
  }
  .footer #footer-top .widget_nav_menu {
    order: 0;
    flex-basis: 100%;
    margin-bottom: 1em;
  }
  .footer #footer-top .widget_text {
    order: 1;
  }
}

#footer-top .widgettitle {
  font-size: var(--size-20);
  padding: 0;
}

#footer-bottom {
  text-align: left;
}

.sidebar {
  flex-grow: 1;
  --widget-pad:calc(30% / 3.58);
}
.sidebar .widgettitle {
  background-color: #000;
  color: #fff;
  position: relative;
  display: flex;
  width: 6.8888888889em;
  height: 5.2777777778em;
  font-size: var(--size-18);
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 0.5em;
  gap: 10px;
  padding-bottom: 1.5em;
  transform: translateY(-8px);
  clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 14px), 0 100%, 0 0);
}
.sidebar .widgettitle::after {
  width: 1.5555555556em;
  height: 1px;
  background-color: #fff;
  content: "";
  display: block;
}
.sidebar .widget_custom_html {
  background-color: #f6f6f6;
  padding: 0 var(--widget-pad) 1.5em;
  position: relative;
}
.sidebar .widget_categories {
  background-color: #f6f6f6;
  padding: 0 var(--widget-pad) 1.5em;
  position: relative;
}
.sidebar .widget_categories > ul > li {
  color: var(--primary);
  border: none;
  margin-bottom: 1em;
}
.sidebar .widget_categories > ul > li > a {
  color: var(--primary);
  font-size: var(--size-20);
  font-weight: bold;
  padding: 0.25em 0;
}
.sidebar .widget_categories > ul > li > a::after {
  display: none;
}
.sidebar .widget_categories > ul .children {
  display: block !important;
  font-size: var(--size-18);
  color: #464646;
  padding-left: 1em;
}
.sidebar .widget_categories > ul .children li {
  border: none;
}
.sidebar .widget_categories > ul .children li a {
  padding: 0;
}
.sidebar .widget_categories > ul .children li a::before {
  content: "ー ";
  color: #464646;
  font-weight: normal;
  opacity: 1;
}
.sidebar .widget_categories .accordionBtn {
  display: none;
}
.sidebar .widget_tag_cloud {
  background-color: #f6f6f6;
  padding: 0 var(--widget-pad) 1.5em;
  position: relative;
}
.sidebar .widget_stk_popularpostswidget {
  background-color: #f6f6f6;
  padding: 0 var(--widget-pad) 1.5em;
  position: relative;
}
.sidebar .widget_stk_popularpostswidget .newmark::before {
  content: none;
}
.sidebar .widget .-tag-related-link {
  margin-top: 1.5em;
}
@media print, screen and (max-width: 767px) {
  .sidebar {
    --widget-pad:1em;
  }
  .sidebar .widget {
    --stk-h2-margin-rl:auto;
  }
  .sidebar .widget_categories ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar .widget_categories ul li {
    flex-basis: 50%;
  }
  .sidebar .widget_stk_popularpostswidget .archives_post__meta {
    padding-right: 0;
  }
  .sidebar .widget_stk_popularpostswidget .eyecatch {
    width: 50%;
    max-width: 400px;
  }
  .sidebar .widget_stk_popularpostswidget .ttl {
    font-size: var(--size-def);
  }
}
@media print, screen and (min-width: 981px) {
  .sidebar {
    max-width: 360px !important;
    width: 23.3766233766% !important;
  }
}

.is-style-title-gra {
  background: linear-gradient(var(--gra-agl, 90deg), var(--gra-base));
  color: white;
  font-size: var(--title-size, var(--size-25));
  padding: 0.5em;
  margin-bottom: var(--mb, 1em);
  letter-spacing: var(--letterspace-wide);
}

/* 下線スタイル */
.is-style-title-line {
  font-size: var(--title-size, var(--size-25));
  padding: 0.5em;
  margin-bottom: var(--mb, 1em);
  border-bottom: var(--primary) 1px solid;
}

.block-sec + .block-sec {
  --sec-top:0;
}
.block-sec .block-table td {
  border: 1px #cacaca solid;
  padding: 1em;
  vertical-align: middle;
  min-height: 100px;
}
.block-sec .block-table .column-1 {
  width: 25.8620689655%;
  background-color: #ebf9f8;
  font-weight: bold;
}
.block-sec .block-table a {
  color: var(--primary);
  text-decoration: underline;
  display: inline-block;
  margin-right: 2em;
}
.block-sec .block-table a[href$=".pdf"] {
  background: url(../images/theme/icon-pdf@2x.webp) right center no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 1.875em;
}

.title-sec {
  margin-bottom: var(--title-margin, 1em);
  line-height: var(--title-lh, 1.2);
  display: flex;
  align-items: var(--title-pos, baseline);
  gap: 0.75em;
  font-weight: 400;
}
.title-sec .ff-en::first-letter {
  color: var(--primary);
}
.title-section {
  letter-spacing: 0.17em;
  margin-bottom: 1em;
}
.title-section sup {
  font-size: var(--size-14);
}
.title-line-side {
  display: flex;
  gap: 0.5em;
  margin-bottom: var(--title-margin, 1em);
}
.title-line-side::before {
  content: "";
  width: 6px;
  border-radius: 3px;
  flex-shrink: 0;
  background-color: var(--primary);
}
.title-line2 {
  border-bottom: 1px #cacaca solid;
  padding-bottom: 0.5em;
  margin-bottom: var(--title-margin, 1em);
  position: relative;
}
.title-line2::before {
  content: "";
  width: 25.8620689655%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.title-q {
  background-color: var(--primary);
  padding: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 40px;
  gap: 0.5em;
  margin-bottom: var(--title-margin, 0.5em);
}
.title-q::before {
  content: "Q";
  font-size: var(--size-32);
  font-family: var(--font-en);
  background-color: #fff;
  color: var(--primary);
  flex-shrink: 0;
  width: 1.875em;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .title-q {
    letter-spacing: 0.1em;
  }
}
.title-a {
  background-color: transparent;
  padding: 10px;
  display: flex;
  align-items: baseline;
  border-radius: 40px;
  gap: 0.5em;
  margin-bottom: var(--title-margin, 0.5em);
}
.title-a::before {
  content: "A";
  font-size: var(--size-32);
  font-family: var(--font-en);
  color: #fff;
  background-color: #ffaa2c;
  flex-shrink: 0;
  width: 1.875em;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .title-a {
    letter-spacing: 0.1em;
  }
}

.sec {
  padding: var(--sec-top, clamp(3em, 8.3333333333%, 10rem)) 0 var(--sec-bottom, clamp(3em, 8.3333333333%, 10rem));
}
.sec-inner {
  max-width: var(--sec-inner, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  padding: 1em 0;
  --inner-content-bg:#f6f6f6;
}
.breadcrumb__ul .bc_homelink .breadcrumb__link::before {
  display: none;
}

.pagination .page-numbers, .page-links .post-page-numbers {
  font-weight: 400;
  border-width: 1px;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.-btn {
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, color 0.3s ease, color 0.3s ease, color 0.3s ease;
  line-height: 1;
  cursor: pointer;
  border: 1px var(--btn-border) solid;
  color: var(--btn-color);
  font-size: var(--btn-size);
  font-weight: var(--btn-weight, bold);
  background-color: var(--btn-bg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: var(--btn-align, center);
  max-width: var(--btn-w);
  width: 100%;
  height: var(--btn-h);
  border-radius: var(--btn-round);
  font-weight: inherit;
  padding: 0.5em 1em;
  letter-spacing: 0.04em;
  gap: 1em;
}
.-btn-wide {
  --btn-w: calc(390em / 16);
}
.-btn-s {
  --btn-w: calc(160em / 16);
  --btn-h: calc(40em / 16);
}
.-btn-left {
  justify-content: flex-start;
  text-align: left;
}
.-btn-primary {
  --btn-color:#fff;
  --btn-bg:var(--primary);
}
.-btn-back {
  flex-direction: row-reverse;
  gap: 0 1em;
}
.-btn-back .btn-arrow {
  transform: scaleX(-1);
}
.-btn-arrow {
  line-height: 1;
  width: 0.5em;
}
.-btn-arrow .-path {
  fill: var(--btn-color);
}
.-btn .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 70%;
}
.-btn:hover {
  opacity: 1;
  border-color: var(--btn-border-h, var(--btn-bg-h));
  color: var(--btn-color-h);
  background-color: var(--btn-bg-h);
}
.-btn:hover .arrow {
  border-bottom: 1px var(--btn-color-h) solid;
}
.-btn:hover .arrow::before {
  background-color: var(--btn-color-h);
}
.-btn:hover .btn-arrow .-path {
  fill: var(--btn-color-h);
}
.-btn-wrap {
  display: flex;
  justify-content: var(--btn-pos, center);
}
@media print, screen and (max-width: 767px) {
  .-btn {
    min-width: 6em;
  }
  .-btn-wide {
    --btn-width: 100%;
    max-width: 24.375em;
  }
}

.size-12 {
  font-size: var(--size-12);
}
.size-13 {
  font-size: var(--size-13);
}
.size-14 {
  font-size: var(--size-14);
}
.size-16 {
  font-size: var(--size-16);
}
.size-18 {
  font-size: var(--size-18);
}
.size-20 {
  font-size: var(--size-20);
}
.size-21 {
  font-size: var(--size-21);
}
.size-22 {
  font-size: var(--size-22);
}
.size-24 {
  font-size: var(--size-24);
}
.size-25 {
  font-size: var(--size-25);
}
.size-26 {
  font-size: var(--size-26);
}
.size-28 {
  font-size: var(--size-28);
}
.size-30 {
  font-size: var(--size-30);
}
.size-32 {
  font-size: var(--size-32);
}
.size-34 {
  font-size: var(--size-34);
}
.size-35 {
  font-size: var(--size-35);
}
.size-36 {
  font-size: var(--size-36);
}
.size-38 {
  font-size: var(--size-38);
}
.size-40 {
  font-size: var(--size-40);
}
.size-42 {
  font-size: var(--size-42);
}
.size-44 {
  font-size: var(--size-44);
}
.size-48 {
  font-size: var(--size-48);
}
.size-56 {
  font-size: var(--size-56);
}
.size-60 {
  font-size: var(--size-60);
}
.size-70 {
  font-size: var(--size-70);
}
.size-72 {
  font-size: var(--size-72);
}
.size-80 {
  font-size: var(--size-80);
}
.size-84 {
  font-size: var(--size-84);
}
.size-120 {
  font-size: var(--size-120);
}
.size-150 {
  font-size: var(--size-150);
}

.lh-35 {
  line-height: 2.1875;
}

.fc-primary {
  color: var(--primary);
}
.fc-secondary {
  color: var(--secondary);
}
.fc-accent {
  color: var(--accent);
}
.fc-red {
  color: var(--red);
}

.bd-rounded {
  border-radius: var(--round, 2rem);
}

.ltsp-0 {
  letter-spacing: 0;
}
.ltsp-25 {
  letter-spacing: 0.025em;
}
.ltsp-50 {
  letter-spacing: 0.05em;
}
.ltsp-75 {
  letter-spacing: 0.075em;
}
.ltsp-100 {
  letter-spacing: 0.1em;
}

.d-ilblk {
  display: inline-block;
}

.marker-ol mark {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
  border: 1px var(--ol-color, #ed97bc) solid;
}

.marker mark {
  box-decoration-break: clone;
  line-height: 2;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 70%, #ccddd9 70%) !important;
}

.gra-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-circle li {
  display: flex;
  margin-bottom: 0.5em;
}
.list-circle li::before {
  content: "●";
  color: var(--list-color, var(--accent));
  flex-shrink: 0;
}
.list-disc {
  list-style: disc;
  padding-left: 1.2em;
}
.list-ind1 li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-num li {
  display: flex;
  gap: 0.5em;
  align-items: baseline;
}
.list-num li > *:first-child {
  flex-shrink: 0;
}

ul.is-style-bullet-square {
  padding-left: 0;
}
ul.is-style-bullet-square li {
  display: flex;
  gap: 0.3em;
}
ul.is-style-bullet-square li::before {
  content: "■";
  color: var(--list-color, var(--primary));
  flex-shrink: 0;
}
ul.is-style-bullet-circle {
  padding-left: 0;
}
ul.is-style-bullet-circle li {
  display: flex;
  gap: 0.3em;
}
ul.is-style-bullet-circle li::before {
  content: "●";
  color: var(--list-color, var(--primary));
  flex-shrink: 0;
}
ul.is-style-bullet-check {
  padding-left: 0;
}
ul.is-style-bullet-check li {
  display: flex;
  gap: 0.3em;
  line-height: 2.5454545455;
  align-items: baseline;
}
ul.is-style-bullet-check li::before {
  content: "";
  background: url(../images/theme/check.webp) no-repeat;
  background-size: contain;
  width: 1.4545454545em;
  height: 1.4545454545em;
  flex-shrink: 0;
  transform: translateY(25%);
}
@media print, screen and (max-width: 767px) {
  ul.is-style-bullet-check li {
    line-height: 2;
    margin-bottom: 1em;
  }
}
ul.is-style-default li::before {
  content: "・";
  flex-shrink: 0;
}

.row {
  display: grid;
  gap: var(--gap-h, 1.5em) var(--gap-w, clamp(1em, 5.8333333333%, 7rem));
  align-items: var(--row-align, normal);
}
@media print, screen and (min-width: 768px) {
  .row {
    grid-template-columns: var(--gridcol, repeat(2, 1fr));
  }
}

.grid-3 {
  --gridcol: repeat(3, 1fr);
}

.gap-20 {
  --gap-w: clamp(1rem, calc(20% / 10), 2rem);
}

.gallery {
  display: grid;
  gap: var(--gap-h, clamp(1.5em, 16.6666666667%, 5rem)) var(--gap-w, clamp(1.5em, 16.6666666667%, 5rem));
  grid-template-columns: repeat(var(--grids, 2), 1fr);
}
.gallery-columns-3 {
  --grids: 3;
}

.d-grid {
  display: grid;
}

.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}

.ai-c {
  align-items: center;
}

.accordion-inner {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
}

.spacer-dot {
  height: 10px;
  background: url(../images/theme/spacer-dot.svg) repeat;
  border: none;
  outline: none;
  width: 100%;
  margin: var(--spacer-top, var(--sec-top)) 0 var(--spacer-bottom, var(--sec-bottom));
}
.spacer-short {
  width: 6rem;
  margin: var(--spacer-top, 1em) 0 var(--spacer-bottom, 1em);
}
.spacer-dotline {
  height: 2px;
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  background-image: radial-gradient(#FFF000 30%, transparent 0);
  background-size: 8px 8px;
  background-position: center;
}

.tab__panel-box {
  display: none;
}
.tab__panel-box img {
  opacity: 0;
}
.tab__panel-box.is-show {
  display: block;
}
.tab__panel-box.is-show img {
  animation: 0.8s var(--anim-delay, 0s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in;
}

.align-self-center {
  align-self: center;
}

@media print, screen and (min-width: 981px) {
  .hide-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .hide-tablet {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.form .btn-wrap, .wpcf7-form .btn-wrap {
  gap: 1.5em 2em;
  flex-wrap: wrap;
}
.form .btn-wrap .wpcf7-spinner, .wpcf7-form .btn-wrap .wpcf7-spinner {
  position: absolute;
}
.form-row, .wpcf7-form-row {
  padding: 1.875em 0;
  display: grid;
  border-bottom: 1px #dcdcdc solid;
}
.form-row .-sub-row, .wpcf7-form-row .-sub-row {
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
}
.form-head.-required::after, .wpcf7-form-head.-required::after {
  content: "★";
  color: var(--red);
}
.form-bottom .btn, .wpcf7-form-bottom .btn {
  margin-left: auto;
  margin-right: auto;
}
.form-check, .wpcf7-form-check {
  display: grid;
}
.form-check .wpcf7-list-item, .wpcf7-form-check .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.form-radio, .wpcf7-form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.form-radio label, .wpcf7-form-radio label {
  position: relative;
}
.form-radio input, .wpcf7-form-radio input {
  opacity: 0;
  position: absolute;
}
.form-radio input:checked + .wpcf7-list-item-label, .wpcf7-form-radio input:checked + .wpcf7-list-item-label {
  --input-color: var(--primary);
  outline: 1px var(--input-color) solid;
  background-color: #dde2f1;
}
.form-radio .wpcf7-list-item, .wpcf7-form-radio .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.form-radio .wpcf7-list-item-label, .wpcf7-form-radio .wpcf7-list-item-label {
  position: relative;
  width: 18.75em;
  height: 3em;
  display: flex;
  align-items: center;
  padding: 1em;
  border: 1px var(--input-color) solid;
  border-radius: 5px;
  gap: 1rem;
}
.form-radio .wpcf7-list-item-label::before, .wpcf7-form-radio .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #fff;
  background: radial-gradient(circle, var(--input-color) 35%, rgb(255, 255, 255) 35%);
  border: 1px var(--input-color) solid;
  border-radius: 50%;
}
.form-fill, .wpcf7-form-fill {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px #979797 solid;
  height: 2.625em;
  padding: 0.5em 1em;
  line-height: 1.25;
  width: 100%;
  max-width: 500px;
  font-size: var(--size-def);
}
.form-fill:placeholder-shown, .wpcf7-form-fill:placeholder-shown {
  color: #b5b5b5;
}
.form-fill::-webkit-input-placeholder, .wpcf7-form-fill::-webkit-input-placeholder {
  color: #b5b5b5;
}
.form-fill:-moz-placeholder, .wpcf7-form-fill:-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-fill::-moz-placeholder, .wpcf7-form-fill::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-fill:-ms-input-placeholder, .wpcf7-form-fill:-ms-input-placeholder {
  color: #b5b5b5;
}
.form-fill.fat, .wpcf7-form-fill.fat {
  height: 18.75em;
  padding: 1em;
  max-width: 100%;
}
.form-fill.short, .wpcf7-form-fill.short {
  max-width: 430px;
}
@media print, screen and (max-width: 767px) {
  .form table th, .form table td, .wpcf7-form table th, .wpcf7-form table td {
    float: left;
    width: 100%;
  }
  .form table th p, .form table td p, .wpcf7-form table th p, .wpcf7-form table td p {
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form-head, .wpcf7-form-head {
    gap: 0 1em;
  }
  .form-item, .wpcf7-form-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-label, .wpcf7-form-label {
    padding: 1em 0;
  }
  .form-col, .wpcf7-form-col {
    padding-top: 0;
  }
  .form-control.w-150, .form .wpcf7-text.w-150, .form .wpcf7-select.w-150, .form .wpcf7-textarea.w-150, .wpcf7-form-control.w-150, .wpcf7-form .wpcf7-text.w-150, .wpcf7-form .wpcf7-select.w-150, .wpcf7-form .wpcf7-textarea.w-150 {
    max-width: 80px;
  }
  .form-control.w-100, .form .wpcf7-text.w-100, .form .wpcf7-select.w-100, .form .wpcf7-textarea.w-100, .wpcf7-form-control.w-100, .wpcf7-form .wpcf7-text.w-100, .wpcf7-form .wpcf7-select.w-100, .wpcf7-form .wpcf7-textarea.w-100 {
    max-width: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .form-row, .wpcf7-form-row {
    grid-template-columns: 210px auto;
    gap: 0;
  }
  .form-row .-sub-row .form-fill, .wpcf7-form-row .-sub-row .form-fill {
    width: 500px;
  }
}
.form-check, .wpcf7-form-check {
  grid-template-columns: repeat(2, 1fr);
}
.form .input-m, .wpcf7-form .input-m {
  width: 560px;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.wpcf7-acceptance label input {
  position: relative;
  z-index: 2;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #878787;
}

.contact-intro {
  --btn-w:calc(360em / 16);
  --btn-pos:flex-start;
}

.c-form__privacy {
  overflow-y: scroll;
  height: 15em;
  border: 1px hsla(0, 0%, 80%, 0.3) solid;
  padding: 1em;
  margin-bottom: 2.5em;
}

.page-template-page-home .mv {
  position: relative;
  --slide-arrow-w:57px;
  --slide-aspect: 1280 / 480;
  --dot-bg:#cfcfcf;
}
.page-template-page-home .mv .splide__slide img {
  aspect-ratio: var(--slide-aspect);
  object-fit: cover;
  width: 100%;
  max-width: 100vw;
}
.page-template-page-home .mv .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: var(--slide-arrow-w);
  height: var(--slide-arrow-w);
  background-color: #000;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-home .mv .splide__arrow svg {
  display: none;
}
.page-template-page-home .mv .splide__arrow::before {
  content: "";
  width: calc(var(--slide-arrow-w) / 2);
  height: calc(var(--slide-arrow-w) / 2);
  display: block;
  transform-origin: center;
  transform: rotate(45deg);
}
.page-template-page-home .mv .splide__arrow--next {
  right: 0;
  padding: 0;
  padding-right: calc(var(--slide-arrow-w) / 3.5);
}
.page-template-page-home .mv .splide__arrow--next::before {
  border-right: 1px #fff solid;
  border-top: 1px #fff solid;
}
.page-template-page-home .mv .splide__arrow--prev {
  left: 0;
  padding: 0;
  padding-left: calc(var(--slide-arrow-w) / 3.5);
}
.page-template-page-home .mv .splide__arrow--prev::before {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.page-template-page-home .mv .splide__pagination {
  position: absolute;
  bottom: -2em;
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 100%;
  left: 0;
}
.page-template-page-home .mv .splide__pagination__page {
  background-color: var(--dot-bg);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
}
.page-template-page-home .mv .splide__pagination__page.is-active {
  --dot-bg:var(--primary);
}
.page-template-page-home .mv-front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  display: flex;
  align-items: flex-end;
  --container:1280px;
  --container-pad:calc(80% / 12.8);
  aspect-ratio: var(--slide-aspect);
}
.page-template-page-home .mv .container {
  padding-bottom: 5%;
}
.page-template-page-home .mv-title {
  font-size: var(--size-34);
  font-weight: 400;
}
.page-template-page-home .mv-text {
  margin-top: 1em;
  font-size: var(--size-24);
}
@media print, screen and (max-width: 980px) {
  .page-template-page-home .mv {
    --slide-aspect: 1440 / 920;
    --slide-arrow-w:2.5em;
  }
  .page-template-page-home .mv-front {
    padding-top: 1em;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    --size-34:calc(60vw / 14.4);
    --size-24:calc(40vw / 14.4);
    padding-left: calc(var(--slide-arrow-w) - 15px);
    padding-right: calc(var(--slide-arrow-w) - 15px);
  }
  .page-template-page-home .mv-title {
    font-size: var(--size-26);
  }
  .page-template-page-home .mv-text {
    font-size: var(--size-18);
  }
}
.page-template-page-home .top-news {
  margin-bottom: var(--sec-bottom);
}
.page-template-page-home .top-news-list {
  display: flex;
  gap: 2em 5.3956834532%;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.page-template-page-home .top-news-list .-item {
  flex-basis: clamp(200px, 29.6762589928%, 330px);
}
.page-template-page-home .top-news-list .-item-content {
  padding-top: 0.5em;
  color: var(--color-def);
}
.page-template-page-home .top-news-list .-item-title {
  margin: 0;
  font-weight: 400;
}
.page-template-page-home .top-news-list .-item-meta {
  margin: 1em 0 0.5em;
}
.page-template-page-home .top-news-list .-item-labels {
  font-size: var(--size-13);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.page-template-page-home .top-news-list .-item-labels .cat-name {
  background-color: transparent;
  border: 1px #555555 solid;
  border-radius: 4px;
  text-align: center;
  padding: 0.4em 1em;
  color: #555;
  font-size: var(--size-13);
}
.page-template-page-home .top-news-list .-item-labels .-label-new {
  color: #cc0000;
  border: 1px #cc0000 solid;
  border-radius: 4px;
  text-align: center;
  padding: 0.4em 1em;
}
@media print, screen and (max-width: 767px) {
  .page-template-page-home .top-news-list .-item {
    flex-grow: 1;
  }
  .page-template-page-home .top-news-list .-item-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.8387096774%;
  }
  .page-template-page-home .top-news-list .-item-content {
    padding-top: 0;
  }
  .page-template-page-home .top-news-list .-item-meta {
    margin-top: 0.5em;
  }
}
.page-template-page-home .top-cats-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(3em, 6.2949640288%, 70px) 5.3956834532%;
}
.page-template-page-home .top-cats-row .-cat-item {
  flex-basis: clamp(300px, 46.7625899281%, 520px);
}
.page-template-page-home .top-cats-row .-cat-item .-cat-head {
  display: flex;
  gap: 0.75em;
  border-bottom: 1px var(--primary) solid;
  margin-bottom: 2em;
  align-items: baseline;
}
.page-template-page-home .top-cats-row .-cat-item .-cat-head h3 {
  margin: 0;
  font-weight: 400;
}
.page-template-page-home .top-cats-row .-cat-item .-cat-no {
  color: #fff;
  background: url(../images/theme/icon-house@2x.webp) no-repeat;
  background-size: contain;
  width: 48px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 500;
  padding-top: 0.3em;
}
.page-template-page-home .top-cats-posts .-item {
  margin-bottom: 2.5em;
}
.page-template-page-home .top-cats-posts .-item-link {
  display: grid;
  grid-template-columns: 46.1538461538% auto;
  gap: 1em 5.7692307692%;
}
.page-template-page-home .top-cats-posts .-item-content {
  color: var(--color-def);
}
.page-template-page-home .top-cats-posts .-item-meta {
  margin: 0.75em 0 0.5em;
}
.page-template-page-home .top-cats-posts .-item-title {
  margin: 0;
  font-weight: 400;
}
@media print, screen and (max-width: 767px) {
  .page-template-page-home .top-cats-row .-cat-item {
    flex-grow: 1;
  }
  .page-template-page-home .top-cats-posts .-item-meta {
    margin-top: 0.5em;
  }
}

.-archive-main {
  --main-ttl-bg:transparent;
}
.-archive-main .archive-title {
  border-bottom: none;
  font-size: var(--size-44);
  margin-bottom: 0.75em;
  font-weight: 300;
  padding: 0;
}
.-archive-main .archive-title::before {
  content: none;
}
.-archive-main .archive-title::first-letter {
  color: var(--primary);
}
.-archive-main .archives-list.card-list .post-list__link {
  box-shadow: none;
}
.-archive-main .archives-list.card-list .post-list .entry-meta time::before {
  content: none;
}
.-archive-main .archives-list.card-list .post-list .entry-title {
  font-size: var(--size-18);
  font-weight: 400;
}
.-archive-main .archives-list.card-list .post-list .entry-title.newmark::before {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .-archive-main .archives-list.card-list .post-list {
    width: 100%;
  }
  .-archive-main .archives-list.card-list .post-list__link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.8387096774%;
  }
  .-archive-main .archives-list.card-list .post-list .entry-meta {
    margin: 0.5em 0;
  }
  .-archive-main .archives-list.card-list .post-list .eyecatch {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .-archive-main .archives-list.card-list .post-list {
    width: clamp(240px, 33.3% - 0.7em, 330px);
  }
  .-archive-main .archives-list.card-list .post-list .entry-meta {
    margin: 1em 0;
  }
  .-archive-main .archives-list-entry-content {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.-item-labels {
  font-size: var(--size-13);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.-item-labels .cat-name {
  background-color: transparent;
  border: 1px #555555 solid;
  border-radius: 4px;
  text-align: center;
  padding: 0.4em 1em;
  color: #555;
  font-size: var(--size-13) !important;
}
.-item-labels .-label-new {
  color: #cc0000;
  border: 1px #cc0000 solid;
  border-radius: 4px;
  text-align: center;
  padding: 0.4em 1em;
}

.-tag-related {
  background-color: #f6f6f6;
  padding: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3em;
  gap: 1em 2em;
  flex-wrap: wrap;
}
.-tag-related-title {
  flex-shrink: 0;
  background-color: #000;
  color: #fff;
  position: relative;
  display: flex;
  width: 6.8888888889em;
  height: 5.2777777778em;
  font-size: var(--size-18);
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: flex-start;
  gap: 10px;
  padding: 0 0 1.5em !important;
  transform: translateY(-8px);
  clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 14px), 0 100%, 0 0);
}
.-tag-related-title::after {
  width: 1.5555555556em;
  height: 1px;
  background-color: #fff;
  content: "";
  display: block;
}
.-tag-related-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex-basis: 710px;
}
.-tag-related-link {
  align-self: flex-end;
  margin-left: auto;
  font-size: var(--size-16);
}
.-tag-related-link a {
  display: flex;
  align-items: center;
  gap: 0.25em;
  color: var(--color-def);
}
.-tag-related-link a::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.8em;
  background-color: var(--primary);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media print, screen and (max-width: 767px) {
  .-tag-related {
    padding: 1em;
    flex-wrap: wrap;
    --stk-h2-margin-rl:auto;
    margin-bottom: 2em;
  }
  .-tag-related-title {
    margin-top: -1.5em;
  }
  .-tag-related-list {
    flex-basis: 100%;
  }
  .-tag-related-link {
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .entry-content h3:not([class*=is-style-style]):not(.has-text-color), .entry-content h4:not([class*=is-style-style]):not(.has-text-color) {
    font-size: 105%;
  }
}
.article-header-tags {
  background-color: #f6f6f6;
  padding: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  margin: 1.5em auto;
  gap: 10px;
  width: 100%;
}

.entry-title {
  font-weight: 400;
}

.article-header {
  --stk-post-title-font_size:var(--size-44);
}

article.post {
  /*------------------ここまで文中CTAのCSS------------------*/
}
article.post .m-cta-btn,
article.post a.m-cta-btn,
article.post button.m-cta-btn {
  font-size: 1.4rem;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* color: #212529;*/
  border-radius: 0.5rem;
}
article.post .m-cta-btn-wrap {
  margin: 30px 0;
}
article.post a.m-cta-btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 0.1rem 4.7rem 1rem;
  color: #fff;
  background: #cc3c40;
  -webkit-box-shadow: 0 5px 0 #ab3236;
  box-shadow: 0 5px 0 #ab3236;
}
article.post a.m-cta-btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #ab3236;
  border: 2px solid #ab3236;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
article.post a.m-cta-btn-c span:before,
article.post a.m-cta-btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
article.post a.m-cta-btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ab3236 transparent transparent transparent;
}
article.post a.m-cta-btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
article.post a.m-cta-btn-c i {
  margin-right: 1rem;
}
article.post a.m-cta-btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #cc3c40;
  -webkit-box-shadow: 0 2px 0 #ab3236;
  box-shadow: 0 2px 0 #ab3236;
}
article.post .l-cta-btn,
article.post a.l-cta-btn,
article.post button.l-cta-btn {
  font-size: 1.4rem;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* color: #212529;*/
  border-radius: 0.5rem;
}
article.post .l-cta-btn-wrap {
  margin: 30px 0;
}
article.post a.l-cta-btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 0.1rem 4.7rem 1rem;
  color: #fff;
  background: #06c755;
  -webkit-box-shadow: 0 5px 0 #06a146;
  box-shadow: 0 5px 0 #06a146;
}
article.post a.l-cta-btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #06a146;
  border: 2px solid #06a146;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
article.post a.l-cta-btn-c span:before,
article.post a.l-cta-btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
article.post a.l-cta-btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #06a146 transparent transparent transparent;
}
article.post a.l-cta-btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
article.post a.l-cta-btn-c i {
  margin-right: 1rem;
}
article.post a.l-cta-btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #06c755;
  -webkit-box-shadow: 0 2px 0 #06a146;
  box-shadow: 0 2px 0 #06a146;
}
article.post .t-cta-btn,
article.post a.t-cta-btn,
article.post button.t-cta-btn {
  font-size: 1.4rem;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* color: #212529;*/
  border-radius: 0.5rem;
}
article.post .t-cta-btn-wrap {
  margin: 30px 0;
}
article.post a.t-cta-btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 0.1rem 4.7rem 1rem;
  color: #fff;
  background: #887a54;
  -webkit-box-shadow: 0 5px 0 #6f6445;
  box-shadow: 0 5px 0 #6f6445;
}
article.post a.t-cta-btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #6f6445;
  border: 2px solid #6f6445;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
article.post a.t-cta-btn-c span:before,
article.post a.t-cta-btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
article.post a.t-cta-btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #6f6445 transparent transparent transparent;
}
article.post a.t-cta-btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
article.post a.t-cta-btn-c i {
  margin-right: 1rem;
}
article.post a.t-cta-btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #887a54;
  -webkit-box-shadow: 0 2px 0 #6f6445;
  box-shadow: 0 2px 0 #6f6445;
}
article.post .cta-btn {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
article.post .slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5em;
  font-weight: 500;
}
article.post .slash::before,
article.post .slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 0px 4px 4px;
}
article.post .slash::before {
  transform: rotate(45deg);
}
article.post .slash::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  article.post a.m-cta-btn-c,
  article.post a.l-cta-btn-c,
  article.post a.t-cta-btn-c {
    padding: 0.1rem 4rem 1rem;
    font-size: 1.1rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1100px) {
  article.post .cta-btn {
    padding: 1rem;
  }
  article.post a.m-cta-btn-c,
  article.post a.l-cta-btn-c,
  article.post a.t-cta-btn-c {
    padding: 0.1rem 4rem 1rem;
    font-size: 1rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 260px;
    left: calc(50% - 130px);
  }
}
@media screen and (max-width: 1020px) {
  article.post a.m-cta-btn-c,
  article.post a.l-cta-btn-c,
  article.post a.t-cta-btn-c {
    padding: 0.1rem 3rem 1rem;
    font-size: 1rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 220px;
    left: calc(50% - 110px);
  }
}
@media screen and (max-width: 910px) {
  article.post a.m-cta-btn-c,
  article.post a.l-cta-btn-c,
  article.post a.t-cta-btn-c {
    padding: 0.1rem 2rem 1rem;
    font-size: 1rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 220px;
    left: calc(50% - 110px);
  }
}
@media screen and (max-width: 850px) {
  article.post a.m-cta-btn-c,
  article.post a.l-cta-btn-c,
  article.post a.t-cta-btn-c {
    padding: 0.1rem 1.8rem 1rem;
    font-size: 0.9rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 190px;
    left: calc(50% - 95px);
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 680px) {
  article.post .bg-gray {
    background-color: transparent;
  }
  article.post .cta-btn {
    text-align: center;
    display: contents;
  }
  article.post a.m-cta-btn-c {
    padding: 0.1rem 9rem 1rem;
    font-size: 1.2rem;
  }
  article.post a.l-cta-btn-c {
    padding: 0.1rem 9.4rem 1rem;
    font-size: 1.2rem;
  }
  article.post a.t-cta-btn-c {
    padding: 0.1rem 9.7rem 1rem;
    font-size: 1.2rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 300px;
    left: calc(50% - 145px);
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  article.post a.m-cta-btn-c {
    padding: 0.1rem 6rem 1rem;
    font-size: 1.2rem;
  }
  article.post a.l-cta-btn-c {
    padding: 0.1rem 6.4rem 1rem;
    font-size: 1.2rem;
  }
  article.post a.t-cta-btn-c {
    padding: 0.1rem 6.8rem 1rem;
    font-size: 1.2rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 300px;
    left: calc(50% - 145px);
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 440px) {
  article.post a.m-cta-btn-c {
    padding: 0.1rem 6rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.l-cta-btn-c {
    padding: 0.1rem 6.3rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.t-cta-btn-c {
    padding: 0.1rem 6.6rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post body.color01 .side-widget ul li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  article.post a.m-cta-btn-c {
    padding: 0.1rem 4.5rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.l-cta-btn-c {
    padding: 0.1rem 4.7rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.t-cta-btn-c {
    padding: 0.1rem 4.9rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.m-cta-btn-c span,
  article.post a.l-cta-btn-c span,
  article.post a.t-cta-btn-c span {
    width: 230px;
    left: calc(50% - 115px);
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 350px) {
  article.post a.m-cta-btn-c {
    padding: 0.1rem 3.5rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.l-cta-btn-c {
    padding: 0.1rem 3.7rem 0.6rem;
    font-size: 0.9rem;
  }
  article.post a.t-cta-btn-c {
    padding: 0.1rem 3.9rem 0.6rem;
    font-size: 0.9rem;
  }
}
article.post .infoWrap {
  background-color: #f6f6f6;
  padding: 2em 5.3571428571%;
}
article.post .infoWrap h2 {
  font-size: var(--size-28);
  font-weight: 400;
  background: none !important;
  margin: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0 !important;
}
article.post .infoWrap h2::before {
  content: "";
  display: block;
  background: url(../images/theme/icon-house@2x.webp) no-repeat;
  background-size: contain;
  width: 1.7142857143em;
  height: 1.4285714286em;
}
article.post .infoWrap h3 {
  font-weight: 400;
  font-size: var(--size-22);
}/*# sourceMappingURL=style.css.map */