@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS
/*----------------------------------------------------------*/
:root {
  --main: #b0223a;
  --link: #b0223a;
  --base: #f0f0f0;
  --base2: #fdf7de;
  --text: #353535;
  --gray: #eaeaea;
  --gold: #d4c086;
  --gradient: linear-gradient(to right, #7d755c 0%, #d4c086 100%);
  --ease-out: cubic-bezier(0.3, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
  --ease-inout: cubic-bezier(0.85, 0, 0.07, 1);
  --font-jp: "Noto Sans JP", YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  --font-en: "Cormorant Garamond", serif;
  --font-num: "Noto Serif JP", serif;
  --font-all: "Cormorant Garamond", YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  --ease: all 0.3s ease;
}
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html {
  box-sizing: border-box;
  line-height: 1;
  font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
::placeholder {
  color: #ccc;
}
body {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
  counter-reset: count;
  animation: fadeIn 2.5s ease 0s 1 normal;
  letter-spacing: 0.05em;
  color: var(--text);
}

/*構成*/
#all_wrap {
  width: calc(100%);
  padding: 0;
  margin: 0;
  position: relative;
}
.widget {
  padding: 0;
  margin: 0;
}
#all_wrap.single_page {
  padding-top: 116px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*構成*/
  #all_wrap {
    width: calc(100%);
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .l-footer {
    width: calc(100%);
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .widget {
    margin-bottom: 0;
  }
  #all_wrap.single_page {
    padding-top: 60px;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  /*構成*/
  #all_wrap {
    width: calc(100%);
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .l-footer {
    width: calc(100%);
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .widget {
    margin-bottom: 0;
  }
}

.content a {
  color: var(--text);
  font-weight: 500;
  text-decoration: underline;
  transition: var(--ease);
}
.content a:hover {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
  transition: var(--ease);
}
img {
  width: 100%;
  height: auto;
}

.content .size-full,
.content .size-large,
.content .size-medium,
.content .size-thumbnail {
  margin-bottom: 1em;
}

#all_wrap .content a.wp-block-button__link {
  display: block;
  width: 50%;
  color: #fff;
  transition: ease 0.2s;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto;
}
#all_wrap .content a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: ease 0.2s;
}
#all_wrap .content a.wp-block-button__link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transition: ease 0.2s;
}
#all_wrap .content a.wp-block-button__link:hover::after {
  right: 18px;
  transition: ease 0.2s;
}

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #c8c8c8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#all_wrap .single_content a {
  color: var(--text);
  font-weight: 500;
  transition: ease 0.2s;
}
#all_wrap .single_content a:hover {
  color: var(--text);
  font-weight: 500;
  text-decoration: underline;
  transition: ease 0.2s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap {
    position: relative;
    overflow: hidden;
  }
  #all_wrap .content a.wp-block-button__link {
    display: block;
    width: 90%;
    color: #fff;
    transition: ease 0.2s;
    position: relative;
    padding: 10px 50px;
    margin: 0 auto;
  }
}

.follow-banner-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}

.follow-banner-wrapper .follow-banner-cross {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  margin: 0 8px 8px auto;
  cursor: pointer;
}

.follow-banner-wrapper .follow-banner-cross:hover {
  opacity: 0.7;
}

.follow-banner-wrapper:has(#close:checked) .follow-banner-cross {
  display: none;
}

.follow-banner-wrapper:has(#close:checked) .follow-banner {
  display: none;
}

.follow-banner-wrapper .follow-banner:hover {
  opacity: 0.7;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  .follow-banner-wrapper .follow-banner-cross {
    font-size: 16px;
    margin: 0 6px 6px auto;
  }
  .follow-banner-wrapper .follow-banner img {
    width: 200px;
  }
}

/*ページトップ*/
#to_top {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  background: var(--main);
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: var(--ease);
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
#to_top.fixed {
  transition: var(--ease);
  opacity: 1;
  visibility: visible;
}
#to_top::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: rtranslate(-50%, -50%) rotate(-45deg);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*ページトップ*/
  #to_top {
    width: 30px;
    height: 30px;
    bottom: 65px;
    right: 15px;
    display: none;
  }
}

/*reCAPTCHA*/
.grecaptcha-badge {
  z-index: 999;
}

/************************************************************/
/*　共通
/************************************************************/

/*本文*/
#all_wrap .content {
  font-size: 15px;
  line-height: 2;
  padding: 0;
  margin: 0 auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*本文*/
  #all_wrap .content {
    font-size: 14px;
    line-height: 2;
    padding: 0;
    margin: 0 auto;
  }
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  font-style: normal;
}
#all_wrap .content p {
  font-size: 14px;
  line-height: 2;
  padding: 0;
  margin: 0 auto 20px;
}
#all_wrap img.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
}
#all_wrap img.alignright {
  margin-left: 30px;
  margin-bottom: 30px;
}

/*下マージン*/
#all_wrap .content .mb0,
#all_wrap .content .mb0 {
  margin-bottom: 0px;
}
#all_wrap .content .mb5,
#all_wrap .content .mb5 {
  margin-bottom: 5px;
}
#all_wrap .content .mb10,
#all_wrap .content .mb10 {
  margin-bottom: 10px;
}
#all_wrap .content .mb20,
#all_wrap .content .mb20 {
  margin-bottom: 20px;
}
#all_wrap .content .mb30,
#all_wrap .content .mb30 {
  margin-bottom: 30px;
}
#all_wrap .content .mb40,
#all_wrap .content .mb40 {
  margin-bottom: 40px;
}
#all_wrap .content .mb50,
#all_wrap .content .mb50 {
  margin-bottom: 50px;
}
#all_wrap .content .mb60,
#all_wrap .content .mb60 {
  margin-bottom: 60px;
}
#all_wrap .content .mb70,
#all_wrap .content .mb70 {
  margin-bottom: 70px;
}
#all_wrap .content .mb80,
#all_wrap .content .mb80 {
  margin-bottom: 80px;
}
#all_wrap .content .mb90,
#all_wrap .content .mb90 {
  margin-bottom: 90px;
}
#all_wrap .content .mb100,
#all_wrap .content .mb100 {
  margin-bottom: 100px;
}
#all_wrap .content .mb150,
#all_wrap .content .mb150 {
  margin-bottom: 150px;
}
#all_wrap .content .mb200,
#all_wrap .content .mb200 {
  margin-bottom: 200px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap p {
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    font-feature-settings: "palt" 1;
    font-style: normal;
  }
  #all_wrap .content p {
    font-size: 14px;
    line-height: 2em;
    padding: 0;
    margin-bottom: 10px;
  }

  /*下マージン*/
  #all_wrap .content .mb0,
  #all_wrap .content .mb0 {
    margin-bottom: 0px;
  }
  #all_wrap .content .mb5,
  #all_wrap .content .mb5 {
    margin-bottom: 5px;
  }
  #all_wrap .content .mb10,
  #all_wrap .content .mb10 {
    margin-bottom: 10px;
  }
  #all_wrap .content .mb20,
  #all_wrap .content .mb20 {
    margin-bottom: 20px;
  }
  #all_wrap .content .mb30,
  #all_wrap .content .mb30 {
    margin-bottom: 30px;
  }
  #all_wrap .content .mb40,
  #all_wrap .content .mb40 {
    margin-bottom: 20px;
  }
  #all_wrap .content .mb50,
  #all_wrap .content .mb50 {
    margin-bottom: 25px;
  }
  #all_wrap .content .mb60,
  #all_wrap .content .mb60 {
    margin-bottom: 30px;
  }
  #all_wrap .content .mb70,
  #all_wrap .content .mb70 {
    margin-bottom: 35px;
  }
  #all_wrap .content .mb80,
  #all_wrap .content .mb80 {
    margin-bottom: 40px;
  }
  #all_wrap .content .mb90,
  #all_wrap .content .mb90 {
    margin-bottom: 45px;
  }
  #all_wrap .content .mb100,
  #all_wrap .content .mb100 {
    margin-bottom: 50px;
  }
  #all_wrap .content .mb150,
  #all_wrap .content .mb150 {
    margin-bottom: 70px;
  }
  #all_wrap .content .mb200,
  #all_wrap .content .mb200 {
    margin-bottom: 100px;
  }
}

/************************************************************/
/*　JS
/************************************************************/

/*lightbox*/
.nivo-lightbox-effect-fade {
  visibility: hidden;
  opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-size: 20px 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  width: 20px;
  height: 20px;
}

/************************************************************/
/*　フェードアニメーション
/************************************************************/
/*フェードアップ*/
.fut {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 1s;
  animation-delay: 0.5s;
}
.fut.delay {
  animation-delay: 0.8s;
}
.fut.delay2 {
  animation-delay: 1.1s;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*フェードダウン*/
.fdt {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 1s;
  animation-delay: 0.5s;
}
.fdt.delay {
  animation-delay: 0.8s;
}
.fdt.delay2 {
  animation-delay: 1.1s;
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*フェードイン*/
.fade {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 1s;
  animation-delay: 0.5s;
}
.fade.delay {
  animation-delay: 0.8s;
}
.fade.delay2 {
  animation-delay: 1.1s;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*フェードショー*/
.show::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right;
  z-index: 11;
  animation-delay: 0.7s;
}
.show.delay::before {
  animation-delay: 1s;
}
.show.delay2::before {
  animation-delay: 1.2s;
}
.showopen::before {
  animation-name: fadeShowAnime;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  animation-fill-mode: forwards;
}
@keyframes fadeShowAnime {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
/*ズームアウト（画像用）*/
.zoomout {
  animation-name: zoomout;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes zoomout {
  from {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
  }
}

/************************************************************/
/*　構成
/************************************************************/
.l-main {
  width: calc(100%);
  margin-bottom: 0;
  z-index: 1;
  position: static;
}
.top_wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#all_wrap .l-wrapper {
  width: calc(100% - 100px);
  max-width: 1200px;
  padding: 50px 0 100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  column-gap: 50px;
}
#all_wrap .l-wrapper.single {
  width: calc(100%);
  max-width: 1200px;
  padding: 50px 0 100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  column-gap: 50px;
}
.l-wrapper-full {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.l-wrapper-cat {
  position: relative;
  width: calc(100%);
  max-width: 1200px;
  padding: 50px 0 100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  column-gap: 50px;
}

.wrapper {
  width: 100%;
  padding: 50px 0 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.wrapper.cat {
  width: 100%;
  padding: 50px 0 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  column-gap: 50px;
}

#all_wrap .l-wrapper .l-main {
  flex: 1;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  order: 1;
}
#all_wrap .l-wrapper-full .l-main {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#all_wrap .l-wrapper-cat .l-main {
  width: 100%;
  padding: 0;
  margin: 0;
  order: 1;
}

.page {
  width: 100%;
}
.dividerBottom {
  margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
  padding: 0;
  margin: 0 auto;
}
#all_wrap .l-wrapper-full .pageContents .content,
#all_wrap .l-wrapper-full .archiveContents .content {
  margin: 0;
  padding: 0;
}
#all_wrap .l-wrapper-full .sitemap_content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 100px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .l-wrapper .l-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap.main_page .l-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap.sub_page .l-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  #all_wrap .l-wrapper.single {
    width: 100%;
    max-width: 100%;
    padding: 60px 50px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    column-gap: 0;
  }

  #all_wrap .l-wrapper .l-main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap .l-wrapper-full .l-main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .l-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-wrapper-full {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .l-wrapper-full.cat {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
  }
  .l-wrapper-cat {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap .l-wrapper .l-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap.main_page .l-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap.sub_page .l-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
    flex-wrap: wrap;
    grid-row-gap: 40px;
  }
  #all_wrap .l-wrapper.single {
    width: 100%;
    max-width: 100%;
    padding: 70px 20px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    column-gap: 0;
  }

  #all_wrap .l-wrapper .l-main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap .l-wrapper-full .l-main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .l-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-wrapper-full {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .l-wrapper-full.cat {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .l-wrapper-cat {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }

  /*トップ構成*/
  .top_wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #topMain {
    width: calc(100%);
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
  }

  .side-banner {
    display: block;
    margin-bottom: 0 !important;
  }
  .side-contents {
    display: none;
  }

  .page {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .postContents {
    width: calc(100%);
    margin: 0 auto;
    padding: 0;
  }
  .pageContents .content,
  .archiveContents .content {
    padding: 0;
    margin: 0 auto;
  }

  /*グーグルマップ表示*/
  .l-wrapper iframe {
    width: 100%;
  }
}

#all_wrap .pager {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-top: 80px;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: var(--font-ttl);
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-size: 1em;
}

/*ページビジュアル*/
#pagevisual {
  width: 100%;
  height: 380px;
  padding: 0 0 55px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  background: var(--base);
}
#all_wrap #page_title {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 30px;
  z-index: 10;
}
#all_wrap #page_title > h1 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: #1b1b1b;
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", serif;
}
#all_wrap #page_title > p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
}
#all_wrap #page_title > p b {
  font-size: 15px;
  position: relative;
  top: -15px;
}
#pagevisual > figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
#pagevisual > figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #dd732a 0%, #845824 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
#pagevisual > figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*ページビジュアル*/
  #pagevisual {
    width: 100%;
    height: auto;
    padding: 150px 30px 40px;
  }
  #all_wrap #page_title {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 30px;
    z-index: 10;
  }
  #all_wrap #page_title > h1 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: 0.15em;
  }
  #all_wrap #page_title > p {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
  }
  #all_wrap #page_title > p b {
    font-size: 15px;
    position: relative;
    top: -15px;
  }
  #pagevisual > figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  /*ページビジュアル*/
  #pagevisual {
    width: 100%;
    height: auto;
    padding: 120px 30px 30px;
  }
  #all_wrap #page_title {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
    z-index: 10;
  }
  #all_wrap #page_title > h1 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: 0.15em;
  }
  #all_wrap #page_title > p {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    font-size: 13px;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
  }
  #all_wrap #page_title > p b {
    font-size: 15px;
    position: relative;
    top: -15px;
  }
  #pagevisual > figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}

