/*
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
*/
p {
  margin-bottom: 0;
}

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


body {
  color: var(--txt02);
}

#wrapper {
  padding-top: 41px;
}
@media screen and (max-width: 767px) {
  #wrapper {
  padding-top: 0;
}
}
.title__c {
  line-height: 1;
}
.title__c h2 {
  font-size: 46px;
  letter-spacing: 0.32em;
  margin-bottom: 27px;
  color: var(--txt01);
}
.title__c p {
  font-size: 12px;
  letter-spacing: 0.5em;
  padding-left: 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {

  .title__c h2 {
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  .title__c p {
    font-size: 10px;
  }
}

.list__tb-3 .icon-1 {
  position: relative;
  padding-left: 20px;
}
.list__tb-3 .icon-1::before {
  content: "";
  background: url("../img/icon02.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
}
.list__tb-3 .icon-2 {
  position: relative;
  padding-left: 20px;
}
.list__tb-3 .icon-2::before {
  content: "";
  background: url("../img/icon04.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 27px;
}
@media screen and (max-width: 767px) {
  .list__tb-3 .icon-1 {
    padding-left: 20px;
  }
  .list__tb-3 .icon-1::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  .list__tb-3 .icon-2 {
    padding-left: 20px;
  }
  .list__tb-3 .icon-2::before {
    top: 0px;
    left: 0;
    width: 18px;
    height: 23px;
  }
}


#key {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#key .key__frame {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#key .key-img01 {
  width: 50%;
  height: 600px;
}
#key .key-img01 img {
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}
#key .key-img01.key__ob img {
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}
#key .key-img02 {
  height: 50%;
  width: 50%;
}
#key .key-img02 img {
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}
#key .key-img03 {
  height: 50%;
  width: 33.3333%;
}
#key .key-img03 img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
#key .key__catch {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 48%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #key {
    display: block;
  }
  #key .key__frame {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #key .key-img01 {
    width: 50%;
    height: 410px;
  }
  #key .key-img01 img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #key .key-img02 {
    height: 160px;
    width: 50%;
  }
  #key .key-img02 img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #key .key-img03 {
    height: 160px;
  }
  #key .key__catch {
    display: none;
  }
}

#lead {
  text-align: center;
  padding: 50px 0 38px;
}
#lead .wrap {
  padding-bottom: 45px;
  border-bottom: 1px solid #D4D4D4;
}
#lead h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 41px;
  letter-spacing: 0.3em;
  color: var(--txt01);
}
#lead h3 {
  font-size: 18px;
  line-height: 220%;
  letter-spacing: 0.29em;
}
@media screen and (max-width: 767px) {
  #lead {
    padding: 15vw 0 15vw;
  }
  #lead .wrap {
    padding-bottom: 0;
    border-bottom: none;
  }
  #lead h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #lead h3 {
    font-size: 15px;
    line-height: 1.6;
  }
}

#menuFixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 123;
  background: #fffdfb;
}
@media screen and (max-width: 767px) {
  #menuFixed {
    display: none;
  }
}

.header__lead {
  position: relative;
  /*max-width: 960px;*/
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  right: 0;
}
.header__lead .header__nav nav ol {
  /*justify-content: space-between;*/
    justify-content: center;
    gap: 5%;  
}
.header__lead .header__nav nav ol li:first-child {
  padding-left: 0;
  padding-right: 0;
}
.header__lead .header__nav nav ol li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
.header__lead .header__nav nav ol {
    gap: 0%;  
}
}

