@charset "UTF-8";
/*
Theme Name: lightning-child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*========================================
base and reset
=========================================*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.f-en {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: 300;
}

.f-min {
  font-family: "Zen Old Mincho", serif;
}

body {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Helvetica", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
}

body :is(.is-layout-flow, .is-layout-constrained) > :is(h1, h2, h3, h4, h5, h6) {
  -webkit-margin-after: unset;
          margin-block-end: unset;
}

h2 {
  font-size: 2.15em;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}

p {
  font-size: 16px;
  line-height: 2rem;
}
@media (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
}

.f-300 {
  font-weight: 300 !important;
}

.f-600 {
  font-weight: 600 !important;
}

html :where(img[class*=wp-image-]) {
  max-width: unset;
}

em {
  font-style: normal;
}

@media (max-width: 768px) {
  .alignfull div[class*=__inner-container],
  .alignwide div[class*=__inner-container],
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
  }
}

:where(body .is-layout-constrained) > * {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.breadcrumb {
  display: none;
}

figure.wp-block-gallery.has-nested-images.gapnone {
  gap: 0;
}

.gap-none {
  gap: 0;
}

.gap-1 {
  gap: 1rem;
}

.gap-min {
  gap: 0;
}
@media (max-width: 768px) {
  .gap-min {
    gap: 0.7rem;
  }
}

.relative {
  position: relative;
}

.line-height {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .line-height {
    line-height: 1.3em;
  }
}

.line-height-min {
  line-height: 1.8em;
}

.overflow-hidden {
  overflow: hidden;
}

.out-side-right {
  margin-right: calc(50% - 50vw) !important;
}

.out-side-left {
  margin-left: calc(50% - 50vw) !important;
}

.btn {
  border-radius: 0;
}

.spleft {
  text-align: center !important;
}
@media (max-width: 768px) {
  .spleft {
    text-align: left !important;
  }
}

.border-none table tbody tr td,
.border-none table {
  border: none;
}

.sp-td100 tbody tr td:first-of-type {
  width: 15%;
}

.sp-td100 tbody tr td:nth-of-type(2) {
  width: 85%;
}

@media (max-width: 768px) {
  .sp-td100 tbody td {
    display: block;
    width: 100%;
  }
  .sp-td100 tbody td strong {
    border-bottom: 1px solid #ddd;
    display: block;
  }
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-800 {
  width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  .w-800 {
    width: 100%;
    max-width: 100%;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .sp-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 768px) {
  .sp-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 768px) {
  .img-responsive img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
.page-template-default .page-header {
  display: none;
}

.page-template-default .page-header_cover {
  padding: 0 8rem;
  min-height: 280px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-template-default .page-header_cover {
    padding: 0;
    width: 100%;
    min-height: 200px;
  }
}

.page-header_cover p.f-jost {
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .page-header_cover p.f-jost {
    font-size: 44px;
  }
}

.page-template-default .page-header_cover h1 {
  font-size: 21px;
  letter-spacing: 0.15rem;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-template-default .page-header_cover h1 {
    font-size: 16px;
  }
}

.page-template-default .page-header_cover h1::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 2px;
  background-color: #213463;
  position: absolute;
  top: 50%;
  left: 0;
}

.wp-block-table td,
.wp-block-table th {
  font-size: 15px;
  padding: 1em;
}

/*========================================
layout
=========================================*/
.w-980 {
  width: 980px;
}

.overflow-hidden {
  overflow: hidden;
}

.out-side-right {
  margin-right: calc(50% - 50vw) !important;
}

.out-side-left {
  margin-left: calc(50% - 50vw) !important;
}

@media (max-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 0px 20px;
  }
  div.wp-block-group.prblock .wp-block-image.aligncenter {
    width: 10%;
    margin: auto 0px;
  }
  div.wp-block-group.prblock p {
    font-size: 18px;
  }
  .prblock_column {
    width: 100%;
    padding: 40px 20px;
    gap: 10px;
    max-width: 100%;
    margin: auto;
  }
}
/*========================================
header
=========================================*/
.site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header-contact {
  color: #fff;
  height: 50px;
  padding: 15px 0;
}
.site-header-contact em {
  font-size: 12px;
}