/*h2*/
#all_wrap .content h2 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.5em auto 1em;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--main);
  font-feature-settings: "palt" 1;
  font-style: normal;
  border: none;
  background: none;
  position: relative;
}
#all_wrap .content h2:first-of-type {
  margin-top: 0;
}
#all_wrap .content h2 small {
  font-size: 14px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*h2*/
  #all_wrap .content h2 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 1.5em auto 1em;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--main);
    font-feature-settings: "palt" 1;
    font-style: normal;
    border: none;
    background: none;
    position: relative;
  }
  #all_wrap .content h2:first-of-type {
    margin-top: 0;
  }
  #all_wrap .content h2 small {
    font-size: 14px;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  /*h2*/
  #all_wrap .content h2 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 1.5em auto 1em;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--main);
    font-feature-settings: "palt" 1;
    font-style: normal;
    border: none;
    background: none;
    position: relative;
  }
  #all_wrap .content h2:first-of-type {
    margin-top: 0;
  }
  #all_wrap .content h2 small {
    font-size: 14px;
  }
}

/*h3*/
#all_wrap .content h3 {
  padding: 10px 10px 10px 15px;
  margin: 1em auto 1em;
  border: none;
  background: #fafafa;
  border-left: 5px solid var(--main);
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  color: var(--main);
  position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .content h3 {
    padding: 10px 10px 10px 15px;
    margin: 1em auto 1em;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 700;
    position: relative;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap .content h3 {
    padding: 10px 10px 10px 15px;
    margin: 1em auto 1em;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    position: relative;
  }
}

/*h4*/
#all_wrap .content h4 {
  display: block;
  padding: 0;
  margin: 1em auto 10px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  position: relative;
  color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  /*h4*/
  #all_wrap .content h4 {
    display: block;
    padding: 0;
    margin: 1em auto 0.5em;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    position: relative;
    color: var(--text);
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*h4*/
  #all_wrap .content h4 {
    display: block;
    padding: 0;
    margin: 1em auto 0.5em;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
    color: var(--text);
  }
}

/*h5*/
#all_wrap .content h5 {
  display: block;
  padding: 0;
  margin: 0.5em auto 5px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4em;
  position: relative;
  color: var(--text);
}

/************************************************************/
/*　ページネーション
/************************************************************/
.pager {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.pager > li {
  line-height: 1;
  padding: 0;
  margin: 0 5px 0 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: lighter;
  font-style: normal;
  font-feature-settings: "palt";
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}
.pager > li:hover {
  border: 1px solid #1b1b1b;
  background: none;
}
.pager > li.pager__item-current {
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #fff;
}
.pager > li.pager__item-next,
.pager > li.pager__item-prev {
  background: none;
  border-radius: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: lighter;
  font-style: normal;
  font-feature-settings: "palt";
}
.pager > li a {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: lighter;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "palt";
  transition: ease 0.2s;
  line-height: 1;
  background: none;
}
.pager > li a:hover {
  background: #1b1b1b;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: lighter;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "palt";
  transition: ease 0.2s;
  line-height: 1;
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
  width: calc(100%);
  max-width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  background: var(--base);
  border: none;
  overflow-x: scroll;
  position: relative;
  z-index: 5;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10;
}
#all_wrap .breadcrumb .container {
  width: calc(100%);
  max-width: 1200px;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb > ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  font-size: 10px;
  color: var(--text);
  justify-content: flex-start;
  font-family: var(--font-jp);
}
.breadcrumb a {
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: var(--ease);
  color: var(--text);
  font-family: var(--font-jp);
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
}
.breadcrumb a:hover {
  text-decoration: underline;
  transition: var(--ease);
  color: var(--link);
}
.icon-home a {
  font-family: var(--font-en);
}
.breadcrumb__list {
  padding: 0;
}
.breadcrumb__item {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 10px;
  line-height: 1;
  color: var(--text);
}
.breadcrumb__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--text);
  border-right: 1px solid var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*パンくず*/
  .breadcrumb {
    width: 100%;
    max-width: 100%;
    padding: 15px 30px;
    margin: 0 auto;
    border: none;
    overflow-x: scroll;
    position: relative;
    z-index: 5;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 10;
  }
  #all_wrap .breadcrumb .container {
    width: 100%;
    max-width: 100%;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb::before {
    display: none;
  }
  .breadcrumb::after {
    display: none;
  }
  .breadcrumb > ul {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 10px;
    background: none;
    justify-content: flex-start;
  }
  .breadcrumb a {
    font-size: 10px;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
  }
  .breadcrumb a:hover {
    text-decoration: none;
    transition: ease 0.2s;
    opacity: 0.8;
  }
  .breadcrumb__list {
    padding: 0;
    display: block;
  }
  .breadcrumb__item {
    position: relative;
    display: table-cell;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 1;
  }
  .breadcrumb__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  /*パンくず*/
  .breadcrumb {
    width: 100%;
    max-width: 100%;
    padding: 10px 30px;
    margin: 0 auto;
    border: none;
    overflow-x: scroll;
    position: relative;
    z-index: 5;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 10;
  }
  #all_wrap .breadcrumb .container {
    width: 100%;
    max-width: 100%;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb::before {
    display: none;
  }
  .breadcrumb::after {
    display: none;
  }
  .breadcrumb > ul {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 10px;
    background: none;
    justify-content: flex-start;
  }
  .breadcrumb a {
    font-size: 10px;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
  }
  .breadcrumb a:hover {
    text-decoration: none;
    transition: ease 0.2s;
    opacity: 0.8;
  }
  .breadcrumb__list {
    padding: 0;
    display: block;
  }
  .breadcrumb__item {
    position: relative;
    display: table-cell;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 1;
  }
  .breadcrumb__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
  }
}

/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
  font-size: 15px;
  color: #fff;
}

/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
  width: 100%;
  padding: 30px 40px 35px 50px;
  margin: 0 auto;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#all_wrap.single_page::before {
  content: "";
  display: block;
  width: 100%;
  height: 116px;
  background: var(--base);
  position: absolute;
  top: 0;
  left: 0;
}
/*ロゴ*/
#logo {
  width: 79px;
}
#logo img {
  width: 100%;
  height: auto;
}

/* ナビゲーションラッパー */
#all_wrap .header_nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
/*メインナビ*/
#all_wrap #menu-header-menu {
  padding: 0;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  column-gap: 36px;
}
#all_wrap #menu-header-menu > li {
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

#all_wrap #menu-header-menu > li a {
  font-size: 13px;
  font-family: var(--font-jp);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: var(--ease);
  position: relative;
  white-space: nowrap;
}

#all_wrap.sub_page #menu-header-menu > li a {
  color: var(--text);
}

#all_wrap #menu-header-menu > li .menu-item-description {
  display: none;
}

#all_wrap #menu-header-menu > li a:hover {
  color: var(--link);
  transition: var(--ease);
}
#all_wrap #menu-header-menu > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--link);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: var(--ease);
}
#all_wrap #menu-header-menu > li a:hover::after {
  width: 100%;
  transition: var(--ease);
}

#all_wrap #menu-header-menu > li a p {
  font-size: 13px;
}

/*ボタン*/
#all_wrap #header-btn {
  width: auto;
  width: fit-content;
  padding: 0;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  column-gap: 1px;
}
#all_wrap #header-btn > li {
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
#all_wrap #header-btn > li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  padding: 14px 38px;
  margin: 0;
  background: var(--text);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: var(--ease);
  white-space: nowrap;
}
#all_wrap #header-btn > li a:hover {
  background: var(--link);
  transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #header {
	padding: 15px 20px;
	background: rgba(255,255,255,1);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	position: fixed;
	top: 0;
	left: 0;
  }

  #all_wrap.single_page::before {
    height: 60px;
  }
  /*ロゴ*/
  #logo {
    width: 46px;
  }
  /*メインナビ*/
  #all_wrap #menu-header-menu {
    display: none;
  }
  /*ボタン*/
  #all_wrap .header_nav_wrap #header-btn {
    display: none;
  }

  /*パネル*/
  #menuNavBox #header {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/************************************************************/
/*　ハンバーガーメニュー
/************************************************************/
/* ドロワーメニュー */
.navicon {
  display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /* ドロワーメニュー */
  .navicon {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 80px;
    height: 60px;
    min-width: 60px;
  }
  #navTgl {
    display: none;
  }
  label.open,
  label.close {
    cursor: pointer;
  }
  label.open {
    opacity: 1;
    z-index: 100;
    width: 80px;
    height: 60px;
    padding: 10px 10px;
    color: #fff;
    background-image: url("./img/menu_b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto calc(100% - 20px);
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    transition: none;
  }
  #navTgl:checked + .open {
    background-image: url("./img/xmark.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  #navTgl:checked + .open,
  .open:hover {
    transition: unset;
  }
  .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: var(--ease);
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
  }
}

/*パネル*/
#menu.menuNav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/*メニュー*/
#menuNavBox {
  width: 100%;
  height: 100%;
  padding: 100px 50px 50px;
  margin: 0;
  background-color: #f0f0f0;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  position: fixed;
  top: 0;
  left: 0;
  transition: var(--ease);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
#menuNavBox::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#navTgl:checked ~ #menu.menuNav #menuNavBox {
  width: 100%;
  transition: var(--ease);
  visibility: visible;
  opacity: 1;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  /*パネル*/
  #menu.menuNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  #menu.menuNav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #navTgl:checked ~ #menu.menuNav {
    width: 100%;
    transition: var(--ease);
    opacity: 1;
    visibility: visible;
  }

  /*メニュー*/
  #menuNavBox {
    padding: 100px 30px 70px;
  }
  #menuNavBox::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #navTgl:checked ~ #menu.menuNav #menuNavBox {
    width: 100%;
    transition: var(--ease);
    visibility: visible;
    opacity: 1;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap #menu-panel-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 25px;
  }
  #all_wrap #menu-panel-menu > li {
    width: 50%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #all_wrap #menu-panel-menu > li > a {
    display: inline;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: normal;
    color: #1b1b1b;
    text-decoration: none;
    transition: var(--ease);
  }
  #all_wrap #menu-panel-menu > li > a:hover {
    color: var(--main);
    text-decoration: underline;
    transition: var(--ease);
  }

  #all_wrap #menu-panel-menu > li .menu-item-description {
    display: none;
  }

  /*-段落ちメニュー*/
  #all_wrap #menu-panel-menu .sub-menu {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    list-style: none;
  }
  #all_wrap #menu-panel-menu .sub-menu > li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #all_wrap #menu-panel-menu .sub-menu > li > a {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 10px 10px 10px 45px;
    margin: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    transition: var(--ease);
  }
  #all_wrap #menu-panel-menu .sub-menu > li > a::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
  }
  #all_wrap #menu-panel-menu .sub-menu > li > a:hover {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    transition: var(--ease);
  }

  .panel_btns {
    width: calc(50% - 25px);
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #menu-panel-menu {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  #all_wrap #menu-panel-menu > li {
    width: 50%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #all_wrap #menu-panel-menu > li:nth-child(odd) {
    width: 60%;
  }
  #all_wrap #menu-panel-menu > li:nth-child(even) {
    width: 40%;
  }
  #all_wrap #menu-panel-menu > li > a {
    display: inline;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative;
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: normal;
    color: #1b1b1b;
    text-decoration: none;
    transition: var(--ease);
  }
  #all_wrap #menu-panel-menu > li > a:hover {
    color: var(--main);
    text-decoration: underline;
    transition: var(--ease);
  }
  /*-段落ちメニュー*/
  #all_wrap #menu-panel-menu .sub-menu {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    list-style: none;
  }
  #all_wrap #menu-panel-menu .sub-menu > li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #all_wrap #menu-panel-menu .sub-menu > li > a {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 10px 10px 10px 45px;
    margin: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    transition: var(--ease);
  }
  #all_wrap #menu-panel-menu .sub-menu > li > a::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
  }
  #all_wrap #menu-panel-menu .sub-menu > li > a:hover {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    transition: var(--ease);
  }
  .panel_btns {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
  }
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#mainVisual {
  width: 100%;
  aspect-ratio: 1440 / 868;
  margin: 0 auto;
  padding-top: 115px;
  position: relative;
	z-index: 0;
}
/*#mainVisual::before {
	content: 'STORE DESIGN';
	display: inline-block;
	font-size: 100px;
	line-height: 1;
	font-weight: 500;
	font-family: "Zen Old Mincho", serif;
	color: rgba(255,255,255,0.2);
	position: absolute;
	bottom: 60px;
	left: -0.1em;
}*/
#mainVisual > h2 {
  padding: 0;
  margin: 25vw 0 20px 8%;
  font-size: 38px;
  line-height: 1.6em;
  font-weight: 500;
  color: #fefefe;
  letter-spacing: 0.09em;
  font-family: "Zen Old Mincho", serif;
}
#mainVisual > .mv_txt {
  margin-left: 8%;
  color: #fefefe;
  font-size: 13px;
  line-height: 2.4em;
  letter-spacing: 0.18em;
  font-family: var(--font-jp);
}

/*Swiper*/
#all_wrap #mainVisual .swiper {
	border-radius: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#all_wrap .mainVisualSwiper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
	overflow: visible;
}
.mainVisualSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.mainVisualSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #mainVisual {
    width: 100%;
	  height: 100vh;
    padding: 60px 0 100px;
	  aspect-ratio: unset;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-end;
	  grid-row-gap: 10px;
  }
  #mainVisual > h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  #mainVisual > .mv_txt {
    font-size: 14px;
  }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
	#mainVisual {
		height: auto;
		aspect-ratio: 1 / 1.5;
		padding: 0 0 60px;
		background-position: bottom right;
	}
	#mainVisual::before {
		font-size: 40px;
		bottom: -0.08em;
		left: -0.08em;
	}
  #mainVisual > h2 {
	padding: 0;
    margin: 30px 0 0 20px;
    font-size: 24px;
    line-height: 1.3em;
	  letter-spacing: -0.03em;
  }

  #mainVisual > .mv_txt {
    margin-left: 20px;
    font-size: 14px;
    line-height: 2em;
  }
}
/************************************************************/
/*　サイドバー
/************************************************************/

