.right {
  text-align: right;
}

.zenkaku {
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

#main {
  overflow: hidden;
}

/* ÃƒÂ£Ã†â€™Ã¢â‚¬Â¡ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â£ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚Â¬ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ */
.show-pc {
  display: block;
}

.show-sp {
  display: none;
}

@media screen and (max-width: 880px) {
  body {
    margin-top: 0px !important;
  }

  .show-pc {
    display: none;
  }

  .show-sp {
    display: block;
  }
}

/* Headline */
.section-title {
  position: relative;
  display: block;
  color: #BBBCDE;
  font-size: min(5.4vw, 88px);
  line-height: 0.5em;
  padding-top: 34px;
  text-align: center;
  font-family: 'Marcellus', serif;
  width: 37%;
  margin: 0 auto 57px;
}

.section-title.white {
  color: #FFFFFF;
}

.section-title:before {
  content: '';
  position: absolute;
  top: 46%;
  right: 102%;
  display: inline-block;
  width: calc(100vw - 50%);
  height: 1px;
}

.section-title.white:before {
  background-color: #FFFFFF;
}

.section-title span {
  display: inline-block;
  font-size: min(2.0vw, 15px);
  color: #363636;
  padding-top: 20px;
  font-family: 'Zen Old Mincho', serif;
}

.section-title span.white {
  color: #fff;
}

@media screen and (max-width: 880px) {
  .section-title {
    font-size: min(10.0vw, 40px);
    padding: 67px 0 30px 10px;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto 0px;
  }

  .section-title:before {
    right: 99%;
  }

  .section-title span {
    font-size: min(4.0vw, 15px);
    display: block;
    margin-top: 5px;
    padding-top: 0;
  }
}

/* Header */
header .header__main-container {
  padding: 17px 30px 0;
}

.header__sub-container {
  flex-basis: auto;
}

header .header__logo {
  padding-right: 0;
}

header .header__logo img {
  max-width: 63px;
}

header .header__nav nav ol>li .up-menu {
  font-size: min(1.46vw, 20px);
}

header .header__nav nav ol .info_box {
  display: none;
}