#concept {
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
#concept::before {
  content: "";
  background: url("../img/bg01.jpg") no-repeat center;
  background-size: cover;
  height: 522px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#concept .wrap .row-1 {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 35px;
}
#concept .wrap .row-1 .photo-1 {
  width: 265px;
  height: 177px;
  margin-left: -140px;
}
#concept .wrap .row-1 .title__c {
  margin-bottom: 0;
}
#concept .wrap .row-2 {
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
#concept .wrap .row-2 .photo-2 {
  width: 490px;
  height: 327px;
  margin-left: -101px;
}
#concept .wrap .row-2 h3 {
  font-size: 26px;
  line-height: 220%;
  letter-spacing: 0.3em;
  margin-right: -80px;
  color: var(--txt01);
}
@media screen and (max-width: 767px) {
  #concept {
    margin-bottom: 15vw;
    padding-bottom: 15vw;
  }
  #concept::before {
    background-position: 50% 50%;
    height: 100%;
    bottom: 0;
  }
  #concept .wrap .row-1 {
    gap: 8vw;
    margin-bottom: 10vw;
    padding-top: 10vw;
    padding-right: 20px;
  }
  #concept .wrap .row-1 .photo-1 {
    width: 50vw;
    height: 30vw;
    margin-left: 0px;
  }
  #concept .wrap .row-1 .title__c {
  }
  #concept .wrap .row-2 {
    display: block;
    padding: 0 20px;
  }
  #concept .wrap .row-2 .photo-2 {
    width: 100%;
    height: 60vw;
    margin-left: 0px;
    margin-bottom: 7vw;
  }
  #concept .wrap .row-2 h3 {
    font-size: 20px;
    text-align: center;
    line-height: 180%;
    margin-right: 0;
    letter-spacing: 0.2em;
  }
}

#feature {
  position: relative;
}
#feature .wrap {
  width: 100%;
}
#feature .row-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 19px;
  padding-top: 38px;
}
#feature .row-1::before {
  content: "";
  background: url("../img/bg02.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  bottom: 19px;
  margin: 0 auto;
  z-index: -1;
}
#feature .row-1 .title__c {
  text-align: center;
  margin-bottom: 49px;
}
#feature .row-1 .title__c h2 {
  font-size: 66px;
  letter-spacing: 0.33em;
  color: #fff;
}
#feature .row-1 .title__c p {
  font-size: 14px;
}
#feature .row-1 .inside {
  position: relative;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
#feature .row-1 .inside .photo-1 {
  width: 50%;
  height: 348px;
  margin-left: 0;
}
#feature .row-1 .inside .box {
  background: rgba(255, 255, 255, 0.7);
  padding: 45px 48px 42px;
  width: 50%;
  margin-right: 10%;
}
#feature .row-1 .inside .box h3 {
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1.7;
  letter-spacing: 0.3em;
  color: var(--txt01);
}
#feature .row-1 .inside .box .text {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.36em;
}
#feature .row-2 {
  position: relative;
  margin-bottom: 40px;
  display: flex;
}
#feature .row-2 .inside {
  position: relative;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