.site-header-contact div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .site-header-contact {
    display: none;
  }
  .site-header-container {
    background: none;
  }
  .site-header-logo img {
    text-align: left;
    margin-left: 5px;
  }
}
/*========================================
nav
=========================================*/
nav ul.global-nav-list > li .global-nav-name {
  font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

nav ul.global-nav-list a:hover {
  color: #e13c0f;
}

nav ul.global-nav-list a {
  position: relative;
  /* color: #000;  テキストカラー */
  text-decoration: none; /* デフォルトの下線を消す */
}

nav ul.global-nav-list a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px; /* 下線の太さ */
  bottom: 0;
  left: 50%; /* 真ん中からスタート */
  background-color: #e13c0f; /* 下線の色 */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; /* アニメーションの速さ */
}

nav ul.global-nav-list a:hover::before {
  width: 100%; /* 下線が両端まで広がる */
  left: 0; /* 左端に配置 */
}

.global-nav-list li:before {
  border-bottom: 0px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.global-nav-list > li .global-nav-name {
  font-size: 15px;
}
.global-nav-list > li .global-nav-name .contact {
  background: #213463;
}

/*-------------------------------------------------------------
site-header nav
----------------------------------------------------------------*/
#global-nav ul li a strong span.nav_icon img {
  display: block;
  width: 1.2em;
  min-width: 1.2em;
}

@media (max-width: 768px) {
  .navbar-brand a {
    display: block;
    width: 210px;
    margin: 5px auto;
  }
}

.vk-mobile-nav-menu-btn.menu-open {
  border: 0px solid;
  background: url(img/vk-menu-close-black.svg) center 50% no-repeat rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .vk-mobile-nav-menu-btn {
    top: 3px;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    border: 0px solid;
    background: url(img/vk-menu-close-black.svg) center 50% no-repeat rgba(255, 255, 255, 0.8);
  }
}

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

.vk-mobile-nav {
  background: #dedede;
}

.vk-mobile-nav nav ul li a {
  font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
  font-size: 19px;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #a44921;
}

.vk-mobile-nav nav ul li a span {
  font-size: 14px;
  padding-left: 5px;
  color: #370808;
}

@media (max-width: 768px) {
  .vk-mobile-nav-menu-btn {
    width: 45px;
    height: 45px;
  }
}
body.device-pc .vk-mobile-nav {
  display: block;
  width: 40vw;
  margin-right: 0;
  margin-left: auto;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 25px;
  height: 90vh;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  padding: 2rem;
  font-family: 18px;
}
body.device-pc .vk-mobile-nav ul#menu-mobile-nav li a {
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #6d5fa9;
  border-bottom: 0px;
}
body.device-pc .vk-mobile-nav .sub-menu {
  background: #dcd4ff;
}
body.device-pc .vk-mobile-nav .sub-menu a {
  color: #fff;
}
@media (max-width: 768px) {
  body.device-pc .vk-mobile-nav {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    height: 100%;
  }
}

.gMenu_outer {
  display: none;
}

/****************************************************************************************
mob-fixed_nav
*****************************************************************************************/
.mob-fixed_nav a {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 10000;
  width: 35px;
  text-decoration: none;
  line-height: 1.2rem;
  -webkit-box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.mob-fixed_nav a.web {
  top: 20vh;
  right: 0;
  background-color: #8d822e;
  color: #fff;
}

.mob-fixed_nav a.line {
  top: 40vh;
  right: 0;
  background-color: #06c755;
  color: #fff;
}

.mob-fixed_nav a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .mob-fixed_nav {
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 0;
  }
  .mob-fixed_nav a {
    width: 50%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .mob-fixed_nav a img {
    width: 21px;
    padding-right: 5px;
  }
  .mob-fixed_nav a.web {
    background-color: #59106c;
    bottom: 0;
    top: auto;
    left: 0;
    width: 50%;
    height: 50px;
  }
  .mob-fixed_nav a.line {
    bottom: 0;
    top: auto;
    right: 0;
    width: 50%;
    height: 50px;
  }
}
/*========================================
footer
=========================================*/
.contact_block h2.is-style-vk-heading-plain {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 3.2em;
}

.site-footer {
  border-top: 1px solid var(--vk-color-primary);
  background: #3E3F3B;
}
.site-footer p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

a.c_btn03 {
  font-family: "Zen Old Mincho", serif;
  background: #D95B3F;
  text-align: center;
  font-size: 1.5em;
  display: block;
  width: 300px;
  padding: 0.6em;
  color: #fff;
  margin: auto auto 1.5em;
  border-radius: 5px;
}

.site-footer-copyright {
  padding: 0em;
  background: #3E3F3B;
}
.site-footer-copyright p {
  color: #fff;
}

/*========================================
PARTS
=========================================*/
.wp-block-vk-blocks-button a.vk_button_link.btn {
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
}

.heading_02 p,
.heading_03 p {
  font-size: 13px;
  letter-spacing: 0.1em;
}

.heading_01 p {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
  -webkit-margin-after: unset;
          margin-block-end: unset;
  color: #D0573D;
}
.heading_01 p::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 22px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #D0573D;
}
.heading_01 p.yellow {
  color: #C1B125;
}
.heading_01 p.yellow::before {
  background: #C1B125;
}