@media screen and (max-width: 767px) {
  header .header__main-container {
    padding: 0;
  }

  .header__sub-container {
    width: calc(100% - 43px);
    margin: 8px 18px 8px 25px;
  }

  header .header__logo img {
    max-width: 54px;
  }

  .toggle-menu__trigger {
    width: 23px;
    height: 23px;
    margin: 8px 0 8px 18px;
  }

  .toggle-menu__trigger span {
    height: 3px;
    background-color: #474874;
  }

  header .header__nav {
    background: #FFFCFA;
    padding: 0 30px;
  }

  header .header__nav nav ol>li {
    border-bottom: 1px solid #D0D0D0;
  }

  header .header__nav nav ol>li>.up-menu {
    padding: 18px 50px 13px 0;
    font-size: 20px;
    background: #FFFCFA;
  }

  header .header__nav nav ol li:first-child>.up-menu {
    padding-top: 68px;
  }

  header .header__nav nav ol li:first-child>.up-menu:hover {
    background: none;
  }

  header .header__nav nav ol>li .up-menu .menu-text, header .header__nav nav ol>li>.up-menu sub {
    color: #2F3041;
  }

  header .header__nav nav ol .info_box {
    display: block;
    margin-top: 48px;
  }

  header .header__nav nav ol .info_box__inner {
    position: relative;
  }

  header .header__nav nav ol .info_box__inner__title {
    position: absolute;
    top: -30px;
    left: 50%;
    translate: -50% 0;
    width: min(86.4vw, 320px);
    z-index: 1;
  }

  header .header__nav nav ol .info_box__inner__content {
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 80px 23px 50px;
  }

  header .header__nav nav ol .info_box__inner__content::before {
    content: "";
    width: 96%;
    height: 97%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border: solid 1px #C1B69D;
  }

  header .header__nav nav ol .info_box__inner__text {
    border-top: none;
    color: #474874;
    font-size: min(5.0vw, 22px);
    letter-spacing: 0.1em;
    line-height: 2.0;
    vertical-align: middle;
    margin-bottom: 18px;
  }

  header .header__nav nav ol .info_box__inner__content .info_box__inner__text:last-child {
    margin-bottom: 0;
  }

  header .header__nav nav ol .info_box__inner__text .info_box__inner__icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 12px;
    background-image: url(/wp-content/themes/genova_tpl/img/ring_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* Hero */
#video {
  width: 100%;
}

/* fixed-box */
.fixed-banner__pc ul {
  margin-right: 5px;
  margin-bottom: 12px;
}

.fixed-banner__pc ul li:first-child {
  margin-right: 0;
}

.fixed-banner__sp ul {
  margin-right: 5px;
  margin-bottom: 5px;
}

.btnContact {
  /* font-family: 'Marcellus', serif; */
  /* position: relative; */
  /* display: inline-block; */
  /* width: 112px; */
  /* height: 112px; */
  /* padding-top: 27px; */
  /* background: #fffcfa; */
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.07;
  color: #474874;
  background-image: url(/wp-content/themes/genova_tpl/img/ring_bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.btnContact__icon {
  position: absolute;
  left: calc(50% - 16.5px);
  display: block;
  content: '';
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #bbbcde;
  opacity: 0.21;
}

.btnContact::after {

}

.btnContactArea {
  background: #fff;
  padding: 25px 40px 40px;
  position: fixed;
  bottom: 15px;
  right: 40px;
  display: none;
}

.btnContactArea.is-open {
  display: block;
}

.btnContactArea::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  /* border: 1px solid #C1B69D; */
}

.btnContactAreaClose {
  position: absolute;
  top: 103px;
  right: 53px;
  max-width: 35px !important;
  cursor: pointer;
  z-index: 5;
}

.btnContactArea .info_box {
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .btnContactArea {
    bottom: 15px;
    right: 17px;
  }
}

/* .top-greeting */
.top-greeting {
  padding: 100px 0 150px;
  position: relative;
}

.top-greeting::before {
  position: absolute;
  content: "";
  width: 560px;
  height: 600px;
  background-image: url("../img/bg_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -200px;
  right: -110px;
  z-index: -1;
}

.top-greeting__section-title {
  margin-bottom: 70px;
}

/* .top-greeting .frame-a {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-bottom: 80px;
} */

.top-greeting .parts .frame-a__inner {
  gap: 110px;
}

.top-greeting .parts .frame-a__img {
  margin-left: calc(50% - 50vw);
  width: 50vw;
  max-width: unset;
  filter: none;
  box-shadow: none;
  position: relative;
}

.top-greeting .parts .frame-a__img::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/genova_tpl/img/thumBg.png);
  width: 100%;
  height: 100%;
  bottom: -40px;
  left: 40px;
  z-index: -1;
}

.top-greeting .parts .frame-a__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parts .frame-a__img.top-greeting__img.show-pc {
  aspect-ratio: 129/79;
}

.top-greeting__title {
  font-family: 'Zen Old Mincho', serif;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #363636;
  padding-bottom: 21px;
  border-bottom: 2px solid #BBBCDE;
}

.top-greeting__title::after {
  position: absolute;
  bottom: 3px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BBBCDE;
}

.top-greeting__title span {
  font-family: 'Zen Old Mincho', serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #363636;
}

.top-greeting .parts .frame-a__text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.05em
}

.commonBtn a {
  position: relative;
  font-family: 'Zen Old Mincho', serif;
  color: #71729F;
  font-size: 18px;
}

.commonBtn a::before {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  height: 8px;
  border-bottom: 1px solid #2F3041;
  border-right: 1px solid #2F3041;
  transform: skew(45deg);
  bottom: -5px;
  left: -5px;
  transition: .3s;
}

.commonBtn a::after {
  position: absolute;
  content: "";
  background: rgba(187, 188, 222, 0.21);
  width: 33px;
  height: 33px;
  border-radius: 999px;
  bottom: -20px;
  right: -41px;
  transition: .3s;
}

.commonBtn a:hover::before {
  width: calc(100% + 80px);
}

.commonBtn a:hover::after {
  right: -91px;
}

@media screen and (max-width: 880px) {
  .top-greeting {
    padding: 20px 0 60px;
  }

  .top-greeting__section-title {
    margin-bottom: 0;
  }

  .top-greeting .frame-a {
    margin: 30px 0 0;
    padding: 0;
  }

  .parts .frame-a__img.top-greeting__img.show-sp {
    width: 80%;
    max-width: 350px;
    min-width: 251px;
    margin-left: 5%;
    aspect-ratio: 251/ 310;
  }

  .parts .frame-a__img.top-greeting__img.show-sp::after {
    top: -10%;
    left: 16%;
    width: 95%;
    height: 100%;
    aspect-ratio: 251/ 310;
  }

  .top-greeting .parts .frame-a__content {
    margin-top: 40px;
  }
}