#feature .row-2 .box {
    width: 37%;
    padding-top: 72px;
    margin-left: 10%;
}
#feature .row-2 .box h3 {
  font-size: 23px;
  margin-bottom: 48px;
  letter-spacing: 0.3em;
  color: var(--txt01);
}
#feature .row-2 .box .text {
  letter-spacing: 0.2em;
}
#feature .row-2 .photo-2 {
    width: 44%;
    margin-right: 5%;
    height: 324px;
}
#feature .row-3 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
#feature .row-3::before {
    content: "";
    background: url(../img/bg03.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    bottom: 0px;
    margin: 0 auto;
    z-index: -1;
}
#feature .row-3 .inside {
  position: relative;
  display: flex;
  gap: 32px;
  padding-top: 33px;
  justify-content: space-between;
  padding-bottom: 32px;
}
#feature .row-3 .inside .photo-3 {
    width: 40%;
    height: 296px;
    margin-left: 0;
}
#feature .row-3 .inside .box {
    background: rgba(255, 255, 255, 0.7);
    padding: 58px 50px 0 62px;
    width: 47%;
    margin-right: 10%;
}
#feature .row-3 .inside .box h3 {
  font-size: 23px;
  margin-bottom: 47px;
  letter-spacing: 0.3em;
  color: var(--txt01);
}
#feature .row-3 .inside .box .text {
  font-size: 15px;
  letter-spacing: 0.36em;
}
@media screen and (max-width: 767px) {
  #feature {
    margin-bottom: 0;
  }
  #feature .row-1 {
    margin-bottom: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #feature .row-1::before {
    background-position: 85% 60%;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0px;
  }
  #feature .row-1 .title__c {
    margin-bottom: 40px;
  }
  #feature .row-1 .title__c h2 {
    font-size: 26px;
    letter-spacing: 10px;
  }
  #feature .row-1 .title__c p {
    font-size: 10px;
  }
  #feature .row-1 .inside {
    display: block;
    gap: 0px;
    padding: 0 20px;
  }
  #feature .row-1 .inside .photo-1 {
        width: 45vw;
        height: 30vw;
        margin-left: 0;
        margin-bottom: 8vw;
  }
  #feature .row-1 .inside .box {
    padding: 20px;
    width: auto;
    margin-right: 0;
  }
  #feature .row-1 .inside .box h3 {
    font-size: 16px;
    margin-bottom: 4vw;
    letter-spacing: 0.25em;
  }
  #feature .row-1 .inside .box .text {
    font-size: 12px;
  }
  #feature .row-2 {
    margin-bottom: 40px;
    display: block;
    padding: 0 20px;
  }
  #feature .row-2 .inside {
    display: block;
    gap: 0px;
  }
  #feature .row-2 .box {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 8vw;
    margin-left: 0;
  }
  #feature .row-2 .box h3 {
    font-size: 16px;
    margin-bottom: 5vw;
    text-align: center;
  }
  #feature .row-2 .box .text {
    width: auto;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 180%;
  }
  #feature .row-2 .photo-2 {
    width: 100%;
    margin-right: 0px;
    height: 223px;
  }
  #feature .row-3 {
    margin-bottom: 0;
  }
  #feature .row-3::before {
    background-position: 70% 50%;
    left: 0;
    right: 0;
  }
  #feature .row-3 .inside {
    display: block;
    gap: 0px;
    padding: 10vw 20px;
  }
  #feature .row-3 .inside .photo-3 {
        width: 45vw;
        height: 30vw;
        margin-left: 0;
        margin-bottom: 8vw;
  }
  #feature .row-3 .inside .box {
    padding: 20px;
    width: auto;
    margin-right: 0;
  }
  #feature .row-3 .inside .box h3 {
    font-size: 16px;
    margin-bottom: 4vw;
    letter-spacing: 0.25em;
  }
  #feature .row-3 .inside .box .text {
    font-size: 12px;
  }
}

