@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  background-color: #fff;
}
.page-header-logo img {
  height: 50px;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #a88448 !important;
}

.drawer-logo {
  width: 50%;
  margin-top: -8%;
}

.drawer-nav {
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(231, 178, 201, 0.5);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.8em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #e7b2c9;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}
.drawer-nav .level1 {
  padding-bottom: 2%;
}
.drawer-nav .level1 li {
  padding: 0 2% !important;
}
.drawer-nav .level1 li .drawer-dropdown-menu-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 8px 0;
  border-bottom: 1px solid;
  vertical-align: 5px;
}

/* ▼ drawer-info*/
.drawer-info {
  width: 100%;
  margin: 30px 0 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 20px;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: auto;
  position: absolute;
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}
.key-ttl-sub .txt-sub {
  display: block;
  margin: 0.28125em 0 0;
  font-size: 0.75em;
  color: #d26393;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}

#top .key {
  height: auto;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  height: 300px;
  margin: 0;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 40px 0 30px;
  background: url(../images/common/pattern/footer_bg_marble.png) no-repeat center/cover;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer-main .common-info {
  justify-content: center;
}
.page-footer-ttl {
  margin: 0 0 30px;
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl img {
  height: 60px;
}
.page-footer-info {
  text-align: center;
}
.page-footer-info-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.page-footer-info-list {
  justify-content: center;
}
.page-footer-detail {
  margin: 30px 0 0;
}
.page-footer-entrance {
  margin: 0 0 1.5625em;
}
.page-footer-entrance a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #999999;
}
.page-footer-entrance a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 1.625em;
  border-top: 2px solid #d26393;
  border-right: 2px solid #d26393;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.page-footer-nav {
  margin: -0.75em 0;
  line-height: 2.5;
  font-weight: 400;
}
.page-footer-nav-list {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: flex-start;
  height: 15em;
}
.page-footer-nav-list li {
  display: flex;
  align-items: center;
}
.page-footer-nav-list li::before {
  content: "ー";
  margin-right: 0.3em;
  color: #a88448;
}
.page-footer-nav-list li:nth-of-type(n+7) {
  margin-left: 3.75em;
}

/* ▼copyright */
.copyright {
  width: 100%;
  margin: 40px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

/*-----------------------------------------------------------------------

    entrance

-----------------------------------------------------------------------*/
#entrance .page-header,
#entrance .drawer-hamburger-wrp,
#entrance .key,
#entrance .breadcrumbs,
#entrance .page-footer {
  display: none;
}
#entrance .entrance-header {
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  padding: 15px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#entrance .entrance-header-logo img {
  height: 50px;
}
#entrance .entrance-list {
  align-items: center;
  align-content: center;
  justify-content: space-around;
  width: 100%;
  height: 100vh;
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
}
#entrance .entrance-list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/entrance/entrance-bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#entrance .entrance-list-item {
  margin: 30px 20px;
}
#entrance .entrance-list-ttl {
  width: 335px;
  margin: 0 auto;
}
#entrance .entrance-footer {
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 0;
  z-index: 20;
}
#entrance .entrance-footer .copyright {
  font-size: 1.1rem;
  text-align: center;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about {
  overflow: hidden;
  background: url(../images/top/image_about-bg.png) no-repeat top right;
}
.top_about-block {
  position: relative;
}
.top_about-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.top_about-block-cnt-ttl .txt-en {
  position: absolute;
  top: 0;
  left: -15px;
  transform: translateY(-60%);
}
.top_about-block-cnt .common-btn {
  margin-top: 35px;
}