/* .top-aboutus */
.top-aboutus {
  position: relative;
  padding: 100px 0;
}

.top-aboutus::before {
  position: absolute;
  content: "";
  width: 560px;
  height: 600px;
  background-image: url("../img/bg_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -200px;
  right: -110px;
  z-index: -1;
}

.top-aboutus::after {
  position: absolute;
  content: "";
  background: #FCF7F4;
  width: 100%;
  height: 288px;
  bottom: 0;
  left: 0;
}

.top-aboutus .top-greeting__title {
  border-bottom: none;
  padding-bottom: 0;
}

.top-aboutus .top-greeting__title::after {
  content: none;
}

.top-aboutus .commonBtn {
  padding-right: 100px;
}

@media screen and (max-width: 880px) {
  .top-aboutus {
    padding: 10px 0 70px;
  }

  .top-aboutus::before {
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
  }

  .top-greeting .parts .frame-a__img {
    width: 95%;
    margin-left: 0;
    aspect-ratio: 3/2;
  }

  .top-greeting .parts .frame-a__img::after {
    bottom: -20px;
    left: 20px;
  }

  .top-aboutus .commonBtn {
    padding-right: 40px;
  }
}

/* top-information */
.top-information {
  padding-top: 105px;
  margin-bottom: 52px;
  background-image: url(/wp-content/themes/genova_tpl/img/top-information-bg.png;);
  background-size: 100%;
  background-repeat: no-repeat;
}

.top-information .section-title {
  margin-bottom: 80px;
}

.top-information .parts .table-d__content {
  flex: 1;
  max-width: unset;
}

.top-information .parts .table-d__content:first-of-type {
  border-right: 1px solid #474874;
  padding-right: 40px;
  margin-right: 40px;
}

.top-information .map__area {
  margin-top: 65px;
  margin-left: calc(50% - 50vw);
  height: 0;
  overflow: hidden;
  padding-bottom: 337px;
  position: relative;
  width: 75vw;
}

.top-information .map__area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top-information .table-d__bizHour-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 880px) {
  .top-information {
    padding-top: 10px;
    background-image: url(/wp-content/themes/genova_tpl/img/top-information-bg_sp.png;);
    background-size: 100%;
    margin-bottom: 30px;
  }

  .top-information .section-title {
    margin-bottom: 10px;
  }

  .top-information .parts .table-d__content:first-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  .top-information .parts .table-d .table-d__content__2 th {
    min-width: 90px;
  }

  .top-information .parts .table-d__bizHour tr th:first-child,
  .top-information .parts .table-d__bizHour tr td:first-child {
    width: 125px;
    letter-spacing: 0.05em;
  }

  .top-information .map__area {
    margin-top: 25px;
    margin-left: -30px;
    padding-bottom: 163px;
    width: 100vw;
  }

  .top-information .table-d__bizHour-text {
    line-height: 1.56;
  }

}

/* top-news */
.top-news {
  overflow: hidden;
}

.top-news .post-box {
  margin: 50px calc(50% - 50vw) 115px auto;
  background: #fffcfa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 80vw;
  padding: 80px;
}

.top-news .post-box__header {
  padding: 0 0 24px;
  border-bottom: none;
}

.top-news .post-box__header h2 {
  text-align: left;
  font-size: 30px;
  color: #bbbcde;
}

.top-news .post-box__header .post-box__summary-link {
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  color: #71729f;
  text-decoration: none;
}

