@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■Font
===================================== */

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-jost {
   font-family: "Jost", sans-serif;
}

.fnt-zen-maru {
   font-family: "Zen Maru Gothic", sans-serif;
}


/* =====================================
■BASE
===================================== */
html {
   font-size: 62.5%;
}

body {
   position: relative;
   font-family: 'Noto Sans JP';
   background: #F6FBF0;
   color: #333;
   font-size: 16px;
   font-weight: 400;
   line-height: 32px;
   letter-spacing: 0.1em;
   -webkit-text-size-adjust: 100%;
}

a {
   text-decoration: none;
   color: inherit;
   vertical-align: middle;
   -moz-transition-duration: 0.7s;
   -o-transition-duration: 0.7s;
   -webkit-transition-duration: 0.7s;
   transition-duration: 0.7s;
}

a:focus,
*:focus {
   outline: none;
}

a[href^="tel:"] {
   pointer-events: none;
   cursor: text;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
      line-height: 28px;
   }

   a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer;
   }
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
   float: right !important;
}

.fl {
   float: left !important;
}

/* clears */
.clearfix {
   *zoom: 1;
}

.clearfix:after {
   content: "";
   display: table;
   clear: both;
}

.cl {
   clear: both !important;
}

/* text indent */
.textHide {
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
}

/* text-align */
.tac {
   text-align: center !important;
}

.tar {
   text-align: right !important;
}

.tal {
   text-align: left !important;
}

/* font-weight */
.fb {
   font-weight: bold !important;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
   font-family: 'icomoon';
   src: url('img/fonts/icomoon.eot');
   src: url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
      url('img/fonts/icomoon.ttf') format('truetype'),
      url('img/fonts/icomoon.woff') format('woff'),
      url('img/fonts/icomoon.svg#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):before {
   display: inline-block;
   font-family: 'icomoon';
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   vertical-align: baseline;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
   content: "\e900";
}

.icon-category:before {
   content: "\e901";
}

.icon-check:before {
   content: "\e902";
}

.icon-checked:before {
   content: "\e903";
}

.icon-down:before {
   content: "\e904";
}

.icon-facebook:before {
   content: "\e905";
}

.icon-google:before {
   content: "\e906";
}

.icon-line:before {
   content: "\e907";
}

.icon-twitter:before {
   content: "\e908";
}

.icon-arrow02:before {
   content: "\e909";
}

.icon-arrow01:before {
   content: "\e910";
}

.icon-search:before {
   content: "\e911";
}

.icon-tag:before {
   content: "\e912";
}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
   display: none;
}

.mb {
   display: none;
}

@media screen and (max-width: 767px) {
   .pc {
      display: none !important;
   }

   .sp {
      display: block !important;
   }
}

@media screen and (max-width: 480px) {
   .mb {
      display: block;
   }

   .pcm {
      display: none;
   }
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
   width: 100%;
   max-width: 1140px;
   padding: 0 30px;
   margin: 0 auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}

.container:after {
   content: "";
   display: block;
   clear: both;
}

@media (max-width: 767px) {
   .container {
      padding: 0 20px;
   }
}

/*--------------------------------------
header
--------------------------------------*/
#header .row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   -moz-column-gap: 20px;
   column-gap: 20px;
   background: #fbfff6;
   padding: 13px 30px 22px 42px
}

#header .row .col-l {
   max-width: 389px
}

#header .row .col-l .ttl {
   display: flex;
   color: #333;
   font-size: 11px;
   line-height: 27px;
   letter-spacing: 0
}

#header .row .col-l .ttl h1 {
   letter-spacing: 0;
}

#header .row .col-r {
   max-width: 740px;
   margin-top: 7px
}

#header .row .col-r .group-link {
   display: flex;
   justify-content: space-between
}

#header .row .col-r .group-link li {
   width: 32.4324324324%
}

#header .row .col-r .group-link li a {
   display: block
}

#header .row .col-r .group-link li a img {
   display: block
}

#menu-toggle {
   position: sticky;
   top: 0;
   left: 0;
   z-index: 1000;
   background: #5cb755;
   border-radius: 0 0 20px 20px;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
   padding: 20px 0
}

#menu-toggle .nav-list {
   display: flex;
   justify-content: center
}

#menu-toggle .nav-list>li>a,
#menu-toggle .nav-list>li span {
   position: relative;
   z-index: 2;
   display: block;
   color: #fff;
   padding: 0 48px;
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0
}

#menu-toggle .nav-list>li>a:hover,
#menu-toggle .nav-list>li span:hover {
   opacity: .7
}

#menu-toggle .nav-list>li:not(:last-child)>a::before,
#menu-toggle .nav-list>li:not(:last-child)>span::before {
   content: "";
   position: absolute;
   background: #fff;
   width: 2px;
   height: 15px;
   top: 50%;
   right: 0;
   transform: translateY(-50%)
}