/* ▼top_chart */
.top_chart {
  background: url(../images/common/pattern/bg_marble.jpg) repeat;
}
.top_chart-ttl {
  margin: 0 0 30px;
  font-size: 1.9rem;
  line-height: 1.5789;
  text-align: center;
}
.top_chart-ttl br {
  display: block;
}
.top_chart #chart {
  padding: 40px 40px 40px;
  background-color: #fff;
  position: relative;
}
.top_chart #chart::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: 1px solid #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.top_chart #chart .chart_title {
  margin: 0 0 44px;
  padding: 0 0 20px;
  border-bottom: 1px solid #999999;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.top_chart #chart .chart_title .q-icon {
  color: #c89948;
  font-size: 1.1538em;
  line-height: 1;
  vertical-align: 0.1em;
}
.top_chart #chart .chart_btn_list-item {
  width: 100%;
}
.top_chart #chart .chart_btn_list-item .common-btn {
  width: 100%;
}
.top_chart #chart .more_btn {
  width: 100%;
  background-color: #999999;
}
.top_chart #chart .more_btn span {
  color: #fff;
}
.top_chart #chart .result_chart {
  padding: 0;
}
.top_chart #chart .result_title .txt-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
  color: #c89948;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.top_chart #chart .result_title .txt-sub::before, .top_chart #chart .result_title .txt-sub::after {
  content: "";
  width: 1em;
  height: 1px;
  margin: 0 1em 0 0;
  border-bottom: 1px solid;
}
.top_chart #chart .result_title .txt-sub::after {
  margin: 0 0 0 1em;
}
.top_chart #chart .result_title .main {
  margin: 0 0 30px;
  padding: 15px;
  background-color: #f0f0f0;
  font-size: 2rem;
}
.top_chart #chart .result_container .price_note {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d26393;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}
.top_chart #chart .result_container .price_note::before, .top_chart #chart .result_container .price_note::after {
  content: "";
  flex: 1;
  height: 1px;
  border-bottom: 1px solid;
}
.top_chart #chart .result_container .price_note::before {
  margin-right: 0.8em;
}
.top_chart #chart .result_container .price_note::after {
  margin-left: 0.8em;
}
.top_chart #chart .result_container .price_bx {
  text-align: center;
}
.top_chart #chart .result_container .price_bx dt {
  color: #999999;
}
.top_chart #chart .result_txtxbx {
  width: 100%;
}
.top_chart-banner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 60px auto 0;
  height: 200px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.top_chart-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/image_menu-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
  filter: brightness(0.5);
}
.top_chart-banner::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.top_chart-banner .common-ttl-top {
  border-left: none;
  padding-left: none;
  margin: 0;
}
.top_chart-banner .common-ttl-top .txt-en {
  color: #fff;
}
.top_chart-banner:hover {
  opacity: 1;
}
.top_chart-banner:hover::before {
  filter: brightness(0.8);
  transform: scale(1.1);
}
.top_chart-banner-txt {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.7rem;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.top_chart-banner-txt::after {
  content: "";
  width: 21px;
  height: 13px;
  margin-left: 1em;
  background: url(../images/common/icon_arrow01_white.png) no-repeat center/contain;
}

/* ▼top_service */
.top_service {
  overflow: hidden;
}
.top_service-block {
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
.top_service-block::before {
  content: "";
  width: calc(100% + 35px);
  height: 100%;
  background: url(../images/common/pattern/bg_marble_brown.jpg);
  position: absolute;
  top: 0;
  z-index: -1;
}
.top_service-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.top_service-block-cnt-list {
  margin: 35px 0 0;
}
.top_service-block-cnt-list-item {
  width: 100%;
}
.top_service-block-cnt-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.top_service-block-cnt-list-item .common-btn {
  width: 100%;
}
.top_service-block:nth-of-type(n+2) {
  margin-top: 20px;
}
.top_service-block:nth-of-type(odd)::before {
  left: -20px;
}
.top_service-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.top_service-block:nth-of-type(even)::before {
  right: -20px;
}

/* ▼top_guide */
.top_guide {
  padding: 0;
  color: #fff;
  background: url(../images/common/pattern/bg_marble.jpg);
}
.top_guide-list-item {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 10;
}
.top_guide-list-item:nth-child(even) {
  margin-top: 10px;
}
.top_guide-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/image_guide-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.4);
  z-index: -1;
  transition: all 0.2s;
}
.top_guide-list-item::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_guide-list-item:nth-child(2)::before {
  background-image: url(../images/top/image_guide-img02.jpg);
}
.top_guide-list-item:hover::before {
  filter: brightness(0.7);
}
.top_guide-list-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_guide-list .common-ttl-top {
  padding: 0;
  margin: 0;
  border-left: none;
  text-align: center;
}
.top_guide-list-txt {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.7rem;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.top_guide-list-txt::after {
  content: "";
  width: 1.235294em;
  height: 0.764706em;
  margin-left: 0.882353em;
  background: url(../images/common/icon_arrow01_white.png) no-repeat center/contain;
}

/* ▼top_news */
.top_news-block-ttl {
  width: auto;
  border-left: none;
  padding-left: 0;
}

.top_news-block-cnt {
  width: 100%;
  padding: 35px 0 0;
  border-top: 1px solid #a6a6a6;
}

.top_news-block-cnt-btn {
  margin: 30px 0 0;
  text-align: right;
}

/*
    page-about
--------------------*/
/* ▼about_works */
.about_works {
  background: url(../images/about/works-bg_right.png) no-repeat top right;
}
.about_works-lead {
  margin-bottom: 30px;
}
.about_works-block:not(:last-of-type) {
  margin-bottom: 40px;
}
.about_works-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.about_works-block-cnt-ttl {
  margin: 0 0 20px;
  padding: 0 0 calc(15px - 0.222233em);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6667;
  letter-spacing: 0.09em;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgb(238, 206, 128) 0%, rgb(232, 185, 101) 14%, rgb(226, 163, 74) 42%, rgb(200, 153, 72) 64%, rgb(205, 152, 69) 83%, rgb(164, 130, 48) 100%) 1;
}
.about_works-block-cnt-ttl br {
  display: block;
}
.about_works-block:nth-of-type(even) {
  flex-direction: row-reverse;
}