#service .wp-block-vk-blocks-button a.vk_button_link.btn {
  padding: 1.1em;
}

#menu-list .wp-block-vk-blocks-button a.vk_button_link.btn {
  padding: 1.1em;
}

/*========================================
main
=========================================*/
.side_text {
  display: none;
}

.side_text::after {
  display: none;
}

.home .side_text {
  display: block;
  font-family: "Cormorant Garamond", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* display: block; */
  position: absolute;
  right: 10px;
  top: calc(50% + 20vh);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  white-space: nowrap;
  z-index: 5;
  font-size: 24px;
  width: auto;
}
.home .side_text::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% + 20vh);
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0); /* 初期状態を上端に設定 */
  -webkit-transform-origin: top;
          transform-origin: top; /* 上から下に伸びるように設定 */
  width: 1px;
  height: 120px;
  background-color: #545353;
  -webkit-animation: blinkLine 3s infinite;
          animation: blinkLine 3s infinite; /* 点滅を3秒に設定 */
  /* top: 100%; */
  height: 120px;
  /* background-color: #675b5b; */
  -webkit-animation: blinkLine 2s infinite;
          animation: blinkLine 2s infinite;
  top: 120%; /* テキストの下に線を配置 */
}
@media (max-width: 768px) {
  .home .side_text {
    display: none;
  }
}

#main {
  position: relative;
}
@media (max-width: 768px) {
  #main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#main .main_hero {
  margin: 88px auto;
}

.top_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1550px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .top_block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.top_block .block_txt {
  z-index: 1;
  position: absolute;
}
@media (max-width: 768px) {
  .top_block .block_txt {
    position: absolute;
    bottom: -70vh;
    left: 0em;
  }
}

.top_svgfilter {
  -webkit-filter: sepia(1);
          filter: sepia(1);
}
.top_svgfilter img {
  width: 650px;
  display: block;
  margin-top: 5em;
}
@media (max-width: 768px) {
  .top_svgfilter img {
    margin-top: 2em;
  }
}

p.top_text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8em;
  line-height: 1.8em;
  margin: 1.8em auto auto;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 768px) {
  p.top_text {
    font-size: 18px;
    margin: 10px;
  }
}

.top_block .block_img {
  z-index: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .top_block .block_img {
    z-index: 0;
    position: absolute;
    right: auto;
    top: 50px;
    bottom: calc(50% - 140px);
    width: 120%;
  }
}
.top_block .block_img figure img {
  width: 750px;
  max-width: 100%;
}

.top_background-square {
  z-index: -5;
  position: absolute;
  width: 384px;
  height: 334px;
  background: #F2ECE8;
  left: 58%;
  bottom: -10vh;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .top_background-square {
    width: 320px;
    height: 280px;
  }
}

#blog .wp-block-group {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

#blog h2 {
  font-size: 3.4em;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 768px) {
  #blog h2 {
    font-size: 32px;
  }
}

#blog .wp-block-group h4 {
  -webkit-margin-after: unset;
          margin-block-end: unset;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Helvetica", sans-serif;
}

#blog .wp-block-group a {
  text-decoration: none;
}

#blog .wp-block-group a:hover {
  color: #D05730;
}

