@charset "UTF-8";
/* =============================================================================
   #Foundation
   ========================================================================== */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset, img, abbr, acronym {
  border: 0px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

ol, ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#tinymce {
  list-style: initial !important;
  padding: initial !important;
  margin: initial !important;
}

main {
  display: block;
}

input[type=submit],
input[type=button] {
  border-radius: 0 !important;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/*input[type="radio"]:checked + label {
    background: #ff0000;
}*/
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

/* ブラウザの薄い枠線を消す */
:focus {
  outline: none;
}

@-webkit-keyframes basic {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359.9deg);
            transform: rotate(359.9deg);
  }
}

@keyframes basic {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359.9deg);
            transform: rotate(359.9deg);
  }
}
@-webkit-keyframes scrolldown {
  0% {
    bottom: 25px;
    opacity: 0;
  }
  80% {
    bottom: 5px;
    opacity: 1;
  }
  100% {
    bottom: 5px;
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    bottom: 25px;
    opacity: 0;
  }
  80% {
    bottom: 5px;
    opacity: 1;
  }
  100% {
    bottom: 5px;
    opacity: 0;
  }
}
@-webkit-keyframes btn-s-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes btn-s-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
body {
  font-style: normal;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

:root {
  --spacer: 0.5rem;
  --header-h-sp: 60px;
  --header-h: 52px;
  --s-spacer:50px;
  --s-spacer-s:25px;
  --radius:0.5rem;
}

@media screen and (min-width: 980px) {
  :root {
    --spacer: 0.7rem;
    --header-h-sp: 80px;
    --header-h: 80px;
    --s-spacer:min(12vh, 110px);
    --s-spacer-s:40px;
    --radius:1rem;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #222;
  outline: 0;
  background-color: #FFF;
  position: relative;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

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

img[src$=".svg"] {
  width: 100%;
}

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

.a-link a {
  color: #ffe500;
  text-decoration: underline;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.a-link a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.a-link-b, .p-top-blog .p-top-blog-inner, .l-footernavi li, .l-footer-pagetop.active {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.a-link-b:hover, .p-top-blog .p-top-blog-inner:hover, .l-footernavi li:hover, .l-footer-pagetop.active:hover {
  opacity: 0.8;
}

@media (hover: hover) {
  .a-link-c .c-image, .p-blog-list-item .c-image, .p-top-service .ts-item .c-image, .a-link-c .a-img, .p-blog-list-item .a-img, .p-top-service .ts-item .a-img {
    -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
    transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .a-link-c:hover .c-image, .p-blog-list-item:hover .c-image, .p-top-service .ts-item:hover .c-image, .a-link-c:hover .a-img, .p-blog-list-item:hover .a-img, .p-top-service .ts-item:hover .a-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*
=============================================================================
   #Layout
=============================================================================
*/
.l-header {
  position: sticky;
  top: var(--header-h);
  left: 0;
  z-index: 8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #ffe500;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  width: 100%;
}
@media screen and (min-width: 728px) {
  .l-header {
    top: 0;
    padding-left: 2vw;
    padding-right: 1vw;
    -ms-grid-columns: auto 2vw auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    height: var(--header-h);
  }
}
@media screen and (min-width: 1100px) {
  .l-header {
    padding-left: calc(var(--spacer) * 4);
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
  }
}
.l-header .user-btn {
  left: 0;
  top: 0;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.l-header .l-header__logo {
  display: none;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
  width: clamp(calc(185 * 1px), calc(calc((260 - 185) / (2160 - 400)) * 100vw + calc(185 - calc((260 - 185) / (2160 - 400)) * 400) * 1px), calc(260 * 1px));
  line-height: 1 !important;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 1100px) {
  .l-header .l-header__logo {
    display: block;
  }
}
.l-header.active {
  height: 60px;
}
.l-header.active .l-header__logo {
  width: 180px !important;
}
.l-header.active .l-header-menu_inner .text {
  bottom: 10%;
}

.l-h-sp-logo {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffe500;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--header-h);
  padding-bottom: 3px;
}
@media screen and (min-width: 728px) {
  .l-h-sp-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: initial;
  }
}
@media screen and (min-width: 1100px) {
  .l-h-sp-logo {
    display: none;
  }
}
.l-h-sp-logo img {
  width: clamp(calc(180 * 1px), calc(calc((300 - 180) / (2160 - 400)) * 100vw + calc(180 - calc((300 - 180) / (2160 - 400)) * 400) * 1px), calc(300 * 1px));
}

.gronavi-w {
  height: 100%;
  padding: 8px 5vw 0 5vw;
}
@media screen and (min-width: 728px) {
  .gronavi-w {
    padding: initial;
  }
}

.gronavi-b-w {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw auto;
  grid-template-columns: 1fr auto;
  height: 100%;
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  padding: 0 5vw 0 5vw;
}
@media screen and (min-width: 728px) {
  .gronavi-b-w {
    padding: initial;
  }
}

.gronavi-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
@media screen and (min-width: 728px) {
  .gronavi-b {
    -webkit-column-gap: 1.5vw;
       -moz-column-gap: 1.5vw;
            column-gap: 1.5vw;
  }
}
.gronavi-b .g-btn-b {
  height: clamp(calc(44 * 1px), calc(calc((46 - 44) / (2160 - 400)) * 100vw + calc(44 - calc((46 - 44) / (2160 - 400)) * 400) * 1px), calc(46 * 1px));
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(calc(14 * 1px), calc(calc((20 - 14) / (2160 - 400)) * 100vw + calc(14 - calc((20 - 14) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  /*
  &:after {
      content: "";
      @include width(10, 15);
      aspect-ratio: 1 / 1;
      background-image: url("../image/arrow-a.svg");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;


      z-index: 3;
      transition: all 0.2s $bezier-A;
  }*/
}
.gronavi-b .g-btn-b:hover {
  opacity: 0.6;
  /*&:before {
      right: 0.6em;

  }*/
}

.gronavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  height: 100%;
}
.gronavi .g-btn {
  width: 100%;
  height: clamp(calc(34 * 1px), calc(calc((48 - 34) / (2160 - 400)) * 100vw + calc(34 - calc((48 - 34) / (2160 - 400)) * 400) * 1px), calc(48 * 1px));
  border-radius: 100px;
  background-color: #222;
  position: relative;
  display: -ms-grid;
  display: grid;
  border: 2px solid #222;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(14 * 1px), calc(calc((24 - 14) / (2160 - 400)) * 100vw + calc(14 - calc((24 - 14) / (2160 - 400)) * 400) * 1px), calc(24 * 1px));
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  padding-left: 0.6em;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 728px) {
  .gronavi .g-btn {
    width: clamp(calc(100 * 1px), calc(calc((240 - 100) / (2160 - 400)) * 100vw + calc(100 - calc((240 - 100) / (2160 - 400)) * 400) * 1px), calc(240 * 1px));
  }
}
@media screen and (min-width: 1100px) {
  .gronavi .g-btn {
    padding-left: 0.8em;
    width: clamp(calc(105 * 1px), calc(calc((200 - 105) / (2160 - 400)) * 100vw + calc(105 - calc((200 - 105) / (2160 - 400)) * 400) * 1px), calc(200 * 1px));
  }
}
.gronavi .g-btn:before {
  content: "";
  width: clamp(calc(10 * 1px), calc(calc((15 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((15 - 10) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
  aspect-ratio: 1/1;
  background-image: url("../image/arrow-y.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (hover: hover) {
  .gronavi .g-btn:hover {
    color: #222;
    background-color: #ffe500;
  }
  .gronavi .g-btn:hover:before {
    right: 0.6em;
    background-image: url("../image/arrow-a.svg");
  }
}
.gronavi .g-btn.type-b {
  margin-left: 0;
  margin-right: auto;
}
.gronavi .g-btn .lb {
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.gronavi .step-item {
  opacity: 1;
}
.gronavi .p-blog-sublist {
  display: none;
}

.l-header-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 95;
}
.l-header-menu .l-header-menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: calc(var(--spacer) * 1.5);
     -moz-column-gap: calc(var(--spacer) * 1.5);
          column-gap: calc(var(--spacer) * 1.5);
  height: clamp(calc(34 * 1px), calc(calc((48 - 34) / (2160 - 400)) * 100vw + calc(34 - calc((48 - 34) / (2160 - 400)) * 400) * 1px), calc(48 * 1px));
  background-color: #FFF;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.l-header-menu .l-header-menu_inner .btn {
  position: relative;
  z-index: 16;
  height: clamp(calc(10 * 1px), calc(calc((14 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((14 - 10) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
  width: clamp(calc(28 * 1px), calc(calc((40 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((40 - 28) / (2160 - 400)) * 400) * 1px), calc(40 * 1px));
}
.l-header-menu .l-header-menu_inner .text {
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(12 * 1px), calc(calc((15 - 12) / (2160 - 400)) * 100vw + calc(12 - calc((15 - 12) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
}
.l-header-menu .l-header-menu_inner .text:after {
  content: "menu";
}
.l-header-menu .l-header-menu_inner .menu-trigger span {
  background-color: #222;
}
.l-header-menu .l-header-menu_inner.active .text:after {
  color: #FFF;
  content: "close";
}
.l-header-menu .l-header-menu_inner.active .menu-trigger span {
  background-color: #FFF;
}

.l-h-close-b {
  aspect-ratio: 1/1;
  background-color: #222;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .l-h-close-b {
    width: 80px;
  }
}
.l-h-close-b .btn {
  position: relative;
  text-align: center;
  width: clamp(calc(28 * 1px), calc(calc((40 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((40 - 28) / (2160 - 400)) * 400) * 1px), calc(40 * 1px));
  height: clamp(calc(10 * 1px), calc(calc((14 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((14 - 10) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
  top: 1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-h-close-b .btn .menu-trigger span {
  background-color: #FFF;
}
.l-h-close-b .b-text {
  color: #FFF;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(11 * 1px), calc(calc((14 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((14 - 11) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
  font-weight: 500;
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(calc(28 * 1px), calc(calc((40 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((40 - 28) / (2160 - 400)) * 400) * 1px), calc(40 * 1px));
  height: clamp(calc(10 * 1px), calc(calc((14 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((14 - 10) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
  line-height: 1;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 50%;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 50%;
}

.user-btn-sp {
  left: 0;
  top: 0;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.home .breadcrumbs {
  display: none;
}

.breadcrumbs-w {
  background-color: #FFF;
}

.breadcrumbs {
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: clamp(calc(11 * 1px), calc(calc((12 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((12 - 11) / (2160 - 400)) * 400) * 1px), calc(12 * 1px));
  display: none;
}
@media screen and (min-width: 980px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .border {
  margin: 0 5px;
  color: #999;
}
.breadcrumbs a {
  color: #ffe500;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.breadcrumbs a:hover {
  color: #222;
}

.p-top-image {
  position: relative;
  width: 100%;
  background-image: url("../image/top-main-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: clamp(calc(280 * 1px), calc(calc((1800 - 280) / (2160 - 400)) * 100vw + calc(280 - calc((1800 - 280) / (2160 - 400)) * 400) * 1px), calc(1800 * 1px));
  /*padding: max(20vh, 140px) 0;

    height: calc( 100dvh - 138px );
   @include bp(sm) {
  height: calc( 100dvh - 120px );
   }
    @include bp() {
  height: calc( 100dvh - 160px );
   }*/
}
@media screen and (min-width: 1100px) {
  .p-top-image {
    background-image: url("../image/top-main.webp");
    /*height: calc( 100dvh - var(--header-h) );*/
  }
}
@media screen and (min-width: 980px) {
  .p-top-image {
    height: calc(100svh - var(--header-h));
    max-height: 850px;
  }
}
.p-top-image .p-top-image-inner {
  -webkit-transition: all 1.5s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 1.5s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  max-width: 1260px;
  position: relative;
  width: 90%;
  z-index: 5;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .p-top-image .p-top-image-inner {
    width: 70vw;
  }
}
@media screen and (min-width: 1480px) {
  .p-top-image .p-top-image-inner {
    width: max(50vw, 1080px);
  }
}
.p-top-image .p-top-image-inner.move {
  -webkit-transform: translateY(-5%) !important;
          transform: translateY(-5%) !important;
  -webkit-animation-name: effect6;
          animation-name: effect6;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
          animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
.p-top-image .main-hdg {
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .p-top-image .main-hdg {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}
.p-top-image .main-hdg img {
  width: 100%;
}
.p-top-image .main-logo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: calc(var(--spacer) * 4);
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 728px) {
  .p-top-image .main-logo-w {
    margin-top: calc(var(--spacer) * 9);
  }
}
@media screen and (min-width: 980px) {
  .p-top-image .main-logo-w {
    width: 70%;
  }
}
.p-top-image .main-logo-w .title-map {
  width: 35%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(18%, -40%);
          transform: translate(18%, -40%);
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .p-top-image .main-logo-w .title-map {
    width: 40%;
    -webkit-transform: translate(38%, -40%);
            transform: translate(38%, -40%);
  }
}
.p-top-image .main-logo {
  width: 100%;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  aspect-ratio: 7/1;
  background-color: #ffe500;
  border-radius: 1000px;
}
.p-top-image .main-logo img {
  width: 65%;
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}
@media screen and (min-width: 980px) {
  .p-top-image .main-logo img {
    width: 70%;
  }
}
.p-top-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.l-container {
  width: 100%;
  position: relative;
}

.l-main {
  display: block;
  background-color: #FFF;
}

.l-footer-solution {
  display: none;
}

.page-template-sauna .l-footer-solution,
.page-template-medical .l-footer-solution,
.page-template-treatment .l-footer-solution,
.page-template-nutrition .l-footer-solution,
.page-template-beauty .l-footer-solution {
  display: block;
}

.l-contact-map {
  text-align: center;
  background-color: #FFF;
  z-index: 1;
}
.l-contact-map img {
  width: 90%;
}

.l-contact-w {
  background-color: #FFF;
}

.l-contact {
  position: relative;
}
.l-contact .contact-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 4);
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .l-contact .contact-inner {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.l-contact .contact-inner .tel {
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: clamp(calc(24 * 1px), calc(calc((30 - 24) / (2160 - 400)) * 100vw + calc(24 - calc((30 - 24) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
}

.page-template-contact .l-footer, .page-template-contact-finish .l-footer {
  /*@include u-pd-t(calc( 1.4 * var(--s-spacer) ), calc( 1.4 * var(--s-spacer) ));*/
}

.l-footer {
  background-color: #FFF;
  overflow: hidden;
  /*@include u-pd-t(0, $spacer-xl,lg);*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
      grid-template-areas: "map" "company";
  justify-items: center;
}
@media screen and (min-width: 1480px) {
  .l-footer {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
        grid-template-areas: "company map";
  }
}
.l-footer .map {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: map;
  width: 100%;
  height: 280px;
}
@media screen and (min-width: 1480px) {
  .l-footer .map {
    height: 100%;
  }
}

.l-footer_inner {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  width: 100%;
  grid-area: company;
  background-color: #ffe500;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto calc(var(--spacer) * 9) auto;
      grid-template-areas: "photo" "info";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: calc(var(--spacer) * 9);
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 1480px){
  .l-footer .map {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-footer_inner {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 728px) {
  .l-footer_inner {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
        grid-template-areas: "info photo";
  }
}
@media screen and (min-width: 728px) {
  .l-footer_inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.l-footer_inner .logo {
  width: clamp(calc(220 * 1px), calc(calc((300 - 220) / (2160 - 400)) * 100vw + calc(220 - calc((300 - 220) / (2160 - 400)) * 400) * 1px), calc(300 * 1px));
}
.l-footer_inner .copy {
  display: inline-block;
  font-weight: 500;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.l-footer_inner .company {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  padding-right: 0;
  position: relative;
  grid-area: info;
  text-align: center;
}
@media screen and (min-width: 728px) {
  .l-footer_inner .company {
    padding-right: calc(var(--spacer) * 4);
  }
}
.l-footer_inner .company .inner {
  position: relative;
  z-index: 2;
}
.l-footer_inner .photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: photo;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 728px) {
  .l-footer_inner .photo {
    width: clamp(calc(240 * 1px), calc(calc((300 - 240) / (2160 - 400)) * 100vw + calc(240 - calc((300 - 240) / (2160 - 400)) * 400) * 1px), calc(300 * 1px));
  }
}
.l-footer_inner .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer_inner .photo:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}

.l-footer-pagetop {
  visibility: hidden;
  cursor: pointer;
  z-index: 12;
  position: fixed;
  right: calc(var(--spacer) * 4);
  bottom: 0;
  width: clamp(calc(40 * 1px), calc(calc((50 - 40) / (2160 - 400)) * 100vw + calc(40 - calc((50 - 40) / (2160 - 400)) * 400) * 1px), calc(50 * 1px));
  height: clamp(calc(40 * 1px), calc(calc((50 - 40) / (2160 - 400)) * 100vw + calc(40 - calc((50 - 40) / (2160 - 400)) * 400) * 1px), calc(50 * 1px));
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
}
.l-footer-pagetop .arrow {
  position: relative;
  background-color: #FFF;
  height: clamp(calc(20 * 1px), calc(calc((20 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((20 - 20) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
  width: 1px;
}
.l-footer-pagetop .arrow:after {
  content: "";
  width: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.l-footer-pagetop.active {
  visibility: visible;
  bottom: calc(var(--spacer) * 4);
  opacity: 1;
}

.l-footernavi {
  display: -ms-inline-grid;
  display: inline-grid;
  row-gap: calc(var(--spacer) * 2.5);
  -webkit-column-gap: calc(var(--spacer) * 4);
     -moz-column-gap: calc(var(--spacer) * 4);
          column-gap: calc(var(--spacer) * 4);
  -ms-grid-columns: 1fr calc(var(--spacer) * 4) 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 980px) {
  .l-footernavi {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}
.l-footernavi li {
  display: block;
  color: #666;
}

.l-copyright {
  letter-spacing: 0.05em !important;
  padding: 1.5em;
  text-align: center;
  background-color: #000;
  color: #FFF;
}

.l-globalnavi-sp {
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  z-index: 120;
  background-color: #FFF;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  /*.l-globalnavi-sp-menu-w {
      opacity: 1;
      margin-top: -60px;


      &.active {
          animation: fade 0.8s 0.7s $bezier-A;
          animation-fill-mode: forwards;
      }


  }*/
}
@media screen and (min-width: 980px) {
  .l-globalnavi-sp {
    width: 30%;
  }
}
.l-globalnavi-sp.open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.l-globalnavi-sp .hdg {
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: clamp(calc(20 * 1px), calc(calc((30 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((30 - 20) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
  font-weight: 600;
  position: relative;
}
.l-globalnavi-sp .l-globalnavi-sp_inner {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 7em;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 980px) {
  .l-globalnavi-sp .l-globalnavi-sp_inner {
    padding-top: 80px;
  }
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w {
  position: relative;
  z-index: 1;
  width: 85%;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn {
  padding: 0.8em 0;
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn:before {
  content: "";
  width: clamp(calc(13 * 1px), calc(calc((19 - 13) / (2160 - 400)) * 100vw + calc(13 - calc((19 - 13) / (2160 - 400)) * 400) * 1px), calc(19 * 1px));
  aspect-ratio: 1/1;
  background-image: url("../image/arrow-y.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (hover: hover) {
  .l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn:hover:before {
    background-image: url("../image/arrow-a.svg");
    right: 0.6em;
  }
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn.bb-none {
  border-bottom: initial;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-b {
  padding: 0.8em 0 0.3em 0;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-s {
  border-bottom: 1px solid #DDD;
  padding-bottom: 0.8em;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-s li:nth-of-type(1) a {
  padding: 0 0 0.6em 0;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-s a {
  display: block;
  padding: 0.6em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-s a::before {
  content: "●";
  font-size: 11px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  color: #ffe500;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-s a:hover::before {
  color: #222;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .contact-btn {
  display: none;
}
.l-globalnavi-sp .l-globalnavi-sp_inner .tel {
  text-align: center;
  display: block;
}
@media screen and (min-width: 980px) {
  .l-globalnavi-sp .l-globalnavi-sp_inner .tel {
    display: none;
  }
}
.l-globalnavi-sp .c-btn-a {
  width: 100% !important;
}

.l-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
  cursor: pointer;
}
.l-shadow.open {
  opacity: 1;
  visibility: visible;
}

.l-globalnavi-sp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  min-height: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: var(--header-h);
  height: var(--header-h);
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: var(--header-h);
  top: 0;
}
.l-globalnavi-sp-btn:before {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
.l-globalnavi-sp-btn.open:before {
  content: "CLOSE";
}
@media screen and (min-width: 728px) {
  .l-globalnavi-sp-btn {
    display: none;
  }
}

.l-submenu-sp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 4);
}
.l-submenu-sp .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(calc(13 * 1px), calc(calc((16 - 13) / (2160 - 400)) * 100vw + calc(13 - calc((16 - 13) / (2160 - 400)) * 400) * 1px), calc(16 * 1px));
}
.l-submenu-sp .item img {
  width: clamp(calc(18 * 1px), calc(calc((22 - 18) / (2160 - 400)) * 100vw + calc(18 - calc((22 - 18) / (2160 - 400)) * 400) * 1px), calc(22 * 1px));
  line-height: 1;
}

.l-contact-sp {
  display: -ms-grid;
  display: grid;
  width: 100%;
  background-color: #FFF;
  padding-top: 1px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .l-contact-sp {
    display: none;
  }
}
.l-contact-sp .btn {
  background-color: #222;
  height: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5% auto;
  grid-template-columns: auto auto;
  place-items: center;
  color: #FFF;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.l-contact-sp .btn .icon {
  text-align: right;
  line-height: 1;
  -ms-grid-column-align: end;
      justify-self: end;
}
.l-contact-sp .btn .text {
  -ms-grid-column-align: start;
      justify-self: start;
  font-weight: 500;
}
.l-contact-sp .btn img {
  width: 20px;
  line-height: 1;
}
.l-contact-sp.is-in {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-title {
  width: 100%;
  position: relative;
  height: clamp(calc(100 * 1px), calc(calc((280 - 100) / (2160 - 400)) * 100vw + calc(100 - calc((280 - 100) / (2160 - 400)) * 400) * 1px), calc(280 * 1px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: #ffe500;
  background-image: url("../image/bg-illust-w.webp");
  background-size: 180%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .l-title {
    background-size: 100%;
    background-position: center bottom;
  }
}
.l-title .title-hdg {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(22 * 1px), calc(calc((48 - 22) / (2160 - 400)) * 100vw + calc(22 - calc((48 - 22) / (2160 - 400)) * 400) * 1px), calc(48 * 1px));
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  .l-title .title-hdg {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

.text-span {
  overflow: hidden;
  opacity: 0;
}

.text-span.show {
  opacity: 1;
}

.text-span span {
  display: inline-block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0, 0.5, 0.5, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0, 0.5, 0.5, 1) 0.5s;
  transition: transform cubic-bezier(0, 0.5, 0.5, 1) 0.5s;
  transition: transform cubic-bezier(0, 0.5, 0.5, 1) 0.5s, -webkit-transform cubic-bezier(0, 0.5, 0.5, 1) 0.5s;
}

.text-span.show span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.text-span.show span:nth-child(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.text-span.show span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.text-span.show span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.text-span.show span:nth-child(5) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.text-span.show span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.text-span.show span:nth-child(7) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.text-span.show span:nth-child(8) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.text-span.show span:nth-child(9) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.text-span.show span:nth-child(10) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.l-breadcrumb {
  color: #666;
}

.l-breadcrum-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*
=============================================================================
   #Object
=============================================================================
*/
/* -----------------------------------------------------------------------------
   #Component
   -------------------------------------------------------------------------- */
.c-hdg-a {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(20 * 1px), calc(calc((38 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((38 - 20) / (2160 - 400)) * 400) * 1px), calc(38 * 1px));
  margin-bottom: 1.5em;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.4em;
}
.c-hdg-a::before {
  content: "";
  width: clamp(calc(20 * 1px), calc(calc((36 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((36 - 20) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  height: clamp(calc(20 * 1px), calc(calc((36 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((36 - 20) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffe500;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../image/lb/comma-l.svg");
          mask-image: url("../image/lb/comma-l.svg");
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-hdg-a::after {
  content: "";
  width: clamp(calc(20 * 1px), calc(calc((36 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((36 - 20) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  height: clamp(calc(20 * 1px), calc(calc((36 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((36 - 20) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffe500;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../image/lb/comma-r.svg");
          mask-image: url("../image/lb/comma-r.svg");
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.c-hdg-a.type-b {
  color: #ffe500;
}
.c-hdg-a.type-b::before, .c-hdg-a.type-b::after {
  background-color: #FFF;
}
.c-hdg-a.type-c::before, .c-hdg-a.type-c::after {
  background-color: #FFF;
}

.c-hdg-b {
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: clamp(calc(16 * 1px), calc(calc((24 - 16) / (2160 - 400)) * 100vw + calc(16 - calc((24 - 16) / (2160 - 400)) * 400) * 1px), calc(24 * 1px));
  text-align: center;
}

.c-hd-c {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: clamp(calc(22 * 1px), calc(calc((38 - 22) / (2160 - 400)) * 100vw + calc(22 - calc((38 - 22) / (2160 - 400)) * 400) * 1px), calc(38 * 1px));
  margin-bottom: 1.2em;
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.c-hd-c.type-b {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .c-hd-c.type-b {
    text-align: left;
  }
}
.c-hd-c.mb-none {
  margin-bottom: initial;
}
.c-hd-c::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 30%;
  z-index: 1;
  opacity: 0.7;
}
.c-hd-c .hd-c-inner {
  position: relative;
  z-index: 3;
}

.c-hd-d {
  font-weight: 500;
  color: #FFF;
  padding: 0.6em 1em;
  background-color: #222;
  position: relative;
  border-radius: var(--radius);
}
@media screen and (min-width: 980px) {
  .c-hd-d {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.c-hd-d::before {
  content: "全て表示";
  position: absolute;
  right: 2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffe500;
}
@media screen and (min-width: 980px) {
  .c-hd-d::before {
    display: none;
  }
}
.c-hd-d:after {
  font-family: "Material Icons";
  content: "\e5df";
  line-height: 1 !important;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #ffe500;
}
@media screen and (min-width: 980px) {
  .c-hd-d:after {
    display: none;
  }
}
.c-hd-d.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-hd-d.open:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-hd-d.open::before {
  content: "閉じる";
}

.c-hd-e {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em !important;
  margin-bottom: 1.5em;
}
.c-hd-e::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.c-hd-e .hd-e-inner {
  position: relative;
  z-index: 3;
  font-weight: 500;
}

.c-hdg-f, .p-omakase .hdg .hdg-inr {
  font-weight: 500;
}

.c-hdg-d {
  border: 2px solid #222;
  border-radius: calc(var(--spacer) * 2.5);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  margin-bottom: 2.5em;
  background-color: #222;
}
@media screen and (min-width: 980px) {
  .c-hdg-d {
    border-radius: 1000px;
  }
}
.c-hdg-d .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6em 0.8em;
}
.c-hdg-d .icon img {
  width: clamp(calc(30 * 1px), calc(calc((90 - 30) / (2160 - 400)) * 100vw + calc(30 - calc((90 - 30) / (2160 - 400)) * 400) * 1px), calc(90 * 1px));
  line-height: 1;
}
@media screen and (min-width: 728px) {
  .c-hdg-d .icon img {
    width: clamp(calc(68 * 1px), calc(calc((90 - 68) / (2160 - 400)) * 100vw + calc(68 - calc((90 - 68) / (2160 - 400)) * 400) * 1px), calc(90 * 1px));
  }
}
.c-hdg-d .hdg {
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(16 * 1px), calc(calc((24 - 16) / (2160 - 400)) * 100vw + calc(16 - calc((24 - 16) / (2160 - 400)) * 400) * 1px), calc(24 * 1px));
  padding: 0.3em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  background-color: #FFF;
}

.c-hd-h {
  border: 2px solid #222;
  border-radius: 1000px;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(16 * 1px), calc(calc((20 - 16) / (2160 - 400)) * 100vw + calc(16 - calc((20 - 16) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
  padding: 0.3em 1em 0.4em 1em;
  text-align: center;
  margin-bottom: 1em;
}

.c-hdg-c {
  margin-bottom: 2em;
  text-align: center;
}
.c-hdg-c .hdg {
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: clamp(calc(19 * 1px), calc(calc((30 - 19) / (2160 - 400)) * 100vw + calc(19 - calc((30 - 19) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
  padding: 0 0.1em;
  display: inline-block;
  background-color: #222;
  color: #ffe500;
}

.c-btn-a {
  height: clamp(calc(44 * 1px), calc(calc((50 - 44) / (2160 - 400)) * 100vw + calc(44 - calc((50 - 44) / (2160 - 400)) * 400) * 1px), calc(50 * 1px));
  width: clamp(calc(160 * 1px), calc(calc((200 - 160) / (2160 - 400)) * 100vw + calc(160 - calc((200 - 160) / (2160 - 400)) * 400) * 1px), calc(200 * 1px));
  border-radius: 100px;
  background-color: #222;
  border: 2px solid #222;
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  padding-left: 1.2em;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.c-btn-a:before {
  content: "";
  width: clamp(calc(10 * 1px), calc(calc((15 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((15 - 10) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
  aspect-ratio: 1/1;
  background-image: url("../image/arrow-y.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.c-btn-a:hover {
  color: #222;
  background-color: #ffe500;
}
.c-btn-a:hover:before {
  right: 0.8em;
  background-image: url("../image/arrow-a.svg");
}
.c-btn-a.type-b {
  margin-left: 0;
  margin-right: auto;
}

.c-arrow-a {
  width: clamp(calc(24 * 1px), calc(calc((36 - 24) / (2160 - 400)) * 100vw + calc(24 - calc((36 - 24) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffe500;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.c-arrow-a img {
  line-height: 1;
  width: 40%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.c-arrow-a.hover {
  background-color: #000 !important;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.c-arrow-a.hover:before {
  background-image: url("../image/arrow-y.svg");
}
.c-arrow-a:before {
  content: "";
  width: clamp(calc(10 * 1px), calc(calc((15 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((15 - 10) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
  aspect-ratio: 1/1;
  background-image: url("../image/arrow-a.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}

.c-arrow-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.c-arrow-b img {
  line-height: 1;
  width: clamp(calc(10 * 1px), calc(calc((15 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((15 - 10) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.c-arrow-b.hover img {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.c-footer-res {
  width: 100%;
  height: clamp(calc(60 * 1px), calc(calc((78 - 60) / (2160 - 400)) * 100vw + calc(60 - calc((78 - 60) / (2160 - 400)) * 400) * 1px), calc(78 * 1px));
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  border-radius: 200px;
  background-color: #222;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  color: #FFF;
  padding-left: 1.5em;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .c-footer-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-footer-res .number {
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(17 * 1px), calc(calc((24 - 17) / (2160 - 400)) * 100vw + calc(17 - calc((24 - 17) / (2160 - 400)) * 400) * 1px), calc(24 * 1px));
}
.c-footer-res .res-icon {
  width: clamp(calc(60 * 1px), calc(calc((78 - 60) / (2160 - 400)) * 100vw + calc(60 - calc((78 - 60) / (2160 - 400)) * 400) * 1px), calc(78 * 1px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffe500;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
}
.c-footer-res .res-icon img {
  width: 60%;
}
.c-footer-res.hover {
  color: #ffe500;
  /*opacity: $opc-A;*/
}
.c-footer-res.type-b {
  margin-top: 1.2em;
  padding-left: 1em;
  padding-bottom: 0.1em;
}

.c-btn-c {
  height: clamp(calc(38 * 1px), calc(calc((44 - 38) / (2160 - 400)) * 100vw + calc(38 - calc((44 - 38) / (2160 - 400)) * 400) * 1px), calc(44 * 1px));
  width: clamp(calc(38 * 1px), calc(calc((44 - 38) / (2160 - 400)) * 100vw + calc(38 - calc((44 - 38) / (2160 - 400)) * 400) * 1px), calc(44 * 1px));
  border-radius: 50%;
  border: 2px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #FFF;
}
.c-btn-c img {
  line-height: 1;
  width: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 728px) {
  .c-btn-c:hover img {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  .c-btn-c.swiper-b-prev:hover img {
    -webkit-transform: scale(-1, 1) translateX(30%);
            transform: scale(-1, 1) translateX(30%);
  }
}
.c-btn-c.swiper-b-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-np-btn {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) auto calc(var(--spacer) * 2.5) auto;
  grid-template-columns: auto auto auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-blog-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--spacer) * 1.5) 1fr calc(var(--spacer) * 1.5) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: calc(var(--spacer) * 1.5);
     -moz-column-gap: calc(var(--spacer) * 1.5);
          column-gap: calc(var(--spacer) * 1.5);
}
.c-blog-menu .m-item {
  position: relative;
  text-align: center;
  padding-bottom: 0.7em;
  cursor: pointer;
}
.c-blog-menu .m-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 980px) {
  .c-blog-menu .m-item::after {
    height: 5px;
  }
}
@media (hover: hover) {
  .c-blog-menu .m-item:hover::after {
    background-color: #ffe500;
  }
}
.c-blog-menu .m-item.active::after {
  background-color: #ffe500;
}

@media screen and (min-width: 728px) {
  .c-layout-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-layout-A .c-layout-A__A {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 728px) {
  .c-layout-A .c-layout-A__A {
    padding-right: calc(var(--spacer) * 9);
  }
}
.c-layout-A .c-layout-A__B {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.c-layout-A .c-layout-A__C {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.c-layout-A .c-layout-A__D {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 240px;
          flex: 0 1 240px;
}

.c-t-spacer {
  margin-top: var(--s-spacer);
}

.c-tp-spacer {
  padding-top: var(--s-spacer);
}

.c-bg-a {
  padding: calc(1 * var(--s-spacer)) 0;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}
.c-bg-a.type-b {
  background-color: #ffe500;
}

.c-bg-b {
  background-color: #FFF;
  padding: calc(1 * var(--s-spacer)) 0 calc(1 * var(--s-spacer)) 0;
  position: relative;
  overflow: hidden;
}
.c-bg-b.type-b {
  background-color: #ffe500;
}

.c-bg-c {
  background-color: #FFF;
  padding-top: calc(0.8 * var(--s-spacer));
}

.c-bg-d {
  padding-top: calc(0.8 * var(--s-spacer));
  position: relative;
  background-color: #FFF;
}

.c-layout-B {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: calc(var(--spacer) * 6);
}
@media screen and (min-width: 980px) {
  .c-layout-B {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: calc(var(--spacer) * 9);
  }
}
.c-layout-B .column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4% 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
.c-layout-B .hdg {
  color: #ffe500;
  font-weight: 600;
}
.c-layout-B .image {
  position: relative;
  width: clamp(calc(80 * 1px), calc(calc((120 - 80) / (2160 - 400)) * 100vw + calc(80 - calc((120 - 80) / (2160 - 400)) * 400) * 1px), calc(120 * 1px));
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.c-layout-B .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-layout-B .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-layout-B .text p {
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(13 * 1px), calc(calc((15 - 13) / (2160 - 400)) * 100vw + calc(13 - calc((15 - 13) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
}

.c-layout-C {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto calc(var(--spacer) * 6) auto;
      grid-template-areas: "column-a" "column-b";
  position: relative;
  z-index: 1;
  row-gap: calc(var(--spacer) * 6);
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  .c-layout-C {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
        grid-template-areas: "column-b column-a";
  }
}
.c-layout-C .column-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: column-a;
}
.c-layout-C .column-b {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: column-b;
}
@media screen and (min-width: 980px){
  .c-layout-C .column-a {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-C .column-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.c-layout-D {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 12);
}
.c-layout-D .d-item {
  background-color: #FFF;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: calc(var(--spacer) * 4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: auto calc(var(--spacer) * 4) auto;
      grid-template-areas: "text" "image";
}
@media screen and (min-width: 728px) {
  .c-layout-D .d-item {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
        grid-template-areas: "text image";
  }
}
@media screen and (min-width: 728px) {
  .c-layout-D .d-item.type-b {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
        grid-template-areas: "image text";
  }
}
.c-layout-D .d-item.type-b .d-image-w .illust {
  left: 0;
}
@media screen and (min-width: 1100px) {
  .c-layout-D .d-item.type-b .d-image-w .illust {
    -webkit-transform: translateX(-23%);
            transform: translateX(-23%);
  }
}
.c-layout-D .d-item .d-image-w {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  position: relative;
  -ms-grid-column-align: center;
      justify-self: center;
  grid-area: image;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-layout-D .d-item .d-image-w .illust {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: clamp(calc(180 * 1px), calc(calc((240 - 180) / (2160 - 400)) * 100vw + calc(180 - calc((240 - 180) / (2160 - 400)) * 400) * 1px), calc(240 * 1px));
}
@media screen and (min-width: 1100px) {
  .c-layout-D .d-item .d-image-w .illust {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
.c-layout-D .d-item .d-image-w.pb-none {
  padding-bottom: initial !important;
}
.c-layout-D .d-item .d-image {
  border-radius: 50%;
  overflow: hidden;
  width: clamp(calc(240 * 1px), calc(calc((380 - 240) / (2160 - 400)) * 100vw + calc(240 - calc((380 - 240) / (2160 - 400)) * 400) * 1px), calc(380 * 1px));
}
.c-layout-D .d-item .d-image img {
  z-index: 2;
}
.c-layout-D .d-item .d-image-b {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #222;
}
@media screen and (min-width: 728px) {
  .c-layout-D .d-item .d-image-b {
    width: clamp(calc(280 * 1px), calc(calc((460 - 280) / (2160 - 400)) * 100vw + calc(280 - calc((460 - 280) / (2160 - 400)) * 400) * 1px), calc(460 * 1px));
  }
}
.c-layout-D .d-item .d-image-b img {
  z-index: 2;
}
.c-layout-D .d-item .d-text-w {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
}
.c-layout-D .d-item .d-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  border-bottom: 1px solid #222;
  position: relative;
}
.c-layout-D .d-item .d-column::before {
  content: "";
  background-color: #FFF;
  -webkit-transform: skew(30deg, 0) translateY(65%);
          transform: skew(30deg, 0) translateY(65%);
  position: absolute;
  bottom: 0;
  left: 7%;
  width: clamp(calc(15 * 1px), calc(calc((20 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((20 - 15) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
  height: clamp(calc(20 * 1px), calc(calc((25 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((25 - 20) / (2160 - 400)) * 400) * 1px), calc(25 * 1px));
  border-left: 1px solid #222;
}
.c-layout-D .d-item .d-column .hdg span {
  /*@include fs(16, 11, 1, 0);*/
  vertical-align: middle;
}
.c-layout-D .d-item .d-column .photo {
  width: clamp(calc(80 * 1px), calc(calc((120 - 80) / (2160 - 400)) * 100vw + calc(80 - calc((120 - 80) / (2160 - 400)) * 400) * 1px), calc(120 * 1px));
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.c-layout-D .d-item .d-column .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius);
  z-index: 2;
}

.c-layout-E {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: var(--s-spacer);
}
.c-layout-E .d-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: calc(var(--spacer) * 1.5);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 980px) {
  .c-layout-E .d-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.c-layout-E .d-item .d-image {
  position: relative;
}
.c-layout-E .d-item .d-image img {
  z-index: 2;
}
.c-layout-E .d-item .d-image::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
}
.c-layout-E .d-item .d-image .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #222;
  z-index: 3;
}
.c-layout-E .d-item .d-image .number {
  position: absolute;
  left: 5%;
  top: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(calc(42 * 1px), calc(calc((54 - 42) / (2160 - 400)) * 100vw + calc(42 - calc((54 - 42) / (2160 - 400)) * 400) * 1px), calc(54 * 1px));
  font-weight: 500;
  paint-order: stroke;
  -webkit-text-stroke: 3px #222;
  text-stroke: 3px #222;
  z-index: 4;
  color: #ffe500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 728px) {
  .c-layout-E .d-item .d-image .number {
    -webkit-text-stroke: 4px #222;
    text-stroke: 4px #222;
  }
}
.c-layout-E .d-item .d-column {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  -ms-grid-rows: auto 1em 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: 1fr 5% auto;
  grid-template-columns: 1fr auto;
      grid-template-areas: "hdg photo" "text text";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .c-layout-E .d-item .d-column {
        grid-template-areas: "hdg photo" "text text";
  }
  .c-layout-E .d-item .d-column > .d-text-w {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.c-layout-E .d-item .d-column .hdg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: hdg;
  font-weight: 700;
  border-bottom: 2px solid #222;
  position: relative;
}
.c-layout-E .d-item .d-column .hdg span {
  vertical-align: middle;
}
.c-layout-E .d-item .d-column .hdg::before {
  content: "";
  background-color: #FFF;
  -webkit-transform: skew(-30deg, 0) translateY(65%);
          transform: skew(-30deg, 0) translateY(65%);
  position: absolute;
  bottom: 0;
  right: 10%;
  width: clamp(calc(15 * 1px), calc(calc((20 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((20 - 15) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
  height: clamp(calc(20 * 1px), calc(calc((25 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((25 - 20) / (2160 - 400)) * 400) * 1px), calc(25 * 1px));
  border-right: 2px solid #222;
}
.c-layout-E .d-item .d-column .text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: text;
}
.c-layout-E .d-item .d-column .text .illust {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .c-layout-E .d-item .d-column .text .illust {
    text-align: left;
  }
}
.c-layout-E .d-item .d-column .text .illust img {
  width: 100%;
}
.c-layout-E .d-item .d-column .photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: photo;
  width: clamp(calc(90 * 1px), calc(calc((130 - 90) / (2160 - 400)) * 100vw + calc(90 - calc((130 - 90) / (2160 - 400)) * 400) * 1px), calc(130 * 1px));
  position: relative;
  border-radius: 1.5em;
  overflow: hidden;
}
@media screen and (min-width: 728px){
  .l-footer_inner .company {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer_inner .photo {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-E .d-item .d-column .photo {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.c-layout-E .d-item .d-column .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-layout-E .d-item .d-column .photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-layout-F {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: calc(var(--spacer) * 4);
     -moz-column-gap: calc(var(--spacer) * 4);
          column-gap: calc(var(--spacer) * 4);
  margin-inline: auto;
}

.c-ovh {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.p-list-A__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.p-list-A__item:first-child {
  padding-top: 0 !important;
}

.p-list-A__item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-list-A__item__heading {
  line-height: 1.8;
}

.p-list-A__item__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  max-width: 150px;
}

.p-list-B a {
  display: block;
}
.p-list-B a:first-child {
  padding-top: 0 !important;
}
.p-list-c {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 1);
}
.p-list-c > li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-list-d {
  counter-reset: number 0;
  display: -ms-grid;
  display: grid;
  row-gap: 0.7em;
}
.c-list-d > li {
  line-height: 1.7 !important;
  padding-left: 1em;
  text-indent: -1em;
}
.c-list-d > li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.c-list-e {
  counter-reset: number 0;
  display: -ms-grid;
  display: grid;
  /*row-gap: 0.6em;*/
}
.c-list-e li {
  line-height: 1.7 !important;
  padding-left: 1em;
  position: relative;
}
.c-list-e li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.c-table-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border: 2px solid #222;
  background-color: #222;
  border-radius: var(--radius);
  row-gap: 1px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .c-table-a {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
.c-table-a .a-th {
  background-color: #f3f3f3;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .c-table-a .a-th {
    text-align: left;
  }
}
.c-table-a .a-td {
  background-color: #FFF;
}
.c-table-a .a-th {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .c-table-a .a-th {
    padding-top: calc(var(--spacer) * 2.5);
    padding-bottom: calc(var(--spacer) * 2.5);
  }
}
.c-table-a .a-td {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: calc(var(--spacer) * 2.5);
  padding-right: calc(var(--spacer) * 2.5);
}
@media screen and (min-width: 980px) {
  .c-table-a .a-td {
    padding-top: calc(var(--spacer) * 2.5);
    padding-bottom: calc(var(--spacer) * 2.5);
  }
}
@media screen and (min-width: 980px) {
  .c-table-a .a-td {
    padding-left: calc(var(--spacer) * 2.5);
    padding-right: calc(var(--spacer) * 2.5);
  }
}

.u-c-width-a, .breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, 1360 * 1px);
}
@media screen and (min-width: 1480px) {
  .u-c-width-a, .breadcrumbs {
    width: min(82vw, 1360 * 1px);
  }
}

.u-c-width-b, .c-layout-C {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, 900 * 1px);
}

.u-c-width-c {
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
}
@media screen and (min-width: 1480px) {
  .u-c-width-c {
    width: 84vw;
  }
}

.u-c-width-d {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1360 * 1px);
}

.u-c-width-e {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, 1140 * 1px);
}

.u-c-width-f {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1140 * 1px);
}

.u-c-width-h {
  margin-left: auto;
  margin-right: auto;
  width: min(100vw, 900 * 1px);
}

.c-bg-dot, .p-buy-flow .flow-item .f-inner .f-image-b::after, .p-buy-flow .flow-item .f-inner .f-image::after, .p-company-profile .p-photo::after, .p-company-profile .p-company-profile-inner::before, .p-single-faq .p-single-faq-inner::before, .p-faq-item .p-faq-item-inner .faq-hdg::before, .p-blog-list-item-w::after, .p-blog-heading::before, .p-top-message .m-photo::after, .c-hd-c::before, .c-hd-e::before, .c-layout-E .d-item .d-image::after {
  background-image: url("../image/dot.svg");
  background-position: bottom right;
  background-size: 7px;
}
@media screen and (min-width: 980px) {
  .c-bg-dot, .p-buy-flow .flow-item .f-inner .f-image-b::after, .p-buy-flow .flow-item .f-inner .f-image::after, .p-company-profile .p-photo::after, .p-company-profile .p-company-profile-inner::before, .p-single-faq .p-single-faq-inner::before, .p-faq-item .p-faq-item-inner .faq-hdg::before, .p-blog-list-item-w::after, .p-blog-heading::before, .p-top-message .m-photo::after, .c-hd-c::before, .c-hd-e::before, .c-layout-E .d-item .d-image::after {
    background-size: 9px;
  }
}

.p-cover {
  position: relative;
}
.p-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cover-a {
  position: relative;
  aspect-ratio: 1.6/1;
}
.p-cover-a .a-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cover-a.type-b {
  aspect-ratio: 1.4/1;
}
@media screen and (min-width: 980px) {
  .p-cover-a.type-b {
    aspect-ratio: 1.6/1;
  }
}
.p-cover-a.type-c {
  aspect-ratio: 1/1;
}
.p-cover-a.type-d {
  aspect-ratio: 1.6/1;
}

.u-sticky {
  position: sticky;
  top: var(--header-h-sp);
}

.atmark::before {
  content: "@";
}

.c-uline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #FFF;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* -----------------------------------------------------------------------------
   #Project
   -------------------------------------------------------------------------- */
#tinymce {
  background-color: #FFF !important;
}
#tinymce:after {
  display: none !important;
}

.c-hd-small {
  position: relative;
}
.c-hd-small:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 3px;
  background-color: #222;
}

.c-hd-middle {
  background-color: #f3f3f3;
  font-weight: 500;
  padding: 0.6em 0.8em 0.7em 0.8em;
  position: relative;
}

.c-hd-large {
  position: relative;
  /*
     &::before {
      content: '';
      display: block;
      width: 2em;
      height:2px;
      position: absolute;
      left: 0;
      bottom: -2px;
      background: $color-font;
      z-index: 1;
  }
     */
}

.cms_ww {
  line-height: 2.2 !important;
}
.cms_ww a {
  text-decoration: underline;
}
.cms_ww a:hover {
  text-decoration: initial;
}

ol {
  counter-reset: li;
  /* li のカウンタを 0 にセット */
  list-style: none;
  padding: 0;
  margin: 0;
}
ol > li {
  margin-bottom: calc(var(--spacer) * 1.5);
}
ol > li:before {
  font-weight: bold;
  counter-increment: li;
  /* li の数を一つずつ増加 */
  content: counter(li) ". ";
  /* 数を表示 */
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p-blog-tmp a {
  text-decoration: underline;
}

.p-blog-writer {
  background-color: #fdfbe9;
  position: relative;
  text-align: center;
}
.p-blog-writer .faq-btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.p-blog-writer .faq-btn:hover {
  background-color: #ffe500;
  color: #222;
}
.p-blog-writer .faq-btn:hover:after {
  background-color: #222;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
.p-blog-writer .intro {
  text-align: left;
}

.p-blog-writer-inner {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) auto;
  grid-template-columns: auto auto;
  text-align: left;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
}

.p-writer-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-writer-image {
    width: 100px;
    height: 100px;
  }
}
.p-writer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-writer-image-none {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .p-writer-image-none {
    width: 100px;
    height: 100px;
  }
}

.p-blog-writer-name .name {
  letter-spacing: 0.1em !important;
}

.p-blog-writer-possted {
  vertical-align: bottom;
  line-height: 1 !important;
  background-color: #fdfbe9;
  position: relative;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: calc(var(--spacer) * 1);
     -moz-column-gap: calc(var(--spacer) * 1);
          column-gap: calc(var(--spacer) * 1);
  border-top-right-radius: var(--radius);
  padding: 0.8em calc(var(--spacer) * 4) 0 calc(var(--spacer) * 4);
}
.p-blog-writer-possted:before {
  content: "\e3c9";
  font-family: "Material Icons";
  line-height: 1 !important;
}
.p-blog-writer-possted:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2000px;
  height: 2px;
  background-color: #222;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.wp-pagenavi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(calc(40 * 1px), calc(calc((50 - 40) / (2160 - 400)) * 100vw + calc(40 - calc((50 - 40) / (2160 - 400)) * 400) * 1px), calc(50 * 1px));
  height: clamp(calc(40 * 1px), calc(calc((50 - 40) / (2160 - 400)) * 100vw + calc(40 - calc((50 - 40) / (2160 - 400)) * 400) * 1px), calc(50 * 1px));
  border: 1px solid #222;
}
.wp-pagenavi .current {
  background-color: #f3cf00;
  color: #222;
}
.wp-pagenavi .nextpostslink:before {
  content: "\e5df";
  font-family: "Material Icons";
}
.wp-pagenavi .previouspostslink:before {
  content: "\e5de";
  font-family: "Material Icons";
}
.wp-pagenavi a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.wp-pagenavi a:hover {
  background-color: #f3f3f3;
}

.page-template-contact .l-contact-w, .page-template-contact-finish .l-contact-w {
  display: none;
}

.p-contact-flow {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto calc(var(--spacer) * 4) auto calc(var(--spacer) * 4) auto calc(var(--spacer) * 4) auto calc(var(--spacer) * 4) auto;
  grid-template-columns: auto auto auto auto auto;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: calc(var(--spacer) * 4);
}
.p-contact-flow .p-contact-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(calc(48 * 1px), calc(calc((61 - 48) / (2160 - 400)) * 100vw + calc(48 - calc((61 - 48) / (2160 - 400)) * 400) * 1px), calc(61 * 1px));
  height: clamp(calc(48 * 1px), calc(calc((61 - 48) / (2160 - 400)) * 100vw + calc(48 - calc((61 - 48) / (2160 - 400)) * 400) * 1px), calc(61 * 1px));
  color: #FFF;
  background-color: #222;
}
.p-contact-flow .p-contact-flow-item p {
  font-weight: 600;
}
.p-contact-flow .arrow {
  display: inline-block;
  position: relative;
  width: clamp(calc(20 * 1px), calc(calc((40 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((40 - 20) / (2160 - 400)) * 400) * 1px), calc(40 * 1px));
}
.p-contact-flow .arrow .line {
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 3;
}
.p-contact-flow .arrow .line:after {
  content: "";
  width: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.page-id-44 .p-contact-flow-item.input {
  color: #222;
  background-color: #ffe500;
}

.page-id-51 .p-contact-flow-item.check {
  color: #222;
  background-color: #ffe500;
}

.page-id-53 .p-contact-flow-item.finish {
  color: #222;
  background-color: #ffe500;
}

.mw_wp_form_complete {
  text-align: left;
}
@media screen and (min-width: 980px) {
  .mw_wp_form_complete {
    text-align: center;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy a {
  text-decoration: underline;
}

.p-top-blog {
  display: none;
  background-color: #b1ff9d;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 5;
  max-width: 400px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 10px 20px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.4) 10px 20px 50px -12px;
}
@media screen and (min-width: 980px) {
  .p-top-blog {
    margin-right: 0;
    width: clamp(calc(400 * 1px), calc(calc((540 - 400) / (2160 - 400)) * 100vw + calc(400 - calc((540 - 400) / (2160 - 400)) * 400) * 1px), calc(540 * 1px));
    margin-top: -4vh;
  }
}
.p-top-blog .p-top-blog-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 3fr;
  grid-template-columns: 1fr 3fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (min-width: 728px) {
  .p-top-blog .p-top-blog-inner {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
.p-top-blog .category {
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: clamp(calc(11 * 1px), calc(calc((12 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((12 - 11) / (2160 - 400)) * 400) * 1px), calc(12 * 1px));
}
.p-top-blog .category a {
  color: #222;
}
.p-top-blog .sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5% 1fr 5% auto;
  grid-template-columns: auto 1fr auto;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(calc(11 * 1px), calc(calc((12 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((12 - 11) / (2160 - 400)) * 400) * 1px), calc(12 * 1px));
  color: #ffe500;
}
.p-top-blog .sub .border {
  position: relative;
}
.p-top-blog .sub .border::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-top-blog .hdg {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(14 * 1px), calc(calc((15 - 14) / (2160 - 400)) * 100vw + calc(14 - calc((15 - 14) / (2160 - 400)) * 400) * 1px), calc(15 * 1px));
}
.p-top-blog .image {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
  aspect-ratio: 1.6/1;
}
.p-top-blog .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}

.p-top-blog-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .p-top-blog-layout {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}

.p-top-service-w {
  /*
      position: relative;
      padding-bottom: $spacer-xxl;
      &::before {
  content: "";
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  height: 80%;
   background-color: $color-A;
      }*/
}

.p-top-service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 9);
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media screen and (min-width: 980px) {
  .p-top-service {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-service .ts-item {
  background-color: #ffe500;
  border-radius: var(--radius);
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.p-top-service .ts-item .d-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.p-top-service .ts-item .ts-hdg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  background-color: #ffe500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(calc(24 * 1px), calc(calc((38 - 24) / (2160 - 400)) * 100vw + calc(24 - calc((38 - 24) / (2160 - 400)) * 400) * 1px), calc(38 * 1px));
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  padding: 5% 7% 0 7%;
}
.p-top-service .ts-item .ts-hdg .c-arrow-a {
  background-color: #FFF;
}
.p-top-service .ts-item .ts-image {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.p-top-service .ts-item .ts-image img {
  z-index: 2;
}
.p-top-service .ts-item .ts-text {
  padding: 5% 7% 6% 7%;
}
.p-top-service .ts-item:hover {
  background-color: #FFF;
  -webkit-box-shadow: 6px 6px 0px #ffe500;
          box-shadow: 6px 6px 0px #ffe500;
}
.p-top-service .ts-item:hover .ts-hdg {
  background-color: #FFF;
}

.p-top-message .m-photo {
  float: right;
  margin-right: -5vw;
  margin-left: 1em;
  margin-bottom: 1em;
  width: clamp(calc(170 * 1px), calc(calc((280 - 170) / (2160 - 400)) * 100vw + calc(170 - calc((280 - 170) / (2160 - 400)) * 400) * 1px), calc(280 * 1px));
  position: relative;
}
.p-top-message .m-photo .m-photo_inner {
  aspect-ratio: 1/1.4;
  overflow: hidden;
  position: relative;
}
.p-top-message .m-photo .m-p-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  color: #FFF;
  padding: 0.5em;
}
.p-top-message .m-photo .m-p-text .m-name {
  font-weight: 500;
}
.p-top-message .m-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.p-top-message .m-photo::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.7;
  top: 0.3em;
  left: 0.3em;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .p-top-message .m-photo::after {
    top: 0.5em;
    left: 0.5em;
  }
}
.p-top-message .m-photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 4;
}

.p-blog-w {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto calc(var(--spacer) * 9) auto calc(var(--spacer) * 9) auto;
      grid-template-areas: "main" "pager" "side";
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: calc(var(--spacer) * 9);
  -ms-grid-columns: 1fr 4% auto;
  grid-template-columns: 1fr auto;
}
@media screen and (min-width: 980px) {
  .p-blog-w {
        grid-template-areas: "main side" "pager pager";
  }
}
.p-blog-w .p-b-main {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: main;
}
.p-blog-w .p-b-side {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: side;
}
@media screen and (min-width: 980px) {
  .p-blog-w .p-b-side {
    width: clamp(calc(200 * 1px), calc(calc((320 - 200) / (2160 - 400)) * 100vw + calc(200 - calc((320 - 200) / (2160 - 400)) * 400) * 1px), calc(320 * 1px));
  }
}
.p-blog-w .p-b-pager {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: pager;
}
@media screen and (min-width: 980px){
  .p-blog-w .p-b-main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-blog-w .p-b-side {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-blog-w .p-b-pager {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.p-blog-heading {
  position: relative;
  padding: calc(var(--spacer) * 4) calc(var(--spacer) * 4) 0 calc(var(--spacer) * 4);
}
.p-blog-heading h1 {
  paint-order: stroke;
  -webkit-text-stroke: 4px #FFF;
  text-stroke: 4px #FFF;
  z-index: 3;
  position: relative;
}
.p-blog-heading .slash {
  content: "";
  -webkit-transform: skew(30deg, 0) translate(0, 50%);
          transform: skew(30deg, 0) translate(0, 50%);
  position: relative;
  bottom: 0;
  left: calc(var(--spacer) * 6);
  width: clamp(calc(12 * 1px), calc(calc((22 - 12) / (2160 - 400)) * 100vw + calc(12 - calc((22 - 12) / (2160 - 400)) * 400) * 1px), calc(22 * 1px));
  height: clamp(calc(25 * 1px), calc(calc((30 - 25) / (2160 - 400)) * 100vw + calc(25 - calc((30 - 25) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
  border-right: 2.5px solid #222;
}
.p-blog-heading .slash::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2000px;
  height: 2px;
  background-color: #222;
}
.p-blog-heading .slash::before {
  content: "";
  position: absolute;
  left: calc(var(--spacer) * 6);
  top: 50%;
  width: 2000px;
  height: 2px;
  background-color: #222;
}
.p-blog-heading .p-blog-time {
  text-align: right;
}
.p-blog-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.home .cat-title,
.tax-blog_work .cat-title {
  display: none;
}

.post-type-archive-blog .cat-title {
  display: none;
}
.post-type-archive-blog.date .cat-title {
  display: block;
}

.p-blog-time {
  color: #666;
}

.p-blog-list-w .list-item {
  display: none;
}
.p-blog-list-w .list-item.on {
  display: block;
}

.p-blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 4);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media screen and (min-width: 980px) {
  .p-blog-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-blog-list.type-b {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
}

.p-blog-list-item-w {
  position: relative;
}
.p-blog-list-item-w::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: var(--radius);
  position: absolute;
  opacity: 0.5;
  top: 0.2em;
  left: 0.2em;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .p-blog-list-item-w::after {
    top: 0.3em;
    left: 0.3em;
  }
}

.p-blog-list-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 2.4fr;
  grid-template-columns: 1fr 2.4fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: var(--radius);
  background-color: #FFF;
  height: 100%;
  text-decoration: none !important;
}

.p-blog-list-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-blog-list-item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-blog-list-item > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-blog-list-item > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media screen and (min-width: 980px) {
  .p-blog-list-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-blog-list-item .column-a {
  padding: 0.5em 0.8em 0.5em 0;
}
@media screen and (min-width: 980px) {
  .p-blog-list-item .column-a {
    padding: 1em 1.2em;
  }
}
.p-blog-list-item.type-b {
  -ms-grid-columns: 1fr 2.4fr !important;
  grid-template-columns: 1fr 2.4fr !important;
}

.p-image-a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 728px) {
  .p-image-a {
    aspect-ratio: 1.6/1;
  }
}
.p-image-a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.p-column-category {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(11 * 1px), calc(calc((14 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((14 - 11) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
}
.p-column-category a {
  color: #ffe500;
}
.p-column-category a + a::before {
  content: "/";
  margin: 0 2;
}

.c-btn-list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .c-btn-list {
    display: none;
  }
}
.btn-a-list.open,
.btn-b-list.open {
  display: block;
}

.btn-a-list,
.btn-b-list {
  display: none;
}
@media screen and (min-width: 980px) {
  .btn-a-list,
  .btn-b-list {
    display: block;
  }
}

.p-blog-sublist {
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(15 * 1px), calc(calc((18 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((18 - 15) / (2160 - 400)) * 400) * 1px), calc(18 * 1px));
}
.p-blog-sublist .parent {
  border-bottom: 1px solid #666;
  position: relative;
  /*&:nth-last-of-type(1) {
      border-bottom: initial;
  }*/
}
.p-blog-sublist .parent:before {
  content: "●";
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(14 * 1px), calc(calc((18 - 14) / (2160 - 400)) * 100vw + calc(14 - calc((18 - 14) / (2160 - 400)) * 400) * 1px), calc(18 * 1px));
  color: #ffe500;
  position: absolute;
  left: 0.4em;
  top: 0.9em;
}
.p-blog-sublist .cat-child > a {
  padding-left: 1.4em;
  position: relative;
}
.p-blog-sublist .cat-child > a:before {
  content: "";
  width: 0.5em;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0.4em;
  top: 1.3em;
}
.p-blog-sublist .gchild a {
  padding: 0.3em 0 0.3em 2.4em;
}
.p-blog-sublist a {
  padding: 0.5em 0 0.5em 1.4em;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.p-blog-sublist a:hover {
  background-color: #f3f3f3;
}
.p-blog-sublist.sp-menu {
  border-radius: calc(var(--spacer) * 1.5);
  overflow: hidden;
}
.p-blog-archive .p-blog-archive-btn {
  display: block;
  border-bottom: 1px solid #FF0000;
  cursor: pointer;
  position: relative;
}
.p-blog-archive .p-blog-archive-btn:after {
  font-family: "Material Icons";
  content: "\e5df";
  line-height: 1 !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.p-blog-archive .p-blog-archive-btn.open:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-blog-archive ul {
  display: none;
}
.p-blog-archive ul li a {
  display: block;
}
.p-blog-archive ul.open {
  display: block;
}

.p-blog-related {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 6);
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
}
@media screen and (min-width: 980px) {
  .p-blog-related {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

.p-blog-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.7em;
}
.p-blog-cat-list a {
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: clamp(calc(13 * 1px), calc(calc((18 - 13) / (2160 - 400)) * 100vw + calc(13 - calc((18 - 13) / (2160 - 400)) * 400) * 1px), calc(18 * 1px));
  /*flex: auto;*/
  width: auto;
  padding: 0.5em 1em 0.5em 0.8em;
  border-radius: 100px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  background-color: #f3f3f3;
  /*border: 1px solid $color-F;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
@media screen and (min-width: 728px) {
  .p-blog-cat-list a {
    /*flex:initial;*/
  }
}
@media (hover: hover) {
  .p-blog-cat-list a:hover {
    color: #ffe500;
    background-color: #222;
  }
}
.p-blog-cat-list a:before {
  content: "●";
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(9 * 1px), calc(calc((14 - 9) / (2160 - 400)) * 100vw + calc(9 - calc((14 - 9) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
  color: #ffe500;
}

.p-blog-main {
  overflow: hidden;
  border: 2px solid #222;
  border-radius: var(--radius);
  position: relative;
  z-index: 1;
}

.mw-error textarea,
.mw-error input[type=text] {
  background-color: #ffe9e9 !important;
}
.mw-error .mwform-radio-field-text::before, .mw-error .mwform-checkbox-field-text::before {
  color: #ef0000 !important;
}
.mw-error .p-postal-code {
  background-color: #ffe9e9 !important;
}

.p-contact-form {
  border-top: 1px solid #222;
}
.p-contact-form .p-contact-form__item {
  padding: 0.3em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 0.8em;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 980px) {
  .p-contact-form .p-contact-form__item {
    -ms-grid-columns: 30% 2% 1fr;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 2%;
  }
}
.p-contact-form .p-contact-form__item .text {
  margin-top: 0 !important;
  font-weight: 500;
}
.p-contact-form .p-contact-form__item .text .text_sub {
  font-weight: normal;
}
.p-contact-form .p-contact-form__item input[type=text], .p-contact-form .p-contact-form__item .p-postal-code {
  width: 100%;
  border: none;
  background-color: #DDD;
  font-size: 1.5rem;
}
.p-contact-form .p-contact-form__item .half {
  width: 100%;
}
@media screen and (min-width: 728px) {
  .p-contact-form .p-contact-form__item .half {
    width: 50% !important;
  }
}
.p-contact-form .p-contact-form__item .quarter {
  width: 50% !important;
}
@media screen and (min-width: 728px) {
  .p-contact-form .p-contact-form__item .quarter {
    width: 25% !important;
  }
}
.p-contact-form .p-contact-form__frame {
  border: 1px solid #FF0000;
  border-radius: 2px;
}
.p-contact-form .p-contact-form__frame-B {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-contact-form .p-contact-form__frame-B.border {
  border: 1px solid #FF0000;
}
.p-contact-form .must {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.p-contact-form .must::before {
  content: "必須";
  background-color: #ffe500;
  color: #222;
  margin-top: 0.6em;
  padding: 0.2em 0.3em 0.3em 0.3em;
  line-height: 1 !important;
}
.p-contact-form .error {
  font-size: 11px !important;
  color: #ef0000 !important;
}
.p-contact-form textarea {
  width: 100%;
  border: none;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  background-color: #DDD;
  line-height: 2;
}
.p-contact-form .back-btn {
  cursor: pointer;
}
.p-contact-form label .f-checkbox {
  display: none;
}
.p-contact-form label .mwform-checkbox-field-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-contact-form label .mwform-checkbox-field-text:before {
  display: inline-block;
  content: "\e835";
  font-family: "Material Icons";
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((32 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((32 - 28) / (2160 - 400)) * 400) * 1px), calc(32 * 1px));
}
.p-contact-form label .f-checkbox:checked + .mwform-checkbox-field-text:before {
  content: "\e834";
}
.p-contact-form label .f-radio {
  display: none;
}
.p-contact-form label .mwform-radio-field-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-contact-form label .mwform-radio-field-text:before {
  content: "\e836";
  font-family: "Material Icons";
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((32 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((32 - 28) / (2160 - 400)) * 400) * 1px), calc(32 * 1px));
}
.p-contact-form label .f-radio:checked + .mwform-radio-field-text:before {
  content: "\e837";
}
@media screen and (min-width: 728px) {
  .p-contact-form .t-select-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-contact-form .t-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 728px) {
  .p-contact-form .t-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}
.p-contact-form .t-select .inner {
  position: relative;
  border-radius: 2px;
  background: #DDD;
  overflow: hidden;
}
.p-contact-form .t-select .inner:before {
  position: absolute;
  font-family: "Material Icons";
  vertical-align: middle;
  content: "\e5c5";
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((32 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((32 - 28) / (2160 - 400)) * 400) * 1px), calc(32 * 1px));
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.p-contact-form select {
  width: 100%;
  font-size: 1.5rem;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-contact-form select::-ms-expand {
  display: none;
}
.p-contact-form input[type=submit] {
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background-color: #222;
  color: #FFF;
  width: 100%;
  max-width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.p-contact-form ::-webkit-input-placeholder {
  color: #222;
  opacity: 0.3;
}
.p-contact-form ::-moz-placeholder {
  color: #222;
  opacity: 0.3;
}
.p-contact-form :-ms-input-placeholder {
  color: #222;
  opacity: 0.3;
}
.p-contact-form ::-ms-input-placeholder {
  color: #222;
  opacity: 0.3;
}
.p-contact-form ::placeholder {
  color: #222;
  opacity: 0.3;
}

.horizontal-item {
  margin: 0 !important;
}

.mw_wp_form_confirm .p-contact-form__item .text {
  opacity: 0.4;
}
.mw_wp_form_confirm .must:after {
  display: none;
}
.mw_wp_form_confirm .inner {
  border: none !important;
  padding: 0 !important;
}
.mw_wp_form_confirm .inner:before {
  display: none;
}
.mw_wp_form_confirm .p-contact-form__frame-B.border {
  border: initial;
}

.page-template-contact .c-contact {
  display: none;
}

.p-contact-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-93 .p-contact-form__text-A,
.page-id-99 .p-contact-form__text-A {
  display: none;
}

.mwform-radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) auto;
  grid-template-columns: repeat(2, auto);
  line-height: 1 !important;
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
  row-gap: calc(var(--spacer) * 2.5);
}
@media screen and (min-width: 980px) {
  .mwform-radio {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}

.mwform-checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) auto;
  grid-template-columns: repeat(2, auto);
  line-height: 1.7 !important;
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
  row-gap: calc(var(--spacer) * 2.5);
}
@media screen and (min-width: 980px) {
  .mwform-checkbox {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}

.must-text::before {
  content: "必須";
  background-color: #ffe500;
  color: #222;
  padding: 0.2em 0.3em;
  font-weight: 600;
  line-height: 1 !important;
}

.must-text-b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 500;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.must-text-b::before {
  content: "必須";
  background-color: #ffe500;
  color: #222;
  margin-top: 0.6em;
  padding: 0.2em 0.3em;
  line-height: 1 !important;
}

.p-contact-thanks {
  text-align: left;
}
@media screen and (min-width: 980px) {
  .p-contact-thanks {
    text-align: center;
  }
}

.p-faq-list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: calc(var(--spacer) * 9);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .p-faq-list {
    row-gap: calc(var(--spacer) * 12);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1480px) {
  .p-faq-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-faq-item {
  position: relative;
}
.p-faq-item .faq-number {
  position: absolute;
  right: 5%;
  top: 0;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(24 * 1px), calc(calc((36 - 24) / (2160 - 400)) * 100vw + calc(24 - calc((36 - 24) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  paint-order: stroke;
  -webkit-text-stroke: 3px #222;
  text-stroke: 3px #222;
  z-index: 4;
  color: #ffe500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 728px) {
  .p-faq-item .faq-number {
    -webkit-text-stroke: 5px #222;
    text-stroke: 5px #222;
  }
}
.p-faq-item .p-faq-item-inner {
  display: -ms-grid;
  display: grid;
  border: 2px solid #222;
  border-radius: var(--radius);
  overflow: hidden;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
      grid-template-areas: "hdg hdg" "illust image";
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
.p-faq-item .p-faq-item-inner .faq-hdg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: hdg;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: clamp(calc(18 * 1px), calc(calc((26 - 18) / (2160 - 400)) * 100vw + calc(18 - calc((26 - 18) / (2160 - 400)) * 400) * 1px), calc(26 * 1px));
  paint-order: stroke;
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 3px #FFF;
  border-bottom: 2px solid #222;
  padding: 0.9em;
  position: relative;
}
.p-faq-item .p-faq-item-inner .faq-hdg.archive {
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: clamp(calc(18 * 1px), calc(calc((26 - 18) / (2160 - 400)) * 100vw + calc(18 - calc((26 - 18) / (2160 - 400)) * 400) * 1px), calc(26 * 1px));
}
.p-faq-item .p-faq-item-inner .faq-hdg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.p-faq-item .p-faq-item-inner .faq-illust {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: illust;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(calc(120 * 1px), calc(calc((450 - 120) / (2160 - 400)) * 100vw + calc(120 - calc((450 - 120) / (2160 - 400)) * 400) * 1px), calc(450 * 1px));
  position: relative;
}
@media screen and (min-width: 728px) {
  .p-faq-item .p-faq-item-inner .faq-illust {
    width: clamp(calc(100 * 1px), calc(calc((300 - 100) / (2160 - 400)) * 100vw + calc(100 - calc((300 - 100) / (2160 - 400)) * 400) * 1px), calc(300 * 1px));
  }
}
@media screen and (min-width: 980px) {
  .p-faq-item .p-faq-item-inner .faq-illust {
    width: clamp(calc(10 * 1px), calc(calc((200 - 10) / (2160 - 400)) * 100vw + calc(10 - calc((200 - 10) / (2160 - 400)) * 400) * 1px), calc(200 * 1px));
  }
}
.p-faq-item .p-faq-item-inner .faq-illust img {
  width: 75%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  .p-faq-item .p-faq-item-inner .faq-illust img {
    width: 70%;
  }
}
.p-faq-item .p-faq-item-inner .faq-illust::after {
  content: "";
  background-color: #FFF;
  -webkit-transform: skew(30deg, 0) translate(-50%, -40%);
          transform: skew(30deg, 0) translate(-50%, -40%);
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(calc(15 * 1px), calc(calc((20 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((20 - 15) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
  height: clamp(calc(20 * 1px), calc(calc((25 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((25 - 20) / (2160 - 400)) * 400) * 1px), calc(25 * 1px));
  border-left: 2px solid #222;
}
.p-faq-item .p-faq-item-inner .faq-illust.archive {
  width: clamp(calc(130 * 1px), calc(calc((500 - 130) / (2160 - 400)) * 100vw + calc(130 - calc((500 - 130) / (2160 - 400)) * 400) * 1px), calc(500 * 1px));
}
@media screen and (min-width: 980px) {
  .p-faq-item .p-faq-item-inner .faq-illust.archive {
    width: clamp(calc(150 * 1px), calc(calc((160 - 150) / (2160 - 400)) * 100vw + calc(150 - calc((160 - 150) / (2160 - 400)) * 400) * 1px), calc(160 * 1px));
  }
}
.p-faq-item .p-faq-item-inner .faq-image {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: image;
}
@media screen and (min-width: 728px) {
  .p-faq-item .p-faq-item-inner:hover .faq-btn {
    background-color: #ffe500;
    color: #222;
  }
  .p-faq-item .p-faq-item-inner:hover .faq-btn:after {
    background-color: #222;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
.p-faq-item .p-faq-item-inner .faq-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.faq-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #222;
  color: #FFF;
  z-index: 4;
  padding-left: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(calc(140 * 1px), calc(calc((200 - 140) / (2160 - 400)) * 100vw + calc(140 - calc((200 - 140) / (2160 - 400)) * 400) * 1px), calc(200 * 1px));
  height: clamp(calc(34 * 1px), calc(calc((48 - 34) / (2160 - 400)) * 100vw + calc(34 - calc((48 - 34) / (2160 - 400)) * 400) * 1px), calc(48 * 1px));
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffe500;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../image/arrow-a.svg");
          mask-image: url("../image/arrow-a.svg");
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}

.swiper-b .p-faq-item {
  width: 85%;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media screen and (min-width: 728px) {
  .swiper-b .p-faq-item {
    width: 60%;
  }
}
@media screen and (min-width: 980px) {
  .swiper-b .p-faq-item {
    width: 40%;
  }
}
@media screen and (min-width: 1480px) {
  .swiper-b .p-faq-item {
    width: 35%;
  }
}

.p-single-faq {
  position: relative;
}
.p-single-faq .p-single-faq-number {
  position: absolute;
  left: 5%;
  top: 0;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(32 * 1px), calc(calc((54 - 32) / (2160 - 400)) * 100vw + calc(32 - calc((54 - 32) / (2160 - 400)) * 400) * 1px), calc(54 * 1px));
  font-weight: 500;
  paint-order: stroke;
  -webkit-text-stroke: 3px #222;
  text-stroke: 3px #222;
  z-index: 4;
  color: #ffe500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 728px) {
  .p-single-faq .p-single-faq-number {
    -webkit-text-stroke: 4px #222;
    text-stroke: 4px #222;
  }
}
.p-single-faq .p-single-faq-inner {
  border: 2px solid #222;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.p-single-faq .p-single-faq-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.p-single-faq-hdg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-faq-hdg h1 {
  padding: 0.8em 0 0.8em 1em;
  paint-order: stroke;
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 3px #FFF;
}

.p-single-faq-illust {
  width: clamp(calc(95 * 1px), calc(calc((200 - 95) / (2160 - 400)) * 100vw + calc(95 - calc((200 - 95) / (2160 - 400)) * 400) * 1px), calc(200 * 1px));
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .p-single-faq-illust {
    text-align: center;
  }
}
.p-single-faq-illust img {
  width: 92%;
}
@media screen and (min-width: 980px) {
  .p-single-faq-illust img {
    width: 80%;
  }
}

.p-single-faq-comment {
  background-color: #ffe500;
  position: relative;
  line-height: 2.2;
  letter-spacing: 0em;
  font-size: clamp(calc(16 * 1px), calc(calc((20 - 16) / (2160 - 400)) * 100vw + calc(16 - calc((20 - 16) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
}
.p-single-faq-comment .slash {
  content: "";
  /*background-color: $color-A;*/
  -webkit-transform: skew(30deg, 0) translate(0, -50%);
          transform: skew(30deg, 0) translate(0, -50%);
  position: absolute;
  top: 0;
  left: calc(var(--spacer) * 12);
  width: clamp(calc(12 * 1px), calc(calc((22 - 12) / (2160 - 400)) * 100vw + calc(12 - calc((22 - 12) / (2160 - 400)) * 400) * 1px), calc(22 * 1px));
  height: clamp(calc(25 * 1px), calc(calc((30 - 25) / (2160 - 400)) * 100vw + calc(25 - calc((30 - 25) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
  border-left: 2.5px solid #222;
}
.p-single-faq-comment .slash::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2000px;
  height: 2px;
  background-color: #222;
}
.p-single-faq-comment .slash::before {
  content: "";
  position: absolute;
  right: calc(var(--spacer) * 6);
  top: 50%;
  width: 500px;
  height: 2px;
  background-color: #222;
}
.p-single-faq-comment .comment-inner {
  position: relative;
  z-index: 3;
}
.p-single-faq-comment .answer {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 3% auto 3% auto;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #FFF;
  line-height: 1;
  letter-spacing: 0.3em;
  font-size: clamp(calc(20 * 1px), calc(calc((28 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((28 - 20) / (2160 - 400)) * 400) * 1px), calc(28 * 1px));
  z-index: 1;
  font-weight: 500;
}
.p-single-faq-comment .answer img {
  width: clamp(calc(48 * 1px), calc(calc((60 - 48) / (2160 - 400)) * 100vw + calc(48 - calc((60 - 48) / (2160 - 400)) * 400) * 1px), calc(60 * 1px));
  line-height: 1;
}

.p-flow-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media screen and (min-width: 980px) {
  .p-flow-table {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }
}
.p-flow-table .table-column {
  display: contents;
}
.p-flow-table .table-column:nth-last-of-type(1) .td-item {
  padding-bottom: initial;
}
.p-flow-table .table-column:nth-last-of-type(1) .th-item {
  padding-bottom: initial;
}
@media screen and (min-width: 980px) {
  .p-flow-table .th-item {
    padding-bottom: 50px;
  }
  .p-flow-table .th-item.arrow {
    background-image: url("../image/flow-arrow.svg");
    background-position: center bottom 10px;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .p-flow-table .th-item.two-arrow {
    background-image: url("../image/flow-arrow.svg"), url("../image/flow-arrow.svg");
    background-position: left 25% bottom 10px, right 25% bottom 10px;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .p-flow-table .th-item.two-arrow-b {
    background-image: url("../image/flow-border.svg"), url("../image/flow-arrow.svg");
    background-position: left 25% bottom, right 25% bottom 10px;
    background-size: 20px;
    background-repeat: no-repeat;
  }
}
.p-flow-table .td-item {
  padding-bottom: 50px;
}
.p-flow-table .td-item .td-inner {
  background-color: #ffe500;
  padding: 0.5em 0;
}
@media screen and (min-width: 980px) {
  .p-flow-table .td-item .td-inner {
    padding: initial;
  }
}
.p-flow-table .td-item.arrow-sp {
  background-image: url("../image/flow-arrow.svg");
  background-position: center bottom 10px;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .p-flow-table .td-item.arrow-sp {
    background: none;
  }
}
.p-flow-table .td-item.arrow-two-sp {
  background-image: url("../image/flow-arrow.svg"), url("../image/flow-arrow.svg");
  background-position: left 18vw bottom 10px, right 18vw bottom 10px;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .p-flow-table .td-item.arrow-two-sp {
    background: none;
  }
}
.p-flow-table .td-item.arrow-two-b-sp {
  background-image: url("../image/flow-border.svg"), url("../image/flow-arrow.svg");
  background-position: left 18vw bottom, right 18vw bottom 10px;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .p-flow-table .td-item.arrow-two-b-sp {
    background: none;
  }
}
.p-flow-table .two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
.p-flow-table .two-column .border {
  background-image: url("../image/flow-border.svg");
  background-position: left 18vw bottom;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .p-flow-table .two-column .border {
    background: none;
  }
}
.p-flow-table .flow-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  border: 2px solid #222;
  font-weight: 600;
  height: clamp(calc(70 * 1px), calc(calc((80 - 70) / (2160 - 400)) * 100vw + calc(70 - calc((80 - 70) / (2160 - 400)) * 400) * 1px), calc(80 * 1px));
  text-align: center;
  line-height: 1.6;
}

.p-company-profile {
  position: relative;
  display: -ms-grid;
  display: grid;
  row-gap: var(--s-spacer);
}
.p-company-profile .p-company-profile-inner {
  border: 2px solid #222;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.p-company-profile .p-company-profile-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.p-company-profile .p-position {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p-company-profile .p-position br {
  display: block;
}
@media screen and (min-width: 728px) {
  .p-company-profile .p-position br {
    display: none;
  }
}
.p-company-profile .p-position-b {
  margin-bottom: 1em;
}
.p-company-profile .p-photo {
  width: 40vw;
  max-width: 200px;
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-company-profile .p-photo {
    width: clamp(calc(180 * 1px), calc(calc((200 - 180) / (2160 - 400)) * 100vw + calc(180 - calc((200 - 180) / (2160 - 400)) * 400) * 1px), calc(200 * 1px));
  }
}
.p-company-profile .p-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.p-company-profile .p-photo:before {
  content: "";
  display: block;
  padding-top: 140%;
}
.p-company-profile .p-photo::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.7;
  top: 0.3em;
  left: 0.3em;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .p-company-profile .p-photo::after {
    top: 0.5em;
    left: 0.5em;
  }
}

.p-company-profile-hdg .p-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  line-height: 1 !important;
}
.p-company-profile-hdg .p-name .name {
  paint-order: stroke;
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 3px #FFF;
  line-height: 1 !important;
}
.p-company-profile-hdg .p-name .furigana {
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
  text-transform: capitalize;
}

.p-company-profile-comment {
  background-color: #FFF;
  position: relative;
}
.p-company-profile-comment .slash {
  content: "";
  /*background-color: $color-A;*/
  -webkit-transform: skew(30deg, 0) translate(0, -50%);
          transform: skew(30deg, 0) translate(0, -50%);
  position: absolute;
  top: 0;
  left: calc(var(--spacer) * 12);
  width: clamp(calc(12 * 1px), calc(calc((22 - 12) / (2160 - 400)) * 100vw + calc(12 - calc((22 - 12) / (2160 - 400)) * 400) * 1px), calc(22 * 1px));
  height: clamp(calc(25 * 1px), calc(calc((30 - 25) / (2160 - 400)) * 100vw + calc(25 - calc((30 - 25) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
  border-left: 2.5px solid #222;
}
.p-company-profile-comment .slash::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2000px;
  height: 2px;
  background-color: #222;
}
.p-company-profile-comment .slash::before {
  content: "";
  position: absolute;
  right: calc(var(--spacer) * 6);
  top: 50%;
  width: 500px;
  height: 2px;
  background-color: #222;
}
.p-company-profile-comment .comment-inner {
  position: relative;
  z-index: 3;
}
.p-company-profile-comment .comment-inner .p-photo {
  float: right;
  margin: 0 0 1em 1em;
}

.p-company-photo {
  position: relative;
}
.p-company-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-photo:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}

.p-company-map {
  height: 280px;
}
@media screen and (min-width: 980px) {
  .p-company-map {
    height: 450px;
  }
}
.p-company-map iframe {
  width: 100%;
  height: 100%;
}

.l-main-image {
  position: relative;
  background-color: #ffe500;
  background-image: url("../image/lb/bg-illust-w.webp");
  background-size: 180%;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  height: clamp(calc(280 * 1px), calc(calc((1800 - 280) / (2160 - 400)) * 100vw + calc(280 - calc((1800 - 280) / (2160 - 400)) * 400) * 1px), calc(1800 * 1px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 980px) {
  .l-main-image {
    height: calc(100svh - var(--header-h));
    max-height: 850px;
    background-size: 110%;
    background-position: center bottom;
  }
}

.l-main-image-hdg {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 728px) {
  .l-main-image-hdg {
    width: 65%;
  }
}
@media screen and (min-width: 980px) {
  .l-main-image-hdg {
    width: clamp(calc(800 * 1px), calc(calc((1200 - 800) / (2160 - 400)) * 100vw + calc(800 - calc((1200 - 800) / (2160 - 400)) * 400) * 1px), calc(1200 * 1px));
  }
}
.l-main-image-hdg img {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (min-width: 980px) {
  .l-main-image-hdg img {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.l-main-image-peaple {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 980px) {
  .l-main-image-peaple {
    margin-top: max(8vh, calc(var(--spacer) * 6));
    width: clamp(calc(600 * 1px), calc(calc((920 - 600) / (2160 - 400)) * 100vw + calc(600 - calc((920 - 600) / (2160 - 400)) * 400) * 1px), calc(920 * 1px));
  }
}

.l-problem {
  padding: var(--s-spacer) 0;
  background-image: url("../image/lb/problem-bg-l.webp"), url("../image/lb/problem-bg-r.webp");
  background-position: left top, right top;
  background-size: 20%;
  background-repeat: repeat-y;
}
@media screen and (min-width: 980px) {
  .l-problem {
    background-size: 15%;
  }
}

.p-top-problem {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  row-gap: calc(var(--spacer) * 12);
}
@media screen and (min-width: 728px) {
  .p-top-problem {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  .p-top-problem {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-top-problem .problem-item {
  text-align: center;
  display: -ms-grid;
  display: grid;
  row-gap: calc(var(--spacer) * 2.5);
  margin-left: auto;
  margin-right: auto;
  width: clamp(calc(240 * 1px), calc(calc((340 - 240) / (2160 - 400)) * 100vw + calc(240 - calc((340 - 240) / (2160 - 400)) * 400) * 1px), calc(340 * 1px));
}
.p-top-problem .problem-item .hdg {
  font-weight: 600;
  position: relative;
}
.p-top-problem .problem-item .hdg:after {
  content: "";
  width: clamp(calc(200 * 1px), calc(calc((300 - 200) / (2160 - 400)) * 100vw + calc(200 - calc((300 - 200) / (2160 - 400)) * 400) * 1px), calc(300 * 1px));
  aspect-ratio: 1/1;
  background-color: #fdfbe9;
  border-radius: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
.p-top-problem .problem-item .illust {
  width: clamp(calc(100 * 1px), calc(calc((180 - 100) / (2160 - 400)) * 100vw + calc(100 - calc((180 - 100) / (2160 - 400)) * 400) * 1px), calc(180 * 1px));
  margin-left: auto;
  margin-right: auto;
}

.p-case {
  text-align: center;
}
.p-case .text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(14 * 1px), calc(calc((16 - 14) / (2160 - 400)) * 100vw + calc(14 - calc((16 - 14) / (2160 - 400)) * 400) * 1px), calc(16 * 1px));
  font-style: italic;
  font-weight: 500;
  position: relative;
}
.p-case .text span {
  position: relative;
  z-index: 3;
}
.p-case .text:after {
  content: "";
  background-color: #ffe500;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  z-index: 1;
}
.p-case .number {
  line-height: 0.8;
  letter-spacing: 0em;
  font-size: clamp(calc(36 * 1px), calc(calc((42 - 36) / (2160 - 400)) * 100vw + calc(36 - calc((42 - 36) / (2160 - 400)) * 400) * 1px), calc(42 * 1px));
  font-weight: 300;
}

.p-top-problem2 {
  padding: var(--s-spacer) 0;
  background-color: #16335b;
  background-image: url("../../image/lb/problem-bg2-sp.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-top-problem2 {
    background-size: 100%;
    background-image: url("../../image/lb/problem-bg2.webp");
  }
}
.p-top-problem2 .illust {
  width: clamp(calc(48 * 1px), calc(calc((110 - 48) / (2160 - 400)) * 100vw + calc(48 - calc((110 - 48) / (2160 - 400)) * 400) * 1px), calc(110 * 1px));
  position: absolute;
}
.p-top-problem2 .illust.pa {
  left: 3%;
  top: 5%;
}
@media screen and (min-width: 728px) {
  .p-top-problem2 .illust.pa {
    left: 10%;
    top: 5%;
  }
}
.p-top-problem2 .illust.pb {
  left: 10%;
  top: 32%;
}
@media screen and (min-width: 728px) {
  .p-top-problem2 .illust.pb {
    left: 5%;
    top: 45%;
  }
}
.p-top-problem2 .illust.pc {
  left: 5%;
  bottom: 0;
}
@media screen and (min-width: 728px) {
  .p-top-problem2 .illust.pc {
    left: 10%;
    bottom: 5%;
  }
}
.p-top-problem2 .illust.pd {
  right: 3%;
  top: 5%;
}
@media screen and (min-width: 728px) {
  .p-top-problem2 .illust.pd {
    right: 12%;
    top: 5%;
  }
}
.p-top-problem2 .illust.pe {
  right: 5%;
  top: 40%;
}
@media screen and (min-width: 728px) {
  .p-top-problem2 .illust.pe {
    right: 5%;
    top: 40%;
  }
}
.p-top-problem2 .illust.pf {
  right: 5%;
  bottom: 0;
}
@media screen and (min-width: 728px) {
  .p-top-problem2 .illust.pf {
    right: 10%;
    bottom: 5%;
  }
}

.p-about-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border: 2px solid #222;
  background-color: #222;
  border-radius: calc(var(--spacer) * 2.5);
  row-gap: 1px;
  overflow: hidden;
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(15 * 1px), calc(calc((18 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((18 - 15) / (2160 - 400)) * 400) * 1px), calc(18 * 1px));
}
@media screen and (min-width: 980px) {
  .p-about-table {
    border-radius: 1vw;
  }
}
@media screen and (min-width: 980px) {
  .p-about-table {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
.p-about-table .th {
  background-color: #f3f3f3;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .p-about-table .th {
    text-align: left;
  }
}
.p-about-table .td {
  background-color: #FFF;
}
.p-about-table .th {
  padding-top: calc(var(--spacer) * 1.5);
  padding-bottom: calc(var(--spacer) * 1.5);
}
@media screen and (min-width: 980px) {
  .p-about-table .th {
    padding-top: calc(var(--spacer) * 2.5);
    padding-bottom: calc(var(--spacer) * 2.5);
  }
}
.p-leaseback-flow {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .p-leaseback-flow {
    width: clamp(calc(600 * 1px), calc(calc((800 - 600) / (2160 - 400)) * 100vw + calc(600 - calc((800 - 600) / (2160 - 400)) * 400) * 1px), calc(800 * 1px));
  }
}

.p-lb-arrow {
  width: clamp(calc(30 * 1px), calc(calc((50 - 30) / (2160 - 400)) * 100vw + calc(30 - calc((50 - 30) / (2160 - 400)) * 400) * 1px), calc(50 * 1px));
  margin-left: auto;
  margin-right: auto;
}

.p-leaseback-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  row-gap: calc(var(--spacer) * 6);
}
@media screen and (min-width: 980px) {
  .p-leaseback-layout {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-map {
  height: clamp(calc(300 * 1px), calc(calc((500 - 300) / (2160 - 400)) * 100vw + calc(300 - calc((500 - 300) / (2160 - 400)) * 400) * 1px), calc(500 * 1px));
  width: 100%;
}
.p-map iframe {
  height: 100%;
  width: 100%;
}

.p-leaseback-bg {
  position: relative;
}
.p-leaseback-bg .good-mark-w {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 728px) {
  .p-leaseback-bg .good-mark-w {
    left: 70%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.p-leaseback-bg .good-mark {
  width: clamp(calc(80 * 1px), calc(calc((250 - 80) / (2160 - 400)) * 100vw + calc(80 - calc((250 - 80) / (2160 - 400)) * 400) * 1px), calc(250 * 1px));
  aspect-ratio: 1/1;
  background-color: #ffe500;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-leaseback-bg .good-mark img {
  width: 50%;
  line-height: 1;
}

.p-contact-area {
  padding: var(--s-spacer) 0;
  background-color: #ffe500;
  background-image: url("../image/bg-illust-w.webp");
  background-size: 180%;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-contact-area {
    background-size: 98%;
    background-position: center bottom;
  }
}
.p-contact-area .contact-w {
  background-color: #FFF;
  border-radius: calc(var(--spacer) * 2.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-area .contact-w .contact-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: calc(var(--spacer) * 4);
     -moz-column-gap: calc(var(--spacer) * 4);
          column-gap: calc(var(--spacer) * 4);
  row-gap: calc(var(--spacer) * 4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .p-contact-area .contact-w .contact-inner {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
}
.p-contact-area .contact-w .contact-inner .h-text {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(17 * 1px), calc(calc((24 - 17) / (2160 - 400)) * 100vw + calc(17 - calc((24 - 17) / (2160 - 400)) * 400) * 1px), calc(24 * 1px));
  font-weight: 500;
}
.p-contact-area .contact-w .contact-inner .h-icon {
  width: clamp(calc(36 * 1px), calc(calc((48 - 36) / (2160 - 400)) * 100vw + calc(36 - calc((48 - 36) / (2160 - 400)) * 400) * 1px), calc(48 * 1px));
  aspect-ratio: 1/1;
  background-color: #ffe500;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-area .contact-w .contact-inner .h-icon img {
  line-height: 1;
  width: 60%;
}
.p-contact-area .contact-w .contact-inner .l-header-tel {
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) auto;
  grid-template-columns: auto auto;
}
.p-contact-area .contact-w .contact-inner .l-header-tel .number {
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: clamp(calc(30 * 1px), calc(calc((38 - 30) / (2160 - 400)) * 100vw + calc(30 - calc((38 - 30) / (2160 - 400)) * 400) * 1px), calc(38 * 1px));
  font-weight: 400;
  vertical-align: middle;
}
.p-contact-area .contact-illust {
  position: absolute;
  left: 50%;
  top: -15%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  z-index: 5;
  width: clamp(calc(160 * 1px), calc(calc((360 - 160) / (2160 - 400)) * 100vw + calc(160 - calc((360 - 160) / (2160 - 400)) * 400) * 1px), calc(360 * 1px));
}
@media screen and (min-width: 728px) {
  .p-contact-area .contact-illust {
    -webkit-transform: initial;
            transform: initial;
    left: 70%;
    top: -5%;
  }
}

.p-omakase {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: calc(var(--spacer) * 4);
}
@media screen and (min-width: 728px) {
  .p-omakase {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
.p-omakase .hdg {
  position: relative;
  margin-bottom: 1em;
}
.p-omakase .hdg .hdg-inr {
  display: inline-block;
  background-color: #FFF;
  border: 2px solid #222;
  position: relative;
  z-index: 3;
  padding: 0 1em;
  border-radius: 100px;
}
.p-omakase .hdg:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-omakase .column-b {
  width: clamp(calc(180 * 1px), calc(calc((280 - 180) / (2160 - 400)) * 100vw + calc(180 - calc((280 - 180) / (2160 - 400)) * 400) * 1px), calc(280 * 1px));
  margin-left: auto;
  margin-right: auto;
}
.p-omakase .column-b .photo {
  position: relative;
  aspect-ratio: 1/1.4;
  border: 2px solid #222;
  border-radius: calc(var(--spacer) * 1.5);
  overflow: hidden;
}
.p-omakase .column-b .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-example {
  display: -ms-grid;
  display: grid;
  row-gap: calc(var(--spacer) * 9);
}
.p-example .p-example-item {
  background-color: #fdfbe9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto calc(var(--spacer) * 4) auto;
      grid-template-areas: "image" "text";
  -webkit-column-gap: calc(var(--spacer) * 4);
     -moz-column-gap: calc(var(--spacer) * 4);
          column-gap: calc(var(--spacer) * 4);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: calc(var(--spacer) * 4);
  padding: calc(var(--spacer) * 4);
  position: relative;
}
@media screen and (min-width: 728px) {
  .p-example .p-example-item {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
        grid-template-areas: "image text";
  }
  .p-example .p-example-item > .d-image-w {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-example .p-example-item > .d-text-w {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item > .text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item > .faq-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 980px) {
  .p-example .p-example-item {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
        grid-template-areas: "spacer text image";
    padding: calc(var(--spacer) * 4) calc(var(--spacer) * 4) calc(var(--spacer) * 4) 0;
  }
  .p-example .p-example-item > .d-image-w {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-example .p-example-item > .d-text-w {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item > .text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item > .faq-image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.p-example .p-example-item .i-spacer {
  width: clamp(calc(80 * 1px), calc(calc((90 - 80) / (2160 - 400)) * 100vw + calc(80 - calc((90 - 80) / (2160 - 400)) * 400) * 1px), calc(90 * 1px));
  grid-area: spacer;
  display: none;
}
@media screen and (min-width: 980px) {
  .p-example .p-example-item .i-spacer {
    display: block;
  }
}
.p-example .p-example-item .i-case {
  background-color: #ffe500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(calc(74 * 1px), calc(calc((90 - 74) / (2160 - 400)) * 100vw + calc(74 - calc((90 - 74) / (2160 - 400)) * 400) * 1px), calc(90 * 1px));
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 1.5em;
  z-index: 3;
}
.p-example .p-example-item .i-case .p-case {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
.p-example .p-example-item .i-case .text:after {
  background-color: #FFF;
}
.p-example .p-example-item .i-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: text;
}
.p-example .p-example-item .i-text .hdg {
  margin-bottom: 0.5em;
}
.p-example .p-example-item .i-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 220px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 728px) {
  .p-example .p-example-item .i-image {
    width: clamp(calc(180 * 1px), calc(calc((240 - 180) / (2160 - 400)) * 100vw + calc(180 - calc((240 - 180) / (2160 - 400)) * 400) * 1px), calc(240 * 1px));
  }
}
.p-example .p-example-item .i-image .photo {
  position: relative;
  aspect-ratio: 1/1;
  border: 2px solid #FFF;
  border-radius: calc(var(--spacer) * 1.5);
  overflow: hidden;
}
.p-example .p-example-item .i-image .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 4);
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (min-width: 728px) {
  .p-company {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
.p-company .c-image {
  width: 100%;
}
@media screen and (min-width: 728px) {
  .p-company .c-image {
    width: 40vw;
  }
}
@media screen and (min-width: 980px) {
  .p-company .c-image {
    width: clamp(calc(300 * 1px), calc(calc((440 - 300) / (2160 - 400)) * 100vw + calc(300 - calc((440 - 300) / (2160 - 400)) * 400) * 1px), calc(440 * 1px));
  }
}
.p-company .photo {
  position: relative;
  aspect-ratio: 1.4/1;
  overflow: hidden;
}
.p-company .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-bg-a {
  padding: var(--s-spacer) 0;
  background-color: #fdfbe9;
}
.l-bg-a.type-b {
  background-color: #FFF;
}
.l-bg-a.type-c {
  background-color: #fdfbe9;
  padding: 5vw;
}
@media screen and (min-width: 728px) {
  .l-bg-a.type-c {
    padding: calc(var(--spacer) * 6);
  }
}
.l-bg-a.type-d {
  background-color: #f3f3f3;
}

.u-att-a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(55%, #FFF), color-stop(55%, #ffe500), color-stop(85%, #ffe500), color-stop(85%, #FFF));
  background: linear-gradient(to bottom, #FFF, #FFF 55%, #ffe500 55%, #ffe500 85%, #FFF 85%);
}

.c-btn-lb {
  height: clamp(calc(54 * 1px), calc(calc((80 - 54) / (2160 - 400)) * 100vw + calc(54 - calc((80 - 54) / (2160 - 400)) * 400) * 1px), calc(80 * 1px));
  background-color: #222;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto calc(var(--spacer) * 2.5) auto;
  grid-template-columns: auto auto;
  color: #FFF !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--spacer) * 2.5);
     -moz-column-gap: calc(var(--spacer) * 2.5);
          column-gap: calc(var(--spacer) * 2.5);
  font-weight: 500;
  position: relative;
}
.c-btn-lb.type-b {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.p-contact-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 1.5);
  -webkit-column-gap: calc(var(--spacer) * 4);
     -moz-column-gap: calc(var(--spacer) * 4);
          column-gap: calc(var(--spacer) * 4);
  /* チェック後のボタン */
  /* チェック後のボタン */
}
.p-contact-table .wpcf7-form-control {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: calc(var(--spacer) * 4);
  -webkit-column-gap: calc(var(--spacer) * 4);
     -moz-column-gap: calc(var(--spacer) * 4);
          column-gap: calc(var(--spacer) * 4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .p-contact-table .wpcf7-form-control {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: calc(var(--spacer) * 2.5);
  }
}
.p-contact-table .wpcf7-list-item label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.p-contact-table .wpcf7-list-item-label {
  vertical-align: middle;
}
.p-contact-table input[type=radio]::before {
  content: "\e836";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((36 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((36 - 28) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
}
.p-contact-table input[type=radio]:checked::before {
  content: "\e837";
}
.p-contact-table input[type=checkbox]::before {
  content: "\e3c6";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((36 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((36 - 28) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  vertical-align: middle;
}
.p-contact-table input[type=checkbox]:checked::before {
  content: "\e99f";
}
.p-contact-table .td.input-text input[type=text], .p-contact-table .td.input-text input[type=email], .p-contact-table .td.input-text textarea {
  background-color: #f3f3f3;
  border: 1px solid #DDD !important;
  border: none;
  border-radius: none;
  padding: 1em 1em;
  width: 100%;
}
.p-contact-table .td .half {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .p-contact-table .td .half {
    width: 50% !important;
  }
}
.p-contact-table .td.text-area {
  /*@include height(300, 300);*/
}
.p-contact-table .td.pd-none {
  padding: initial;
}
.p-contact-table .td:nth-last-of-type(1) {
  padding-bottom: initial;
}
.p-contact-table .cf7-error input[type=text], .p-contact-table .cf7-error input[type=email], .p-contact-table .cf7-error textarea {
  background-color: #FFF;
  border: 1px solid #DDD !important;
}
.p-contact-table .th {
  font-weight: 500;
}
.p-contact-table .must {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 0.3em auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
.p-contact-table .must:before {
  content: "必須";
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(11 * 1px), calc(calc((12 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((12 - 11) / (2160 - 400)) * 400) * 1px), calc(12 * 1px));
  display: inline-block;
  background-color: #ffe500;
  padding: 0.3em;
}

.c-btn-submit {
  height: clamp(calc(48 * 1px), calc(calc((60 - 48) / (2160 - 400)) * 100vw + calc(48 - calc((60 - 48) / (2160 - 400)) * 400) * 1px), calc(60 * 1px));
  width: clamp(calc(200 * 1px), calc(calc((260 - 200) / (2160 - 400)) * 100vw + calc(200 - calc((260 - 200) / (2160 - 400)) * 400) * 1px), calc(260 * 1px));
  background-color: #222;
  margin-left: auto;
  margin-right: auto;
  display: -ms-inline-grid;
  display: inline-grid;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500 !important;
  position: relative;
}
.c-btn-submit::after {
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((36 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((36 - 28) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  color: #FFF;
  position: absolute;
  right: calc(var(--spacer) * 1.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Symbols Outlined";
  line-height: 1;
  content: "\e941";
  font-weight: 300;
}
.c-btn-submit input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.wpcf7-not-valid-tip {
  color: #f3cf00;
  display: block;
  margin-top: 0.5em;
}

.p-buy-title {
  background-color: #ffe500;
  background-image: url("../image/bg-illust-w.webp");
  background-size: 180%;
  background-position: right bottom;
  background-repeat: no-repeat;
  /*padding-top: max(4vh, 20px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: clamp(calc(280 * 1px), calc(calc((1800 - 280) / (2160 - 400)) * 100vw + calc(280 - calc((1800 - 280) / (2160 - 400)) * 400) * 1px), calc(1800 * 1px));
}
@media screen and (min-width: 980px) {
  .p-buy-title {
    height: calc(100svh - var(--header-h));
    max-height: 850px;
    background-size: 110%;
    background-position: center bottom;
  }
}
.p-buy-title .title-hdg {
  width: 90vw;
}
@media screen and (min-width: 728px) {
  .p-buy-title .title-hdg {
    width: 80%;
  }
}
@media screen and (min-width: 980px) {
  .p-buy-title .title-hdg {
    width: clamp(calc(700 * 1px), calc(calc((1200 - 700) / (2160 - 400)) * 100vw + calc(700 - calc((1200 - 700) / (2160 - 400)) * 400) * 1px), calc(1200 * 1px));
  }
}
.p-buy-title .title-hdg img {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media screen and (min-width: 980px) {
  .p-buy-title .title-hdg img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.p-buy-title .title-illust {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
}
@media screen and (min-width: 728px) {
  .p-buy-title .title-illust {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .p-buy-title .title-illust {
    width: clamp(calc(440 * 1px), calc(calc((680 - 440) / (2160 - 400)) * 100vw + calc(440 - calc((680 - 440) / (2160 - 400)) * 400) * 1px), calc(680 * 1px));
  }
}

.p-buy-flow {
  padding: 5vw;
}
@media screen and (min-width: 728px) {
  .p-buy-flow {
    padding: calc(var(--spacer) * 4);
  }
}
.p-buy-flow .flow-item {
  border: 2px solid #222;
  padding: calc(var(--spacer) * 2.5);
  border-radius: var(--radius);
  position: relative;
  background-color: #FFF;
}
@media screen and (min-width: 980px) {
  .p-buy-flow .flow-item {
    padding: calc(var(--spacer) * 2.5) calc(var(--spacer) * 2.5) calc(var(--spacer) * 2.5) 10%;
  }
}
.p-buy-flow .flow-item .f-number {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 var(--radius) 0 var(--radius);
  padding: 0.5em 0.5em 0.2em 0.5em;
  text-align: center;
  background-color: #ffe500;
  z-index: 4;
}
@media screen and (min-width: 980px) {
  .p-buy-flow .flow-item .f-number {
    border-radius: var(--radius) 0 var(--radius) 0;
    left: 0;
    right: initial;
  }
}
.p-buy-flow .flow-item .f-number .step {
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(calc(11 * 1px), calc(calc((14 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((14 - 11) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
  font-weight: 600;
  margin-bottom: 0.1em;
}
.p-buy-flow .flow-item .f-number .number {
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(calc(28 * 1px), calc(calc((36 - 28) / (2160 - 400)) * 100vw + calc(28 - calc((36 - 28) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  /*
   color: $color-A;
  paint-order: stroke;
  -webkit-text-stroke: 4px $color-font;
  text-stroke: 4px $color-font;
  */
}
.p-buy-flow .flow-item .f-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto calc(var(--spacer) * 2.5) 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "hdg hdg" "text text";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: calc(var(--spacer) * 2.5);
}
@media screen and (min-width: 728px) {
  .p-buy-flow .flow-item .f-inner {
    row-gap: calc(var(--spacer) * 1.5);
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto calc(var(--spacer) * 1.5) auto;
        grid-template-areas: "hdg image" "text image";
  }
  .c-layout-D .d-item .d-image-w {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
  .p-buy-flow .flow-item .f-inner > .d-text-w {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-buy-flow .flow-item .f-inner > .hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-buy-flow .flow-item .f-inner > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-buy-flow .flow-item .f-inner > .faq-hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-faq-item .p-faq-item-inner .faq-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
  .p-buy-flow .flow-item .f-inner > .i-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item .i-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
}
.p-buy-flow .flow-item .f-inner .f-hdg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: hdg;
}
.p-buy-flow .flow-item .f-inner .f-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: text;
}
.p-buy-flow .flow-item .f-inner .f-image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  width: 150px;
  grid-area: image;
  display: none;
  position: relative;
}
@media screen and (min-width: 728px){
  .c-layout-D .d-item .d-image-w {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-D .d-item.type-b > .d-image-w {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-D .d-item .d-text-w {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-D .d-item.type-b > .d-text-w {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-E .d-item .d-column .text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-D .d-item.type-b > .text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-faq-item .p-faq-item-inner .faq-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-D .d-item.type-b > .faq-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-example .p-example-item .i-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-D .d-item.type-b > .i-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-example .p-example-item > .i-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item .i-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-D .d-item.type-b > .i-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-example .p-example-item > .i-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-buy-flow .flow-item .f-inner > .f-hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-buy-flow .flow-item .f-inner .f-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-D .d-item.type-b > .f-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-example .p-example-item > .f-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-buy-flow .flow-item .f-inner > .f-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-buy-flow .flow-item .f-inner .f-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-layout-D .d-item.type-b > .f-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-example .p-example-item > .f-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-buy-flow .flow-item .f-inner .f-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 980px){
  .c-layout-E .d-item .d-column .hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-E .d-item .d-column > .text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-faq-item .p-faq-item-inner .faq-hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-example .p-example-item .i-spacer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-E .d-item .d-column > .i-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-example .p-example-item > .i-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item > .i-image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-buy-flow .flow-item .f-inner .f-hdg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-layout-E .d-item .d-column > .f-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-example .p-example-item > .f-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-example .p-example-item > .f-image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 728px) {
  .p-buy-flow .flow-item .f-inner .f-image {
    display: block;
    width: clamp(calc(200 * 1px), calc(calc((300 - 200) / (2160 - 400)) * 100vw + calc(200 - calc((300 - 200) / (2160 - 400)) * 400) * 1px), calc(300 * 1px));
  }
}
.p-buy-flow .flow-item .f-inner .f-image img {
  z-index: 3;
}
.p-buy-flow .flow-item .f-inner .f-image::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: 0.2em;
  left: 0.2em;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .p-buy-flow .flow-item .f-inner .f-image::after {
    top: 0.3em;
    left: 0.3em;
  }
}
.p-buy-flow .flow-item .f-inner .f-image-b {
  width: 145px;
  float: right;
  margin-left: 1em;
  margin-bottom: 0.3em;
  position: relative;
}
@media screen and (min-width: 728px) {
  .p-buy-flow .flow-item .f-inner .f-image-b {
    display: none;
  }
}
.p-buy-flow .flow-item .f-inner .f-image-b img {
  z-index: 3;
}
.p-buy-flow .flow-item .f-inner .f-image-b::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: 0.2em;
  left: 0.2em;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .p-buy-flow .flow-item .f-inner .f-image-b::after {
    top: 0.3em;
    left: 0.3em;
  }
}
.p-buy-flow .flow-item:after {
  content: "";
  width: clamp(calc(20 * 1px), calc(calc((25 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((25 - 20) / (2160 - 400)) * 400) * 1px), calc(25 * 1px));
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
          transform: translate(-50%, 55%) rotate(45deg);
  bottom: 0;
  left: 50%;
  background-color: #FFF;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}
.p-buy-flow .flow-item:nth-last-of-type(1):after {
  display: none;
}

.p-sell-title {
  background-color: #ffe500;
  background-image: url("../image/bg-illust-w.webp");
  background-size: 180%;
  background-position: right bottom;
  background-repeat: no-repeat;
  /*padding: max(4vh, 20px) 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: clamp(calc(280 * 1px), calc(calc((1800 - 280) / (2160 - 400)) * 100vw + calc(280 - calc((1800 - 280) / (2160 - 400)) * 400) * 1px), calc(1800 * 1px));
}
@media screen and (min-width: 980px) {
  .p-sell-title {
    height: calc(100svh - var(--header-h));
    max-height: 850px;
    background-size: 110%;
    background-position: center bottom;
  }
}
.p-sell-title .title-hdg {
  width: 90vw;
  margin-bottom: calc(var(--spacer) * 4);
  margin-inline: auto;
}
@media screen and (min-width: 1100px) {
  .p-sell-title .title-hdg {
    /*@include width(900, 1280);*/
    width: 70%;
    max-width: 1280px;
    margin-bottom: calc(var(--spacer) * 6);
  }
}
.p-sell-title .title-hdg-b {
  margin-inline: auto;
  width: 90vw;
}
@media screen and (min-width: 1100px) {
  .p-sell-title .title-hdg-b {
    width: clamp(calc(1000 * 1px), calc(calc((1080 - 1000) / (2160 - 400)) * 100vw + calc(1000 - calc((1080 - 1000) / (2160 - 400)) * 400) * 1px), calc(1080 * 1px));
  }
}

.p-title-hdg-b-w {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  margin-inline: auto;
  width: 90vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .p-title-hdg-b-w {
    width: clamp(calc(700 * 1px), calc(calc((980 - 700) / (2160 - 400)) * 100vw + calc(700 - calc((980 - 700) / (2160 - 400)) * 400) * 1px), calc(980 * 1px));
  }
}
.p-title-hdg-b-w .title-illust {
  /*width: 30%;

       @include bp(sm) {
  @include width(300, 400);
       }*/
  position: relative;
  z-index: 2;
}

.p-title-hdg-b {
  position: relative;
  z-index: 1;
  padding: 0.7em 1em;
  margin-right: -0.5em;
}
@media screen and (min-width: 728px) {
  .p-title-hdg-b {
    padding: 1.4em 2em;
    margin-right: -1em;
  }
}
.p-title-hdg-b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - calc(var(--spacer) * 4));
  background-color: #222;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
}
@media screen and (min-width: 980px) {
  .p-title-hdg-b::after {
    height: 2px;
  }
}
.p-title-hdg-b::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - calc(var(--spacer) * 4));
  background-color: #222;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
}
@media screen and (min-width: 980px) {
  .p-title-hdg-b::before {
    height: 2px;
  }
}
.p-title-hdg-b .hdg-b_inner {
  white-space: nowrap;
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(13 * 1px), calc(calc((68 - 13) / (2160 - 400)) * 100vw + calc(13 - calc((68 - 13) / (2160 - 400)) * 400) * 1px), calc(68 * 1px));
}
@media screen and (min-width: 980px) {
  .p-title-hdg-b .hdg-b_inner {
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-size: clamp(calc(24 * 1px), calc(calc((36 - 24) / (2160 - 400)) * 100vw + calc(24 - calc((36 - 24) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
  }
}
.p-title-hdg-b .hdg-b_inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: calc(100% - calc(var(--spacer) * 4));
  background-color: #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  .p-title-hdg-b .hdg-b_inner::after {
    width: 2px;
  }
}
.p-title-hdg-b .hdg-b_inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: calc(100% - calc(var(--spacer) * 4));
  background-color: #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  .p-title-hdg-b .hdg-b_inner::before {
    width: 2px;
  }
}

/* -----------------------------------------------------------------------------
   #Utility
   -------------------------------------------------------------------------- */
.u-d-pc {
  display: none !important;
}
@media screen and (min-width: 980px) {
  .u-d-pc {
    display: block !important;
  }
}

.u-d-pc-b {
  display: none !important;
}
@media screen and (min-width: 1480px) {
  .u-d-pc-b {
    display: block !important;
  }
}

.u-d-sp {
  display: block !important;
}
@media screen and (min-width: 980px) {
  .u-d-sp {
    display: none !important;
  }
}

.u-di-pc {
  display: none !important;
}
@media screen and (min-width: 980px) {
  .u-di-pc {
    display: inline-block !important;
  }
}

.u-di-sp {
  display: inline-block !important;
}
@media screen and (min-width: 980px) {
  .u-di-sp {
    display: none !important;
  }
}

.u-d-i {
  display: inline-block;
}

.u-m-xxs {
  margin: calc(var(--spacer) * 1);
}

.u-m-xs {
  margin: calc(var(--spacer) * 1.5);
}

.u-m-sm {
  margin: calc(var(--spacer) * 2.5);
}

.u-m-md {
  margin: calc(var(--spacer) * 4);
}

.u-m-lg {
  margin: calc(var(--spacer) * 6);
}

.u-m-xl {
  margin: calc(var(--spacer) * 9);
}

.u-m-xxl {
  margin: calc(var(--spacer) * 12);
}

.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-xxs, .l-breadcrumb, .p-blog-heading .p-blog-time {
  margin-top: calc(var(--spacer) * 1);
}

.u-mt-xs, .p-blog-archive ul li {
  margin-top: calc(var(--spacer) * 1.5);
}

.u-mt-sm {
  margin-top: calc(var(--spacer) * 2.5);
}

.u-mt-md, .cms_ww + .cms_ww, .p-blog-sublist.sp-menu {
  margin-top: calc(var(--spacer) * 4);
}

.u-mt-lg-sp {
  margin-top: calc(var(--spacer) * 6);
}
@media screen and (min-width: 980px) {
  .u-mt-lg-sp {
    margin-top: 0;
  }
}

.u-mt-lg, .cms_ww + .c-hd-middle, .cms_ww + .c-hd-small {
  margin-top: calc(var(--spacer) * 6);
}

.u-mt-xl, .cms_ww + .c-hd-large {
  margin-top: calc(var(--spacer) * 9);
}

.u-mt-xxl {
  margin-top: calc(var(--spacer) * 12);
}

.u-mr-xxs, .must-text::before {
  margin-right: calc(var(--spacer) * 1);
}

.u-mr-xs, .p-contact-form input[type=checkbox] {
  margin-right: calc(var(--spacer) * 1.5);
}

.u-mr-sm, .l-breadcrum-list li {
  margin-right: calc(var(--spacer) * 2.5);
}

.u-mr-md, .p-contact-form .back-btn {
  margin-right: calc(var(--spacer) * 4);
}

.u-mr-lg {
  margin-right: calc(var(--spacer) * 6);
}

.u-mr-xl {
  margin-right: calc(var(--spacer) * 9);
}

.u-mr-xxl {
  margin-right: calc(var(--spacer) * 12);
}

.u-mb-xxs, .p-contact-form .error {
  margin-bottom: calc(var(--spacer) * 1);
}

.u-mb-xs, .p-contact-form .t-select {
  margin-bottom: calc(var(--spacer) * 1.5);
}

.u-mb-sm, .c-layout-D .d-item .d-column, .c-layout-E .d-item .d-column .hdg, .c-hd-small, .c-hd-middle, .p-top-blog .sub, .must-text, .p-single-faq-comment .answer {
  margin-bottom: calc(var(--spacer) * 2.5);
}

.u-mb-md, .l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu.type-b, .c-layout-E .d-item .d-image, .c-hd-large, .p-blog-writer-inner {
  margin-bottom: calc(var(--spacer) * 4);
}

.u-mb-lg {
  margin-bottom: calc(var(--spacer) * 6);
}

.u-mb-xl, .l-breadcrumb {
  margin-bottom: calc(var(--spacer) * 9);
}

.u-mb-xxl {
  margin-bottom: calc(var(--spacer) * 12);
}

.u-mb-none {
  margin-bottom: 0 !important;
}

.u-ml-xxs, .p-list-B .count {
  margin-left: calc(var(--spacer) * 1);
}

.u-ml-xs {
  margin-left: calc(var(--spacer) * 1.5);
}

.u-ml-sm {
  margin-left: calc(var(--spacer) * 2.5);
}

.u-ml-md {
  margin-left: calc(var(--spacer) * 4);
}

.u-ml-lg {
  margin-left: calc(var(--spacer) * 6);
}

.u-ml-xl {
  margin-left: calc(var(--spacer) * 9);
}

.u-ml-xxl {
  margin-left: calc(var(--spacer) * 12);
}

.u-mx-xxs {
  margin-left: calc(var(--spacer) * 1);
  margin-right: calc(var(--spacer) * 1);
}

.u-mx-xs {
  margin-left: calc(var(--spacer) * 1.5);
  margin-right: calc(var(--spacer) * 1.5);
}

.u-mx-sm {
  margin-left: calc(var(--spacer) * 2.5);
  margin-right: calc(var(--spacer) * 2.5);
}

.u-mx-md {
  margin-left: calc(var(--spacer) * 4);
  margin-right: calc(var(--spacer) * 4);
}

.u-mx-lg {
  margin-left: calc(var(--spacer) * 6);
  margin-right: calc(var(--spacer) * 6);
}

.u-mx-xl {
  margin-left: calc(var(--spacer) * 9);
  margin-right: calc(var(--spacer) * 9);
}

.u-mx-xxl {
  margin-left: calc(var(--spacer) * 12);
  margin-right: calc(var(--spacer) * 12);
}

.u-my-xxs {
  margin-top: calc(var(--spacer) * 1);
  margin-bottom: calc(var(--spacer) * 1);
}

.u-my-xs {
  margin-top: calc(var(--spacer) * 1.5);
  margin-bottom: calc(var(--spacer) * 1.5);
}

.u-my-sm, .l-footer_inner .copy {
  margin-top: calc(var(--spacer) * 2.5);
  margin-bottom: calc(var(--spacer) * 2.5);
}

.u-my-sm, .l-footer_inner .copy {
  margin-top: calc(var(--spacer) * 2.5);
  margin-bottom: calc(var(--spacer) * 2.5);
}

.u-my-md {
  margin-top: calc(var(--spacer) * 4);
  margin-bottom: calc(var(--spacer) * 4);
}

.u-my-lg {
  margin-top: calc(var(--spacer) * 6);
  margin-bottom: calc(var(--spacer) * 6);
}

.u-my-xl {
  margin-top: calc(var(--spacer) * 9);
  margin-bottom: calc(var(--spacer) * 9);
}

.u-my-xxl {
  margin-top: calc(var(--spacer) * 12);
  margin-bottom: calc(var(--spacer) * 12);
}

.u-p-xxs {
  padding: calc(var(--spacer) * 1);
}

.u-p-xs, .p-blog-archive .p-blog-archive-btn {
  padding: calc(var(--spacer) * 1.5);
}

.u-p-sm, .p-top-blog, .p-contact-form .p-contact-form__item input[type=text], .p-contact-form .p-contact-form__item .p-postal-code, .p-contact-form .p-contact-form__frame, .p-contact-form .p-contact-form__frame-B.border, .p-contact-form textarea, .p-contact-form select, .p-about-table .td, .p-contact-area .contact-w {
  padding: calc(var(--spacer) * 2.5);
}

.u-p-md, .p-company-profile-hdg, .p-company-profile-comment {
  padding: calc(var(--spacer) * 4);
}

.u-p-lg {
  padding: calc(var(--spacer) * 6);
}

.u-p-xl {
  padding: calc(var(--spacer) * 9);
}

.u-p-xxl {
  padding: calc(var(--spacer) * 12);
}

.u-pt-xxs {
  padding-top: calc(var(--spacer) * 1);
}

.u-pt-xs, .p-list-B a {
  padding-top: calc(var(--spacer) * 1.5);
}

.u-pt-sm, .breadcrumbs, .p-list-A__item, .p-single-faq-illust {
  padding-top: calc(var(--spacer) * 2.5);
}

.u-pt-md, .p-blog-writer {
  padding-top: calc(var(--spacer) * 4);
}

.u-pt-lg, .p-single-faq-comment {
  padding-top: calc(var(--spacer) * 6);
}

.u-pt-xl, .p-contact-thanks {
  padding-top: calc(var(--spacer) * 9);
}

.u-pt-xxl {
  padding-top: calc(var(--spacer) * 12);
}

.u-pr-xxs {
  padding-right: calc(var(--spacer) * 1);
}

.u-pr-xs {
  padding-right: calc(var(--spacer) * 1.5);
}

.u-pr-sm {
  padding-right: calc(var(--spacer) * 2.5);
}

.u-pr-md {
  padding-right: calc(var(--spacer) * 4);
}

.u-pr-lg {
  padding-right: calc(var(--spacer) * 6);
}

.u-pr-xl {
  padding-right: calc(var(--spacer) * 9);
}

.u-pr-xxl {
  padding-right: calc(var(--spacer) * 12);
}

.u-pb-xxs {
  padding-bottom: calc(var(--spacer) * 1);
}

.u-pb-xs, .p-list-B a {
  padding-bottom: calc(var(--spacer) * 1.5);
}

.u-pb-sm, .c-layout-D .d-item .d-column, .c-layout-E .d-item .d-column .hdg, .p-list-A__item {
  padding-bottom: calc(var(--spacer) * 2.5);
}

.u-pb-md, .c-layout-D .d-item .d-image-w, .p-blog-writer .intro, .p-single-faq-comment, .p-contact-table .td {
  padding-bottom: calc(var(--spacer) * 4);
}

.u-pb-lg {
  padding-bottom: calc(var(--spacer) * 6);
}

.u-pb-xl {
  padding-bottom: calc(var(--spacer) * 9);
}

.u-pb-xxl {
  padding-bottom: calc(var(--spacer) * 12);
}

.u-pl-xxs {
  padding-left: calc(var(--spacer) * 1);
}

.u-pl-xs {
  padding-left: calc(var(--spacer) * 1.5);
}

.u-pl-sm, .p-list-A__item__text, .c-hd-small {
  padding-left: calc(var(--spacer) * 2.5);
}

.u-pl-md {
  padding-left: calc(var(--spacer) * 4);
}

.u-pl-lg {
  padding-left: calc(var(--spacer) * 6);
}

.u-pl-xl {
  padding-left: calc(var(--spacer) * 9);
}

.u-pl-xxl {
  padding-left: calc(var(--spacer) * 12);
}

.u-px-xxs {
  padding-left: calc(var(--spacer) * 1);
  padding-right: calc(var(--spacer) * 1);
}

.u-px-xs, .l-footer_inner .copy, .p-blog-archive ul li {
  padding-left: calc(var(--spacer) * 1.5);
  padding-right: calc(var(--spacer) * 1.5);
}

.u-px-sm, .l-header-menu .l-header-menu_inner, .c-table-a .a-th, .p-contact-form input[type=submit], .p-about-table .th, .c-btn-submit, .c-btn-submit input[type=submit] {
  padding-left: calc(var(--spacer) * 2.5);
  padding-right: calc(var(--spacer) * 2.5);
}

.u-px-md, .p-blog-writer .intro, .b-main-inner, .p-single-faq-comment, .c-btn-lb {
  padding-left: calc(var(--spacer) * 4);
  padding-right: calc(var(--spacer) * 4);
}

.u-px-lg {
  padding-left: calc(var(--spacer) * 6);
  padding-right: calc(var(--spacer) * 6);
}

.u-px-xl {
  padding-left: calc(var(--spacer) * 9);
  padding-right: calc(var(--spacer) * 9);
}

.u-px-xxl {
  padding-left: calc(var(--spacer) * 12);
  padding-right: calc(var(--spacer) * 12);
}

.u-py-xxs {
  padding-top: calc(var(--spacer) * 1);
  padding-bottom: calc(var(--spacer) * 1);
}

.u-py-xs, .l-footer_inner .copy {
  padding-top: calc(var(--spacer) * 1.5);
  padding-bottom: calc(var(--spacer) * 1.5);
}

.u-py-sm {
  padding-top: calc(var(--spacer) * 2.5);
  padding-bottom: calc(var(--spacer) * 2.5);
}

.u-py-md {
  padding-top: calc(var(--spacer) * 4);
  padding-bottom: calc(var(--spacer) * 4);
}

.u-py-lg, .b-main-inner {
  padding-top: calc(var(--spacer) * 6);
  padding-bottom: calc(var(--spacer) * 6);
}

.u-py-xl, .l-footer_inner {
  padding-top: calc(var(--spacer) * 9);
  padding-bottom: calc(var(--spacer) * 9);
}

.u-py-xxl {
  padding-top: calc(var(--spacer) * 12);
  padding-bottom: calc(var(--spacer) * 12);
}

.u-fs-lg, .c-hd-e, .c-layout-E .d-item .d-column .hdg, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .previouspostslink:before, .p-blog-heading h1, .p-single-faq-hdg h1 {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(20 * 1px), calc(calc((36 - 20) / (2160 - 400)) * 100vw + calc(20 - calc((36 - 20) / (2160 - 400)) * 400) * 1px), calc(36 * 1px));
}

.u-fs-md, .l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn, .l-globalnavi-sp .l-globalnavi-sp_inner .gronavi-menu-w .g-btn-b, .c-hd-d:after, .c-footer-res.type-b, .c-layout-D .d-item .d-column .hdg, .p-list-A__item__heading, .c-hd-large, .p-blog-writer-possted:before, .p-blog-archive .p-blog-archive-btn:after, .p-contact-form input[type=submit], .p-company-profile-hdg .p-name .name, .p-top-problem .problem-item .hdg, .p-buy-flow .flow-item .f-inner .f-hdg {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(18 * 1px), calc(calc((30 - 18) / (2160 - 400)) * 100vw + calc(18 - calc((30 - 18) / (2160 - 400)) * 400) * 1px), calc(30 * 1px));
}

.u-fs-re, .c-blog-menu .m-item, .c-hd-middle, .p-blog-writer-name .name, .p-top-service .ts-item .ts-text, .p-example .p-example-item .i-text .hdg, .c-btn-lb, .p-contact-table .th, .c-btn-submit, .c-btn-submit input[type=submit] {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(16 * 1px), calc(calc((24 - 16) / (2160 - 400)) * 100vw + calc(16 - calc((24 - 16) / (2160 - 400)) * 400) * 1px), calc(24 * 1px));
}

.u-fs-n, body, .c-btn-a, .c-layout-E .d-item .d-column .hdg span, .c-layout-E .d-item .d-column .text, .p-contact-form textarea, .p-contact-table .td.input-text input[type=text], .p-contact-table .td.input-text input[type=email], .p-contact-table .td.input-text textarea {
  line-height: 2;
  letter-spacing: 0em;
  font-size: clamp(calc(15 * 1px), calc(calc((20 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((20 - 15) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
}

.u-fs-n-b, .p-blog-list-item .hdg, .p-flow-table .td-item, .p-buy-flow .flow-item .f-inner .f-hdg span {
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: clamp(calc(15 * 1px), calc(calc((20 - 15) / (2160 - 400)) * 100vw + calc(15 - calc((20 - 15) / (2160 - 400)) * 400) * 1px), calc(20 * 1px));
}

.u-fs-sm, .l-footernavi li, .l-copyright, .p-list-A__item__text time, .p-blog-writer-name .sub, .p-contact-flow .p-contact-flow-item p, .recaptcha_policy, .p-blog-time, .p-contact-form .p-contact-form__item .text .text_sub, .must-text, .must-text::before, .p-company-profile .p-position, .p-company-profile .p-position-b, .p-company-profile-hdg .p-name .furigana, .wpcf7-not-valid-tip {
  line-height: 1.7;
  letter-spacing: 0em;
  font-size: clamp(calc(12 * 1px), calc(calc((16 - 12) / (2160 - 400)) * 100vw + calc(12 - calc((16 - 12) / (2160 - 400)) * 400) * 1px), calc(16 * 1px));
}

.u-fs-xs, .l-globalnavi-sp-btn:before, .l-breadcrumb, .c-footer-res .sub, .c-list-item__category, .p-list-B .count, .p-top-message .m-photo .m-p-text .m-sub, .p-blog-archive ul .count, .p-contact-form .must::before, .must-text-b::before {
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: clamp(calc(11 * 1px), calc(calc((14 - 11) / (2160 - 400)) * 100vw + calc(11 - calc((14 - 11) / (2160 - 400)) * 400) * 1px), calc(14 * 1px));
}

.u-ff-a, .l-header-menu .l-header-menu_inner .text, .l-h-close-b .b-text, .l-submenu-sp .item, .c-footer-res .eng, .c-layout-E .d-item .d-image .number, .wp-pagenavi .current,
.wp-pagenavi a, .recaptcha_policy, .p-blog-time, .p-faq-item .faq-number, .p-single-faq .p-single-faq-number, .p-single-faq-comment .answer, .p-company-profile-hdg .p-name .furigana, .p-case .text, .p-case .number, .p-contact-area .contact-w .contact-inner .l-header-tel .number, .p-buy-flow .flow-item .f-number {
  font-family: "Heebo", sans-serif;
}

.u-ff-b, .gronavi-b .g-btn-b, .gronavi .g-btn, .l-footer_inner .copy, .l-copyright, .l-globalnavi-sp, .l-contact-sp .btn .text, .c-hdg-a, .c-hdg-b, .c-hd-d, .c-hd-e .hd-e-inner, .c-hdg-f, .c-hdg-d .hdg, .c-hd-h, .c-hdg-c .hdg, .c-btn-a, .c-footer-res, .c-blog-menu .m-item, .c-hd-middle, .c-hd-large, .p-blog-writer-name .sub, .p-blog-writer-possted, .p-top-service .ts-item .ts-hdg, .p-top-service .ts-item .ts-text, .p-top-message .m-photo .m-p-text, .p-blog-cat-list a, .p-contact-form .p-contact-form__item .text, .must-text-b, .p-contact-thanks, .faq-btn, .p-flow-table .flow-hdg, .p-company-profile .p-position, .p-company-profile .p-position-b, .p-company-profile-hdg .p-name .name, .p-contact-area .contact-w .contact-inner, .p-omakase .hdg .hdg-inr, .p-example .p-example-item .i-text .hdg, .p-contact-table .th, .p-buy-flow .flow-item .f-inner .f-hdg, .p-title-hdg-b .hdg-b_inner {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.u-ff-c, .l-globalnavi-sp .hdg, .l-title .title-hdg, .c-hd-c, .c-layout-D .d-item .d-column .hdg, .c-layout-E .d-item .d-column .hdg, .c-hd-small, .p-blog-writer-name .name, .p-blog-heading h1, .p-blog-list-item .hdg, .p-faq-item .p-faq-item-inner .faq-hdg, .p-single-faq-hdg h1 {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.u-fw-b, .page-id-44 .p-contact-flow-item.input, .page-id-51 .p-contact-flow-item.check, .page-id-53 .p-contact-flow-item.finish {
  font-weight: bold !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw100 {
  font-weight: 100 !important;
}

.u-fw200 {
  font-weight: 200 !important;
}

.u-fw300 {
  font-weight: 300 !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fw800 {
  font-weight: 800 !important;
}

.u-fw900 {
  font-weight: 900 !important;
}

strong {
  font-weight: 600 !important;
}

.u-fw-a, .c-hdg-a, .c-hdg-b, .c-hd-small, .p-blog-writer-possted, .p-blog-heading h1, .p-faq-item .p-faq-item-inner .faq-hdg, .p-single-faq-hdg h1, .p-buy-flow .flow-item .f-number .number {
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .u-fw-a, .c-hdg-a, .c-hdg-b, .c-hd-small, .p-blog-writer-possted, .p-blog-heading h1, .p-faq-item .p-faq-item-inner .faq-hdg, .p-single-faq-hdg h1, .p-buy-flow .flow-item .f-number .number {
    font-weight: 600;
  }
}

.u-fw-c, .gronavi-b .g-btn-b, .gronavi .g-btn, .l-globalnavi-sp, .l-title .title-hdg, .c-hd-c, .c-hd-h, .c-hdg-c .hdg, .c-btn-a, .c-blog-menu .m-item, .c-layout-D .d-item .d-column .hdg, .c-hd-large, .p-blog-writer-name .name, .p-top-service .ts-item .ts-hdg, .p-top-service .ts-item .ts-text, .faq-btn, .p-company-profile-hdg .p-name .name, .p-example .p-example-item .i-text .hdg, .p-buy-flow .flow-item .f-inner .f-hdg, .p-title-hdg-b .hdg-b_inner {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .u-fw-c, .gronavi-b .g-btn-b, .gronavi .g-btn, .l-globalnavi-sp, .l-title .title-hdg, .c-hd-c, .c-hd-h, .c-hdg-c .hdg, .c-btn-a, .c-blog-menu .m-item, .c-layout-D .d-item .d-column .hdg, .c-hd-large, .p-blog-writer-name .name, .p-top-service .ts-item .ts-hdg, .p-top-service .ts-item .ts-text, .faq-btn, .p-company-profile-hdg .p-name .name, .p-example .p-example-item .i-text .hdg, .p-buy-flow .flow-item .f-inner .f-hdg, .p-title-hdg-b .hdg-b_inner {
    font-weight: 500;
  }
}

.u-fw-d {
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  .u-fw-d {
    font-weight: 300;
  }
}

.u-fsmt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-br-sp {
  display: block;
}
@media screen and (min-width: 728px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-p {
  display: none;
}
@media screen and (min-width: 728px) {
  .u-br-p {
    display: block;
  }
}

span.br {
  display: inline-block;
}

.u-color-a {
  color: #666;
}

@-webkit-keyframes effect1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes effect1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes effect2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes effect2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes effect3 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes effect3 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes effect6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout-b {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout-b {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes effect7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes effect7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.u-inview-step .step-item-b {
  opacity: 0;
}
.u-inview-step .step-item {
  opacity: 0;
}

.step-item {
  opacity: 0;
}

.gronavi-menu-w .step-item {
  opacity: 0;
}

.u-inview1, .u-inview2 {
  opacity: 0;
}

.animation-a, .iv1-effect {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.iv1-effect {
  -webkit-animation-name: effect1;
          animation-name: effect1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
          animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}

.iv2-effect {
  -webkit-animation-name: effect2;
          animation-name: effect2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.u-inview4 {
  position: relative;
}
.u-inview4:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 8;
}
.u-inview4.iv4-effect:after {
  -webkit-animation-name: effect3;
          animation-name: effect3;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
          animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}