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

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  position: relative;
  z-index: 20;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  padding: 15px 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-logo {
  align-self: center;
}
.page-header-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}
.page-header-detail .common-info {
  justify-content: flex-end;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.pagetop a {
  transition: all 0.3s;
}

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

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

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  margin: 20px 0 0;
  line-height: 1;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav {
  justify-content: flex-end;
  font-weight: 600;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
}
.global-nav .hd-nav li:not(:last-of-type) {
  border-right: 1px solid #a88448;
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
  font-weight: 700;
}
.global-nav .hd-nav li a span {
  display: block;
  margin: 6px 0 0;
  color: #e7b2c9;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #d26393;
}

.hd-nav li.has-child {
  position: relative;
}
.hd-nav li.has-child .has-child-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-nav li.has-child .has-child-txt::after {
  content: "";
  width: 11px;
  height: 7px;
  margin: 0 0 0 8px;
  background-color: #e7b2c9;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.hd-nav li.has-child ul {
  width: 173px;
  text-align: left;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.hd-nav li.has-child ul li {
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
}
.hd-nav li.has-child ul li:not(:last-child) {
  margin-bottom: 3px;
}
.hd-nav li.has-child ul li::after {
  content: none;
}
.hd-nav li.has-child ul li a {
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e7b2c9;
  font-weight: 400;
}
.hd-nav li.has-child ul li a::before {
  content: "";
  width: 5px;
  height: 8px;
  margin: auto;
  background: url(../images/common/btn-arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  z-index: 10;
}
.hd-nav li.has-child ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #d26393;
  transform: translateX(10px);
}
.hd-nav li.has-child:hover > ul, .hd-nav li.has-child ul li:hover > ul, .hd-nav li.has-child:active > ul, .hd-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  left: max(50% - 540px, 40px);
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  left: max(50% - 890px, 30px);
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  font-size: 5.4rem;
  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.592593em;
  color: #d26393;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}

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

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 70px 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: flex-start;
}
.page-footer-ttl {
  display: inline-block;
  width: auto;
  margin: 0 0 50px;
  text-align: left;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-info-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.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: 90px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

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

    entrance

-----------------------------------------------------------------------*/
#entrance .page-header,
#entrance .key,
#entrance .breadcrumbs,
#entrance .page-footer {
  display: none;
}
#entrance .entrance-header {
  width: 1200px;
  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-cnt-info {
  justify-content: flex-end;
}
#entrance .entrance-header-cnt-desc {
  margin-left: 1em;
}
#entrance .entrance-header-cnt-desc dt {
  color: #a88448;
}
#entrance .entrance-list {
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100vh;
  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-footer {
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 0;
  z-index: 20;
}
#entrance .entrance-footer .copyright {
  font-size: 1.2rem;
  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-img {
  margin-left: -200px;
}
.top_about-block-cnt {
  width: 550px;
}
.top_about-block-cnt-ttl .txt-en {
  position: absolute;
  top: 0;
  left: -170px;
  transform: translateY(-60%);
}
.top_about-block-cnt .common-btn {
  margin: 50px 0 0;
}
@media screen and (max-width: 1420px) {
  .top_about-block-cnt-ttl .txt-en {
    left: -100px;
  }
}

/* ▼top_chart */
.top_chart {
  background: url(../images/common/pattern/bg_marble.jpg) repeat;
}
.top_chart-ttl {
  margin: 0 0 50px;
  font-size: 3.8rem;
  line-height: 1.5789;
  text-align: center;
}
.top_chart #chart {
  padding: 70px 70px 60px;
  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:not(:last-of-type) {
  margin-right: 44px;
}
.top_chart #chart .more_btn {
  background-color: #999999;
}
.top_chart #chart .more_btn span {
  color: #fff;
}
.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: 2rem;
  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_title .txt-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
  color: #c89948;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
}
.top_chart #chart .result_title .txt-sub::before, .top_chart #chart .result_title .txt-sub::after {
  content: "";
  width: 1em;
  height: 1px;
  margin: 0 1.3929em;
  border-bottom: 1px solid;
}
.top_chart #chart .result_title .main {
  margin: 0 0 30px;
  padding: 15px;
  background-color: #f0f0f0;
  font-size: 2.4rem;
}
.top_chart #chart .result_txtxbx {
  width: 450px;
}
.top_chart-banner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: 100px auto 0;
  height: 300px;
  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;
  position: relative;
  z-index: 10;
}
.top_service-block::before {
  content: "";
  width: calc(50vw + 160px);
  height: 690px;
  background: url(../images/common/pattern/bg_marble_brown.jpg);
  position: absolute;
  z-index: -1;
}
.top_service-block-img {
  position: absolute;
}
.top_service-block-cnt {
  width: 490px;
  padding: 90px 0 100px;
}
.top_service-block-cnt-list {
  margin: 50px 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: 110px;
}
.top_service-block:nth-of-type(odd)::before {
  left: 0;
}
.top_service-block:nth-of-type(odd) .top_service-block-img {
  right: calc(50% - 960px);
}
.top_service-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.top_service-block:nth-of-type(even)::before {
  right: 0;
}
.top_service-block:nth-of-type(even) .top_service-block-img {
  left: calc(50% - 960px);
}

/* ▼top_guide */
.top_guide {
  padding: 0;
  color: #fff;
  background: url(../images/common/pattern/bg_marble.jpg);
}
.top_guide-list-item {
  flex: 1;
  height: 480px;
  position: relative;
  z-index: 10;
}
.top_guide-list-item:nth-child(even) {
  margin-top: 50px;
}
.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;
  font-size: 3rem;
}

.top_news-block-ttl .txt-en {
  margin-top: -0.5em;
}