/* ▼about_feature */
.about_feature {
  overflow: hidden;
  background: url(../images/common/pattern/bg_marble.jpg);
}
.about_feature-block {
  padding: 0 0 30px;
  counter-increment: about_feature-block;
  position: relative;
  z-index: 10;
}
.about_feature-block::before {
  content: "";
  width: calc(100% + 35px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}
.about_feature-block-img {
  width: calc(100% + 20px);
}
.about_feature-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.about_feature-block-cnt-ttl::before {
  content: "0" counter(about_feature-block);
  display: block;
  color: #d26393;
  font-size: 1.2em;
}
.about_feature-block:not(:last-of-type) {
  margin-bottom: 40px;
}
.about_feature-block:nth-of-type(odd)::before {
  right: -20px;
}
.about_feature-block:nth-of-type(odd) .about_feature-block-img {
  margin-left: -20px;
}
.about_feature-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about_feature-block:nth-of-type(even)::before {
  left: -20px;
}
.about_feature-block:nth-of-type(even) .about_feature-block-img {
  margin-right: -20px;
}

/* ▼about_flow */
.about_flow-list {
  align-items: stretch;
  justify-content: center;
}
.about_flow-list-item {
  counter-increment: about_flow-list;
  width: 280px;
  margin: 10px 10px;
  padding: 40px 20px;
  background-image: url(../images/common/pattern/bg_marble_brown.jpg);
  text-align: center;
  position: relative;
}
.about_flow-list-item br {
  display: block;
}
.about_flow-list-num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  color: #999999;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.about_flow-list-num::after {
  content: "0" counter(about_flow-list);
  color: #d26393;
  font-size: 1.2em;
}
.about_flow-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin: 0 0 16px;
}
.about_flow-list-icon img {
  transform: scale(0.6);
}
.about_flow-list-ttl {
  margin: 0 0 18px;
  font-size: 2rem;
}
.about_flow-list-txt {
  font-size: 1.5rem;
  line-height: 1.7333;
}

/*
    page_menu
--------------------*/
/* ▼menu_nav */
.menu_nav {
  padding: 70px 0 50px;
}
.menu_nav-list {
  justify-content: center;
}
.menu_nav-list-item {
  margin: 10px;
}

/* ▼menu_main */
.menu_main {
  background: url(../images/common/pattern/bg_marble.jpg);
}
.menu_main-block {
  padding: 30px 30px;
  background-color: #fff;
  position: relative;
}
.menu_main-block br {
  display: block;
}
.menu_main-block::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #c89948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.menu_main-block-img {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.menu_main-block-img .c_ofi {
  padding-top: 30.4348%;
}
.menu_main-block-price {
  margin: 30px 0 0;
}
.menu_main-block-price-item {
  align-items: center;
  padding: 7px 15px;
  border-bottom: 1px solid #999999;
  font-weight: 500;
}
.menu_main-block-price-item:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.menu_main-block-price-ttl {
  width: auto;
}
.menu_main-block-price-cnt {
  margin-left: auto;
  padding-left: 0.5em;
  text-align: right;
}
.menu_main-block-price-txt {
  margin-left: auto;
  flex: 1;
  font-size: 0.9375em;
  font-weight: 400;
}
.menu_main-block-txt {
  margin: 20px 0 0;
}
.menu_main-block:not(:last-of-type) {
  margin-bottom: 50px;
}

/*
    page-service
--------------------*/
/* ▼common-service-nav */
.common-service-nav {
  padding: 70px 0 50px;
}
.common-service-nav-list {
  justify-content: flex-start;
}
.common-service-nav-list-item {
  width: 90%;
  margin: 10px auto;
}
.common-service-nav-list-btn {
  width: 100%;
}