#all_wrap .l-sidebar {
  width: 300px;
}

#all_wrap .l-sidebar .veu_card {
  border: none;
}

#all_wrap .l-sidebar .contact_frame {
  background-color: #f0f0f0;
}

#all_wrap .l-sidebar .contact_txt_catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 20px;
}

#all_wrap .l-sidebar .contact_txt_tel {
  font-family: "Cardo", serif;
  font-size: 34px;
  color: #1b1b1b;
  margin-bottom: 8px;
}

#all_wrap .l-sidebar .contact_txt_time {
  font-family: var(--font-jp);
  font-size: 12px;
  color: #1b1b1b;
  margin-bottom: 4px;
}

#all_wrap .l-sidebar .contact_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  padding: 14px 38px;
  margin: 0;
  background: var(--text);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: var(--ease);
  white-space: nowrap;
  border: none;
}

#all_wrap .l-sidebar .contact_bt:hover {
  background: var(--link);
  transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .l-sidebar {
    width: 100%;
  }
}


.l-sidebar .aside {
	margin-bottom: 40px;
}
.l-sidebar .aside > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto 10px;
	background: var(--text);
	position: relative;
	z-index: 0;
}
.l-sidebar .aside > header.mb0 {
	margin-bottom: 0;
}
.l-sidebar .aside > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#all_wrap .l-sidebar .aside > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	padding: 0;
	margin: 0;
}
.sideTags {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.sideTags .tag {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.sideTags .tag a {
	display: inline-block;
	padding: 5px 8px;
	margin: 0;
	background: #e5e5e5;
	font-size: 10px;
	line-height: 1;
	color: var(--text);
	font-weight: 500;
	border-radius: 16px;
	text-decoration: none;
	transition: var(--ease);
}
.sideTags .tag a:hover {
	background: var(--link);
	color: #fff;
	transition: var(--ease);
}

/* - 記事一覧*/
#all_wrap .sid_blogList {
	padding: 5px 20px 20px;
	margin: 0;
	background: #f0f0f0;
	position: relative;
	list-style: none;
}
#all_wrap .sid_blogList > li {
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	position: relative;
}
#all_wrap .sid_blogList > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#all_wrap .sid_blogList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .sid_blogList > li figure {
	width: 70px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#all_wrap .sid_blogList > li figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .sid_blogList > li figure img {
	width: 100%;
	max-width: unset;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .sid_blogList_info {
	width: calc(100% - 70px - 10px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .sid_blogList_info > h3 {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 500;
	color: #19244c;
	transition: all 0.3s ease;
}
#all_wrap .sid_blogList_info > .date {
	font-size: 10px;
	line-height: 1;
	color: #999;
}
#all_wrap .sid_blogList > li:hover .sid_blogList_info > h3 {
	text-decoration: underline;
	transition: all 0.3s ease;
	color: #2585b5;
}


/*メニュー*/
#all_wrap #menu-sidebar-menu {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border: 10px solid #f0f0f0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 1px;
}
#all_wrap #menu-sidebar-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	position: relative;
}
#all_wrap #menu-sidebar-menu > li > a {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 30px;
	margin: 0;
	position: relative;
	font-size: 13px;
	line-height: 1.2em;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap #menu-sidebar-menu > li > a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	aspect-ratio: 1 / 1;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	transform: translate(0,-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 12px;
}
#all_wrap #menu-sidebar-menu > li > a:hover {
	color: var(--link);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.l-sidebar {
		display: none;
	}
}

/************************************************************/
/*　フッター
/************************************************************/
#footer {
  padding: 100px 20px 0;
  background-color: #f5f5f5;
}

#footer .footer_main {
  max-width: 1300px;
  margin: 0 auto;
}

#footer .footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 78px;
  border-bottom: 1px solid #e7e7e7;
}

#footer .footer_top_left {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  padding-left: 12px;
}

#footer .footer_top_left img {
  max-width: 130px;
  height: auto;
}

#footer .footer_desc {
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 500;
  color: #1b1b1b;
}

#footer .footer_company_name {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 20px;
}

#footer .footer_address {
  font-family: var(--font-jp);
  font-size: 13px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.8em;
}

#footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 600px;
  max-width: 100%;
}

#footer .footer_nav > li {
  width: calc(100% / 3);
  list-style: none;
}

#footer .footer_nav > li a {
  font-family: var(--font-jp);
  font-size: 13px;
  color: #1b1b1b;
  font-weight: 500;
  transition: var(--ease);
}

#footer .footer_nav a:hover {
  color: var(--main);
  text-decoration: underline;
  transition: var(--ease);
}

#footer .footer_area {
  padding: 38px 16px 38px 4px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

#footer .footer_area > span {
  font-family: var(--font-jp);
  font-size: 14px;
  color: var(--text);
  white-space: nowrap;
}

#footer .footer_area_text p {
  font-family: var(--font-jp);
  font-size: 13px;
  color: var(--text);
  line-height: 1.8em;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
#footer .footer_area_text span {
  font-family: var(--font-jp);
  font-size: 12px;
  color: #636363;
  letter-spacing: 0.12em;
}

#footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0;
}

#footer .footer_bottom_nav {
  display: flex;
  gap: 26px;
  align-items: center;
}

#footer .footer_bottom_nav a {
  font-family: var(--font-jp);
  font-size: 12px;
  color: var(--text);
  border-bottom: 1px solid #9b9b9b;
}

#footer .footer_bottom_nav a:hover {
  opacity: 0.7;
}

#footer .footer_bottom small {
  font-family: var(--font-jp);
  font-size: 11px;
  color: var(--text);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #footer {
    padding: 50px 20px 0;
  }

  #footer .footer_top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 48px;
  }

  #footer .footer_top_left {
    gap: 30px;
    padding-left: 8px;
  }

  #footer .footer_desc {
    font-size: 10px;
  }

  #footer .footer_company_name {
    font-size: 13px;
    margin-bottom: 12px;
  }

  #footer .footer_address {
    font-size: 11px;
  }

  #footer .footer_nav {
    row-gap: 12px;
    width: 360px;
  }

  #footer .footer_nav > li {
    width: calc(100% / 2);
    list-style: none;
  }

  #footer .footer_nav > li a {
    font-size: 11px;
  }

  #footer .footer_area {
    padding: 24px 12px 24px 4px;
    flex-direction: column;
    gap: 36px;
  }

  #footer .footer_area > span {
    font-size: 12px;
  }

  #footer .footer_area_text p {
    font-size: 11px;
    margin-bottom: 8px;
  }
  #footer .footer_area_text span {
    font-size: 10px;
  }

  #footer .footer_bottom {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }

  #footer .footer_bottom_nav {
    gap: 18px;
  }

  #footer .footer_bottom_nav a {
    font-size: 10px;
  }

  #footer .footer_bottom small {
    font-size: 10px;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #footer .footer_top_left {
    padding-left: 0;
  }

  #footer .footer_desc {
    font-size: 10px;
  }

  #footer .footer_company_name {
    font-size: 13px;
    margin-bottom: 12px;
  }

  #footer .footer_address {
    font-size: 11px;
  }

  #footer .footer_nav {
    row-gap: 12px;
    width: 360px;
  }

  #footer .footer_nav > li {
    width: calc(100% / 2);
    list-style: none;
  }

  #footer .footer_nav > li a {
    font-size: 11px;
  }

  #footer .footer_area {
    padding: 24px 12px 24px 4px;
    flex-direction: column;
    gap: 36px;
  }

  #footer .footer_area > span {
    font-size: 12px;
  }

  #footer .footer_area_text p {
    font-size: 11px;
    margin-bottom: 8px;
  }
  #footer .footer_area_text span {
    font-size: 10px;
  }

  #footer .footer_bottom {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }

  #footer .footer_bottom_nav {
    gap: 18px;
  }

  #footer .footer_bottom_nav a {
    font-size: 10px;
  }

  #footer .footer_bottom small {
    font-size: 10px;
  }
}

/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

/************************************************************/
/*　リスト
/************************************************************/
.content ul {
  list-style: none;
  padding: 0;
  margin: 5px auto 20px;
}
.content ul li {
  width: 100%;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  list-style: none;
  border: none;
  background: none;
  position: relative;
  line-height: 1.5em;
}
.content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  background: var(--text);
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-radius: 50%;
}

.content ol {
  list-style: none;
  padding: 0;
  margin: 10px auto 10px;
}
.content ol li {
  padding: 0 0 0 30px;
  margin: 0 0 5px;
  list-style: none;
  border: none;
  background: none;
  position: relative;
  line-height: 1.8em;
}
.content ol li::before {
  font-family: var(--font-en);
  counter-increment: count;
  content: counter(count);
  background: #fff;
  border: 1px solid var(--text);
  color: var(--text);
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: lighter;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 1.6em;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-radius: 50%;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  .l-wrapper-full .pageContents .content ul.harf li,
  .l-wrapper-full .postContents .content ul.harf li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .l-wrapper-full .pageContents .content ul.harf li:last-child,
  .l-wrapper-full .postContents .content ul.harf li:last-child {
    margin-bottom: 0;
  }
}

/************************************************************/
/*　テーブル
/************************************************************/

/*表*/
#all_wrap table {
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 10px;
  border-radius: 0;
  background: #fff;
  border: 10px solid #e3e3e3;
  height: fit-content !important;
}
#all_wrap table th {
  display: table-cell;
  font-style: normal;
  font-feature-settings: "palt";
  border: none;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  vertical-align: middle;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 900;
  background: none;
  color: var(--text);
  width: 30%;
  padding: 20px;
  margin: 0;
}

#all_wrap table td {
  display: table-cell;
  border: none;
  background: none;
  vertical-align: inherit;
  border-bottom: none;
  padding: 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
  height: fit-content !important;
}
#all_wrap table td.ttl {
  display: table-cell;
  border: none;
  background: #fafafa;
  vertical-align: inherit;
  border-bottom: none;
  padding: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid var(--text);
}
#all_wrap .content table td > p:last-of-type {
  margin-bottom: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap table td {
    display: block;
    width: 100% !important;
  }
  #all_wrap table tr td:first-child > span > br {
    display: none;
  }
}

/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/

/*新フォーム*/
#all_wrap .content .contactform,
#all_wrap .contactform {
  width: 100%;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  grid-row-gap: 30px;
  border-radius: 20px;
}
#all_wrap .content .contactform > li {
  padding: 0 0 30px;
  margin: 0;
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #e3e3e3;
}
#all_wrap .content .contactform > li.center {
  text-align: center;
}
#all_wrap .content .contactform > li:last-child {
  border: none;
  padding: 0;
}
#all_wrap .content .contactform > li::before,
#all_wrap .content .contactform > li::after {
  display: none;
}
#all_wrap .contactform > li p {
  margin: 0 auto;
}
#all_wrap .contactform > li h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--text);
  padding: 0;
  margin: 0 auto 15px;
  border: none;
  background: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  column-gap: 10px;
}
#all_wrap .contactform > li h3 .att {
  display: inline;
  padding: 3px 7px;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #e03131;
  border-radius: 3px;
}
#all_wrap .contactform > li h3::before,
#all_wrap .contactform > li h3::after {
  display: none;
}
#all_wrap .contactform > li input {
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 15px;
  padding: 15px;
}
#all_wrap .contactform > li input[type="radio"] {
  width: 12px;
}
#all_wrap .contactform > li.add span:first-of-type input {
  margin: 0 0 10px;
}
#all_wrap .contactform > li input[type="file"] {
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 15px;
  padding: 0;
}
#all_wrap .contactform > li input.wpcf7-text {
  width: 100%;
  padding: 15px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: none;
  font-family: var(--font-jp);
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1;
  background: #fafafa;
  outline: none;
}
#all_wrap .contactform > li input.wpcf7-text.w50 {
  width: 50%;
}
#all_wrap .contactform > li input.wpcf7-text.w25 {
  width: 25%;
}
/*ラジオボタン*/
#all_wrap .contactform > li .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
  grid-row-gap: 10px;
}
#all_wrap .contactform > li .wpcf7-list-item {
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 5px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/*チェックボックス*/
#all_wrap .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  grid-row-gap: 10px;
  position: relative;
}
#all_wrap .wpcf7-checkbox span {
  cursor: pointer;
}
/*テキストエリア*/
#all_wrap .contactform > li textarea {
  width: 100%;
  padding: 15px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: none;
  font-family: var(--font-jp);
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 2;
  background: #fafafa;
  outline: none;
}
#all_wrap .txt_cent {
  text-align: center;
}
#all_wrap .txt_cent input[type="submit"] {
  -webkit-appearance: none;
}
#all_wrap .txt_cent input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 10px;
  padding: 15px 50px;
  margin: 0;
  background: var(--main);
  border-radius: 50px;
  font-family: var(--font-jp);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: var(--ease);
  cursor: pointer;
}
#all_wrap .txt_cent input[type="submit"]::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: var(--ease);
}
#all_wrap .txt_cent input[type="submit"]:hover {
  filter: brightness(1.1);
  transition: var(--ease);
}