.top_news-block-cnt {
  width: 830px;
  padding: 50px 0 0;
  border-top: 1px solid #a6a6a6;
}

.top_news-block-cnt-btn {
  margin: 38px 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: 50px;
  text-align: center;
}
.about_works-block:not(:last-of-type) {
  margin-bottom: 50px;
}
.about_works-block-cnt {
  width: 560px;
}
.about_works-block-cnt-ttl {
  margin: 0 0 30px;
  padding: calc(20px - 0.222233em) 0;
  font-size: 2.4rem;
  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: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: 50px 0;
  counter-increment: about_feature-block;
  position: relative;
  z-index: 10;
}
.about_feature-block::before {
  content: "";
  width: calc(50vw + 160px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}
.about_feature-block-cnt {
  width: 570px;
}
.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: 60px;
}
.about_feature-block:nth-of-type(odd)::before {
  right: calc(-50vw + 540px);
}
.about_feature-block:nth-of-type(odd) .about_feature-block-img {
  margin-left: -100px;
}
.about_feature-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about_feature-block:nth-of-type(even)::before {
  left: calc(-50vw + 540px);
}
.about_feature-block:nth-of-type(even) .about_feature-block-img {
  margin-right: -100px;
}

/* ▼about_flow */
.about_flow-list {
  align-items: stretch;
  justify-content: center;
}
.about_flow-list-item {
  counter-increment: about_flow-list;
  width: 340px;
  height: 380px;
  padding: 62px 20px 0;
  background-image: url(../images/common/pattern/bg_marble_brown.jpg);
  text-align: center;
  position: relative;
}
.about_flow-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.about_flow-list-item:nth-child(n+4) {
  margin-top: 30px;
}
.about_flow-list-num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  color: #999999;
  font-size: 2.5rem;
  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: 118px;
  margin: 0 0 16px;
}
.about_flow-list-ttl {
  margin: 0 0 18px;
  font-size: 2.8rem;
}
.about_flow-list-txt {
  font-size: 1.5rem;
  line-height: 1.7333;
}

/*
    page_menu
--------------------*/
/* ▼menu_nav */
.menu_nav {
  padding: 140px 0 100px;
}
.menu_nav-list {
  justify-content: flex-start;
}
.menu_nav-list-item {
  width: 340px;
}
.menu_nav-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.menu_nav-list-item:nth-child(n+4) {
  margin-top: 30px;
}

/* ▼menu_main */
.menu_main {
  background: url(../images/common/pattern/bg_marble.jpg);
}
.menu_main-block {
  padding: 80px 80px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.menu_main-block::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: 1px solid #c89948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.menu_main-block-img {
  width: 100%;
}
.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: 14px 30px;
  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;
  flex: 1;
  font-weight: 500;
}
.menu_main-block-price-ttl.size-big {
  flex: auto;
  width: 100%;
}
.menu_main-block-price-cnt {
  text-align: right;
}
.menu_main-block-price-txt {
  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: 143px 0 102px;
}
.common-service-nav-list {
  justify-content: flex-start;
}
.common-service-nav-list-item {
  width: 252px;
}
.common-service-nav-list-item:not(:nth-child(4n)) {
  margin-right: 24px;
}
.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 65px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.common-service-block-cnt {
  width: 520px;
}
.common-service-block-cnt-list-item {
  display: flex;
  align-items: center;
  padding: 19px 30px;
  background-color: #fff;
  line-height: 1.125;
}
.common-service-block-cnt-list-item::before {
  content: "";
  width: 1em;
  height: 1.125em;
  margin-right: 0.625em;
  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: 60px 0 0;
}
.common-service-desc-cnt {
  width: 510px;
}
.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: 60px 0 0;
  padding: 70px 0;
  background-color: #fff;
}
.common-service-part-ttl {
  margin: 0 0 40px;
  padding: 0 0 20px;
  text-align: center;
  border-bottom: 1px solid #a88448;
  font-size: 2.8rem;
}
.common-service-part-list {
  justify-content: center;
}
.common-service-part-list-item {
  margin: 0 20px;
}
.common-service-part-list-item:nth-child(n+5) {
  margin-top: 30px;
}
.common-service-part-lead {
  margin: 40px 0 0;
  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:nth-child(n+4) {
  margin-top: 30px;
}
.common-faq-nav-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.common-faq-sect {
  margin: 65px 0 0;
}
.common-faq-sect-ttl {
  padding: 18px 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: 2.4rem;
  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: 16px 40px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.common-faq-block-ttl::before, .common-faq-block-cnt::before {
  content: "Q";
  margin: 0 1em 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 {
  background-color: #f0f0f0;
}
.common-faq-block-cnt {
  padding-bottom: 0;
}
.common-faq-block-cnt::before {
  content: "A";
  color: #d26393;
  margin-top: 0.1em;
}

/*
    page-voice
--------------------*/
/* ▼voice_main */
.voice_main-block {
  padding: 60px 70px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.voice_main-block:not(:last-of-type) {
  margin-bottom: 60px;
}
.voice_main-block::after {
  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;
}
.voice_main-block-img {
  width: 450px;
}
.voice_main-block-img .c_ofi {
  padding-top: 80%;
}
.voice_main-block-cnt {
  width: 450px;
}
.voice_main-block-cnt-ttl {
  margin: 0 0 16px;
  padding: 0 0 calc(20px - 0.15em);
  color: #d26393;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.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.25em 1em;
  font-family: "Noto Serif JP", serif;
  background-color: #f0f0f0;
  font-size: 2rem;
}
.voice_main-block-desc-txt {
  overflow: auto;
  max-height: 96px;
  padding: 0 10px;
}

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

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

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