/*
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: #F2F6EE;
  color: #4B4B4B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

#wrap {
  overflow: hidden;
}

.container {
  max-width: 1173px;
}

.cl-blue,
.cl-blue .elementor-button {
  color: #6BB1E5 !important;
}

.cl-green,
.cl-green .elementor-button {
  color: #66C48A !important;
}

.cl-orange,
.cl-orange .elementor-button {
  color: #FBA06D !important;
}

.cl-yellow,
.cl-yellow .elementor-button {
  color: #F3C272 !important;
}

.cl-pink,
.cl-pink .elementor-button {
  color: #F48C94 !important;
}

.btn-style-1 .elementor-button {
  padding: 18px 42px 18px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #77B236;
  border: 1px solid #77B236;
  border-radius: 99px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
}
.btn-style-1 .elementor-button:hover {
  opacity: 0.7;
}
.btn-style-1 .elementor-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='%2377B236'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: -1;
}

.btn-style-1.bg-white .elementor-button {
  background: #fff;
  border-color: #77B236;
  color: #77B236;
}
.btn-style-1.bg-white .elementor-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='rgb(119,178,54)'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='white'/%3E%3C/svg%3E");
}

.ttl-style-1 .elementor-heading-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 8px;
  padding: 14px 24px 9px;
  background: #9CC865;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  position: relative;
}
.ttl-style-1 .elementor-heading-title::before {
  content: "";
  width: 8px;
  height: auto;
  background: #7EAC43;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ttl-style-1 .elementor-heading-title .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}
.ttl-style-1 .elementor-heading-title .jp {
  display: block;
}

.tab-category {
  --n-tabs-heading-width: 300px !important;
}
.tab-category .post-box {
  --text-color: #27A23C;
  margin-top: 0;
}
.tab-category .post-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.tab-category .post-box dl + dl {
  margin-top: 40px;
}
.tab-category .post-box dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  color: var(--text-color);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.tab-category .post-box dl dt .new-label {
  background: var(--text-color);
}
.tab-category .post-box dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.tab-category .post-box dl dd a {
  display: block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.tab-category .post-box dl dd a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--text-color);
  border-bottom: 2px solid var(--text-color);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.tab-category .e-n-tab-title {
  --color: #27A23C;
  cursor: pointer !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 11px 24px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
}
.tab-category .e-n-tab-title:hover {
  background: var(--color) !important;
}
.tab-category .e-n-tab-title[aria-selected=true], .tab-category .e-n-tab-title[aria-selected=true] a {
  background: var(--color) !important;
}
.tab-category .e-n-tab-title .e-n-tab-title-text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
}
.tab-category #tabClinicNews,
.tab-category #tabClinicBlog {
  --color: #66C48A;
}
.tab-category #tabNursingNews,
.tab-category #tabNursingBlog {
  --color: #F48C94;
}
.tab-category #tabVisitcareNews,
.tab-category #tabVisitcareBlog {
  --color: #FBA06D;
}
.tab-category #tabCareplanNews,
.tab-category #tabCareplanBlog {
  --color: #F3C272;
}
.tab-category #tabGoodsleepNews,
.tab-category #tabGoodsleepBlog {
  --color: #6BB1E5;
}
.tab-category .e-n-tabs-content {
  width: calc(100% - var(--n-tabs-heading-width));
  max-width: 849px;
  padding: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.tab-category .e-n-tabs-content .green .post-box {
  --text-color: #66C48A;
}
.tab-category .e-n-tabs-content .pink .post-box {
  --text-color: #F48C94;
}
.tab-category .e-n-tabs-content .orange .post-box {
  --text-color: #FBA06D;
}
.tab-category .e-n-tabs-content .yellow .post-box {
  --text-color: #F3C272;
}
.tab-category .e-n-tabs-content .blue .post-box {
  --text-color: #6BB1E5;
}
.tab-category .e-n-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .ttl-style-1 {
    margin-left: -8px;
  }
  .container {
    padding: 0 30px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tab-category {
    --n-tabs-heading-width: 260px !important;
  }
  .tab-category .post-box dl {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
  }
  .tab-category .post-box dl::before {
    content: "";
    width: 100px;
    border-bottom: 1px solid var(--text-color);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tab-category .post-box dl + dl {
    margin-top: 0px;
  }
  .tab-category .post-box dl dt {
    padding: 0;
    border-bottom: 0;
    text-align: left;
  }
  .tab-category .post-box dl dd {
    margin-top: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .tab-category .post-box dl dd a {
    padding: 0 20px 0 0;
  }
  .tab-category .e-n-tab-title .e-n-tab-title-text {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
  }
  .tab-category .e-n-tabs-content {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px !important;
  }
  .tab-category {
    --n-tabs-heading-width: 100% !important;
  }
  .tab-category .e-n-tab-title {
    min-height: 48px;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 50% !important;
            flex: 1 1 50% !important;
    padding: 10px 5px !important;
    background: #27A23C !important;
    color: #fff !important;
  }
  .tab-category .e-n-tab-title[aria-selected=true], .tab-category .e-n-tab-title[aria-selected=true] a {
    background: none !important;
  }
  .tab-category .e-n-tab-title:first-child[aria-selected=true], .tab-category .e-n-tab-title:first-child[aria-selected=true] a {
    background: #27A23C !important;
  }
  .tab-category .e-n-tab-title:nth-child(2) {
    background: #66C48A !important;
  }
  .tab-category .e-n-tab-title:nth-child(3) {
    background: #F48C94 !important;
  }
  .tab-category .e-n-tab-title:nth-child(3) .e-n-tab-title-text {
    letter-spacing: -1px;
  }
  .tab-category .e-n-tab-title:nth-child(4) {
    background: #FBA06D !important;
  }
  .tab-category .e-n-tab-title:nth-child(5) {
    background: #F3C272 !important;
  }
  .tab-category .e-n-tab-title:nth-child(6) {
    background: #6BB1E5 !important;
  }
  .tab-category .e-n-tabs-heading {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .tab-category .e-n-tabs-content {
    width: 100%;
    padding: 16px 20px 32px;
  }
}
@media screen and (min-width: 768px) {
  .tab-category .e-n-tab-title::after {
    content: "";
    border: 6px solid transparent;
    border-right: 0;
    border-left: 12px solid var(--color);
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .tab-category .e-n-tab-title[aria-selected=true]::after {
    opacity: 1;
  }
}
/*=============================================
 * .tabs-switch
 *=============================================*/