#medical {
  position: relative;
  margin-bottom: 38px;
}
#medical .wrap {
  width: 100%;
}
#medical dl dt {
  font-size: 23px;
  color: var(--txt01);
  letter-spacing: 0.3em;
}
#medical dl dd {
  font-size: 16px;
  letter-spacing: 0.34em;
  line-height: 2.2;
}
#medical .row-1 {
  padding-top: 85px;
  position: relative;
  margin-bottom: 2px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#medical .row-1 .title__c {
  position: absolute;
  top: -18px;
  right: 19%;
  text-align: center;
}
#medical .row-1 .title__c::before {
  content: "";
  border-top: 1px solid #D4D4D4;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 40px;
  left: -67px;
}
#medical .row-1 .title__c p {
  padding-left: 0;
}
#medical .row-1 h3 {
  font-size: 23px;
  letter-spacing: 0.32em;
  margin-bottom: 105px;
  color: var(--txt02);
  margin-left: 10%;
}
#medical .row-1 .ttl {
  width: 99%;
  position: absolute;
  top: 62px;
  left: 0;
}
#medical .row-1 .ttl img {
  width: 100%;
  height: auto;
}
#medical .row-1 .inside {
  display: flex;
  flex-direction: row-reverse;
  gap: 70px;
  justify-content: space-between;
}
#medical .row-1 .inside .photo-1 {
  width: 35%;
  height: 293px;
  margin-right: 0;
  gap: 50px;
}
#medical .row-1 .inside .box {
  width: 47.5%;
  margin-left: 10%;
}
#medical .row-1 .inside .box dl {
  padding-top: 37px;
  margin-bottom: 29px;
}
#medical .row-1 .inside .box dl dt {
  margin-bottom: 39px;
  letter-spacing: 0.3em;
}
#medical .row-1 .inside .box .bnr__shared {
  max-width: 240px;
  margin-left: auto;
  margin-right: 14px;
}
#medical .row-2 {
  position: relative;
  display: flex;
  gap: 0;
  padding-top: 38px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#medical .row-2 .photo-2 {
  width: 40%;
  height: 293px;
}
#medical .row-2 .box {
  border-top: 1px solid #D4D4D4;
  box-sizing: border-box;
  padding: 47px 20px 0px 85px;
  width: 60%;
}
#medical .row-2 .box dl {
  margin-bottom: 56px;
}
#medical .row-2 .box dl dt {
  margin-bottom: 36px;
}
#medical .row-2 .box .bnr__shared {
  max-width: 240px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #medical {
    margin-bottom: 15vw;
  }
  #medical dl dt {
    font-size: 16px;
  }
  #medical dl dd {
    font-size: 12px;
  }
  #medical .row-1 {
    padding-top: 15vw;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #medical .row-1 .title__c {
    position: relative;
    text-align: right;
    top: 0;
    right: 0;
    margin-bottom: 8vw;
  }
  #medical .row-1 .title__c::before {
    display: none;
  }
  #medical .row-1 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 7vw;
    margin-left: 0;
  }
  #medical .row-1 .ttl {
    width: 84vw;
    top: 5vw;
    left: -6vw;
  }
  #medical .row-1 .inside {
    display: block;
    flex-direction: row-reverse;
    gap: 0;
  }
  #medical .row-1 .inside .photo-1 {
    width: 100%;
    height: 60vw;
    margin-right: 0;
    gap: 0px;
  }
  #medical .row-1 .inside .box {
    width: auto;
    margin-left: 0;
  }
  #medical .row-1 .inside .box dl {
    padding-top: 5vw;
    margin-bottom: 8vw;
    padding-left: 30px;
    padding-right: 30px;
  }
  #medical .row-1 .inside .box dl dt {
    margin-bottom: 5vw;
    text-align: center;
  }
  #medical .row-1 .inside .box .bnr__shared {
    max-width: 182px;
  }
  #medical .row-2 {
    margin-top: 0;
    display: block;
    gap: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  #medical .row-2 .photo-2 {
    width: 100%;
    height: 60vw;
  }
  #medical .row-2 .box {
    border-top: none;
    padding: 8vw 30px 0;
    width: 100%;
  }
  #medical .row-2 .box dl {
    margin-bottom: 8vw;
  }
  #medical .row-2 .box dl dt {
    margin-bottom: 5vw;
    text-align: center;
  }
  #medical .row-2 .box .bnr__shared {
    max-width: 182px;
  }
}

#menuList {
  background: url("../img/bg04.jpg") no-repeat center;
  background-size: cover;
  padding: 59px 0 64px;
}
#menuList .wrap {
  max-width: 1060px;
  width: 100%;
}
#menuList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 43px 0;
}
#menuList ul li {
  width: 210px;
  text-align: center;
}
#menuList ul li a {
  display: block;
  font-size: 18px;
}
#menuList ul li img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#menuList ul li span {
  display: block;
  padding-top: 10px;
}
#menuList ul li span small {
  font-size: 12px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  #menuList {
    padding: 15vw 0;
    margin-bottom: 50px;
  }
  #menuList ul {
    gap: 20px 0;
  }
  #menuList ul li {
    width: 33.33%;
    text-align: center;
  }
  #menuList ul li a {
    font-size: 14px;
  }
  #menuList ul li img {
    width: 94px;
    height: 94px;
  }
  #menuList ul li span {
    padding-top: 10px;
  }
  #menuList ul li span small {
    font-size: 9px;
  }
}