#menu-toggle .nav-list>li.parent {
   position: relative
}

#menu-toggle .nav-list>li.parent::before {
   content: "";
   position: absolute;
   background: url("img/shared/icon_arrow_down.png") no-repeat;
   width: 9.5px;
   height: 10.5px;
   background-size: 100%;
   top: 14px;
   left: calc(50% + 34px)
}

#menu-toggle .nav-list>li.parent>a {
   padding-right: 67px
}

#menu-toggle .nav-list>li.parent .sub-menu {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   padding-top: 40px;
   width: 221px
}

#menu-toggle .nav-list>li.parent .sub-menu ul {
   position: relative;
   background: #daeac6;
   border-radius: 25px;
   padding: 31px 27.5px 33px;
   box-shadow: 4px 4px 10px rgba(0, 0, 0, .1)
}

#menu-toggle .nav-list>li.parent .sub-menu ul::before {
   content: "";
   position: absolute;
   background: url("img/shared/icon_arrow_submenu.png") no-repeat;
   width: 61.5px;
   height: 70.5px;
   background-size: 100%;
   top: -12px;
   left: 50%;
   transform: translateX(-50%);
   z-index: -1
}

#menu-toggle .nav-list>li.parent .sub-menu ul li a {
   display: block;
   color: #185613;
   border-bottom: 1px solid #5cb755;
   padding: 4px 0 4px 5px;
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0
}

#menu-toggle .nav-list>li.parent .sub-menu ul li a:hover {
   opacity: .7
}

@media screen and (min-width: 768px) {
   #menu-toggle .nav-list>li.parent .sub-menu {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: .3s linear
   }

   #menu-toggle .nav-list>li.parent:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: all
   }
}

@media screen and (min-width: 768px)and (max-width: 1250px) {

   #menu-toggle .nav-list>li>a,
   #menu-toggle .nav-list>li span {
      font-size: 14px;
      padding: 0 20px
   }

   #menu-toggle .nav-list>li.parent::before {
      left: calc(50% + 30px)
   }

   #menu-toggle .nav-list>li.parent>a {
      padding-right: 40px
   }

}

@media screen and (min-width: 768px)and (max-width: 1000px) {
   #header .row {
      justify-content: center;
      flex-wrap: wrap;
      gap: 22px
   }

   #header .row .col-l h1 {
      text-align: center
   }

   #header .row .col-r {
      margin-top: 0
   }
}

@media screen and (min-width: 768px)and (max-width: 900px) {

   #menu-toggle .nav-list>li>a,
   #menu-toggle .nav-list>li>span {
      padding: 0 15px
   }

   #menu-toggle .nav-list>li.parent::before {
      left: calc(50% + 30px)
   }
}

