@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --vk-color-text-body: #000000 !important;
  --vk-color-primary: #996600;
  --vk-color-primary-dark:#150303;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-green: #66cc99;
  --color-blue: #2d99cd;
  --color-sky: #1689cc;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(
    90deg,
    rgba(0, 0, 153, 1) 0%,
    rgba(45, 153, 205, 1) 100%
  );
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(
    90deg,
    rgba(22, 137, 204, 1) 0%,
    rgba(22, 137, 204, 1) 100%
  );
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(
    90deg,
    rgba(9, 152, 211, 1) 0%,
    rgba(7, 72, 169, 1) 100%
  );
}

/* color */
/* font */
:root {
  --delay: 0;
  --duration: 1200ms;
  --iterations: 1;
}

html,
body {
  font-family: var(--font-family--gothic);
  color: var(--vk-color-text-body);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .pc {
    display: none !important;
  }
}

a {
  color: #333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1224px;
  }
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

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

h2,
h3 {
  padding: 0;
  border-bottom: 0;
  border-top: 0;
}
h2::before,
h3::before {
  display: none;
}
h2::after,
h3::after {
  display: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

/*カスタムテンプレート*/
ol,
ul {
  padding-left: 0 !important;
}

.device-pc .global-nav-list > li > a {
  padding: 0 18.5px;
}
@media screen and (max-width: 1490px) {
  .device-pc .global-nav-list > li > a {
    padding: 0 0.6rem;
  }
}

.menu-add {
  display: flex;
  align-items: start;
  float: right;
  margin-left: 47px;
}
@media screen and (max-width: 1490px) {
  .menu-add {
    margin-left: 25px;
  }
}
.menu-add .instagram a {
  width: 185px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 12px;
  color: rgb(212, 188, 115);
  line-height: 1.5;
  gap: 8px;
}
.menu-add .instagram a .insta-text {
  margin-left: 8px;
  font-size: 12px;
  color: #58310b;
}
.menu-add .contact {
  border-radius: 6px;
  background-color: #744d4d;
  color: #fff;
  width: 110px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menu-add .contact a {
  color: #fff;
  font-size: 14px;
}
.menu-add .contact:hover {
  background-color: #996600;
}

@media (max-width: 1300px) {
  body.home.device-pc .vk-mobile-nav-menu-btn {
    display: block;
  }
}
@media (max-width: 1170px) {
  body.device-pc .vk-mobile-nav-menu-btn {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  body.home .global-nav {
    display: none;
  }
  body.home .vk-mobile-nav-menu-btn {
    right: 40px;
    left: auto;
    display: block;
  }
  body.home nav#global-nav {
    display: none;
  }
  body.home .menu-add {
    display: none;
  }
  body.home .menu-add .instagram {
    display: none;
  }
  body.home .menu-add .contact {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body.home .vk-mobile-nav-menu-btn {
    right: 20px;
  }
}
/* ===== Lightning ハンバーガー上書き ===== */
/* 元画像を消す */
.vk-mobile-nav-menu-btn {
  width: 40px;
  height: 40px;
}

div#vk-mobile-nav-menu-btn::before {
  content: "";
  height: 4px;
  background: #58310b;
  width: 100%;
  display: block;
  top: 30%;
  position: absolute;
  width: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

div#vk-mobile-nav-menu-btn::after {
  content: "";
  height: 4px;
  background: #58310b;
  width: 100%;
  display: block;
  top: 70%;
  position: absolute;
  width: 25px;
  left: 0;
  right: 0;
  margin: auto;
}

div#vk-mobile-nav-menu-btn.menu-open::after {
  display: none;
}

div#vk-mobile-nav-menu-btn.menu-open::before {
  display: none;
}

.vk-mobile-nav-menu-btn.menu-open {
  /* border: 1px solid rgba(255, 255, 255, .8); */
  z-index: 1000;
}

.vk-mobile-nav-menu-btn.menu-open {
  border: 0;
}

div#vk-mobile-nav-menu-btn {
  position: absolute;
}

div#vk-mobile-nav-menu-btn.menu-open::before {
  content: "";
  height: 4px;
  width: 30px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

div#vk-mobile-nav-menu-btn.menu-open::after {
  content: "";
  height: 4px;
  width: 30px;
  display: block;
  background: #fff;
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 開いたら × */
.vk-mobile-nav-menu-btn .is-open::before {
  top: 50%;
  transform: rotate(45deg);
}

.vk-mobile-nav-menu-btn.is-open::after {
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg);
}

/* × の色 */
.vk-mobile-nav-menu-btn.is-open::before,
.vk-mobile-nav-menu-btn.is-open::after {
  background-color: #fff;
}

.page-header {
  background-color: #725342;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .page-header {
    margin-top: 60px;
    height: 100px;
  }
}

h1.page-header-title {
  font-size: 46px;
  font-family: "Zen Antique", serif;
  color: rgb(244, 237, 202);
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 750px) {
  h1.page-header-title {
    font-size: 23px;
  }
}

header#site-header {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #996600;
  height: 120px;
}
@media screen and (max-width: 750px) {
  header#site-header {
    height: 60px;
  }
}

.page-template-template-custom h2 {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
}
@media (min-width: 992px) {
  .page-template-template-custom h2 {
    font-size: 34px;
  }
}
.page-template-template-custom h2::after {
  content: "";
  width: 46px;
  height: 22px;
  background: url("../images/icons/deco_h2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 23px);
}
.page-template-template-custom .page-header {
  background-color: #725342;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .page-header {
    margin-top: 60px;
    height: 195px;
  }
}
.page-template-template-custom h1.page-header-title {
  font-size: 46px;
  font-family: "Zen Antique", serif;
  color: rgb(244, 237, 202);
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h1.page-header-title {
    font-size: 23px;
  }
}
.page-template-template-custom h2 {
  font-size: 40px;
  font-family: "Zen Antique", serif;
  color: rgb(116, 77, 77);
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: 100%;
  border-top: 0;
  z-index: 10;
  font-weight: 400;
  height: 150px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h2 {
    font-size: 20px !important;
    margin-top: 40px;
    height: 120px;
    line-height: 1.2;
  }
}
.page-template-template-custom h2::before {
  content: "";
  display: block;
  height: 150px;
  width: 48.7%;
  background-color: #f1eede;
  max-width: 570px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 60%;
  margin: auto;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h2::before {
    width: 62.6%;
    height: 80px;
  }
}
.page-template-template-custom p.min {
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom p.min {
    font-size: 15px;
    line-height: 2;
  }
}
.page-template-template-custom .f-min {
  font-weight: 400;
  font-family: "Zen Antique", serif;
  font-size: 18px;
  font-family: "Zen Antique", serif;
  color: rgb(116, 77, 77);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom .f-min {
    font-size: 14px;
    line-height: 2;
  }
}
.page-template-template-custom h5.h5-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #744d4d;
  background: none;
  border-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  padding-left: 0;
  display: flex;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h5.h5-number {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-template-custom h5.h5-number span {
  background-color: #744d4d;
  width: 48px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 3px;
  border-radius: 12px;
  margin-right: 5px;
  font-size: 18px;
  color: rgb(241, 238, 222);
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h5.h5-number span {
    font-size: 11px;
    border-radius: 12px;
    width: 30px;
    height: 15px;
  }
}
.page-template-template-custom h5.h5-number span::before {
  display: none;
}
.page-template-template-custom h3.h3-b {
  font-size: 34px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  line-height: 1.5;
  background-color: rgb(153, 102, 0);
  position: relative;
}
.page-template-template-custom h3.h3-b::after {
  content: "";
  width: 100%;
  border-radius: 2px;
  position: absolute;
  background-color: #996600;
  height: 4px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: -19px;
}
.page-template-template-custom h4.h4-a {
  background-color: rgb(116, 77, 77);
  width: 370px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(241, 238, 222);
  line-height: 1.5;
  text-align: center;
  border-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h4.h4-a {
    font-size: 23px;
    height: 90px;
    width: 100%;
  }
}
.page-template-template-custom p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom p {
    font-size: 12.7px;
  }
}
.page-template-template-custom ul.list-a {
  list-style: none;
}
.page-template-template-custom ul.list-a li {
  position: relative;
  padding-left: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 35px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul.list-a li {
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
.page-template-template-custom ul.list-a li::before {
  width: 24px;
  height: 20px;
  content: "";
  border-left: 12px solid #744d4d;
  border-right: 12px solid #d4bc73;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ul.list-a li::before {
    width: 9px;
    height: 15px;
    border-left: 4.5px solid #744d4d;
    border-right: 4.5px solid #d4bc73;
  }
}
.page-template-template-custom ol.list-number li {
  position: relative;
  padding-left: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
  margin-top: 23px;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ol.list-number li {
    font-size: 14px;
  }
}
.page-template-template-custom ol.list-number li::before {
  background: #744d4d !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom ol.list-number li::before {
    font-size: 14px;
  }
}
.page-template-template-custom h3 {
  font-size: 34px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  line-height: 1.5;
  position: relative;
  display: block;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: solid 4px #996600;
  width: fit-content;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h3 {
    font-size: 18px;
    line-height: 1.417;
  }
}
.page-template-template-custom h4 {
  background-color: rgb(116, 77, 77);
  width: 370px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(241, 238, 222);
  line-height: 1.5;
  text-align: center;
  border-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h4 {
    font-size: 23px;
    height: 90px;
    width: 100%;
  }
}
.page-template-template-custom h4:where(:not(.wp-block-post-title)) {
  background-color: rgb(116, 77, 77);
  border-radius: 0;
}
.page-template-template-custom h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #744d4d;
  background: none;
  border-bottom: 0;
  font-weight: bold;
  padding-left: 0;
  background: none;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-template-custom h5::before {
  display: none;
}
.page-template-template-custom h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}