#all_wrap .wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  .contactform_area {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #fafafa;
    position: relative;
  }
  /*新フォーム*/
  #all_wrap .content .contactform,
  #all_wrap .contactform {
    width: calc(100%);
    max-width: 100%;
    padding: 30px 20px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 20px;
    grid-row-gap: 20px;
  }
  #all_wrap .contactform > li h3 {
    font-size: 15px;
    margin: 0 auto 10px;
  }
  #all_wrap .contactform > li input {
    font-size: 14px;
    padding: 10px;
  }
  #all_wrap .contactform > li.add span:first-of-type input {
    margin: 0 0 10px;
  }
  #all_wrap .contactform > li input[type="file"] {
    font-size: 14px;
  }
  #all_wrap .contactform > li input.wpcf7-text {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  #all_wrap .contactform > li input.wpcf7-text.w50 {
    width: 100%;
  }
  #all_wrap .contactform > li input.wpcf7-text.w25 {
    width: 50%;
  }
  /*ラジオボタン*/
  #all_wrap .contactform > li .wpcf7-radio {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
    grid-row-gap: 5px;
  }
  #all_wrap .contactform > li .wpcf7-list-item {
    display: inline-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 5px;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  /*チェックボックス*/
  #all_wrap .wpcf7-checkbox {
    column-gap: 20px;
    grid-row-gap: 5px;
    position: relative;
  }
  #all_wrap .wpcf7-checkbox span {
    cursor: pointer;
  }
  /*テキストエリア*/
  #all_wrap .contactform > li textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  #all_wrap .txt_cent {
    text-align: center;
  }

  #all_wrap .wpcf7 .ajax-loader {
    display: none;
  }
  .wpcf7-spinner {
    display: none;
  }
}

/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: none;
  background: none;
  color: var(--text);
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: none;
  background: none;
  color: var(--text);
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: none;
  background: none;
  color: var(--text);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
}

/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.access_info p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 20px;
  text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  .access_info p {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
  }
  .top_gmap iframe {
    height: 200px;
  }
}

/************************************************************/
/*　全体
/************************************************************/

/************************************************************/
/*　サイトマップ
/************************************************************/
.sitemap ul {
  width: 100%;
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
}
.sitemap ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  list-style: none;
}
.sitemap ul li a {
  display: block;
  padding: 15px 15px 15px 30px;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: var(--ease);
  color: var(--text);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sitemap ul li a:hover {
  transition: var(--ease);
  opacity: 0.8;
}
.sitemap ul li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transition: ease 0.2s;
}
.sitemap ul li a > span {
  display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  .sitemap ul {
    width: calc(100%);
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .sitemap ul .sub-menu {
    padding: 0 0 0 10px;
  }
}

/*スマホ改行
------------------------------------------------------------*/

.pc {
  display: block !important;
}
.tb {
  display: none !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_none {
    display: none;
  }
}

/************************************************************/
/*　本文ギャラリー
/************************************************************/

/*プラグイン*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 90%;
  max-width: 90%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*ギャラリー*/
#all_wrap .content .gallery {
  width: 100%;
  max-width: 980px;
  padding: 0;
  margin: 0 auto 30px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  grid-row-gap: 20px;
}
#all_wrap .content .gallery::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 13.4px);
}
#all_wrap .content .gallery dl {
  width: calc(100% / 3 - 13.4px);
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  grid-row-gap: 5px;
}
#all_wrap .content .gallery dt {
  padding: 0;
  margin: 0;
  text-align: center;
}
#all_wrap .content .gallery dd {
  padding: 0;
  margin: 0;
  text-align: center;
}
#all_wrap .content .gallery dl img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
/*閉じる*/
.tos-close {
  height: 40px;
  top: 10px;
  left: 10px;
  right: unset;
}
.tos-close span:after,
.tos-close span:before {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .content .gallery {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
  }
  #all_wrap .content .gallery::after {
    content: "";
    display: none;
  }
  #all_wrap .content .gallery dl {
    width: calc(100% / 2 - 10px);
    grid-row-gap: 5px;
  }
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
  width: 860px; /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px; /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
  position: static;
  top: auto;
  left: auto;
  width: 860px;
  height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .l-wrapper .youtubeBox {
    width: 100%; /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
    height: 0px; /*高さはpaddingで指定するためheightは0に*/
    position: relative;
  }
  #all_wrap .l-wrapper .youtubeBox > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/************************************************************/
/*　アーカイブ
/************************************************************/
#all_wrap .archiveList {
  width: calc(100%);
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#all_wrap .archiveList::after {
  content: "";
  display: block;
  width: 31%;
}
#all_wrap .archiveList > li {
  width: 31%;
  padding: 0;
  margin: 0 0 40px;
}
#all_wrap .archiveList > li::before,
#all_wrap .archiveList > li::after {
  display: none;
}
#all_wrap .archiveList > li figure {
  width: 100%;
  padding: 0;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
#all_wrap .archiveList > li figure::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#all_wrap .archiveList > li figure img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  object-fit: cover;
}
#all_wrap .archiveList > li .date {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: lighter;
  line-height: 1em;
  color: #c8c8c8;
  font-style: normal;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 5px;
}
#all_wrap .archiveList > li > h3,
#all_wrap .content .archiveList > li > h3 {
  padding: 0;
  margin: 0 auto 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  font-style: normal;
  border: none;
  background: none;
}
#all_wrap .archiveList > li > p {
  font-size: 14px;
  line-height: 1.7em;
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .archiveList {
    width: calc(100%);
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #all_wrap .archiveList::after {
    content: "";
    display: none;
  }
  #all_wrap .archiveList > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
  }
  #all_wrap .archiveList > li::before,
  #all_wrap .archiveList > li::after {
    display: none;
  }
  #all_wrap .archiveList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
  }
  #all_wrap .archiveList > li figure::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #all_wrap .archiveList > li figure img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    object-fit: cover;
  }
  #all_wrap .archiveList > li .date {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: lighter;
    line-height: 1em;
    color: #c8c8c8;
    font-style: normal;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 5px;
  }
  #all_wrap .archiveList > li > h3,
  #all_wrap .content .archiveList > li > h3 {
    padding: 0;
    margin: 0 auto 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4em;
    font-style: normal;
    border: none;
    background: none;
  }
  #all_wrap .archiveList > li > p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/************************************************************/
/*　記事詳細
/************************************************************/
.singleContent {
  margin-bottom: 100px;
}

#all_wrap .tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 5px;
  grid-row-gap: 5px;
	padding: 0;
	margin: 0;
}
#all_wrap .tags > span {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  color: #8c8c8c;
	transition: var(--ease);
}
#all_wrap .tags > span:hover {
	text-decoration: underline;
	color: #222;
	transition: var(--ease);
}
#all_wrap .tags span a {
	text-decoration: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  .singleContent {
    padding: 0 10px;
    margin: 0 auto 50px;
  }
  .singleHeader {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 auto 20px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}

/*==============================*/
/*目次*/
/*==============================*/
#all_wrap .content .toc {
  padding: 0;
  margin: 0 auto 30px;
  position: relative;
}
#all_wrap .content .toc-title {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  background: var(--main);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: 15px;
  left: 0;
  z-index: 2;
}
#all_wrap .content .toc .toc-list {
  padding: 30px;
  margin: 0;
  position: relative;
  list-style: none;
  background: #f4f4f4;
}
#all_wrap .content .toc .toc-list li ul {
  margin: 10px 0 !important;
  padding: 0 0 0 1.2em;
}
#all_wrap .content .toc .toc-list li {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
#all_wrap .content .toc .toc-list li a {
  display: inline-block;
  padding: 0 0 0 2em;
  position: relative;
  text-decoration: none;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
#all_wrap .content .toc .toc-list li ul li a {
  display: inline-block;
  padding: 0 0 0 2em;
  position: relative;
  text-decoration: none;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
#all_wrap .content .toc .toc-list li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#all_wrap .content .toc .toc-list li a strong,
#all_wrap .content .toc .toc-list li a span,
#all_wrap .content .toc .toc-list li a b {
  font-family: var(--font-jp);
  font-weight: lighter;
  font-size: 14px !important;
}
#all_wrap .content .contentstable-number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#all_wrap .content .toc .toc-list > li > a > .contentstable-number::after {
  content: ".";
}
#all_wrap .content .toc-toggle > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
/*タグ*/
.post-tag {
  margin-top: 5px;
}
.post-tag,
.post-tag a {
  font-size: 14px;
  text-decoration: none;
}
.post-tag a:hover {
  text-decoration: underline;
  color: #0c61a8;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #all_wrap .content .toc .toc-list {
    padding: 20px;
    margin: 0;
    position: relative;
    list-style: none;
    background: #f4f4f4;
  }
  /*タグ*/
  .post-tag,
  .post-tag a {
    font-size: 12px;
  }
  .toc .toc-list {
    padding: 25px 20px 20px;
  }
}

/*==============================*/
/*記事詳細（関連記事）*/
/*==============================*/
.relatedPost {
  padding: 0;
  margin: 0 auto 50px;
  position: relative;
}
.relatedPost > header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  column-gap: 5px;
  padding: 12px;
  margin: 0 auto;
  background: var(--text);
  position: relative;
  z-index: 0;
}
.relatedPost > header > em {
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#all_wrap .relatedPost > header > h2 {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* 記事一覧*/
#all_wrap .relatedList {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}
#all_wrap .relatedList > li {
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px dotted #999;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 20px;
  position: relative;
}
.relatedList > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.relatedList > li figure {
  width: 150px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.relatedList > li figure::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.relatedList > li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#all_wrap .relatedList_info {
  width: calc(100% - 20px - 150px);
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row-gap: 5px;
}
#all_wrap .relatedList_info > h3 {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: #19244c;
  background: none;
  border: none;
  transition: all 0.3s ease;
}
.relatedList_info > .date {
  font-size: 12px;
  line-height: 1;
  color: #999;
}
#all_wrap .relatedList > li:hover .relatedList_info > h3 {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: var(--main);
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .relatedPost {
    margin: 0 auto;
  }
  #all_wrap .relatedList > li {
    padding: 10px 0;
    column-gap: 10px;
  }
  .relatedList > li figure {
    width: 80px;
  }
  #all_wrap .relatedList_info {
    width: calc(100% - 10px - 80px);
  }
  #all_wrap .relatedList_info > h3 {
    font-size: 14px;
  }
  .relatedList_info > .date {
    font-size: 11px;
  }
  #all_wrap .relatedList_info > h3 {
    font-size: 13px;
  }
  .relatedList_info > .date {
    font-size: 10px;
  }
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/

/*ランキング*/
#all_wrap .sidRankList {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
#all_wrap .sidRankList > li {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 15px;
}
.sidRankList > li > figure {
  width: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sidRankList > li > figure:before {
  content: "";
  display: block;
  padding: 50%;
}
.sidRankList > li > figure a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  transition: var(--ease);
}
.sidRankList > li:hover > figure a > img {
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform-origin: center;
  transition: var(--ease);
}
.sidRankList > li > figure > .rank {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background: var(--main);
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sidRankList > li > .sidRankInfo {
  width: calc(100% - 15px - 80px);
  padding: 0;
  margin: 0;
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 {
  padding: 0;
  margin: 0;
  height: 100%;
  color: var(--text);
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  border: none;
  background: none;
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  color: var(--text);
  font-family: var(--font-jp);
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
  text-align: justify;
  text-align: -webkit-justify;
  transition: var(--ease);
}
#all_wrap .sidRankList > li > .sidRankInfo > h3 a:hover {
  color: var(--main);
  transition: var(--ease);
}

/*==============================*/
/*記事詳細（関連記事）*/
/*==============================*/
#all_wrap .editor {
  padding: 0;
  margin: 50px auto 50px;
  position: relative;
}
#all_wrap .editor > header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  column-gap: 5px;
  padding: 12px;
  margin: 0 auto;
  background: var(--main);
  position: relative;
  z-index: 0;
}
#all_wrap .editor > header > em {
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
#all_wrap .editor > header > h2 {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin: 0;
}
#all_wrap .editorBox {
  width: 100%;
  padding: 20px;
  margin: 0;
  background: #fff;
  border: 5px solid var(--main);
  border-top: none;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 20px;
}
#all_wrap .editorBox > figure {
  width: 150px;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}
#all_wrap .editorBox > figure::before {
  content: "";
  display: block;
  padding: 50%;
}
#all_wrap .editorBox > figure img {
  width: 100%;
  max-width: unset;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  object-fit: cover;
}
#all_wrap .editorBox_info {
  width: calc(100% - 150px - 20px);
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  grid-row-gap: 5px;
}
#all_wrap .editorBox_info > h3 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  border: none;
  background: none;
}
#all_wrap .editorBox_info > h3 > small {
  font-size: 12px;
  font-weight: lighter;
}
#all_wrap .editorBox_info > p {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  #all_wrap .editorBox > figure {
    width: 100px;
  }
  #all_wrap .editorBox_info {
    width: calc(100% - 100px - 20px);
  }
  #all_wrap .editorBox_info > h3 {
    font-size: 15px;
  }
  #all_wrap .editorBox {
    width: 100%;
    padding: 15px;
    flex-wrap: wrap;
    column-gap: 0;
    grid-row-gap: 10px;
  }
  #all_wrap .editorBox > figure {
    width: 150px;
    padding: 0;
    margin: 0 auto;
  }
  #all_wrap .editorBox_info {
    width: calc(100%);
  }
  #all_wrap .editorBox_info > h3 {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
}

/*前後の記事*/
#all_wrap .prevNext {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#all_wrap .prevNext__pop {
  background-color: var(--text);
}
#all_wrap .eyecatch {
  background: var(--text);
}
#all_wrap .heading-secondary {
  color: var(--text);
}
#all_wrap .prevNext__text {
  padding: 0;
  margin: 0;
  color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*前後の記事*/
  #all_wrap .prevNext {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}

