@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap');
:root {
  --color-primary: #fda93d;
  --color-secondary: #f39800;
  --color-txt: #555555;
  --color-bg: #FFF6EB;
  --layout-max-width: 1230px;
  --layout-min-width: 290px;
  --layout-gutter: 15px;
}
.colorsList {
  color: var(--color-primary);
  color: #c48a02;
  color: rgba(253, 169, 61,  0.1);
  color: #fff;
  color: #6e6e6e;
}
/* =============================================
  RESET
============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #d8f3f9;
}

::selection {
  background: #d8f3f9;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #fff;
  color: var(--color-txt);
  -ms-content-zooming: none;
  font: normal normal normal 1.6em/1.8 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 2;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: currentColor;
  text-decoration: none;
}
a.text-link {
  color: var(--color-primary);
  text-decoration:underline;
}

a:active, a:hover {
  outline-width: 0;
  outline: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

ul,
ol,
li {
  list-style: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

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

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type="button"] {
  -webkit-appearance: none;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:focus:not(.focus-visible) {
  outline: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  -webkit-appearance: none;
}

input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow-y: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}


/*
.f_cc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_box, .f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.f_item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.f_h_start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.f_h_center, .f_h_start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.f_h_end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.f_h_end, .f_h_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_h_sa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.f_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f_end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.f_stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}
*/
/* =============================================
  UTILITIES
============================================= */
.is-display-none {
  display: none;
  height: 0;
  width: 0;
}

.is-mincho {
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.is-gothic {
  font-family: 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.is-josefin {
  font-family: 'Josefin Sans', sans-serif;
}

.is-montserrat {
  font-family: 'Lora', serif;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

.is-mt-0 {
  margin-top: 0;
}

.is-mb-0 {
  margin-bottom: 0;
}

.is-pt-0 {
  padding-top: 0;
}

.is-pb-0 {
  padding-bottom: 0;
}



.is-readonly {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* =============================================
  UTILITIES
============================================= */
.u-bgColor {
  background-color: var(--color-bg);
}
.u-diagonal {
  position: relative;
}

.u-diagonal::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) repeat;
  background-size: 4px 4px;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
}

.is-link {
  color: var(--color-primary);
  border-bottom: 1px dotted var(--color-primary);
  transition: .3s;
}
.is-link:hover {
  opacity: .7;
}
.is-tb,
.is-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
  .is-tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: inline-block;
  }
}
/* =============================================
  COMPONENT
============================================= */
.c-btn {
  display: block;
  margin-top: 50px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .c-btn {
    margin-top: 30px;
  }
  .c-btn__txt {
    min-width: 100%;
  }
}
.c-btn .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn__txt {
  min-width: 300px;
  max-width: 100%;
  min-height: 60px;
  color: var(--color-primary);
  line-height: 1.45em;
  text-align: center;
  padding: 18px 16px 16px;
  display: inline-block;
  font-weight: bold;
  transition: .3s;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn__txt:after {
  z-index: -1;
  height: 100%;
  width: 0%;
  background: var(--color-primary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s ease;
}
.c-btn__txt:hover {
  color: #fff;
}
.c-btn__txt:hover:after {
  width: 100%;
}

.c-btn--white .c-btn__txt {
  border: 1px solid #fff;
  color: #fff;
}
.c-btn--white .c-btn__txt:after {
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  transition: .3s ease;
}
.c-btn--white .c-btn__txt:hover {
  color: var(--color-primary);
}
.c-btn--white .c-btn__txt:hover:after {
  left: 0;
  border: 1px solid #fff;
}
.c-ctaBtn {
  text-align: center;
  margin-top: 20px;
}
.c-ctaBtn__anchor {
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  transition: .3s;
  padding: 10px 18px;
  width: 300px;
}
.c-ctaBtn__anchor i {
  margin-right: 5px;
}
.c-ctaBtn__anchor:hover {
  opacity: .7;
}
.c-ctaBtn__anchor:hover i {
  animation: 1s linear 0s infinite normal ani-shake;
}
.c-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-max-width);
  min-width: var(--layout-min-width);
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
  width: 100%;
}
.c-inner--md {
  max-width: 1030px;
}
.c-inner--sm {
  max-width: 540px;
}
.c-txtBox__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-ctaBtn {
    margin-top: 10px;
  }
  .c-ctaBtn__anchor {
    width: 100%;
  }
  .c-txtBox__txt {
    font-size: 1.4rem;
  }
}

.c-article-post-time {
  font-family: 'Josefin Sans', sans-serif;
  padding: 3px 8px;
  max-width: 120px;
}
.c-article-post-cat {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  max-width: 120px;
  text-transform: uppercase;
}
.c-article-post-cat-span {
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px 2px;
  width: 120px;
  border-radius: 2px;
  display: inline-block;
}
.c-article-post-ttl {
  padding: 3px 8px 3px 20px;
}