.page-template-template-custom2 .page-header {
  background-color: #725342;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 .page-header {
    margin-top: 60px;
    height: 195px;
  }
}
.page-template-template-custom2 h1.page-header-title {
  font-size: 46px;
  font-family: "Zen Antique", serif;
  color: rgb(244, 237, 202);
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h1.page-header-title {
    font-size: 23px;
  }
}
.page-template-template-custom2 h2 {
  font-size: 40px;
  font-family: "Zen Antique", serif;
  color: #140405;
  position: relative;
  width: 100%;
  border-top: 0;
  font-weight: 400;
  height: 122px;
  padding-left: 87px;
  text-align: left;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h2 {
    font-size: 20px !important;
    letter-spacing: 0.1em;
    margin: 0 0 16px 0;
    height: 74px;
    padding-left: 35px;
    letter-spacing: 0.01em;
  }
}
.page-template-template-custom2 h2::before {
  content: "";
  display: block;
  height: 112px;
  width: 27px;
  background-color: #d4bc74;
  border-radius: 2px;
  left: 0;
  top: 0;
  margin: auto;
  position: absolute;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h2::before {
    height: culc(92.9%);
    width: 16px;
    height: 93.2%;
  }
}
.page-template-template-custom2 h2::after {
  content: "";
  display: block;
  height: 112px;
  width: 27px;
  background-color: #996500;
  opacity: 0.8;
  border-radius: 2px;
  left: 9px;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h2::after {
    height: culc(92.9%);
    width: 16px;
    height: 93.2%;
  }
}
.page-template-template-custom2 p.min {
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 p.min {
    font-size: 15px;
    line-height: 2;
  }
}
.page-template-template-custom2 .f-min {
  font-weight: 400;
  font-family: "Zen Antique", serif;
  font-size: 18px;
  font-family: "Zen Antique", serif;
  color: rgb(116, 77, 77);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 .f-min {
    font-size: 14px;
    line-height: 2;
  }
}
.page-template-template-custom2 h5.h5-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #744d4d;
  background: none;
  border-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  padding-left: 0;
  display: flex;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h5.h5-number {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-template-custom2 h5.h5-number span {
  background-color: #744d4d;
  width: 48px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 3px;
  border-radius: 12px;
  margin-right: 5px;
  font-size: 18px;
  color: rgb(241, 238, 222);
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h5.h5-number span {
    font-size: 11px;
    border-radius: 12px;
    width: 30px;
    height: 15px;
  }
}
.page-template-template-custom2 h5.h5-number span::before {
  display: none;
}
.page-template-template-custom2 h4.h4-a {
  background-color: rgb(116, 77, 77);
  width: 370px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(241, 238, 222);
  line-height: 1.5;
  text-align: center;
  border-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h4.h4-a {
    font-size: 23px;
    height: 90px;
    width: 100%;
  }
}
.page-template-template-custom2 p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 p {
    font-size: 12.7px;
  }
}
.page-template-template-custom2 ul.list-a {
  list-style: none;
}
.page-template-template-custom2 ul.list-a li {
  position: relative;
  padding-left: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 35px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 ul.list-a li {
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
.page-template-template-custom2 ul.list-a li::before {
  width: 12px;
  height: 20px;
  content: "";
  border-radius: 3px 0 0 3px;
  background-color: #744d4d;
  position: absolute;
  left: 0;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 ul.list-a li::before {
    width: 8.75px;
    height: 15px;
  }
}
.page-template-template-custom2 ul.list-a li::after {
  width: 12px;
  height: 20px;
  content: "";
  border-radius: 0 3px 3px 0;
  background-color: #d4bc73;
  border-left: 0;
  border-right: 0;
  position: absolute;
  left: 12px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 ul.list-a li::after {
    width: 8.75px;
    height: 15px;
    left: 8.75px;
  }
}
.page-template-template-custom2 ol.list-number li {
  position: relative;
  padding-left: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-top: 23px;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 ol.list-number li {
    font-size: 14px;
  }
}
.page-template-template-custom2 ol.list-number li::before {
  background: #744d4d !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 ol.list-number li::before {
    font-size: 14px;
  }
}
.page-template-template-custom2 h3 {
  font-size: 34px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  font-weight: 400;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #754d4d;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h3 {
    font-size: 20px;
    letter-spacing: -0.06em;
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
}
.page-template-template-custom2 h3::after {
  content: "";
  display: block;
  width: 170px;
  position: absolute;
  background-color: #9a6601;
  height: 4px;
  left: 0;
  bottom: -1.5px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h3::after {
    width: 86px;
    height: 3px;
  }
}
.page-template-template-custom2 h4 {
  background-color: rgb(116, 77, 77);
  width: 370px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(241, 238, 222);
  line-height: 1.5;
  text-align: center;
  border-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h4 {
    font-size: 23px;
    height: 90px;
    width: 100%;
  }
}
.page-template-template-custom2 h4:where(:not(.wp-block-post-title)) {
  background-color: rgb(116, 77, 77);
  border-radius: 0;
}
.page-template-template-custom2 h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #744d4d;
  background: none;
  border-bottom: 0;
  font-weight: bold;
  padding-left: 0;
  background: none;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-template-custom2 h5::before {
  display: none;
}
.page-template-template-custom2 h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .page-template-template-custom2 .btn-image {
    width: 68%;
    height: auto;
  }
}

/* 加工実績 */
.page-kakou .page-header {
  background-image: url(../images/header-works.png);
}
@media screen and (max-width: 750px) {
  .page-kakou .page-header {
    background-image: url(../images/header-works-sp.png);
  }
}

.page-jirei .page-header {
  background-image: url(../images/header-kakou.png);
}
@media screen and (max-width: 750px) {
  .page-jirei .page-header {
    background-image: url(../images/header-kakou-sp.png);
  }
}

.page-column .page-header {
  background-image: url(../images/header-column.png);
}
@media screen and (max-width: 750px) {
  .page-column .page-header {
    background-image: url(../images/header-column-sp.png);
  }
}

/* /カスタムページスタイル終わり*/
.global-nav-list > li:hover:before,
.global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)):before {
  width: 0;
}

.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.site-header--layout--nav-float .site-header-container {
  display: flex;
  flex-direction: row;
  max-width: 1490px;
}
@media screen and (max-width: 1490px) {
  .site-header--layout--nav-float .site-header-container {
    max-width: 98%;
  }
}

body:not(.header_scrolled) .global-nav--layout--float-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
}
@media screen and (max-width: 1490px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    width: calc(98% - 138px - 2rem - 325px);
  }
}

body.home:not(.header_scrolled) .global-nav--layout--float-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
}
@media screen and (max-width: 1490px) {
  body.home:not(.header_scrolled) .global-nav--layout--float-right {
    width: calc(98% - 138px - 2rem - 325px);
  }
}

header#site-header {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 120px;
  padding: 20px 0 20px;
}
@media screen and (max-width: 750px) {
  header#site-header {
    height: 60px;
  }
}

.site-header {
  box-shadow: none !important;
  z-index: 2000 !important;
}

.site-header-logo {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .site-header-logo {
    width: auto;
    height: 26px;
  }
  .site-header-logo img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

.logo-top-pc,
.logo-sub {
  display: block;
}
@media screen and (max-width: 750px) {
  .logo-top-pc,
  .logo-sub {
    display: none;
  }
}

.logo-top-pc {
  margin-bottom: 10px;
}

.logo-top-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .logo-top-sp {
    display: block;
    height: 26px;
  }
}