/*プロフィール*/
#all_wrap .profile {
  border: none;
  margin-top: 0;
  padding: 20px;
  background: var(--text);
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#all_wrap .profile__text {
  background: none;
  font-size: 15px;
  padding: 0 0 0 13px;
  margin-bottom: 15px;
  margin-top: 40px;
  border-left: 2px solid #d3c8a8;
  font-style: italic;
  text-align: left;
  color: #d3c8a8;
}
#all_wrap .profile__contents {
  width: 80%;
  padding: 0;
  margin: 0;
}
#all_wrap .profile__name {
  color: #d3c8a8;
  font-size: 19px;
  line-height: 1.4em;
  font-style: italic;
  padding: 0 0 10px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
  width: 15%;
  text-align: left;
  padding: 0;
  margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
  width: 100%;
  height: auto;
  margin: 0;
}
#all_wrap .profile__list {
  display: none;
}
#all_wrap .profile__description {
  padding: 0;
  margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*プロフィール*/
  #all_wrap .profile {
    border: none;
    margin-top: 0;
    padding: 20px;
    background: var(--text);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #all_wrap .profile__text {
    background: none;
    font-size: 15px;
    padding: 0 0 0 13px;
    margin-bottom: 15px;
    margin-top: 40px;
    border-left: 2px solid #d3c8a8;
    font-style: italic;
    text-align: left;
    color: #d3c8a8;
  }
  #all_wrap .profile__contents {
    width: 80%;
    padding: 0;
    margin: 0;
  }
  #all_wrap .profile__name {
    color: #d3c8a8;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d3c8a8;
  }
  #all_wrap .profile__author {
    width: 15%;
    text-align: left;
    padding: 0;
    margin: 0 0 0 0;
  }
  #all_wrap .profile__author img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #all_wrap .profile__list {
    display: none;
  }
  #all_wrap .profile__description {
    padding: 0;
    margin: 0;
  }
}

/************************************************************/
/*　共通
/************************************************************/

/*mt*/
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  /*mt*/
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
}

/*リスト*/
.content ul {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: disc;
  list-style-position: inside;
}
.content ul > li {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.content ul > li:last-child {
  margin-bottom: 0;
}
.content ul > li::before,
.content ul > li::after {
  display: none;
}

/************************************************************/
/*　トップページ バナー
/************************************************************/
#topBanner {
  background-color: #fff;
  padding: 0 20px;
}

#topBanner .topBanner_main {
  margin: 0 auto;
  padding-top: 80px;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#topBanner a {
  flex: 1;
	max-width: 590px;
}

#topBanner a:hover {
  opacity: 0.7;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topBanner .topBanner_main {
    padding-top: 60px;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #topBanner .topBanner_main {
    flex-direction: column;
    gap: 20px;
  }
}

/************************************************************/
/*　トップページ 施工事例とお客様の声
/************************************************************/

#topUserVoice {
  background-color: #f5f5f5;
  width: 100%;
}

#topUserVoice .uv_head {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

#topUserVoice .uv_head_title span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  display: block;
  margin-bottom: 20px;
}

#topUserVoice .uv_head_title h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  color: #1b1b1b;
}

#topUserVoice .uv_viewmore {
  display: flex;
  align-items: center;
  gap: 28px;
}

#topUserVoice .uv_viewmore:hover {
  opacity: 0.7;
}

#topUserVoice .uv_viewmore span {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: var(--text);
  white-space: nowrap;
}

#topUserVoice .uv_slider {
  max-width: 100%;
  overflow-x: hidden;
}

#topUserVoice .swiper-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

#topUserVoice .uv_item {
  max-width: 480px;
}

#topUserVoice .uv_item figure {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  aspect-ratio: 3 / 2;
  margin-bottom: 30px;
}

#topUserVoice .uv_item figure::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

#topUserVoice .uv_item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#topUserVoice .uv_slider_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

#topUserVoice .uv_slider_title span {
  font-size: 11px;
  font-family: var(--font-jp);
  color: #535d60;
  border: 1px solid #535d60;
  padding: 4px 12px;
  letter-spacing: 0.12em;
}

#topUserVoice .uv_slider_title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #1b1b1b;
}

#topUserVoice .uv_slider_tags {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}

#topUserVoice .uv_slider_tags span {
  font-family: var(--font-jp);
  font-size: 12px;
  color: #636363;
}

#topUserVoice .uv_slider_tags span::before {
  content: "#";
  font-family: var(--font-jp);
  font-size: 12px;
  color: #636363;
}

#topUserVoice .uv_slider_nav_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

#topUserVoice .uv_slider_navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}

#topUserVoice .swiper-button-prev,
#topUserVoice .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}

#topUserVoice .swiper-button-prev::before,
#topUserVoice .swiper-button-next::before {
  color: #353535;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
}

#topUserVoice .swiper-button-prev::after,
#topUserVoice .swiper-button-next::after {
  content: "";
}

#topUserVoice .swiper-pagination {
  position: relative;
  width: fit-content;
}

#topUserVoice .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #c1c1c1;
  margin: 0 6px;
}

#topUserVoice
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #353535;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topUserVoice .uv_head {
    padding: 60px 20px 0;
    margin-bottom: 30px;
  }

  #topUserVoice .uv_head_title span {
    font-size: 12px;
    margin-bottom: 12px;
  }

  #topUserVoice .uv_head_title h2 {
    font-size: 24px;
  }

  #topUserVoice .uv_viewmore {
    gap: 16px;
  }

  #topUserVoice .uv_viewmore span {
    font-size: 12px;
  }

  #topUserVoice .uv_viewmore img {
    width: 24px;
    height: auto;
  }

  #topUserVoice .swiper-wrapper {
    margin-bottom: 30px;
  }

  #topUserVoice .uv_item {
    max-width: 320px;
  }

  #topUserVoice .uv_item figure {
    margin-bottom: 20px;
  }

  #topUserVoice .uv_slider_title {
    gap: 8px;
    margin-bottom: 20px;
  }

  #topUserVoice .uv_slider_title span {
    font-size: 10px;
    padding: 4px 8px;
  }

  #topUserVoice .uv_slider_title p {
    font-size: 14px;
  }

  #topUserVoice .uv_slider_tags {
    gap: 12px;
  }

  #topUserVoice .uv_slider_tags span {
    font-size: 10px;
  }

  #topUserVoice .uv_slider_tags span::before {
    font-size: 10px;
  }

  #topUserVoice .uv_slider_nav_wrap {
    padding: 0 20px 50px;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #topUserVoice .uv_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

/************************************************************/
/*　トップページ AboutUs
/************************************************************/
#topAboutUs {
  width: 100%;
  padding: 160px 0;
  background-image: url("./img/Aboutus-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#topAboutUs .topAboutUs_wrapper {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}

#topAboutUs .topAboutUs_desc {
  padding-top: 20px;
}

#topAboutUs .topAboutUs_desc > span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  display: block;
  margin-bottom: 20px;
}

#topAboutUs .topAboutUs_desc h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  color: #1b1b1b;
  line-height: 1.5em;
  margin-bottom: 56px;
}

#topAboutUs .topAboutUs_text {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-bottom: 56px;
}

#topAboutUs .topAboutUs_text p {
  font-family: var(--font-jp);
  font-size: 14px;
  color: #1b1b1b;
  letter-spacing: 0.13em;
}

#topAboutUs .topAboutUs_viewmore {
  display: flex;
  align-items: center;
  gap: 28px;
}

#topAboutUs .topAboutUs_viewmore:hover {
  opacity: 0.7;
}

#topAboutUs .topAboutUs_viewmore span {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: var(--text);
  white-space: nowrap;
}

#topAboutUs .topAboutUs_viewmore img {
  width: 30px;
  height: auto;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topAboutUs {
    padding: 80px 0;
  }

  #topAboutUs .topAboutUs_wrapper {
    flex-direction: column;
    gap: 80px;
  }

  #topAboutUs .topAboutUs_desc {
    padding-top: 12px;
  }

  #topAboutUs .topAboutUs_desc > span {
	  font-size: 14px;
    margin-bottom: 12px;
  }

  #topAboutUs .topAboutUs_desc h2 {
    font-size: 28px;
    margin-bottom: 36px;
  }

  #topAboutUs .topAboutUs_text {
    gap: 30px;
    margin-bottom: 36px;
  }

  #topAboutUs .topAboutUs_text p {
    font-size: 14px;
  }

  #topAboutUs .topAboutUs_viewmore {
    gap: 16px;
  }

  #topAboutUs .topAboutUs_viewmore:hover {
    opacity: 0.7;
  }

  #topAboutUs .topAboutUs_viewmore span {
	  font-size: 14px;
  }

  #topAboutUs .topAboutUs_viewmore img {
    width: 20px;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #topAboutUs .topAboutUs_desc h2 {
    font-size: 24px;
  }
}

/************************************************************/
/*　トップページ サービスについて
/************************************************************/
#topFeatures {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 20px;
}

#topFeatures .topFeatures_highlight {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  display: block;
  margin-bottom: 20px;
}

#topFeatures .topFeatures_title {
  display: flex;
  margin-bottom: 100px;
  gap: 115px;
}

#topFeatures .topFeatures_title span {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  color: #1b1b1b;
  white-space: nowrap;
}

#topFeatures .topFeatures_title p {
  font-family: var(--font-jp);
  font-size: 14px;
  color: #1b1b1b;
  letter-spacing: 0.12em;
}

#topFeatures .topFeatures_content {
  margin-bottom: 80px;
}

#topFeatures .topFeatures_content:last-child {
  margin-bottom: 0px;
}

#topFeatures .topFeatures_content_number {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  position: relative;
  padding-left: 16px;
  width: 100%;
  margin-bottom: 64px;
}

#topFeatures .topFeatures_content_number::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #535d60;
}

#topFeatures .topFeatures_content_number::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 120px);
  height: 1px;
  background-color: #e7e7e7;
}

#topFeatures .topFeatures_content_main {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

#topFeatures .topFeatures_content_main.reverse {
  flex-direction: row-reverse;
}

#topFeatures .topFeatures_content_main > img {
  max-width: 560px;
}

#topFeatures .topFeatures_content_title {
  display: flex;
  gap: 20px;
  margin-bottom: 64px;
}

#topFeatures .topFeatures_content_title > span {
  font-family: "Cardo", serif;
  font-size: 68px;
  color: #e7e7e7;
}

#topFeatures .topFeatures_content_title_main > p {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  color: #1b1b1b;
  line-height: 1.7em;
}

#topFeatures .topFeatures_content_title_main > span {
  font-family: "Cardo", serif;
  font-size: 13px;
  color: var(--text);
}

#topFeatures .topFeatures_content_desc {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#topFeatures .topFeatures_content_desc p {
  font-family: var(--font-jp);
  font-size: 14px;
  color: #222020;
  line-height: 2em;
  letter-spacing: 0.1em;
}

#topFeatures .topFeatures_content_desc .before_after {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 40px;
}
#topFeatures .topFeatures_content_desc .before_after::before {
	content: '';
	display: block;
	width: 15px;
	height: 20px;
	background: #353535;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#topFeatures .topFeatures_content_desc .before_after > li {
	width: calc((100% - 40px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#topFeatures .topFeatures_content_desc .before_after > li::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#topFeatures .topFeatures_content_desc .before_after > li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#topFeatures .topFeatures_content_desc .before_after > li.before::after,
#topFeatures .topFeatures_content_desc .before_after > li.after::after {
	content: 'BEFORE';
	display: inline-block;
	width: fit-content;
	padding: 5px 10px;
	margin: 0;
	background: #353535;
	border-radius: 0 0 0 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#topFeatures .topFeatures_content_desc .before_after > li.after::after {
	content: 'AFTER';
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topFeatures {
    padding: 60px 20px;
  }

  #topFeatures .topFeatures_highlight {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #topFeatures .topFeatures_title {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 40px;
  }

  #topFeatures .topFeatures_title span {
    font-size: 24px;
  }

  #topFeatures .topFeatures_title p {
    font-size: 14px;
  }

  #topFeatures .topFeatures_content {
    margin-bottom: 50px;
  }

  #topFeatures .topFeatures_content_number {
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 40px;
  }

  #topFeatures .topFeatures_content_number::after {
    width: calc(100% - 90px);
  }

  #topFeatures .topFeatures_content_main {
    flex-direction: column;
    gap: 60px;
  }

  #topFeatures .topFeatures_content_main.reverse {
    flex-direction: column;
  }

  #topFeatures .topFeatures_content_title {
    gap: 12px;
    margin-bottom: 40px;
  }

  #topFeatures .topFeatures_content_title > span {
    font-size: 50px;
  }

  #topFeatures .topFeatures_content_title_main > p {
    font-size: 22px;
  }

  #topFeatures .topFeatures_content_title_main > span {
    font-size: 14px;
  }

  #topFeatures .topFeatures_content_desc {
    gap: 24px;
  }

  #topFeatures .topFeatures_content_desc p {
    font-size: 14px;
  }
}

/************************************************************/
/*　トップページ movie
/************************************************************/
#topMovie {
  background-color: #d4dcdf;
  padding: 100px 0 120px;
  width: 100%;
}

#topMovie .topMovie_main {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

#topMovie .topMovie_main span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

#topMovie .topMovie_main h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 54px;
}

#topMovie .topMovie_main p {
  font-family: var(--font-jp);
  font-size: 14px;
  color: var(--text);
  line-height: 2em;
  margin: 0 auto 80px;
  max-width: 900px;
  letter-spacing: 0.11em;
}

#topMovie .topMovie_images {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#topMovie .topMovie_images button {
  width: 405px;
  max-width: 100%;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
  background: none;
  cursor: pointer;
}

#topMovie .topMovie_images button:hover {
  opacity: 0.7;
}

#topMovie .topMovie_images button img {
  width: 100%;
}

#topMovie .topMovie_lightbox {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

#topMovie .topMovie_lightbox.open {
  visibility: visible;
}

#topMovie .topMovie_lightbox_main {
  position: relative;
  padding: 0 20px;
}

#topMovie .topMovie_lightbox_main > button {
  position: absolute;
  right: 20px;
  top: -36px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

#topMovie .topMovie_lightbox_item {
  display: none;
  max-width: 100%;
}

#topMovie .topMovie_lightbox_item.open {
  display: block;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topMovie {
    padding: 50px 0 60px;
  }

  #topMovie .topMovie_main span {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #topMovie .topMovie_main h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #topMovie .topMovie_main p {
    font-size: 14px;
    margin: 0 auto 60px;
  }

  #topMovie .topMovie_images {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #topMovie .topMovie_lightbox_main > button {
    top: -28px;
    font-size: 20px;
  }
}