.tabs-switch .tab-link > * {
  cursor: pointer;
}

.tabs-switch .tab-link > * a {
  pointer-events: none;
}

.tabs-switch .tab-link.link-over > * {
  position: relative;
}

.tabs-switch .tab-link.link-over > * > img + img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
  opacity: 0;
}

.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
  opacity: 1;
}

.tabs-switch[data=fade] .tab-content {
  min-height: 100px;
  position: relative;
}

.tabs-switch .tab-content > * {
  display: none;
}

.tabs-switch[data=fade] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .tabs-switch .tab-link > * a {
    pointer-events: all;
  }
}
/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  margin-top: -43px;
  padding: 0 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F2F1E2;
}
#mainimage .imgbox {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0 16px 16px;
}
#mainimage .imgbox .elementor-widget-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
#mainimage .imgbox .elementor-widget-image img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimage .ttlbox .elementor-widget-text-editor {
  padding: 71px 53px;
  background: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
#mainimage .ttlbox .elementor-widget-text-editor::before, #mainimage .ttlbox .elementor-widget-text-editor::after {
  content: "";
  width: 100%;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 153 32'%3E%3Cpath d='M1.50024 30.5C1.50024 30.5 20.968 1.5 76.5002 1.5C132.033 1.5 151.5 30.5 151.5 30.5' stroke='%2365C48A' stroke-width='3' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 25px;
  left: 0;
}
#mainimage .ttlbox .elementor-widget-text-editor::after {
  top: auto;
  bottom: 25px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#mainimage .ttlbox .elementor-widget-text-editor p {
  margin-bottom: 0;
  line-height: 1.2;
}
#mainimage .ttlbox .elementor-widget-text-editor p:nth-of-type(2) {
  margin-top: 8px;
}
#mainimage .ttlbox .elementor-widget-text-editor p:nth-of-type(3) {
  margin-top: 11px;
}
#mainimage .ttlbox .elementor-widget-text-editor p:nth-of-type(4) {
  margin-top: 11px;
}
#mainimage .ttlbox .elementor-widget-text-editor p:nth-of-type(5) {
  margin-top: 12px;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt1 {
  font-size: 16px;
  letter-spacing: 0.04em;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt2 {
  font-size: 22px;
  letter-spacing: 0.04em;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt3 {
  font-size: 48px;
  letter-spacing: 0;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt3 small {
  font-size: 36px;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt4 {
  font-size: 42px;
  letter-spacing: 0;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt4 small {
  font-size: 32px;
}
#mainimage .ttlbox .elementor-widget-text-editor .txt5 {
  font-size: 22px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #mainimage {
    margin-top: 0;
    padding: 10px;
  }
  #mainimage .imgbox {
    inset: 10px;
  }
  #mainimage .imgbox .elementor-widget-image {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  #mainimage .ttlbox .elementor-widget-text-editor {
    padding: 50px 40px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor::before, #mainimage .ttlbox .elementor-widget-text-editor::after {
    height: 24px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor::before {
    top: 15px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor::after {
    bottom: 15px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt1 {
    font-size: 14px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt2 {
    font-size: 17px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt3 {
    font-size: 36px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt3 small {
    font-size: 28px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt4 {
    font-size: 32px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt4 small {
    font-size: 26px;
  }
  #mainimage .ttlbox .elementor-widget-text-editor .txt5 {
    font-size: 16px;
  }
}

/*--------------------------------------
	sections
--------------------------------------*/
#philosophy {
  z-index: 0;
}
#philosophy::before {
  content: "";
  width: calc(50% - 248px);
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#philosophy .set {
  width: auto;
}
#philosophy .set .gr2 {
  max-width: 678px;
}
@media screen and (max-width: 1279px) {
  #philosophy::before {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #philosophy::before {
    width: 76vw;
  }
}

#structure {
  z-index: 0;
}
#structure::before {
  content: "";
  width: calc(50% + 248px);
  height: 100%;
  background: #E8F3E4;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
#structure .blk1 .container::before {
  content: "";
  width: 24px;
  height: 200px;
  background: #DCE6D5;
  position: absolute;
  top: -104px;
  left: 56px;
  z-index: -1;
}
#structure .blk1 .set {
  width: auto;
  margin-right: -49px;
}
#structure .blk2::before {
  height: auto;
  top: -72px;
  bottom: 0;
}
#structure .blk2 .box-style {
  padding: 64px 24px 64px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  letter-spacing: 0.04em;
}
#structure .blk2 .box-style::before {
  content: "";
  width: auto;
  height: auto;
  background: #fff;
  position: absolute;
  inset: 16px -24px 16px 16px;
}
#structure .blk2 .box-style .ttl {
  margin-bottom: 32px;
}
#structure .blk2 .box-style .ttl h3.elementor-heading-title {
  padding-left: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