@media screen and (max-width: 750px) {
  .header-logo {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .header-logo img {
    width: auto;
    height: 26px;
  }
}
.header-logo .logo-sub {
  font-size: 20px;
  color: #58310b;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 20px;
  color: rgb(88, 49, 11);
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .header-logo .logo-sub {
    font-size: 12px;
    padding-top: 6px;
  }
}
.header-logo .logo-page-pc {
  display: block;
  width: 210px;
  height: 78px;
}
@media screen and (max-width: 750px) {
  .header-logo .logo-page-pc {
    display: none;
  }
}
.header-logo .logo-page-pc img {
  height: auto;
  width: 100%;
  max-width: 210px;
  object-fit: cover;
  max-height: initial;
}
.header-logo .logo-page-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .header-logo .logo-page-sp {
    display: block;
    height: 38px;
    max-height: 38px;
  }
}
.header-logo .logo-page-sp img {
  object-fit: cover;
  max-height: initial;
}

ul#menu-header-navigation li {
  font-size: 18px;
  color: rgb(88, 49, 11);
  line-height: 1.2;
  font-weight: 500;
}
ul#menu-header-navigation li a {
  font-size: 18px;
  color: rgb(88, 49, 11);
  line-height: 1.2;
  font-weight: 500;
}

.global-nav-list > li .global-nav-name {
  font-size: 18px;
  color: #58310b;
  line-height: 1.2;
  font-weight: 500;
}

.vk-mobile-nav-menu-btn {
  background: no-repeat;
  border: none;
  z-index: 3000;
  width: 40px;
  height: 40px;
  top: 40px;
}
@media screen and (max-width: 750px) {
  .vk-mobile-nav-menu-btn {
    top: 10px;
  }
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 40px;
}
@media screen and (max-width: 750px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: 10px;
  }
}

.vk-mobile-nav-menu-btn {
  z-index: 3000 !important;
}

@media screen and (max-width: 1170px) {
  .global-nav {
    display: none;
  }
  .vk-mobile-nav-menu-btn {
    right: 40px;
    left: auto;
  }
  nav#global-nav {
    display: none;
  }
  .menu-add {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  body.home .vk-mobile-nav-menu-btn {
    right: 20px;
  }
}
.vk-mobile-nav {
  background-color: #996600;
  border-bottom: dashed 1px #fff;
  padding-top: 120px;
  z-index: 1500 !important;
}
@media screen and (max-width: 750px) {
  .vk-mobile-nav {
    padding-top: 60px;
  }
}

.vk-mobile-nav nav ul li a {
  padding: 25px 5px 25px 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border-bottom: dashed 1px #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}

.vk-mobile-nav-menu-btn.menu-open {
  background: none;
}

@media screen and (max-width: 782px) {
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 0;
  }
}
.breadcrumb-list {
  margin-top: 20px;
}

.breadcrumb {
  border-bottom: 0;
}

li.breadcrumb-list__item.breadcrumb-list {
  font-size: 14px;
  font-weight: 400;
}
li.breadcrumb-list__item.breadcrumb-list a {
  font-size: 14px;
}

.breadcrumb {
  border-top: none;
  border-bottom: none;
}

li.breadcrumb-list__item.breadcrumb-list__item--home i {
  display: none;
}

.fa-home:before {
  display: none !important;
}

.page-nav li a strong {
  color: #fff !important;
}

.insta-text.page-link {
  color: #fff !important;
}

.page-nav > li .global-nav-name {
  color: #ffffff !important;
}

ul#menu-header-navigation > li > ul.sub-menu li {
  color: #fff;
}

ul#menu-header-navigation > li > ul.sub-menu li a {
  color: #fff;
}

ul#menu-header-navigation > li > ul.sub-menu li a:hover {
  color: #fff;
}

.site-footer {
  border-top: 0;
}

.footer-nav {
  background-color: #d4bc73;
  min-height: 60px;
  padding: 20.4px 0 20.4px;
}
@media screen and (max-width: 992px) {
  .footer-nav {
    height: auto;
  }
}
.footer-nav ul {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 7px;
  }
}
.footer-nav ul li {
  font-size: 16px;
  font-weight: 500;
  color: rgb(87, 54, 15);
  line-height: 1.2;
  text-align: center;
  border-right: 1px solid rgb(87, 54, 15);
  margin: 2px 0 2px 0;
  padding: 0 1.3em;
}
@media screen and (max-width: 992px) {
  .footer-nav ul li {
    font-size: 13.65px;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 20px;
    border-bottom: 0;
  }
}
.footer-nav ul li a {
  padding: 0;
}
.footer-nav ul li:first-child {
  border-left: 0;
}
.footer-nav ul li:last-child {
  border-right: 0;
}