#greeting {
  padding-top: 81px;
  position: relative;
}
#greeting .row-1 {
  position: relative;
  margin-bottom: 82px;
}
#greeting .row-1 .wrap {
  box-sizing: border-box;
  padding: 37px 53px 55px;
  background: url("../img/bg05.jpg") no-repeat 52% 50%;
  background-size: cover;
}
#greeting .row-1 .title__c {
  margin-bottom: 46px;
}
#greeting .row-1 .title__c h2 {
  font-size: 66px;
  color: #fff;
}
#greeting .row-1 .title__c p {
  font-size: 14px;
}
#greeting .row-1 h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 24px;
}
#greeting .row-1 h3 small {
  font-size: 12px;
  letter-spacing: 0.35em;
}
#greeting .row-1 .photo-1 {
  width: 277px;
  height: 185px;
  position: absolute;
  top: 54px;
  right: 63px;
}
#greeting .row-1 .gap-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#greeting .row-1 .bnr__shared {
  text-align: center;
}
#greeting .row-1 .gap-2 .photo-2 {
  width: 324px;
  height: 487px;
}
#greeting .row-1 .gap-2 .text {
  width: 470px;
  font-size: 15px;
  line-height: 2.2;
  margin-top: -5px;
  letter-spacing: 0.35em;
}
#greeting .row-1 .gap-2 .text p + p {
  margin-top: 31px;
}
.sectionContact {
  position: relative;
  display: flex;
  margin-bottom: 77px;
}
.sectionContact .photo-2 {
  width: 50%;
  height: 510px;
}
.sectionContact .photo-2 img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.sectionContact .box__right {
  padding-left: 5.5%;
}
.sectionContact .box__right .inside {
  max-width: 427px;
  width: 100%;
}
.sectionContact .box__right .list__tb-1 {
  margin-bottom: 26px;
}
.sectionContact .box__right .list__tb-1 dl {
  display: table;
  font-size: 16px;
  align-items: center;
  width: 100%;
}
.sectionContact .box__right .list__tb-1 dl dt, .sectionContact .box__right .list__tb-1 dl dd {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}
.sectionContact .box__right .list__tb-1 dl dt {
  width: 96px;
  text-align: center;
      font-weight: 600;
}
.sectionContact .box__right .list__tb-1 dl dd {
  border-bottom: 1px solid #D4D4D4;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.sectionContact .box__right table.timetable {
  margin-bottom: 27px;
  width: 93%;
}
.sectionContact .box__right table.timetable thead td {
  width: 10%;
}
.sectionContact .box__right table.timetable th {
  padding-right: 25px;
  font-size: 15px;
  letter-spacing: 1px;
}
.sectionContact .box__right table.timetable th, .sectionContact .box__right table.timetable td {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionContact .box__right table.timetable thead th span {
  padding: 7px 8px;
  width: 96px;
  display: inline-block;
      font-weight: 600;
}

.sectionContact .box__right table.timetable tbody tr td {
  padding: 0;
  width: auto;
}
.sectionContact .box__right .list__tb-2 {
  margin-bottom: 13px;
}
.sectionContact .box__right .list__tb-2 dl {
  display: table;
  font-size: 16px;
  align-items: center;
  width: 100%;
}
.sectionContact .box__right .list__tb-2 dl dt, .sectionContact .box__right .list__tb-2 dl dd {
  padding-top: 5px;
  padding-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.sectionContact .box__right .list__tb-2 dl dt {
  width: 96px;
  text-align: center;
      font-weight: 600;
}
.sectionContact .box__right .list__tb-2 dl dd {
  padding-left: 33px;
  letter-spacing: 0.1em;
}
.sectionContact .box__right .list__tb-3 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  width: 102%;
}
#greeting .row-3 {
  position: relative;
}
#greeting .row-3 iframe {
  height: 360px;
}
#greeting .row-3 .bnr__map {
  position: absolute;
  bottom: 41px;
  right: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #greeting {
    padding-top: 0;
  }
  #greeting .row-1 {
    margin-bottom: 15vw;
  }
  #greeting .row-1 .wrap {
    padding: 40px 20px;
    background: url("../img/bg05.jpg") no-repeat 90% 50%;
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
  }
  #greeting .row-1 .title__c {
    margin-bottom: 35px;
    text-align: center;
  }
  #greeting .row-1 .title__c h2 {
    font-size: 36px;
    letter-spacing: 0.35em;
  }
  #greeting .row-1 .title__c p {
    font-size: 12px;
  }
  #greeting .row-1 h3 {
        font-size: 16px;
        letter-spacing: 0.05em;
        margin-bottom: 22px;
        line-height: 25px;

  }
  #greeting .row-1 h3 span {
        font-size: 12px;
        display: inline-block;
        padding-top: 10px;
  }
  #greeting .row-1 h3 small {
    font-size: 10px;
    padding-left: 0;
    display: block;
  }
  #greeting .row-1 .photo-1 {
