@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
body {
  background: #F5F7F9;
  color: 374151;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    text-align: justify;
  }
}

#wrapper {
  overflow: hidden;
}

.container {
  padding: 0 30px !important;
}

a {
  vertical-align: unset;
}

h2.elementor-heading-title,
h3.elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0px !important;
}

.ttl-style-1.center .elementor-heading-title .en {
  font-style: normal !important;
}

.btn-style-1 .elementor-button {
  min-width: 376px;
  padding: 13px 24px;
  color: #69648E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F7F9), to(#F5F7F9)) padding-box, -webkit-gradient(linear, left top, right top, from(#276CB4), color-stop(31%, #EF8D4C), color-stop(40%, #D55887), to(#845AA1)) border-box;
  background: linear-gradient(#F5F7F9, #F5F7F9) padding-box, linear-gradient(to right, #276CB4 0%, #EF8D4C 31%, #D55887 40%, #845AA1 100%) border-box; /* Border gradient */
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
.btn-style-1 .elementor-button:hover {
  color: #69648E;
  opacity: 0.7;
}
.btn-style-1 .elementor-button::after {
  content: "";
  width: 11px;
  height: 100%;
  background: url("../img/icon_arrow1.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
}
.btn-style-1 .elementor-button:visited {
  color: #69648E;
}
@media screen and (max-width: 767px) {
  .btn-style-1 .elementor-button {
    width: 100%;
    min-width: 160px;
    padding: 10px 15px;
    font-size: 14.5px;
  }
}

.shopinfo {
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}
.shopinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 16px;
  border-bottom: 1px solid;
}
.shopinfo dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  color: #8A87A3;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.shopinfo dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .shopinfo {
    font-size: 14px;
  }
  .shopinfo dl dt {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    font-size: 13px;
  }
}

.box-style-1 {
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !important;
}
.box-style-1 .ttl .elementor-heading-title {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ADBCCB !important;
  color: #69648E;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.box-style-1 .imgbox {
  width: calc(100% - 584px);
  max-width: 336px;
}
.box-style-1 .imgbox .img {
  width: 100%;
  padding-top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#6F61A7), to(#E18D8D)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #6F61A7, #E18D8D) border-box; /* Border gradient */
  border: 1px solid transparent;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.box-style-1 .imgbox .img > * {
  width: auto !important;
  height: auto !important;
  display: block;
  position: absolute;
  inset: 14px;
}
.box-style-1 .imgbox .img img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-style-1 .txtbox {
  -ms-flex-item-align: center;
      align-self: center;
  width: 534px;
}
.box-style-1 .txtbox .txt {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .box-style-1 .imgbox {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    max-width: 336px;
  }
  .box-style-1 .imgbox .img > * {
    inset: 12px;
  }
  .box-style-1 .txtbox {
    width: 100%;
    margin-top: 30px;
  }
  .box-style-1 .txtbox .txt {
    margin-top: 10px;
  }
  .box-style-1.reverse .imgbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .box-style-1.reverse .txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .box-style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }
  .box-style-1 .ttl .elementor-heading-title {
    padding-bottom: 10px !important;
    font-size: 24px;
  }
  .box-style-1 .txtbox {
    margin-top: 20px;
  }
}

/*--------------------------------------
	sections
--------------------------------------*/
#mainimage {
  width: 100%;
}
#mainimage .ttlbox {
  height: 100%;
  max-height: 90vh;
  box-sizing: border-box;
}
#mainimage .banners {
  width: auto;
}
#mainimage .banners img {
  width: auto;
  max-height: 96px;
}
@media screen and (max-width: 767px) {
  #mainimage .banners {
    width: auto;
  }
  #mainimage .banners img {
    max-height: 60px;
  }
}

