@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 70px 0 110px;
  position: relative;
}
main section.stb {
  padding: 110px 0;
}
@media (max-width: 750px) {
  main section {
    padding: 40px 0 70px;
  }
  main section.stb {
    padding: 45px 0;
  }
  main section.SP_displayContents {
    padding: 40px 0 70px;
  }
}
.pdb {
  padding-bottom: 45px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 25px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 50px;
  display: block;
  text-align: center;
  line-height: 1.35;
  position: relative;
  font-size: clamp(1.8rem, 1.05rem + 2.4vw, 2.4rem);
  font-weight: 500;
}
.maintitle .mf {
  font-size: 48%;
  color: #a1a1a1;
  text-transform: capitalize;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 37px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 37px;
  }
  .txtmgb {
    margin-bottom: 25px !important;
  }
}
/*02*/
.mtitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 12px;
  font-size: clamp(1.3rem, 1rem + 1.0667vw, 1.8rem);
  line-height: 1.55;
  padding: 10px 12px;
  border: 1px solid #dedede;
}
.mtitle span {
  position: relative;
  padding-left: 17px;
}
.mtitle span:after, .mtitle span:before {
  content: '';
  position: absolute;
  height: 37%;
  width: 6px;
  left: 0;
  background: #1a1a1a;
}
.mtitle span:after {
  bottom: 13.5%;
}
.mtitle span:before {
  top: 13.5%;
  opacity: 0.6;
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #1a1a1a;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 21px 0;
  display: inline-block;
  width: fit-content;
  min-width: 255px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.mainbtn a:hover {
  color: #1a1a1a;
  background: #fff;
}
/**/
.tbtn {
  margin-top: 37px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
.btnflex a::before {
  content: none !important;
}
@media (max-width: 750px) {
  .tbtn {
    margin-top: 27px;
  }
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    max-width: 240px;
    width: 100%;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
  .spmgb02 {
    margin-bottom: 15px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1325px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
/*marble*/
.bg_marble {
  position: relative;
}
.bg_marble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5%);
  height: 100%;
  background-image: url(../img/bg.webp);
  background-size: 750px;
  background-repeat: repeat;
  background-position: top;
  pointer-events: none;
  opacity: 0.7;
  background-color: #eeeeee;
  z-index: -98;
}
section:first-of-type.bg_marble::after, section:last-of-type.bg_marble::after {
  transform: translate(-50%, 0);
  height: calc(100% - 5%);
}
section:first-of-type.bg_marble::after {
  top: auto;
  bottom: 0;
}
section:last-of-type.bg_marble::after {
  top: 0;
}
/*video*/
.bg_video_wrap {
  overflow: hidden;
  position: relative;
}
.bg_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -98;
  opacity: 0.15;
  mask-image: linear-gradient(to bottom, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, #000 50%, transparent 100%);
}
.bg_video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_wrap {
  width: 277px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #ddd;
}
.header {
  width: 81%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_logo {
  width: 100%;
}
.header_title a {
  display: flex;
  align-items: center;
}
.header_title {
  width: 80%;
  margin: auto;
}
.header_nav {
  margin: 1% 0 13%;
}
.header li a img {
  width: 30px;
  height: 100%;
  margin-right: 10px;
  margin-top: 2px;
}
.header ul {
  width: 100%;
}
.header ul li {
  width: 95%;
  position: relative;
  display: inline-block;
  padding: 7px 3px;
}
.header ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.65;
  text-align: center;
}
.header ul li a:nth-child(n+2) {
  font-size: 82%;
  padding: 6px 0 0;
  position: relative;
  text-align: left;
  width: 140px;
  margin: auto;
}
.header ul li a:nth-child(n+2)::before {
  content: "・";
}
.header ul li a:hover {
  opacity: 0.6;
}
/*btn*/
.header .mainbtn {
  text-align: center;
}
.header .mainbtn a {
  min-width: auto;
  width: 100%;
  font-size: 90%;
  padding: 17px 0;
}
.header .mainbtn a::after {
  content: none;
}
.mainbtn a.white {
  color: #1a1a1a;
  background: #fff;
}
.mainbtn a.white:hover {
  color: #fff;
  background: #1a1a1a;
}
.header_item > div {
  margin-bottom: 6px;
}
.header_item > div:last-child {
  margin-bottom: 0;
}
/* icons link */
.link_icons {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 5px;
}
.link_icons a {
  color: #333;
  font-size: 1.45rem;
}
.link_icons a .fa-instagram {
  font-size: 108%;
}
.link_icons a:hover {
  opacity: 0.6;
}
.link_icons div {
  margin: 0 5px;
}
/* 高さ */
@media (max-height: 715px) {
  .header {
    margin-top: 40px;
    padding-bottom: 40px;
    top: 0;
    transform: translate(-50%, 0);
  }
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 60px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #333;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  width: 370px;
  transition: .4s all;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
}
.header__nav-area.-active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.wr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-height: 840px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
@media (max-width: 550px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  font-size: 1.1rem;
}
.global-navigation__list li a {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.7;
}
.global-navigation__list li a:nth-child(n+2) {
  position: relative;
  font-size: 85%;
  padding-left: 17px;
  margin-top: 21px;
  line-height: 0;
}
.global-navigation__list li a:nth-child(n+2)::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.global-navigation__list li a:last-of-type {
  margin-top: 0;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* site_wrap */
.site_wrap {
  margin-left: auto;
  width: calc(100% - 277px);
}
@media (max-width: 1235px) {
  .header {
    margin-top: 0;
  }
  .site_wrap {
    margin: auto;
    width: 100%;
    position: relative;
    transition: .4s all;
  }
  .site_wrap::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #111;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
  }
  .hamopen .site_wrap {
    transform: translateX(-150px);
  }
  .hamopen .site_wrap::after {
    opacity: 0.4;
    pointer-events: auto;
  }
  .header_sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .hamopen .header_sticky {
    height: 0;
  }
  .header_wrap {
    width: 100%;
    height: fit-content;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: visible;
    border-right: none;
    box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.13);
  }
  .hamopen .header_wrap {
    opacity: 0;
    pointer-events: none;
  }
  .header {
    position: initial;
    width: 100%;
    padding: 17px 10px;
    transform: translate(0, 0);
  }
  .header_nav, .header_item, .header .link_icons {
    display: none;
  }
  .header_title {
    width: 215px;
    margin-left: 0;
  }
  .hamburger {
    top: 25px;
    right: 12px;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav {
    display: none;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 12px 9px;
  }
  .header_title {
    width: 155px;
  }
  .hamburger {
    top: 12px;
    right: 7px;
  }
  .header__nav-area {
    width: 210px;
  }
  .global-navigation__list li {
    padding: 15px 5px 17px;
    font-size: 1rem;
  }
  .header__nav-area .btnflex a {
    font-size: 0.95rem;
    margin-left: 0;
    margin-right: 0;
  }
}
/* footer ================================================*/
footer.bg_marble::after {
  width: 100%;
}
.wide {
  background: #fff;
  position: relative;
  z-index: 1;
}
.wide img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}
@media (max-width: 1200px) {
  .wide img {
    height: 35vw;
  }
}
@media (max-width: 1050px) {
  .wide img {
    height: 40vw;
  }
}
@media (max-width: 550px) {
  .wide img {
    height: 55vw;
  }
}
/**/
.footer {
  position: relative;
  padding: 0 0 40px;
}
/*box*/
.fbox {
  position: relative;
  z-index: 1;
  padding: 25px 0 35px;
  background: #fff;
  width: 92%;
  max-width: 1120px;
  margin: auto;
  margin-top: -50px;
}
.fbox .inner {
  max-width: 950px;
  width: 95%;
}
/*logo*/
.flogo {
  display: block;
  width: 100%;
  max-width: 210px;
  margin: 0 auto 8px;
}
.f_details {
  margin-bottom: 20px;
}
/*fax*/
.fax {
  pointer-events: none;
}
/* copyright */
.copyright {
  text-align: center;
  padding-top: 35px;
}
@media (max-width: 550px) {
  .flogo {
    max-width: 155px;
  }
  .footer {
    padding: 0 0 30px;
  }
  .details p {
    font-size: 97%;
  }
  .fbox {
    margin-top: -35px;
    font-size: 95%;
  }
  .copyright {
    padding-top: 25px;
    font-size: 0.85rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 60px;
  height: 60px;
  background: #1a1a1a;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 15px;
    bottom: 10px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド ==========================================================*/
.topslideWrap {
  position: relative;
}
.topslide {
  position: relative;
  overflow: hidden;
}
/*
.topslide::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  z-index: 1;
  pointer-events: none;
}
*/
/* img */
.slide_items {
  width: 100%;
}
.slide_items img {
  width: 100%;
  height: calc(100vh - 50px);
  min-height: 570px;
  object-fit: cover;
}
/*slide animation*/
.slick-animation img {
  animation: fadezoom 19s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1190px) {
  .slide_items img {
    height: calc(100vh - 170px);
  }
}
@media (max-width: 550px) {
  .slide_items img {
    min-height: auto;
    height: calc(100vh - 150px);
  }
}
/* catchcopy */
.catchcopy {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.prise {
  font-size: 140%;
  font-weight: 700;
}
.mini {
  font-size: 80%;
  display: block;
}
@media (max-width: 900px) {
  .catchcopy {
    font-size: 6.1vw;
  }
}
/* 地域最安値！お墓じまい50,000円～ */
.slide_text_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 83%;
  max-width: 750px;
}
@media (max-width: 550px) {
  .slide_text_image {
    width: 96%;
  }
}
/* animation */
/*
.topslide::after {
  animation: Filter 2s ease 0.8s 1 normal backwards;
  opacity: 0.38;
}
@keyframes Filter {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.38;
  }
}
.catchcopy p {
  animation: fadeIn 2s ease 1.5s 1 normal backwards;
  margin-bottom: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*/
/* 縦書きのタイトル ===================================================*/
.psr {
  position: relative;
}
/**/
.vtitle {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 500;
  font-size: 2.3rem;
  width: 81px;
}
.tr, .tl {
  top: -15px;
}
.br, .bl {
  bottom: -15px;
}
.tr, .br {
  right: -15px;
}
.tl, .bl {
  left: -15px;
}
.vertical {
  padding: 12px 1px;
  background: #fff;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 5px;
  height: fit-content;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.06) 1px 3px 25px 0px;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .vtitle {
    font-size: 1.6rem;
    width: 60px;
  }
}
/* long */
.long.vtitle {
  width: fit-content;
  font-size: 1.7rem;
}
.long.vtitle .vertical {
  padding: 12px 5px;
}
@media (max-width: 950px) {
  .long.vtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .long.vtitle {
    font-size: 1.2rem;
  }
  .long.vtitle .vertical {
    padding: 9px 2px;
  }
}
/* 問い合わせフォーム ================================================*/
/* メール */
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #1a1a1a;
  padding: 5px;
  margin-right: 3px;
  font-size: 12px;
}
.mailform .row span.mailsp {
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #1a1a1a;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #1a1a1a;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*select*/
.business select {
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.business {
  position: relative;
}
.business::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 7px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #333;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 40px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 15px;
  }
  .mailform button {
    width: 230px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/*※個人情報の取り扱いについてはこちらをご確認ください。*/
.privacy_prompting {
  margin-top: 20px;
}
.privacy_prompting p a {
  color: #333;
  border-bottom: 1px solid #cfcfcf;
}
.privacy_prompting p a:hover {
  opacity: 0.6;
}
/* ごあいさつ ========================================================*/
/*
.welcome {
  padding-top: 130px !important;
}
@media (max-width: 750px) {
  .welcome {
    padding-top: 70px !important;
  }
}
*/
/*title*/
.welcome .vtitle {
  left: -3%;
  top: -20px;
}
@media (max-width: 1050px) {
  .welcome .aic {
    align-items: stretch;
  }
  .welcome .spmgb {
    display: flex;
  }
  .welcome .spmgb img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 550px) {
  .welcome .vtitle {
    left: -5%;
  }
}
/* こんなお悩みありませんか？ ========================================*/
/*title*/
.worries .vtitle {
  position: absolute;
  top: -10%;
  right: 27%;
  width: 165px;
}
.worries .vtitle span:last-of-type {
  position: relative;
  bottom: -40px;
}
/*img*/
.worries .psr {
  max-width: 1700px;
  margin: auto;
}
.gp_imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.gp_imgs div:nth-child(1) {
  width: 29%;
}
.gp_imgs div:nth-child(2) {
  width: 24%;
  margin-top: 6%;
}
.gp_imgs div:nth-child(3) {
  width: 30%;
}
@media (max-width: 950px) {
  .worries .vtitle {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .gp_imgs div:nth-child(1) {
    width: 40%;
  }
  .gp_imgs div:nth-child(2) {
    width: 44%;
    margin-top: 6%;
  }
  .gp_imgs div:nth-child(3) {
    width: 48%;
    margin-top: -22%;
  }
}
@media (max-width: 550px) {
  .worries .vtitle {
    font-size: 1.3rem;
    width: 103px;
  }
}
/**/
.worries_bottom {
  margin-top: 110px;
}
/*img*/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/*list*/
.wo_list {
  margin-bottom: 25px;
}
.wo_list li {
  margin-bottom: 7px;
  padding: 10px;
  background: #f7f7f7;
}
.wo_list li span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.wo_list li span::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .worries_bottom {
    margin-top: 50px;
  }
  .worries_bottom .mauto {
    margin-bottom: 55px;
  }
  .worries_bottom .fleximg {
    position: relative;
    width: 115%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 事業内容 ==========================================================*/
.service .maintitle {
  margin-bottom: 65px;
}
.service .flexbox {
  margin-bottom: 90px;
}
.service .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/*title*/
.service .flexbox .vtitle {
  top: -20px;
  right: -5%;
}
.service .flexbox.reverse .vtitle {
  right: auto;
  left: -5%;
}
@media (max-width: 550px) {
  .service .maintitle {
    margin-bottom: 37px;
  }
  .service .flexbox {
    margin-bottom: 80px;
  }
}
/*img*/
.imgbg {
  position: relative;
  display: contents;
}
.imgbg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -8%;
  left: -11%;
  background-image: url(../img/bg_image.webp);
  background-size: 450px !important;
  background-repeat: repeat !important;
  background-position: top !important;
  pointer-events: none;
  opacity: 0.7;
  background-color: #eeeeee;
  z-index: -98;
}
.reverse .imgbg::after {
  left: auto;
  right: -11%;
  background-image: url(../img/bg_image_rev.webp);
}
@media (max-width:750px) {
  .imgbg {
    padding-bottom: 10px;
    display: block;
  }
  .imgbg::after {
    height: calc(100% - 20px);
    bottom: -8px;
  }
}
/**/
.service .imgbg img {
  object-fit: cover;
  width: 100%;
  height: 340px;
}
@media (max-width:1300px) {
  .service .imgbg img {
    height: auto;
  }
}
/* 施工実績 ==========================================================*/
.works .maintitle {
  margin-bottom: 22px;
}
.works .tbtn {
  margin-top: 60px;
}
.works .inner:first-of-type {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .works .inner:first-of-type {
    margin-bottom: 32px;
  }
  .works .tbtn {
    margin-top: 37px;
  }
}
/* slider */
.p_slider ul .slick-slide {
  margin-left: 0.5% !important;
  transition: .3s ease;
}
.p_slider ul li {
  overflow: hidden;
  position: relative;
}
.p_slider ul li:nth-child(2n+1) {
  margin-top: 30px;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 110%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s;
}
.p_slider a:hover img {
  transform: scale(1.1);
  transition: .8s;
}
@media (max-width: 750px) {
  .p_slider ul .slick-slide {
    margin-left: 0.8% !important;
  }
  .p_slider ul li:nth-child(2n+1) {
    margin-top: 20px;
  }
}
/* 採用情報 ==========================================================*/
.recruit .vtitle {
  left: 20px;
  bottom: -75px;
  width: 143px;
}
@media (max-width: 1365px) {
  .recruit .aic {
    align-items: stretch;
  }
  .recruit .spmgb {
    display: flex;
  }
  .recruit .spmgb img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .recruit .vtitle {
    bottom: -9vw;
  }
}
@media (max-width: 950px) {
  .recruit .vtitle {
    width: 125px;
  }
}
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
  .SP_dc_title.maintitle {
    margin-bottom: 30px !important;
  }
  .recruit .maintitle {
    text-align: left;
  }
  .recruit .vtitle {
    top: -70px;
    right: -5%;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 550px) {
  .recruit .vtitle {
    width: 100px;
    top: -34%;
  }
  .recruit .spmgb img {
    height: 70vw;
  }
}
@media (max-width:350px) {
  .recruit .vtitle {
    top: -34vw;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 100px 0 90px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.45;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 13px !important;
  font-size: clamp(1.65rem, 1.14rem + 1.8133vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
@media(max-width:1050px) {
  .fv {
    padding: 73px 0 65px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 39px 0 33px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.55;
  width: 97%;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  font-weight: 700;
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* 初めての方へページ =========================================================================================================*/
#link01, #link02 {
  position: relative;
  top: -50px;
}
@media(max-width:1235px) {
  #link01, #link02 {
    top: -150px;
  }
}
/*title*/
.guidePage .vtitle {
  font-size: 2.1rem;
  width: 150px;
  align-items: flex-end;
}
.guidePage .vtitle span:last-of-type {
  margin-bottom: -25%;
}
@media(max-width:1275px) {
  .guidePage .vtitle {
    font-size: 1.9rem;
    width: 137px;
  }
}
@media(max-width:895px) {
  .guidePage .vtitle {
    font-size: 3.4vw;
    width: 15.5vw;
  }
}
@media(max-width:750px) {
  .guidePage .br, .guidePage .bl {
    bottom: auto;
    top: -15px;
  }
  .guidePage .vtitle {
    font-size: 1.9rem;
    width: 137px;
  }
}
@media(max-width:550px) {
  .guidePage .vtitle {
    font-size: 7vw;
    width: 32vw;
  }
  .guidePage .tl, .guidePage .bl {
    left: -3vw;
  }
  .guidePage .tr, .guidePage .br {
    right: -3vw;
  }
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg.webp);
  background-size: 750px !important;
  background-repeat: repeat !important;
  background-position: top !important;
  pointer-events: none;
  opacity: 0.7;
  background-color: #eeeeee;
  z-index: -100;
}
.bg_gray.cream::after {
  background-image: url(../img/bg_image_rev.webp);
  opacity: 0.25;
}
.bg_gray.blue::after {
  background-image: url(../img/bg_image.webp);
  opacity: 0.35;
}
/* 初めて墓じまいをされる方へ */
.price {
  font-size: clamp(1.15rem, 0.88rem + 0.96vw, 1.6rem);
  line-height: 1.35;
}
.price span {
  font-size: 140%;
}
/* 流れ */
.flow_sec .inner {
  max-width: 1084px;
}
.workflow, .wfbox {
  position: relative;
}
/*左の線*/
.workflow::before {
  content: "";
  width: 8px;
  height: 100%;
  background: #d6d6d6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
/*box*/
.wfbox {
  padding-left: 70px;
  margin-bottom: 25px;
}
.wfbox:last-of-type {
  margin-bottom: 0 !important;
}
.wfbox div {
  padding: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.03) 1px 3px 25px 0px;
}
/*box装飾*/
.wfbox::after, .wfbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
  z-index: -1;
}
/*丸*/
.wfbox::before {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: #1a1a1a;
  border-radius: 50%;
  left: -1.5px;
}
/*破線*/
.wfbox::after {
  width: 63px;
  border-bottom: 1px dashed #1a1a1a;
  position: absolute;
  left: 13px;
}
/*title*/
.wfbox div .stitle {
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
}
.wfbox div .stitle .en {
  color: #a1a1a1;
  text-transform: capitalize;
  font-size: 88%;
  margin-right: 13px;
}
.wfbox div .stitle .en span {
  font-size: 110%;
}
/*btn*/
.wfbox .tbtn {
  padding: 0 0 10px !important;
  margin-top: 20px;
}
@media(max-width:750px) {
  .wfbox {
    padding-left: 30px;
  }
  .wfbox div {
    padding: 12px 15px;
  }
  .wfbox div .stitle .en {
    font-size: 71%;
    display: block;
    margin-bottom: 4px;
  }
}
/* よくある質問 */
.faq {
  width: 49%;
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 17px;
}
.faq h2 {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  margin-bottom: 12px;
  line-height: 1.6;
}
.faq h2, .answer {
  position: relative;
  padding-left: 32px;
}
.faq h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
}
.faq h2::before {
  content: "Q.";
  top: -0.05em;
  left: 0;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #965a5a;
}
@media(max-width:750px) {
  .faq {
    width: 100%;
  }
  .faq:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 事業内容ページ =============================================================================================================*/
.ser_bottom_item {
  margin-top: 65px;
}
@media(max-width:550px) {
  .ser_bottom_item {
    margin-top: 45px;
  }
}
/* 墓じまい */
.closing::after {
  content: "";
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 80%;
  height: 400px;
  background-image: url(../img/bg.webp);
  background-size: 750px;
  background-repeat: repeat;
  background-position: top;
  pointer-events: none;
  opacity: 0.7;
  background-color: #eeeeee;
  z-index: -98;
}
@media(max-width:750px) {
  .closing::after {
    bottom: 20px;
    height: 200px;
  }
}
/* 墓じまい ビフォーアフター */
.beforeafter {
  margin-bottom: 45px;
}
.beforeafter:last-of-type {
  margin-bottom: 0 !important;
}
.beforeafter .stitle {
  margin-bottom: 15px;
}
@media(max-width:750px) {
  .beforeafter div {
    margin-bottom: 37px;
  }
  .beforeafter div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* お墓の建立 墓石の形 */
.gravestone .w100, .gravestone .w49 {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 17px;
}
.w100 {
  width: 100%;
}
@media(max-width:550px) {
  .gravestone .w100, .gravestone .w49 {
    padding: 15px;
  }
}
/* slider */
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 80%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**/
.contents_slider .slick-prev:before, .contents_slider .slick-next:before {
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
  opacity: 1;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
}
.contents_slider button.slick-prev {
  left: 7px !important;
  z-index: 3 !important;
}
.contents_slider button.slick-next {
  right: 9px !important;
  z-index: 3 !important;
}
/* 対応エリア */
.area .inner {
  max-width: 1019px;
}
.area .maintitle {
  margin-bottom: 20px;
}
.area_str {
  margin-bottom: 5px;
  font-size: clamp(1.35rem, 1.11rem + 0.8533vw, 1.75rem);
}
@media(max-width:750px) {
  .area p {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .area_img {
    margin: 40px auto 0;
    width: 85% !important;
  }
}
/* 採用情報ページ =============================================================================================================*/
/* 従業員募集中！ */
/*title*/
.vt_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*img*/
.twflex {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.twflex div {
  width: 48.3%;
  position: relative;
}
.twflex div:last-child {
  margin-top: 20px;
}
@media(max-width: 970px) {
  .twflex {
    display: block;
  }
  .twflex div {
    width: 88%;
  }
  .twflex div:last-child {
    margin-top: 25px;
    margin-left: auto;
  }
  .twflex div img {
    object-fit: cover;
    width: 100%;
    height: 27vw;
  }
  .vt_center {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}
@media(max-width: 750px) {
  .twflex div img {
    height: 55vw;
  }
  .twflex div:last-child {
    margin-top: 5%;
  }
}
/*text*/
.rectext {
  margin-top: 35px;
  max-width: 833px;
}
/* 募集内容・応募情報 */
.outline .maintitle {
  margin-bottom: 20px;
}
@media(max-width: 550px) {
  .outline .maintitle {
    margin-bottom: 10px;
  }
}
/* 事業所概要ページ ===========================================================================================================*/
/* 事業所概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px solid #dedede;
}
.info_table th {
  background: transparent;
  width: 37%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 63%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
    font-weight: 700;
  }
}
/* アクセス */
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ =========================================================================================================*/
/* 個人情報の取り扱いについて */
@media (max-width:1235px) {
  #email {
    position: relative;
    top: -50px;
  }
  #privacy {
    position: relative;
    top: -100px;
  }
}
/**/
.contact_sec .inner {
  max-width: 970px;
}
.contact_sec .maintitle {
  font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
}
/**/
.contop {
  text-align: center;
  max-width: 950px;
  margin-bottom: 50px;
}
.contop span {
  border-bottom: 1px solid #cfcfcf;
  font-size: 107%;
}
@media(max-width:705px) {
  .contop {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 35px;
  }
  .contop span {
    font-size: 100%;
  }
}
/* 電話 */
.tels .maintitle {
  margin-bottom: 25px;
}
.telbox {
  text-align: center;
  background: #f7f7f7;
  padding: 25px 15px 30px;
  font-weight: 500;
  width: 100%;
  max-width: 590px;
  margin: auto;
}
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.45rem, 1.03rem + 1.4933vw, 2.15rem);
  color: #333;
}
.telbox a:hover {
  opacity: 0.6;
}
@media (max-width:550px) {
  .tels .maintitle {
    margin-bottom: 17px;
  }
  .telbox {
    padding: 17px;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
  padding: 15px 5px 15px;
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 500;
}
.accordionwrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
  color: #1a1a1a;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #1a1a1a;
  top: 49%;
  right: 1%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #1a1a1a;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 90%;
  }
}