width: calc(50% - 52px);
        height: 130px;
        top: 140px;
        right: 20px;
  }
  #greeting .row-1 .gap-2 {
    display: block;
  }
  #greeting .row-1 .gap-2 .photo-2 {
    width: calc(50% + 33px);
    height: 80vw;
  }
  #greeting .row-1 .gap-2 .text {
    width: auto;
    font-size: 12px;
    margin-top: 0;
    padding-top: 25px;
    letter-spacing: 0.2em;
  }
  #greeting .row-1 .gap-2 .text p + p {
    margin-top: 20px;
  }
  .sectionContact {
    display: block;
    margin-bottom: 15vw;
  }
  .sectionContact .photo-2 {
    width: 100%;
    height: 80vw;
  }
  .sectionContact .photo-2 img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .sectionContact .box__right {
    padding: 5% 3% 0;
  }
  .sectionContact .box__right .inside {
    max-width: 100%;
    width: auto;
  }
  .sectionContact .box__right .list__tb-1 {
    margin-bottom: 20px;
  }
  .sectionContact .box__right .list__tb-1 dl {
    font-size: 13px;
  }
  .sectionContact .box__right .list__tb-1 dl dt, .sectionContact .box__right .list__tb-1 dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .sectionContact .box__right .list__tb-1 dl dt {
    width: 80px;
  }
  .sectionContact .box__right .list__tb-1 dl dd {
    padding-left: 20px;
  }
  .sectionContact .box__right table.timetable {
    margin-bottom: 20px;
  }
  .sectionContact .box__right table.timetable thead td {
    width: 7%;
    font-size: 15px;
  }
  .sectionContact .box__right table.timetable th {
    width: 21%;
    padding-right: 7%;
  }
  .sectionContact .box__right table.timetable th, .sectionContact .box__right table.timetable td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }
  .sectionContact .box__right table.timetable tbody tr td {
    padding: 0;
  }
  .sectionContact .box__right table.timetable thead th span {
    width: 80px;
  }
  .sectionContact .box__right .list__tb-2 {
    margin-bottom: 10px;
  }
  .sectionContact .box__right .list__tb-2 dl {
    font-size: 16px;
    align-items: center;
    width: 100%;
  }
  .sectionContact .box__right .list__tb-2 dl dt, .sectionContact .box__right .list__tb-2 dl dd {
    padding-top: 5px;
    padding-bottom: 5px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
  }
  .sectionContact .box__right .list__tb-2 dl dt {
    width: 80px;
    text-align: center;
    font-size: 12px;
  }
  .sectionContact .box__right .list__tb-2 dl dd {
    padding-left: 20px;
    font-size: 13px;
  }
  .sectionContact .box__right .list__tb-3 {
    font-size: 12px;
    line-height: 1.6;
  }
  #greeting .row-3 {
    margin-bottom: 0;
  }
  #greeting .row-3 iframe {
    height: 64vw;
    margin-bottom: 20px;
  }
  #greeting .row-3 .bnr__map {
    position: relative;
    bottom: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
  }
  #greeting .row-3 .bnr__map a {
    display: block;
    padding: 12px 17px 15px 42px;
  }
}