.top-news .post-box__content {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.top-news .post-box__content dl {
  margin-bottom: 10px;
  padding: 15px 0 9px;
  border-bottom: 1px solid #E2E2E2;
}

.top-news .post-box__content dl dt {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #363636;
  padding: 2px 0;
}

.top-news .post-box__content dl dt time {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #6c6c6c;
  padding: 2px;
}

.top-news .post-box__content dl dt .new-label {
  font-family: 'Zen Old Mincho', serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #BBBCDE;
}

.top-news .post-box__content dl dd a {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #363636;
  font-weight: bold;
}

@media screen and (max-width: 880px) {
  .top-news .post-box {
    width: 100vw;
    margin: 0 -30px 20px;
    padding: 35px 30px 75px;
  }

  .top-news .post-box__header h2 {
    font-size: 30px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 30px;
  }

  .top-news .post-box__header .post-box__summary-link {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* pictures */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.top-pictures {
  background-color: #FFF9F4;
  padding-bottom: 60px;
}

.top-pictures__wrap {
  display: flex;
  overflow: hidden;
}

.top-pictures__list {
  display: flex;
}

.top-pictures__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.top-pictures__item {
  width: calc((100vw + 140px) / 7);
  margin-left: 20px;
}

.top-pictures__item>img {
  width: 100%;
}

@media screen and (max-width: 880px) {
  .top-pictures {
    background-color: #fff;
    padding-bottom: 0;
  }

  .top-pictures__item {
    width: calc((100vw + 140px) / 3);
    margin-left: 8px;
  }
}


/* conversion */
.conversion {
  padding-top: 62px;
  /* background: #FFF; */
  background: url("../img/regeneration/contact_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 160px;
  position: relative;
}
.conversion .container{
  max-width: 1310px;
  position: relative;
  z-index: 3;
}
.conversion .info_box {
  display: block;
  margin-top: 48px;
  background: #fff;
  margin-bottom: -128px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=125, Color=#000000)";
  -moz-box-shadow: 7px 10px 14px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 7px 10px 14px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 7px 10px 14px 1px rgba(0, 0, 0, 0.06);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
}
.fixed-box .conversion .info_box{
	    margin-bottom: -102px;
}
.conversion .info_box__inner {
  position: relative;
}

.conversion .info_box__inner__title {
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50% 0;
  width: min(86.4vw, 320px);
  z-index: 20;
}

.conversion .info_box__inner__title.show-pc {
  top: -35px;
  width: min(86.4vw, 420px);
  z-index: 20;
}

.conversion .info_box__inner__title.show-sp {
  top: -30px;
  width: min(86.4vw, 320px);
}

.conversion .info_box__inner__content {
  /* display: flex; */
  /* justify-content: space-around; */
  position: relative;
  /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
  border: solid 1px #C1B69D;
  /* padding: 80px 23px 50px; */
  padding: 22px;
}


/* .conversion .info_box__inner__content::before {
  content: "";
  width: 98%;
  height: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border: solid 1px #C1B69D;
  z-index: 10;
} */

.info_box__inner__content__inner {
  display: flex;
  justify-content: center;
  border: solid 1px #C1B69D;
  padding: 37px 0 10px;
}
@media screen and (max-width:880px) {
  .info_box__inner__content__inner {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 10px;
    padding: 31px 20px;
  }
}

.conversion .info_box__inner__title.show-pc {
  top: -30px;
  width: min(86.4vw, 420px);
}

.conversion .info_box__inner__text {
  width: calc(100% / 4);
  border-top: none;
  color: #474874;
  font-size: min(5.0vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2.0;
  vertical-align: middle;
  margin-bottom: 18px;
  position: relative;
  z-index: 20;
  font-family: 'Zen Old Mincho', serif;
}

.conversion .info_box__inner__content .info_box__inner__text:last-child {
  margin-bottom: 0;
}

/* .conversion .info_box__inner__text a {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.conversion .info_box__inner__text a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  color: #B18249;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
}
.conversion .info_box__inner__text a span{
  font-family: "FOT-MatisseProN-M";
  color: #898989;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 10px;
}
.conversion .info_box__inner__text .info_box__inner__icon {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
 .conversion {
    background-image: url("../img/regeneration/contact_bg_sp.jpg");
    padding-top: 20px;
    background-size: 100%;
    background-position: center top;
    margin-bottom: 120px;
  }
  .section-title{
	  width: 69%;
  }
.info_box__inner__content__inner{
	      flex-direction: row;
    padding-bottom: 30px;
    padding-left: 10px;
    padding: 31px 70px;
    flex-wrap: wrap;
}
.btnContactAreaClose{
	top: 13px;
}
  .conversion .info_box {
    margin-top: 36px;
    margin: 0 auto -140px;
  }

/*   .conversion .info_box__inner__title {
    position: absolute;
    left: 50%;
    translate: -50% 0;
  }
 */
	
	.conversion .info_box__inner__title {
    position: absolute;
    left: 50%;
    translate: unset;
    transform: translateX(-50%);
  }

  .conversion .info_box__inner__title.show-sp {
    top: -32px;
    width: min(86.4vw, 320px);
  }

  .conversion .info_box__inner__content {
    display: block;
    padding: 20px 19px;
  }

  .conversion .info_box__inner__content::before {
    width: 96%;
    height: 96%;
  }

  .conversion .info_box__inner__text {
    width: 228px;
    margin: auto;
    margin-bottom: 20px;
    font-size: min(5.0vw, 24px);
    text-align: center;
  }

  .conversion .info_box__inner__text a {
    flex-direction: row;
    text-align: right;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    align-items: center;
  }
.conversion .info_box__inner__text a span{
  font-size: 12px;
}
  .conversion .info_box__inner__text .info_box__inner__icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    margin-right: 10px;
    /* padding: 10px; */
    position: static;
    left: 0;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
	
	.conversion {
          background: url(../img/regeneration/contact_bg_sp.jpg) no-repeat;
    padding-top: 20px;
    background-size: 100%;
    background-position: center top;
    min-height: 500px;
  }

  .conversion .info_box {
    margin-top: 36px;
    max-width: 390px;
    margin: 17px auto -350px;
  }

.fixed-box .conversion .info_box{
	margin: 17px auto -140px;
}
	.conversion .info_box__inner__title {
    position: absolute;
    left: 50%;
    translate: unset;
    transform: translateX(-50%);
  }

  .conversion .info_box__inner__title.show-sp {
    top: -32px;
    width: min(86.4vw, 320px);
  }

  .conversion .info_box__inner__content {
    display: block;
    padding: 20px 19px;
  }

  .conversion .info_box__inner__content::before {
    width: 96%;
    height: 96%;
  }

  .conversion .info_box__inner__text {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
    font-size: min(5.0vw, 24px);
  }

  .conversion .info_box__inner__text a {
    flex-direction: row;
    text-align: right;
    flex-direction: column;
    align-items: end;
    font-size: 16px;
  }
  .conversion .info_box__inner__text a.btnInq{
	  font-size: 18px;
  }
.conversion .info_box__inner__text a span{
  font-size: 12px;
}
  .conversion .info_box__inner__text .info_box__inner__icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 10px;
    /* padding: 10px; */
    position: absolute;
    left: 0;
  }
}
/* Footer */
#footer {
  padding: 50px 0 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

footer .footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-menu__navi{
  
  font-size: 14px;
  margin-left: 180px;
}
footer .footer-menu__navi a{
  color: #74572D;
}
footer .footer-menu__navi a:hover{
  text-decoration: underline
}
footer .footer-menu__navi span{
  font-size: 24px;
  margin-left: 4px;
}
footer .footer-menu .footer_left{
  font-size: 14px;
  line-height: 27px;
  /* margin-top: 20px; */
  letter-spacing: 0;
}
footer .footer-menu .footer_left p{
  margin-top: 19px;
}
footer .footer-menu .footer_right{
  width: 30%;
}
.footer-menu .table-d__detail {
  width: unset;
}

.footer-menu .footer-menu__navi {
  width: 100%;
}

.footer-menu .footer-menu__navi li {
  font-size: 12px;
}

.footer-menu .footer-menu__navi li::before {
  margin-right: 5px;
}

.footer-menu .footer-menu__navi .copyright {
  color: #363636;
  margin-top: 5px;
}

.footer-menu .table-d__detail tr th,
.footer-menu .table-d__detail tr td {
  vertical-align: top;
  padding-bottom: 5px;
  line-height: 1.8;
}

.footer-menu .table-d__detail tr:last-child th,
.footer-menu .table-d__detail tr:last-child td {
  padding-bottom: 0;
}

.footer-menu .table-d__detail tr th {
  color: #71729F;
  padding-right: 45px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 12px;
}

.footer-menu .table-d__detail tr td {
  color: #363636;
  font-size: 12px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.footer-menu__logo {
  margin-bottom: 30px;
  width: 113px;
  margin-right: 68px;
  margin-top: 20px;
}

.footer-menu__logo img {
  max-width: 148px;
}

.footer-menu .footer-menu__navi {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 0;
    background-size: 100% 40%;
    background-position: bottom;
  }

  footer .footer-menu {
    flex-direction: column;
  }
  footer .footer-menu__navi{
    margin:  0 auto;
    text-align: center;
  }
footer .footer-menu .footer_left{
  flex-direction: column;
  text-align: center;
}
  footer .footer-menu .footer_left p{
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 23px;
  }
  footer .footer-menu .footer_right{
    width: 60%;
  }
  .footer-menu .table-d {
    display: block;
  }

  .footer-menu .footer-menu__logo {
    text-align: center;
    margin-bottom: 0;
    margin: 0 auto;
    width: 75px;
  }
.footer-menu__logo img{
  width: 75px;
}
  .footer-menu .table-d__detail {
    width: 100%;
    margin-top: 24px;
  }

  .footer-menu .footer-menu__navi {
    text-align: center;
    margin-top: 52px;
  }

  .footer-menu .table-d__content {
    max-width: none;
    margin-top: 30px;
  }

  .footer-menu .table-d .table-d__content:first-child {
    margin-top: 0;
  }

  .footer-menu .table-d__bizHour tr th,
  .footer-menu .table-d__bizHour tr td {
    padding-left: 0;
  }

  .footer-menu .table-d__detail tr th {
    padding-right: 0;
    min-width: 70px;
  }

  .footer-menu .table-d__detail tr td {
    line-height: 2;
  }
}

/* .top-guidance */
.top-guidance {
  position: relative;
  padding-top: 55px;
}

.top-guidance::before {
  position: absolute;
  content: "";
  background-image: url("../img/top-guidance-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58vw;
  aspect-ratio: 802/454;
  top: 0;
  left: 0;
}

.top-guidance .container {
  position: relative;
  z-index: 10;
}

.top-guidance-area {
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
}

.top-guidance-item {
  width: 33.33%;
  min-height: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url("../img/top-guidance-item-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-guidance-item:first-of-type,
.top-guidance-item:nth-of-type(2) {
  width: 50%;
  min-height: 300px;
  padding: 40px;
}

.top-guidance-item:nth-of-type(2) {
  background-image: url("../img/top-guidance-item-2.jpg");
}

.top-guidance-item:nth-of-type(3) {
  background-image: url("../img/top-guidance-item-3.jpg");
}

.top-guidance-item:nth-of-type(4) {
  background-image: url("../img/top-guidance-item-4.jpg");
}

.top-guidance-item:nth-of-type(5) {
  background-image: url("../img/top-guidance-item-5.jpg");
}

.top-guidance-item h3 {
  color: #fff;
  font-size: 36px;
  font-family: 'Marcellus', serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.top-guidance-item h3::after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow_more.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 86.5px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.top-guidance-item h3 span {
  font-size: 14px;
  font-family: 'Zen Old Mincho', serif;
  margin-left: 10px;
  vertical-align: middle;
}

.top-guidance-item p {
  color: #fff;
  line-height: 1.5;
  margin-right: -20px;
}

@media (max-width: 768px) {
  .top-guidance {
    padding-top: 0;
  }

  .top-guidance::before {
    width: 78vw;
    aspect-ratio: 292/261;
  }

  .top-guidance-area {
    margin-top: 0;
    flex-direction: column;
  }

  .top-guidance-item,
  .top-guidance-item:first-of-type,
  .top-guidance-item:nth-of-type(2) {
    width: 100%;
    min-height: 180px;
    padding: 20px;
  }

  .top-guidance-item h3 {
    font-size: 30px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }

  .top-guidance-item h3::after {
    right: 0;
  }

  .top-guidance-item h3 span {
    font-size: 14px;
    display: block;
    margin-left: 0;
    margin-top: -3px;
  }

  .top-guidance-item p {
    font-size: 15px;
  }
}

/* .top-feature-area */
.top-feature {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

.top-feature::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/genova_tpl/img/bg_circle_multiple.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -200px;
  left: -110px;
  z-index: -1;
}

.top-feature-area {
  margin-top: 55px;
}

.top-feature-item {
  display: flex;
  align-items: flex-end;
}

.top-feature-item:nth-child(n+2) {
  margin-top: 80px;
}

.top-feature-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.top-feature-item .text_area {
  width: 50%;
  margin-right: -30vw;
  background: #fff;
  padding: 10px;
  z-index: 10;
  margin-bottom: -50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top-feature-item:nth-of-type(2n) .text_area {
  margin-right: auto;
  margin-left: -30vw;
}

.top-feature-item .text_title_area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.top-feature-item .text_title_area img {
  max-width: 74px;
}

.top-feature-item h3 {
  font-size: 24px;
  line-height: 1.8;
  font-family: 'Zen Old Mincho', serif;
  color: #71729F;
}

.top-feature-item p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2F3041;
}

.top-feature-item .img_area {
  width: 80vw;
  margin-right: calc(50% - 50vw);
}

.top-feature-item:nth-of-type(2n) .img_area {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}


@media (max-width: 768px) {
  .top-feature {
    padding: 30px 0 20px;
  }

  .top-feature-area {
    margin-top: 0;
  }

  .top-feature-item,
  .top-feature-item:nth-of-type(2n) {
    flex-direction: column-reverse;
    align-items: unset;
    margin: 0 -30px;
  }

  .top-feature-item:nth-child(n+2) {
    margin-top: 40px;
  }

  .top-feature-item .text_area,
  .top-feature-item:nth-of-type(2n) .text_area {
    width: calc(100vw - 60px);
    padding: 10px;
    z-index: 10;
    margin: -55px 30px 0;
  }

  .top-feature-item .img_area {
    width: 100vw;
    margin-right: auto;
  }

  .top-feature-item .text_title_area {
    flex-direction: column;
    gap: 0;
  }

  .top-feature-item .text_title_area .point {
    font-family: 'Marcellus', serif;
    font-size: 12px;
    color: #C1B69D;
    margin-bottom: 0;
  }

  .top-feature-item h3 {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
  }

  .top-feature-item p {
    line-height: 1.56;
  }
}

.top-mv {
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.top-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rules-outer {
  border: 2px solid #C1B69D;
  padding: 5px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 810px) {
	.top-mv video.pc{
		display: none !important;
	}
	.top-mv video.sp{
		display: block !important;
	}
}

@media only screen and (max-width: 599px) {
  .top-mv {
    height: calc(100vh - 60px);
  }

  .rules-outer {
    padding: 2px;
  }
}

.rules-outer::before, .rules-outer::after {
  background: #fff;
  border: 2px solid #C1B69D;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

@media only screen and (max-width: 599px) {
  .rules-outer::before, .rules-outer::after {
    height: 20px;
    width: 20px;
  }
}

.rules-outer::before {
  top: -20px;
  left: -20px;
  clip: rect(18px, auto, auto, 18px);
}

@media only screen and (max-width: 599px) {
  .rules-outer::before {
    clip: rect(8px, auto, auto, 8px);
    left: -10px;
    top: -10px;
  }
}

.rules-outer::after {
  top: -20px;
  right: -20px;
  clip: rect(18px, 22px, auto, auto);
}

@media only screen and (max-width: 599px) {
  .rules-outer::after {
    clip: rect(8px, 13px, auto, auto);
    right: -10px;
    top: -10px;
  }
}

.rules-inner {
  border: 1px solid #C1B69D;
  padding: 60px 40px 60px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .rules-inner {
    padding: 20px;
  }
}

.rules-inner::before, .rules-inner::after {
  background: #fff;
  border: 2px solid #C1B69D;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

@media only screen and (max-width: 599px) {
  .rules-inner::before, .rules-inner::after {
    height: 20px;
    width: 20px;
  }
}

.rules-inner::before {
  bottom: -25px;
  left: -25px;
  clip: rect(auto, auto, 23px, 17px);
}

@media only screen and (max-width: 599px) {
  .rules-inner::before {
    bottom: -14px;
    clip: rect(auto, auto, 11px, 9px);
    left: -14px;
  }
}

.rules-inner::after {
  bottom: -25px;
  right: -25px;
  clip: rect(auto, 23px, 23px, auto);
}

@media only screen and (max-width: 599px) {
  .rules-inner::after {
    bottom: -12px;
    clip: rect(auto, 11px, 13px, auto);
    right: -14px;
  }
}

.fixed-box .conversion{
	    position: fixed;
	    bottom: -24px;
	    right: 0;
	    width: 100%;
	    max-width: 1300px;
	    left: 0;
	    margin: 0 auto 136px;
}
.fixed-box .fixed-banner__pc ul, .fixed-box .fixed-banner__sp ul{
	
}
.fixed-box .btnContactArea .info_box__inner__content{
	width: 100%;
	justify-content: space-between;
	background: #E8A762;
}
.fixed-box .conversion{
	background: none;
}
.fixed-box  .info_box__inner__content__inner{
	background: #fff;
}
.conversion .info_box__inner__text a span{
	
}
.fixed-box .conversion .info_box__inner__text a span{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	    letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
	.fixed-box .conversion{
		margin-bottom: 220px;
		padding: 0;
	}
	.btnContactAreaClose{
		right: 7px;
		top: -7px;
	}
}