/* ▼common-service */
.common-service {
  background: url(../images/common/pattern/bg_marble.jpg);
}
.common-service-ttl {
  margin: 0 0 35px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.common-service-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.common-service-block-cnt-list-item {
  display: flex;
  align-items: center;
  padding: 12px 1em;
  background-color: #fff;
  line-height: 1.6;
}
.common-service-block-cnt-list-item::before {
  content: "";
  width: 1em;
  height: 1.125em;
  margin-right: 1em;
  flex: 0 0 auto;
  background: url(../images/common/icon_check_pink.png) no-repeat center/contain;
}
.common-service-block-cnt-list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.common-service-desc {
  flex-direction: row-reverse;
  margin: 40px 0 0;
}
.common-service-desc-cnt {
  width: 100%;
  margin: 30px 0 0;
}
.common-service:nth-of-type(even) {
  background: #fff;
}
.common-service:nth-of-type(even) .common-service-block-cnt-list-item {
  background-color: #f0f0f0;
}
/* ▼common-service-part */
.common-service-part {
  width: 100%;
  margin: 40px 0 0;
  padding: 30px 0;
  background-color: #fff;
}
.common-service-part-ttl {
  margin: 0 0 30px;
  padding: 0 0 15px;
  text-align: center;
  border-bottom: 1px solid #a88448;
  font-size: 2rem;
}
.common-service-part-list {
  padding: 0 10px;
}
.common-service-part-list-item {
  width: 49%;
}
.common-service-part-list-item:nth-child(n+3) {
  margin-top: 5%;
}
.common-service-part-lead {
  margin: 30px 0 0;
  padding: 0 20px;
  text-align: center;
}


/* ▼common-faq */
.common-faq-ttl .txt-sub::first-letter {
  color: inherit;
}
.common-faq-nav-list {
  justify-content: center;
}
.common-faq-nav-list-item {
  width: 90%;
  margin: 10px auto;
}
.common-faq-sect {
  margin: 40px 0 0;
}
.common-faq-sect-ttl {
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgb(238, 206, 128) 0%, rgb(232, 185, 101) 14%, rgb(226, 163, 74) 42%, rgb(200, 153, 72) 64%, rgb(205, 152, 69) 83%, rgb(164, 130, 48) 100%) 1;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.common-faq-block {
  margin: 30px 0 0;
}
.common-faq-block-ttl, .common-faq-block-cnt {
  display: flex;
  align-items: flex-start;
  padding: 12px 20px;
  font-size: 1.5rem;
}
.common-faq-block-ttl::before, .common-faq-block-cnt::before {
  content: "Q";
  margin: -0.1em 0.7em 0 0;
  color: #a88448;
  font-size: 1.5625em;
  line-height: 0.8;
}
.common-faq-block-ttl .txt-main, .common-faq-block-cnt .txt-main {
  flex: 1;
}
.common-faq-block-ttl {
  align-items: center;
  background-color: #f0f0f0;
}
.common-faq-block-cnt {
  padding-bottom: 0;
  line-height: 1.75;
}
.common-faq-block-cnt::before {
  content: "A";
  color: #d26393;
  margin-top: 0.1em;
}

/*
    page-voice
--------------------*/
/* ▼voice_main */
.voice_main-block {
  padding: 30px 30px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.voice_main-block:not(:last-of-type) {
  margin-bottom: 30px;
}
.voice_main-block::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.voice_main-block-img {
  width: 450px;
}
.voice_main-block-img .c_ofi {
  padding-top: 80%;
}
.voice_main-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.voice_main-block-cnt-ttl {
  margin: 0 0 16px;
  padding: 0 0 calc(15px - 0.15em);
  color: #d26393;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
.voice_main-block-desc-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.voice_main-block-desc-ttl {
  margin: 0 0 1em;
  padding: 0 1em;
  font-family: "Noto Serif JP", serif;
  background-color: #f0f0f0;
  font-size: 1.7rem;
}
.voice_main-block-desc-txt {
  padding: 0 10px;
}

/*
    page-information
--------------------*/
/* ▼information_greeting */
.information_greeting {
  overflow: hidden;
}
.information_greeting-block {
  position: relative;
  padding: 30px 0;
  z-index: 10;
}
.information_greeting-block::before {
  content: "";
  width: calc(50% + 50px);
  height: 100%;
  background: url(../images/common/pattern/bg_marble_brown.jpg);
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
}
.information_greeting-block-img {
  margin-left: -20px;
}
.information_greeting-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}

/* ▼information_main */
.information_main {
  background: url(../images/common/pattern/bg_marble.jpg);
}
.information_main-block:not(:last-child) {
  margin-bottom: 50px;
}

.information_main-map {
  width: 100%;
  height: 240px;
  margin: 40px 0 0;
  background-color: #ccc;
}