#recruit {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
#recruit .wrap {
  display: flex;
  justify-content: space-between;
}
#recruit .wrap .row-1 {
  position: relative;
  margin-bottom: 49px;
  padding-top: 0;
  width: 378px;
}
#recruit .wrap .row-1::after {
  /* content: "";
  background: url("../img/recruit_img01.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 608px;
  height: 405px; */
}
#recruit .wrap .row-1 .title__c {
  margin-bottom: 48px;
  text-align: center;
  width: 270px;
position: relative;
    z-index: 2;
}
#recruit .wrap .row-1 .text {
  font-size: 16px;
  line-height: 220%;
  position: relative;
  z-index: 2;
  letter-spacing: 0.3em;
}
#recruit .wrap .row-2 {
  position: relative;
  width: 620px;

}
#recruit .wrap .row-2 .photo-1 {
  width: 100%;
  height: 413px;
  margin-left: 0;
}
#recruit .wrap .row-2 .photo-1 img {
  width: 100%;
  height: auto;
}
#recruit .wrap .bnr__shared {
  position: absolute;
  bottom: 0;
  left: 0;
}
#recruit .wrap .row-2 .bnr__shared a {
    padding: 17px 38px 17px 34px;
}
@media screen and (max-width: 767px) {
  #recruit {
    padding-top: 20vw;
    padding-bottom: 20vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  #recruit .wrap {
    display: block;
  }
  #recruit .wrap .row-1 {
    margin-bottom: 10vw;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #recruit .wrap .row-1::after {
    top: 159px;
    right: 0;
    width: 90%;
    height: 220px;
  }
  #recruit .wrap .row-1 .title__c {
        margin-bottom: 30px;
        text-align: center;
        width: auto;
  }
  #recruit .wrap .row-1 .text {
        width: 95%;
        font-size: 14px;
        line-height: 220%;
        margin: 0 auto;
  }
  #recruit .wrap .row-2 {
   margin-bottom: 30px;
    width: auto;
  }
  #recruit .wrap .row-2 .photo-1 {
        width: 100%;
        height: auto;
        margin-left: 0;
  }
  #recruit .wrap .bnr__shared {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    margin: 0 auto;
  }
#recruit .wrap .bnr__shared a {
    padding: 17px 20px 17px 17px;
}
}

@media screen and (min-width: 1799px) {
#key .key-img01 {
  height: 800px;
}
}
@media screen and (min-width: 768px) and (max-height: 900px) {
#key .key-img01 {

}
}


@media screen and (min-width: 768px) and (max-width: 1099px) {
  #key .key-img01 {
    height: 430px;
  }
#lead h2 {
  line-height: 2;
  font-size: 32px;
}

#lead h3 {
  font-size: 16px;
}
.title__c h2 {
  font-size: 40px;
}
#concept .wrap .row-1 .photo-1 {
  margin-left: -35px;
}
#concept .wrap .row-2 h3 {
    font-size: 22px;
    margin-right: 0;
    width: 75%;
    letter-spacing: 0.2em;
}
#concept .wrap .row-2 .photo-2 {
  margin-left: -22px;
}

#concept .wrap .row-2 {
  gap: 35px;
}

#feature .row-1 .wrap {
  padding-left: 0;
  padding-right: 0;
}
#feature .row-1 .inside .photo-1 {
  margin-left: 0;
}
#feature .row-1 .inside .box {
  width: 61.5%;
  padding: 30px;
  margin-right: 5%;
}
#feature .row-3 .inside .box h3,
#feature .row-1 .inside .box h3,
#feature .row-2 .box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#feature .row-2 .box {
  margin-left: 5%;
  width: 45%;
}
#feature .row-2 .photo-2 {
  margin-right: 0;
}
#feature .row-3 .inside .photo-3 {
  margin-left: 0;
}
#feature .row-3 .inside .box {
  width: 55%;
}
#medical .row-1 h3 {
    font-size: 20px;
    width: 52%;
    margin-left: 5%;
}
#medical .row-1 .title__c {
  right: 20px;
}
#medical .row-1 .ttl {
  left: -10px;
  width: 100%;
}
#medical .row-1 .inside .box dl dt {
  margin-bottom: 20px;
}
#medical .row-1 .inside .box {
        padding-left: 5%;
        margin-left: 0;
        width: 50%;
}