#about {
  position: relative;
  z-index: 0;
}
#about .box-style::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6F61A7), to(#E18D8D));
  background: linear-gradient(to right, #6F61A7, #E18D8D);
  position: absolute;
  top: 0;
  left: 0;
}
#about .box-style ul {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
#about .box-style ul li {
  padding-left: 15px;
  position: relative;
}
#about .box-style ul li::before {
  content: "●";
  color: #BDBBD1;
  font-size: 7px;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 0;
}
#about .set .gr2 {
  position: relative;
}
#about .set .gr2::before {
  content: "";
  width: auto;
  height: 256px;
  background: linear-gradient(333deg, #E4EBF1, #EEEAF4);
  position: absolute;
  top: -157px;
  right: calc(50% - 50vw);
  left: 375px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #about .box-style ul {
    line-height: 1.5;
  }
  #about .box-style ul li {
    padding-left: 15px;
  }
  #about .box-style ul li::before {
    top: 8px;
  }
  #about .set .map iframe {
    height: 198px;
  }
  #about .set .gr2::before {
    height: 104px;
    top: -51px;
    left: 55vw;
  }
}

#news .btn-style-1 .elementor-button {
  width: auto;
  min-width: 160px;
}
#news .btn-style-1 .elementor-button::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #news .btn-style-1 .elementor-button {
    min-width: 228px;
  }
}

#policy .container {
  width: 100%;
  max-width: 1426px;
}
#policy .set .ttl h2.elementor-heading-title {
  padding-bottom: 40px !important;
}
#policy .set .ttl h2.elementor-heading-title::before {
  content: "";
  width: 96px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#6F61A7), to(#E18D8D));
  background: linear-gradient(to right, #6F61A7, #E18D8D);
  position: absolute;
  bottom: 0;
  left: 0;
}
#policy .set .gr1 {
  width: 675px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
#policy .set .gr2 {
  width: calc(100% - 675px);
}
#policy .set .gr2 .img {
  width: auto;
  max-width: 812px;
  margin-left: -182px;
}
@media screen and (max-width: 1024px) {
  #policy .set .gr1 {
    width: 100%;
    margin-top: -45px;
  }
  #policy .set .gr2 {
    width: 100%;
  }
  #policy .set .gr2 .img {
    margin: 0 -30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #policy .set .ttl h2.elementor-heading-title {
    padding-bottom: 25px !important;
  }
  #policy .set .ttl h2.elementor-heading-title::before {
    width: 66px;
    height: 2px;
    background: #FFF;
  }
}

#features {
  position: relative;
  z-index: 0;
}
#features .set1 {
  position: relative;
}
#features .set1::before {
  content: "";
  width: auto;
  height: 534px;
  background: linear-gradient(30deg, #E4EBF1, #F3EBFC);
  position: absolute;
  top: auto;
  bottom: -127px;
  left: calc(50% - 50vw);
  right: 590px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #features .set1::before {
    right: 300px;
  }
}
@media screen and (max-width: 767px) {
  #features .set1 {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  #features .set1::before {
    height: 234px;
    bottom: -37px;
    right: 55vw;
  }
}

#menu .menubox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  color: 374151;
  position: relative;
}
#menu .menubox:hover {
  opacity: 0.7;
}
#menu .menubox:hover img {
  opacity: 1;
}
#menu .menubox::before {
  content: "";
  width: 11px;
  height: 100%;
  display: block;
  background: url("../img/icon_arrow.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  left: auto;
}
#menu .menubox .icon {
  width: 80px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#menu .menubox .icon .elementor-widget-container {
  height: auto;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu .menubox .icon .elementor-widget-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#menu .menubox .ttl .elementor-heading-title {
  color: 374151;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1 !important;
  letter-spacing: 0;
}
#menu .menubox .ttl .elementor-heading-title small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #menu .menubox {
    display: block;
    padding: 0px 10px 20px;
    text-align: center;
  }
  #menu .menubox::before {
    width: 11px;
    height: 9px;
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  #menu .menubox .icon {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px;
  }
  #menu .menubox .icon img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
}