#introduction {
  position: relative;
}
@media (max-width: 768px) {
  #introduction {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0em 0 5em;
  }
}
#introduction .intro_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 130px;
}
@media (max-width: 768px) {
  #introduction .intro_section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 88px auto 160px;
  }
}
#introduction .intro_section .intro_sec_txt {
  max-width: 100%;
  width: 60%;
  margin: auto 0 !important;
}
@media (max-width: 768px) {
  #introduction .intro_section .intro_sec_txt {
    width: 100%;
  }
}
#introduction .intro_section .intro_sec_txt .heading_01 h2 {
  margin-bottom: 1.5em;
  margin-left: 0 !important;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  #introduction .intro_section .intro_sec_txt .heading_01 h2 {
    font-size: 21px;
  }
}
#introduction .intro_section .intro_sec_img {
  position: relative;
  max-width: 100%;
  width: 35%;
  height: 350px;
}
@media (max-width: 768px) {
  #introduction .intro_section .intro_sec_img {
    width: 100%;
    height: 300px;
  }
}
#introduction .intro_section .intro_sec_img .intro_sec_img_01 {
  position: absolute;
  right: 0;
  top: -3em;
}
@media (max-width: 768px) {
  #introduction .intro_section .intro_sec_img .intro_sec_img_01 {
    top: 10em;
    width: 220px;
    z-index: 3;
  }
}
#introduction .intro_section .intro_sec_img .intro_sec_img_01 img {
  border-radius: 10px;
}
#introduction .intro_section .intro_sec_img .intro_sec_img_02 {
  position: absolute;
  left: 0em;
  bottom: -8em;
}
@media (max-width: 768px) {
  #introduction .intro_section .intro_sec_img .intro_sec_img_02 {
    top: 3em;
    width: 200px;
    z-index: 1;
  }
}
#introduction .intro_section .intro_sec_img .intro_sec_img_02 img {
  border-radius: 10px;
}

#feelings {
  position: relative;
}
#feelings .feelings_section {
  max-width: 100%;
  width: 50%;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  #feelings .feelings_section {
    width: 100%;
    margin: 50px auto 88px;
  }
}
#feelings .feelings_section p {
  -webkit-animation: fadeInRight 1s ease-out forwards;
          animation: fadeInRight 1s ease-out forwards;
}
@media (max-width: 768px) {
  #feelings .feelings_section p {
    width: 100%;
  }
}
#feelings .feelings_section h2 {
  font-size: 2em;
  border-bottom: 1px solid #fff;
  margin-left: 0 !important;
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #feelings .feelings_section h2 {
    font-size: 21px;
  }
}
#feelings .feelings_section .feelings_sec_txt {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  #feelings .feelings_section .feelings_sec_txt {
    gap: 10px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#feelings .feelings_section .feelings_sec_txt:last-child {
  margin-bottom: 1.5em;
}

#service .service_block {
  border: 1px solid #ccbcb2;
  border-radius: 10px;
  padding: 4em 5em;
  margin-top: 48px;
}
@media (max-width: 768px) {
  #service .service_block {
    padding: 20px 10px;
    border: 0;
    margin: 64px auto 64px;
  }
}
#service .service_block .heading_03 {
  border-top: 1px solid #ccbcb2;
  border-bottom: 1px solid #ccbcb2;
  text-align: center;
  padding: 1em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #service .service_block .heading_03 {
    padding: 10px 0em;
  }
}
#service .service_block .heading_03 h2 {
  font-size: 1.8em;
  text-align: center;
}
@media (max-width: 768px) {
  #service .service_block .heading_03 h2 {
    font-size: 28px;
  }
}
#service .service_block h3 {
  font-size: 2em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  #service .service_block h3 {
    font-size: 21px;
  }
}
#service .service_block .txt {
  margin-top: 25px;
  margin-bottom: 35px;
}