/************************************************************/
/*　トップページ solve your problems
/************************************************************/

#topSolveYourProblems {
  background-image: url("./img/solveYourProblems-backgound.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0;
}

#topSolveYourProblems .topSolveYourProblems_main {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 100px;
}

#topSolveYourProblems .topSolveYourProblems_main > img {
  max-width: 680px;
}

#topSolveYourProblems .topSolveYourProblems_text span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  display: block;
  margin-bottom: 20px;
}

#topSolveYourProblems .topSolveYourProblems_text h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  color: #1b1b1b;
  line-height: 1.5em;
  margin-bottom: 56px;
}

#topSolveYourProblems .topSolveYourProblems_text_main {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 590px;
}

#topSolveYourProblems .topSolveYourProblems_text_main p {
  font-family: var(--font-jp);
  font-size: 14px;
  color: #1b1b1b;
  line-height: 2.2em;
  letter-spacing: 0.11em;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topSolveYourProblems {
    padding: 80px 20px;
  }

  #topSolveYourProblems .topSolveYourProblems_main {
    flex-direction: column-reverse;
    gap: 50px;
  }

  #topSolveYourProblems .topSolveYourProblems_text span {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #topSolveYourProblems .topSolveYourProblems_text h2 {
    font-size: 28px;
    margin-bottom: 36px;
  }

  #topSolveYourProblems .topSolveYourProblems_text_main {
    gap: 30px;
  }

  #topSolveYourProblems .topSolveYourProblems_text_main p {
    font-size: 14px;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #topSolveYourProblems .topSolveYourProblems_text h2 {
    font-size: 22px;
  }
}

/************************************************************/
/*　トップページ お知らせ
/************************************************************/
#topInformation {
  padding: 100px 20px;
  background-color: #fff;
}

#topInformation .topInformation_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 170px;
}

#topInformation .topInformation_left > span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #535d60;
  display: block;
  margin-bottom: 20px;
}

#topInformation .topInformation_left h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  color: #1b1b1b;
  margin-bottom: 90px;
}

#topInformation .topInformation_viewmore {
  display: flex;
  align-items: center;
  gap: 28px;
}

#topInformation .topInformation_viewmore:hover {
  opacity: 0.7;
}

#topInformation .topInformation_viewmore span {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: var(--text);
  white-space: nowrap;
}

#topInformation .topInformation_right {
  flex: 1;
}

#topInformation .topInformation_content,
#all_wrap .archive .topInformation_content {
  border-top: 1px solid #e7e7e7;
  padding: 30px 8px;
  display: flex;
  align-items: center;
}

#topInformation .topInformation_content:hover,
#all_wrap .archive .topInformation_content:hover {
  opacity: 0.7;
}

#topInformation .topInformation_content:last-child,
#all_wrap .archive .topInformation_content:last-child {
  border-bottom: 1px solid #e7e7e7;
}

#topInformation .topInformation_content time,
#all_wrap .archive .topInformation_content time {
margin-right: 28px;
font-family: "Lato", sans-serif;
font-size: 14px;
color: #636363;
width: 80px;
min-width: 80px;
}

#topInformation .topInformation_content span,
#all_wrap .archive .topInformation_content span {
  margin-right: 22px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: var(--text);
  padding: 6px 20px;
  border-radius: 12.5px;
  min-width: 116px;
  letter-spacing: 0em;
  text-align: center;
}

#topInformation .topInformation_content p,
#all_wrap .archive .topInformation_content p {
  font-family: var(--font-jp);
  font-size: 14px;
  color: #1b1b1b;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topInformation {
    padding: 50px 20px;
  }

  #topInformation .topInformation_main {
    flex-direction: column;
    gap: 100px;
  }

  #topInformation .topInformation_left > span {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #topInformation .topInformation_left h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  #topInformation .topInformation_viewmore {
    gap: 20px;
  }

  #topInformation .topInformation_viewmore span {
    font-size: 14px;
  }

  #topInformation .topInformation_viewmore img {
    width: 20px;
  }

  #topInformation .topInformation_content,
	#all_wrap .archive .topInformation_content {
    padding: 20px 8px;
  }

  #topInformation .topInformation_content time,
  #all_wrap .archive .topInformation_content time {
    margin-right: 0;
    font-size: 14px;
  }

  #topInformation .topInformation_content span,
	#all_wrap .archive .topInformation_content span {
    margin-right: 16px;
    font-size: 12px;
    padding: 4px 16px;
  }

  #topInformation .topInformation_content p,
	#all_wrap .archive .topInformation_content p {
    font-size: 14px;
		line-height: 1.4;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #topInformation .topInformation_main {
    gap: 30px;
  }

  #topInformation .topInformation_left h2 {
    margin-bottom: 30px;
  }

  #topInformation .topInformation_content,
	#all_wrap .archive .topInformation_content {
    flex-wrap: wrap;
  }

  #topInformation .topInformation_content p,
	#all_wrap .archive .topInformation_content p {
    margin-top: 8px;
  }
}

/************************************************************/
/*　トップページ お問い合わせ
/************************************************************/
#topContact {
  padding: 120px 20px;
  background-image: url("./img/contact-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#topContact .topContact_main {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#topContact .topContact_main > span {
  font-family: var(--font-jp);
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

#topContact .topContact_main > h2 {
  font-family: "Cardo", serif;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 40px;
}

#topContact .topContact_main > p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 56px;
}

#topContact .topContact_contents {
  display: flex;
  align-items: flex-start;
}

#topContact .topContact_phone {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

#topContact .topContact_phone_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}

#topContact .topContact_phone_title img {
  width: 15px;
  height: auto;
}

#topContact .topContact_phone_title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #ffffff;
}

#topContact .topContact_phone_number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

#topContact .topContact_phone_number span {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

#topContact .topContact_phone_number a {
  font-family: "Cardo", serif;
  font-size: 36px;
  line-height: 0.7em;
  color: #ffffff;
}

#topContact .topContact_phone_time {
  font-family: var(--font-jp);
  font-size: 12px;
  color: #ffffff;
}

#topContact .topContact_mail {
  flex: 1;
  padding: 10px 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#topContact .topContact_mail_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}

#topContact .topContact_mail_title img {
  width: 15px;
  height: auto;
}

#topContact .topContact_mail_title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #ffffff;
}

#topContact .topContact_mail > a {
  border: 1px solid #ffffff;
  width: 280px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
}

#topContact .topContact_mail > a:hover {
  opacity: 0.7;
}

#topContact .topContact_line {
  flex: 1;
  padding: 10px 0;
}

#topContact .topContact_line_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}

#topContact .topContact_line_title img {
  width: 15px;
  height: auto;
}

#topContact .topContact_line_title p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #ffffff;
}

#topContact .topContact_line > a {
  border: 1px solid #ffffff;
  width: 280px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
}

#topContact .topContact_line > a:hover {
  opacity: 0.7;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #topContact {
    padding: 60px 20px;
  }

  #topContact .topContact_main > span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #topContact .topContact_main > h2 {
    margin-bottom: 25px;
  }

  #topContact .topContact_main > p {
    font-size: 14px;
    margin-bottom: 36px;
  }

  #topContact .topContact_contents {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  #topContact .topContact_phone_title {
    margin-bottom: 15px;
  }

  #topContact .topContact_phone_title p {
    font-size: 16px;
  }

  #topContact .topContact_phone_number {
    margin-bottom: 10px;
  }

  #topContact .topContact_phone_number span {
    font-size: 12px;
  }

  #topContact .topContact_phone_number a {
    font-size: 28px;
  }

  #topContact .topContact_phone_time {
    font-size: 10px;
  }

  #topContact .topContact_mail_title {
    margin-bottom: 15px;
  }

  #topContact .topContact_mail_title p {
    font-size: 16px;
  }

  #topContact .topContact_mail {
    border: none;
  }

  #topContact .topContact_mail > a {
    width: 200px;
    height: 40px;
  }

  #topContact .topContact_line_title {
    margin-bottom: 15px;
  }

  #topContact .topContact_line_title p {
    font-size: 16px;
  }

  #topContact .topContact_line > a {
    width: 200px;
    height: 40px;
  }
}

/************************************************************/
/*　メディア 詳細
/************************************************************/
.singleHeader {
  width: 100%;
  padding: 0 0 25px;
  margin: 0 auto 50px;
  position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
	border-bottom: 1px solid #878787;
}
#all_wrap .singleHeader_data {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}
#all_wrap .singleHeader_data .date {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 14px;
  line-height: 1;
  color: var(--text);
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  order: 1;
}
#all_wrap .singleHeader_data::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7a7a7a;
  order: 2;
}
#all_wrap .singleHeader_data em {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 14px;
  line-height: 1;
  color: var(--text);
  font-style: normal;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  order: 3;
}
#all_wrap .singleHeader > figure {
	width: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .singleHeader > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .singleHeader > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .singleHeader_ttl {
	width: calc(100% - 20px - 200px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-row-gap: 10px;
}
#all_wrap .singleHeader_data::after,
#all_wrap .singleHeader_ttl::before,
#all_wrap .singleHeader_ttl::after {
	display: none;
}
#all_wrap .singleHeader_ttl > h1 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  border: none;
  background: none;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
#all_wrap .single_tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  grid-row-gap: 10px;
  position: relative;
  list-style: none;
  margin: 0;
	width: 100%;
}
#all_wrap .single_tags > span {
  padding: 0;
  margin: 0;
  position: relative;
	line-height: 1;
}
#all_wrap .single_tags > span a {
	display: flex;
	justify-content: center;
	align-items: center;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: var(--text);
  padding: 6px 20px;
  border-radius: 12.5px;
  min-width: 116px;
  letter-spacing: 0em;
  text-align: center;
  transition: var(--ease);
}
#all_wrap .single_tags > span a:hover {
  color: #fff;
  background: var(--main);
  transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	.singleHeader {
		width: 100%;
		padding: 0 0 15px;
		margin: 0 auto 30px;
		column-gap: 20px;
		grid-row-gap: 15px;
		flex-direction: unset;
	}
	#all_wrap .singleHeader_data {
		width: 100%;
		column-gap: 10px;
	}
	#all_wrap .singleHeader_data .date {
		font-size: 12px;
	}
	#all_wrap .singleHeader_data em {
		font-size: 12px;
	}
	#all_wrap .singleHeader > figure {
		width: 100px;
	}
	#all_wrap .singleHeader_ttl {
		width: calc(100% - 20px - 100px);
		grid-row-gap: 10px;
	}
	#all_wrap .singleHeader_data::after,
	#all_wrap .singleHeader_ttl::before,
	#all_wrap .singleHeader_ttl::after {
		display: none;
	}
	#all_wrap .singleHeader_ttl > h1 {
		width: 100%;
		font-size: 16px;
	}
	#all_wrap .single_tags {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 5px;
		grid-row-gap: 5px;
		position: relative;
		list-style: none;
		margin: 0;
		width: 100%;
	}
	#all_wrap .single_tags > span {
		padding: 0;
		margin: 0;
		position: relative;
	}
	#all_wrap .single_tags > span a {
		text-decoration: none;
		font-family: "Lato", sans-serif;
		font-size: 0.8rem;
		color: #ffffff;
		background-color: var(--text);
		padding: 4px 12px 5px;
		border-radius: 20px;
		min-width: auto;
		letter-spacing: 0em;
		text-align: center;
		transition: var(--ease);
	}
	#all_wrap .single_tags > span a:hover {
		color: #fff;
		background: var(--main);
		transition: var(--ease);
	}
}

/************************************************************/
/* 会社概要
/************************************************************/

#all_wrap #page-company .company_profile_main {
  flex-direction: column;
  gap: 40px;
}

#all_wrap #page-company .company_profile_main::after {
  display: none;
}

#all_wrap #page-company .company_profile_content {
  border-top: 1px solid #e7e7e7;
  padding: 30px 8px;
  margin: 0;
  display: flex;
  align-items: center;
}

#all_wrap #page-company .company_profile_content:last-child {
  border-bottom: 1px solid #e7e7e7;
}

#all_wrap #page-company .company_profile_content span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #636363;
  min-width: 140px;
}

#all_wrap #page-company .company_profile_content p {
  font-family: var(--font-jp);
  font-size: 16px;
  color: #1b1b1b;
  margin: 0;
}

#all_wrap #page-company .wp-block-image {
  margin-bottom: 0;
}

#page-company .achievement-item {
  margin-top: 0;
}

#page-company .achievement-item-title {
  display: flex;
  height: 28px;
}

#page-company .achievement-item-title ~ p {
  color: #1b1b1b;
}

#page-company .achievement-item-title span:first-child {
  background-color: var(--main);
  border-bottom-color: var(--main);
}

#page-company .achievement-item-title span:last-child {
  flex: 1;
  border-bottom-color: var(--main);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-company .company_profile_main {
    display: block;
  }

  #all_wrap #page-company .company_profile_mobile {
    margin-top: 40px;
  }

  #all_wrap #page-company .company_profile_content {
    display: block;
    padding: 0;
    border-top: none;
  }

  #all_wrap #page-company .company_profile_content:last-child {
    border-bottom: none;
  }

  #all_wrap #page-company .company_profile_content span {
    font-size: 14px;
    display: block;
    padding: 15px 8px;
    width: 100%;
    background: var(--base);
  }

  #all_wrap #page-company .company_profile_content p {
    font-size: 14px;
    padding: 15px 8px;
    width: 100%;
  }
}

/************************************************************/
/* サービスについて
/************************************************************/
#all_wrap #page-service p,
#all_wrap #page-service figcaption {
  color: #1b1b1b;
}

#all_wrap #page-service .service_text_area {
  padding: 0;
  margin-top: 80px;
}

#page-service .wp-image-2508 {
  min-width: 33px;
  width: 33px;
  height: auto;
}

#all_wrap #page-service .green_ttl {
  margin-top: 60px;
}

#page-service .service_top_content {
  padding: 8px;
  margin-top: 0;
  background: #f0f0f0;
}