#structure .blk2 .box-style .ttl h3.elementor-heading-title .number {
  width: 37px;
  height: 28px;
  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;
  background: #000;
  border-radius: 99px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#structure .blk2 .box-style.box--blue {
  background: rgba(107, 177, 229, 0.8);
}
#structure .blk2 .box-style.box--blue .ttl {
  color: #6BB1E5;
}
#structure .blk2 .box-style.box--blue .ttl h3.elementor-heading-title .number {
  background: #6BB1E5;
}
#structure .blk2 .box-style.box--green {
  background: rgba(102, 196, 138, 0.8);
}
#structure .blk2 .box-style.box--green .ttl {
  color: #66C48A;
}
#structure .blk2 .box-style.box--green .ttl h3.elementor-heading-title .number {
  background: #66C48A;
}
#structure .blk2 .box-style.box--orange {
  background: rgba(251, 160, 109, 0.8);
}
#structure .blk2 .box-style.box--orange .ttl {
  color: #FBA06D;
}
#structure .blk2 .box-style.box--orange .ttl h3.elementor-heading-title .number {
  background: #FBA06D;
}
#structure .blk2 .box-style.box--yellow {
  background: rgba(243, 194, 114, 0.8);
}
#structure .blk2 .box-style.box--yellow .ttl {
  color: #F3C272;
}
#structure .blk2 .box-style.box--yellow .ttl h3.elementor-heading-title .number {
  background: #F3C272;
}
#structure .blk2 .box-style.box--pink {
  background: rgba(224, 140, 148, 0.8);
}
#structure .blk2 .box-style.box--pink .ttl {
  color: #F48C94;
}
#structure .blk2 .box-style.box--pink .ttl h3.elementor-heading-title .number {
  background: #F48C94;
}
#structure .blk2 .tabs-switch {
  width: auto;
  margin: 0 -49px 0 -16px;
}
#structure .blk2 .tabs-switch .tab-link {
  max-width: 462px;
}
#structure .blk2 .tabs-switch .tab-link::before {
  width: 735px;
  left: auto;
  right: 0;
}
#structure .blk2 .tabs-switch .tab-link .tab-item .elementor-button {
  width: 278px;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  position: relative;
}
#structure .blk2 .tabs-switch .tab-link .tab-item .elementor-button::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#structure .blk2 .tabs-switch .tab-link .tab-item .elementor-button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#structure .blk2 .tabs-switch .tab-link .tab-item.cl-blue .elementor-button::before {
  background: #6BB1E5;
}
#structure .blk2 .tabs-switch .tab-link .tab-item.cl-green .elementor-button::before {
  background: #66C48A;
}
#structure .blk2 .tabs-switch .tab-link .tab-item.cl-orange .elementor-button::before {
  background: #FBA06D;
}
#structure .blk2 .tabs-switch .tab-link .tab-item.cl-yellow .elementor-button::before {
  background: #F3C272;
}
#structure .blk2 .tabs-switch .tab-link .tab-item.cl-pink .elementor-button::before {
  background: #F48C94;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover .elementor-button,