#features .heading_02 {
  text-align: center;
  padding: 1em;
  margin: 4em auto;
}
@media (max-width: 768px) {
  #features .heading_02 {
    margin: 48px auto 32px;
  }
}
#features .heading_02 h2 {
  font-size: 2.4em;
  text-align: center;
}
@media (max-width: 768px) {
  #features .heading_02 h2 {
    font-size: 28px;
  }
}
#features .heading_02 p {
  text-align: center;
}
#features .features_sec {
  gap: 5.5em;
}
@media (max-width: 768px) {
  #features .features_sec {
    gap: 0px;
  }
}
#features .features_detail {
  position: relative;
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  #features .features_detail {
    margin-bottom: 72px;
  }
}
#features .features_detail .num {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 88px;
  color: #D9BBA4;
  font-weight: 500;
  mix-blend-mode: multiply;
  left: 5px;
  top: 20px;
}
@media (max-width: 768px) {
  #features .features_detail .num {
    top: -10px;
  }
}
#features .features_detail figure {
  margin-bottom: 1em;
}
#features .features_detail h3 {
  font-size: 18px;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted;
  margin-bottom: 0.25em;
}

#voice {
  min-height: 80vh;
}
#voice .heading_02 {
  text-align: center;
  padding: 1em;
  margin: 4em auto;
}
@media (max-width: 768px) {
  #voice .heading_02 {
    margin: 24px auto 32px;
  }
}
#voice .heading_02 h2 {
  font-size: 2.4em;
  text-align: center;
}
@media (max-width: 768px) {
  #voice .heading_02 h2 {
    font-size: 28px;
  }
}
#voice .heading_02 p {
  text-align: center;
}

#main-menu span.wp-block-cover__background {
  background-color: #44271b !important;
}
#main-menu .heading_02 {
  text-align: center;
  padding: 1em;
  margin: 3em auto 2em;
}
#main-menu .heading_02 h2 {
  font-size: 2.4em;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  #main-menu .heading_02 h2 {
    font-size: 28px;
  }
}
#main-menu .heading_02 p {
  text-align: center;
  color: #fff;
}
#main-menu .menu_box {
  border: 1px solid #ccbcb2;
  border-radius: 10px;
  padding: 2.5em 5em;
  margin-top: 32px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #main-menu .menu_box {
    padding: 20px 15px;
  }
}
#main-menu .menu_box .heading_03 {
  text-align: center;
  margin-bottom: 1em;
}
#main-menu .menu_box .heading_03 h3 {
  text-align: center;
}
@media (max-width: 768px) {
  #main-menu .menu_box .heading_03 h3 {
    font-size: 24px;
  }
}
#main-menu .menu_box .wp-block-table {
  width: 780px;
  max-width: 100%;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #main-menu .menu_box .wp-block-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#main-menu .menu_box .wp-block-table td {
  border: none;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  font-weight: 500;
}
@media (max-width: 768px) {
  #main-menu .menu_box .wp-block-table td {
    width: 100%;
    border-top: 0px;
    padding: 10px 0px;
  }
}
#main-menu .menu_box .wp-block-table td:first-child {
  width: 15%;
}
@media (max-width: 768px) {
  #main-menu .menu_box .wp-block-table td:first-child {
    width: 100%;
    color: #795548;
    padding: 5px 0;
  }
}
#main-menu .menu_box .wp-block-table td:last-child {
  border-bottom: 0px;
}

#menu-list h2 {
  line-height: 1em;
}
@media (max-width: 768px) {
  #menu-list h2 {
    font-size: 28px;
  }
}
#menu-list h3 {
  padding-left: 1em;
  font-size: 1.5em;
  margin: 0 auto 1em;
  color: #72412c;
  font-weight: 500;
}
#menu-list h3::before {
  content: "";
  width: 14px;
  height: 6px;
  background-color: #783534;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 768px) {
  #menu-list h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding-left: 18px;
  }
}
#menu-list .menu-list_box {
  border-bottom: 1px dotted #4E2C1E;
  margin-bottom: 5em;
}
#menu-list .wp-block-table td {
  border: none;
  font-weight: 500;
  padding: 5px 0px 10px;
}
#menu-list .wp-block-table td:first-child {
  width: 15%;
  padding-left: 0;
  color: #832e0a;
  font-weight: 600;
}
@media (max-width: 768px) {
  #menu-list .wp-block-table td:first-child {
    width: 30%;
  }
}
#menu-list .wp-block-columns {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  #about .heading_01 h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  #about .heading_01 p {
    -webkit-margin-after: unset;
            margin-block-end: unset;
  }
}