@media screen and (max-width: 767px) {
   #header {
      position: absolute;
      background: #fbfff6;
      padding-right: 64px;
      height: 70px;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
   }

   .toggleMenu {
      position: fixed;
      top: 11px;
      right: 11px;
      z-index: 1000;
      background: #5cb755;
      width: 48px;
      height: 48px;
      box-sizing: border-box;
      transition: .7s all ease-in-out
   }

   .menu-trigger,
   .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box
   }

   .menu-trigger {
      position: relative;
      display: block;
      width: 100%;
      height: 100%
   }

   .menu-trigger span {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 2px;
      background: #fff
   }

   .menu-trigger span:nth-of-type(1) {
      top: calc(50% - 9px)
   }

   .menu-trigger span:nth-of-type(2) {
      top: 50%;
      transform: translate(-50%, -50%)
   }

   .menu-trigger span:nth-of-type(3) {
      top: calc(50% + 7px)
   }

   .toggleMenu.active .menu-trigger span:nth-of-type(1) {
      transform: translate(-50%, -50%) rotate(-45deg);
      top: 50%
   }

   .toggleMenu.active .menu-trigger span:nth-of-type(2) {
      opacity: 0
   }

   .toggleMenu.active .menu-trigger span:nth-of-type(3) {
      transform: translate(-50%, -50%) rotate(45deg);
      top: 50%
   }

   #header .row {
      align-items: flex-start;
      column-gap: 17px;
      padding: 0
   }

   #header .row .col-l {
      max-width: 248px;
      flex: 1;
      padding: 12px 0 0 13px
   }

   #header .row .col-l .ttl {
      font-size: 8px;
      line-height: 1
   }

   #header .row .col-l .logo {
      margin-top: 4px
   }

   #header .row .col-r {
      max-width: 48px;
      margin-top: 11px
   }

   #header .row .col-r .group-link {
      display: block
   }

   #header .row .col-r .group-link li {
      width: auto
   }

   #menu-toggle {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow-y: auto;
      z-index: 999;
      background: #f6fbf0;
      border-radius: 0;
      box-shadow: unset;
      padding: 0 0 73px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: .3s linear
   }

   #menu-toggle .nav-list {
      display: block;
      max-width: 262px;
      margin: 0 auto;
      padding: 49px 0 0
   }

   #menu-toggle .nav-list>li>a,
   #menu-toggle .nav-list>li>span {
      padding: 0;
      width: fit-content;
      color: #185613;
      font-size: 20px;
      line-height: 60px;
      font-weight: bold
   }

   #menu-toggle .nav-list>li>a:hover,
   #menu-toggle .nav-list>li>span:hover {
      opacity: 1
   }

   #menu-toggle .nav-list>li:not(:last-child)>a::before,
   #menu-toggle .nav-list>li:not(:last-child)>span::before {
      display: none
   }

   #menu-toggle .nav-list>li.parent::before {
      background-image: url("img/shared/icon_arrow_up_sp.png");
      width: 21px;
      height: 22px;
      top: 27px;
      left: auto;
      right: 0
   }

   #menu-toggle .nav-list>li.parent>a {
      padding-right: 0
   }

   #menu-toggle .nav-list>li.parent .sub-menu {
      position: unset;
      transform: none;
      width: auto;
      display: none;
      padding: 0 0 12px
   }

   #menu-toggle .nav-list>li.parent .sub-menu ul {
      background: unset;
      border-radius: unset;
      box-shadow: unset;
      padding: 0
   }

   #menu-toggle .nav-list>li.parent .sub-menu ul::before {
      display: none
   }

   #menu-toggle .nav-list>li.parent .sub-menu ul li a {
      color: #24821d;
      border-bottom: none;
      padding: 0
   }

   #menu-toggle .nav-list>li.parent .sub-menu ul li a:hover {
      opacity: 1
   }

   #menu-toggle .nav-list>li.parent .sub-menu ul li+li {
      margin-top: 12px
   }

   #menu-toggle .nav-list>li.parent.active::before {
      background-image: url("img/shared/icon_arrow_down_sp.png")
   }

   #menu-toggle .nav-list>li.parent.active .sub-menu {
      display: block
   }

   #menu-toggle .btn-doctor {
      max-width: 258px;
      margin: 27px auto 0
   }

   #menu-toggle .btn-doctor a {
      display: block
   }

   #menu-toggle .btn-doctor a img {
      display: block
   }
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
   display: none;
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
   background: #fff;
   padding: 38px 0 50px
}

#footer .wrap {
   max-width: 1329px
}

#footer .logo {
   width: 389px;
   padding-top: 27px
}

#footer .logo a {
   display: block
}

#footer .logo a img {
   display: block
}

#footer .group-link {
   position: absolute;
   top: 0;
   right: 30px;
   display: flex;
   justify-content: space-between;
   width: 665px
}

#footer .group-link li {
   width: 48.1203007519%
}

#footer .group-link li a {
   display: block
}

#footer .group-link li a img {
   display: block
}

#footer .info {
   margin-top: 30px;
   line-height: 24px
}

#footer .sitemap {
   margin-top: 17px
}

#footer .sitemap a:hover {
   text-decoration: underline
}

#footer address {
   color: #bebebe;
   margin-top: 34px;
   font-size: 10px;
   line-height: 1;
   letter-spacing: .1em
}

@media screen and (min-width: 768px)and (max-width: 1150px) {
   #footer .group-link {
      left: 440px;
      width: auto
   }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
   #footer .group-link {
      flex-wrap: wrap;
      left: auto;
      width: 280px;
      gap: 20px
   }

   #footer .group-link li {
      width: 100%
   }
}

@media screen and (max-width: 767px) {
   #footer {
      padding: 39px 0 84px
   }

   #footer .wrap {
      max-width: 1329px
   }

   #footer .logo {
      width: auto;
      padding: 0 11px
   }

   #footer .group-link {
      position: unset;
      display: block;
      width: auto;
      margin: 29px 25px 0
   }

   #footer .group-link li {
      width: 100%
   }

   #footer .group-link li+li {
      margin-top: 16px
   }

   #footer .info {
      margin-top: 29px;
      font-size: 14px;
      line-height: 21px
   }

   #footer .sitemap {
      margin-top: 15px
   }

   #footer .sitemap a {
      font-size: 14px
   }

   #footer address {
      margin-top: 30px
   }
}


#wpfront-scroll-top-container:hover img {
   opacity: 0.8 !important;
}


@media screen and (max-width: 767px) {
   #wpfront-scroll-top-container {
      display: none !important;
   }
}