#service .ttl h2.elementor-heading-title {
  line-height: 1.6 !important;
}
#service .set .gr1 {
  width: 707px;
}
#service .set .gr1 .txtbox2 {
  position: relative;
}
#service .set .gr1 .txtbox2::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6F61A7), to(#E18D8D));
  background: linear-gradient(to right, #6F61A7, #E18D8D);
  position: absolute;
  top: 0;
  left: 0;
}
#service .set .gr1 .txtbox2 .ttl {
  margin-left: -8px;
}
#service .set .gr1 .txtbox2 .ttl .elementor-heading-title {
  color: #8A87A3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4 !important;
  letter-spacing: 0;
}
#service .set .gr1 .txtbox2 ul {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
#service .set .gr1 .txtbox2 ul li {
  padding-left: 15px;
  position: relative;
}
#service .set .gr1 .txtbox2 ul li::before {
  content: "●";
  color: #BDBBD1;
  font-size: 7px;
  letter-spacing: 0;
  position: absolute;
  top: 6px;
  left: 0;
}
#service .set .gr2 {
  width: calc(100% - 707px);
}
#service .set .gr2 .img {
  width: 605px;
  max-width: none;
  margin-left: -120px;
}
@media screen and (max-width: 1024px) {
  #service .set .gr1 {
    width: 100%;
  }
  #service .set .gr1 .txtbox2 .ttl {
    margin: 0 0 10px;
  }
  #service .set .gr1 .txtbox2 ul {
    margin-top: 0px;
    line-height: 1.5;
  }
  #service .set .gr1 .txtbox2 ul li {
    padding-left: 15px;
  }
  #service .set .gr1 .txtbox2 ul li::before {
    top: 5px;
  }
  #service .set .gr1 .txtbox2 .elementor-widget-icon-list:first-child ul li:first-child {
    margin-bottom: 10px;
  }
  #service .set .gr2 {
    width: 100%;
  }
  #service .set .gr2 .img {
    width: auto;
    max-width: none;
    margin: -50px -30px 0 55px;
  }
}

#slider::before {
  content: '';
  width: 400px;
  height: 404px;
  display: block;
  background: linear-gradient(30deg, #E4EBF1, #EDE5F6);
  position: absolute;
  top: auto;
  bottom: -157px;
  left: auto;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #slider::before {
    width: 167px;
    height: 144px;
    bottom: -42px;
  }
}

#doctor {
  position: relative;
  z-index: 0;
}
#doctor .ttl h2.elementor-heading-title {
  line-height: 1.6 !important;
}
#doctor .set1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doctor .set1 .gr1 {
  width: calc(100% - 714px);
}
#doctor .set1 .gr1 .img {
  max-width: none;
  margin-left: calc(149% - 50vw);
  position: relative;
  z-index: 0;
}
#doctor .set1 .gr1 .img::before {
  content: "";
  width: 496px;
  height: 405px;
  background: linear-gradient(333deg, #E4EBF1, #EEEAF4);
  position: absolute;
  top: auto;
  bottom: -94px;
  left: -70px;
  z-index: -1;
}
#doctor .set1 .gr2 {
  width: 634px;
}
#doctor .set2 {
  position: relative;
}
#doctor .set2::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6F61A7), to(#E18D8D));
  background: linear-gradient(to right, #6F61A7, #E18D8D);
  position: absolute;
  top: 0;
  left: 0;
}
#doctor .set2::after {
  content: "";
  width: auto;
  height: 202px;
  background: linear-gradient(30deg, #E4EBF1, #EEEAF4);
  position: absolute;
  top: auto;
  bottom: -86px;
  left: auto;
  right: calc(50% - 50vw);
  left: 533px;
  z-index: -1;
}
#doctor .set2 .gr1 h3.elementor-heading-title {
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, from(#6f61a7), to(#e18d8d));
  background: linear-gradient(to right, #6f61a7, #e18d8d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#doctor .set2 .btn-style-1 .elementor-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#276CB4), color-stop(31%, #EF8D4C), color-stop(40%, #D55887), to(#845AA1)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #276CB4 0%, #EF8D4C 31%, #D55887 40%, #845AA1 100%) border-box; /* Border gradient */
}
@media screen and (max-width: 1280px) {
  #doctor .set2::after {
    left: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #doctor .set1 .gr1 {
    width: 100%;
  }
  #doctor .set1 .gr1 .img {
    margin-left: -30px;
  }
  #doctor .set1 .gr1 .img::before {
    bottom: -60px;
  }
  #doctor .set1 .gr2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #doctor .ttl h2.elementor-heading-title {
    line-height: 1.5 !important;
  }
  #doctor .set1 .gr1 .img::before {
    width: 210px;
    height: 200px;
    bottom: -46px;
    left: 0px;
  }
  #doctor .set2::after {
    height: 187px;
    bottom: -68px;
    left: 20vw;
  }
}
@media screen and (min-width: 768px) {
  #doctor .set2 .gr1 .btn-style-1 .elementor-button {
    min-width: 252px;
  }
}