/*
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.home {
  padding-left: 155px;
}

@media screen and (max-width: 767px) {
  body.home {
    padding-left: 0;
  }
}

@keyframes icon__animation {
  0% {
    transform: translate(0, -20px);
  }

  35% {
    transform: translate(0, 0px);
  }

  70% {
    transform: translate(0, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

#key {
  position: relative;
  display: flex;
  margin-bottom: 102px;
  gap: 5.2%;
  overflow: hidden;
}

#key .key__slider {
  width: 56.3%;
}

#key .key__slider .photo {
  width: 100%;
}

#key .key__catch {
  width: 34%;
  padding-top: 180px;
  position: relative;
  z-index: 2;
}

#key .key__catch .title {
  margin-bottom: 28px;
  position: relative;
}

#key .key__catch .title .title-1 {
  position: absolute;
  top: -44px;
  left: -6px;
  transform: rotate(-12deg);
  font-size: 18px;
}

#key .key__catch .title .title-1 span {
  font-size: 26px;
}

#key .key__catch .title .title-1::before,
#key .key__catch .title .title-1::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 40px;
}

#key .key__catch .title .title-1::before {
  background: url(../img/top/key_catch_line01.png) no-repeat center;
  background-size: 100% auto;
  top: 6px;
  left: -29px;
  width: 26px;
  height: 30px;
  transform: rotate(11deg);
}

#key .key__catch .title .title-1::after {
  background: url(../img/top/key_catch_line02.png) no-repeat center;
  background-size: 100% auto;
  top: 1px;
  right: -23px;
  width: 11px;
  transform: rotate(11deg);
}

#key .key__catch .title .title-2 {
  font-size: 42px;
  letter-spacing: 5px;
}

#key .key__catch .title .title-2 span {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 19px 0;
}

#key .key__catch .title .title-2 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 4px;
  background: url(../img/top/key_line.png) no-repeat right center;
}

#key .key__catch .title .title-2 small {
  font-size: 42px;
  color: #82C441;
}

#key .key__catch .desc {
  font-size: 18px;
  line-height: 2.2;
  padding-left: 5px;
}

#key .deco-1 {
  position: absolute;
  top: 113px;
  right: -160px;
  width: 362px;
}

#key .deco-2 {
  position: absolute;
  left: calc(50% - 141px);
  width: 194px;
  top: 457px;
}

#key .deco-3 {
  position: absolute;
  top: 151px;
  right: 53px;
  width: 103px;
}

@media screen and (max-width: 767px) {
  #key {
    display: block;
    margin-bottom: 22vw;
    gap: 0;
  }

  #key .key__slider {
    width: 87%;
    border-top-left-radius: 25%;
    overflow: hidden;
  }

  #key .key__catch {
    width: auto;
    padding: 9vw 2vw 0 11vw;
  }

  #key .key__catch .title {
    margin-bottom: 7vw;
  }

  #key .key__catch .title .title-1 {
    top: -39px;
    left: -6px;
    font-size: 14px;
  }

  #key .key__catch .title .title-1 span {
    font-size: 20px;
  }

  #key .key__catch .title .title-1::before {
    top: 3px;
    left: -20px;
    width: 19px;
    height: 29px;
  }

  #key .key__catch .title .title-1::after {
    top: 1px;
    right: -16px;
    width: 8px;
  }

  #key .key__catch .title .title-2 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }

  #key .key__catch .title .title-2 span {
    padding: 3.4vw 0;
  }

  #key .key__catch .title .title-2 span::after {
    bottom: -3px;
    height: 3px;
  }

  #key .key__catch .title .title-2 small {
    font-size: 32px;
  }

  #key .key__catch .desc {
    font-size: 14px;
    padding-left: 0;
  }

  #key .deco-1 {
    top: 53vw;
    right: -28vw;
    width: 66vw;
  }

  #key .deco-2 {
    left: 49vw;
    width: 38vw;
    top: 5vw;
  }

  #key .deco-3 {
    top: 62vw;
    right: 4vw;
    width: 23vw;
  }
}

#main {
  position: relative;
}

#main::before {
  content: "";
  background: url("../img/top/bg_curve_top.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 135px;
}

#main .charactor {
  position: absolute;
  top: -173px;
  right: 0;
  left: 0;
}

#main .charactor .icon {
  position: absolute;
  top: 132px;
  left: calc(50% - 270px);
  width: 71px;
}

#main .charactor .icon-person {
  width: 666px;
  margin-left: auto;
  margin-right: -26px;
}

@media screen and (max-width: 767px) {
  #main::before {
    top: -6vw;
    height: 134px;
  }

  #main .charactor {
    top: -21vw;
  }

  #main .charactor .icon {
    top: 20vw;
    left: 7vw;
    width: 10vw;
  }

  #main .charactor .icon-person {
    width: 74%;
    margin-right: 6vw;
  }
}

.timeFrame {
  background: #E9F0D6;
  padding: 100px 0;
}

.timeFrame h2 {
  width: 264px;
  margin-bottom: 30px;
}

.timeFrame .timeFrame-tab {
  margin-bottom: 32px;
}

.timeFrame .timeFrame-content {
  margin-bottom: 3px;
}

.timeFrame .timeFrame-text {
  margin-bottom: 56px;
}

.timeFrame .timeFrame-bnr {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.timeFrame .frame {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.timeFrame .photo {
  display: block;
  max-width: none;
  width: 948px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .timeFrame {
    padding: 16vw 8vw 0 8vw;
  }



  .timeFrame h2 {
    width: 46vw;
    margin-bottom: 5vw;
  }

  .timeFrame .timeFrame-tab {
    margin-bottom: 5vw;
  }

  .timeFrame .timeFrame-content {
    margin-bottom: 5vw;
    width: 92vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .timeFrame .timeFrame-content p {
    margin: 0;
    line-height: 0;
    display: inline-block;
    min-width: 100%;
  }

  .timeFrame .timeFrame-content p img {
    width: 773px !important;
    height: auto;
    max-width: max-content;
    padding-right: 8vw;
  }

  .timeFrame-content::-webkit-scrollbar {
    display: none;
  }


  .timeFrame .timeFrame-text {
    margin-bottom: 10vw;
  }

  .timeFrame .timeFrame-bnr {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
}

.title__c {
  position: relative;
  z-index: 2;
}

.title__c h2 {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  line-height: 1;
}

.title__c h2 span {
  color: var(--color-primary);
  font-size: 66px;
  letter-spacing: 4px;
}

.title__c h2 small {
  font-size: 20px;
  padding-bottom: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .title__c h2 {
    display: block;
    gap: 0;
  }

  .title__c h2 span {
    font-size: 46px;
    letter-spacing: 0.08em;
  }

  .title__c h2 small {
    font-size: 16px;
    padding-bottom: 0;
    display: block;
    padding-top: 12px;
  }
}

.bnr__shared {
  width: 312px;
}

.bnr__shared a {
  background: var(--color-primary);
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  padding: 13px 38px;
  display: flex;
  align-items: center;
  position: relative;
}

.bnr__shared a::after {
  content: "";
  background: url("../img/top/arrow02.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.bnr__shared a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .bnr__shared {
    width: 100%;
    max-width: 315px;
  }

  .bnr__shared a {
    padding: 13px 31px;
  }
}

#concept {
  background: #E9F0D6;
  position: relative;
  padding-top: 52px;
  padding-bottom: 76px;
}

#concept::after {
  content: "";
  background: url("../img/top/bg_curve_bot.png") no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 141px;
}

#concept .wrap {
  max-width: 945px;
}

#concept .title__c {
  margin-bottom: 83px;
}

#concept .conceptList {
  margin-bottom: 0;
}

#concept .conceptList .conceptList-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-direction: row-reverse;
  position: relative;
}

#concept .conceptList .conceptList-item .conceptList-img {
  position: relative;
  z-index: 2;
}

#concept .conceptList .conceptList-item .conceptList-box {
  width: 431px;
  position: relative;
  z-index: 2;
}

#concept .conceptList .conceptList-item .conceptList-box h3 {
  line-height: 1.7;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 3px solid var(--color-primary);
  padding-left: 47px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

#concept .conceptList .conceptList-item .conceptList-box h3 .num {
  color: var(--color-primary);
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background: url("../img/top/bg_num.png") no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
}

#concept .conceptList .conceptList-item .conceptList-box h3 small {
  font-size: 18px;
}

#concept .conceptList .conceptList-item .conceptList-box .conceptList-info {
  margin-bottom: 43px;
  padding-top: 20px;
  line-height: 1.9;
}

#concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul {
  font-weight: 700;
  padding: 16px 0;
  line-height: 1.9;
}

#concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul li {
  position: relative;
  padding-left: 20px;
}

#concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul li::before {
  content: "";
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
}

#concept .conceptList .conceptList-item .conceptList-box .bnr__shared {
  width: 312px;
}

#concept .conceptList .conceptList-item:nth-child(2n) {
  flex-direction: inherit;
}

#concept .conceptList .conceptList-item.item-1 {
  margin-bottom: 57px;
}

#concept .conceptList .conceptList-item.item-1 .conceptList-box h3 {
  padding-bottom: 11px;
  padding-top: 0;
}

#concept .conceptList .conceptList-item.item-1 .conceptList-img {
  width: 483px;
  margin-right: -48px;
}

#concept .conceptList .conceptList-item.item-1 .deco-1 {
  position: absolute;
  top: -244px;
  right: -179px;
  width: 585px;
}

#concept .conceptList .conceptList-item.item-1 .deco-2 {
  position: absolute;
  top: -53px;
  left: calc(50% + 7px);
  width: 50px;
}

#concept .conceptList .conceptList-item.item-1 .deco-3 {
  position: absolute;
  top: -175px;
  left: -202px;
  width: 508px;
}

#concept .conceptList .conceptList-item.item-2 {
  margin-bottom: 80px;
}

#concept .conceptList .conceptList-item.item-2 .conceptList-box {
  margin-right: 5px;
}

#concept .conceptList .conceptList-item.item-2 .conceptList-box h3 {
  margin-bottom: 16px;
}

#concept .conceptList .conceptList-item.item-2 .conceptList-img {
  width: 477px;
  margin-left: -45px;
  margin-top: 32px;
}

#concept .conceptList .conceptList-item.item-2 .deco-4 {
  width: 241px;
  position: absolute;
  top: 200px;
  right: -203px;
}

#concept .conceptList .conceptList-item.item-3 {
  margin-bottom: 32px;
}

#concept .conceptList .conceptList-item.item-3 .conceptList-box {
  padding-top: 26px;
}

#concept .conceptList .conceptList-item.item-3 .conceptList-box h3 {
  margin-bottom: 11px;
}

#concept .conceptList .conceptList-item.item-3 .conceptList-img {
  width: 490px;
  margin-right: -55px;
}

#concept .conceptList .conceptList-item.item-3 .deco-5 {
  width: 361px;
  top: 454px;
  left: -164px;
  position: absolute;
}


#concept .conceptList .conceptList-item.item-4 {
  margin-bottom: 0;
}

#concept .conceptList .conceptList-item.item-4 .conceptList-box {
  margin-right: 6px;
  padding-top: 15px;
}

#concept .conceptList .conceptList-item.item-4 .conceptList-box h3 {
  margin-bottom: 6px;
}

#concept .conceptList .conceptList-item.item-4 .conceptList-img {
  width: 477px;
  margin-left: -45px;
}



#concept .conceptList .conceptList-item.item-4 .deco-6 {
  width: 241px;
  top: 419px;
  left: calc(50% - 68px);
  position: absolute;
}

@media screen and (max-width: 767px) {
  #concept {
    padding-top: 13vw;
    padding-bottom: 12vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #concept::after {
    bottom: -18px;
    height: 141px;
  }

  #concept .title__c {
    margin-bottom: 9vw;
  }

  #concept .conceptList {
    margin-bottom: 0;
  }

  #concept .conceptList .conceptList-item {
    display: block;
    gap: 0;
  }

  #concept .conceptList .conceptList-item .conceptList-box {
    width: 100%;
    padding-top: 3vw;
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 {
    line-height: 1.5;
    font-size: 22px;
    padding-left: 47px;
    padding-top: 8px;
    padding-bottom: 13px;
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 small {
    font-size: 14px;
    letter-spacing: 1px;
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 .num {
    left: 1px;
    top: 43%;
  }

  #concept .conceptList .conceptList-item .conceptList-box .conceptList-info {
    margin-bottom: 9vw;
    padding-top: 4vw;
    line-height: 1.7;
    letter-spacing: 1.5px;
    font-size: 16px;
  }

  #concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul {
    padding: 2vw 0 5vw;
  }

  #concept .conceptList .conceptList-item .conceptList-box .bnr__shared {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
  }

  #concept .conceptList .conceptList-item.item-1 {
    margin-bottom: 15vw;
  }

  #concept .conceptList .conceptList-item.item-1 .conceptList-box h3 {
    padding-bottom: 15px;
    padding-top: 0;
  }

  #concept .conceptList .conceptList-item.item-1 .conceptList-img {
    width: 100%;
    margin-right: 0px;
  }

  #concept .conceptList .conceptList-item.item-1 .deco-1 {
    top: -34vw;
    right: -39vw;
    width: 71vw;
  }

  #concept .conceptList .conceptList-item.item-1 .deco-2 {
    top: -2vw;
    left: -1vw;
    width: 9vw;
  }

  #concept .conceptList .conceptList-item.item-1 .deco-3 {
    top: -29vw;
    left: -23vw;
    width: 67vw;
  }

  #concept .conceptList .conceptList-item.item-2 {
    margin-bottom: 10vw;
  }

  #concept .conceptList .conceptList-item.item-2 .conceptList-box {
    margin-right: 0;
  }

  #concept .conceptList .conceptList-item.item-2 .conceptList-box h3 {
    margin-bottom: 0vw;
  }

  #concept .conceptList .conceptList-item.item-2 .conceptList-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  #concept .conceptList .conceptList-item.item-2 .deco-4 {
    width: 44vw;
    top: 3vw;
    right: -19vw;
  }

  #concept .conceptList .conceptList-item.item-3 {
    margin-bottom: 10vw;
  }

  #concept .conceptList .conceptList-item.item-3 .deco-5 {
    width: 60vw;
    top: 10vw;
    left: -11vw;
  }

  #concept .conceptList .conceptList-item.item-3 .conceptList-box {
    padding-top: 7vw;
  }

  #concept .conceptList .conceptList-item.item-3 .conceptList-box h3 {
    margin-bottom: 1vw;
  }

  #concept .conceptList .conceptList-item.item-3 .conceptList-img {
    width: 100%;
    margin-right: 0;
  }

  #concept .conceptList .conceptList-item.item-4 {
    margin-bottom: 0;
  }

  #concept .conceptList .conceptList-item.item-4 .conceptList-box {
    margin-right: 6px;
    padding-top: 5vw;
  }

  #concept .conceptList .conceptList-item.item-4 .conceptList-box h3 {
    margin-bottom: 3vw;
  }

  #concept .conceptList .conceptList-item.item-4 .conceptList-img {
    width: 100%;
    margin-left: 0;
  }



  #concept .conceptList .conceptList-item.item-4 .deco-6 {
    width: 46vw;
    top: auto;
    left: auto;
    right: -12vw;
    bottom: 24vw;
  }
}

.icon__animation {
  animation: icon__animation 3.5s ease-in-out 0s infinite alternate;
}

#doctor {
  position: relative;
  padding: 175px 0 0;
}

#doctor .wrap {
  max-width: 1066px;
}

#doctor .title__c {
  margin-bottom: -23px;
  margin-left: 61px;
}

#doctor .title__c h2 {
  gap: 33px;
}

#doctor .icon {
  width: 66px;
  position: absolute;
  top: -25px;
  right: 91px;
  z-index: 2;
}

#doctor .doctorBox {
  background: #FFFFFF;
  padding: 81px 62px 69px;
}

#doctor .doctorBox .doctorBox-row {
  display: flex;
  justify-content: space-between;
}

#doctor .doctorBox .doctorBox-row .photo {
  width: 432px;
}

#doctor .doctorBox .doctorBox-row .doctorBox-info {
  width: 461px;
  margin-top: -8px;
}

#doctor .doctorBox .doctorBox-row .doctorBox-info .name {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 24px;
}

#doctor .doctorBox .doctorBox-row .doctorBox-info .name span {
  font-size: 30px;
  letter-spacing: 3px;
}

#doctor .doctorBox .doctorBox-row .doctorBox-info .text {
  margin-bottom: 41px;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  #doctor {
    padding: 16vw 5vw 0;
  }

  #doctor .title__c {
    margin-bottom: -52px;
    margin-left: 28px;
  }

  #doctor .title__c h2 {
    gap: 0;
  }

  #doctor .icon {
    width: 45px;
    top: -17px;
    right: 17px;
  }

  #doctor .doctorBox {
    padding: 17vw 8vw 9vw;
  }

  #doctor .doctorBox .doctorBox-row {
    display: block;
  }

  #doctor .doctorBox .doctorBox-row .photo {
    width: 100%;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info {
    width: 100%;
    margin-top: 6vw;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info .name {
    font-size: 14px;
    margin-bottom: 5vw;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info .name span {
    font-size: 22px;
    letter-spacing: 3px;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info .text {
    margin-bottom: 7vw;
    line-height: 1.86;
  }
}

#menu {
  position: relative;
  padding-top: 113px;
  padding-bottom: 46px;
}

#menu::before {
  content: "";
  background: url(../img/top/doctor_deco02.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -427px;
  left: -160px;
  width: 634px;
  height: 651px;
  transform: rotate(0deg);
}

#menu::after {
  content: "";
  background: url(../img/top/menu_deco02.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -121px;
  left: calc(50% - 45px);
  width: 809px;
  height: 554px;
}

#menu .wrap {
  max-width: 1059px;
}

#menu .title__c {
  margin-bottom: 46px;
  margin-left: 57px;
}

#menu .title__c h2 {
  gap: 20px;
}

#menu .menuList {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 21px;
}

#menu .menuList li {
  width: 192px;
}

#menu .menuList li a {
  display: block;
  text-align: center;
}

#menu .menuList li a p {
  font-size: 20px;
  line-height: 1.2;
  padding-top: 13px;
}

#menu .menuList li:nth-child(2) {
  padding-top: 37px;
}

#menu .menuList li:nth-child(3) {
  padding-top: 0px;
}

#menu .menuList li:nth-child(4) {
  padding-top: 36px;
}

#menu .menuList li:nth-child(5) {
  width: 193px;
  padding-top: 0px;
}

#menu .icon {
  width: 59px;
  position: absolute;
  top: -22px;
  left: calc(50% + 176px);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #menu {
    padding-top: 12vw;
    padding-bottom: 9vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #menu::before {
    top: -39vw;
    left: -18vw;
    width: 100vw;
    height: 100vw;
  }

  #menu::after {
    bottom: -11vw;
    left: auto;
    width: 113vw;
    height: 75vw;
    right: -36vw;
  }

  #menu .title__c {
    margin-bottom: 7vw;
    margin-left: 0;
  }

  #menu .title__c h2 {
    gap: 0;
  }

  #menu .menuList {
    display: block;
    gap: 0;
  }

  #menu .menuList li {
    width: 41vw;
  }

  #menu .menuList li a p {
    font-size: 16px;
    padding-top: 2vw;
  }

  #menu .menuList li:nth-child(1) {
    margin-bottom: -23vw;
  }

  #menu .menuList li:nth-child(2) {
    padding-top: 0;
    margin-left: auto;
    margin-bottom: -15vw;
  }

  #menu .menuList li:nth-child(3) {
    padding-top: 0px;
    margin-bottom: -24vw;
  }

  #menu .menuList li:nth-child(4) {
    padding-top: 0;
    margin-bottom: -14vw;
    margin-left: auto;
  }

  #menu .menuList li:nth-child(5) {
    padding-top: 0px;
    width: 40vw;
  }

  #menu .icon {
    width: 12vw;
    top: 33vw;
    left: auto;
    right: 4vw;
  }
}

.tb__time dl {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  padding: 16px 4px;
  border-bottom: 1px solid #C3BFB1;
  position: relative;
}

.tb__time dl::after {
  content: "";
  width: 24%;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid var(--color-primary);
  height: 1px;
}

.tb__time dl dt {
  width: 24%;
  color: #1F2937;
  font-weight: 500;
}

.tb__time dl dd {
  width: 74%;
  padding-left: 0;
  letter-spacing: 0;
  color: #4B4A44;
  font-weight: 500;
}

.tb__time dl dd h1 {
  color: #4B4A44;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .tb__time dl {
    padding: 13px 0px;
    line-height: 1.4;
    font-size: 15px;
  }

  .tb__time dl::after {
    width: 25%;
  }

  .tb__time dl dt {
    width: 24%;
  }

  .tb__time dl dd {
    width: 74%;
    padding-left: 0;
  }
}

.tb__timetable {
  font-size: 15px;
  background: #FFFFFF;
  font-weight: 500;
}

.tb__timetable thead {
  border-bottom: 1px solid #8F8F8F;
  background: #878272;
  color: #fff;
}

.tb__timetable thead th,
.tb__timetable thead td {
  line-height: 1;
}

.tb__timetable thead th {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 9px 0 9px 21px;
  min-width: 100px;
  font-weight: 500;
}

.tb__timetable thead td {
  font-size: 15px;
  padding: 5px;
  text-align: center;
  width: 10%;
}

.tb__timetable tr td:last-child {
  padding-right: 13px;
  min-width: 55px;
}

.tb__timetable tbody th,
.tb__timetable tbody td {
  border-bottom: 1px solid #E0DED2;
  padding: 6px;
  font-weight: 500;
  letter-spacing: 0;
}

.tb__timetable tbody th {
  padding-left: 15px;
}

.tb__timetable tbody td {
  text-align: center;
}

.tb__timetable tbody td span {
  display: flex;
  width: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tb__timetable {
    font-size: 14px;
  }

  .tb__timetable thead th {
    font-size: 14px;
    padding: 10px 0 8px 11px;
    min-width: 73px;
  }

  .tb__timetable thead th i {
    width: 20px;
  }

  .tb__timetable thead td {
    padding: 5px 0;
    width: 8%;
  }

  .tb__timetable tbody th,
  .tb__timetable tbody td {
    padding: 3px 0;
  }

  .tb__timetable tbody th {
    padding-left: 8px;
  }

  .tb__timetable tbody td {
    text-align: center;
  }

  .tb__timetable tbody td span {
    width: 13px;
  }
}

#about {
  padding: 100px 0 73px;
  position: relative;
  z-index: 3;
}

#about .title__c {
  margin-bottom: 51px;
}

#about .row {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

#about .row .timelineBox,
#about .row .aboutMap {
  width: 47%;
}

#about .row .timelineBox .tb__time {
  margin-bottom: 62px;
}

#about .row .timelineBox .tb__timetable {
  margin-bottom: 9px;
}

#about .row .timelineBox .tb__note {
  font-size: 15px;
  line-height: 24px;
}

#about .row .aboutMap {
  position: relative;
}

#about .row .aboutMap .map {
  height: 468px;
  overflow: hidden;
  padding-top: 0;
}

#about .row .aboutMap .map iframe {
  width: 100%;
  height: 100%;
}

#about .row .aboutMap .icon {
  width: 110px;
  position: absolute;
  top: -55px;
  right: 101px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 14vw 8vw 5vw;
  }

  #about .title__c {
    margin-bottom: 10vw;
  }

  #about .row {
    display: block;
    gap: 0;
  }

  #about .row .timelineBox,
  #about .row .aboutMap {
    width: 100%;
  }

  #about .row .timelineBox .tb__time {
    margin-bottom: 8vw;
  }

  #about .row .timelineBox .tb__timetable {
    margin-bottom: 3vw;
  }

  #about .row .timelineBox .tb__note {
    font-size: 15px;
    line-height: 24px;
  }

  #about .row .aboutMap {
    padding-top: 12vw;
  }

  #about .row .aboutMap .map {
    height: 66vw;
    padding-top: 0;
  }

  #about .row .aboutMap .icon {
    width: 22vw;
    top: -4vw;
    right: -2vw;
  }
}

.blog__news {
  position: relative;
  z-index: 3;
}

.blog__news .elementor-element-populated {
  max-width: 946px;
  margin: 0 auto;
  background: #FFFFFF;
  border-top: 3px solid var(--color-primary);
  padding: 44px 0 !important;
  position: relative;
  display: block !important;
}

.blog__news h2 {
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  top: 28px;
  left: 82px;
}

.blog__news .bnr_more {
  position: absolute;
  top: 95px;
  left: 82px;
  width: 130px;
  z-index: 2;
}

.blog__news .bnr_more a {
  display: block;
  border: 2px solid #878272;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 18px 0;
  border-radius: 200px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.blog__news .bnr_more a:hover {
  opacity: 0.6;
}

.blog__news .newsList {
  width: 649px;
  margin-left: auto;
  min-height: 156px;
}

.blog__news .newsList dl {
  display: flex;
  line-height: 1.2;
}

.blog__news .newsList dl dt {
  width: 194px;
  position: relative;
  padding-left: 68px;
}

.blog__news .newsList dl dt small {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 200px;
  background: #FF995E;
  padding: 5px 11px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}

.blog__news .newsList dl dt span {
  color: #AAA698;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 500;
}

.blog__news .newsList dl dd {
  width: 344px;
  letter-spacing: 0;
}

.blog__news .newsList dl dd a {
  font-size: 16px;
  line-height: 1.2;
  max-height: 2rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-weight: 500;
}

.blog__news .newsList dl dd a:hover {
  text-decoration: underline !important;
}

.blog__news .newsList dl+dl {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .blog__news {
    margin-bottom: 0;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .blog__news .elementor-element-populated {
    padding: 6vw 9vw 12vw !important;
  }

  .blog__news h2 {
    font-size: 24px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 4vw;
  }

  .blog__news .bnr_more {
    top: 2vw;
    left: auto;
    right: 0;
    width: 112px;
  }

  .blog__news .bnr_more a {
    padding: 11px 0;
  }

  .blog__news .newsList {
    width: 100%;
    margin-left: 0;
    min-height: auto;
  }

  .blog__news .newsList dl {
    display: block;
    line-height: 1.2;
  }

  .blog__news .newsList dl dt {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog__news .newsList dl dt small {
    padding: 4px 11px;
    margin-right: 0;
    top: -3px;
  }

  .blog__news .newsList dl dd {
    width: 100%;
  }

  .blog__news .newsList dl dd a {
    font-size: 14px;
  }

  .blog__news .newsList dl+dl {
    margin-top: 25px;
  }
}

.groupBnr {
  padding: 130px 0 0;
  position: relative;
}

.groupBnr::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -276px;
  background: url("../img/top/about_deco02.png") no-repeat center;
  background-size: 100% auto;
  width: 809px;
  height: 554px;
}

.groupBnr .wrap {
  max-width: 1066px;
}

.groupBnr .groupBnr__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.groupBnr .groupBnr__list li {
  width: 521px;
  position: relative;
  overflow: hidden;
}

.groupBnr .groupBnr__list li a {
  display: block;
  position: relative;
}

.groupBnr .groupBnr__list li a::after {
  content: "";
  background: url("../img/top/about_bg_link.png") no-repeat top center;
  background-size: 100% auto;
  width: 415px;
  height: 230px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.groupBnr .groupBnr__list li .photo {
  height: 539px;
  width: 100%;
}

.groupBnr .groupBnr__list li .photo img {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.groupBnr .groupBnr__list li .deco {
  position: absolute;
  z-index: 2;
}

.groupBnr .groupBnr__list li .deco-1 {
  width: 85px;
  bottom: 112px;
  right: 50px;
}

.groupBnr .groupBnr__list li .deco-2 {
  width: 126px;
  bottom: 94px;
  right: 44px;
}

.groupBnr .groupBnr__list li .boxText {
  position: absolute;
  bottom: 32px;
  right: 37px;
  color: #fff;
  z-index: 2;
}

.groupBnr .groupBnr__list li .ttl {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  padding-right: 30px;
}

.groupBnr .groupBnr__list li .ttl::after {
  content: "";
  background: url("../img/top/arrow02.png") no-repeat center;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -1px;
  bottom: 4px;
}

.groupBnr .groupBnr__list li .text {
  font-size: 14px;
  margin-top: 3px;
  letter-spacing: 1px;
}

.groupBnr .groupBnr__list li+li {
  margin-top: 58px;
}

.groupBnr .groupBnr__list li+li .boxText {}

@media screen and (max-width: 767px) {
  .groupBnr {
    padding: 5vw 5vw 0 5vw;
  }

  .groupBnr::before {
    top: -59vw;
    left: -26vw;
    width: 97vw;
    height: 100vw;
  }

  .groupBnr .groupBnr__list {
    display: block;
    gap: 0;
  }

  .groupBnr .groupBnr__list li {
    width: 100%;
  }

  .groupBnr .groupBnr__list li a::after {
    background: url("../img/top/about_bg_link_sp.png") no-repeat top center;
    background-size: 100% 100%;
    width: 79vw;
    height: 38vw;
    max-width: 335px;
    max-height: 160px;
  }

  .groupBnr .groupBnr__list li .photo {
    height: 60vw;
  }

  .groupBnr .groupBnr__list li .photo img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .groupBnr .groupBnr__list li .deco-1 {
    width: 55px;
    bottom: 74px;
    right: 31px;
  }

  .groupBnr .groupBnr__list li .deco-2 {
    width: 79px;
    height: 165px;
    bottom: 2px;
    right: 33px;
  }

  .groupBnr .groupBnr__list li .boxText {
    bottom: 15px;
    right: 17px;
    letter-spacing: 1px;
  }

  .groupBnr .groupBnr__list li .ttl {
    font-size: 19px;
    line-height: 1.4;
    padding-right: 28px;
  }

  .groupBnr .groupBnr__list li .ttl::after {
    width: 17px;
    height: 17px;
    bottom: 1px;
    right: 7px;
  }

  .groupBnr .groupBnr__list li .text {
    font-size: 12px;
    margin-top: 0;
  }

  .groupBnr .groupBnr__list li+li {
    margin-top: 5vw;
  }

  .groupBnr .groupBnr__list li+li .boxText {
    bottom: 25px;
  }
}

#video {
  position: relative;
  padding: 60px 0 119px;
}

#video .title__c {
  margin-bottom: 40px;
}

#video .title__c h2 {
  gap: 24px;
}

#video .videoContent {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#video .videoContent .col {
  width: 460px;
  height: 257px;
  position:relative;
}
#video .videoContent .col iframe {
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
  #video {
    padding: 11vw 8vw 13vw;
  }

  #video .title__c {
    margin-bottom: 7vw;
  }

  #video .title__c h2 {
    gap: 0;
  }

  #video .videoContent {
    gap: 15px;
    flex-wrap: wrap;
  }

  #video .videoContent .col {
    width: 100%;
  }
}



@media screen and (min-width: 768px) and (max-width: 1299px) {
  #key {
    margin-bottom: 12vw;
    gap: 5.2%;
    margin-left: -9vw;
  }

  #key .key__slider {
    width: 60%;
  }


  #key .key__catch {
    width: 38%;
    padding-top: 18%;
  }

  #key .key__catch .title {
    margin-bottom: 3vw;
  }

  #key .key__catch .title .title-1 {
    font-size: clamp(14px, 1.64vw, 18px);
  }

  #key .key__catch .title .title-1 span {
    font-size: clamp(16px, 2.36vw, 22px);
  }


  #key .key__catch .title .title-1::before {
    top: 6px;
    left: -29px;
    width: 26px;
    height: 30px;
  }

  #key .key__catch .title .title-1::after {
    right: -23px;
    width: 11px;
  }

  #key .key__catch .title .title-2 {
    font-size: clamp(20px, 2.82vw, 32px);
    letter-spacing: 0.05em;
  }

  #key .key__catch .title .title-2 span {
    padding: 1vw 0;
  }

  #key .key__catch .title .title-2 span::after {
    bottom: -2px;
    height: 2px;
  }

  #key .key__catch .title .title-2 small {
    font-size: 3.23vw;
  }

  #key .key__catch .desc {
    font-size: clamp(12px, 1.6vw, 18px);
    padding-left: 0;
    line-height: 1.8;
  }

  #key .deco-1 {
    top: 8vw;
    right: -160px;
    width: 289px;
  }

  #key .deco-2 {
    left: 43%;
    width: 156px;
    top: 64%;
  }

  #key .deco-3 {
    top: 12vw;
    right: 4vw;
    width: 7vw;
  }


  #main::before {
    top: -56px;
    left: 0;
    width: 100%;
    height: 135px;
  }


  #main::before {
    top: -5vw;
    left: 0;
    width: 100%;
    height: 135px;
    background-size: 100% 100%;
  }

  #main .charactor {
    top: -15vw;
    right: 0;
    left: 0;
  }

  #main .charactor .icon {
    top: 13vw;
    left: 3vw;
    width: 7vw;
  }

  #main .charactor .icon-person {
    width: 69vw;
    margin-left: auto;
    margin-right: 0;
  }


  .timeFrame {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeFrame .frame {}

  .timeFrame .photo {
    width: auto;

  }

  .title__c {}

  .title__c h2 {
    gap: 16px;
  }

  .title__c h2 span {}

  .title__c h2 small {}

  .bnr__shared {
    max-width: 312px;
    width: 100%;
  }





  #concept {
    padding-left: 20px;
    padding-right: 20px;
  }

  #concept::after {
    bottom: -30px;
  }

  #concept .wrap {}

  #concept .title__c {
    margin-l;
    margin-left: 20px;
  }

  #concept .conceptList {}

  #concept .conceptList .conceptList-item {
    gap: 20px;
  }

  #concept .conceptList .conceptList-item .conceptList-img {}

  #concept .conceptList .conceptList-item .conceptList-box {
    width: 431px;
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 {
    font-size: clamp(12px, 2.15vw, 22px);
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 .num {
    font-size: 18px;
    width: 30px;
    height: 40px;
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 small {
    font-size: 1.50vw;
  }

  #concept .conceptList .conceptList-item .conceptList-box .conceptList-info {
    font-size: 14px;
  }

  #concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul {
    padding: 16px 0;
  }

  #concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul li {
    padding-left: 20px;
  }

  #concept .conceptList .conceptList-item .conceptList-box .conceptList-info ul li::before {
    left: 7px;
    width: 6px;
    height: 6px;
  }

  #concept .conceptList .conceptList-item .conceptList-box .bnr__shared {
    width: 312px;
  }

  #concept .conceptList .conceptList-item:nth-child(2n) {}

  #concept .conceptList .conceptList-item.item-1 {
    margin-bottom: 30px;
  }

  #concept .conceptList .conceptList-item.item-1 .conceptList-box h3 {
    padding-top: 0;
  }

  #concept .conceptList .conceptList-item.item-1 .conceptList-img {
    width: 60%;
    margin-right: -4%;
  }

  #concept .conceptList .conceptList-item.item-1 .deco-1 {
    top: -244px;
    right: -18%;
    width: 66%;
  }

  #concept .conceptList .conceptList-item.item-1 .deco-2 {
    top: -53px;
    left: calc(50% + 7px);
    width: 50px;
  }

  #concept .conceptList .conceptList-item.item-1 .deco-3 {
    top: -175px;
    left: -28%;
    width: 63%;
  }

  #concept .conceptList .conceptList-item.item-2 {
    margin-bottom: 30px;
  }

  #concept .conceptList .conceptList-item.item-2 .conceptList-box {
    margin-right: 5px;
  }

  #concept .conceptList .conceptList-item.item-2 .conceptList-box h3 {}

  #concept .conceptList .conceptList-item.item-2 .conceptList-img {
    width: 50%;
    margin-left: -4%;
  }

  #concept .conceptList .conceptList-item.item-2 .deco-4 {
    width: 241px;
    top: 200px;
    right: -203px;
  }

  #concept .conceptList .conceptList-item.item-3 {
    margin-bottom: 30px;
  }

  #concept .conceptList .conceptList-item.item-3 .conceptList-box {
    padding-top: 26px;
  }

  #concept .conceptList .conceptList-item.item-3 .conceptList-box h3 {
    margin-bottom: 0;
  }

  #concept .conceptList .conceptList-item.item-3 .conceptList-img {
    width: 60%;
    margin-right: -4%;
  }

  #concept .conceptList .conceptList-item.item-3 .deco-5 {
    width: 361px;
    top: 454px;
    left: -164px;
  }


  #concept .conceptList .conceptList-item.item-4 {
    margin-bottom: 0;
  }

  #concept .conceptList .conceptList-item.item-4 .conceptList-box {
    margin-right: 6px;
    padding-top: 15px;
  }

  #concept .conceptList .conceptList-item.item-4 .conceptList-box h3 {
    margin-bottom: 0;
  }

  #concept .conceptList .conceptList-item.item-4 .conceptList-img {
    width: 60%;
    margin-left: -4%;
  }



  #concept .conceptList .conceptList-item.item-4 .deco-6 {
    width: 241px;
    top: 90%;
    left: calc(50% - 168px);
    position: absolute;
  }


  #doctor {
    padding: 100px 20px 0;
  }

  #doctor .wrap {}

  #doctor .title__c {
    margin-bottom: -23px;
    margin-left: 20px;
  }

  #doctor .title__c h2 {
    gap: 33px;
  }

  #doctor .icon {
    width: 66px;
    top: -25px;
    right: 5%;
  }

  #doctor .doctorBox {
    padding: 13% 5% 10%;
  }

  #doctor .doctorBox .doctorBox-row {}

  #doctor .doctorBox .doctorBox-row .photo {
    width: 45%;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info {
    width: 50%;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info .name {
    font-size: 16px;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info .name span {
    font-size: 28px;
    letter-spacing: 3px;
  }

  #doctor .doctorBox .doctorBox-row .doctorBox-info .text {
    font-size: 14px;
  }


  #menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  #menu::before {
    left: -16%;
    width: 67%;
    height: 651px;
    background-position: bottom center;
  }

  #menu::after {
    bottom: -121px;
    left: calc(50% - 45px);
    width: 809px;
    height: 554px;
  }


  #menu .title__c {
    margin-bottom: 46px;
    margin-left: 20px;
  }

  #menu .title__c h2 {
    gap: 20px;
  }

  #menu .menuList {
    gap: 10px;
  }

  #menu .menuList li {
    width: 192px;
  }

  #menu .menuList li a {
    text-align: center;
  }

  #menu .menuList li a p {
    font-size: 1.67vw;
    padding-top: 13px;
  }

  #menu .menuList li:nth-child(2) {
    padding-top: 37px;
  }

  #menu .menuList li:nth-child(3) {
    padding-top: 0px;
  }

  #menu .menuList li:nth-child(4) {
    padding-top: 36px;
  }

  #menu .menuList li:nth-child(5) {
    width: 193px;
  }

  #menu .icon {
    width: 59px;
    position: absolute;
    top: -22px;
  }


  .tb__time dl {
    padding: 12px 4px;
  }

  .tb__time dl::after {
    width: 24%;
    position: absolute;
  }

  .tb__time dl dt {
    width: 35%;
  }

  .tb__time dl dd {
    width: 68%;
  }


  .tb__timetable {
    font-size: 14px;
  }

  .tb__timetable thead {}


  .tb__timetable thead th {
    font-size: 15px;
    padding: 9px 0 9px 11px;
    min-width: 76px;
  }

  .tb__timetable thead td {
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    width: 8%;
  }

  .tb__timetable tr td:last-child {
    padding-right: 2px;
    min-width: 40px;
  }

  .tb__timetable tbody th,
  .tb__timetable tbody td {
    padding: 4px 0;
  }

  .tb__timetable tbody th {
    padding-left: 7px;
  }

  .tb__timetable tbody td {}

  .tb__timetable tbody td span {
    width: 11px;
  }


  #about {
    padding: 100px 20px 73px;
  }

  #about .title__c {
    margin-bottom: 51px;
    margin-left: 20px;
  }

  #about .row {
    gap: 1%;
  }

  #about .row .timelineBox,
  #about .row .aboutMap {
    width: 48%;
  }

  #about .row .timelineBox .tb__time {
    margin-bottom: 25px;
    font-size: 14px;
  }

  #about .row .timelineBox .tb__timetable {}

  #about .row .timelineBox .tb__note {
    font-size: 14px;
    line-height: 24px;
  }


  #about .row .aboutMap .map {
    height: 468px;
  }



  #about .row .aboutMap .icon {
    width: 95px;
    top: -50px;
    right: 5%;
    z-index: 2;
  }


  .blog__news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog__news .element-row {
    padding: 45px 0;
  }

  .blog__news h2 {
    font-size: clamp(18px, 3.67vw, 28px);
    left: 5%;
  }

  .blog__news .bnr_more {
    left: 4%;
    width: 130px;
  }

  .blog__news .bnr_more a {
    padding: 14px 0;
  }



  .blog__news .newsList {
    width: 69%;
  }

  .blog__news .newsList dl {
    padding-right: 20px;
  }

  .blog__news .newsList dl dt {
    width: 152px;
  }

  .blog__news .newsList dl dt small {
    font-size: 12px;
    margin-right: 5px;
  }

  .blog__news .newsList dl dt span {
    font-size: 15px;
  }

  .blog__news .newsList dl dd {
    width: calc(100% - 152px);
  }

  .blog__news .newsList dl dd a {
    font-size: 15px;
  }



  .blog__news .newsList dl+dl {
    margin-top: 22px;
  }


  .groupBnr {
    padding: 130px 20px 0;
  }

  .groupBnr::before {
    top: -200px;
    left: -276px;
    width: 809px;
    height: 554px;
  }


  .groupBnr .groupBnr__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .groupBnr .groupBnr__list li {
    width: 49%;
  }

  .groupBnr .groupBnr__list li a {}

  .groupBnr .groupBnr__list li a::after {
    width: 120%;
    height: 159px;
    bottom: 0;
    right: 0;
  }

  .groupBnr .groupBnr__list li .photo {
    height: 290px;
  }




  .groupBnr .groupBnr__list li .deco-1 {
    width: 44px;
    bottom: 86px;
    right: 38px;
  }

  .groupBnr .groupBnr__list li .deco-2 {
    width: 78px;
    bottom: 66px;
    right: 28px;
  }

  .groupBnr .groupBnr__list li .boxText {
    position: absolute;
    bottom: 11px;
    right: 19px;
    color: #fff;
    z-index: 2;
  }

  .groupBnr .groupBnr__list li .ttl {
    font-size: 18px;
    padding-right: 30px;
  }

  .groupBnr .groupBnr__list li .ttl::after {
    bottom: 0;
  }

  .groupBnr .groupBnr__list li .text {
    font-size: 12px;
    margin-top: 0;
  }

  .groupBnr .groupBnr__list li+li {
    margin-top: 58px;
  }

  .groupBnr .groupBnr__list li+li .boxText {
    bottom: 22px;
  }

  #video {
    padding: 60px 20px 119px;
  }

  #video .title__c {
    margin-bottom: 40px;
  }

  #video .title__c h2 {
    gap: 24px;
  }

  #video .videoContent {
    gap: 20px;
  }

  #video .videoContent .col {
    width: 460px;
  }


}

@media screen and (max-width: 345px) {
  #key .key__catch .title .title-2 small {
    font-size: 29px;
  }

  #concept .conceptList .conceptList-item .conceptList-box h3 {
    font-size: 19px;
    padding-left: 39px;
  }

  .title__c h2 span {
    font-size: 40px;
  }

  #doctor .title__c {
    margin-bottom: -46px;
  }

  #doctor .icon {
    top: -6vw;
    right: 2vw;
  }

  #doctor .doctorBox {
    padding: 22vw 8vw 9vw;
  }

  .tb__timetable {
    font-size: 13px;
  }

  .tb__timetable thead td {
    width: 7%;
  }

  .tb__timetable tbody td span {
    width: 9px;
  }

  .tb__timetable thead th,
  .tb__timetable thead td {
    font-size: 13px;
  }

  #about .row .aboutMap {
    padding-top: 17vw;
  }

  #about .row .aboutMap .icon {
    top: 4vw;
  }

  .blog__news .newsList dl dt small {
    padding: 4px 11px;
    margin-right: 13px;
    font-size: 10px;
    top: -2px;
  }

  .groupBnr .groupBnr__list li .ttl {
    font-size: 15px;
  }

  .groupBnr .groupBnr__list li .text {
    font-size: 10px;
  }

}