/*--------------------------------------
FOOTER FIXED
--------------------------------------*/
#ft-bnr-fixed .btn-clinic {
   position: fixed;
   bottom: 180px;
   right: 0;
   width: 78px;
   z-index: 1000
}

#ft-bnr-fixed .btn-clinic a {
   display: block
}

#ft-bnr-fixed .btn-clinic a img {
   display: block
}

#ft-bnr-fixed .btn-ai {
   position: fixed;
   cursor: pointer;
   bottom: 83px;
   right: 13px;
   width: 159px;
   z-index: 1000
}

#ft-bnr-fixed .btn-ai img {
   display: block
}

#ft-bnr-fixed .btn-ai:hover {
   opacity: .7
}

#ft-bnr-fixed .group-link {
   position: fixed;
   bottom: 0;
   right: 0;
   z-index: 1000;
   width: 541px;
   display: flex;
   justify-content: space-between
}

#ft-bnr-fixed .group-link li:nth-child(1) {
   width: 36.2292051756%
}

#ft-bnr-fixed .group-link li:nth-child(2) {
   width: 36.2292051756%
}

#ft-bnr-fixed .group-link li:nth-child(3) {
   width: 12.9390018484%
}

#ft-bnr-fixed .group-link li:nth-child(4) {
   width: 12.9390018484%
}

@media screen and (max-width: 767px) {
   #ft-bnr-fixed .btn-clinic {
      bottom: 140px;
      width: 47px;
   }

   #ft-bnr-fixed .btn-ai {
      bottom: 15vw;
      right: 5px;
      width: 129px
   }

   #ft-bnr-fixed .group-link {
      width: auto;
      left: 5px;
      right: 5px
   }
}

/* Contact */
#contact {
   background: url("img/shared/contact_bg_pc.jpg") no-repeat center/cover;
   color: #fff;
   padding: 77px 0 73px
}

#contact .wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 50px 30px
}

#contact .group-txt {
   margin-top: -16px
}

#contact .group-txt .ttl-shared::before {
   background: #fff;
   left: 0;
   transform: none
}

#contact .group-txt .ttl-shared span {
   text-align: left;
   color: #fff
}

#contact .group-txt .ttl-shared span i {
   color: #fff
}

#contact .group-txt .txt {
   margin-top: 32px;
   font-size: 20px;
   line-height: 34px;
   font-weight: 500;
   letter-spacing: .1em
}

#contact .group-link {
   display: flex;
   justify-content: space-between;
   width: 596px
}

#contact .group-link li {
   width: calc(50% - 17px)
}

#contact .group-link li a {
   display: block
}

#contact .group-link li a img {
   display: block
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
   #contact .wrap {
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center
   }
}

@media screen and (max-width: 767px) {
   #contact {
      background-image: url("img/shared/contact_bg_sp.jpg");
      padding: 46px 0px 91px
   }

   #contact .wrap {
      display: block
   }

   #contact .group-txt {
      width: auto;
      margin-top: 0
   }

   #contact .group-txt .txt {
      margin-top: 29px;
      max-width: 330px;
      font-size: 16px;
      line-height: 24px
   }

   #contact .group-link {
      display: block;
      width: auto;
      margin-top: 38px
   }

   #contact .group-link li {
      width: 100%
   }

   #contact .group-link li+li {
      margin-top: 16px
   }
}

/*Pagination CSS*/
ul.page-numbers {
   list-style: none;
   margin: 0;
}

.page-numbers:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

ul.page-numbers li {
   display: block;
   float: left;
   margin: 0 4px 4px 0;
   text-align: center;
}

.page-numbers a,
.page-numbers span {
   line-height: 1.6em;
   display: block;
   padding: 0 6px;
   height: 18px;
   line-height: 18px;
   font-size: 12px;
   text-decoration: none;
   font-weight: 400;
   cursor: pointer;
   border: 1px solid red;
   color: #888;
}

.page-numbers a span {
   padding: 0
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
   color: #000;
   background: #f7f7f7;
   text-decoration: none;
}

.page-numbers:hover {
   text-decoration: none
}

.elementor-section.elementor-section-boxed>.elementor-container {
   max-width: 100% !important;
}

.elementor-widget:not(:last-child) {
   margin-bottom: 0px !important;
}


iframe[src="https://console.nomoca-ai.com/chatbot/NDI3MTM5NTItNjU3MS01OGYxLTVmN2ItZmY2MWEzMmY5NTBkOkJvdDoyOTgz/web"] {
   bottom: 80px !important;
   right: -30px !important;
   margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
   iframe[src="https://console.nomoca-ai.com/chatbot/NDI3MTM5NTItNjU3MS01OGYxLTVmN2ItZmY2MWEzMmY5NTBkOkJvdDoyOTgz/web"] {
      bottom: 40px !important;
   }
}