@charset "UTF-8";
/*
Theme Name: Lightning Child
Version: 1.1
Template: lightning
*/
/**
* 共通
*/
/* .block-editor__container .wp-block-column *:first-child,
.block-editor__container .editor-styles-wrapper .wp-block-column *:first-child,
.container .wp-block-column *:first-child {
  margin: 0;
}
 */
/*
projects
*/
/* pxをvwに変換
/*-------------------------*/
/* pxをvhに変換
/*-------------------------*/
@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-sp {
    display: none !important;
  }
}

.edit-post-visual-editor__content-area .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *,
.edit-post-visual-editor__content-area .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *,
.is-root-container,
.editor-styles-wrapper .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .is-root-container > .wp-block {
  width: 1200px;
  max-width: 1200px !important;
}

.editor-styles-wrapper .is-root-container .wp-block {
  max-width: 1200px;
}

.page_top_btn {
  display: none !important;
}

body,
code {
  font-family: "Zen Maru Gothic", sans-serif;
}

time {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .only--sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .container {
    width: 1230px;
    max-width: 1230px;
  }
}
@media screen and (min-width: 768px), print {
  body .global-nav {
    border: 0;
  }
}

body,
body .site-body {
  /* SP追従メニュー */
  /* SP追従メニューボタン */
  /* シャドウ */
  /* カスタムボタン */
  /* SP/PC画像 */
  /* イベントカード */
  /* 施工事例バッジ */
  /* 画像スライダー */
  /* メインビジュアル */
  /* お知らせ */
  /* バナーエリア */
  /* ハートホームズ長野の想い */
  /* ハートホームズイベント情報 */
  /* ハートホームズお問い合わせ */
  /* 施工実績 */
  /* メニュー */
  /* お客様の声 */
  /* 社長ブログ */
  /* コラム */
  /* 会社概要 */
}
body .site-header-logo,
body .site-body .site-header-logo {
  position: relative;
  width: 186px;
  padding: 22px 0 6px;
  margin: 0;
}
body .site-header-logo::before,
body .site-body .site-header-logo::before {
  content: "長野市、千曲市、須坂市の新築・リフォームなら";
  position: absolute;
  top: 4px;
  left: 0;
  color: #5d5046;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  body .site-header-logo,
  body .site-body .site-header-logo {
    width: 246px;
    padding: 34px 0 26px;
    margin: 0;
  }
  body .site-header-logo::before,
  body .site-body .site-header-logo::before {
    top: 10px;
    font-size: 14px;
  }
}
body .contact-txt,
body .site-body .contact-txt {
  position: relative;
  padding: 0 0 0 395px;
}
body .contact-txt .contact-txt-catch,
body .contact-txt .contact-txt-time,
body .site-body .contact-txt .contact-txt-catch,
body .site-body .contact-txt .contact-txt-time {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
}
body .site-header,
body .site-body .site-header {
  border: 0 !important;
}
body .site-header .contact-btn,
body .site-body .site-header .contact-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}
body .site-header .contact-btn .btn,
body .site-body .site-header .contact-btn .btn {
  flex: 0 0 160px;
  width: 160px;
  height: 42px;
  border-radius: 60px;
  background-color: #f29d20;
  border: 0;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.16));
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: filter 0.4s ease-out;
}
body .site-header .contact-btn .btn:hover,
body .site-body .site-header .contact-btn .btn:hover {
  filter: none;
}
body .site-header .contact-btn .btn i,
body .site-body .site-header .contact-btn .btn i {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("/wp/wp-content/themes/lightning-child/images/icon_mail--white.svg") no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}
body .site-header .contact-btn .btn-line,
body .site-body .site-header .contact-btn .btn-line {
  background-color: #4cc764;
}
body .site-header .contact-btn .btn-line i,
body .site-body .site-header .contact-btn .btn-line i {
  width: 28px;
  height: 28px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_line.svg");
}
body .header_scrolled .site-header,
body .site-body .header_scrolled .site-header {
  background-color: #fff;
  border: 0;
}
body .header_scrolled .site-header .global-nav,
body .site-body .header_scrolled .site-header .global-nav {
  background-color: #fff;
}
body .header_scrolled .site-header-container--scrolled--logo-and-nav-full .global-nav,
body .site-body .header_scrolled .site-header-container--scrolled--logo-and-nav-full .global-nav {
  background-color: #fff;
}
body .site-header-container,
body .site-body .site-header-container {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px), print {
  body .site-header-sub,
  body .site-body .site-header-sub {
    padding: 24px 0 26px;
    margin: 0;
  }
}
@media screen and (min-width: 768px), print {
  body .site-header-sub .contact-txt-tel,
  body .site-body .site-header-sub .contact-txt-tel {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 380px;
    color: #f29d20;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 58px;
  }
  body .site-header-sub .contact-txt-tel i,
  body .site-body .site-header-sub .contact-txt-tel i {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background: url("/wp/wp-content/themes/lightning-child/images/icon_tel--orange.svg") no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
  }
}
body.header_scrolled .site-header-container--scrolled--logo-and-nav-container, body.header_scrolled .site-header-container--scrolled--logo-and-nav-full, body.header_scrolled .global-nav--scrolled--logo-and-nav-full,
body .site-body.header_scrolled .site-header-container--scrolled--logo-and-nav-container,
body .site-body.header_scrolled .site-header-container--scrolled--logo-and-nav-full,
body .site-body.header_scrolled .global-nav--scrolled--logo-and-nav-full {
  background-color: #fff;
}
body.header_scrolled .site-header-container--scrolled--logo-and-nav-container .global-nav, body.header_scrolled .site-header-container--scrolled--logo-and-nav-full .global-nav, body.header_scrolled .global-nav--scrolled--logo-and-nav-full .global-nav,
body .site-body.header_scrolled .site-header-container--scrolled--logo-and-nav-container .global-nav,
body .site-body.header_scrolled .site-header-container--scrolled--logo-and-nav-full .global-nav,
body .site-body.header_scrolled .global-nav--scrolled--logo-and-nav-full .global-nav {
  background-color: #fff;
}
body .mobile-fix-nav,
body .site-body .mobile-fix-nav {
  padding: 0;
  height: 64px;
  padding: 2px;
  background-color: #fff !important;
}
body .mobile-fix-nav .mobile-fix-nav-menu,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu {
  height: 100%;
  padding: 0;
}
body .mobile-fix-nav .mobile-fix-nav-menu li,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li {
  flex: 1 1 10%;
  width: 10%;
  height: 100%;
  background-color: #f29d20;
}
body .mobile-fix-nav .mobile-fix-nav-menu li a,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 35px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
body .mobile-fix-nav .mobile-fix-nav-menu li a::before,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  translate: -50% 0;
  width: 2px;
  background-color: #fff;
}
body .mobile-fix-nav .mobile-fix-nav-menu li a i,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li a i {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1),
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) {
  background-color: #fff;
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1)::before,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1)::before {
  display: none;
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) a,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) a {
  position: relative;
  color: #000 !important;
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) a::after,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) a::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid #000;
  pointer-events: none;
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) a i,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(1) a i {
  top: 10px;
  width: 24px;
  height: 24px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_tel--black.svg");
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(2) a i,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(2) a i {
  top: 16px;
  width: 26px;
  height: 18px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_mail--white.svg");
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(3),
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(3) {
  background-color: #4cc764;
}
body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(3) a i,
body .site-body .mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(3) a i {
  top: 10px;
  width: 24px;
  height: 25px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_line.svg");
}
body.admin-bar .vk-mobile-nav-menu-btn,
body .site-body.admin-bar .vk-mobile-nav-menu-btn {
  top: 46px;
  right: 0;
  left: auto;
}
body .vk-mobile-nav-menu-btn,
body .site-body .vk-mobile-nav-menu-btn {
  top: 0;
  right: 0;
  left: auto;
  width: 55px;
  height: 55px;
  border: 0;
  background-color: #f29d20;
  background-image: url("/wp/wp-content/themes/lightning-child/images/menu-open.svg");
}
body .vk-mobile-nav-menu-btn.menu-open,
body .site-body .vk-mobile-nav-menu-btn.menu-open {
  border: 0;
  background-color: #f29d20;
  background-image: url("/wp/wp-content/themes/lightning-child/images/menu-close.svg");
}
body .is-style-vk-image-shadow,
body .site-body .is-style-vk-image-shadow {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.16));
  box-shadow: none !important;
}
@media screen and (min-width: 768px), print {
  body .is-style-vk-image-shadow,
  body .site-body .is-style-vk-image-shadow {
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.16));
    transition: filter 0.4s ease-out;
    will-change: filter;
  }
  body .is-style-vk-image-shadow:hover,
  body .site-body .is-style-vk-image-shadow:hover {
    filter: none;
  }
}
body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link,
body .site-body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 305px;
  padding: 16px 48px;
  background-color: #7c695b;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.16));
}
body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link::before,
body .site-body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  translate: 0 -50%;
  width: 9px;
  height: 14px;
  background: url("/wp/wp-content/themes/lightning-child/images/hh-button_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link,
  body .site-body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link {
    min-width: 320px;
    padding: 18px 48px;
    font-size: 20px;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.16));
    transition: filter 0.4s ease-out;
    will-change: filter;
  }
  body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link::before,
  body .site-body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link::before {
    transition: translate 0.4s ease-out;
    will-change: translate;
  }
  body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link:hover,
  body .site-body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link:hover {
    filter: none;
  }
  body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link:hover::before,
  body .site-body .wp-block-buttons .wp-block-button.is-style-hh-button .wp-block-button__link:hover::before {
    translate: 5px -50%;
  }
}
body .cb_image,
body .site-body .cb_image {
  display: block;
  width: 100%;
}
body .cb_image picture,
body .cb_image img,
body .site-body .cb_image picture,
body .site-body .cb_image img {
  display: block;
  width: 100%;
}
body .event-card,
body .site-body .event-card {
  position: relative;
  display: block;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
body .event-card::before,
body .site-body .event-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  left: -10px;
  width: 105px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
body .event-card.open::before,
body .site-body .event-card.open::before {
  background-image: url("/wp/wp-content/themes/lightning-child/images/event-card_open.png");
}
body .event-card.close::before,
body .site-body .event-card.close::before {
  background-image: url("/wp/wp-content/themes/lightning-child/images/event-card_close.png");
}
body .event-card__image,
body .site-body .event-card__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 315/180;
  border-radius: 10px;
  overflow: hidden;
}
body .event-card__image img,
body .site-body .event-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .event-card__title,
body .site-body .event-card__title {
  padding: 0;
  margin: 15px 0 0;
  border-bottom: 0;
  color: #5d5046;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 26px;
}
body .event-card__title::after,
body .site-body .event-card__title::after {
  display: none;
}
body .event-card__day,
body .site-body .event-card__day {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 12px 0 0;
}
body .event-card__day-text,
body .site-body .event-card__day-text {
  margin: 0;
}
body .event-card__day-text span,
body .site-body .event-card__day-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 23px;
  background-color: #7c695b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