.c-flex, .c-flex-col2, .c-flex-col3, .c-flex-col4, .c-flex-col5, .c-flex-datalist {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex-col2-item {
  width: 50%;
}

.c-flex-col3-item {
  width: 33.3333333333%;
}

.c-flex-col4-item {
  width: 25%;
}

.c-flex-col5-item {
  width: 20%;
}

.c-flex-datalist:not(:last-of-type) {
  border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
.c-flex-datalist-ttl {
  width: 25%;
  padding: 4px 16px 4px 0;
  opacity: 0.8;
}
.c-flex-datalist-data {
  width: 75%;
  padding: 4px 0;
}
.c-grid {
  display: grid;
}
/* ----- breadcrumbs ----- */
.c-breadcrumbs {
  margin: 20px 0;
}
.c-breadcrumbs-items {
  color: #6e6e6e;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-max-width);
  min-width: var(--layout-min-width);
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
}
.c-breadcrumbs-item {
  font-size: 12px;
  font-size: 1.2rem;
}
.c-breadcrumbs-item:first-child {
  color: var(--color-primary);
}
.c-breadcrumbs-item:not(:last-child)::after {
  color: #6e6e6e;
  content: "/";
  display: inline-block;
  margin: 0 1.15em;
}
.c-breadcrumbs-link,
.c-breadcrumbs-link span,
.c-breadcrumbs-item {
  display: inline;
}
/* =============================================
  PROJECT
============================================= */
/* ----- Fix CTA  ----- */
.p-fixCta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 2px solid var(--color-primary);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.p-fixCta.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-fixCta__inner {
  margin: 0 auto;
  max-width: var(--layout-max-width);
  padding: 12px var(--layout-gutter) calc(12px + env(safe-area-inset-bottom, 0px));
}
.p-fixCta__btn.c-ctaBtn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.is-fixCta-show .p-pageTop.is-show {
    bottom: 90px;
  }
}
/* ----- pager ----- */
.p-pager {
  margin-top: 40px;
}
.p-pager__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.p-pager__btn {
  border: 1px solid #eaeaea;
  display: block;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.p-pager__btn.is-current {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-pager__btn {
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
}
@media screen and (max-width: 1024px) {

  .c-flex-datalist {
    display: block;
  }
  .c-flex-datalist-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 0 0 0;
    width: 100%;
  }
  .c-flex-datalist-data {
    padding: 0 0 4px 0;
    width: 100%;
  }



  .mw_wp_form_complete .c-btn {
    padding: 0 15px 60px;
  }

}
/* =============================================
  animation
  - ani-slide-left
  - ani-slide-right
  - ani-slide-up
  - ani-opacity
  - ani-rotate
  - ani-mappin
  - ani-shake
  - ani-swipe
============================================= */
.js-animate {
  opacity: 0;
}

.js-slide-left.is-active {
  animation: .8s ease 0s normal forwards ani-slide-left;
}

.js-slide-right.is-active {
  animation: .8s ease 0s forwards ani-slide-right;
}

.js-slide-up.is-active {
  animation: .8s ease 0s forwards ani-slide-up;
}

@keyframes ani-swipe {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  30% {
    transform: translateY(8px) rotate(90deg);
  }
  90% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes ani-slide-left {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani-slide-right {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani-slide-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ani-mappin {
  0% {
    padding: 2px 10px 2px;
  }
  25% {
    padding: 0px 10px 4px;
  }
  50% {
    padding: 2px 10px 2px;
  }
  75% {
    padding: 3px 10px 1px;
  }
  100% {
    padding: 2px 10px 2px;
  }
}
@keyframes ani-shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* =============================================
  LAYOUT
============================================= */
.l-wrapper {
  z-index: 0;
}
.l-container {
  padding-top: var(--header-height, 0px);
}
@media screen and (max-width: 1024px) {
  .l-wrapper {
    display: block;
  }
}
/* ----- Layout 共通 ----- */
.l-header__inner,
.l-footer_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-max-width);
  min-width: var(--layout-min-width);
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
}
/* ----- Header ----- */
.l-header {
  background: #fff;
  box-shadow: 0px 3px 5px -3px #b8b8b8;
  top: 0;
  left: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.l-header__inner {
  align-items: stretch;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 100%;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 0;
  }
}
/* ----- Footer ----- */
.l-footer {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 50px;
  }
}
/* ----- Sidebar ----- */
.l-side {
  width: 100%;
}
@media (max-width: 1024px) {
  .l-side {
    margin-top: 40px;
  }
}
/* ----- Page Top ----- */
.p-pageTop {
  align-items: center;
  background: var(--color-primary);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  height: 52px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s, background-color .3s, color .3s;
  width: 52px;
  z-index: 9;
}
.p-pageTop.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.p-pageTop.is-stop {
  bottom: auto;
  position: absolute;
}
.p-pageTop:hover {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
@media screen and (max-width: 1024px) {
  .p-pageTop {
    bottom: 16px;
    font-size: 1.6rem;
    height: 44px;
    right: 16px;
    width: 44px;
  }
}
/* ----- Tel Modal ----- */
.p-telModal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  transition: opacity .3s;
  z-index: 100;
}
.p-telModal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-telModal-bg {
  background: rgba(0, 0, 0, .55);
  inset: 0;
  position: absolute;
}
.p-telModal-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  max-width: 620px;
  padding: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-telModal-close {
  align-items: center;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 36px;
}
.p-telModal-message {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 15px;
}
.p-telModal-message-small {
  font-size: 1.4rem;
}
.p-telModal-message span {
  font-weight: bold;
}
.p-telModal-message a {
  text-decoration: underline;
}
.p-telModal-message a:hover {
  text-decoration: none;
}
.p-telModal-title {
  color: var(--color-secondary);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.p-telModal-link {
  margin-top: 15px;
}
.p-telModal-link_item a {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}
.p-telModal-link_item-landline {
  text-align: center;
  margin-top: 15px;
}
.p-telModal-link_item-landline a {
  text-decoration: underline;
}
.p-telModal-link_item:hover {
  opacity: .9;
}
.p-telModal-link_item-landline a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-telModal-panel {
    padding: 25px 20px;
  }
  .p-telModal-message {
    font-size: 1.4rem;
  }
  .p-telModal-message-small {
    font-size: 1.2rem;
  }
  .p-telModal-link_item a {
    padding: 12px 0;
  }
}
/* ----- HEADER ----- */
.l-header__left,
.l-header__right {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
}
.l-header__left {
  align-items: center;
  padding: 5px 0;
}
.l-header__logo {
  color: var(--color-secondary);
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-left: 0;
  margin-right: auto;
  white-space: nowrap;
  position: relative;
  max-width: 350px;
}
.l-header__logo img {
  max-width: 100%;
  vertical-align: text-bottom;
}
.l-header__logo a {
  transition: .5s;
}
.l-header__logo a:hover {
  opacity: .7;
}
.l-header__text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-header__cta {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.l-header__ctaItem--tel {
  align-self: center;
}
.l-header__ctaItem--mail {
  display: flex;
}
.l-header__tel {
  color: var(--color-txt);
  display: block;
  line-height: 1.5;
  text-align: center;
  transition: .5s;
}
.l-header__tel:hover {
  color: var(--color-secondary);
}
.l-header__tel-num {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 5px;
}
.l-header__tel-num:before {
  color: var(--color-secondary);
  content: "\f879";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: .7em;
  font-weight: 900;
}
.l-header__tel-hours,
.l-header__btn-hours {
  font-size: 1.2rem;
  display: block;
}
.l-header__tel:hover .l-header__tel-num:before {
  animation: 1s linear 0s infinite normal ani-shake;
}
.l-header__btn {
  align-items: center;
  background-color: var(--color-secondary);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  min-width: 170px;
  padding: 5px 20px;
  text-align: center;
  transition: .5s;
}
.l-header__btn-txt {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.l-header__btn-txt::before {
  color: #fff;
  content: "\f0e0";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.l-header__btn:hover {
  background-color: var(--color-primary);
}
.l-header__btn:hover .l-header__btn-txt:before {
  animation: 1s linear 0s infinite normal ani-shake;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    height: 50px;
    padding-right: 50px;
    padding-left: 5px;
  }
  .l-header__left,
  .l-header__right {
    display: block;
  }
  .l-header__logo {
    font-size: 2rem;
  }
  .l-header__logo img {
    max-height: 30px;
    width: auto;
  }
  .l-header__cta {
    align-items: stretch;
    flex-direction: row;
    gap: 0;
    height: 50px;
  }
  .l-header__ctaItem--tel {
    align-self: stretch;
  }
  .l-header__ctaItem--tel,
  .l-header__ctaItem--mail {
    height: 100%;
  }
  .l-header__tel {
    align-items: center;
    background: var(--color-bg);
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 50px;
  }
  .l-header__tel-num {
    font-size: 0;
  }
  .l-header__tel-hours,
  .l-header__btn-hours {
    display: none;
  }
  .l-header__btn {
    height: 100%;
    min-width: 0;
    padding: 0;
    width: 50px;
  }
  .l-header__btn-txt {
    font-size: 0;
  }
  .l-header__tel-num:before,
  .l-header__btn-txt:before {
    font-size: 2.2rem;
    line-height: 50px;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header__left {
    width: calc(100% - 50px * 2 - 10px);
  }
}
.l-header__btn-sp {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-hum {
    min-width: 100px;
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 13;
    top: 0;
    right: 0;
  }
  .p-hum__line {
    transition: .3s;
    display: block;
    height: 2px;
    position: absolute;
    left: 25px;
    content: "";
    background: var(--color-secondary);
  }
  .p-hum__line:nth-child(1) {
    width: 50px;
    top: 44px;
  }
  .p-hum__line:nth-child(2) {
    width: 30px;
    bottom: 44px;
  }
  .p-hum:hover {
    opacity: .9;
  }
  .p-hum.js-open .p-hum__line {
    transform: rotate(135deg);
    width: 50px;
    top: calc(50%);
    background: var(--color-secondary);
  }
  .p-hum.js-open .p-hum__line:nth-child(2) {
    transform: rotate(-135deg);
    width: 50px;
    top: calc(50%);
  }
  .p-hum {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .p-hum__line {
    left: 10px;
    height: 4px;
    border-radius: 5px;
  }
  .p-hum__line:nth-child(1) {
    top: 18px;
    width: 30px;
  }
  .p-hum__line:nth-child(2) {
    bottom: 18px;
    width: 20px;
  }
  .p-hum.js-open .p-hum__line:nth-child(1) {
    top: calc(50%);
    width: 30px;
  }
  .p-hum.js-open .p-hum__line:nth-child(2) {
    bottom: calc(50%);
    width: 30px;
  }
}
/* gnav */
.p-gnav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.p-gnav__item {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.p-gnav__link {
  transition: .5s;
}
.p-gnav__link:hover {
  color: var(--color-secondary);
}
@media screen and (min-width: 1025px) {
  .p-gnav {
    align-self: center;
  }
  .p-gnav__item:has(> .p-gnav__subList) > .p-gnav__link::after {
    border-bottom: 2px solid var(--color-secondary);
    border-right: 2px solid var(--color-secondary);
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-left: .2em;
    transform: rotate(45deg) translateY(-0.1em);
    vertical-align: middle;
    width: 0.5em;
  }
  .p-gnav__subList {
    position: absolute;
    left: 0;
    top: 3em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
    pointer-events: none;
  }
  .p-gnav__subList.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
    pointer-events: auto;
  }
  .p-gnav__subList .p-gnav__link {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
  }
  .p-gnav__subList .p-gnav__link:hover {
    background-color: #FEE5C4;
  }
}
@media screen and (max-width: 1024px) {
  .p-gnav {
    background-color: var(--color-primary);
    height: calc(100% - var(--header-height, 50px));
    right: -100%;
    opacity: 0;
    padding: 20px 10px;
    pointer-events: none;
    position: fixed;
    top: var(--header-height, 50px);
    transition: .3s;
    width: 100%;
    z-index: 12;
  }
  .p-gnav.js-open {
    opacity: 1;
    pointer-events: all;
    right: 0;
  }
  .p-gnav__wrap {
    display: flex;
  }
  .p-gnav__list {
    display: block;
  }
  .p-gnav__item {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2;
    margin-top: 1em;
  }
  .p-gnav__list--left,
  .p-gnav__list--right {
    max-width: 50%;
    flex: 1 1 50%;
    box-sizing: border-box;
  }
  .p-gnav__subList {
    margin-left: 2em;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-gnav__link {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
  }
  .p-gnav__subList .p-gnav__link {
    font-weight: normal;
  }
  .p-gnav__link:hover {
    color: #fff;
  }
  .p-gnav__link::before {
    background: transparent;
    content: "";
    height: 8px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    transition: .3s;
    width: 8px;
  }
  .p-gnav__link:hover::before {
    background: #fff;
    left: .5em;
  }
}

/* ----- FOOTER ----- */
.p-footer-cta {
  border-top: 1px solid var(--color-primary);
  padding: 30px 0;
}
.p-footer-cta__list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.p-footer-cta__item {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .p-footer-cta {
    border: 0;
    padding: 0;
  }
  .p-footer-cta__list {
    display: block;
  }
  .p-footer-cta__item {
    border-bottom: 1px solid #fff;
  }
}
.p-footer-cta__link--tel {
  background: var(--color-secondary);
}
.p-footer-cta__link--mail {
  background: #c48a02;
}
.p-footer-cta__link {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: 100%;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  padding: 30px 16px;
  width: 100%;
  text-align: center;
  transition: .5s;
}
.p-footer-cta__link:hover {
  opacity: .7;
}
.p-footer-cta__head {
  font-family: 'Lora', serif;
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.p-footer-cta__head::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-footer-cta__head::after {
  content: "\f879";
  color: var(--color-secondary);
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .6em;
}
.p-footer-cta__head--mail::after {
  content: "\f0e0";
  color: #c48a02;
}
.p-footer-cta__link:hover .p-footer-cta__head::after {
  animation: 1s linear 0s infinite normal ani-shake;
}
.p-footer-cta__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-footer-cta__link {
    border-radius: 0;
    font-size: 2.4rem;
    padding: 20px 15px;
  }
  .p-footer-cta__txt {
    font-size: 1.4rem;
  }
  .p-footer-cta__head::before {
    width: 28px;
    height: 28px;
  }
  .p-footer-cta__head::after {
    top: 8px;
    left: 8px;
  }
}
.p-time-table {
  margin: 0 auto 28px;
  border-top: 1px solid var(--color-primary);
}
.p-time-table-body {
  width: 100%;
  max-width: 400px;
  margin: 28px auto 5px;
}
.p-time-table-body th {
  width: 125px;
}
.p-time-table-body th,
.p-time-table-body td {
  padding: 5px 0;
  transition: .2s;
  /*
  &:hover {
    background: var(--color-bg);
  }
  */
}
.p-time-table-body thead {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 2px solid var(--color-primary);
}
.p-time-table-body thead th {
  text-align: left;
}
.p-time-table-body tbody tr {
  border-bottom: 1px solid var(--color-primary);
}
.p-time-table-body tbody th {
  text-align: left;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-time-table-body tbody td {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-primary);
}
.p-time-table-txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  max-width: 400px;
  margin: auto;
}
.p-time-table-small {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}
/* ----- HOME ----- */
.p-main-header {
  position: relative;
}
.p-main-header:before {
  content: "Scroll";
  font-family: 'Lora', serif;
  position: absolute;
  left: calc(50% - 40px);
  width: 80px;
  text-align: center;
  bottom: 75px;
  z-index: 5;
  transform: rotate(90deg);
  color: #fff;
  letter-spacing: 0.18em;
  font-size: 15px;
  animation: 1.2s linear 1s infinite normal ani-swipe;
}
.p-main-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  border-left: 1.5px solid #fff;
  z-index: 5;
}

.p-main-visual {
  background-color: var(--color-bg);
  margin-bottom:0;
  padding: 0 2.7777777778%;
  position: relative;
}
.p-main-visual .p-time-table {
  background: #fff;
  border: 0;
  position: absolute;
  bottom: -6px;
  left: calc(2.7777777778% + 22px);
  z-index: 1;
  padding: 0 40px 18px;
}
.p-main-visual .p-home__mv-blog {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background: #fff;
  max-width: 40%;
  width: 100%;
  padding: 20px 30px;
}
.p-main-visual .p-home__mv-blog-item {
  margin: 5px 0;
}
.p-main-visual .p-home__mv-blog-caption {
  display: flex;
}
.p-main-visual .p-home__mv-blog-meta {
  display: flex;
}
.p-main-visual .p-home__mv-blog-time::after {
  display: none;
}
.p-main-visual .p-home__mv-blog-category {
  width: 95px;
  color: var(--color-primary);
  position: relative;
}
.p-main-visual .p-home__mv-blog-category::before {
  width: 1px;
  height: 12px;
  background: #ddd;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 6px;
}

.p-main-visual-container {
  position: relative;
  height: calc(100vh - 100px) !important;
}
.p-main-visual-container:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.p-main-visual-slide {
  position: relative;
}

.p-main-visual-catchcopy {
  z-index: 2;
  background: rgba(253, 169, 61, 0.4);
  position: absolute;
  top: 0;
  width: 700px;
  left: calc(50% - 350px);
  height: 100%;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.p-main-visual-catchcopy-body {
  padding: 20px;
  position: absolute;
  left: 0;
  width: 100%;
}
.p-main-visual-catchcopy-head {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.25em;
}
.p-main-visual-catchcopy-small {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
.p-main-visual-catchcopy:before {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  top: 0;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.p-main-visual-poster {
  text-align: center;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: 50% 50%;
}

.p-homeTrouble .c-ttl__ja {
  font-size: 4.5rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-primary);
}
.p-homeTrouble .c-ttl__en {
  font-size: 1.8rem;
  font-weight: normal;
}
.p-homeTrouble .c-ttl--line .c-ttl__en::before,
.p-homeTrouble .c-ttl--line .c-ttl__en::after {
  width: 30%;
}
.p-homeTrouble {
  margin-top: 50px;
  max-width: 830px;
}
.p-homeTrouble__content {
  margin-top: 20px;
}
.p-homeTrouble__item {
  background: var(--color-bg);
  display: flex;
  gap: 20px;
  height: 80px;
  padding-right: 10px;
}
.p-homeTrouble__item + .p-homeTrouble__item {
  margin-top: 20px;
}
.p-homeTrouble__item-label {
  align-items: center;
  background: var(--color-primary);
  color: #ffffff;
  display: flex;
  font-size: 2.5rem;
  flex-shrink: 0;
  justify-content: center;
  width: 80px;
}
.p-homeTrouble__item-text {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-homeTrouble .c-ttl__ja {
    font-size: 3rem;
  }
  .p-homeTrouble .c-ttl__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-homeTrouble .c-ttl__ja {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .p-homeTrouble .c-ttl__en {
    font-size: 1.4rem;
  }
  .p-homeTrouble {
    margin-top: 30px;
  }
  .p-homeTrouble__content {
    margin-top: 10px;
  }
  .p-homeTrouble__item {
    gap: 10px;
    height: 60px;
  }
  .p-homeTrouble__item + .p-homeTrouble__item {
    margin-top: 10px;
  }
  .p-homeTrouble__item-label {
    font-size: 1.6rem;
    width: 60px;
  }
  .p-homeTrouble__item-text {
    font-size: 1.4rem;
  }
}
.p-homeAbout__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-homeAbout__content {
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  justify-content: center;
  padding-left: 10%;
}
.p-homeAbout__photo {
  grid-row: 1;
  grid-column: 2;
}
.p-homeAbout__photo img {
  width: 100%;
}
.p-homeAbout__figure:nth-child(even) {
  margin-top: 20px;
}
.p-homeAbout__leadTxt {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  line-height: 1.8;
  margin-top: 1em;
}
.p-homeAbout__leadTxt span {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-homeAbout__wrap {
    gap: 10px;
    grid-template-columns: none;
  }
  .p-homeAbout__content {
    padding: 0 40px;
    grid-row: 2;
    grid-column: 1;
  }
  .p-homeAbout__photo {
    grid-row: 1;
    grid-column: 1;
  }
  .p-homeAbout__figure {
    width: 80%;
  }
  .p-homeAbout__figure:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
  .p-homeAbout__figure:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-homeAbout__figure:nth-child(even) {
    margin-top: 10px;
  }
  .p-homeAbout__leadTxt {
    font-size: 2rem;
  }
  .p-homeAbout__content {
    padding: 0 15px;
  }
}
.p-home__sec-figure {
  margin-top: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-home__sec-img {
  width: 100%;
}


.p-home__blog {
  background-size: cover;
  padding: 60px 20px;
}
.p-home__blog:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-home__blog-cover {
  background: rgba(253, 169, 61, 0.4);
  position: absolute;
  top: 0;
  width: 700px;
  left: calc(50% - 350px);
  height: 100%;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 0;
}
.p-home__blog-cover:before {
  height: 100%;
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 0;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}


.p-homeAccess__wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.5fr 2.5fr;
}
.p-homeAccess__content {
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  justify-content: center;
  padding-left: 10%;
}
.p-homeAccess__map {
  grid-row: 1;
  grid-column: 2;
}
.p-homeAccess__map .p-homeAccess__figure::after {
  padding-top: 400px;
}
.p-homeAccess__figure {
  overflow: hidden;
  position: relative;
}
.p-homeAccess__figure::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}
.p-homeAccess__figure iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-homeAccess__txt {
  font-size: 1.4rem;
  margin-top: 2em;
}
.p-homeAccess__btn {
  font-size: 1.2rem;
  margin-top: 2em;
}
.p-homeAccess__btn a {
  border: 1px solid var(--color-primary);
  font-weight: bold;
  color: var(--color-primary);
  padding: 5px 12px 5px 30px;
  display: inline-block;
  position: relative;
  transition: .3s;
}
.p-homeAccess__btn a::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0 10px;
  position: absolute;
}
.p-homeAccess__btn a:hover {
  background: var(--color-primary);
  color: #fff;
  }
  .p-homeAccess__btn a:hover::before {
  animation: .5s linear .2s infinite normal ani-mappin;
}
@media screen and (max-width: 1024px) {
  .p-homeAccess__wrap {
    grid-template-columns: none;
  }
  .p-homeAccess__content {
    padding: 0 40px;
    grid-row: 1;
    grid-column: 1;
  }
  .p-homeAccess__map {
    grid-row: 2;
    grid-column: 1;
  }
  .p-homeAccess__figure::after {
    padding-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-homeAccess__content {
    padding: 0 15px;
  }
}
/* =============================================
  COMPONENTS
============================================= */
/* title */
.c-ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}
.c-ttl--left {
  text-align: left;
}
.c-ttl__en {
  color: var(--color-primary);
  font-weight: bold;
  font-family: 'Lora', serif;
  font-size: 4.5rem;
  letter-spacing: 0.175em;
  display: inline-block;
  line-height: 2;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
.c-ttl__ja {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.175em;
  display: block;
  line-height: 1.3em;
  white-space: nowrap;
}
.p-home__blog .c-ttl__en,
.p-home__blog .c-ttl__ja {
  color: #fff;
}
.p-home__blog .p-archive__list,
.p-home__blog .c-btn {
  position: relative;
  z-index: 1;
}
.c-ttl--line {
  overflow: hidden;
}
.c-inner > .c-ttl--line {
  margin-inline: calc(-1 * var(--layout-gutter));
  padding-inline: var(--layout-gutter);
}
.c-ttl--line .c-ttl__en {
  padding: 0 10px;
}
.c-ttl--line .c-ttl__en::before,
.c-ttl--line .c-ttl__en::after {
  content: "";
  width: 50vw;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
}
.c-ttl--line .c-ttl__en::before {
  right: 100%;
}
.c-ttl--line .c-ttl__en::after {
  left: 100%;
}
@media screen and (max-width: 768px) {
  .c-ttl__en {
    font-size: 3rem;
  }
  .c-ttl__ja {
    font-size: 1.6rem;
  }
}
/* lead text */
.c-leadTxt {
  font-size: 1.6rem;
  margin-top: 2em;
  margin-bottom: 2em;
}
.c-leadTxt--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-leadTxt {
    font-size: 1.4rem;
  }
  .c-leadTxt--center {
    text-align: left;
  }
}
/* page header */
.c-pageHeader {
  background: linear-gradient(90deg, rgba(238, 249, 251, 0.2) 0%, rgba(238, 249, 251, 0.2) 25%, rgba(253, 169, 61, 0.25) 25%, rgba(253, 169, 61, 0.25) 50%, rgba(238, 249, 251, 0.2) 50%, rgba(238, 249, 251, 0.2)) repeat;
  background-size: 4px 4px;
}
.c-pageHeader-ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-max-width);
  min-width: var(--layout-min-width);
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-pageHeader-ttl__en {
  font-size: 4.5rem;
  font-family: 'Lora', serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: var(--color-primary);
  display: block;
  text-transform: uppercase;
  line-height: 1.5;
}
.c-pageHeader-ttl__ja {
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  margin-top: 0.25em;
}
.c-pageHeader-ttl__ja strong {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-pageHeader-ttl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-pageHeader-ttl__en {
    font-size: 3rem;
  }
  .c-pageHeader-ttl__ja {
    font-size: 1.5rem;
  }
}
/* scroll */
@media (max-width: 1024px) {
  .c-scroll-x {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
    scrollbar-width: thin;
  }
  .c-scroll-x::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
  }
  .c-scroll-x::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
  }
  .c-scroll-x::-webkit-scrollbar-track {
    background: transparent;
  }
  .c-scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 999px;
  }
  .c-scroll-x::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
/* caution */
.c-caution {
  margin-top: 40px;
  border: 2px solid #ddd;
  padding: 20px 40px;
}
.c-caution__ttl {
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-caution__txt {
  font-size: 1.4rem;
  color: #666;
}
.c-caution__txt a {
  text-decoration: underline;
}
.c-caution__txt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-caution {
    padding: 10px 15px;
  }
  .c-caution__ttl {
    font-size: 1.4rem;
  }
  .c-caution__txt {
    font-size: 1.2rem;
  }
}
/* =============================================
  PROJECT
============================================= */
/* sidebar */
.p-side {
  font-size: 1.4rem;
}
.p-side__ttl {
  color: var(--color-primary);
  font-weight: bold;
  font-family: 'Lora', serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
.p-side .cat-item > a,
.p-side__post-link {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.p-side .children > .cat-item a {
  padding-left: 2em;
}
.p-side .cat-item > a:before,
.p-side .children > .cat-item a:before,
.p-side__post-link:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #6e6e6e;
  content: "";
  top: 8px;
  left: 0;
  transition: .3s ease;
}
.p-side .children > .cat-item a:before {
  border-top: 1px solid #6e6e6e;
  background: none;
  width: .8em;
  height: 1px;
  left: .5em;
  top: 50%;
}
.p-side .cat-item > a:hover:before,
.p-side .children > .cat-item a:hover:before,
.p-side__post-link:hover:before {
  background: var(--color-primary);
  left: 6px;
}
.p-side .children > .cat-item a:hover:before {
  border-top: 1px solid var(--color-primary);
  height: 1px;
  left: 1em;
}
/* single, archive共通 */
.p-archive--hasSide,
.p-single {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.p-archive--hasSide .p-archive__main,
.p-single__main {
  flex-shrink: 0;
  width: 840px;
}
@media (max-width: 1024px) {
  .p-archive--hasSide,
  .p-single {
    display: block;
  }
  .p-archive--hasSide .p-archive__main,
  .p-single__main {
    width: 100%;
  }
}
/* archive */
.p-archive__empty {
  font-size: 1.6rem;
  margin: 2em 0;
  text-align: center;
}
.p-archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.p-archive--hasSide .p-archive__list {
  grid-template-columns: repeat(2, 1fr);
}
.p-home .p-archive__list:has(> :nth-child(1):nth-last-child(1)) {
  grid-template-columns: 1fr;
  margin-inline: auto;
  width: calc((100% - 60px) / 4);
}
.p-home .p-archive__list:has(> :nth-child(2):nth-last-child(1)) {
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  width: calc((100% - 60px) / 2 + 20px);
}
.p-home .p-archive__list:has(> :nth-child(3):nth-last-child(1)) {
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  width: calc((100% - 60px) * 3 / 4 + 40px);
}
.p-archive__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.p-archive__item:hover {
  border-color: rgba(253, 169, 61, 0.18);
  box-shadow: 0 12px 32px rgba(253, 169, 61, 0.18);
}
.p-archive__item:hover .p-archive__img {
  transform: scale(1.12);
}
.p-archive__item:hover .p-archive__txtBox {
  background: var(--color-bg);
}
.p-archive__item:hover .p-archive__ttl {
  color: var(--color-primary);
}
.p-archive__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}
.p-archive__figure {
  flex-shrink: 0;
  overflow: hidden;
  padding-bottom: 58%;
  position: relative;
  width: 100%;
}
.p-archive__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1.05);
  transition: transform 0.4s;
  width: 100%;
}
.p-archive__txtBox {
  background: #fff;
  flex: 1;
  font-size: 1.6rem;
  padding: 1em 1em 1.5em;
  transition: .3s;
}
.p-archive__ttl {
  color: var(--color-txt);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  transition: color 0.3s;
  margin-top: 0.5em;
}
.p-archive__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.p-archive__tagItem {
  background: var(--color-primary);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 4px 10px;
}
.p-archive__tagItem--works {
  background: #39bddf;
}
.p-archive__att {
  color: #666;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: .8em;
}
.p-archive__att-txt + .p-archive__att-txt::before {
  content: "/";
  color: #ccc;
  margin: 0 0.35em;
}
.p-archive__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: .8em;
}
.p-archive__meta {
  align-items: center;
  color: var(--color-txt);
  display: flex;
  font-size: 1.3rem;
  flex-wrap: wrap;
  gap: 1em;
}
.p-archive__date {
  letter-spacing: 0.14em;
  font-family: 'Josefin Sans', sans-serif;
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
}
.p-archive__cat {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  padding-left: 1em;
}
.p-archive__cat ul {
  display: flex;
  flex-wrap: wrap;
}
.p-archive__cat ul li:not(:last-child)::after {
  content: ", ";
}
.p-archive__cat::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  background: var(--color-primary);
}
/* menu archive */
.p-archive__figure--menu {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.p-archive__figure--menu:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-archive__caption--menu {
  align-items: center;
  color: #fff;
  display: flex;
  background: rgba(253, 169, 61, 0.4);
  height: 100%;
  margin: 0 10%;
  width: 80%;
  padding: 0 3%;
  position: absolute;
  top: 0;
}
.p-archive__ttlWrap--menu {
  width: 100%;
}
.p-archive__ttl--menu {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 4px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.p-archive__item:hover .p-archive__ttl--menu {
  color: inherit;
}
.p-archive__subttl--menu {
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.p-archive__subttl--menu span {
  white-space: nowrap;
}
/* works archive */
.p-archive__ttl--works {
  min-height: 3lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.p-home .p-archive__ttl--works {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-home .p-archive__item--works {
    border: 1px solid rgba(0, 0, 0, 0.06);
  }
}
/* news archive */
.p-archive__list--news {
  grid-template-columns: 1fr;
  gap: 0;
}
.p-archive__item--news {
  border-bottom: 1px dashed var(--color-primary);
  box-shadow: none;
  border-radius: 0;
}
.p-archive__link--news {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 1em 2em;
  position: relative;
}
.p-archive__link--news::after {
  color: var(--color-primary);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.p-archive__item--news:hover {
  border-bottom: 1px dashed var(--color-primary);
  box-shadow: none;
}
.p-archive__link--news:hover::after {
  opacity: 1;
  transform: translateX(4px);
}
.p-archive__ttl--news {
  margin-top: 0;
}
.p-archive__date--news {
  color: var(--color-primary);
  flex-shrink: 0;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-archive__main {
    width: 100%;
  }
  .p-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-archive__ttl--works {
    min-height: 2lh;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .p-archive__item--news {
    width: 100%;
  }
  .p-archive__date--news {
    font-size: 1.4rem;
  }
  .p-home .p-archive__list {
    display: grid;
    gap: 20px;
    grid-auto-columns: minmax(260px, 70vw);
    grid-auto-flow: column;
    grid-template-columns: unset;
    margin-inline: 0;
    margin-top: 20px;
    width: 100%;
  }
  .p-home .p-archive__list:has(> :nth-child(1):nth-last-child(1)),
  .p-home .p-archive__list:has(> :nth-child(2):nth-last-child(1)),
  .p-home .p-archive__list:has(> :nth-child(3):nth-last-child(1)) {
    grid-template-columns: unset;
    margin-inline: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list {
    grid-template-columns: 1fr;
  }
  .p-archive__txtBox {
    font-size: 1.4rem;
  }
  .p-archive__ttl--works {
    min-height: unset;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .p-archive__link--news {
    display: block;
    padding: .5em .5em;
  }
  .p-archive__link--news::after {
    display: none;
  }
  .p-archive__ttl--news {
    font-size: 1.4rem;
  }
  .p-home .p-archive__list {
    grid-auto-columns: minmax(240px, 85vw);
    grid-template-columns: unset;
  }
}
/* single */
.p-single__figure {
  width: 100%;
}
.p-single__img {
  width: 100%;
}
.p-single__ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.p-single__content {
  font-size: 1.5rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-single__ttl {
    font-size: 2.4rem;
  }
}
.p-single__meta {
  align-items: center;
  color: var(--color-primary);
  display: flex;
  font-size: 1.4rem;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}
.p-single__date {
  flex-shrink: 0;
}
.p-single__cat {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.p-single__cat::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  background: var(--color-primary);
}
.p-postnav {
  display: flex;
  border: 1px solid #eaeaea;
  border-right: 0;
  border-left: 0;
  padding: 1.5em 0;
  font-size: 1.4rem;
  margin-top: 3em;
}
.p-postnav__prev,
.p-postnav__list,
.p-postnav__next {
  width: 33.33%;
  text-align: center;
}
.p-postnav a {
  transition: .3s;
}
.p-postnav a:hover {
  color: var(--color-primary);
}
.p-postnav__prev a:before,
.p-postnav__next a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  display: inline-block;
  color: var(--color-primary);
}
.p-postnav__prev a:before {
  content: "\f053";
}
.p-postnav__next a:after {
  content: "\f054";
}
@media (max-width: 768px) {
  .p-single__meta {
    font-size: 1.2rem;
  }
  .p-postnav {
    font-size: 1.2rem;
  }
}
/* works */
.p-single-works__blk {
  margin-top: 30px;
}
.p-single-works__sec {
  margin-top: 30px;
}
.p-single-works__sec--cta {
  border-top: 1px dotted var(--color-primary);
  padding-top: 20px;
}
.p-single-works__sec--link {
  text-align: center;
}
.p-single-works__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background: var(--color-bg);
  padding: 0.2em 0.5em;
  border-left: solid 2em var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.p-single-works__ttl::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.p-single-works__ttl-solution::before {
  content: "\f303";
}
.p-single-works__ttl-worksList::before {
  content: "\f7d9";
}
.p-single-works__ttl-voice::before {
  content: "\f007";
}
.p-single-works__txt {
  line-height: 1.8;
  font-size: 1.6rem;
}
.p-single-works__txt a {
  text-decoration: underline;
  color: var(--color-secondary);
}
.p-single-works__txt a:hover {
  text-decoration: none;
}
.p-single-works__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-single-works__tagitem a {
  text-decoration: none;
  background-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 10px;
}
.p-single-works__tagitem--works a {
  background-color: #39bddf;
}
.p-single-works__tagitem a:hover {
  opacity: 0.7;
}
.p-single-works__summary {
  border: 2px dashed var(--color-primary);
  padding: .8em 1em;
  margin-top: 1em;
}
.p-single-works__client {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: bold;
  margin: 0 .3em .3em 0;
  font-size: 0.9em;
  display: inline-block;
}
.p-single-works__client:hover {
  opacity: 0.7;
}
.p-single-works__location {
  font-weight: bold;
  font-size: 0.9em;
}
.p-single-works__solution {
  padding: 1em;
}
.p-single-works__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.p-single-works__item {
  padding: .5em 0 .5em 1.5em;
  position: relative;
}
.p-single-works__item + .p-single-works__item {
  border-top: 1px dashed var(--color-primary);
}
.p-single-works__item::before {
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: .5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.p-single-works__voice {
  background: #f9f9f9;
  margin-top: 1em;
  padding: .8em 1em .8em 3em;
  position: relative;
}
.p-single-works__voice::before {
  color: var(--color-primary);
  content: "\201C";
  font-family: "Lora", serif;
  font-size: 5rem;
  left: 16px;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  top: 8px;
}
@media (max-width: 768px) {
  .p-single-works__sec--link {
    text-align: left;
  }
  .p-single-works__blk {
    margin-top: 15px;
  }
  .p-single-works__txt {
    font-size: 1.4rem;
  }
  .p-single-works__ttl {
    font-size: 1.6rem;
  }
  .p-single-works__tagitem a {
    font-size: 1.2rem;
  }
  .p-single-works__solution {
    padding: 1em 0 0 0;
  }
}
/* ----- SUBPAGE ----- */
/* about */
.p-about-head {
  padding: 40px 0 70px;
  border-bottom: 1px solid var(--color-primary);
}
.p-about-head-wrap {
  display: flex;
  padding: 0 30px 0 0;
  max-width: 1260px;
  margin: auto;
  align-items: center;
}
.p-about-head-left {
  min-height: 331px;
  width: 48.125%;
  padding: 0 30px 0 8%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.p-about-head-right {
  width: 51.875%;
}
.p-about-head-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-staff-top {
  margin-top: 30px;
}
.p-about-concept {
  margin-top: 30px;
}
.p-about-concept__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-about-concept__content {
  grid-row: 1;
  grid-column: 1;
  padding: 10% 10% 0 20%;
}
.p-about-concept__wrap:nth-of-type(2n) .p-about-concept__content {
  grid-column: 2;
  padding: 10% 20% 0 10%;
}
.p-about-concept__photo {
  grid-row: 1;
  grid-column: 2;
}
.p-about-concept__wrap:nth-of-type(2n) .p-about-concept__photo {
  grid-column: 1;
}
.p-about-concept__photo img {
  width: 100%;
}
.p-about-concept__ttl {
  font-size: 3rem;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 1em;
}
.p-about-concept__ttl-small {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  font-family: 'Lora', serif;
  position: relative;
  color: var(--color-primary);
  padding-bottom: 8px;
}
.p-about-concept__ttl-small:before,
.p-about-concept__ttl-small:after {
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c48a02;
}
.p-about-concept__ttl-small:after {
  width: 50%;
  background: var(--color-primary);
}
.p-about-concept__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .p-about-concept__content,
  .p-about-concept__wrap:nth-of-type(2n) .p-about-concept__content {
    padding: 15px;
  }
  .p-about-concept__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-about-concept__wrap {
    grid-template-columns: none;
  }
  .p-about-concept__wrap + .p-about-concept__wrap {
    margin-top: 20px;
  }
  .p-about-concept__content,
  .p-about-concept__wrap:nth-of-type(2n) .p-about-concept__content {
    grid-row: 2;
    grid-column: 1;
  }
  .p-about-concept__photo,
  .p-about-concept__wrap:nth-of-type(2n) .p-about-concept__photo {
    grid-row: 1;
    grid-column: 1;
  }
  .p-about-concept__txt {
    font-size: 1.4rem;
  }
}

/* about - staff */
.p-staff {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  margin-top: 80px;
}
.p-staff:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: rgba(253, 169, 61,  0.1);
  padding-bottom: 500px;
}
.p-staff-list {
  display: flex;
  flex-wrap: wrap;
}
.p-staff-item {
  margin: auto;
  width: 33.33%;
  padding: 0 15px 15px;
}
.p-staff-img {
  width: 100%;
}
.p-staff-top-wrap {
  padding: 0 15px;
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.p-staff-top-wrap .p-staff-figure {
  width: 50%;
  margin-bottom: 40px;
  background: #fff;
}
.p-staff-top-wrap .p-staff-data {
  width: 50%;
  padding: 50px 5% 10px;
  margin-bottom: 40px;
  background: #fff;
}
.p-staff-top-wrap .p-staff-name {
  margin-bottom: 36px;
}
.p-staff-top-wrap .p-staff-name-ja {
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 20px;
}
.p-staff-bottom-wrap {
  padding: 0;
  max-width: 1030px;
  margin: auto;
}
.p-staff-bottom-wrap .p-staff-name-ja {
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 16px;
}
.p-staff-bottom-wrap .p-staff-figure {
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 62.5%;
  height: 0;
}
.p-staff-bottom-wrap .p-staff-img {
  transform: scale(1.1);
}
.p-staff-bottom-wrap .p-staff-name {
  margin-bottom: 20px;
}
.p-staff-txt {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-staff-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-staff-name-ja {
  font-weight: bold;
}
.p-staff-name-en {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Lora', serif;
  color: var(--color-primary);
  font-weight: bold;
}
.p-staff-caption {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-staff-dt {
  font-weight: bold;
  padding-left: 12px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.p-staff-dt:before, .p-staff-dt:after {
  position: absolute;
  left: 0;
  width: 3px;
  content: "";
}
.p-staff-dt:before {
  top: calc(50% - 6px);
  height: 12px;
  background: var(--color-primary);
}
.p-staff-dt:after {
  top: 50%;
  height: 6px;
  background: #c48a02;
}
.p-staff-dd {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-staff-dd:last-of-type {
  margin-bottom: 20px;
}

/* about - facilities */
.p-facilities {
  background: rgba(253, 169, 61,  0.1);
  margin: 0 auto;
  padding: 70px 0;
}
.p-facilities-wrap {
  margin: auto;
  max-width: 1040px;
}
.p-facilities-slide.is-noslide .p-facilities-list {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1030px;
}
.p-facilities-slide.is-noslide .p-facilities-item {
  margin: 0 auto;
  width: 50%;
  padding: 0 1.875% 30px;
  padding: 0 15px 40px;
}
.p-facilities-slide.is-noslide .p-facilities-arrow {
  display: none;
}
.p-facilities-slide.is-noslide .p-facilities-figure {
  padding-bottom: 58%;
  height: 0;
  overflow: hidden;
}
.p-facilities-slide.is-noslide .p-facilities-img {
  transform: scale(1.2);
}
.p-facilities-slide.is-noslide .p-facilities-caption {
  background: #fff;
  padding: 25px 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-facilities-list {
  display: flex;
  flex-wrap: wrap;
}
.p-facilities-item {
  margin: auto;
  width: 50%;
  padding: 0 1.875% 30px;
  padding: 0 20px 40px;
}
.p-facilities-caption {
  background: #fff;
  padding: 25px 30px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* access */
.p-access-info {
  position: relative;
  padding: 10px 0px 130px;
  margin: 0 auto 90px;
}
.p-access-info:after {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: rgba(253, 169, 61,  0.1);
  padding-bottom: 47.5%;
}
.p-access-info-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  background: #fff;
  border-bottom: 4px solid var(--color-primary);
  max-width: 1000px;
  padding: 0 0px 80px;
  margin: 50px auto 0;
}
.p-access-info-figure {
  width: 100%;
  margin-bottom: 50px;
}
.p-access-info-left {
  padding: 0 60px;
  width: 50%;
}
.p-access-info-right {
  padding: 20px 10px 0;
  width: 50%;
}
.p-access-info-address {
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-access-info-data {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-access-info-dl {
  display: flex;
  margin-bottom: 12px;
}
.p-access-info-dt {
  max-width: 90px;
  min-width: 90px;
  font-weight: bold;
  padding-right: 1em;
}

.p-access-map-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-access-map-left {
  width: 62.5%;
}
.p-access-map-right {
  width: 37.5%;
  padding: 0 5.625%;
}
.p-access-map-dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 12px;
}
.p-access-map-dt i {
  padding-right: 12px;
}
.p-access-map-dd {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-access-map-dd:last-of-type {
  margin-bottom: 36px;
}

/* faq */
.p-faq__section {
  background: rgba(253, 169, 61,  0.1);
}
.p-faq__section + .p-faq__section {
  margin-top: 60px;
}

.p-faq__head {
  background: var(--color-primary);
  color: #fff;
  padding: 28px 40px;
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: bold;
}
.p-faq__list {
  padding: 30px;
}
.p-faq__item + .p-faq__item {
  margin-top: 10px;
}
.p-faq__ques {
  cursor: pointer;
  display: block;
  background: #fff;
  font-weight: bold;
  padding: 35px 75px 30px 90px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.p-faq__ques:before {
  position: absolute;
  content: "Q.";
  letter-spacing: .2em;
  font-family: 'Lora', serif;
  left: 45px;
  top: 26px;
  color: #c48a02;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-faq__ques:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  transition: .3s;
  color: #ddd;
}
.p-faq__check {
  display: none;
}
.p-faq__ans {
  padding: 0 35px 0 90px;
  background: #fff;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  font-size: 1.5rem;
}
.p-faq__ans a {
  text-decoration: underline;
}
.p-faq__ans a:hover {
  text-decoration: none;
}
.p-faq__ans:before {
  position: absolute;
  content: "A.";
  letter-spacing: .2em;
  font-family: 'Lora', serif;
  left: 45px;
  top: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  transition: .3s;
}
.p-faq__ans:after {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)) repeat;
  background-size: 4px 4px;
}
.p-faq__check:checked + .p-faq__ques:after {
  transform: rotateX(180deg);
}
.p-faq__check:checked + .p-faq__ques + .p-faq__ans {
  padding: 30px 35px 30px 90px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-faq__check:checked + .p-faq__ques + .p-faq__ans:before {
  top: 24px;
}
@media screen and (max-width: 1024px) {
  .p-faq__section + .p-faq__section {
    margin-top: 30px;
  }
}
/* voice */
.p-voice-wrap {
  padding: 30px;
  max-width: 1000px;
  margin: auto;
  background: var(--color-bg);
  font-size:1.4rem;
}
.p-voice-section {
  background: #ffffff;
  margin-bottom: 20px;
}
.p-voice-section:last-child {
  margin-bottom: 0px;
}
.p-voice-category {
  margin-right: 1em;
}
.p-voice-head {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-voice-ttl-section, .p-voice-comment-section {
  padding: 30px;
}
.p-voice-ttl-section {
  border-bottom: 1px dashed var(--color-bg);
}


/* menu */
.p-menu__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-menu__content {
  grid-row: 1;
  grid-column: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}
.p-menu__photo {
  grid-row: 1;
  grid-column: 2;
}
.p-menu__photo img {
  width: 100%;
}
.p-menu__ttl {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  font-family: 'Lora', serif;
  position: relative;
  color: var(--color-primary);
  padding-bottom: .1em;
}
.p-menu__ttl:before,
.p-menu__ttl:after {
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-menu__ttl:before {
  width: 100%;
  background: #c48a02;
}
.p-menu__ttl:after {
  width: 50%;
  background: var(--color-primary);
}
.p-menu__headTxt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 1em;
}
.p-menu__txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .p-menu:nth-of-type(even) .p-menu__content  {
    padding-right: 0;
    padding-left: 40px;
    grid-column: 2;
  }
  .p-menu:nth-of-type(even) .p-menu__photo {
    grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__wrap {
    grid-template-columns: none;
    gap: 20px;
  }
  .p-menu + .p-menu {
    margin-top: 20px;
  }
  .p-menu__photo {
    grid-row: 1;
    grid-column: 1;
  }
  .p-menu__content {
    grid-row: 2;
    grid-column: 1;
    padding: 0;
  }
  .p-menu__ttl {
    font-size: 2.5rem;
  }
  .p-menu__headTxt {
    font-size: 1.8rem;
  }
  .p-menu__txt {
    font-size: 1.4rem;
  }
}
.p-flow {
  padding: 100px 15px;
  background-color: var(--color-bg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-flow__inner {
  padding: 50px 70px;
  background: #fff;
}
.p-flow__list {
  counter-reset: cnt;
}
.p-flow__item {
  padding-left: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.p-flow__item:last-child {
  padding-bottom: 0;
}
.p-flow__item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  display: inline-block;
  counter-increment: cnt 1;
  content: counter(cnt,decimal-leading-zero);
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Lora', serif;
  text-align: center;
  border-radius: 50%;
}
.p-flow__item:not(:last-child):after {
  border-left: 2px dotted var(--color-primary);
  content: "";
  height: 100%;
  top: 70px;
  left: 35px;
  width: 1px;
  display: block;
  position: absolute;
}
.p-flow__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.p-flow__txt {
  font-size: 1.4rem;
}
.p-flow__note {
  border: 1px dashed #ddd;
  color: #666;
  font-size: 1.2rem;
  margin-top: .5em;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 50px 15px;
    background-size: auto 300px;
    background-position: 50% 0;
  }
  .p-flow__inner {
    padding: 30px 15px;
  }
  .p-flow__item {
    padding-bottom: 30px;
    padding-left: 60px;
  }
  .p-flow__item:before {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
  .p-flow__item:not(:last-child):after {
    top: 50px;
    left: 25px;
  }
  .p-flow__ttl {
    font-size: 1.6rem;
  }
  .p-flow__txt {
    font-size: 1.2rem;
  }
  .p-flow__note {
    font-size: 1.2rem;
  }
}
.p-price {
  background-color: var(--color-bg);
  padding: 0 15px 100px;
}
.p-price__inner {
  padding: 50px 70px;
  background: #fff;
}
.p-price__sec + .p-price__sec {
  margin-top: 40px;
}
.p-price__ttl {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  line-height: 1.2em;
}
.p-price__ttl:before {
  position: absolute;
  width: .625em;
  height: .625em;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color-primary);
  content: "";
}
.p-price__lead {
  margin-top: 1em;
  font-size: 1.4rem;
}
.p-price__list {
  margin-top: 10px;
}
.p-price__item {
  border-top: 1px dotted #ccc;
  display: grid;
  font-size: 1.6rem;
  gap: 5px;
  padding: .5em 1em;
}
.p-price__item:last-child {
  border-bottom: 1px dotted #ccc;
}
.p-price__item-ttl {
  font-weight: bold;
  grid-column: 1;
}
.p-price__item-price {
  font-weight: bold;
  grid-column: 2;
  text-align: right;
}
.p-price__note {
  color: #666;
  font-size: 1.4rem;
  margin-top: .5em;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 0 15px 50px;
  }
  .p-price__inner {
    padding: 30px 15px;
  }
  .p-price__sec + .p-price__sec {
    margin-top: 20px;
  }
  .p-price__ttl {
    font-size: 1.6rem;
  }
  .p-price__item {
    font-size: 1.4rem;
    padding: .5em 0;
  }
  .p-price__note {
    font-size: 1.2rem;
  }
}
.p-singleMenu-nav {
  margin-top: 100px;
}
.p-singleMenu-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-singleMenu-nav__link {
  align-items: center;
  background: var(--color-primary);
  display: flex;
  transition: .3s;
  gap: 20px;
}
.p-singleMenu-nav__link:hover {
  opacity: .8;
}
.p-singleMenu-nav__figure {
  flex-shrink: 0;
  height: 100px;
  width: 100px;
}
.p-singleMenu-nav__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-singleMenu-nav__ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  width: 100%;
}
.p-singleMenu-nav__ttl:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleMenu-nav {
    margin-top: 50px;
  }
  .p-singleMenu-nav__list {
    grid-template-columns: none;
  }
}
.p-single-related {
  margin-bottom: 80px;
}
.p-single-related-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-single-related .yarpp-related {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-single-related .p-archive__item {
  width: calc(33.33% - 10px);
}
.p-single-related .p-archive__txtBox {
  padding: 10px 10px 16px;
}

.addtoany_content {
  text-align: center;
  filter: invert(1) grayscale(1) brightness(3);
  opacity: 0.65;
  margin: 60px 0 0;
}

/* =============================================
  Tablet
============================================= */
/* ----- Tablet Header ----- */
@media screen and (max-width: 1024px) {
  /* ----- Tablet Home ----- */

  .p-main-visual {
    padding: 0 0;
  }
  .p-main-visual-catchcopy {
    width: 640px;
    left: calc(50% - 320px);
  }
  .p-main-visual .p-time-table {
    left: 22px;
  }
  .p-main-visual .p-home__mv-blog {
    position: absolute;
    right: 20px;
  }
  .p-main-visual .p-home__mv-blog-caption {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }







  .p-home__blog-cover {
    width: 640px;
    left: calc(50% - 320px);
  }

  /* ----- Tablet Pages ----- */
  .p-about-head-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-about-head-wrap {
    padding: 0 30px;
  }
  .p-about-head-left {
    min-height: 231px;
  }


  .p-staff-top-wrap {
    padding: 0 30px;
  }
  .p-staff-bottom {
    padding: 0 15px;
  }
  .p-staff:after {
    padding-bottom: 52.5%;
  }

  /* access */
  .p-access-info {
    padding: 50px 15px 30px;
  }
  .p-access-info-wrap {
    padding: 0 0 30px;
  }
  .p-access-info-left {
    padding: 0 40px;
  }

  .p-access-map-wrap {
    padding: 0 0 30px;
  }
  .p-access-map .p-homeAccess__figure:after {
    padding-top: 500px;
  }
}
/* =============================================
  SP
============================================= */
/* ----- SP Header ----- */
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin: 15px 0;
  }
  .c-breadcrumbs-item:not(:last-child)::after {
    margin: 0 5px;
  }

  /* ----- SP Home ----- */
  .p-main-header:before, .p-main-header:after {
    display: none;
  }


  .p-main-visual-container {
    height: auto !important;
  }
  .p-main-visual-container:after {
    display: none;
  }
  .p-main-visual-slide:after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    content: "";
    display: block;
    top: 10px;
    border: 1px solid #fff;
    left: 10px;
    padding: 10px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  .p-main-visual-poster {
    height: 36vh;
  }
  .p-main-visual-poster.u-diagonal:after {
    display: none;
  }
  .p-main-visual-catchcopy {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
  }
  .p-main-visual-catchcopy-body {
    padding: 30px 0;
    position: relative;
  }
  .p-main-visual-catchcopy-head {
    color: var(--color-primary);
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-main-visual-catchcopy-small {
    font-size: 12px;
    font-size: 1.2rem;
    color: #6e6e6e;
  }
  .p-main-visual .p-time-table {
    display: none;
  }
  .p-main-visual .p-home__mv-blog {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    margin: 40px 0 0;
    background: var(--color-primary);
    color: #fff;
    padding: 10px 3.75%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-main-visual .p-home__mv-blog-item {
    margin: 15px 0;
  }
  .p-main-visual .p-home__mv-blog-category {
    color: #fff;
  }
  .p-main-visual .p-home__mv-blog-category::before {
    background: #fff;
    top: 4px;
  }



  .p-home__blog {
    padding: 60px 0;
  }
  .p-home__blog:before {
    display: none;
  }
  .p-home__blog-cover {
    width: 100%;
    left: 0;
  }
  .p-home__blog-cover:before {
    display: none;
  }

  .p-blog {
    display: block;
  }

  .p-side__ttl {
    font-size: 1.8rem;
  }

  .p-side__items,
  .p-side__posts{
    margin-bottom: 20px;
  }


  /* ----- SP Footer ----- */

  .p-time-table {
    width: 100%;
    padding: 0 15px;
  }
  .p-time-table-body th {
    width: 95px;
    letter-spacing: 0;
  }
  .p-time-table-body thead {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-time-table-body tbody th {
    letter-spacing: 0;
  }
  .p-time-table-body tbody td {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-time-table-txt {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .p-time-table-small {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .p-footer-cta + .p-time-table {
    border: 0;
  }

  /* ----- SP Pages ----- */

  /* about */
  .p-about-head {
    margin-bottom: 60px;
    padding: 40px 0 60px;
  }
  .p-about-head-wrap {
    display: block;
    padding: 0 15px;
  }
  .p-about-head-left {
    background-position: center;
    padding: 25px 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-about-head-right {
    width: 100%;
    padding: 0;
  }


  .p-staff {
    margin-top: 40px;
    padding-top: 60px;
  }
  .p-staff:after {
    padding-bottom: 100%;
  }
  .p-staff-top-wrap {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .p-staff-top-wrap .p-staff-figure {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .p-staff-top-wrap .p-staff-data {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .p-staff-top-wrap .p-staff-txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .p-staff-bottom-wrap .p-staff-name-ja {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-staff-bottom-wrap .p-staff-name-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-staff-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-staff-name-en {
    display: block;
    width: 100%;
  }
  .p-staff-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-facilities-item {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 40px;
  }
  .p-facilities .swiper-pagination-bullet-active {
    background: var(--color-primary);
  }
  .p-facilities-list {
    flex-wrap: nowrap;
    padding: 0;
  }
  .p-facilities-caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-facilities-arrow {
    width: 32px;
    height: 32px;
  }
  .p-facilities-arrow:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--color-primary);
  }
  .p-facilities-arrow.swiper-button-prev {
    left: 0;
  }
  .p-facilities-arrow.swiper-button-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    content: "\f104";
  }
  .p-facilities-arrow.swiper-button-next {
    right: 0;
  }
  .p-facilities-arrow.swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    content: "\f105";
  }

  .p-access-info {
    background: rgba(253, 169, 61,  0.1);
  }
  .p-access-info-left {
    width: 100%;
    padding: 0 50px 20px;
  }
  .p-access-info-right {
    width: 100%;
    padding: 0 30px;
  }
  .p-access-info-address {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-access-info-data {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-access-info:after {
    background: #fff;
    top: 0;
    bottom: auto;
  }

  .p-access-map-wrap {
    padding: 0;
  }
  .p-access-map-left {
    width: 100%;
  }
  .p-access-map-right {
    width: 100%;
    padding: 30px 30px 0;
  }
  .p-access-map-dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-access-map .p-homeAccess__figure:after {
    padding-top: 300px;
  }

  /* faq */
  .p-faq {
    margin-bottom: 20px;
  }
  .p-faq__head {
    padding: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-faq__list {
    padding: 15px;
  }
  .p-faq__ques {
    padding: 20px 32px 20px 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-faq__ques:before {
    font-size: 18px;
    font-size: 1.8rem;
    top: 14px;
    left: 15px;
  }
  .p-faq__ques:after {
    right: 10px;
    top: calc(50% - 14px);
  }
  .p-faq__ans {
    padding: 0 15px 0 48px;
    font-size: 1.4rem;
  }
  .p-faq__ans:before {
    font-size: 2rem;
    left: 15px;
  }

  .p-faq__check:checked + .p-faq__ques + .p-faq__ans {
    padding: 20px 15px 20px 48px;
  }
  .p-faq__check:checked + .p-faq__ques + .p-faq__ans:before {
    top: 16px;
  }
}

/*# sourceMappingURL=style.css.map */

img[src$="reloclub_logo.jpg"] ,
img[src$="fukuri_logo.jpg"] {
    max-width:200px;
}
/* @media screen and (max-width: 1024px) {
  .p-main-visual-poster {
    width: 100vw;
  }
} */
.p-main-visual-catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-main-visual-catchcopy-body {
  position: relative;
}
.p-main-visual-catchcopy:before {
  position: absolute;
  height: calc(100% - 1.5em);
  width: calc(100% - 1.5em);
}


.p-topics {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: rgba(253, 169, 61, .3);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  justify-content: center;
}
.p-topics__container {
  max-width: 800px;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.p-topics__container-title {
  background: var(--color-primary);
  color: #ffffff;
  padding: 1em 0.5em;
  display:inline-block;
  text-align: center;
  max-width: 150px;
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lora', serif;
  font-size: 1.8rem;
}
.p-topics__container-link {
  padding: 1em;
  font-size: 1.4rem;
  display: block;
  position: relative;
  width: 100%;;
}
.p-topics__container-link.none {
  display: flex;
  align-items: center;
}
.p-topics__container-link time {
  font-weight: bold;
  color: var(--color-primary);
  padding-bottom: 5px;
  display: inline-block;
}
.p-topics__container-text {
  padding-right: 40px;
  display: flex;
}
.p-topics__container-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-topics__container-link:hover {
  background: rgba(255, 255, 255, .3);
  transition: all 0.2s linear;
}
.p-topics__container-link.none:hover {
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1024px) {
  .p-topics {
    padding: 0;
  }
  .p-topics__container {
    display: block;
    max-width: 100%;
  }
  .p-topics__container-title,
  .p-topics__container-link {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.p-topics:after {
background: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) repeat;
background-size: 4px 4px;
content: "";
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
pointer-events: none;
}
/***** 20220111 *****/
/***** 20220309 *****/
.a2a_kit .a2a_label {display:none !important;}

/***** 支援修正 *****/
body.is-showtitle {
  background-color: #151515;
}
body.is-showtitle .p-hum {
  top: 50px;
}
body.is-showtitle .js-body-wrapper {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  body.is-showtitle .p-hum,
  body.is-showtitle .p-header{
    top: 40px;
  }
}
/* ----- single content ----- */
.p-single__content {
  font-size: 1.6rem;
}
.p-single__content p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  margin: .5em 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-single__content h2 {
  background: #f9f9f9;
  font-size: 2.4rem;
  padding: .5em 1em;
  line-height: 1.5em;
  position: relative;
}
.p-single__content h2:before,
.p-single__content h2:after {
  height: 13px;
  width: 5px;
  background: var(--color-primary);
  display: block;
  content: "";
  position: absolute;
  left: -2.5px;
  bottom: 50%;
}
.p-single__content h2:after {
  background: #c48a02;
  top: 50%;
}
.p-single__content h3 {
  font-size: 2.2rem;
  position: relative;
  padding: 0 0 .5em;
  line-height: 1.5em;
  margin: 30px 0;
}
.p-single__content h3:before,
.p-single__content h3:after {
  height: 1px;
  width: 100%;
  display: block;
  content: "";
  background: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-single__content h3:after {
  width: 40px;
  background: var(--color-primary);
}
.p-single__content iframe,
.p-single__content audio {
  max-width: 100%;
  min-width: auto;
}
.p-single__content img {
  width: 100%;
}
.p-single__content a {
  transition: .3s;
}
.p-single__content a:hover {
  opacity: .7;
}
.p-single__content a:not([class]) {
  color: #1a0dab;
  text-decoration: underline;
}
.p-single__content a:not([class]):hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-single__content {
    font-size: 1.4rem;
  }
  .p-single__content h2 {
    font-size: 2rem;
  }
  .p-single__content h3 {
    font-size: 1.8rem;
  }
}
.p-single__content ul:not([class]), .p-single__content ol:not([class]) {
  margin-bottom: 28px;
  padding: inherit;
  padding-left: 1.3em;
  margin-left: 1.3em;
}
.p-single__content ul:not([class]) ul, .p-single__content ul:not([class]) ol, .p-single__content ol:not([class]) ul, .p-single__content ol:not([class]) ol {
  margin-bottom: 0;
}
.p-single__content ul:not([class]) li, .p-single__content ol:not([class]) li {
  margin-bottom: initial;
}
.p-single__content ul:not([class]) ,
.p-single__content ul:not([class]) li {
  list-style-type: disc;
}
.p-single__content ol:not([class]) ,
.p-single__content ol:not([class]) li {
  list-style-type: decimal;
}
.p-single__content ul:not([class]) ul,
.p-single__content ol:not([class]) ul ,
.p-single__content ul:not([class]) ul li,
.p-single__content ol:not([class]) ul li {
  list-style-type: circle;
}
.p-single__content .wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}
.p-single__content .p-single__content .wp-block-audio audio {
  width: 100%;
}
.p-single__content .wp-block-quote__citation,
.p-single__content .wp-block-quote cite,
.p-single__content .wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}
.p-single__content .wp-block-quote cite::before,
.p-single__content .wp-block-quote footer::before {
  content: '— '
}

.p-single__content .wp-block-button {
  position: relative;
  box-sizing: border-box;
}
.p-single__content .wp-block-button.alignwide a {
  display: block;
}
.p-single__content code, .p-single__content pre, .p-single__content .wp-block-code {
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 3px;
}
.p-single__content .wp-block-cover,
.p-single__content .wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.p-single__content .wp-block-cover-image.has-background-dim,
.p-single__content .wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}
.p-single__content .wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.p-single__content .wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}
.p-single__content .wp-block-gallery .blocks-gallery-image figcaption,
.p-single__content .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.p-single__content .wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}
.p-single__content img.aligncenter,
.p-single__content .wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}
.p-single__content img.alignnone,
.p-single__content .wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}
.p-single__content img.alignright,
.p-single__content .wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}
.p-single__content img.alignleft,
.p-single__content .wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}
.p-single__content table,
.p-single__content table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  border: 1px solid #dddddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-single__content table p,
.p-single__content table form,
.p-single__content table ul,
.p-single__content table li {
  margin: 6px 0px;
  padding: 0px;
}
.p-single__content table thead,
.p-single__content table tfoot,
.p-single__content table.wp-block-table thead,
.p-single__content table.wp-block-table tfoot {
  border: 1px solid #dddddd;
}
.p-single__content table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
.p-single__content table th,
.p-single__content table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
}
.p-single__content table td,
.p-single__content table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.p-single__content table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
.p-single__content table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
}

.p-single__content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  content: none;
}
.p-single__content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .p-single__content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .p-single__content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .p-single__content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .p-single__content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .p-single__content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .p-single__content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.p-single__content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .p-single__content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .p-single__content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .p-single__content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .p-single__content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .p-single__content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .p-single__content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.p-single__content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .p-single__content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .p-single__content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .p-single__content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .p-single__content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .p-single__content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .p-single__content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-single__content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.p-single__content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.p-single__content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.p-single__content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.p-single__content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.p-single__content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.p-single__content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

/*** h1 ***/
.p-burger-icon {
  position: absolute;
}
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #151515;
  color: #fff;
  padding: 13px 50px;
  height: 50px;
  overflow: hidden;
  transition: height .1s linear, padding .1s linear;
  transition: height .1s linear, padding .1s linear, -webkit-transform .1s linear;

}
.is-overed .page-title {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
  .page-title {
    padding: 8px 5%;
    height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .page-title + .l-header__inner {
    position: fixed;
    top: 40px;
  }
  .p-hum {
    transition: none;
  }
}
/* author */
.p-author {
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  gap: 20px;
}
.p-author__figure {
  flex-shrink: 0;
  height: 150px;
  width: 150px;
}
.p-author__figure img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-author__ttl {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: .1em;
}
.p-author__ttl::before,
.p-author__ttl::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50%;
  height: 2px;
  background: var(--color-primary);
}
.p-author__ttl::after {
  left: auto;
  right: 0;
  background: #c48a02;
}
.p-author__name-wrap {
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: .5em;
}
.p-author__name-main {
  display: inline-block;
}
.p-author__name-sub {
  font-size: .8em;
  display: inline-block;
  margin-left: .5em;
}
.p-author__desc {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-author__linkList {
  display: flex;
  flex-wrap: wrap;
}
.p-author__linkItem {
  font-size: 1.4rem;
}
.p-author__linkItem:not(:last-child) {
  margin-right: 1em;
}
.p-author__linkItem a {
  color: var(--color-primary);
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.p-author__linkItem a:hover {
  text-decoration: none;
}
.p-author__snsList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.p-author__snsItem {
  line-height: 1;
}
.p-author__snsItem a {
  color: #666;
  font-size: 2rem;
  transition: .5s;
}
.p-author__snsItem a:hover span {
  animation: 1s linear 0s infinite normal ani-shake;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .p-author {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding: 10px;
  }
  .p-author__ttl {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .p-author__name-wrap {
    text-align: center;
  }
  .p-author__figure {
    margin: 0 auto;
  }
  .p-author__linkList,
  .p-author__snsList {
    justify-content: center;
  }
}
/*** gurtenberg nav ***/
/* 目次 */
.p-single__content #toc_container,
.p-single__content .p-article-nav {
  background: #f9f9f9;
  border: none;
  margin: 40px 0;
  padding: 0;
  width: 100%;
}
.p-single__content .p-article-nav__headline,
.p-single__content #toc_container .toc_title {
  border-bottom: 1px dotted #000;
  font-size: 2rem;
  font-weight: 900;
  padding: 10px 40px;
  text-align: left;
  margin: 0;
}
.p-single__content #toc_container p.toc_title + ul.toc_list,
.p-single__content .p-article-nav__table {
  margin-top: 0;
  padding: 20px 40px;
  line-height: 2.2;
}
.p-single__content #toc_container ul ul,
.p-single__content #toc_container ul ul ul {
  margin-left: 0;
}
.p-single__content #toc_container ul ul ul {
  text-indent: 1em;
}
.p-single__content #toc_container ul li,
.p-single__content .p-article-nav__table-item {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-single__content #toc_container ul li ul li,
.p-single__content .p-article-nav__table-item-child {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-single__content #toc_container a,
.p-single__content .p-article-nav a {
  position: relative;
  color: var(--color-txt);
}
.p-single__content #toc_container a:hover,
.p-single__content .p-article-nav a:hover {
  text-decoration: underline;
}
.p-single__content #toc_container ul li ul li a:before,
.p-single__content .p-article-nav__table-item-child a:before {
  content: "-";
  margin-right: .5em;
}
@media screen and (max-width: 768px) {
  .p-single__content #toc_container,
  .p-single__content .p-article-nav {
    margin: 20px 0;
  }
  .p-single__content .p-article-nav__headline,
  .p-single__content #toc_container .toc_title {
    font-size: 2rem;
    padding: 10px 20px;
  }
  .p-single__content #toc_container p.toc_title + ul.toc_list,
  .p-single__content .p-article-nav__table {
    padding: 10px 20px;
  }
  .p-single__content #toc_container ul li,
  .p-single__content .p-article-nav__table-item {
    font-size: 1.4rem;
  }
  .p-single__content #toc_container ul li ul li,
  .p-single__content .p-article-nav__table-item-child {
    font-size: 1.3rem;
  }
}
/*** pass ***/
.post-password-form p:last-child {
  margin-top: 20px;
}

.post-password-form input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px;
}

.post-password-form input[type="submit"] {
  color: #fff;
  background: #c48a02;
  padding: 4px 10px;
}
.sw-article-card__category,
.sw-article-card__category:not(:first-of-type) {
  margin: 10px .5em 0 0;
  letter-spacing: .1em;
}
.post-article .wp-block-file .wp-block-file__button,
.post-article .wp-block-button__link {
  width: auto;
}

.l-wrapper {
  background: #fff;
}
.c-breadcrumbs-item:last-child a{
  cursor: default;
}
/*----------------------------------------
c-section
----------------------------------------*/
.c-section + .c-section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-section + .c-section {
    margin-top: 50px;
  }
}
/*----------------------------------------
privacy
----------------------------------------*/
.p-privacy__sec {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-privacy__sec + .p-privacy__sec {
  margin-top: 2em;
}
.p-privacy__ttl {
  border-bottom: 1px dashed #bbb;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: .8em;
}
.p-privacy__txt,
.p-privacy__list {
  margin-top: 1em;
}
.p-privacy__list,
.p-privacy__list-child {
  list-style: decimal;
  list-style-position: outside;
  line-height: 2;
  padding-left: 1em;
}
.p-privacy__item::marker {
  content: counter(list-item) ". ";
}
.p-privacy__item-child::marker {
  content: "(" counter(list-item) ") ";
}
@media screen and (max-width: 768px) {
  .p-privacy__sec {
    font-size: 1.2rem;
  }
  .p-privacy__ttl {
    font-size: 1.6rem;
  }
}
/*----------------------------------------
footer
----------------------------------------*/
.l-footer__main {
  background-color: var(--color-secondary);
  color: #fff;
  padding: 40px 0;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.l-footer__left {
  flex-shrink: 0;
}
.l-footer__logo {
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  margin-left: 0;
  margin-right: auto;
  white-space: nowrap;
  position: relative;
}
.l-footer__logo a {
  transition: .5s;
}
.l-footer__logo a:hover {
  opacity: .7;
}
.l-footer__textBox {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-footer__textBox i {
  margin-right: 0.5em;
}
.l-footer__textBox a {
  text-decoration: underline;
}
.l-footer__textBox a:hover {
  text-decoration: none;
}
.l-footer__nav {
  text-align: center;
  margin: auto;
}
.l-footer__navList {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l-footer__navItem {
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 10px;
  position: relative;
}
.l-footer__navItem + .l-footer__navItem::before {
  background: #fff;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.l-footer__navItem a {
  display: block;
  transition: .5s;
  font-size: 1.3rem;
}
.l-footer__navItem a:hover {
  opacity: .7;
}
/* banner list */
.l-footer__bnrList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}
.l-footer__bnrItem {
  width: 200px;
}
.l-footer__bnrItem a {
  transition: .5s;
}
.l-footer__bnrItem a:hover {
  opacity: .7;
}
.l-footer__bnrItem img {
  width: 100%;
}
/* SNS list */
.l-footer__snsList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 10px;
}
.l-footer__snsItem {
  line-height: 1;
}
.l-footer__snsItem a {
  color: #fff;
  font-size: 3rem;
  transition: .5s;
}
.l-footer__snsItem a:hover span {
  animation: 1s linear 0s infinite normal ani-shake;
  opacity: .7;
}
/* サブリンク */
.l-footer__bottom {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.l-footer__subList {
  display: flex;
}
.l-footer-subItem {
  position: relative;
}
.l-footer-subItem+.l-footer-subItem {
  margin-left: 10px;
}
.l-footer-subItem+.l-footer-subItem:before {
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  height: 1em;
  width: 1px;
  content: "";
  background: var(--color-primary);
}
.l-footer-subItem a {
  display: block;
  transition: .2s;
  font-size: 1.3rem;
}
.l-footer-subItem a:hover {
  color: #c48a02;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .l-footer__main {
    padding: 20px 0;
  }
  .l-footer__inner {
    display: block;
  }
  .l-footer__logo {
    font-size: 3rem;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__bnrList {
    justify-content: center;
  }
  .l-footer__snsList {
    justify-content: center;
  }
}
/* contact */
.p-contact__table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.p-contact__row +.p-contact__row {
  margin-top: 30px;
}
.p-contact__ttl {
  font-size: 1.4rem;
}
.p-contact__cnt {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.p-contact__ttltxt {
  font-weight: bold;
}
.p-contact__any,
.p-contact__required {
  background: #ddd;
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
  padding: 2px 8px;
}
.p-contact__required {
  background: #df3838;
  color: #fff;
}
.p-contact input[type="text"],
.p-contact input[type="date"],
.p-contact input[type="email"],
.p-contact input[type="tel"],
.p-contact textarea,
.p-contact select {
  width: 100%;
  padding: 8px 8px;
  background: #f8f8f8;
  font-size: 1.5rem;
  vertical-align: top;
}
.p-contact__consent {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.p-contact__consent span {
  display: inline-block;
}
.p-contact__consent label {
  cursor: pointer;
}
.p-contact__consent span.wpcf7-not-valid-tip {
  display: block;
}
.p-contact input[type="checkbox"] {
  min-height: 1px;
  max-width: 1px;
  opacity: 0;
  display: none;
}
.p-contact input[type="checkbox"] + span {
  padding: 0;
  display: inline-block;
  line-height: 1.45rem;
  position: relative;
  padding-left: 30px;
}
.p-contact input[type="checkbox"] + span::before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -0.45rem;
  content: "";
  border: 1px solid #ddd;
  transition: .3s;
}
.p-contact input[type="checkbox"] + span::after {
  transition: .3s;
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  opacity: 0;
  border-left: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  transform: rotate(-45deg);
  color: var(--color-primary);
}
.p-contact input[type="checkbox"]:checked + span::before {
  opacity: 0;
  transform: rotate(90deg) scale(1.3);
}
.p-contact input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.p-contact .c-btn {
  position: relative;
}
.p-contact .c-btn span.wpcf7-spinner {
  bottom: -30px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
}
.p-contact .wpcf7 form .wpcf7-response-output {
  max-width: 800px;
  margin: 20px auto 0;
}
input::-webkit-date-and-time-value{
  text-align: left;
}
/** 20240711 **/
.p-main-visual-catchcopy:before {
  height: 100%;
}
/***** 20250820 *****/
.wp-block-file__button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
	box-sizing: border-box;
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}
.p-single__content ul.wp-block-list,
.p-single__content ol.wp-block-list {
  padding-left: 1.3em;
}
.p-single__content > ul.wp-block-list,
.p-single__content > ol.wp-block-list {
  margin: 1em 0;
}
.p-single__content ul.wp-block-list ,
.p-single__content ul.wp-block-list li {
  list-style-type: disc;
}
.p-single__content ol.wp-block-list ,
.p-single__content ol.wp-block-list li {
  list-style-type: decimal;
}
.p-single__content ul.wp-block-list ul,
.p-single__content ol.wp-block-list ul ,
.p-single__content ul.wp-block-list ul li,
.p-single__content ol.wp-block-list ul li {
  list-style-type: circle;
}