#all_wrap #page-service .service_top_content p {
  color: #1b1b1b;
}

#all_wrap #page-service .service_top_content_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
}

#all_wrap #page-service .service_shop-design_text {
  color: #1b1b1b;
}

#all_wrap #page-service .service_shop-design_content {
  border-top: 1px solid #e7e7e7;
  padding: 30px 8px;
  margin: 0;
  display: flex;
  align-items: center;
}

#all_wrap #page-service .service_shop-design_content:last-child {
  border-bottom: 1px solid #e7e7e7;
}

#all_wrap #page-service .service_shop-design_content span {
  margin-right: 8px;
}

#all_wrap #page-service .service_shop-design_content p {
  font-family: var(--font-jp);
  font-size: 16px;
  color: #1b1b1b;
  margin: 0;
}

#all_wrap #page-service .topService_info .typesquare_option {
  background: #f0f0f0;
  border-left: none;
  color: #1b1b1b;
  font-size: 20px;
  padding: 15px 8px;
  font-family: "Zen Old Mincho", serif;
}

#all_wrap #page-service .service_shop_images::after {
  display: none;
}

#all_wrap #page-service #topFaq {
  margin-top: 80px;
}

#all_wrap #page-service .faqList dl dt::before {
  color: #1b1b1b;
}

#all_wrap #page-service .faqList dl dd::before {
  color: #1b1b1b;
}

#all_wrap #page-service .faqList dl dd {
  padding: 25px 30px 25px 75px;
}

#all_wrap #page-service .faqList dl dd p {
  font-size: 16px;
}

#all_wrap #page-service .faqList dl dt .typesquare_option {
  background: none;
  border-left: none;
  color: #1b1b1b;
  font-size: 20px;
  font-family: var(--font-jp);
  margin: 0;
}

#all_wrap #page-service .spacer {
  min-height: 60px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-service .spacer {
    min-height: 40px;
  }
  #all_wrap #page-service .service_text_area {
    margin-top: 60px;
  }

  #all_wrap #page-service .topService_info .typesquare_option {
    font-size: 16px;
  }
  #all_wrap #page-service #topFaq {
    margin-top: 60px;
  }
  #all_wrap #page-service .faqList dl dt .typesquare_option {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
  }
  #all_wrap #page-service .faqList dl dd p {
    font-size: 14px;
  }
  #all_wrap #page-service .faqList dl dd {
    padding: 25px 30px 25px 50px;
  }
  #all_wrap .faqList dl dd::before {
    top: 25px;
  }
}

/************************************************************/
/* お客様の声
/************************************************************/
#all_wrap #page-voice p,
#all_wrap #page-voice figcaption {
  color: #1b1b1b;
}

#all_wrap #page-voice .content div::after {
  display: none;
}

#all_wrap .voice_content_top {
  justify-content: center;
  gap: 60px;
}

#all_wrap figcaption.wp-element-caption {
  margin-bottom: 0;
}

#all_wrap .voice_content_wrap {
  margin-top: 60px;
  padding: 0;
}

#all_wrap .voice_content_title {
  font-size: 18px;
}

#all_wrap .voice_images {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin-top: 40px;
}

#all_wrap .voice_image {
  flex: 1;
}

#all_wrap .meihama_2 {
  max-width: 5.6%;
}

#all_wrap .meihama_5 {
  max-width: 5.3%;
}

#all_wrap .torikai_3 {
  max-width: 5.8%;
}

#all_wrap .torikai_4 {
  max-width: 5.5%;
}

#all_wrap .torikai_7 {
  max-width: 11%;
}

#all_wrap .torikai_8 {
  max-width: 6.2%;
}

#all_wrap .torikai_9 {
  max-width: 6%;
}

#all_wrap .torikai_10 {
  max-width: 11%;
}

#all_wrap .fukurou_image {
  max-width: 8.8%;
}

#all_wrap .indigo_3 {
  max-width: 8.4%;
}

#all_wrap .indigo_7 {
  max-width: 7.35%;
}

#all_wrap .granz_image {
  max-width: 8.3%;
}

#all_wrap .yosimura_image {
  max-width: 14.9%;
}

#all_wrap .voice_image img {
  vertical-align: top;
}

#all_wrap .voice_image figcaption {
  text-align: center;
}

#all_wrap .voice_content_border {
  height: 2px;
  background-color: #e7e7e7;
  margin-top: 60px;
}

#all_wrap .wp-block-image .aligncenter > figcaption {
  display: block;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap .voice_content_wrap {
    margin-top: 60px;
  }

  #all_wrap .voice_content_top {
    gap: 20px;
  }

  #all_wrap .voice_content_title {
    font-size: 16px;
  }

  #all_wrap .meihama_2 {
    max-width: 5.2%;
  }

  #all_wrap .meihama_5 {
    max-width: 5%;
  }

  #all_wrap .torikai_3 {
    max-width: 5.3%;
  }

  #all_wrap .torikai_4 {
    max-width: 5%;
  }

  #all_wrap .torikai_7 {
    max-width: 10%;
  }

  #all_wrap .torikai_8 {
    max-width: 5.7%;
  }

  #all_wrap .torikai_9 {
    max-width: 5.5%;
  }

  #all_wrap .torikai_10 {
    max-width: 10%;
  }

  #all_wrap .fukurou_image {
    max-width: 8.4%;
  }

  #all_wrap .indigo_3 {
    max-width: 7.9%;
  }

  #all_wrap .indigo_7 {
    max-width: 6.9%;
  }

  #all_wrap .granz_image {
    max-width: 7.7%;
  }

  #all_wrap .yosimura_image {
    max-width: 14.3%;
  }

  #all_wrap .voice_image figcaption {
    display: none;
  }

  #all_wrap .voice_content_border {
    margin-top: 40px;
  }
}

/************************************************************/
/* ご依頼までの手順
/************************************************************/
#all_wrap #page-flow p {
  color: #1b1b1b;
}

#all_wrap #page-flow .content div::after {
  display: none;
}

#all_wrap #page-flow .flow_step_wrap {
  padding: 60px 20px;
  margin-top: 40px;
}

#all_wrap #page-flow .flow_highlight {
  color: #1b1b1b;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  margin-top: 40px;
  display: block;
  text-decoration: underline;
}

#page-flow .circle {
  text-decoration: none;
}

#page-flow .circle-text {
  color: #1b1b1b;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-flow .flow_step_wrap {
    padding: 40px 20px;
    margin-top: 20px;
  }
  #all_wrap #page-flow .flow_highlight {
    font-size: 16px;
  }
}

/************************************************************/
/* アクセス
/************************************************************/
#all_wrap #page-acces p {
  color: #1b1b1b;
}

#all_wrap #page-acces .content div::after {
  display: none;
}

#all_wrap #page-acces .acces_subtitle {
  padding: 0;
  margin: 80px 0 20px;
}

#all_wrap #page-acces .acces_subtitle p {
  font-size: 18px;
}

#page-acces iframe {
  max-width: 100%;
}

#all_wrap #page-acces .acces_text_area_wrap {
  margin: 20px 0 80px;
  background-color: #f0f0f0;
}

#all_wrap #page-acces .acces_text_area {
  padding: 40px 0;
  justify-content: center;
}

#all_wrap #page-acces .acces_text_area > div {
  max-width: fit-content;
}

#all_wrap #page-acces .acces_text_area p {
  margin: 0;
}

#all_wrap #page-acces .acces_building_wrap {
  padding: 0;
  margin-top: 80px;
}

#all_wrap #page-acces .acces_building_table {
  border-collapse: collapse;
  border: none;
  margin-bottom: 40px;
}

#all_wrap #page-acces .wp-block-image .aligncenter > figcaption {
  display: block;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-acces .acces_subtitle {
    margin: 60px 0 20px;
  }

  #all_wrap #page-acces .acces_subtitle p {
    font-size: 14px;
  }

  #all_wrap #page-acces .acces_text_area_wrap {
    margin: 20px 0 60px;
  }

  #all_wrap #page-acces .acces_building_wrap {
    margin-top: 60px;
  }

  #all_wrap #page-acces div.wp-block-image {
    margin-bottom: 40px;
  }
}

/************************************************************/
/* お問い合わせ
/************************************************************/
#all_wrap #page-contact p {
  color: #1b1b1b;
}

#all_wrap #page-contact .content div::after {
  display: none;
}

#all_wrap #page-contact .contact_form_wrap {
  padding: 0;
  margin-top: 80px;
}

#all_wrap #page-contact .contact_form_title {
  background-color: #f0f0f0;
  font-size: 20px;
  padding: 16px;
  font-family: "Zen Old Mincho", serif;
}

#all_wrap #page-contact form {
  color: #1b1b1b;
}

#all_wrap #page-contact form input[type="radio"] {
  accent-color: var(--link);
}

#all_wrap #page-contact form .text-danger {
  color: var(--link);
}

#all_wrap #page-contact table {
  border: none;
}

#all_wrap #page-contact table tr {
  border-top: 1px solid #e7e7e7;
}

#all_wrap #page-contact .wpcf7-form-control-wrap input[type="text"],
#all_wrap #page-contact .wpcf7-form-control-wrap input[type="email"],
#all_wrap #page-contact .wpcf7-form-control-wrap input[type="number"],
#all_wrap #page-contact .wpcf7-form-control-wrap select,
#all_wrap #page-contact .wpcf7-form-control-wrap textarea {
  min-width: 400px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 15px;
	padding: 12px;
	background: #fafafa;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0;
}

#all_wrap #page-contact table th,
#all_wrap #page-contact table td {
  color: #1b1b1b;
  font-weight: bold;
  text-align: left;
}
#all_wrap #page-contact table th {
	white-space: nowrap;
}

#all_wrap #page-contact .btn.wpcf7-form-control {
  font-size: 20px;
  width: fit-content;
  background: var(--text);
  padding: 20px 80px;
  border-radius: 8px;
  color: #fff;
  transition: var(--ease);
  margin: 40px auto 0;
}

#all_wrap #page-contact .btn.wpcf7-form-control:focus-visible {
  border: 1px solid var(--link);
}

#all_wrap #page-contact .btn.wpcf7-form-control:hover {
  background: var(--link);
  transition: var(--ease);
}

#all_wrap #page-contact input.wpcf7-form-control,
#all_wrap #page-contact textarea.wpcf7-form-control {
  max-width: 100%;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-contact form .contact_form_item {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
    margin: 0;
  }
  #all_wrap #page-contact span.wpcf7-form-control-wrap {
    display: block;
    min-width: unset;
  }
  #all_wrap #page-contact .contact_form_title {
    font-size: 18px;
  }
  #all_wrap #page-contact .wpcf7-form-control-wrap input[type="text"],
  #all_wrap #page-contact .wpcf7-form-control-wrap input[type="email"],
  #all_wrap #page-contact .wpcf7-form-control-wrap input[type="number"],
  #all_wrap #page-contact .wpcf7-form-control-wrap select,
  #all_wrap #page-contact .wpcf7-form-control-wrap textarea {
    min-width: 100%;
  }
  #all_wrap #page-contact .btn.wpcf7-form-control {
    font-size: 16px;
    padding: 16px 60px;
  }
}

.wpcf7-form-control-wrap[data-name="menu-todouhuken"] {
	position: relative;
	display: inline-block;
	width: 400px;
	min-width: 400px;
}
.wpcf7-form-control-wrap[data-name="menu-todouhuken"] select {
	width: 400px;
	padding: 12px 40px 12px 16px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fafafa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	transition: 0.2s;
}
.wpcf7-form-control-wrap[data-name="menu-todouhuken"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	pointer-events: none;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	transform: translateY(-50%) rotate(45deg);
}
.wpcf7-form-control-wrap[data-name="menu-todouhuken"] select:hover {
	border-color: #aaa;
}
.wpcf7-form-control-wrap[data-name="menu-todouhuken"] select:focus {
	border-color: #0073aa;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
	outline: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
	.wpcf7-form-control-wrap[data-name="menu-todouhuken"] {
		width: 100%;
		min-width: 100%;
	}
	.wpcf7-form-control-wrap[data-name="menu-todouhuken"] select {
		width: 100%;
	}
}

/************************************************************/
/* よくある質問
/************************************************************/
#all_wrap #page-faq p {
  color: #1b1b1b;
}

#all_wrap #page-faq .content div::after {
  display: none;
}

#all_wrap #page-faq .faq_content_wrap {
  padding: 60px 20px;
  margin-top: 40px;
}

#all_wrap #page-faq .faq_content_wrap:nth-child(even) {
  background: #f0f0f0;
}

#all_wrap #page-faq .faq_title {
  font-size: 16px;
}

#page-faq .circleq, #page-faq .circle2 {
  text-decoration: none;
  white-space: nowrap;
}

#page-faq .circle-text {
  color: #1b1b1b;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-faq .faq_content_wrap {
    padding: 40px 20px;
    margin-top: 20px;
  }
  #all_wrap #page-faq .faq_content_wrap .wp-block-columns {
    gap: 0;
  }
  #all_wrap #page-faq .faq_title {
    margin-bottom: 20px;
  }
}

/************************************************************/
/* 最新情報
/************************************************************/
#all_wrap .archive,
#all_wrap .propList,
#all_wrap .newsList {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

#all_wrap div.archive {
  margin-top: 80px;
}
#all_wrap div.archive.mt0 {
	margin-top: 0;
}

#all_wrap .archive > li,
#all_wrap .propList > li,
#all_wrap .newsList > li {
  width: 100%;
  list-style: none;
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
}

#all_wrap .archive > li:last-child,
#all_wrap .propList > li:last-child,
#all_wrap .newsList > li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

#all_wrap .archive > li .date,
#all_wrap .propList > li .date,
#all_wrap .newsList > li .date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #636363;
  display: inline-block;
  margin-right: 4px;
}

#all_wrap .archive > li .newstag,
#all_wrap .propList > li .newstag,
#all_wrap .newsList > li .newstag {
  display: inline-block;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