#structure .blk2 .tabs-switch .tab-link .tab-item.active .elementor-button {
  color: #fff !important;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover .elementor-button::before,
#structure .blk2 .tabs-switch .tab-link .tab-item.active .elementor-button::before {
  background: #fff;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-blue .elementor-button,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-blue .elementor-button {
  background: #6BB1E5;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-blue .elementor-button::after,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-blue .elementor-button::after {
  border-color: #6BB1E5;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-green .elementor-button,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-green .elementor-button {
  background: #66C48A;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-green .elementor-button::after,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-green .elementor-button::after {
  border-color: #6BB1E5;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-orange .elementor-button,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-orange .elementor-button {
  background: #FBA06D;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-orange .elementor-button::after,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-orange .elementor-button::after {
  border-color: #FBA06D;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-yellow .elementor-button,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-yellow .elementor-button {
  background: #F3C272;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-yellow .elementor-button::after,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-yellow .elementor-button::after {
  border-color: #F3C272;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-pink .elementor-button,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-pink .elementor-button {
  background: #F48C94;
}
#structure .blk2 .tabs-switch .tab-link .tab-item:hover.cl-pink .elementor-button::after,
#structure .blk2 .tabs-switch .tab-link .tab-item.active.cl-pink .elementor-button::after {
  border-color: #F48C94;
}
#structure .blk2 .tabs-switch .tab-link .gr {
  padding-left: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#structure .blk2 .tabs-switch .tab-link .gr .catch {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#structure .blk2 .tabs-switch .tab-link .gr .catch .elementor-heading-title {
  width: 37px;
  height: 28px;
  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;
  background: #fff;
  border-radius: 99px;
  color: #95C486;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
#structure .blk2 .tabs-switch .tab-link .gr3 .catch {
  top: calc(50% - 11px);
}
@media screen and (max-width: 1279px) {
  #structure .blk2::before {
    top: -135px;
  }
  #structure .blk2 .box-style::before {
    inset: 10px;
  }
  #structure .blk2 .box-style.box--blue .btn-style-1 .elementor-button {
    background: #6BB1E5;
    border-color: #6BB1E5;
  }
  #structure .blk2 .box-style.box--blue .btn-style-1 .elementor-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='%236BB1E5'/%3E%3C/svg%3E");
  }
  #structure .blk2 .box-style.box--green .btn-style-1 .elementor-button {
    background: #66C48A;
    border-color: #66C48A;
  }
  #structure .blk2 .box-style.box--green .btn-style-1 .elementor-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='%2366C48A'/%3E%3C/svg%3E");
  }
  #structure .blk2 .box-style.box--orange .btn-style-1 .elementor-button {
    background: #FBA06D;
    border-color: #FBA06D;
  }
  #structure .blk2 .box-style.box--orange .btn-style-1 .elementor-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23FBA06D'/%3E%3C/svg%3E");
  }
  #structure .blk2 .box-style.box--yellow .btn-style-1 .elementor-button {
    background: #F3C272;
    border-color: #F3C272;
  }
  #structure .blk2 .box-style.box--yellow .btn-style-1 .elementor-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23F3C272'/%3E%3C/svg%3E");
  }
  #structure .blk2 .box-style.box--pink .btn-style-1 .elementor-button {
    background: #F48C94;
    border-color: #F48C94;
  }
  #structure .blk2 .box-style.box--pink .btn-style-1 .elementor-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23F48C94'/%3E%3C/svg%3E");
  }
  #structure .blk2 .tabs-switch {
    margin: 0;
  }
  #structure .blk2 .tabs-switch .tab-link {
    max-width: 100%;
  }
  #structure .blk2 .tabs-switch .tab-link::before {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  #structure .blk2 .tabs-switch .tab-link .gr {
    max-width: 380px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #structure::before {
    width: 20vw;
  }
  #structure .blk1 .container::before {
    top: -32px;
  }
  #structure .blk1 .set {
    margin-right: 0;
  }
  #structure .blk2 .box-style {
    padding: 34px;
    font-size: 14px;
  }
  #structure .blk2 .box-style .ttl {
    margin-bottom: 16px;
  }
  #structure .blk2 .box-style .ttl h3.elementor-heading-title {
    padding-left: 40px;
    font-size: 16px;
  }
  #structure .blk2 .tabs-switch .tab-link .tab-item .elementor-button {
    width: 100%;
    min-height: 48px;
    padding: 2px 20px 0 15px;
    font-size: 13px;
  }
  #structure .blk2 .tabs-switch .tab-link .tab-item .elementor-button::before {
    right: 13px;
  }
  #structure .blk2 .tabs-switch .tab-link .tab-item .elementor-button::after {
    right: 19px;
  }
  #structure .blk2 .tabs-switch .tab-link .gr {
    padding-left: 45px;
  }
  #structure .blk2 .tabs-switch .tab-link .gr3 .catch {
    top: calc(50% - 28px);
  }
}
@media screen and (min-width: 1180px) {
  #structure .blk2 .box-style {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

#access {
  z-index: 0;
}
#access::before {
  content: "";
  width: calc(50vw - 260px);
  height: 100%;
  background: #E8F3E4;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