#medical .row-1 .inside .photo-1 {
width: 45%;
}

#feature .wrap {
  padding-left: 0;
  padding-right: 0;
}
#feature .row-1::before,
#feature .row-3::before {
  left: 5%;
  right: 5%;
}

#feature .row-3 .inside .box {
  margin-right: 5%;
}
#medical .row-2 .box {
    padding: 35px 46px 0px;
    width: calc(100% - 295px);
}
#medical .row-2 .box dl {
  margin-bottom: 20px;
}
#menuList ul li {
  width: 25%;
}
#greeting .row-1 .title__c h2 {
  font-size: 56px;
}
#greeting .row-1 .photo-1 {
  right: 0;
}
#greeting .row-1 h3 {
  font-size: 20px;
}
#greeting .row-1 .gap-2 .text {
    font-size: 14px;
    letter-spacing: 0.25em;
}
.sectionContact .box__right {
  padding-left: 4.5%;
}



.sectionContact .box__right .list__tb-3 {
  width: 100%;
}
.sectionContact .box__right .inside {
  width: 461px;
}
}
@media screen and (max-width: 365px) {
  #greeting .row-1 h3,
#menuList ul li a {
  font-size: 13px;
}
#greeting .row-1 h3 {
  margin-bottom: 42px;
}
}


@media screen and (min-width: 1100px) and (max-width: 1299px) {
  #medical .row-1 .title__c {
    right: 4%;
  }
}


#newsBlog {
  padding-top: 80px;
  padding-bottom: 0;

}

#newsBlog .title__c {
  text-align: center;
  margin-bottom: 50px;

}
#newsBlog .title__c h2 {
  font-size: 66px;
}
#newsBlog .title__c p {
  font-size: 14px;
}
#newsBlog .post-box {
  background: rgba(255, 166, 0, 0.03);
  max-width: 960px;
  margin: 0 auto 30px;
}
#newsBlog .post-box .post-box__content{
  padding: 50px;
}
#newsBlog .post-box dl {

}
#newsBlog .post-box dl + dl {
  margin-top: 30px;
}
#newsBlog .post-box dl dt {
  border-bottom: 1px solid rgba(255, 128, 0, 1);
  line-height: 1;
}
#newsBlog .post-box dl dt time {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: rgba(255, 128, 0, 1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 12px;
  padding: 5px 10px;
font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal; 
}
#newsBlog .post-box dl dt span {
  font-size: 10px;
  margin-left: 5px;
  background: rgba(255, 128, 0, 1);
  color:#fff;
  padding: 4px 5px;
  display: inline-block;
  line-height: 1;
}
#newsBlog .post-box dl dd {
font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;  
    letter-spacing: 0.32em;
}
#newsBlog .post-box dl dd a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#newsBlog .bnr__shared a {
    padding: 17px 40px 17px 25px;
    min-width: 130px;
}


@media screen and (min-width: 768px) and (max-width: 999px) {
  #newsBlog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #newsBlog {
    padding-left: 20px;
    padding-right: 20px;
  }

#newsBlog .title__c h2 {
    font-size: 36px;
    letter-spacing: 0.35em;
  }
#newsBlog .title__c p {
    font-size: 12px;
  }
  #newsBlog .post-box .post-box__content {
    padding: 30px;
  }
  #newsBlog .post-box dl + dl {
    margin-top: 20px;
  }
  #newsBlog .post-box dl dd  {
    font-size: 14px;
  }
}