body .event-card__day-time,
body .site-body .event-card__day-time {
  color: #5d5046;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 23px;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  body .event-card,
  body .site-body .event-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    padding: 20px;
    border-radius: 15px;
  }
  body .event-card::before,
  body .site-body .event-card::before {
    top: 12px;
  }
  body .event-card__image,
  body .site-body .event-card__image {
    aspect-ratio: 255/190;
    flex: 0 0 255px;
    width: 255px;
    border-radius: 15px;
  }
  body .event-card__image img,
  body .site-body .event-card__image img {
    transition: scale 0.6s ease-out;
  }
  body .event-card:hover .event-card__image img,
  body .site-body .event-card:hover .event-card__image img {
    scale: 1.1;
  }
  body .event-card__title,
  body .site-body .event-card__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    font-size: 22px;
    line-height: 36px;
  }
  body .event-card__day,
  body .site-body .event-card__day {
    display: block;
    margin: 15px 0 0;
  }
  body .event-card__day-text span,
  body .site-body .event-card__day-text span {
    width: 90px;
    height: 29px;
    font-size: 16px;
  }
  body .event-card__day-time,
  body .site-body .event-card__day-time {
    display: block;
    margin: 15px 0 0;
    color: #5d5046;
    font-size: 18px;
    line-height: 27px;
  }
}
body .jirei-badge,
body .site-body .jirei-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 147px;
  background-color: #f29d20;
  border-radius: 100%;
}
body .jirei-badge__title,
body .site-body .jirei-badge__title {
  padding: 0;
  margin: 0;
  border: 0;
}
body .jirei-badge__title span,
body .jirei-badge__title small,
body .site-body .jirei-badge__title span,
body .site-body .jirei-badge__title small {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 22px;
  text-align: center;
}
body .jirei-badge__title span,
body .site-body .jirei-badge__title span {
  font-size: 14px;
}
body .jirei-badge__title small,
body .site-body .jirei-badge__title small {
  font-size: 12px;
}
body .jirei-badge__area,
body .site-body .jirei-badge__area {
  margin: 4px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  body .jirei-badge,
  body .site-body .jirei-badge {
    width: 228px;
    height: 228px;
  }
  body .jirei-badge__title span,
  body .jirei-badge__title small,
  body .site-body .jirei-badge__title span,
  body .site-body .jirei-badge__title small {
    line-height: 33px;
  }
  body .jirei-badge__title span,
  body .site-body .jirei-badge__title span {
    font-size: 23px;
  }
  body .jirei-badge__title small,
  body .site-body .jirei-badge__title small {
    font-size: 18px;
  }
  body .jirei-badge__area,
  body .site-body .jirei-badge__area {
    margin: 4px 0 0;
    font-size: 30px;
    line-height: 40px;
  }
}
body .image-slider,
body .site-body .image-slider {
  position: relative;
  height: 100%;
}
body .image-slider .swiper-slide,
body .site-body .image-slider .swiper-slide {
  height: 100%;
}
body .image-slider .swiper-slide img,
body .site-body .image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .image-slider .swiper-pagination,
body .site-body .image-slider .swiper-pagination {
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
  text-align: right;
}
body .image-slider .swiper-pagination .swiper-pagination-bullet,
body .site-body .image-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  outline: none;
}
body .image-slider .swiper-pagination .swiper-pagination-bullet-active,
body .site-body .image-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f29d20;
}
@media screen and (min-width: 768px), print {
  body .image-slider .swiper-pagination,
  body .site-body .image-slider .swiper-pagination {
    right: auto;
    bottom: 40px;
    left: 50%;
    translate: -50% 0;
    width: 1200px;
    text-align: left;
  }
}
body .is-style-mainvisual-area,
body .site-body .is-style-mainvisual-area {
  height: calc(100vh - 55px);
  position: relative;
  margin: 0 -15px;
}
body .is-style-mainvisual-area .image-slider,
body .site-body .is-style-mainvisual-area .image-slider {
  height: 100%;
  overflow: hidden;
}
body .is-style-mainvisual-area .title,
body .site-body .is-style-mainvisual-area .title {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 15px;
  font-size: 0;
}
body .is-style-mainvisual-area .title span,
body .site-body .is-style-mainvisual-area .title span {
  position: relative;
  display: inline-block;
  min-width: 268px;
  padding: 0 14px 2px 23px;
  margin: 5px 0 0;
  color: #5d5046;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 35px;
  background-color: #fff;
}
body .is-style-mainvisual-area .title span:first-child::before,
body .site-body .is-style-mainvisual-area .title span:first-child::before {
  content: "“";
  position: absolute;
  top: -2px;
  left: 4px;
  color: #f29d20;
  font-size: 32px;
  line-height: 35px;
}
body .is-style-mainvisual-area .title span:last-child::after,
body .site-body .is-style-mainvisual-area .title span:last-child::after {
  content: "”";
  position: absolute;
  top: -2px;
  right: 4px;
  color: #f29d20;
  font-size: 32px;
  line-height: 35px;
}
body .is-style-mainvisual-area .badge,
body .site-body .is-style-mainvisual-area .badge {
  position: absolute;
  z-index: 4;
  bottom: 80px;
  left: 15px;
}
@media screen and (min-width: 768px), print {
  body .is-style-mainvisual-area,
  body .site-body .is-style-mainvisual-area {
    height: calc(100vh - 164px);
    margin: 0;
  }
  body .is-style-mainvisual-area .image-slider,
  body .site-body .is-style-mainvisual-area .image-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    min-width: 100%;
    height: 100%;
  }
  body .is-style-mainvisual-area .title,
  body .site-body .is-style-mainvisual-area .title {
    top: 56px;
    left: 0px;
  }
  body .is-style-mainvisual-area .title span,
  body .site-body .is-style-mainvisual-area .title span {
    min-width: 268px;
    padding: 0 42px 4px 42px;
    margin: 12px 0 0;
    font-size: 35px;
    line-height: 62px;
  }
  body .is-style-mainvisual-area .title span:first-child::before,
  body .site-body .is-style-mainvisual-area .title span:first-child::before {
    top: 10px;
    left: 8px;
    font-size: 57px;
    line-height: 35px;
  }
  body .is-style-mainvisual-area .title span:last-child::after,
  body .site-body .is-style-mainvisual-area .title span:last-child::after {
    top: 10px;
    right: 8px;
    font-size: 57px;
    line-height: 35px;
  }
  body .is-style-mainvisual-area .badge,
  body .site-body .is-style-mainvisual-area .badge {
    position: absolute;
    z-index: 4;
    bottom: 80px;
    left: 15px;
  }
}
body .block-editor__container .is-style-mainvisual-area .image-slider,
body .site-body .block-editor__container .is-style-mainvisual-area .image-slider {
  height: calc(100vh - 55px);
}
body .block-editor__container .is-style-mainvisual-area .title,
body .site-body .block-editor__container .is-style-mainvisual-area .title {
  font-size: 35px;
}
body .is-style-news-area .wp-block-group__inner-container,
body .site-body .is-style-news-area .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
  padding: 40px 20px 20px;
  margin: 0;
  background-color: #fff;
}
body .is-style-news-area .wp-block-group__inner-container::before,
body .site-body .is-style-news-area .wp-block-group__inner-container::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  background-color: #fbf5e1;
  opacity: 0.8;
}
body .is-style-news-area .wp-block-group__inner-container::after,
body .site-body .is-style-news-area .wp-block-group__inner-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 30px;
  background-color: #fff;
  border: 2px solid #f29d20;
  border-radius: 15px;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.16));
}
body .is-style-news-area a,
body .site-body .is-style-news-area a {
  text-decoration: none;
}
body .is-style-news-area .heading,
body .site-body .is-style-news-area .heading {
  padding: 0;
  margin: 0;
  border: 0;
  color: #f29d20;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 31px;
  text-align: center;
}
body .is-style-news-area .list .wp-block-post,
body .site-body .is-style-news-area .list .wp-block-post {
  margin: 0;
}
body .is-style-news-area .list .wp-block-post.swiper-slide-active,
body .site-body .is-style-news-area .list .wp-block-post.swiper-slide-active {
  z-index: 2;
}
body .is-style-news-area .time,
body .site-body .is-style-news-area .time {
  display: block;
  width: 100%;
}
body .is-style-news-area .time time,
body .site-body .is-style-news-area .time time {
  display: block;
  width: 100%;
  color: #5d5046;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 21px;
  white-space: nowrap;
  text-align: left;
}
body .is-style-news-area .title,
body .site-body .is-style-news-area .title {
  position: relative;
  padding: 0 70px 0 0;
  margin: 4px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  pointer-events: auto;
}
body .is-style-news-area .title a,
body .site-body .is-style-news-area .title a {
  color: #5d5046;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body .is-style-news-area .title::after,
body .site-body .is-style-news-area .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 64px;
  height: 22px;
  background: url("/wp/wp-content/themes/lightning-child/images/news_more-sp.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  body .is-style-news-area,
  body .site-body .is-style-news-area {
    position: relative;
  }
  body .is-style-news-area .wp-block-group__inner-container,
  body .site-body .is-style-news-area .wp-block-group__inner-container {
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 710px;
    padding: 40px 25px 40px 150px;
    border-radius: 15px;
  }
  body .is-style-news-area .wp-block-group__inner-container::before,
  body .site-body .is-style-news-area .wp-block-group__inner-container::before {
    display: none;
  }
  body .is-style-news-area .wp-block-group__inner-container::after,
  body .site-body .is-style-news-area .wp-block-group__inner-container::after {
    top: 0;
  }
  body .is-style-news-area .heading,
  body .site-body .is-style-news-area .heading {
    position: absolute;
    top: 50%;
    left: 25px;
    translate: 0 -50%;
    font-size: 32px;
  }
  body .is-style-news-area .list .wp-block-post,
  body .site-body .is-style-news-area .list .wp-block-post {
    margin: 0;
  }
  body .is-style-news-area .list .wp-block-column,
  body .site-body .is-style-news-area .list .wp-block-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body .is-style-news-area .list .wp-block-column::after,
  body .site-body .is-style-news-area .list .wp-block-column::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #f29d20;
  }
  body .is-style-news-area .time,
  body .site-body .is-style-news-area .time {
    flex: 0 0 140px;
    width: 140px;
    margin: 2px 0 0;
  }
  body .is-style-news-area .time time,
  body .site-body .is-style-news-area .time time {
    font-size: 20px;
  }
  body .is-style-news-area .title,
  body .site-body .is-style-news-area .title {
    padding: 0 120px 0 0;
    margin: 0;
    font-size: 20px;
  }
  body .is-style-news-area .title a,
  body .site-body .is-style-news-area .title a {
    font-size: 20px;
  }
  body .is-style-news-area .title::after,
  body .site-body .is-style-news-area .title::after {
    width: 112px;
    height: 32px;
  }
}
body .is-style-banner-area,
body .site-body .is-style-banner-area {
  position: relative;
  z-index: 1;
  padding: 40px 0 15px;
}
body .is-style-banner-area::before,
body .site-body .is-style-banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  min-width: 100%;
  width: 100vw;
  background-color: #fbf5e1;
  opacity: 0.8;
}
body .is-style-banner-area .wp-block-image,
body .is-style-banner-area .image,
body .site-body .is-style-banner-area .wp-block-image,
body .site-body .is-style-banner-area .image {
  margin: 0 0 25px;
}
body .is-style-banner-area .wp-block-columns,
body .site-body .is-style-banner-area .wp-block-columns {
  gap: 25px;
  margin: 0;
}
body .is-style-banner-area .wp-block-columns .wp-block-column,
body .site-body .is-style-banner-area .wp-block-columns .wp-block-column {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  body .is-style-banner-area,
  body .site-body .is-style-banner-area {
    padding: 100px 0 80px;
  }
  body .is-style-banner-area::before,
  body .site-body .is-style-banner-area::before {
    background-image: url("/wp/wp-content/themes/lightning-child/images/background01.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 1686px 1380px;
  }
  body .is-style-banner-area.is-layout-flow .wp-block-image, body .is-style-banner-area.is-layout-flow .image,
  body .is-style-banner-area .wp-block-image,
  body .is-style-banner-area .image,
  body .site-body .is-style-banner-area.is-layout-flow .wp-block-image,
  body .site-body .is-style-banner-area.is-layout-flow .image,
  body .site-body .is-style-banner-area .wp-block-image,
  body .site-body .is-style-banner-area .image {
    margin: 0 0 70px;
  }
  body .is-style-banner-area .wp-block-columns,
  body .site-body .is-style-banner-area .wp-block-columns {
    gap: 60px;
  }
}
body .is-style-message-area,
body .site-body .is-style-message-area {
  padding: 60px 0;
}
body .is-style-message-area .icon,
body .site-body .is-style-message-area .icon {
  display: block;
  width: 76px;
  padding: 0;
  margin: 0 auto;
}
body .is-style-message-area .title,
body .site-body .is-style-message-area .title {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
body .is-style-message-area .title::before,
body .site-body .is-style-message-area .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 50%;
  translate: -50% 0;
  width: 205px;
  height: 43px;
  background: url("/wp/wp-content/themes/lightning-child/images/message_title_background.png") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-message-area .image,
body .site-body .is-style-message-area .image {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  margin: 48px 0 0;
}
body .is-style-message-area .image::before,
body .site-body .is-style-message-area .image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 33px;
  right: 6px;
  width: 112px;
  height: 112px;
  background: url("/wp/wp-content/themes/lightning-child/images/message_image_background.png") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-message-area .text,
body .site-body .is-style-message-area .text {
  margin: 40px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-message-area .more,
body .site-body .is-style-message-area .more {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  body .is-style-message-area .image::before,
  body .site-body .is-style-message-area .image::before {
    top: 8.8vw;
    right: 1.6vw;
    width: 29.86vw;
    height: 29.86vw;
  }
}
@media screen and (min-width: 768px), print {
  body .is-style-message-area,
  body .site-body .is-style-message-area {
    position: relative;
    padding: 150px 650px 114px 0;
  }
  body .is-style-message-area .icon,
  body .site-body .is-style-message-area .icon {
    width: 120px;
    margin: 0 auto;
  }
  body .is-style-message-area .title,
  body .site-body .is-style-message-area .title {
    margin: 10px 0 0;
    border: 0;
    font-size: 40px;
  }
  body .is-style-message-area .title::before,
  body .site-body .is-style-message-area .title::before {
    top: 16px;
    width: 340px;
    height: 72px;
  }
  body .is-style-message-area .image,
  body .site-body .is-style-message-area .image {
    position: absolute;
    top: 106px;
    right: 0;
    width: 570px;
    margin: 0;
  }
  body .is-style-message-area .image::before,
  body .site-body .is-style-message-area .image::before {
    top: 134px;
    right: -215px;
    width: 290px;
    height: 290px;
  }
  body .is-style-message-area .text,
  body .site-body .is-style-message-area .text {
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 30px;
  }
  body .is-style-message-area .more,
  body .site-body .is-style-message-area .more {
    margin: 50px 0 0;
  }
}
body .is-style-event-area,
body .site-body .is-style-event-area {
  position: relative;
  z-index: 1;
  padding: 50px 0 60px;
}
body .is-style-event-area::before,
body .site-body .is-style-event-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  left: -15px;
  height: 80px;
  background: url("/wp/wp-content/themes/lightning-child/images/event_list_roof-sp.svg") no-repeat;
  background-position: center top;
  background-size: cover;
}
body .is-style-event-area::after,
body .site-body .is-style-event-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 80px;
  right: -15px;
  bottom: 0;
  left: -15px;
  background-color: #fbf5e1;
}
body .is-style-event-area .icon,
body .site-body .is-style-event-area .icon {
  display: block;
  width: 54px;
  padding: 0;
  margin: 0 auto;
}
body .is-style-event-area .title,
body .site-body .is-style-event-area .title {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
body .is-style-event-area .title::after,
body .site-body .is-style-event-area .title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-event-area .text,
body .site-body .is-style-event-area .text {
  min-height: 72px;
  padding: 0 20px 0 180px;
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 24px;
}
body .is-style-event-area .list,
body .site-body .is-style-event-area .list {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
}
body .is-style-event-area .list::before,
body .site-body .is-style-event-area .list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -111px;
  left: 19px;
  width: 140px;
  height: 111px;
  background: url("/wp/wp-content/themes/lightning-child/images/event_human-sp.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  body .is-style-event-area,
  body .site-body .is-style-event-area {
    padding: 46px 0 50px;
  }
  body .is-style-event-area::before,
  body .site-body .is-style-event-area::before {
    right: auto;
    left: 50%;
    translate: -50% 0;
    width: 1354px;
    height: 218px;
    background-image: url("/wp/wp-content/themes/lightning-child/images/event_list_roof-pc.svg");
  }
  body .is-style-event-area::after,
  body .site-body .is-style-event-area::after {
    top: 218px;
    right: auto;
    left: 50%;
    translate: -50% 0;
    width: 1360px;
    border-radius: 15px;
  }
  body .is-style-event-area .icon,
  body .site-body .is-style-event-area .icon {
    width: 84px;
  }
  body .is-style-event-area .title,
  body .site-body .is-style-event-area .title {
    margin: 10px 0 0;
    font-size: 36px;
  }
  body .is-style-event-area .title::after,
  body .site-body .is-style-event-area .title::after {
    bottom: -20px;
    width: 86px;
  }
  body .is-style-event-area .text,
  body .site-body .is-style-event-area .text {
    min-height: auto;
    padding: 0;
    margin: 50px 0 0;
    font-size: 18px;
    text-align: center;
  }
  body .is-style-event-area .list,
  body .site-body .is-style-event-area .list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 60px;
    margin: 60px 0 0;
  }
  body .is-style-event-area .list::before,
  body .site-body .is-style-event-area .list::before {
    top: -287px;
    left: 36px;
    width: 309px;
    height: 287px;
    background-image: url("/wp/wp-content/themes/lightning-child/images/event_human-pc.png");
  }
  body .is-style-event-area .list li,
  body .site-body .is-style-event-area .list li {
    flex: 1 1 520px;
    width: 520px;
  }
  body .is-style-event-area .more,
  body .site-body .is-style-event-area .more {
    margin: 50px 0 0;
  }
}
body .container .is-style-event-area .list li:nth-of-type(n + 3),
body .site-body .container .is-style-event-area .list li:nth-of-type(n + 3) {
  display: none;
}
body .block-editor .is-style-event-area .list li:nth-of-type(n + 4),
body .site-body .block-editor .is-style-event-area .list li:nth-of-type(n + 4) {
  display: none;
}
body .is-style-contact-area,
body .site-body .is-style-contact-area {
  position: relative;
  z-index: 1;
  padding: 40px 0 0;
  background-color: #f29d20;
}
body .is-style-contact-area::before,
body .site-body .is-style-contact-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  min-width: 100%;
  background-color: #f29d20;
}
body .is-style-contact-area .box01,
body .site-body .is-style-contact-area .box01 {
  order: 2;
}
body .is-style-contact-area .box02,
body .site-body .is-style-contact-area .box02 {
  order: 1;
}
body .is-style-contact-area .image,
body .site-body .is-style-contact-area .image {
  display: block;
}
body .is-style-contact-area .image img,
body .site-body .is-style-contact-area .image img {
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
body .is-style-contact-area .title,
body .site-body .is-style-contact-area .title {
  display: block;
  width: 285px;
  margin: 0 auto;
}
body .is-style-contact-area .tel,
body .site-body .is-style-contact-area .tel {
  margin: 20px 0 0;
  text-align: center;
}
body .is-style-contact-area .tel a,
body .site-body .is-style-contact-area .tel a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 43px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 49px;
  white-space: nowrap;
  text-decoration: none;
}
body .is-style-contact-area .tel a::before,
body .site-body .is-style-contact-area .tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 35px;
  height: 35px;
  background: url("/wp/wp-content/themes/lightning-child/images/icon_tel.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-contact-area .detail,
body .site-body .is-style-contact-area .detail {
  gap: 0;
  margin: 6px 0 0;
  text-align: center;
}
body .is-style-contact-area .detail .wp-block-column,
body .site-body .is-style-contact-area .detail .wp-block-column {
  margin: 0;
}
body .is-style-contact-area .detail p,
body .site-body .is-style-contact-area .detail p {
  margin: 4px 0 0;
  color: #fff;
  font-size: 20px;
}
body .is-style-contact-area .items,
body .site-body .is-style-contact-area .items {
  gap: 0;
}
body .is-style-contact-area .items .item a,
body .site-body .is-style-contact-area .items .item a {
  position: relative;
  display: block;
  max-width: 345px;
  padding: 11px 0 14px;
  margin: 20px auto 0;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 32px;
  filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.16));
}
body .is-style-contact-area .items .item a::before,
body .is-style-contact-area .items .item a::after,
body .site-body .is-style-contact-area .items .item a::before,
body .site-body .is-style-contact-area .items .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .is-style-contact-area .items .item a::after,
body .site-body .is-style-contact-area .items .item a::after {
  right: 25px;
  width: 6px;
  height: 12px;
}
body .is-style-contact-area .items .item--mail a,
body .site-body .is-style-contact-area .items .item--mail a {
  background-color: #fff;
  color: #f29d20;
}
body .is-style-contact-area .items .item--mail a::before,
body .site-body .is-style-contact-area .items .item--mail a::before {
  left: 30px;
  width: 44px;
  height: 31px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_mail.svg");
}
body .is-style-contact-area .items .item--mail a::after,
body .site-body .is-style-contact-area .items .item--mail a::after {
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_arrow--orange.svg");
}
body .is-style-contact-area .items .item--line a,
body .site-body .is-style-contact-area .items .item--line a {
  background-color: #4cc764;
  color: #fff;
}
body .is-style-contact-area .items .item--line a::before,
body .site-body .is-style-contact-area .items .item--line a::before {
  left: 27px;
  width: 45px;
  height: 47px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_mobile.svg");
}
body .is-style-contact-area .items .item--line a::after,
body .site-body .is-style-contact-area .items .item--line a::after {
  background-image: url("./images/icon_arrow--white.svg");
}
@media screen and (min-width: 768px), print {
  body .is-style-contact-area,
  body .site-body .is-style-contact-area {
    gap: 45px;
    margin: 160px 0 0;
  }
  body .is-style-contact-area .box01,
  body .site-body .is-style-contact-area .box01 {
    order: 1;
    flex: 0 0 600px;
    width: 600px;
  }
  body .is-style-contact-area .box02,
  body .site-body .is-style-contact-area .box02 {
    order: 2;
    flex: 0 0 580px;
    width: 580px;
  }
  body .is-style-contact-area .image,
  body .site-body .is-style-contact-area .image {
    margin: 0;
  }
  body .is-style-contact-area .image img,
  body .site-body .is-style-contact-area .image img {
    max-width: 100%;
  }
  body .is-style-contact-area .title,
  body .site-body .is-style-contact-area .title {
    width: 394px;
  }
  body .is-style-contact-area .tel,
  body .site-body .is-style-contact-area .tel {
    margin: 16px 0 0;
  }
  body .is-style-contact-area .tel a,
  body .site-body .is-style-contact-area .tel a {
    padding: 0 0 0 66px;
    font-size: 64px;
    line-height: 89px;
  }
  body .is-style-contact-area .tel a::before,
  body .site-body .is-style-contact-area .tel a::before {
    width: 56px;
    height: 56px;
  }
  body .is-style-contact-area .detail,
  body .site-body .is-style-contact-area .detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    margin: 4px 0 0;
  }
  body .is-style-contact-area .detail .wp-block-column,
  body .site-body .is-style-contact-area .detail .wp-block-column {
    flex: 0 0 auto;
    width: auto;
  }
  body .is-style-contact-area .detail p,
  body .site-body .is-style-contact-area .detail p {
    font-size: 25px;
  }
  body .is-style-contact-area .items,
  body .site-body .is-style-contact-area .items {
    margin: 32px 0 0;
    gap: 20px;
  }
  body .is-style-contact-area .items .item,
  body .site-body .is-style-contact-area .items .item {
    flex: 0 0 280px;
    width: 280px;
  }
  body .is-style-contact-area .items .item a,
  body .site-body .is-style-contact-area .items .item a {
    position: relative;
    padding: 20px 0 22px;
    margin: 0;
    font-size: 26px;
    line-height: 35px;
    transition: filter 0.4s ease-out;
    will-change: filter;
  }
  body .is-style-contact-area .items .item a:hover,
  body .site-body .is-style-contact-area .items .item a:hover {
    filter: none;
  }
  body .is-style-contact-area .items .item a::after,
  body .site-body .is-style-contact-area .items .item a::after {
    right: 28px;
    transition: translate 0.4s ease-out;
  }
  body .is-style-contact-area .items .item a:hover::after,
  body .site-body .is-style-contact-area .items .item a:hover::after {
    translate: 5px -50%;
  }
  body .is-style-contact-area .items .item--mail a code,
  body .site-body .is-style-contact-area .items .item--mail a code {
    display: inline-block;
    padding: 0 0 0 50px;
  }
  body .is-style-contact-area .items .item--mail a::before,
  body .site-body .is-style-contact-area .items .item--mail a::before {
    top: 26px;
    left: 60px;
    translate: none;
    width: 40px;
    height: 28px;
  }
  body .is-style-contact-area .items .item--line a code,
  body .site-body .is-style-contact-area .items .item--line a code {
    display: inline-block;
    padding: 0 0 0 50px;
  }
  body .is-style-contact-area .items .item--line a::before,
  body .site-body .is-style-contact-area .items .item--line a::before {
    top: 15px;
    left: 58px;
    translate: none;
    width: 38px;
    height: 39px;
  }
}
body .is-style-jirei-area,
body .site-body .is-style-jirei-area {
  position: relative;
  z-index: 1;
  padding: 40px 0 60px;
  margin: 60px 0 0;
}
body .is-style-jirei-area::before,
body .site-body .is-style-jirei-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  bottom: 0;
  left: 15px;
  background-color: #fbf5e1;
  border-radius: 30px 0 0 30px;
}
body .is-style-jirei-area .icon,
body .site-body .is-style-jirei-area .icon {
  display: block;
  width: 58px;
  margin: 0 auto;
}
body .is-style-jirei-area .title,
body .site-body .is-style-jirei-area .title {
  position: relative;
  padding: 0 0 15px;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
}
body .is-style-jirei-area .title::after,
body .site-body .is-style-jirei-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-jirei-area .text,
body .site-body .is-style-jirei-area .text {
  margin: 20px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-jirei-area .wp-block-query,
body .site-body .is-style-jirei-area .wp-block-query {
  margin: 30px 0 0;
}
body .is-style-jirei-area .wp-block-post,
body .site-body .is-style-jirei-area .wp-block-post {
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
  background-color: #fff;
  border-radius: 10px;
}
body .is-style-jirei-area .wp-block-post::before,
body .site-body .is-style-jirei-area .wp-block-post::before {
  content: "NEW";
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #f29d20;
  border-radius: 60px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}
body .is-style-jirei-area .wp-block-post figure,
body .site-body .is-style-jirei-area .wp-block-post figure {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 345/200;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body .is-style-jirei-area .wp-block-post figure a,
body .is-style-jirei-area .wp-block-post figure img,
body .site-body .is-style-jirei-area .wp-block-post figure a,
body .site-body .is-style-jirei-area .wp-block-post figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
body .is-style-jirei-area .noimage,
body .site-body .is-style-jirei-area .noimage {
  display: block;
  width: 100%;
  aspect-ratio: 345/200;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: 0;
  background: url("/wp/wp-content/themes/lightning-child/images/noimage.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
body .is-style-jirei-area figure + .noimage,
body .site-body .is-style-jirei-area figure + .noimage {
  display: none;
}
body .is-style-jirei-area .wp-block-post-title,
body .site-body .is-style-jirei-area .wp-block-post-title {
  padding: 0 15px;
  margin: 15px 0 0;
  background-color: transparent;
  color: #5d5046;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body .is-style-jirei-area .wp-block-post-title a,
body .site-body .is-style-jirei-area .wp-block-post-title a {
  color: #5d5046;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body .is-style-jirei-area .wp-block-post-terms,
body .site-body .is-style-jirei-area .wp-block-post-terms {
  padding: 0 15px;
  margin: 12px 0 0;
}
body .is-style-jirei-area .wp-block-post-terms a,
body .site-body .is-style-jirei-area .wp-block-post-terms a {
  display: inline-block;
  padding: 0 17px;
  margin: 0 10px 0 0;
  border: 1px solid #7c695b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 23px;
  text-decoration: none;
}
body .is-style-jirei-area .wp-block-post-terms span,
body .site-body .is-style-jirei-area .wp-block-post-terms span {
  display: none;
}
body .is-style-jirei-area .more,
body .site-body .is-style-jirei-area .more {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px), print {
  body .is-style-jirei-area,
  body .site-body .is-style-jirei-area {
    padding: 100px 960px 166px 0;
    margin: 150px 0 0 -80px;
  }
  body .is-style-jirei-area::before,
  body .site-body .is-style-jirei-area::before {
    right: auto;
    left: 80px;
    width: 100vw;
    min-width: 100%;
    border-radius: 50px 0 0 50px;
  }
  body .is-style-jirei-area .icon,
  body .site-body .is-style-jirei-area .icon {
    width: 90px;
  }
  body .is-style-jirei-area .title,
  body .site-body .is-style-jirei-area .title {
    padding: 0 0 20px;
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 53px;
  }
  body .is-style-jirei-area .title::after,
  body .site-body .is-style-jirei-area .title::after {
    width: 86px;
  }
  body .is-style-jirei-area .text,
  body .site-body .is-style-jirei-area .text {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 28px;
  }
  body .is-style-jirei-area .wp-block-query,
  body .site-body .is-style-jirei-area .wp-block-query {
    position: absolute;
    margin: 0;
    top: 100px;
    left: 430px;
  }
  body .is-style-jirei-area .wp-block-post-template,
  body .site-body .is-style-jirei-area .wp-block-post-template {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
  }
  body .is-style-jirei-area .wp-block-post,
  body .site-body .is-style-jirei-area .wp-block-post {
    position: relative;
    z-index: 1;
    flex: 0 0 614px;
    width: 614px;
    padding: 0 0 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  body .is-style-jirei-area .wp-block-post::before,
  body .site-body .is-style-jirei-area .wp-block-post::before {
    top: -15px;
    left: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 26px;
  }
  body .is-style-jirei-area .wp-block-post figure,
  body .site-body .is-style-jirei-area .wp-block-post figure {
    aspect-ratio: 614/360;
    border-radius: 15px 15px 0 0;
  }
  body .is-style-jirei-area .noimage,
  body .site-body .is-style-jirei-area .noimage {
    aspect-ratio: 614/360;
    border-radius: 15px 15px 0 0;
  }
  body .is-style-jirei-area .wp-block-post-title,
  body .site-body .is-style-jirei-area .wp-block-post-title {
    padding: 0 30px;
    margin: 25px 0 0;
    font-size: 20px;
  }
  body .is-style-jirei-area .wp-block-post-title a,
  body .site-body .is-style-jirei-area .wp-block-post-title a {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body .is-style-jirei-area .wp-block-post-terms,
  body .site-body .is-style-jirei-area .wp-block-post-terms {
    padding: 0 30px;
    margin: 18px 0 0;
  }
  body .is-style-jirei-area .wp-block-post-terms a,
  body .site-body .is-style-jirei-area .wp-block-post-terms a {
    padding: 0 24px 2px;
    margin: 0 17px 0 0;
    font-size: 16px;
    line-height: 28px;
  }
  body .is-style-jirei-area .more,
  body .site-body .is-style-jirei-area .more {
    margin: 50px 0 0;
  }
}
@media (max-width: 767px) {
  body .container .is-style-jirei-area .wp-block-query li:nth-of-type(n + 3),
  body .site-body .container .is-style-jirei-area .wp-block-query li:nth-of-type(n + 3) {
    display: none;
  }
  body .block-editor .is-style-jirei-area .wp-block-query li:nth-of-type(n + 4),
  body .site-body .block-editor .is-style-jirei-area .wp-block-query li:nth-of-type(n + 4) {
    display: none;
  }
}
body .is-style-menu-area,
body .site-body .is-style-menu-area {
  margin: 60px 0 0;
}
body .is-style-menu-area .icon,
body .site-body .is-style-menu-area .icon {
  display: block;
  width: 53px;
  margin: 0 auto;
}
body .is-style-menu-area .title,
body .site-body .is-style-menu-area .title {
  position: relative;
  padding: 0 0 15px;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
  text-align: center;
}
body .is-style-menu-area .title::after,
body .site-body .is-style-menu-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-menu-area .text,
body .site-body .is-style-menu-area .text {
  margin: 30px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
}
body .is-style-menu-area .images,
body .site-body .is-style-menu-area .images {
  position: relative;
  z-index: 1;
  gap: 30px;
  margin: 30px 0 0;
}
body .is-style-menu-area .images::before,
body .site-body .is-style-menu-area .images::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -130px;
  right: -15px;
  width: 181px;
  height: 139px;
  background: url("/wp/wp-content/themes/lightning-child/images/menu_image-sp.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  body .is-style-menu-area,
  body .site-body .is-style-menu-area {
    margin: 150px 0 0;
  }
  body .is-style-menu-area .icon,
  body .site-body .is-style-menu-area .icon {
    width: 98px;
  }
  body .is-style-menu-area .title,
  body .site-body .is-style-menu-area .title {
    padding: 0 0 20px;
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 52px;
  }
  body .is-style-menu-area .title::after,
  body .site-body .is-style-menu-area .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 60px;
    height: 2px;
    background-color: #f29d20;
  }
  body .is-style-menu-area .text,
  body .site-body .is-style-menu-area .text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  body .is-style-menu-area .images,
  body .site-body .is-style-menu-area .images {
    gap: 60px;
    margin: 60px 0 0;
  }
  body .is-style-menu-area .images::before,
  body .site-body .is-style-menu-area .images::before {
    top: -351px;
    right: -71px;
    top: -310px;
    right: -63px;
    width: 620px;
    height: 425px;
    width: 547px;
    height: 375px;
    background-image: url("/wp/wp-content/themes/lightning-child/images/menu_image-pc.png");
  }
  body .is-style-menu-area .images::after,
  body .site-body .is-style-menu-area .images::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -152px;
    left: -130px;
    width: 290px;
    height: 290px;
    background: url("/wp/wp-content/themes/lightning-child/images/menu_background.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
}
body .is-style-voice-area,
body .site-body .is-style-voice-area {
  position: relative;
  z-index: 1;
  padding: 40px 0 60px;
  margin: 60px 0 0;
}
body .is-style-voice-area::before,
body .site-body .is-style-voice-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 15px;
  bottom: 0;
  left: -15px;
  background-color: #fbf5e1;
  border-radius: 0 30px 30px 0;
}
body .is-style-voice-area .icon,
body .site-body .is-style-voice-area .icon {
  display: block;
  width: 54px;
  margin: 0 auto;
}
body .is-style-voice-area .title,
body .site-body .is-style-voice-area .title {
  position: relative;
  padding: 0 0 15px;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
}
body .is-style-voice-area .title::after,
body .site-body .is-style-voice-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-voice-area .text,
body .site-body .is-style-voice-area .text {
  margin: 20px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-voice-area .wp-block-query,
body .site-body .is-style-voice-area .wp-block-query {
  margin: 30px 0 0;
}
body .is-style-voice-area .wp-block-post,
body .site-body .is-style-voice-area .wp-block-post {
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
  background-color: #fff;
  border-radius: 10px;
}
body .is-style-voice-area .wp-block-post figure,
body .site-body .is-style-voice-area .wp-block-post figure {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 345/200;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body .is-style-voice-area .wp-block-post figure a,
body .is-style-voice-area .wp-block-post figure img,
body .site-body .is-style-voice-area .wp-block-post figure a,
body .site-body .is-style-voice-area .wp-block-post figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
body .is-style-voice-area .noimage,
body .site-body .is-style-voice-area .noimage {
  display: block;
  width: 100%;
  aspect-ratio: 345/200;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: 0;
  background: url("/wp/wp-content/themes/lightning-child/images/noimage.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
body .is-style-voice-area figure + .noimage,
body .site-body .is-style-voice-area figure + .noimage {
  display: none;
}
body .is-style-voice-area .wp-block-post-title,
body .site-body .is-style-voice-area .wp-block-post-title {
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: center;
  color: #5d5046;
}
body .is-style-voice-area .wp-block-post-title a,
body .site-body .is-style-voice-area .wp-block-post-title a {
  display: block;
  padding: 15px 15px 0;
  color: #5d5046;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body .is-style-voice-area .wp-block-post-title a:hover,
body .site-body .is-style-voice-area .wp-block-post-title a:hover {
  color: #5d5046;
}
body .is-style-voice-area .more,
body .site-body .is-style-voice-area .more {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px), print {
  body .is-style-voice-area,
  body .site-body .is-style-voice-area {
    padding: 238px 960px 238px 0;
    margin: 150px 0 0 -80px;
  }
  body .is-style-voice-area::before,
  body .site-body .is-style-voice-area::before {
    right: 80px;
    left: auto;
    width: 100vw;
    min-width: 100%;
    border-radius: 0 50px 50px 0;
  }
  body .is-style-voice-area .icon,
  body .site-body .is-style-voice-area .icon {
    width: 104px;
  }
  body .is-style-voice-area .title,
  body .site-body .is-style-voice-area .title {
    padding: 0 0 20px;
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 53px;
  }
  body .is-style-voice-area .title::after,
  body .site-body .is-style-voice-area .title::after {
    width: 86px;
  }
  body .is-style-voice-area .text,
  body .site-body .is-style-voice-area .text {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 28px;
  }
  body .is-style-voice-area .wp-block-query,
  body .site-body .is-style-voice-area .wp-block-query {
    position: absolute;
    margin: 0;
    top: 100px;
    left: 430px;
    width: 850px;
  }
  body .is-style-voice-area .wp-block-post-template,
  body .site-body .is-style-voice-area .wp-block-post-template {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  body .is-style-voice-area .wp-block-post,
  body .site-body .is-style-voice-area .wp-block-post {
    position: relative;
    z-index: 1;
    flex: 0 0 400px;
    width: 400px;
    padding: 0 0 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  body .is-style-voice-area .wp-block-post::before,
  body .site-body .is-style-voice-area .wp-block-post::before {
    top: -15px;
    left: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 26px;
  }
  body .is-style-voice-area .wp-block-post figure,
  body .site-body .is-style-voice-area .wp-block-post figure {
    aspect-ratio: 400/248;
    border-radius: 15px 15px 0 0;
  }
  body .is-style-voice-area .wp-block-post figure img,
  body .site-body .is-style-voice-area .wp-block-post figure img {
    transition: scale 0.6s ease-out;
  }
  body .is-style-voice-area .wp-block-post:hover figure img,
  body .site-body .is-style-voice-area .wp-block-post:hover figure img {
    scale: 1.1;
  }
  body .is-style-voice-area .noimage,
  body .site-body .is-style-voice-area .noimage {
    aspect-ratio: 400/248;
    border-radius: 15px 15px 0 0;
  }
  body .is-style-voice-area .wp-block-post-title,
  body .site-body .is-style-voice-area .wp-block-post-title {
    padding: 0;
    margin: 0;
    font-size: 20px;
  }
  body .is-style-voice-area .wp-block-post-title a,
  body .site-body .is-style-voice-area .wp-block-post-title a {
    display: block;
    padding: 18px 30px 0;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body .is-style-voice-area .wp-block-post-terms,
  body .site-body .is-style-voice-area .wp-block-post-terms {
    padding: 0 30px;
    margin: 18px 0 0;
  }
  body .is-style-voice-area .wp-block-post-terms a,
  body .site-body .is-style-voice-area .wp-block-post-terms a {
    padding: 0 24px 2px;
    margin: 0 17px 0 0;
    font-size: 16px;
    line-height: 28px;
  }
  body .is-style-voice-area .more,
  body .site-body .is-style-voice-area .more {
    margin: 50px 0 0;
  }
}
body .container .is-style-voice-area .wp-block-query li:nth-of-type(n + 5),
body .site-body .container .is-style-voice-area .wp-block-query li:nth-of-type(n + 5) {
  display: none;
}
body .block-editor .is-style-voice-area .wp-block-query li:nth-of-type(n + 6),
body .site-body .block-editor .is-style-voice-area .wp-block-query li:nth-of-type(n + 6) {
  display: none;
}
body .block-editor .is-style-voice-area .wp-block-query div[tabindex="0"],
body .site-body .block-editor .is-style-voice-area .wp-block-query div[tabindex="0"] {
  display: none;
}
body .is-style-blog-area,
body .site-body .is-style-blog-area {
  position: relative;
  z-index: 1;
  margin: 60px 0 0;
}
body .is-style-blog-area .icon,
body .site-body .is-style-blog-area .icon {
  display: block;
  width: 40px;
  margin: 0 auto;
}
body .is-style-blog-area .title,
body .site-body .is-style-blog-area .title {
  position: relative;
  padding: 0 0 15px;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
}
body .is-style-blog-area .title::after,
body .site-body .is-style-blog-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-blog-area .text,
body .site-body .is-style-blog-area .text {
  margin: 20px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-blog-area .wp-block-query,
body .site-body .is-style-blog-area .wp-block-query {
  margin: 100px 0 0;
}
body .is-style-blog-area .wp-block-post-template,
body .site-body .is-style-blog-area .wp-block-post-template {
  position: relative;
  z-index: 1;
}
body .is-style-blog-area .wp-block-post-template::before,
body .site-body .is-style-blog-area .wp-block-post-template::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -134px;
  left: -68px;
  width: 287px;
  height: 197px;
  background: url("/wp/wp-content/themes/lightning-child/images/blog_human-sp.png") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-blog-area .wp-block-post,
body .site-body .is-style-blog-area .wp-block-post {
  padding: 0 0 20px;
  border-radius: 10px;
}
body .is-style-blog-area .wp-block-post figure,
body .site-body .is-style-blog-area .wp-block-post figure {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 345/200;
  border-radius: 10px;
  overflow: hidden;
}
body .is-style-blog-area .wp-block-post figure a,
body .is-style-blog-area .wp-block-post figure img,
body .site-body .is-style-blog-area .wp-block-post figure a,
body .site-body .is-style-blog-area .wp-block-post figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
body .is-style-blog-area .noimage,
body .site-body .is-style-blog-area .noimage {
  display: block;
  width: 100%;
  aspect-ratio: 345/200;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  background: url("/wp/wp-content/themes/lightning-child/images/noimage.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
body .is-style-blog-area figure + .noimage,
body .site-body .is-style-blog-area figure + .noimage {
  display: none;
}
body .is-style-blog-area .wp-block-post-date,
body .site-body .is-style-blog-area .wp-block-post-date {
  margin: 20px 0 0;
  color: #5d5046;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-blog-area .wp-block-post-title,
body .site-body .is-style-blog-area .wp-block-post-title {
  padding: 0;
  margin: 8px 0 0;
  background-color: transparent;
}
body .is-style-blog-area .wp-block-post-title a,
body .site-body .is-style-blog-area .wp-block-post-title a {
  color: #f29d20;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body .is-style-blog-area .wp-block-post-excerpt,
body .site-body .is-style-blog-area .wp-block-post-excerpt {
  margin: 8px 0 0;
}
body .is-style-blog-area .wp-block-post-excerpt__excerpt,
body .site-body .is-style-blog-area .wp-block-post-excerpt__excerpt {
  color: #5d5046;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .is-style-blog-area .more,
body .site-body .is-style-blog-area .more {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px), print {
  body .is-style-blog-area,
  body .site-body .is-style-blog-area {
    margin: 140px 0 0;
  }
  body .is-style-blog-area .icon,
  body .site-body .is-style-blog-area .icon {
    width: 78px;
  }
  body .is-style-blog-area .title,
  body .site-body .is-style-blog-area .title {
    padding: 0 0 20px;
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 52px;
  }
  body .is-style-blog-area .title::after,
  body .site-body .is-style-blog-area .title::after {
    width: 86px;
  }
  body .is-style-blog-area .text,
  body .site-body .is-style-blog-area .text {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 28px;
  }
  body .is-style-blog-area .wp-block-query,
  body .site-body .is-style-blog-area .wp-block-query {
    margin: 80px 0 0;
  }
  body .is-style-blog-area .wp-block-post-template,
  body .site-body .is-style-blog-area .wp-block-post-template {
    position: relative;
    z-index: 1;
    gap: 45px;
  }
  body .is-style-blog-area .wp-block-post-template::before,
  body .site-body .is-style-blog-area .wp-block-post-template::before {
    top: -334px;
    left: -150px;
    width: 650px;
    height: 446px;
    background-image: url("/wp/wp-content/themes/lightning-child/images/blog_human-pc.png");
  }
  body .is-style-blog-area .wp-block-post-template::after,
  body .site-body .is-style-blog-area .wp-block-post-template::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -210px;
    right: -90px;
    width: 290px;
    height: 290px;
    background: url("/wp/wp-content/themes/lightning-child/images/menu_background.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
  body .is-style-blog-area .wp-block-post,
  body .site-body .is-style-blog-area .wp-block-post {
    padding: 0;
    border-radius: 15px;
  }
  body .is-style-blog-area .wp-block-post figure,
  body .site-body .is-style-blog-area .wp-block-post figure {
    aspect-ratio: 370/215;
    border-radius: 15px;
  }
  body .is-style-blog-area .wp-block-post figure img,
  body .site-body .is-style-blog-area .wp-block-post figure img {
    transition: scale 0.6s ease-out;
  }
  body .is-style-blog-area .wp-block-post:hover figure img,
  body .site-body .is-style-blog-area .wp-block-post:hover figure img {
    scale: 1.1;
  }
  body .is-style-blog-area .noimage,
  body .site-body .is-style-blog-area .noimage {
    aspect-ratio: 370/215;
    border-radius: 15px;
  }
  body .is-style-blog-area .more,
  body .site-body .is-style-blog-area .more {
    margin: 70px 0 0;
  }
}
body .container .is-style-blog-area .wp-block-query li:nth-of-type(n + 4),
body .site-body .container .is-style-blog-area .wp-block-query li:nth-of-type(n + 4) {
  display: none;
}
body .block-editor .is-style-blog-area .wp-block-query li:nth-of-type(n + 5),
body .site-body .block-editor .is-style-blog-area .wp-block-query li:nth-of-type(n + 5) {
  display: none;
}
body .block-editor .is-style-blog-area .wp-block-query div[tabindex="0"],
body .site-body .block-editor .is-style-blog-area .wp-block-query div[tabindex="0"] {
  display: none;
}
body .is-style-column-area,
body .site-body .is-style-column-area {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  margin: 60px 0 0;
}
body .is-style-column-area::before,
body .site-body .is-style-column-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  background-color: #fbf5e1;
}
body .is-style-column-area .icon,
body .site-body .is-style-column-area .icon {
  display: block;
  width: 70px;
  margin: 0 auto;
}
body .is-style-column-area .title,
body .site-body .is-style-column-area .title {
  position: relative;
  padding: 0 0 15px;
  margin: 7px 0 0;
  border: 0;
  color: #5d5046;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
}
body .is-style-column-area .title::after,
body .site-body .is-style-column-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-column-area .text,
body .site-body .is-style-column-area .text {
  margin: 20px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-column-area .wp-block-query,
body .site-body .is-style-column-area .wp-block-query {
  margin: 90px 0 0;
}
body .is-style-column-area .wp-block-post-template,
body .site-body .is-style-column-area .wp-block-post-template {
  position: relative;
  z-index: 1;
}
body .is-style-column-area .wp-block-post-template::before,
body .site-body .is-style-column-area .wp-block-post-template::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -156px;
  right: -68px;
  width: 257px;
  height: 176px;
  background: url("/wp/wp-content/themes/lightning-child/images/column_human-sp.png") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-column-area .wp-block-post,
body .site-body .is-style-column-area .wp-block-post {
  padding: 0 0 20px;
  border-radius: 10px;
}
body .is-style-column-area .wp-block-post figure,
body .site-body .is-style-column-area .wp-block-post figure {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 345/200;
  border-radius: 10px;
  overflow: hidden;
}
body .is-style-column-area .wp-block-post figure a,
body .is-style-column-area .wp-block-post figure img,
body .site-body .is-style-column-area .wp-block-post figure a,
body .site-body .is-style-column-area .wp-block-post figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
body .is-style-column-area .noimage,
body .site-body .is-style-column-area .noimage {
  display: block;
  width: 100%;
  aspect-ratio: 345/200;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  background: url("/wp/wp-content/themes/lightning-child/images/noimage.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
body .is-style-column-area figure + .noimage,
body .site-body .is-style-column-area figure + .noimage {
  display: none;
}
body .is-style-column-area .wp-block-post-date,
body .site-body .is-style-column-area .wp-block-post-date {
  margin: 20px 0 0;
  color: #5d5046;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
body .is-style-column-area .wp-block-post-title,
body .site-body .is-style-column-area .wp-block-post-title {
  padding: 0;
  margin: 8px 0 0;
  background-color: transparent;
}
body .is-style-column-area .wp-block-post-title a,
body .site-body .is-style-column-area .wp-block-post-title a {
  color: #f29d20;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body .is-style-column-area .wp-block-post-excerpt,
body .site-body .is-style-column-area .wp-block-post-excerpt {
  margin: 8px 0 0;
}
body .is-style-column-area .wp-block-post-excerpt__excerpt,
body .site-body .is-style-column-area .wp-block-post-excerpt__excerpt {
  color: #5d5046;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .is-style-column-area .more,
body .site-body .is-style-column-area .more {
  margin: 30px 0 0;
}
body .is-style-column-area .more .wp-block-button .wp-block-button__link,
body .site-body .is-style-column-area .more .wp-block-button .wp-block-button__link {
  padding: 16px 40px;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  body .is-style-column-area,
  body .site-body .is-style-column-area {
    padding: 120px 0 140px;
    margin: 150px 0 0;
  }
  body .is-style-column-area::before,
  body .site-body .is-style-column-area::before {
    content: "";
    right: auto;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    min-width: 100%;
  }
  body .is-style-column-area .icon,
  body .site-body .is-style-column-area .icon {
    width: 108px;
  }
  body .is-style-column-area .title,
  body .site-body .is-style-column-area .title {
    padding: 0 0 20px;
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 52px;
  }
  body .is-style-column-area .title::after,
  body .site-body .is-style-column-area .title::after {
    width: 86px;
  }
  body .is-style-column-area .text,
  body .site-body .is-style-column-area .text {
    margin: 20px 0 0;
    color: #5d5046;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 24px;
  }
  body .is-style-column-area .wp-block-query,
  body .site-body .is-style-column-area .wp-block-query {
    margin: 90px 0 0;
  }
  body .is-style-column-area .wp-block-post-template,
  body .site-body .is-style-column-area .wp-block-post-template {
    gap: 45px;
  }
  body .is-style-column-area .wp-block-post-template::before,
  body .site-body .is-style-column-area .wp-block-post-template::before {
    top: -405px;
    right: -107px;
    width: 610px;
    height: 418px;
    background-image: url("/wp/wp-content/themes/lightning-child/images/column_human-pc.png");
  }
  body .is-style-column-area .wp-block-post-template::after,
  body .site-body .is-style-column-area .wp-block-post-template::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -161px;
    left: -169px;
    width: 290px;
    height: 290px;
    background: url("/wp/wp-content/themes/lightning-child/images/menu_background.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
  body .is-style-column-area .wp-block-post,
  body .site-body .is-style-column-area .wp-block-post {
    padding: 0;
    border-radius: 15px;
  }
  body .is-style-column-area .wp-block-post figure,
  body .site-body .is-style-column-area .wp-block-post figure {
    aspect-ratio: 370/215;
    border-radius: 15px;
  }
  body .is-style-column-area .wp-block-post figure img,
  body .site-body .is-style-column-area .wp-block-post figure img {
    transition: scale 0.6s ease-out;
  }
  body .is-style-column-area .wp-block-post:hover figure img,
  body .site-body .is-style-column-area .wp-block-post:hover figure img {
    scale: 1.1;
  }
  body .is-style-column-area .noimage,
  body .site-body .is-style-column-area .noimage {
    aspect-ratio: 370/215;
    border-radius: 15px;
  }
  body .is-style-column-area .wp-block-post-date,
  body .site-body .is-style-column-area .wp-block-post-date {
    margin: 25px 0 0;
  }
  body .is-style-column-area .wp-block-post-title,
  body .site-body .is-style-column-area .wp-block-post-title {
    margin: 8px 0 0;
  }
  body .is-style-column-area .wp-block-post-title a,
  body .site-body .is-style-column-area .wp-block-post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body .is-style-column-area .wp-block-post-excerpt,
  body .site-body .is-style-column-area .wp-block-post-excerpt {
    margin: 8px 0 0;
  }
  body .is-style-column-area .wp-block-post-excerpt__excerpt,
  body .site-body .is-style-column-area .wp-block-post-excerpt__excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body .is-style-column-area .more,
  body .site-body .is-style-column-area .more {
    margin: 80px 0 0;
  }
  body .is-style-column-area .more .wp-block-button .wp-block-button__link,
  body .site-body .is-style-column-area .more .wp-block-button .wp-block-button__link {
    font-size: 20px;
  }
}
body .container .is-style-column-area .wp-block-query li:nth-of-type(n + 4),
body .site-body .container .is-style-column-area .wp-block-query li:nth-of-type(n + 4) {
  display: none;
}
body .block-editor .is-style-column-area .wp-block-query li:nth-of-type(n + 5),
body .site-body .block-editor .is-style-column-area .wp-block-query li:nth-of-type(n + 5) {
  display: none;
}
body .block-editor .is-style-column-area .wp-block-query div[tabindex="0"],
body .site-body .block-editor .is-style-column-area .wp-block-query div[tabindex="0"] {
  display: none;
}
body .is-style-summary-area,
body .site-body .is-style-summary-area {
  position: relative;
  z-index: 1;
  gap: 0;
  padding: 30px 0 0;
  margin: 0;
}
body .is-style-summary-area::before,
body .site-body .is-style-summary-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  min-width: 100%;
  background-color: #f29d20;
}
body .is-style-summary-area .hh-summary__box,
body .site-body .is-style-summary-area .hh-summary__box {
  background-color: #fff;
  overflow: hidden;
}
body .is-style-summary-area .hh-summary__area,
body .site-body .is-style-summary-area .hh-summary__area {
  order: 2;
}
body .is-style-summary-area .hh-summary__contact,
body .site-body .is-style-summary-area .hh-summary__contact {
  order: 1;
  padding: 25px 15px 30px;
  border-radius: 10px 10px 0 0;
}
body .is-style-summary-area .hh-summary__map,
body .site-body .is-style-summary-area .hh-summary__map {
  order: 1;
  padding: 10px 15px;
  border-radius: 0;
  overflow: hidden;
}
body .is-style-summary-area .hh-summary__map iframe,
body .site-body .is-style-summary-area .hh-summary__map iframe {
  display: block;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 315/200;
}
body .is-style-summary-area .hh-summary__address,
body .site-body .is-style-summary-area .hh-summary__address {
  order: 2;
  padding: 15px 15px 0;
  border-radius: 0 0 10px 10px;
}
body .is-style-summary-area .hh-contact__tel,
body .site-body .is-style-summary-area .hh-contact__tel {
  text-align: center;
}
body .is-style-summary-area .hh-contact__tel a,
body .site-body .is-style-summary-area .hh-contact__tel a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 43px;
  color: #f29d20;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 44px;
  white-space: nowrap;
  text-decoration: none;
}
body .is-style-summary-area .hh-contact__tel a::before,
body .site-body .is-style-summary-area .hh-contact__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 35px;
  height: 35px;
  background: url("/wp/wp-content/themes/lightning-child/images/icon_tel--orange.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-summary-area .hh-contact__detail,
body .site-body .is-style-summary-area .hh-contact__detail {
  gap: 0;
  margin: 8px 0 0;
  text-align: center;
}
body .is-style-summary-area .hh-contact__detail .wp-block-column,
body .site-body .is-style-summary-area .hh-contact__detail .wp-block-column {
  margin: 0;
}
body .is-style-summary-area .hh-contact__detail p,
body .site-body .is-style-summary-area .hh-contact__detail p {
  margin: 0;
  color: #f29d20;
  font-size: 20px;
}
body .is-style-summary-area .hh-contact__detail p + p,
body .site-body .is-style-summary-area .hh-contact__detail p + p {
  margin: 4px 0 0;
}
body .is-style-summary-area .hh-contact__item a,
body .site-body .is-style-summary-area .hh-contact__item a {
  position: relative;
  display: block;
  max-width: 345px;
  padding: 11px 0 14px 25px;
  margin: 20px auto 0;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 32px;
  filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.16));
}
body .is-style-summary-area .hh-contact__item a::before, body .is-style-summary-area .hh-contact__item a::after,
body .site-body .is-style-summary-area .hh-contact__item a::before,
body .site-body .is-style-summary-area .hh-contact__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .is-style-summary-area .hh-contact__item a::after,
body .site-body .is-style-summary-area .hh-contact__item a::after {
  right: 25px;
  width: 6px;
  height: 12px;
}
body .is-style-summary-area .hh-contact__item--mail a,
body .site-body .is-style-summary-area .hh-contact__item--mail a {
  background-color: #f29d20;
  color: #fff;
}
body .is-style-summary-area .hh-contact__item--mail a::before,
body .site-body .is-style-summary-area .hh-contact__item--mail a::before {
  left: 30px;
  width: 44px;
  height: 31px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_mail--white.svg");
}
body .is-style-summary-area .hh-contact__item--mail a::after,
body .site-body .is-style-summary-area .hh-contact__item--mail a::after {
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_arrow--white.svg");
}
body .is-style-summary-area .hh-contact__item--line a,
body .site-body .is-style-summary-area .hh-contact__item--line a {
  background-color: #4cc764;
  color: #fff;
}
body .is-style-summary-area .hh-contact__item--line a::before,
body .site-body .is-style-summary-area .hh-contact__item--line a::before {
  left: 27px;
  width: 45px;
  height: 47px;
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_mobile.svg");
}
body .is-style-summary-area .hh-contact__item--line a::after,
body .site-body .is-style-summary-area .hh-contact__item--line a::after {
  background-image: url("./images/icon_arrow--white.svg");
}
body .is-style-summary-area .hh-area,
body .site-body .is-style-summary-area .hh-area {
  position: relative;
  padding: 30px 15px;
}
body .is-style-summary-area .hh-area::before,
body .site-body .is-style-summary-area .hh-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 2px;
  background-color: #f29d20;
}
body .is-style-summary-area .hh-area .wp-block-group__inner-container,
body .site-body .is-style-summary-area .hh-area .wp-block-group__inner-container {
  position: relative;
  max-width: 100%;
  padding: 15px;
  background-color: #fbf5e1;
  border-radius: 15px;
}
body .is-style-summary-area .hh-area .wp-block-group__inner-container::after,
body .site-body .is-style-summary-area .hh-area .wp-block-group__inner-container::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 26px;
  background: url("/wp/wp-content/themes/lightning-child/images/hh-area_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
body .is-style-summary-area .hh-area__title,
body .site-body .is-style-summary-area .hh-area__title {
  padding: 0;
  margin: 0;
  border: 0;
  color: #f29d20;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 29px;
}
body .is-style-summary-area .hh-area__image,
body .site-body .is-style-summary-area .hh-area__image {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 112px;
}
body .is-style-summary-area .hh-area__list,
body .site-body .is-style-summary-area .hh-area__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 5px 6px;
  min-height: 62px;
  padding: 0 126px 0 0;
  margin: 10px 0 0;
  list-style: none;
}
body .is-style-summary-area .hh-area__list li,
body .site-body .is-style-summary-area .hh-area__list li {
  padding: 1px 14px 2px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #7c695b;
  border-radius: 3px;
  color: #7c695b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 25px;
}
body .is-style-summary-area .hh-area__text,
body .site-body .is-style-summary-area .hh-area__text {
  margin: 18px 0 0;
  text-align: center;
  color: #5d5046;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
body .is-style-summary-area .hh-address__title,
body .site-body .is-style-summary-area .hh-address__title {
  max-width: 315px;
  margin: 0 auto;
}
body .is-style-summary-area .hh-address__name,
body .site-body .is-style-summary-area .hh-address__name {
  margin: 15px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
body .is-style-summary-area .hh-address__text,
body .site-body .is-style-summary-area .hh-address__text {
  margin: 5px 0 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 22px;
}
body .is-style-summary-area .hh-address__image,
body .site-body .is-style-summary-area .hh-address__image {
  padding: 0;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px), print {
  body .is-style-summary-area,
  body .site-body .is-style-summary-area {
    padding: 100px 0 0;
  }
  body .is-style-summary-area .hh-summary__area,
  body .site-body .is-style-summary-area .hh-summary__area {
    order: 1;
    flex: 0 0 500px !important;
    width: 500px;
    padding: 60px 0 60px 70px;
    border-radius: 30px 0 0 0;
  }
  body .is-style-summary-area .hh-summary__contact,
  body .site-body .is-style-summary-area .hh-summary__contact {
    order: 2;
    padding: 40px 70px 60px 50px;
    border-radius: 0 30px 0 0;
  }
  body .is-style-summary-area .hh-summary__map,
  body .site-body .is-style-summary-area .hh-summary__map {
    order: 2;
    flex: 0 0 684px;
    width: 684px;
    padding: 45px 70px 50px 24px;
    border-radius: 0 0 30px 0;
  }
  body .is-style-summary-area .hh-summary__map iframe,
  body .site-body .is-style-summary-area .hh-summary__map iframe {
    aspect-ratio: 590/322;
    height: 322px !important;
    border-radius: 10px;
  }
  body .is-style-summary-area .hh-summary__address,
  body .site-body .is-style-summary-area .hh-summary__address {
    position: relative;
    order: 1;
    padding: 40px 0 15px 70px;
    border-radius: 0 0 0 30px;
  }
  body .is-style-summary-area .hh-contact__tel,
  body .site-body .is-style-summary-area .hh-contact__tel {
    margin: 0;
  }
  body .is-style-summary-area .hh-contact__tel a,
  body .site-body .is-style-summary-area .hh-contact__tel a {
    padding: 0 0 0 66px;
    font-size: 64px;
    line-height: 89px;
  }
  body .is-style-summary-area .hh-contact__tel a::before,
  body .site-body .is-style-summary-area .hh-contact__tel a::before {
    width: 56px;
    height: 56px;
  }
  body .is-style-summary-area .hh-contact__detail,
  body .site-body .is-style-summary-area .hh-contact__detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    margin: 10px 0 0;
  }
  body .is-style-summary-area .hh-contact__detail .wp-block-column,
  body .site-body .is-style-summary-area .hh-contact__detail .wp-block-column {
    flex: 0 0 auto;
    width: auto;
  }
  body .is-style-summary-area .hh-contact__detail p,
  body .site-body .is-style-summary-area .hh-contact__detail p {
    font-size: 25px;
  }
  body .is-style-summary-area .hh-contact__detail p + p,
  body .site-body .is-style-summary-area .hh-contact__detail p + p {
    margin: 4px 0 0;
  }
  body .is-style-summary-area .hh-contact__item,
  body .site-body .is-style-summary-area .hh-contact__item {
    flex: 0 0 280px;
    width: 280px;
    margin: 28px 0 0;
  }
  body .is-style-summary-area .hh-contact__item a,
  body .site-body .is-style-summary-area .hh-contact__item a {
    position: relative;
    padding: 20px 0 22px;
    margin: 0;
    font-size: 26px;
    line-height: 35px;
    transition: filter 0.4s ease-out;
    will-change: filter;
  }
  body .is-style-summary-area .hh-contact__item a:hover,
  body .site-body .is-style-summary-area .hh-contact__item a:hover {
    filter: none;
  }
  body .is-style-summary-area .hh-contact__item a::before, body .is-style-summary-area .hh-contact__item a::after,
  body .site-body .is-style-summary-area .hh-contact__item a::before,
  body .site-body .is-style-summary-area .hh-contact__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body .is-style-summary-area .hh-contact__item a::after,
  body .site-body .is-style-summary-area .hh-contact__item a::after {
    right: 28px;
    transition: translate 0.4s ease-out;
  }
  body .is-style-summary-area .hh-contact__item a:hover::after,
  body .site-body .is-style-summary-area .hh-contact__item a:hover::after {
    translate: 5px -50%;
  }
  body .is-style-summary-area .hh-contact__item--mail a,
  body .site-body .is-style-summary-area .hh-contact__item--mail a {
    background-color: #f29d20;
    color: #fff;
  }
  body .is-style-summary-area .hh-contact__item--mail a::before,
  body .site-body .is-style-summary-area .hh-contact__item--mail a::before {
    top: 26px;
    left: 60px;
    translate: none;
    width: 40px;
    height: 28px;
  }
  body .is-style-summary-area .hh-contact__item--mail a code,
  body .site-body .is-style-summary-area .hh-contact__item--mail a code {
    display: inline-block;
    padding: 0 0 0 50px;
  }
  body .is-style-summary-area .hh-contact__item--line a,
  body .site-body .is-style-summary-area .hh-contact__item--line a {
    background-color: #4cc764;
    color: #fff;
  }
  body .is-style-summary-area .hh-contact__item--line a::before,
  body .site-body .is-style-summary-area .hh-contact__item--line a::before {
    top: 15px;
    left: 58px;
    translate: none;
    width: 38px;
    height: 39px;
  }
  body .is-style-summary-area .hh-contact__item--line a code,
  body .site-body .is-style-summary-area .hh-contact__item--line a code {
    display: inline-block;
    padding: 0 0 0 50px;
  }
  body .is-style-summary-area .hh-area,
  body .site-body .is-style-summary-area .hh-area {
    padding: 0;
  }
  body .is-style-summary-area .hh-area::before,
  body .site-body .is-style-summary-area .hh-area::before {
    display: none;
  }
  body .is-style-summary-area .hh-area .wp-block-group__inner-container,
  body .site-body .is-style-summary-area .hh-area .wp-block-group__inner-container {
    padding: 28px 26px 32px;
  }
  body .is-style-summary-area .hh-area .wp-block-group__inner-container::after,
  body .site-body .is-style-summary-area .hh-area .wp-block-group__inner-container::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    translate: -50% 0;
    width: 40px;
    height: 26px;
    background: url("/wp/wp-content/themes/lightning-child/images/hh-area_arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  body .is-style-summary-area .hh-area__title,
  body .site-body .is-style-summary-area .hh-area__title {
    padding: 0 156px 0 0;
    text-align: center;
    font-size: 25px;
    line-height: 36px;
  }
  body .is-style-summary-area .hh-area__image,
  body .site-body .is-style-summary-area .hh-area__image {
    top: 33px;
    right: 26px;
    width: 140px;
  }
  body .is-style-summary-area .hh-area__list,
  body .site-body .is-style-summary-area .hh-area__list {
    gap: 9px 10px;
    min-height: 82px;
    padding: 0 146px 0 0;
    margin: 12px 0 0;
  }
  body .is-style-summary-area .hh-area__list li,
  body .site-body .is-style-summary-area .hh-area__list li {
    padding: 3px 20px 5px;
    font-size: 18px;
    line-height: 26px;
  }
  body .is-style-summary-area .hh-area__text,
  body .site-body .is-style-summary-area .hh-area__text {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 28px;
  }
  body .is-style-summary-area .hh-address__title,
  body .site-body .is-style-summary-area .hh-address__title {
    width: 192px;
    max-width: 192px;
    margin: 0;
  }
  body .is-style-summary-area .hh-address__name,
  body .site-body .is-style-summary-area .hh-address__name {
    font-size: 16px;
    line-height: 24px;
  }
  body .is-style-summary-area .hh-address__text,
  body .site-body .is-style-summary-area .hh-address__text {
    margin: 8px 0 0;
  }
  body .is-style-summary-area .hh-address__image,
  body .site-body .is-style-summary-area .hh-address__image {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 476px;
  }
}
body .is-style-summary-area + .is-style-summary-area,
body .site-body .is-style-summary-area + .is-style-summary-area {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px), print {
  body .is-style-summary-area + .is-style-summary-area,
  body .site-body .is-style-summary-area + .is-style-summary-area {
    position: relative;
    padding: 0 0 100px;
  }
  body .is-style-summary-area + .is-style-summary-area::after,
  body .site-body .is-style-summary-area + .is-style-summary-area::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 50%;
    translate: -50% 0;
    width: 1050px;
    height: 4px;
    background-color: #f29d20;
  }
}

body.home .site-body {
  padding: 0;
}

body .main-section {
  margin: 0;
}

body .site-footer {
  border: 0;
  background-color: #fff;
}
body .site-footer .container {
  padding: 30px 15px 20px;
}
body .site-footer .container .widget_nav_menu {
  margin: 0;
}
body .site-footer .container .widget_nav_menu + .widget_nav_menu {
  margin: 25px 0 0;
}
body .site-footer .container .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 0;
}
body .site-footer .container .menu li {
  flex: 1 1 50%;
  width: 50%;
}
body .site-footer .container .menu li:nth-of-type(2n + 2) {
  padding: 0 0 0 24px;
}
body .site-footer .container .menu li a {
  padding: 0;
  background: transparent;
  border: 0;
  color: #5d5046;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
body .site-footer .container .sub-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 0;
  margin: 12px 0 0;
}
body .site-footer .container .sub-menu li {
  flex: 0 0 50%;
  width: 50%;
}
body .site-footer .container .sub-menu li a {
  position: relative;
  padding: 0 0 0 18px;
  background: transparent;
  border: 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
body .site-footer .container .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #5d5046;
}
body .site-footer .menu-sns-container {
  margin: 30px 0 0;
}
body .site-footer .menu-sns-container .menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
body .site-footer .menu-sns-container .menu li {
  flex: 0 0 40px;
  width: 45px;
}
body .site-footer .menu-sns-container .menu li:nth-of-type(2n + 2) {
  padding: 0;
  margin: 0;
}
body .site-footer .menu-sns-container .menu li a {
  display: block;
  width: 100%;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
body .site-footer .menu-sns-container .menu li a[title=instagram] {
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_instagram.png");
}
body .site-footer .menu-sns-container .menu li a[title=line] {
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_line.png");
}
body .site-footer .menu-sns-container .menu li a[title=facebook] {
  background-image: url("/wp/wp-content/themes/lightning-child/images/icon_facebook.png");
}
body .site-footer .menu-sns-container .menu li + li {
  margin: 0;
}
@media (max-width: 767px) {
  body .site-footer .col-lg-4:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  body .site-footer .row {
    width: 878px;
    margin: 0 auto;
  }
  body .site-footer .col-lg-4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  body .site-footer .col-lg-4:nth-of-type(1) {
    display: none;
  }
  body .site-footer .container {
    padding: 80px 15px 20px;
  }
  body .site-footer .container .widget_nav_menu {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
  body .site-footer .container .widget_nav_menu + .widget_nav_menu {
    margin: 0;
  }
  body .site-footer .container .menu {
    display: block;
  }
  body .site-footer .container .menu li {
    flex: 0 0 100%;
    width: 100%;
  }
  body .site-footer .container .menu li:nth-of-type(2n + 2) {
    padding: 0;
  }
  body .site-footer .container .menu li a {
    font-size: 14px;
    transition: opacity 0.4s ease-out;
  }
  body .site-footer .container .menu li a:hover {
    opacity: 0.6;
  }
  body .site-footer .container .menu li + li {
    margin: 20px 0 0;
  }
  body .site-footer .container .sub-menu {
    display: block;
    flex: 0 0 auto;
    width: auto;
    gap: 0;
    margin: 20px 0 0;
  }
  body .site-footer .container .sub-menu li {
    flex: 0 0 100%;
    width: 100%;
  }
  body .site-footer .container .sub-menu li a::before {
    top: 7px;
  }
  body .site-footer .menu-sns-container {
    margin: 40px 0 0;
    flex: 0 0 100%;
    width: 100%;
  }
  body .site-footer .menu-sns-container .menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  body .site-footer .menu-sns-container .menu li {
    flex: 0 0 30px;
    width: 30px;
  }
  body .site-footer .menu-sns-container .menu li a {
    height: 30px;
    font-size: 0;
  }
  body .site-footer .menu-sns-container .menu li + li {
    margin: 0;
  }
}

body .site-footer .site-footer-copyright {
  margin: 0;
  color: #5d5046;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  body .site-footer .site-footer-copyright {
    padding: 20px 0 60px;
    margin: 0 auto;
    font-size: 12px;
  }
}

.page-header {
  min-height: 18.5rem;
}

.breadcrumb-list {
  padding: 16px 0;
}

.vk_post_imgOuter_singleTermLabel {
  background-color: #f29d20 !important;
}

@media screen and (min-width: 768px), print {
  .cover-column {
    align-items: center !important;
  }
  .cover-column .wp-block-column:nth-of-type(2) {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    margin: 0 0 0 -200px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .cover-column:nth-of-type(2n + 2) .wp-block-column:nth-of-type(1) {
    order: 2;
  }
  .cover-column:nth-of-type(2n + 2) .wp-block-column:nth-of-type(2) {
    margin: 0 -200px 0 0;
  }
}
.block-posts__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.block-posts__tabs-item {
  position: relative;
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 10px;
  text-align: center;
  color: #f29d20;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
.block-posts__tabs-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid #f29d20;
  pointer-events: none;
}
.block-posts__tabs-item.current {
  background-color: #f29d20;
  color: #fff;
}
.block-posts__contents {
  position: relative;
  margin: 40px 0 0;
}
.block-posts__contents-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.block-posts__contents-item.current {
  position: relative;
  z-index: 1;
  top: auto;
  left: auto;
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .block-posts__tabs {
    gap: 20px;
  }
  .block-posts__tabs-item {
    flex: 1 1 10%;
    width: 10%;
    padding: 16px;
    font-size: 16px;
  }
}

.reform-post-relations {
  position: relative;
  z-index: 1;
  padding: 40px 0 30px;
  margin: 30px 0 0;
}
.reform-post-relations::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  min-width: 100%;
  background-color: #fbf5e1;
}
@media screen and (min-width: 768px), print {
  .reform-post-relations {
    padding: 50px 0 30px;
    margin: 50px 0 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .reform-post-contents {
    padding: 60px 60px 20px;
    border: 1px solid #f29d20;
  }
}

#wpbody-content .is-style-mainvisual-area .title,
#wpbody-content .is-style-mainvisual-area .badge {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}/*# sourceMappingURL=style.css.map */