@charset "UTF-8";
:root {
  /* ルートのカラー
  global > color */
  --color-bg-base: #FFFFFF;
  --color-bg-black: #000000;
  --color-bg-black-light: #333333;
  --color-font-base: #000000;
  --color-font-white: #FFFFFF;
  --color-btn-red: #FE0000;
  --color-btn-green: #05EB52;
  --color-link-red: #FE0000;
  /* ルートのコンテナ幅
  global > content-width */
  --width-content-: 900px;
  /* ルートのフォント
  global > font */
  --font-family-base: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  /* ルートのz-index
  global > z-index */
  --z-index-read: 1;
}

body {
  background-color: var(--color-bg-base);
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0;
}

.koe-kv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/letters.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

.koe-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

p.indent {
  text-indent: 1em;
}

p.bottom_space1 {
  margin-bottom: 1em !important;
}

.contact-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .contact-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.contact-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #6c6c6c;
  text-align: left;
  color: white;
}

.require {
  color: #F00;
}

@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.ichijyama-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .ichijyama-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.ichijyama-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

.price-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .price-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.price-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

p.indent {
  text-indent: 1em;
}

p.bottom_space1 {
  margin-bottom: 1em !important;
}

.jyorei-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .jyorei-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.jyorei-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

.yakuyoke-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .yakuyoke-kv {
    background-size: cover;
    background-position-x: 65%;
  }
}

.yakuyoke-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

p.indent {
  text-indent: 1em;
}

p.bottom_space1 {
  margin-bottom: 1em !important;
}

.aboutus-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .aboutus-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.aboutus-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}
@media screen and (max-width: 990px) {
  .aboutus-kv {
    padding-top: clamp(10rem, 6.286rem + 3.571vw, 12.5rem);
    padding-bottom: clamp(10rem, 6.286rem + 3.571vw, 12.5rem);
  }
}

.qa-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .qa-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.qa-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

.torauma-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .torauma-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.torauma-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

.torauma-sec {
  padding-top: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
  padding-bottom: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
}