#access .container::before {
  content: "";
  width: 24px;
  height: 200px;
  background: #DCE6D5;
  position: absolute;
  top: -128px;
  left: 56px;
  z-index: -1;
}
#access .shopinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0 16px;
  border-bottom: 1px solid #CBE6A9;
  line-height: 1.6;
}
#access .shopinfo dl:last-child {
  border-bottom: 0;
}
#access .shopinfo dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9CC865;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
#access .map {
  height: 100%;
  min-height: 392px;
  display: flex;
  position: relative;
}
#access .map .elementor-widget-container {
  width: 100%;
  height: auto;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
#access .set {
  width: auto;
}
@media screen and (max-width: 767px) {
  #access::before {
    width: 20vw;
  }
  #access .container::before {
    top: -64px;
  }
  #access .shopinfo dl {
    display: block;
    padding: 16px 0;
  }
  #access .shopinfo dl:last-child {
    border-bottom: 1px solid #CBE6A9;
  }
  #access .shopinfo dl dt {
    padding: 0;
    text-align: left;
  }
  #access .shopinfo dl dd {
    margin-top: 12px;
  }
  #access .map {
    min-height: 213px;
  }
}

#news, #blog {
  z-index: 0;
}
#news::before, #blog::before {
  content: "";
  width: calc(50vw - 260px);
  height: 100%;
  background: #E8F3E4;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
#news .h2box .btn-style-1 .elementor-button, #blog .h2box .btn-style-1 .elementor-button {
  padding: 18px 46px 18px 22px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #news::before, #blog::before {
    width: 20vw;
  }
  #news .tab-category, #blog .tab-category {
    width: auto;
    max-width: none;
    margin: 0 -10px;
  }
}

@media screen and (min-width: 1024px) {
  #news::before {
    top: 60px;
  }
}

@media screen and (max-width: 1180px) {
  #blog::before {
    height: auto;
    bottom: -100px;
  }
}
@media screen and (min-width: 1024px) {
  #blog .container::before {
    content: "";
    width: auto;
    max-width: 1270px;
    margin: 0 auto;
    border-top: 1px solid #9CC865;
    position: absolute;
    top: 12px;
    left: -48px;
    right: -48px;
  }
}

#greet::before {
  height: 455px;
}
#greet .set {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 0;
}
#greet .set::before {
  content: "";
  width: auto;
  height: auto;
  background: #fff;
  position: absolute;
  inset: 36px 0 0;
  z-index: -1;
}
#greet .set .gr2 .elementor-widget-image::before {
  content: "";
  width: 156px;
  height: 249px;
  background: url("../img/greet_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -124px;
  right: -48px;
}
@media screen and (max-width: 1279px) {
  #greet::before {
    height: 80%;
    top: 60px;
  }
  #greet .set::before {
    top: 280px;
  }
  #greet .set .gr2 .elementor-widget-image::before {
    width: 23vw;
    height: 40vw;
    top: -19vw;
    right: -4vw;
  }
}

#recruit .set {
  width: auto;
  font-size: 15px;
  letter-spacing: 0.04em;
}
#recruit .set .gr2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1279px) {
  #recruit .set .ttl-style-1 {
    margin-left: -32px;
  }
}