#all_wrap .archive > li .newstag span,
#all_wrap .propList > li .newstag span,
#all_wrap .newsList > li .newstag span {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: var(--text);
  padding: 6px 20px;
  border-radius: 12.5px;
  letter-spacing: 0em;
  text-align: center;
}

#all_wrap .archive > li .newstag span::before,
#all_wrap .propList > li .newstag span::before,
#all_wrap .newsList > li .newstag span::before {
  content: "#";
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #ffffff;
}

#all_wrap .archive > li h3,
#all_wrap .propList > li h3,
#all_wrap .newsList > li h3 {
  margin-top: 20px;
}

#all_wrap .archive > li h3 a,
#all_wrap .propList > li h3 a,
#all_wrap .newsList > li h3 a {
  font-family: var(--font-jp);
  font-size: 24px;
  color: #1b1b1b;
  transition: var(--ease);
}

#all_wrap .archive > li h3 a:hover,
#all_wrap .propList > li h3 a:hover,
#all_wrap .newsList > li h3 a:hover {
  color: var(--main);
  text-decoration: underline;
  transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
  #all_wrap .archive > li .date,
  #all_wrap .propList > li .date,
  #all_wrap .newsList > li .date {
    margin-bottom: 4px;
  }

  #all_wrap .archive > li .newstag,
  #all_wrap .propList > li .newstag,
  #all_wrap .newsList > li .newstag {
    display: flex;
  }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap div.archive {
    margin-top: 60px;
  }

  #all_wrap .archive > li,
  #all_wrap .propList > li,
  #all_wrap .newsList > li {
    padding: 30px 0;
    width: 100%;
  }

  #all_wrap .archive > li .date,
  #all_wrap .propList > li .date,
  #all_wrap .newsList > li .date {
    font-size: 12px;
  }

  #all_wrap .archive > li .newstag span,
  #all_wrap .propList > li .newstag span,
  #all_wrap .newsList > li .newstag span {
    font-size: 10px;
    padding: 4px 16px;
  }

  #all_wrap .archive > li h3 a,
  #all_wrap .propList > li h3 a,
  #all_wrap .newsList > li h3 a {
    font-size: 18px;
  }
}

/************************************************************/
/* 投稿詳細ページ
/************************************************************/
#all_wrap .l-wrapper.single p {
  color: #1b1b1b;
}

#all_wrap .l-wrapper.single .singleHeader_data .date {
  font-family: "Lato", sans-serif;
  color: #636363;
}

#all_wrap .l-wrapper.single .singleHeader > h1 {
  font-family: var(--font-jp);
  font-size: 24px;
  color: #1b1b1b;
  margin-bottom: 40px;
}

#all_wrap .l-wrapper.single .veu_relatedPosts .row {
  row-gap: 20px;
}

#all_wrap .l-wrapper.single .veu_relatedPosts .relatedPosts_item {
  margin-top: 0;
}

#all_wrap .l-wrapper.single .veu_relatedPosts .relatedPosts_title {
  font-family: "Zen Old Mincho", serif;
  color: #1b1b1b;
  font-size: 18px;
  margin-bottom: 8px;
}

#all_wrap .l-wrapper.single .veu_relatedPosts .media-heading {
  font-family: var(--font-jp);
  font-size: 16px;
  color: #1b1b1b;
}

#all_wrap .l-wrapper.single .veu_relatedPosts .media-heading > a {
  text-decoration: none;
  transition: var(--ease);
}

#all_wrap .l-wrapper.single .veu_relatedPosts .media-heading > a:hover {
  color: var(--main);
  text-decoration: underline;
  transition: var(--ease);
}

#all_wrap .l-wrapper.single .veu_relatedPosts .media-date {
  font-family: var(--font-jp);
  font-size: 12px;
  color: #1b1b1b;
}

#all_wrap .l-wrapper.single .post-navigation a {
  font-family: var(--font-jp);
  font-size: 16px;
  color: #1b1b1b;
}

#all_wrap .l-wrapper.single .post-navigation a:hover {
  color: var(--main);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap .l-wrapper.single .singleHeader > h1 {
    font-size: 20px;
  }
  #all_wrap .l-wrapper.single .post-navigation a {
    font-size: 14px;
  }
}


/************************************************************/
/* サイトマップ
/************************************************************/
#all_wrap #page-sitemap-page p,
#all_wrap #page-sitemap-page figcaption,
#all_wrap #page-sitemap-page a {
  color: #1b1b1b;
}

/************************************************************/
/* 個人情報保護方針
/************************************************************/
#all_wrap #page-privacy p,
#all_wrap #page-privacy figcaption {
  color: #1b1b1b;
}

#all_wrap #page-privacy h2.typesquare_option {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  color: #1b1b1b;
  margin-top: 80px;
  margin-bottom: 40px;
}

#all_wrap #page-privacy #topMessage h2.typesquare_option {
  margin-bottom: 80px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #all_wrap #page-privacy h2.typesquare_option {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #all_wrap #page-privacy #topMessage h2.typesquare_option {
    margin-bottom: 60px;
  }
}

/************************************************************/
/*　 TOPメッセージ
/************************************************************/

#topMessage {
  margin-top: 80px;
}

#all_wrap .topContact_wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#all_wrap h2.typesquare_option {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  color: #1b1b1b;
  margin-bottom: 80px;
}
#all_wrap #topMessage h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	line-height: 1.4em;
	color: #1b1b1b;
	margin-bottom: 20px;
}
#all_wrap #topMessage p {
  font-family: var(--font-jp);
  color: #1b1b1b;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
  #topMessage {
    margin-top: 60px;
  }

  #all_wrap .topContact_wrap {
    flex-direction: column;
  }

  #all_wrap h2.typesquare_option {
    font-size: 18px;
    margin-bottom: 60px;
  }
	
	#all_wrap #topMessage h2 {
		font-size: 4vw;
	}
}


/* - よくある質問 */
#all_wrap .faqList {
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .faqList dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#all_wrap .faqList dl dt {
	width: 100%;
	padding: 25px 60px 25px 60px;
	margin: 0;
	position: relative;
	background: var(--base);
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--text);
	cursor: pointer;
	transition: var(--ease);
}
#all_wrap .faqList dl:nth-of-type(even) dt {
	background: var(--gray);
}
#all_wrap .faqList dl dt::before {
	content: "Q.";
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 30px;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
	transition: var(--ease);
}
#all_wrap .faqList dl dt::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("https://relief-port.com/wp-content/uploads/arrow_bottom.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%);
	transition: var(--ease);
}
#all_wrap .faqList dl dt.active::after {
	transform: translate(0, -50%) rotate(180deg);
	transition: var(--ease);
}
#all_wrap .faqList dl dd {
	width: 100%;
	padding: 25px 30px 25px 60px;
	margin: 0;
	position: relative;
	background: var(--base);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
}
#all_wrap .faqList dl:nth-of-type(even) dd {
	background: var(--gray);
}
#all_wrap .faqList dl dd::after {
	content: "";
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #878787;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
#all_wrap .faqList dl dd::before {
	content: "A.";
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 28px;
	left: 30px;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
}
#all_wrap .faqList dl dd p {
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#all_wrap .faqList dl dd p:last-of-type {
	margin-bottom: 0;
}
/* - よくある質問本文 */
#all_wrap .diamond_list {
	width: 100%;
	padding: 0;
	margin: 0 auto 1em;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
#all_wrap .diamond_list > li {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--main);
	position: relative;
	padding-left: 1.2em;
}
#all_wrap .diamond_list > li::before {
	content: "◆";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	transform: unset;
	border-radius: 0;
	width: 1em;
	height: 1em;
	color: var(--main);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	/*よくある質問*/
	#about_faq {
		width: 100%;
		padding: 50px 0 150px;
		margin: 0 auto;
		position: relative;
	}
	#all_wrap .about_faq_wrap {
		width: 100%;
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 30px;
		flex-wrap: wrap;
	}
	#all_wrap .about_faq_wrap > header {
		width: calc(100% - 60px);
		grid-row-gap: 10px;
		column-gap: 10px;
		margin: 0 auto;
		flex-direction: unset;
		align-items: center;
		justify-content: flex-start;
	}
	#all_wrap .about_faq_wrap > header > em {
		display: block;
		width: auto;
		font-size: 40px;
	}
	#all_wrap .about_faq_wrap > header > h2 {
		display: block;
		width: auto;
		font-size: 14px;
	}
	#all_wrap .about_faq_info {
		width: calc(100% - 60px);
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	/* - よくある質問 */
	#all_wrap .faqList {
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
	#all_wrap .faqList dl {
		width: 100%;
	}
	#all_wrap .faqList dl dt {
		width: 100%;
		padding: 20px 60px 20px 48px;
		font-size: 14px;
		line-height: 1.6em;
	}
	#all_wrap .faqList dl dt::before {
		content: "Q.";
		top: 50%;
		transform: translate(0, -50%);
		left: 20px;
		font-size: 16px;
		line-height: 1.2em;
	}
	#all_wrap .faqList dl dt::after {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		top: 50%;
		right: 30px;
		transform: translate(0, -50%);
	}
	#all_wrap .faqList dl dd {
		width: 100%;
		padding: 20px 20px 20px 48px;
		font-size: 13px;
		line-height: 2;
	}
	#all_wrap .faqList dl dd::after {
		width: calc(100% - 40px);
	}
	#all_wrap .faqList dl dd::before {
		top: 22px;
		left: 20px;
		font-size: 16px;
		line-height: 1.2em;
	}
	#all_wrap .faqList dl dd p {
		font-size: 14px;
		line-height: 1.6em;
	}
	/* - よくある質問本文 */
	#all_wrap .diamond_list {
		width: 100%;
		padding: 0;
		margin: 0 auto 1em;
		grid-row-gap: 5px;
	}
	#all_wrap .diamond_list > li {
		font-size: 14px;
		line-height: 1.4em;
	}
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 480px) {
	/*よくある質問*/
	#about_faq {
		width: 100%;
		padding: 0 0 150px;
		margin: 0 auto;
		position: relative;
	}
	#all_wrap .about_faq_wrap {
		width: 100%;
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
		flex-wrap: wrap;
	}
	#all_wrap .about_faq_wrap > header {
		width: calc(100% - 60px);
		grid-row-gap: 12px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#all_wrap .about_faq_wrap > header > em {
		display: block;
		width: 100%;
		font-size: 30px;
	}
	#all_wrap .about_faq_wrap > header > h2 {
		display: block;
		width: 100%;
		font-size: 13px;
	}
	#all_wrap .about_faq_info {
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	/* - よくある質問 */
	#all_wrap .faqList {
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
	#all_wrap .faqList dl {
		width: 100%;
	}
	#all_wrap .faqList dl dt {
		width: 100%;
		padding: 15px 45px 15px 48px;
		font-size: 13px;
		line-height: 1.6em;
	}
	#all_wrap .faqList dl dt::before {
		content: "Q.";
		font-size: 16px;
		line-height: 1.2em;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translate(0, -50%);
	}
	#all_wrap .faqList dl dt::after {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
	}
	#all_wrap .faqList dl dd {
		width: 100%;
		padding: 15px 20px 15px 48px;
		font-size: 13px;
		line-height: 2;
	}
	#all_wrap .faqList dl dd::after {
		width: calc(100% - 40px);
	}
	#all_wrap .faqList dl dd::before {
		top: 18px;
		left: 20px;
		font-size: 16px;
		line-height: 1.2em;
	}
	#all_wrap .faqList dl dd p {
		font-size: 13px;
		line-height: 1.6em;
	}
	/* - よくある質問本文 */
	#all_wrap .diamond_list {
		width: 100%;
		padding: 0;
		margin: 0 auto 1em;
		grid-row-gap: 5px;
	}
	#all_wrap .diamond_list > li {
		font-size: 13px;
		line-height: 1.4em;
	}
}



/************************************************************/
/*　 施工実績・お客様の声
/************************************************************/
#all_wrap .voiceList {
	width: 100%;
	max-width: 1300px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	column-gap: 40px;
}
#all_wrap .voiceList li {
	width: calc((100% - 80px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#all_wrap .voiceList.sub {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 60px;
}
#all_wrap .voiceList.sub li {
	width: calc((100% - 40px) / 2);
}
#all_wrap .voiceList li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#all_wrap .voiceList li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#all_wrap .voiceList li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .voiceList li .voiceList_info {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#all_wrap .voiceList li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	align-items: flex-start;
}
#all_wrap .voiceList li h3 .cattag {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#all_wrap .voiceList li h3 .cattag a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 10px 5px;
	margin: 0;
	background: none;
	border: 1px solid #555;
	font-size: 11px;
	line-height: 1;
	color: #555;
	border-radius: 20px;
	text-decoration: none;
	white-space: nowrap;
}
#all_wrap .voiceList li h3 > a {
	font-size: 16px;
	line-height: 1.4em;
	text-decoration: none;
	transition: var(--ease);
}
#all_wrap .voiceList li h3 > a:hover {
	font-size: 16px;
	text-decoration: underline;
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	
	#all_wrap .voiceList {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		column-gap: 0;
	}
	#all_wrap .voiceList li {
		width: 100%;
		grid-row-gap: 15px;
	}
	#all_wrap .voiceList.sub {
		width: 100%;
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	#all_wrap .voiceList.sub li {
		width: 100%;
	}
	#all_wrap .voiceList li .voiceList_info {
		width: 100%;
		grid-row-gap: 15px;
	}

	/* Easy FancyBox のスマホ矢印ボタンを強制表示 */
	#fancybox-left, 
	#fancybox-right {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 99999999999 !important;
	}

	#fancybox-left-ico, 
	#fancybox-right-ico {
		visibility: visible !important;
		opacity: 1 !important;
		z-index: 999999999999 !important;
	}
	#fancybox-left-ico {
		left: 20px !important;
	}
	#fancybox-right-ico {
		right: 20px !important;
		left: unset;
	}
}