.zense-kv {
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
@media screen and (max-width: 767px) {
  .zense-kv {
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 1.5rem;
  }
}

.zense-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

.zense-sec {
  padding-top: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
  padding-bottom: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 459px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-xxs {
    display: block;
  }
}
@media screen and (min-width: 460px) and (max-width: 939px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-xxs {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .br-xxs {
    display: none;
  }
}
.inline-block-word {
  display: inline-block;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
}

/*! 共通ボタン
component > button
------------------------------
 */
.c-button {
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.25rem;
  transition: opacity 0.3s;
  font-size: 1rem;
  font-weight: 500;
}

.c-button--line {
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.c-button--line:hover, .c-button--line:active {
  background-color: var(--color-btn-green) !important;
  color: var(--color-font-white) !important;
}
@media screen and (min-width: 768px) {
  .c-button--line {
    margin-top: unset;
    margin-left: 3rem;
  }
}

.c-button:hover,
.c-button--line:hover {
  opacity: 0.7;
}

.c-button--red {
  background-color: var(--color-btn-red);
  color: var(--color-font-white);
}
.c-button--red:hover, .c-button--red:active {
  background-color: var(--color-btn-red) !important;
  color: var(--color-font-white) !important;
}

.c-button--green {
  background-color: var(--color-btn-green);
  color: var(--color-font-white);
}
.c-button--green:hover, .c-button--green:active {
  background-color: var(--color-btn-green) !important;
  color: var(--color-font-white) !important;
}

.c-logo-wrap {
  width: 40px;
}

.l-container- {
  max-width: var(--width-content-);
}

.l-section-body {
  /*! 可変対応(28-40px width:320-1440px)*/
  margin-top: clamp(1.75rem, 1.536rem + 1.071vw, 2.5rem);
}

.section-title {
  /*! 可変対応(24-32px width:320-1440px)*/
  margin-top: clamp(1.5rem, 1.357rem + 0.714vw, 2rem);
}

.section-sub-title {
  /*! 可変対応(14-18px width:320-1440px)*/
  margin-top: clamp(0.875rem, 0.804rem + 0.357vw, 1.125rem);
}

.top-about,
.top-ghost-possession,
.top-exorcize,
.top-exorcism,
.top-faq,
.top-aboutus .top-review,
.footer-inner {
  /*! 可変対応(56-80px width:320-1440px)*/
  padding-top: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
  padding-bottom: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
}

/*! ヘッダー
layout > header
------------------------------
 */
.header .navbar {
  padding-top: 1.5rem;
  margin-bottom: -4.5rem;
}
.header .navbar .navbar-toggler {
  width: 16px;
  height: 14px;
}
.header .navbar .navbar-toggler .hamburger-bar {
  height: 2px;
  left: 0;
  border-radius: 5px;
}
.header .navbar .navbar-list li a {
  font-size: 0.9rem;
  color: var(--color-font-white);
  position: relative;
  padding: 2rem 1.1rem 1.1rem;
  z-index: 1;
}
@media screen and (max-width: 1260px) {
  .header .navbar .navbar-list li a {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1140px) {
  .header .navbar .navbar-list li a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.header .navbar .navbar-list li a::before {
  width: 0;
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewX(-15deg);
  padding: 2rem 1.25rem 1.25rem;
}
.header .navbar .navbar-list li a:hover::before {
  width: 100%;
  background-color: var(--color-bg-base);
  transition: all 0.5s;
}
.header .navbar .navbar-list li a:hover span {
  color: var(--color-font-base);
}
.header .navbar .offcanvas {
  max-width: 400px;
  width: 80%;
}
.header .navbar .offcanvas-header .btn-close {
  margin-left: auto;
}

/*! フッター
layout > footer
------------------------------
 */
.footer-inner {
  background-color: var(--color-bg-black-light);
}
.footer-inner figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.footer-inner a {
  color: var(--color-link-red);
}
.footer .footer-item {
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .footer .footer-item {
    display: inline-block;
  }
}

/*!
page > top
------------------------------
*/
/*! page > top > bg-image */
.bg-image {
  margin-top: 1.5rem;
  /*! 可変対応(120-180px width:320-1440px)*/
  padding-top: clamp(7.5rem, 6.429rem + 5.357vw, 10.25rem);
  padding-bottom: clamp(7.5rem, 6.429rem + 5.357vw, 10.25rem);
  background-color: var(--color-bg-black);
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../images/bg-bg-image.jpg");
  background-size: cover;
  background-position: center;
}

.bg-image-enkaku {
  margin-top: 1.5rem;
  padding-top: clamp(7.5rem, 6.429rem + 5.357vw, 10.25rem);
  padding-bottom: clamp(7.5rem, 6.429rem + 5.357vw, 10.25rem);
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/pic-exo.png");
  background-size: cover;
  background-position: center;
}

.bg-image-padding {
  padding-top: clamp(3.5rem, 3.429rem + 5.357vw, 8.25rem);
  padding-bottom: clamp(3.5rem, 3.429rem + 5.357vw, 8.25rem);
}

.bg-image-bg-white {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 2em;
}

.logo-custom-mt {
  margin-top: clamp(1.5rem, 1.357rem + 0.714vw, 2rem);
}

.logo-custom-pb {
  padding-bottom: clamp(3.5rem, 3.071rem + 2.143vw, 5rem);
}

.box-drop-shadow {
  box-shadow: 0 0 5px white;
  filter: drop-shadow(0 0 5px black);
}

.top-kv {
  padding-top: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
  padding-bottom: clamp(10rem, 9.286rem + 3.571vw, 12.5rem);
}

.top-kv {
  background-color: var(--color-bg-black);
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/bg-kv.jpg");
  background-size: cover;
  background-position: center;
}

.kv {
  padding-top: clamp(8rem, 7.286rem + 3.571vw, 10.5rem);
  padding-bottom: clamp(2rem, 1.286rem + 3.571vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .kv {
    padding-top: clamp(6rem, 4.286rem + 3.571vw, 7.5rem);
    padding-bottom: clamp(2rem, 1.286rem + 3.571vw, 4.5rem);
  }
}

.kv-bg {
  background-color: var(--color-bg-black);
  background-size: cover;
  background-position: center;
}

.slick-bg01 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/bg-kv.jpg");
}

.slick-bg02 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/yuta-kv.jpg");
  background-position-x: 65%;
}

/*! page > top > top-about */
.top-about .top-about-text {
  writing-mode: vertical-rl;
  max-height: 600px;
}
@media screen and (min-width: 768px) {
  .top-about .top-about-text {
    max-height: 400px;
  }
  .top-about .top-about-text .about-section-head h3 {
    line-height: 1.5;
  }
}
.top-about .top-about-text .about-section-body {
  margin-right: 0.5rem;
}
.top-about .top-about-img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-about .top-about-img {
    height: 400px;
  }
}

/*! page > top > top-exorcize */
.top-exorcize .exorcize-img-wrap {
  max-height: 400px;
  overflow: hidden;
}

/*! page > top > top-faq */
.top-faq dl dt {
  display: flex;
  padding: 0.5rem 1.5rem;
  background-color: var(--color-bg-black);
  color: var(--color-font-white);
}
.top-faq dl dt h5 {
  font-weight: normal;
}
.top-faq dl dt::before {
  content: "Q.";
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
}
.top-faq dl dd {
  display: flex;
  padding: 0.5rem 1.4rem 0.5rem 1.5rem;
  font-size: 1.25rem;
}
.top-faq dl dd:nth-of-type(1)::before {
  content: "A.";
  font-size: 1.25rem;
  font-weight: normal;
}

/*! page > top > top-review */
.top-review dl .review-item-title {
  padding: 0.5rem 0.5rem;
  background-color: var(--color-bg-black);
  color: var(--color-font-white);
}
.top-review dl .review-item-title h5 {
  font-weight: normal;
}
.top-review dl .review-item-description {
  position: relative;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  font-size: 1rem;
}
.top-review dl .review-item-description label {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px;
  color: var(--color-font-base);
  cursor: pointer;
  z-index: var(--z-index-read);
}
.top-review dl .review-item-description label::before {
  content: "続きを読む";
  cursor: pointer;
  font-weight: 700;
}
.top-review dl .review-item-description input[type=checkbox]:checked ~ label::before {
  content: "元に戻す";
}
.top-review dl .review-item-description input[type=checkbox] {
  display: none;
}
.top-review dl .review-item-description .read-content {
  position: relative;
}
.top-review dl .review-item-description .read-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.c-cta {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .footer-list {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 会社紹介 */
.company_info dl {
  display: flex;
  flex-wrap: wrap;
  border: #e5e5e5 solid 1px;
}
@media (max-width: 991px) {
  .company_info dl {
    flex-flow: column;
  }
}

.company_info dt {
  border-bottom: #e5e5e5 solid 1px;
  width: 35%;
  padding: 20px;
  background-color: #F3F3F3;
  margin: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .company_info dt {
    width: 100%;
  }
}

.border-bottom-none {
  border-bottom: none !important;
}

.company_info dd {
  border-bottom: #e5e5e5 solid 1px;
  width: 65%;
  padding: 20px;
  background-color: var(--white-color);
  margin: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 991px) {
  .company_info dd {
    width: 100%;
  }
}

/* 料金 */
.price_info dl {
  display: flex;
  flex-wrap: wrap;
  border: #e5e5e5 solid 1px;
}
@media (max-width: 991px) {
  .price_info dl {
    flex-flow: column;
  }
}

.price_info dt {
  border-bottom: #e5e5e5 solid 1px;
  color: #df0303;
  width: 35%;
  padding: 20px;
  margin: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .price_info dt {
    width: 100%;
  }
}

.price_info dd {
  border-bottom: #e5e5e5 solid 1px;
  width: 65%;
  padding: 20px;
  background-color: var(--white-color);
  margin: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 991px) {
  .price_info dd {
    width: 100%;
  }
}

.add-logo h2 {
  position: relative;
}
.add-logo h2:before,
.add-logo h2:after {
  position: absolute;
  content: "";
}
.add-logo h2:before {
  top: -70px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}