.about-sec_profile .name p {
  line-height: 1em;
}

.about-sec_profile p.name_ja {
  font-size: 1.8em;
}

.vk_post_title_new {
  margin-left: 0.4em;
  font-size: 0.8em;
  white-space: nowrap;
  color: #cb805d;
}

/* =======================================
contact
========================================*/
div.wpforms-container-full button.p-contact_submit_btn {
  width: 350px;
}
@media (max-width: 768px) {
  div.wpforms-container-full button.p-contact_submit_btn {
    width: 100%;
  }
}

.p-form_wrapper,
.p-form_attention {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
.p-form_wrapper span.inquiry,
.p-form_attention span.inquiry {
  padding-left: 5px;
  color: #a50b0b;
  font-size: 12px;
}

.p-form_step {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
.p-form_step ul.p-form_step_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form_step ul.p-form_step_list li.item {
  font-size: 16px;
  list-style: none;
  position: relative;
  background: #a7938f;
  width: 22%;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
}
.p-form_step ul.p-form_step_list li.item.active {
  background: #D95B3F;
}
.p-form_step ul.p-form_step_list li.item + li.item::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #0d0d0d;
  position: absolute;
  top: 50%;
  left: -50%;
}

@media (max-width: 768px) {
  .p-form_step ul.p-form_step_list {
    padding-left: 0;
  }
  .p-form_step ul.p-form_step_list li.item {
    font-size: 14px;
    width: 25%;
  }
  .p-form_step ul.p-form_step_list li.item + li.item::after {
    width: 30px;
    height: 1px;
    background: #0d0d0d;
    left: -45%;
  }
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  background-color: #e5e5e5;
}

.p-form_attention p {
  color: #a50b0b;
  font-size: 12px;
}

input.p-form_confirm_submit[type=submit],
input.p-form_return[type=submit] {
  width: 100%;
  padding: 20px;
  margin: 10px auto 10px;
}

.p-form_box {
  margin-bottom: 50px;
}

input.p-form_return[type=submit] {
  background: #867672;
  color: #fff;
}

input[type=submit]:not(:disabled) {
  background: #867672;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

input[type=submit]:not(:disabled):hover {
  background: #D95B3F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 0px solid #D95B3F;
  color: #ffF;
}

.mw_wp_form_preview .p-form_box {
  margin-bottom: 50px;
}
.mw_wp_form_preview .p-form_box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mw_wp_form_preview .p-form_box dl dt {
  width: 30%;
  font-size: 16px;
}
.mw_wp_form_preview .p-form_box dl dd {
  width: 70%;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.p-form_box .frame {
  margin-bottom: 20px;
}

.frame dl {
  margin-bottom: 0em;
}

p.form_tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  background: #7c726f;
  color: white;
  padding: 5px;
}

.fade-in-up {
  opacity: 0; /* 初期状態で非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 初期位置を下にずらす */
  -webkit-animation: fadeInUp 2s ease-out forwards;
          animation: fadeInUp 2s ease-out forwards;
}

.fade-in-down {
  opacity: 0; /* 初期状態で非表示 */
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); /* 初期位置を上にずらす */
  -webkit-animation: fadeInDown 2s ease-out forwards;
          animation: fadeInDown 2s ease-out forwards;
}

.fade-in-left {
  opacity: 0; /* 初期状態で非表示 */
  -webkit-transform: translateX(50px);
          transform: translateX(50px); /* 初期位置を右にずらす */
  -webkit-animation: fadeInLeft 2s ease-out forwards;
          animation: fadeInLeft 2s ease-out forwards;
}

.fade-in-right {
  opacity: 0; /* 初期状態で非表示 */
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px); /* 初期位置を左にずらす */
  -webkit-animation: fadeInRight 2s ease-out forwards;
          animation: fadeInRight 2s ease-out forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); /* 下から50px位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に戻す */
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); /* 下から50px位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に戻す */
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); /* 左から50pxの位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置に戻す */
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); /* 左から50pxの位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置に戻す */
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); /* 右から50pxの位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置に戻す */
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); /* 右から50pxの位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置に戻す */
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); /* 上から50pxの位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に戻す */
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); /* 上から50pxの位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に戻す */
  }
}
@-webkit-keyframes blinkLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes blinkLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}