.site-footer-copyright {
  background-color: #3c3232;
  height: auto;
  color: #d4bc73;
  padding: 28px 0 28px 0;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright {
    height: auto;
    padding: 28px 0 20px 0;
  }
}
.site-footer-copyright .container {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .container {
    display: block;
    text-align: center;
  }
}
.site-footer-copyright .container .left,
.site-footer-copyright .container .right {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .container .left,
  .site-footer-copyright .container .right {
    width: 100%;
    display: block;
  }
}
.site-footer-copyright .container .left {
  align-items: baseline;
}
.site-footer-copyright .container .right {
  justify-content: end;
  align-items: end;
}
.site-footer-copyright .footer-logo {
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .footer-logo {
    padding-bottom: 20px;
    margin: 0 auto;
    width: 160.5px;
    height: auto;
  }
}
.site-footer-copyright .footer-logo .company-catch {
  display: block;
  font-size: 21px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.site-footer-copyright .adress {
  text-align: left;
  margin-right: 14px;
  font-size: 16px;
  color: rgb(212, 188, 115);
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .adress {
    margin-bottom: 15px;
    font-size: 14px;
    margin-right: 0;
    text-align: center;
  }
}
.site-footer-copyright .tel {
  font-size: 16px;
  color: rgb(212, 188, 115);
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .tel {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
}
.site-footer-copyright .tel a {
  font-size: 16px;
  color: rgb(212, 188, 115);
  line-height: 1.2;
}
.site-footer-copyright .instagram a {
  margin-right: 47px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 12px;
  color: rgb(212, 188, 115);
  line-height: 1.5;
  gap: 8px;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .instagram a {
    padding-bottom: 18px;
    margin: 0 auto;
  }
}
.site-footer-copyright .instagram a .insta-text {
  text-align: left;
}
.site-footer-copyright .copyright {
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
  color: rgb(212, 188, 115);
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .site-footer-copyright .copyright {
    text-align: center;
    padding-right: 0;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.home {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.home header#site-header {
  background-color: transparent;
}
.home .btn-garally {
  max-width: 960px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
}
.home .btn-garally a {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  position: absolute;
  left: 1062px;
  top: 478px;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .home .btn-garally a {
    font-size: 12.5px;
    color: rgb(255, 204, 0);
    background-color: #744d4d;
    position: absolute;
    left: 0;
    top: auto;
    width: 195px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    padding-left: 21.5px;
    right: 0;
    margin: auto;
    bottom: 28px;
  }
}
.home .btn-garally a::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .home .btn-garally a::after {
    width: 19.5px;
    height: 19.5px;
    right: 11.5px;
  }
}
.home .btn-garally a:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}
.home .p-front-hero {
  position: relative;
  display: block;
  height: 1050px;
  margin-top: 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .home .p-front-hero {
    height: 1150px;
  }
}
@media screen and (max-width: 576px) {
  .home .p-front-hero {
    height: 575px;
  }
}
.home .p-front-hero__container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  display: block;
}
.home .p-front-hero__container .bg-swiper {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
}
.home .p-front-hero__container .swiper {
  width: 100%;
}
.home .p-front-hero__container .swiper-slide {
  position: relative;
}
.home .p-front-hero__container .slide01 .mv-main-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 142px;
  right: 0;
  margin: auto;
  display: block;
  z-index: 120;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 30px;
}
.home .p-front-hero__container .slide01 .mv-main-text .mv-text {
  max-width: 961px;
  height: 220px;
  margin: 0 auto;
}
.home .p-front-hero__container .slide01 .mv-main-text .mv-sub {
  font-size: 43px;
  font-weight: 500;
  color: rgb(101, 57, 13);
  line-height: 1.2;
  margin-bottom: 27px;
  text-align: center;
  -moz-transform: matrix(0.8803896807, 0, 0, 0.88013222, 0, 0);
  -webkit-transform: matrix(0.8803896807, 0, 0, 0.88013222, 0, 0);
  -ms-transform: matrix(0.8803896807, 0, 0, 0.88013222, 0, 0);
}
.home .p-front-hero__container .slide02 .mv-main-text {
  position: relative;
  width: 100%;
  top: 128px;
  margin: 0 auto;
  z-index: 120;
  max-width: 1490px;
}
.home .p-front-hero__container .slide02 .mv-main-text .mv-text {
  position: absolute;
  max-width: 208px;
  height: 406px;
  margin: 0 auto;
}
.home .p-front-hero__container .swiper-slide .bg-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.home .p-front-hero__container .swiper-slide .bg-image-sp {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .p-front-hero__container .swiper-wrapper {
  height: 1050px;
}
@media screen and (max-width: 750px) {
  .home .p-front-hero__container .swiper-wrapper {
    height: 1150px;
  }
}
@media screen and (max-width: 576px) {
  .home .p-front-hero__container .swiper-wrapper {
    height: 575px;
  }
}
.home .p-front-hero__container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-bottom: 20px;
}
.home .p-front-hero__container .swiper-pagination-bullet {
  background: #a66921;
  outline: 0;
  gap: 8px;
}
.home .p-front-hero__container .swiper-pagination-bullet-active {
  background: #ffcc00;
  border: 0;
}
.home .p-front-hero__container.pc-slider {
  display: block;
}
@media screen and (max-width: 750px) {
  .home .p-front-hero__container.pc-slider {
    display: none;
  }
}
.home .p-front-hero__container.sp-slider {
  display: none;
}
@media screen and (max-width: 750px) {
  .home .p-front-hero__container.sp-slider {
    display: block;
  }
}
.home section.intro {
  padding: 80px 0 113px;
  height: auto;
  background-image: url(../images/intro-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .home section.intro {
    padding: 20px 0 39px;
    background-image: url(../images/intro-bg-sp.png);
  }
}
@media screen and (max-width: 375px) {
  .home section.intro {
    height: 425px;
  }
}
.home section.intro .intro-text {
  margin: 0 auto;
  max-width: 845px;
  font-size: 26px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 3.231;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .home section.intro .intro-text {
    font-size: 16px;
    line-height: 3;
    max-width: 89.33%;
    margin: 0 auto;
  }
}
.home section.section02 {
  background-image: url(../images/sec02-bg.png);
  padding: 48px 0 75px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 750px) {
  .home section.section02 {
    background-image: url(../images/sec02-bg-sp.png);
    padding: 43px 0 45px;
  }
}
.home section.section02 .sec02-image-l {
  position: absolute;
  left: 5%;
  top: 0;
  max-width: 30.83%;
}
@media screen and (max-width: 750px) {
  .home section.section02 .sec02-image-l {
    display: none;
  }
}
.home section.section02 .sec02-image-r {
  position: absolute;
  right: 9%;
  top: 40px;
  max-width: 14.68%;
}
@media screen and (max-width: 750px) {
  .home section.section02 .sec02-image-r {
    display: none;
  }
}
.home section.section02 .head {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .home section.section02 .head {
    margin-bottom: 18px;
  }
}
.home section.section02 .head h2 {
  font-size: 50px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  line-height: 1.4;
  text-align: center;
  border-top: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .home section.section02 .head h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 11px;
  }
}
.home section.section02 .head .sub-ttl {
  font-size: 26px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  color: rgb(21, 3, 3);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .home section.section02 .head .sub-ttl {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.home section.section02 .recommend-head {
  text-align: center;
  margin-bottom: 24px;
}
.home section.section02 .recommend-head h3 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: inline;
  padding-left: 33px;
  padding-right: 33px;
  margin-bottom: 27px;
}
@media screen and (max-width: 375px) {
  .home section.section02 .recommend-head h3 {
    font-size: 18px;
  }
}
.home section.section02 .recommend-head h3::before {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background-image: url(../images/sec03-pop-l.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home section.section02 .recommend-head h3::after {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background-image: url(../images/sec03-pop-r.png);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}
.home section.section02 .recommend-wrapper {
  max-width: 1022px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 56px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .home section.section02 .recommend-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 23.5px;
    margin-bottom: 23px;
  }
}
.home section.section02 .recommend-wrapper .item {
  height: 365px;
  width: 300px;
  background-image: url(../images/gaku.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 375px) {
  .home section.section02 .recommend-wrapper .item {
    min-height: 273px;
    width: 273px;
    background-image: url(../images/gaku-sp.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 331.5px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.home section.section02 .recommend-wrapper .item .inner {
  padding: 42px 30px 30px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .home section.section02 .recommend-wrapper .item .inner {
    padding: 36px 40px 20px;
  }
}
.home section.section02 .recommend-wrapper .item .inner h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 375px) {
  .home section.section02 .recommend-wrapper .item .inner h3 {
    font-size: 18px;
  }
}
.home section.section02 .recommend-wrapper .item .inner .item-image {
  margin-bottom: 25px;
}
@media screen and (max-width: 375px) {
  .home section.section02 .recommend-wrapper .item .inner .item-image {
    height: 119px;
    margin-bottom: 10px;
  }
  .home section.section02 .recommend-wrapper .item .inner .item-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.home section.section02 .recommend-wrapper .item .inner .desc {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .home section.section02 .recommend-wrapper .item .inner .desc {
    font-size: 14px;
  }
}
.home section.section02 .flow-head {
  text-align: center;
  margin-bottom: 24px;
}
.home section.section02 .flow-head h3 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: inline;
  padding-left: 33px;
  padding-right: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .home section.section02 .flow-head h3 {
    font-size: 18px;
  }
}
.home section.section02 .flow-head h3::before {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background-image: url(../images/sec03-pop-l.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home section.section02 .flow-head h3::after {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background-image: url(../images/sec03-pop-r.png);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}
.home section.section02 .flow-bottom {
  width: 100%;
  position: relative;
}
.home section.section02 .flow-bottom .sec02-image-bottom {
  position: absolute;
  right: 3%;
  top: -50px;
}
@media screen and (max-width: 750px) {
  .home section.section02 .flow-bottom .sec02-image-bottom {
    left: 10px;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    height: 180px;
    text-align: center;
  }
  .home section.section02 .flow-bottom .sec02-image-bottom img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.home section.section02 .flow-wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: 76px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .home section.section02 .flow-wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px;
    margin-bottom: 10px;
  }
}
.home section.section02 .flow-wrapper .item {
  width: 250px;
}
@media screen and (max-width: 750px) {
  .home section.section02 .flow-wrapper .item {
    display: flex;
    width: 100%;
    gap: 17px;
    row-gap: 33.5px;
  }
}
.home section.section02 .flow-wrapper .item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
  .home section.section02 .flow-wrapper .item .flow-image {
    min-width: 160.5px;
    height: 74px;
  }
  .home section.section02 .flow-wrapper .item .flow-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.home section.section02 .flow-wrapper .item .desc {
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 2;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .home section.section02 .flow-wrapper .item .desc {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 2;
    text-align: left;
    margin-top: -10px;
  }
}
.home section.section02 .btn-container {
  width: 100%;
  text-align: center;
}
.home section.section02 .btn-container a {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  width: 350px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .home section.section02 .btn-container a {
    font-size: 13.5px;
    width: 262.5px;
    height: 42px;
    border-radius: 21px;
    padding-left: 41px;
  }
}
.home section.section02 .btn-container a::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .home section.section02 .btn-container a::after {
    width: 19.5px;
    height: 19.5px;
    background-size: contain;
  }
}
.home section.section02 .btn-container a:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}
.home section.section03 {
  padding: 120px 10px 100px;
  min-height: 1600px;
  background-image: url(../images/sec03-bg.jpg);
  border-bottom: 1px solid #9d832a;
}
@media screen and (max-width: 1200px) {
  .home section.section03 {
    padding: 43px 10px 30px;
    min-height: 1500px;
    background-image: url(../images/sec03-bg-sp.jpg);
  }
}
.home section.section03 .container {
  max-width: 1490px;
  margin: 0 auto;
  position: relative;
}
.home section.section03 .container .main-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 48px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .main-text {
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.home section.section03 .container .main-text .text01 {
  font-size: 50px;
  font-family: "Zen Antique", serif;
  color: rgb(157, 131, 42);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .main-text .text01 {
    font-size: 25px;
    writing-mode: inherit;
    writing-mode: horizontal-tb;
    margin-bottom: 10px;
  }
}
.home section.section03 .container .main-text .text02 {
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(157, 131, 42);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .main-text .text02 {
    writing-mode: horizontal-tb;
    font-size: 16px;
  }
}
.home section.section03 .container .top-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.home section.section03 .container .top-wrapper .item {
  text-align: center;
  width: 540px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper .item {
    width: 100%;
  }
}
.home section.section03 .container .top-wrapper .item .image {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper .item .image {
    width: 270px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.home section.section03 .container .top-wrapper .item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home section.section03 .container .top-wrapper .item h3 {
  margin-bottom: 15px;
  height: 57px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper .item h3 {
    height: 28.5px;
    margin-bottom: 10px;
  }
}
.home section.section03 .container .top-wrapper .item h3 img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.home section.section03 .container .top-wrapper .item01 {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper .item01 {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
.home section.section03 .container .top-wrapper .item02 {
  padding-top: 180px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper .item02 {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.home section.section03 .container .top-wrapper .desc {
  font-size: 16px;
  color: rgb(157, 131, 42);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .top-wrapper .desc {
    font-size: 14px;
  }
}
.home section.section03 .container .bottom-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.home section.section03 .container .bottom-wrapper .item {
  text-align: center;
}
.home section.section03 .container .bottom-wrapper .item .image {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .bottom-wrapper .item .image {
    margin-bottom: 20px;
    width: 270px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.home section.section03 .container .bottom-wrapper .item h3 {
  margin-bottom: 15px;
  height: 57px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .bottom-wrapper .item h3 {
    height: 25px;
  }
}
.home section.section03 .container .bottom-wrapper .item h3 img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.home section.section03 .container .bottom-wrapper .item03 {
  margin-top: -60px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .bottom-wrapper .item03 {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
.home section.section03 .container .bottom-wrapper .item04 {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .bottom-wrapper .item04 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.home section.section03 .container .bottom-wrapper .desc {
  font-size: 16px;
  color: rgb(157, 131, 42);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .home section.section03 .container .bottom-wrapper .desc {
    font-size: 14px;
  }
}
.home section.section04 {
  padding: 80px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .home section.section04 {
    padding: 45px 0 25px;
  }
}
.home section.section04 .head {
  margin-bottom: 30px;
}
.home section.section04 .head h2 {
  font-size: 50px;
  font-family: "Zen Antique", serif;
  color: rgb(21, 3, 3);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  border-top: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .home section.section04 .head h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.home section.section04 .head .ttl-sub {
  font-size: 26px;
  font-family: "Zen Antique", serif;
  color: rgb(153, 102, 0);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .head .ttl-sub {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.home section.section04 .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper {
    padding: 0 30px;
  }
}
.home section.section04 .item-wrapper .item01 {
  max-width: 942px;
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item01 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.home section.section04 .item-wrapper .item01 .image01 {
  width: 288px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item01 .image01 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item01 .image01 {
    display: none;
  }
}
.home section.section04 .item-wrapper .item01 .image01 img {
  position: absolute;
  top: 28px;
  left: -25px;
}
@media screen and (max-width: 750px) {
  .home section.section04 .item-wrapper .item01 .image01 img {
    position: relative;
    max-width: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item01 .image02 {
    margin-bottom: 12px;
    display: block;
    text-align: center;
  }
}
.home section.section04 .item-wrapper .item01 .image02 img {
  min-width: 440px;
  height: 320px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item01 .image02 img {
    max-width: 440px;
    min-width: auto;
    width: 100%;
    height: auto;
    max-width: 0 auto;
  }
}
.home section.section04 .item-wrapper .item01 .text {
  font-size: 18px;
  font-family: "Zen Antique";
  color: rgb(116, 77, 77);
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 238px;
  margin-right: 16px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item01 .text {
    writing-mode: horizontal-tb;
    width: 100%;
    margin-right: 0;
    font-size: 15px;
    line-height: 30px;
  }
}
.home section.section04 .item-wrapper .item02,
.home section.section04 .item-wrapper .item03 {
  width: 50%;
  height: 640px;
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item02,
  .home section.section04 .item-wrapper .item03 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 22px;
  }
}
.home section.section04 .item-wrapper .item02 .text,
.home section.section04 .item-wrapper .item03 .text {
  padding-top: 90px;
  font-size: 18px;
  font-family: "Zen Antique";
  color: rgb(116, 77, 77);
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item02 .text,
  .home section.section04 .item-wrapper .item03 .text {
    writing-mode: horizontal-tb;
    font-size: 15px;
    line-height: 30px;
    padding-top: 0;
  }
}
.home section.section04 .item-wrapper .item02 {
  padding-right: 14px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item02 {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item02 .image02 {
    margin-bottom: 12px;
    text-align: center;
  }
}
.home section.section04 .item-wrapper .item02 img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.home section.section04 .item-wrapper .item03 {
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item03 {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .home section.section04 .item-wrapper .item03 .image03 {
    margin-bottom: 8px;
    text-align: center;
  }
}
.home section.section04 .item-wrapper .item03 img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.home section.section05 {
  padding: 100px 0 100px;
  background-color: #fafaf4;
}
@media screen and (max-width: 750px) {
  .home section.section05 {
    padding: 42px 0 50px;
  }
}
.home section.section05 .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  padding-bottom: 47px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper {
    display: block;
    padding-bottom: 10px;
  }
}
.home section.section05 .wrapper .left {
  position: relative;
  width: 256px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .left {
    width: 100%;
  }
}
.home section.section05 .wrapper .left .text {
  width: 270px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .left .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home section.section05 .wrapper .left .text h2 {
  font-size: 40px;
  font-family: "Zen Antique", serif;
  color: rgb(116, 77, 77);
  line-height: 1;
  text-align: left;
  border-top: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .left .text h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.home section.section05 .wrapper .left .text .desc {
  font-size: 16px;
  color: rgb(116, 77, 77);
  line-height: 2;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .left .text .desc {
    font-size: 14px;
    line-height: 28px;
  }
}
.home section.section05 .wrapper .left .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home section.section05 .wrapper .left .btn-wrapper a {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .left .btn-wrapper a {
    font-size: 12.5px;
    width: 195px;
    height: 36px;
    border-radius: 18px;
  }
}
.home section.section05 .wrapper .left .btn-wrapper a::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .left .btn-wrapper a::after {
    width: 19.5px;
    height: 19.5px;
    right: 11.5px;
  }
}
.home section.section05 .wrapper .left .btn-wrapper a:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}
.home section.section05 .wrapper .right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right {
    width: 100%;
  }
}
.home section.section05 .wrapper .right .item-wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.home section.section05 .wrapper .right .item {
  width: 270px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right .item {
    width: calc((100% - 19px) / 2);
  }
}
.home section.section05 .wrapper .right .item .image {
  margin-bottom: 11px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right .item .image {
    margin-bottom: 7px;
  }
}
.home section.section05 .wrapper .right .item h3 {
  font-size: 18px;
  color: rgb(116, 77, 77);
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right .item h3 {
    font-size: 12px;
  }
}
.home section.section05 .wrapper .right .item .text {
  font-size: 15px;
  color: rgb(116, 77, 77);
  line-height: 2;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right .item .text {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.home section.section05 .wrapper .right .btn-wrapper a {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right .btn-wrapper a {
    font-size: 12.5px;
    width: 195px;
    height: 36px;
    border-radius: 18px;
  }
}
.home section.section05 .wrapper .right .btn-wrapper a::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .home section.section05 .wrapper .right .btn-wrapper a::after {
    width: 19.5px;
    height: 19.5px;
    right: 11.5px;
    background-size: contain;
  }
}
.home section.section05 .wrapper .right .btn-wrapper a:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}
.home section.section05 .slider-wrapper {
  width: 100%;
  /* スライド全体の余白 */
}
.home section.section05 .slider-wrapper .slider-inner {
  position: relative;
}
.home section.section05 .slider-wrapper .swiper-half {
  margin-top: 20px; /* スライダー上の余白 */
  padding-left: 14vw; /* スライダー左の余白 */
  padding-right: 20px; /* スライダー右の余白 */
  /* スライド画像のサイズ */
}
@media screen and (max-width: 375px) {
  .home section.section05 .slider-wrapper .swiper-half {
    padding-left: 20px; /* スライダー左の余白 */
    padding-right: 20px; /* スライダー右の余白 */
  }
}
@media screen and (max-width: 375px) {
  .home section.section05 .slider-wrapper .swiper-half .swiper-wrapper {
    overflow: hidden;
  }
}
.home section.section05 .slider-wrapper .swiper-half .swiper-slide {
  overflow: visible;
}
@media screen and (max-width: 375px) {
  .home section.section05 .slider-wrapper .swiper-half .swiper-slide {
    overflow: hidden;
  }
}
.home section.section05 .slider-wrapper .swiper-half .swiper-slide img {
  height: 500px;
  width: 370px;
}
@media screen and (max-width: 375px) {
  .home section.section05 .slider-wrapper .swiper-half .swiper-slide img {
    height: 100%;
    width: auto;
  }
}
.home section.section05 .swiper-button-prev:after,
.home section.section05 .swiper-rtl .swiper-button-next:after {
  content: "";
}
.home section.section05 .swiper-button-next:after,
.home section.section05 .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.home section.section05 .swiper-button-prev svg,
.home section.section05 .swiper-button-next svg {
  display: none;
}
.home section.section05 .swiper-button-prev::after {
  background-color: #fafaf4;
  border: 1px solid #744d4d;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10vw;
  color: #744d4d;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .home section.section05 .swiper-button-prev::after {
    left: 1px;
  }
}
.home section.section05 .swiper-button-prev:hover::after {
  background-color: #744d4d;
  transition: all 0.3s;
}
.home section.section05 .swiper-button-prev::before {
  position: absolute;
  left: 11vw;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #744d4d;
  border-left: 0;
  z-index: 5000;
}
@media screen and (max-width: 500px) {
  .home section.section05 .swiper-button-prev::before {
    left: 14px;
  }
}
.home section.section05 .swiper-button-prev:hover::before {
  border-right: 10px solid #ffcc00;
  transition: all 0.3s;
}
.home section.section05 .swiper-button-next {
  background-color: #fafaf4;
  border: 1px solid #744d4d;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #744d4d;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 9vw;
}
@media screen and (max-width: 500px) {
  .home section.section05 .swiper-button-next {
    right: 1px;
  }
}
.home section.section05 .swiper-button-next:hover {
  background-color: #744d4d;
  transition: all 0.3s;
}
.home section.section05 .swiper-button-next::before {
  position: absolute;
  right: 35%;
  left: auto;
  margin: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #744d4d;
  border-right: 0;
  z-index: 5000;
}
@media screen and (max-width: 375px) {
  .home section.section05 .swiper-button-next::before {
    left: 15px;
  }
}
.home section.section05 .swiper-button-next:hover::before {
  border-left: 10px solid #ffcc00;
  transition: all 0.3s;
}
.home .swiper-slide img {
  height: auto;
  width: 100%;
}
.home .lightbox-item {
  position: relative;
}
.home .lightbox-item .link-text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 0 10px 18px 0;
}
.home .lightbox-item .link-text .text {
  color: #fff;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}
.home .lightbox-item .link-text .icon-glass {
  width: 24px;
  height: 24px;
}
.home .lightbox-item .link-text .icon-glass img {
  width: 24px !important;
  height: 24px !important;
}
.home section.section06 {
  padding: 85px 0 92px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .home section.section06 {
    padding: 34px 0 49px;
  }
}
.home section.section06 .container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.home section.section06 .head {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .home section.section06 .head {
    margin-bottom: 20px;
  }
}
.home section.section06 .head h2 {
  font-size: 40px;
  font-family: "Zen Antique", serif;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  color: rgb(116, 77, 77);
  line-height: 1.2;
  border-top: 0;
}
@media screen and (max-width: 750px) {
  .home section.section06 .head h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.home section.section06 .item-wrapper {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 68px;
}
@media screen and (max-width: 750px) {
  .home section.section06 .item-wrapper {
    display: block;
    margin-bottom: 48px;
  }
}
.home section.section06 .item-wrapper .item {
  text-align: center;
  width: 370px;
  width: 31.624%;
}
@media screen and (max-width: 750px) {
  .home section.section06 .item-wrapper .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home section.section06 .item-wrapper .item .image {
  margin-bottom: 13px;
}
.home section.section06 .item-wrapper .item h3 {
  font-size: 24px;
  font-family: "Zen Antique", serif;
  color: rgb(0, 0, 0);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .home section.section06 .item-wrapper .item h3 {
    font-size: 17px;
  }
}
.home section.section06 .item-wrapper .desc {
  font-size: 15px;
  color: rgb(116, 77, 77);
  line-height: 2;
  text-align: left;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .home section.section06 .item-wrapper .desc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.home section.section06 .btn-wrapper {
  width: 100%;
  text-align: center;
}
.home section.section06 .btn-wrapper a {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .home section.section06 .btn-wrapper a {
    font-size: 12px;
    width: 195px;
    height: 36px;
    border-radius: 18px;
  }
}
.home section.section06 .btn-wrapper a::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .home section.section06 .btn-wrapper a::after {
    font-size: 12px;
    width: 19.5px;
    height: 19.5px;
    right: 11.5;
  }
}
.home section.section06 .btn-wrapper a:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}
.home section.company {
  background-color: #f6f6f0;
  padding: 80px 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 992px) {
  .home section.company {
    padding: 30px 0 0;
  }
}
.home section.company .container {
  width: 1210px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  .home section.company .container {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.home section.company .container .left {
  padding-top: 13px;
  width: 470px;
}
@media screen and (max-width: 992px) {
  .home section.company .container .left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home section.company .container .left .text {
  padding-bottom: 102px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .home section.company .container .left .text {
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}
.home section.company .container .left .text h2 {
  font-size: 40px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  color: rgb(116, 77, 77);
  line-height: 1.2;
  text-align: left;
  border-top: 0;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .home section.company .container .left .text h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.home section.company .container .left .text .desc {
  font-size: 16px;
  color: rgb(116, 77, 77);
  line-height: 2;
  text-align: left;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .home section.company .container .left .text .desc {
    font-size: 14px;
  }
}
.home section.company .container .left .text .btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .home section.company .container .left .text .btn-wrapper {
    right: 0;
  }
}
.home section.company .container .left .text .btn-wrapper a {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .home section.company .container .left .text .btn-wrapper a {
    font-size: 12.5px;
    width: 195px;
    height: 36px;
    border-radius: 18px;
    margin: 0 auto;
  }
}
.home section.company .container .left .text .btn-wrapper a::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .home section.company .container .left .text .btn-wrapper a::after {
    width: 19.5px;
    height: 19.5px;
    right: 11.5px;
  }
}
.home section.company .container .left .text .btn-wrapper a:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}
.home section.company .container .right {
  width: calc(100% - 470px);
  position: relative;
}
@media screen and (max-width: 992px) {
  .home section.company .container .right {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.home section.company .container .right img {
  position: absolute;
  left: 115px;
  top: -5px;
  min-width: 725px;
  height: 405px;
}
@media screen and (max-width: 992px) {
  .home section.company .container .right img {
    width: 100%;
    min-width: 100%;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
  }
}

/* .home おわり*/
.cta {
  border-top: 0;
  padding: 63px 0 90px;
  background-color: #744d4d;
  background-color: #744d4d;
}
@media screen and (max-width: 992px) {
  .cta {
    padding: 50px 0 46px;
  }
}
.cta .container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.cta .container .head .cta-ttl {
  border-top: 0;
  font-size: 40px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .cta .container .head .cta-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.cta .container .head .cta-ttl::after {
  display: none;
}
.cta .container .head .ttl-sub {
  font-size: 24px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  color: rgb(212, 188, 115);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .cta .container .head .ttl-sub {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 29px;
  }
}
.cta .container .wrapper {
  display: flex;
  gap: 5.98%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .cta .container .wrapper {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
.cta .container .wrapper .item {
  width: 550px;
  height: 180px;
  border: 1px solid #d4bc73;
  background: #744d4d;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .item {
    width: 100%;
    height: 105px;
  }
}
.cta .container .wrapper .item:hover {
  transition: all 0.5s;
  background: #7a5454;
}
.cta .container .wrapper .item .head {
  font-size: 20px;
  color: rgb(212, 188, 115);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .item .head {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.cta .container .wrapper .contact-tel {
  padding: 26px 10px 26px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-tel {
    padding: 14px 10px 15px;
  }
}
.cta .container .wrapper .contact-tel a {
  display: block;
  width: 100%;
  height: 100%;
}
.cta .container .wrapper .contact-tel .main .number {
  height: 39px;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-tel .main .number {
    height: auto;
    margin-bottom: 6px;
    padding-left: 20px;
  }
}
.cta .container .wrapper .contact-tel .main .number .link-text {
  font-size: 50px;
  font-family: "Zen Antique", serif;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 35px;
  text-align: left;
  position: relative;
  padding-left: 65px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-tel .main .number .link-text {
    font-size: 29px;
    padding-left: 0;
    list-style: 25px;
  }
}
.cta .container .wrapper .contact-tel .main .number .link-text::before {
  width: 31px;
  height: 42px;
  content: "";
  display: block;
  background-image: url(../images/contact-sm.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-tel .main .number .link-text::before {
    width: 18px;
    height: 25px;
    left: -32px;
    top: 10px;
  }
}
.cta .container .wrapper .contact-tel .time {
  font-size: 16px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-tel .time {
    font-size: 10px;
  }
}
.cta .container .wrapper .contact-mail {
  padding: 26px 10px 56px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-mail {
    padding: 16px 10px 56px;
  }
}
.cta .container .wrapper .contact-mail a {
  display: block;
  width: 100%;
  height: 100%;
}
.cta .container .wrapper .contact-mail .head {
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-mail .head {
    margin-bottom: 16px;
  }
}
.cta .container .wrapper .contact-mail .main .link-text {
  font-size: 28px;
  font-family: "Zen Antique", serif;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 28px;
  text-align: center;
  position: relative;
  padding-left: 71px;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-mail .main .link-text {
    font-size: 16px;
    padding-left: 38px;
  }
}
.cta .container .wrapper .contact-mail .main .link-text::before {
  width: 44px;
  height: 29px;
  content: "";
  display: block;
  background-image: url(../images/contact-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 750px) {
  .cta .container .wrapper .contact-mail .main .link-text::before {
    width: 25px;
    height: 16.5px;
    left: -3px;
    top: 4px;
  }
}

.single-case .case-content {
  padding-bottom: 80px;
}
.single-case .case-content .main {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .single-case .case-content .main {
    display: block;
  }
}
.single-case .case-content .main .image {
  width: 50%;
}
@media (max-width: 992px) {
  .single-case .case-content .main .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-case .case-content .main .text {
  width: 50%;
  padding-left: 16px;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text {
    width: 100%;
    padding-left: 0;
  }
}
.single-case .case-content .main .text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.single-case .case-content .main .text dl dt {
  font-weight: 700;
  width: 120px;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text dl dt {
    width: 90px;
  }
}
.single-case .case-content .main .text dl dd {
  width: calc(100% - 120px);
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .single-case .case-content .main .text dl dd {
    width: calc(100% - 90px);
  }
}
.single-case .case-content .main .text dl dd p {
  line-height: 1.8em;
}
.single-case .case-content .case-cat-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 20px;
}
.single-case .case-content .case-cat-list li {
  margin: 0;
  background: #d4bc73;
  color: #000;
  border-left: 0;
  width: auto;
  display: inline;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  padding: 2px 6px;
  text-align: center;
}
.single-case .case-content .case-cat-list li::before {
  display: none;
}
.single-case .case-content .case-cat-list li a {
  text-decoration: none;
}
.single-case .case-content .case-cat-list li a:hover {
  color: #fff;
}
.single-case .case-content .swiper-wrapper {
  width: 100%;
}
.single-case .case-content .swiper-button-prev {
  position: absolute;
  left: 1%;
  width: 16px;
  height: auto;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-case .case-content .swiper-button-next {
  position: absolute;
  right: 1%;
  width: 16px;
  height: auto;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-case .case-content .case-slider {
  margin-bottom: 10px;
}
.single-case .case-content .case-slider .swiper-slide {
  display: block;
  height: 400px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 992px) {
  .single-case .case-content .case-slider .swiper-slide {
    height: 270px;
  }
}
.single-case .case-content .case-slider .swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.single-case .case-content .case-thumbnail {
  width: 100%;
  overflow: hidden;
}
.single-case .case-content .case-thumbnail .swiper-slide {
  display: block;
  height: 128px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .single-case .case-content .case-thumbnail .swiper-slide {
    height: 96px;
  }
}
.single-case .case-content .case-thumbnail .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts,
  .tax-case-cat .main-section--col--two .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-case .main-section--col--two .vk_posts,
  .tax-case-cat .main-section--col--two .vk_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts .vk_post,
  .tax-case-cat .main-section--col--two .vk_posts .vk_post {
    width: 100%;
  }
}
.post-type-archive-case .main-section--col--two .vk_posts .vk_post .vk_post_title,
.tax-case-cat .main-section--col--two .vk_posts .vk_post .vk_post_title {
  font-size: 16px;
}
.post-type-archive-case .main-section--col--two .vk_post.case-item,
.tax-case-cat .main-section--col--two .vk_post.case-item {
  padding: 1rem;
  border: 1px solid #eee;
  position: relative;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post.case-item,
  .tax-case-cat .main-section--col--two .vk_post.case-item {
    width: 44%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 525px) {
  .post-type-archive-case .main-section--col--two .vk_post.case-item,
  .tax-case-cat .main-section--col--two .vk_post.case-item {
    width: 100%;
  }
}
.post-type-archive-case .main-section--col--two .vk_post_imgOuter,
.tax-case-cat .main-section--col--two .vk_post_imgOuter {
  margin-bottom: 1rem;
}
.post-type-archive-case .main-section--col--two .case-category,
.tax-case-cat .main-section--col--two .case-category {
  padding: 0.5rem 0;
}
.post-type-archive-case .main-section--col--two .case-cat-list,
.tax-case-cat .main-section--col--two .case-cat-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
}
.post-type-archive-case .main-section--col--two .case-cat-item,
.tax-case-cat .main-section--col--two .case-cat-item {
  margin: 0;
  background: #d4bc73;
  color: #000;
  border-left: 0;
  width: auto;
  display: inline;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 4px;
  text-align: center;
}
.post-type-archive-case .main-section--col--two .case-cat-item::before,
.tax-case-cat .main-section--col--two .case-cat-item::before {
  display: none;
}
.post-type-archive-case .main-section--col--two .case-cat-item a,
.tax-case-cat .main-section--col--two .case-cat-item a {
  text-decoration: none;
}
.post-type-archive-case .main-section--col--two .case-cat-item a:hover,
.tax-case-cat .main-section--col--two .case-cat-item a:hover {
  color: #fff;
}
.post-type-archive-case .main-section--col--two .vk_post_body,
.tax-case-cat .main-section--col--two .vk_post_body {
  position: relative;
}
.post-type-archive-case .main-section--col--two .vk_post_body .text,
.tax-case-cat .main-section--col--two .vk_post_body .text {
  width: 100%;
  font-size: 13px;
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post_body .text,
  .tax-case-cat .main-section--col--two .vk_post_body .text {
    width: 100%;
    padding-left: 0;
  }
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl,
.tax-case-cat .main-section--col--two .vk_post_body .text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dt,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dt {
  font-weight: 700;
  width: 90px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post_body .text dl dt,
  .tax-case-cat .main-section--col--two .vk_post_body .text dl dt {
    width: 90px;
  }
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dd,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dd {
  width: calc(100% - 90px);
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post_body .text dl dd,
  .tax-case-cat .main-section--col--two .vk_post_body .text dl dd {
    width: calc(100% - 90px);
  }
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dd.info,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dd.info {
  width: 100%;
  padding-bottom: 0;
}
.post-type-archive-case .main-section--col--two .vk_post_body .text dl dd.info p,
.tax-case-cat .main-section--col--two .vk_post_body .text dl dd.info p {
  line-height: 1.8em;
  margin-bottom: 2rem;
}
.post-type-archive-case .main-section--col--two .vk_post_btnOuter,
.tax-case-cat .main-section--col--two .vk_post_btnOuter {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.post-type-archive-case .main-section--col--two .vk_post_btnOuter a,
.tax-case-cat .main-section--col--two .vk_post_btnOuter a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  background: #996600;
  border: #744d4d 1px solid;
  padding: 2px 12px;
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post.media.vk_post-case,
  .tax-case-cat .main-section--col--two .vk_post.media.vk_post-case {
    margin: 0;
  }
}

.vk_post.media.vk_post-case {
  flex-direction: column;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding: 1em !important;
}
@media (min-width: 992px) {
  .vk_post.media.vk_post-case.vk_post-col-sm-12 {
    padding: 1em;
  }
}
.vk_post.media.vk_post-case .media-img {
  width: 100%;
  margin-bottom: 1em;
}
.vk_post.media.vk_post-case .media-body {
  width: 100%;
}

.site-body .c-faq__container {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq__container {
    padding: 15px;
  }
}
.site-body .c-faq-row {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq-row {
    margin-bottom: 24px;
  }
}
.site-body .c-faq-row__title {
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-body .c-faq-row__title {
    font-size: 18px;
    gap: 8px;
  }
}
.site-body .c-faq-row__title::before {
  content: "Q.";
  color: orangered;
  width: 20px;
  height: auto;
}
.site-body .c-faq-row__title::after {
  display: none;
}
.site-body .c-faq-row__body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
}
.site-body .c-faq-row__body::before {
  content: "A.";
  flex-shrink: 0;
  width: 1.2em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.site-body .c-faq-row__body.active {
  height: auto;
  opacity: 1;
}
.site-body .c-faq-row__body p {
  line-height: 1.6;
}

.wpcf7-form {
  max-width: 920px;
  margin: auto;
}
.wpcf7-form .require {
  background: #cc0000;
  font-size: 0.88em;
  color: white;
  padding: 0 6px;
  margin-left: 0.5em;
  display: inline-block;
}
.wpcf7-form .privacy-area .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .privacy-area .require {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .wpcf7-form .privacy-area .require {
    font-size: 12px;
  }
}
.wpcf7-form .button-area {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 24px;
}
.wpcf7-form .button-area .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type=date].wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid, .wpcf7-form input[type=number].wpcf7-not-valid, .wpcf7-form input[type=password].wpcf7-not-valid, .wpcf7-form input[type=tel].wpcf7-not-valid, .wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form input[type=url].wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #dc3232;
  background: rgba(255, 0, 0, 0.03);
}

.p-contact__table {
  border: none;
  margin-bottom: 2em;
}
.p-contact__table th, .p-contact__table td {
  display: block;
  border: none;
  text-align: left;
}
@media (min-width: 992px) {
  .p-contact__table th, .p-contact__table td {
    display: table-cell;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
  }
}
.p-contact__table th {
  position: relative;
}
.p-contact__table th .require {
  position: absolute;
  margin-right: 10px;
}
.p-contact__table td {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 16px;
    height: 42px;
  }
}

.site-body ol {
  counter-reset: list-number;
}
.site-body ol li {
  list-style: none;
  counter-increment: list-number;
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .site-body ol li {
    font-size: 20px;
  }
}
.site-body ol li::before {
  flex-shrink: 0;
  content: counter(list-number);
  display: grid;
  place-content: center;
  width: 20px;
  height: 15px;
  background: #744d4d;
  border-radius: 4px;
  font-size: 10px;
  color: white;
  line-height: 1;
}
@media (min-width: 992px) {
  .site-body ol li::before {
    width: 26px;
    height: 22px;
    border-radius: 4px;
    font-size: 17px;
    margin-top: 4px;
  }
}
.site-body ul {
  list-style: none;
}
.site-body ul li {
  position: relative;
  padding-left: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 35px;
}
@media screen and (max-width: 750px) {
  .site-body ul li {
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 23px;
    padding-left: 23px;
  }
}
.site-body ul li::before {
  width: 24px;
  height: 18px;
  content: "";
  border-left: 12px solid #744d4d;
  border-right: 12px solid #d4bc73;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .site-body ul li::before {
    width: 9px;
    height: 15px;
    border-left: 4.5px solid #744d4d;
    border-right: 4.5px solid #d4bc73;
  }
}

.wp-block-button__link {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .wp-block-button__link {
    font-size: 15px;
  }
}
.wp-block-button__link:hover {
  color: white;
}

.wp-block-button .wp-block-button__link {
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  padding: 0;
  background: #f8fbfe;
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    width: 250px;
    height: 56px;
    max-width: 100%;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "→";
  font-size: 18px;
  font-weight: 100;
  color: var(--color-blue);
  width: 1em;
  height: 1em;
  position: absolute;
  right: 17px;
  top: calc(50% - 0.5em);
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    font-size: 20px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--color-blue);
  filter: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  color: white;
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wp-block-buttons > .wp-block-button {
    margin: 0;
  }
}

.c-button {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  padding: 0;
  background: #f8fbfe;
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    font-size: 15px;
    width: 250px;
    height: 56px;
    max-width: 100%;
  }
}
.c-button:hover {
  color: white;
}
.c-button::after {
  content: "→";
  font-size: 18px;
  font-weight: 100;
  color: var(--color-blue);
  width: 1em;
  height: 1em;
  position: absolute;
  right: 17px;
  top: calc(50% - 0.5em);
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .c-button::after {
    font-size: 20px;
  }
}
.c-button:hover {
  background: var(--color-blue);
  filter: none;
}
.c-button:hover::after {
  color: white;
}

.btn-basic {
  position: relative;
  font-size: 18.75px;
  color: rgb(255, 204, 0);
  background-color: #744d4d;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .btn-basic {
    font-size: 12px;
    width: 195px;
    height: 24px;
    border-radius: 18px;
    padding-left: 40px;
  }
}
.btn-basic::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(https://shinchuu.jp/wp-content/themes/lightning-child/assets/images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 750px) {
  .btn-basic::after {
    right: 17.25px;
    width: 18.5px;
    height: 18.5px;
  }
}
.btn-basic:hover {
  background-color: rgb(153, 102, 0);
  transition: ease 0.3s;
}

.wp-block-table table {
  font-size: 11px;
}
@media (min-width: 992px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table th,
.wp-block-table table td {
  border-style: solid;
  border-color: #b2b1b1;
}
.wp-block-table table th {
  background: #454f5b;
  color: white;
  border-width: 1px;
}
.wp-block-table table td {
  border-width: 1px;
}
.wp-block-table table tr:nth-child(odd) {
  background: #eaebed;
}

@media (min-width: 992px) {
  .vk_post .media-img {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .sub-section .vk_post .media-img {
    width: 35%;
  }
}
.sub-section .vk_post .vk_post_title {
  height: auto;
}

.site-body .c-category-widget__title {
  border: none;
  font-size: 18px;
  padding: 0.3em 0 0.3em 0.3em;
  color: #fff;
  background-color: var(--vk-color-primary);
}
.site-body .c-category-widget__list {
  list-style: none;
  font-weight: 500;
  padding: 0.8em 1em;
  background: #f7f7f7;
  display: block;
  width: 100%;
  font-size: 18px;
}
.site-body .c-category-widget__list-item {
  margin: 0;
  width: 100%;
  display: block;
  margin-left: 10px;
}
.site-body .c-category-widget__list-item a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0.5rem;
}
.site-body .c-category-widget__list .c-category-widget__list {
  padding-left: 1em;
  margin-bottom: 0;
}

ul.page-numbers li::before {
  display: none;
}

.case-shortcode-list {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-left: -1.2rem;
}
@media (max-width: 992px) {
  .case-shortcode-list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -1.2rem;
  }
}
@media (min-width: 992px) {
  .case-shortcode-list .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media (min-width: 1200px) {
  .case-shortcode-list .vk_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_posts .vk_post {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .case-shortcode-list .vk_posts .vk_post {
    width: 100%;
  }
}
.case-shortcode-list .vk_posts .vk_post .vk_post_title {
  font-size: 16px;
}
.case-shortcode-list .vk_post.case-item {
  padding: 1rem;
  border: 1px solid #eee;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post.case-item {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 525px) {
  .case-shortcode-list .vk_post.case-item {
    width: 100%;
  }
}
.case-shortcode-list .vk_post_imgOuter {
  margin-bottom: 1rem;
}
.case-shortcode-list .case-category {
  padding: 0.5rem 0;
}
.case-shortcode-list .case-cat-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
}
.case-shortcode-list .case-cat-item {
  margin: 0;
  background: #d4bc73;
  color: #000;
  border-left: 0;
  width: auto;
  display: inline;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 4px;
  text-align: center;
}
.case-shortcode-list .case-cat-item::before {
  display: none;
}
.case-shortcode-list .case-cat-item a {
  text-decoration: none;
}
.case-shortcode-list .case-cat-item a:hover {
  color: #fff;
}
.case-shortcode-list .vk_post_body {
  position: relative;
}
.case-shortcode-list .vk_post_body .text {
  width: 100%;
  font-size: 13px;
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post_body .text {
    width: 100%;
    padding-left: 0;
  }
}
.case-shortcode-list .vk_post_body .text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.case-shortcode-list .vk_post_body .text dl dt {
  font-weight: 700;
  width: 90px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post_body .text dl dt {
    width: 90px;
  }
}
.case-shortcode-list .vk_post_body .text dl dd {
  width: calc(100% - 90px);
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .case-shortcode-list .vk_post_body .text dl dd {
    width: calc(100% - 90px);
  }
}
.case-shortcode-list .vk_post_body .text dl dd.info {
  width: 100%;
  padding-bottom: 0;
}
.case-shortcode-list .vk_post_body .text dl dd.info p {
  line-height: 1.8em;
  margin-bottom: 2rem;
}
.case-shortcode-list .vk_post_btnOuter {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.case-shortcode-list .vk_post_btnOuter a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  background: #996600;
  border: #744d4d 1px solid;
  padding: 2px 12px;
}
@media (min-width: 992px) {
  .case-shortcode-list .vk_post.media.vk_post-case {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */