/*
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
*/
@media only screen and (min-width: 768px) {
  .df-pc {
    display: flex;
    justify-content: space-between;
  }
}

.df {
  display: flex;
  justify-content: space-between;
}

/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#mainimage .key-js {
  width: 100%;
}

#mainimage .key-js .slick-slide>div {
  display: flex;
}

#mainimage h1 {
  display: none;
}

#mainimage {
  position: relative;
}

#mainimage .main-catch {
  position: absolute;
  right: 8%;
  top: 12%;
  width: 21.3%;
}

.main-center {
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-label {
  position: absolute;
  bottom: 12.6%;
  left: 2.5%;
  width: 40.3%;
}

/*--------------------------------------
	responsive
--------------------------------------*/
@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 0;
    overflow-x: hidden;
  }

  #header {
    opacity: 0;
    pointer-events: none;
  }

  .has-nav #header {
    opacity: 1;
    pointer-events: auto;
  }

  .key-img {
    width: 100%;
    height: 768px;
  }

  .header_menu {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    max-width: 1225px;
    background: linear-gradient(90deg, #0E1A35 50%, #212D48 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 40px;
    height: 80px;
  }

  .header_menu .header__logo a {
    display: block;
    width: 180px;
  }

  .header_menu nav #g_nav {
    display: flex;
    gap: 40px;
  }

  .header_menu nav #g_nav li .up-menu .menu-text {
    line-height: 1.2em;
    font-size: 16px;
    display: block;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
  }

  .header_menu nav ol {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header_menu nav ol>li .up-menu {
    position: relative;
  }

  .header_menu nav ol>li>.up-menu a,
  .header_menu nav ol>li>.up-menu span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
  }

  .header_menu nav ol>li>.up-menu sub {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    font-family: var(--baloo);
    color: #F1C400;
  }

  .header_menu nav #g_nav li .up-menu .menu-text:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .header_menu {
    padding-right: 25px;
    padding-left: 25px;
  }

  .header_menu nav #g_nav {
    gap: 25px;
  }
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
  .header_menu .header__logo a {
    width: 130px;
  }

  .header_menu nav #g_nav li .up-menu .menu-text {
    font-size: 14px;
  }

  .header_menu nav ol>li>.up-menu sub {
    font-size: 10px;
  }

  #mainimage .main-label {
    width: 50%;
  }

  #mainimage .main-catch {
    width: 30%;
  }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
  #mainimage .main-label {
    bottom: 22%;
  }

  .header_menu {
    height: 120px;
  }

  .header_menu .header__nav {
    width: calc(100% - 150px);
  }

  .header_menu nav #g_nav {
    gap: 15px 25px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #mainimage .main-catch {
    right: 5.1%;
    top: 7.1%;
    width: 34.9%;
  }

  #mainimage .main-label {
    left: 2.6%;
    bottom: 4.4%;
    width: 94.8%;
  }

  .header_menu {
    display: none;
  }
}

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

.bg1 {
  background-color: #F9FEFF;
}

.bg2 {
  background-color: #F3F8F9;
}

/*--------------------------------------
	sec-access
--------------------------------------*/
/* -------------------------------------
table.timetable
------------------------------------- */
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 18px !important;
}

.timetable td {
  font-size: 16px;
  font-weight: 400;
  color: #732B2B;
  text-align: center;
}

.timetable thead th {
  text-align: center;
  padding: 15px 0;
  width: 6.6%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  color: #6B6B6B;
  border-top: 2px solid #732B2B;
  border-bottom: 1px solid #732B2B;
}

.timetable thead th.sm {
  font-size: 16px;
  letter-spacing: -0.24em;
}

.timetable.green thead th {
  background: #F0FECF;
}

.timetable thead th:first-child {
  width: 19%;
}

.timetable thead th:last-child {
  white-space: nowrap;
  padding-right: 13px;
  box-sizing: content-box;
}

.timetable tbody td:last-child {
  padding-right: 13px;
  box-sizing: content-box;
}

.timetable tbody td:first-child {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  color: #6B6B6B;
}

.timetable tbody td {
  border-bottom: 1px solid #732B2B;
}

.timetable tbody th {
  word-break: keep-all;
  white-space: nowrap;
}

.timetable tbody tr td {
  font-size: 18px;
  font-weight: 400;
}

.timetable tbody tr th,
.timetable tbody tr td {
  padding: 24px 0 23px;
}

table.timetable.child {
  background: #EDFCEA;
  border-bottom: 0;
}

.timetable.child thead th:first-child {
  background: #EA7AAD;
  color: #fff;
  font-size: 18px;
}

.timetable.child thead th:first-child {
  padding-left: 10px;
}

.timetable.child tbody tr:first-child th,
.timetable.child tbody tr th {
  padding-left: 10px !important;
}

.timetable.child thead th {
  background: #EA7AAD;
  color: #fff;
  width: 20%;
}

.timetable.child thead th:last-child {
  border-radius: 0;
}

.timetable .txt_color {
  color: #11233D;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .timetable thead th:first-child {
    padding-left: 5px;
    width: 28%;
  }

  .timetable thead th {
    padding: 12px 0 11px;
  }

  .timetable tbody tr:first-child th,
  .timetable tbody tr:first-child td {
    padding: 17px 0 9px;
  }

  .timetable th,
  .timetable td {
    font-size: 13px !important;
    letter-spacing: 0 !important;
    padding: 8px 0 17px;
  }

  .table_style {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 31%;
  }

  .timetable tbody th {
    letter-spacing: 0.05em;
  }

  .timetable thead th:first-child {
    padding-left: 10px;
    font-size: 14px;
  }

  .timetable thead th {
    width: 7%;
  }

  .timetable thead th.sm {
    font-size: 14px !important;
  }

  .timetable thead th:last-child {
    width: 11%;
  }

  .timetable tbody th {
    padding-left: 0px !important;
    font-size: 14px;
    line-height: 1.4em;
  }

  .timetable tbody tr:first-child th,
  .timetable tbody tr:first-child td {
    padding: 10px 0;
  }

  .timetable th,
  .timetable td {
    font-size: 14px;
  }

  .under_title_h2 h2:before {
    left: 20px;
  }

  .under_title_h2 h2 {
    padding: 19px 0 21px 63px !important;
    line-height: 30px !important;
  }

  .timetable.child thead th {
    width: 6%;
  }

  .timetable thead th:first-child {
    padding-left: 5px;
    width: 28%;
  }

  .timetable thead th {
    padding: 12px 0 11px;
  }

  .timetable tbody tr:first-child th,
  .timetable tbody tr:first-child td {
    padding: 17px 0 9px;
  }

  .timetable th,
  .timetable td {
    font-size: 13px !important;
    padding: 8px 0 17px;
  }

  .table_style {
    font-size: 13px;
  }
}

.custom-eye-title:before {
  background: url(../img/deco/brid_brown.jpg) no-repeat 0 0/100% auto;
}

.custom-eye-title .ttl:before {
  background: url(../img/deco/eye_deco_brown.png) no-repeat 0 0/100% auto;
}

.custom-eye-title .ttl::after {
  background: url(../img/deco/line_deco_brown.png) no-repeat top center/auto 100%;
}

.custom-eye-title.blue::before {
  background: url(../img/deco/brid_green.jpg) no-repeat 0 0/100% auto;
}

.custom-eye-title.blue .ttl:before {
  background: url(../img/deco/eye_deco.png) no-repeat 0 0/100% auto;
}

.custom-eye-title.blue .ttl::after {
  background: url(../img/deco/line_deco.png) no-repeat top center/auto 100%;
}

.top-sec .box {
  padding: 76px 48px 48px;
}

.top-sec .box:before {
  background: url(../img/deco/medical_deco1.png) no-repeat 0 0/100% auto !important;
}

.top-sec .box:after {
  background: url(../img/deco/deco_access.png) no-repeat 0 0/contain !important;
}

@media only screen and (max-width: 767px) {
  .top-sec .custom-eye-title.blue {
    background: none !important;
    margin-top: 0 !important;
    padding-top: 40px !important;
  }

  .top-sec .custom-eye-title.blue:before {
    width: 32px;
    left: auto;
    right: 0;
  }

  .top-sec .custom-eye-title.blue .ttl {
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .top-sec .custom-eye-title.blue .ttl::before {
    position: absolute;
    right: 0;
    left: auto;
    top: 24px;
    width: 32px;
  }

  .top-sec .custom-eye-title.blue .ttl:after {
    display: none;
  }

  .top-sec .custom-eye-title.blue .en {
    font-size: 12px;
    width: 100%;
  }

  .top-sec .group-ttl {
    padding-left: 26px !important;
  }

  .top-sec .group-ttl .en {
    margin-bottom: 8px !important;
  }

  .top-sec .box:after {
    width: 20px !important;
    right: -10px !important;
    bottom: -10px !important;
  }
}

.custom-eye-title .ttl {
  font-weight: 400;
}

#sec-access .box .info .map-info:before {
  background: url(../img/icons/locationicon.png) no-repeat 0 0/contain;
  height: 24px;
}

#sec-access .box .info .tel-info .btnTel:before {
  background: url(../img/icons/phoneicon.png) no-repeat 0 0/contain;
  height: 24px;
}

#sec-access .box .row-time {
  justify-content: space-between;
}

#sec-access .box .row-time .timetable {
  width: 54%;
}

#sec-access .box .row-time .note-time {
  width: calc(46% - 40px);
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #sec-access .custom-eye-title .txt-latin {
    transform: rotate(0) !important;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #sec-access .box {
    margin-right: 80px;
  }

  #sec-access .box .row-time .note-time {
    width: 54%;
  }
}

@media only screen and (max-width: 767px) {
  #sec-access {
    padding: 0 0 30px;
  }

  #sec-access .group-ttl .tit {
    margin-bottom: -24px !important;
  }

  #sec-access .box {
    padding-top: 74px;
  }

  #sec-access .box .row-time .timetable {
    width: 100%;
  }

  #sec-access .box .row-time .timetable .txt_color {
    font-size: 16px;
  }

  #sec-access .box .row-time .timetable th,
  #sec-access .box .row-time .timetable td {
    font-size: 16px !important;
  }

  #sec-access .box .row-time .timetable tbody tr th,
  #sec-access .box .row-time .timetable tbody tr td {
    padding: 15px 0;
  }

  #sec-access .box .row-time .timetable th,
  #sec-access .box .row-time .timetable tbody td:first-child {
    line-height: 1;
  }

  #sec-access .box .row-time .timetable thead th:first-child {
    width: 26%;
    padding-left: 0;
    padding-right: 12px;
  }

  #sec-access .box .row-time .timetable tbody tr:first-child th,
  #sec-access .box .row-time .timetable tbody tr:first-child td {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  #sec-access .box .row-time .timetable thead th:last-child {
    padding-right: 8px;
  }

  #sec-access .box .row-time .note-time {
    width: 100%;
    margin-top: 12px;
  }

  #sec-access .box .row-time .note-time li {
    line-height: 1.8;
  }

  #sec-access .box .info .map-info,
  #sec-access .box .info .tel-info .btnTel {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 24px;
  }
  #sec-access .box .info .tel-info > p{
    font-size: 14px;
    line-height: 1.2;
  }
  #sec-access .box .info .map-info::before,
  #sec-access .box .info .tel-info .btnTel::before {
    width: 19px;
    height: 19px;
  }
}

#news {
  border-bottom: 8px solid #647084;
  padding-bottom: 103px;
}

#news>.elementor-container {
  max-width: 1221px !important;
}

#news .custom-eye-title {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -50px;
  margin-top: 0;
  padding-top: 0;
}

#news .custom-eye-title:before {
  display: none;
}

#news .custom-eye-title .ttl:after {
  display: none;
}

#news .box {
  max-width: 1024px;
  margin-right: 64px;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 48px 60px;
  position: relative;
  margin-top: -30px;
}

#news .box::before {
  content: "";
  position: absolute;
  background: url(../img/deco/medical_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 96/144;
  width: 48px;
  height: auto;
  top: -32px;
  left: -32px;
}

#news .box::after {
  content: "";
  position: absolute;
  background: url(../img/corner2.png) no-repeat center/100% auto !important;
  width: 30px;
  height: 30px;
  bottom: -15px;
  right: -15px;
}

#news .news-ttl {
  font-size: 32px;
  font-family: var(--baloo);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-left: 75px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
  color: #11233D;
}

#news .df-pc {
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-left: 35px;
  flex-wrap: wrap;
  max-width: 1125px;
}

#news .df-pc a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 48px;
  font-family: var(--rounded);
  transition: ease 0.3s;
}

#news .df-pc a:hover {
  opacity: 0.7;
}

#news .df-pc a.news-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

#news .df-pc a.news-link span {
  text-decoration: underline;
  display: inline-block;
  margin-right: 16px;
}

#news .df-pc a.btn-fb {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  padding: 0 8px;
  background: linear-gradient(90deg, #0866FF 0%, #0866FF 100%);
  line-height: 43px;
}

#news .df-pc a.btn-fb span {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-left: 3px;
}

#news .df-pc a.btn-sante {
  flex-direction: column;
}

#news .df-pc a.btn-sante .ttl {
  font-size: 25px;
  font-family: var(--baloo);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
  color: #11233D;
  margin-bottom: 10px;
}
#news .df-pc a.btn-sante p{
  padding-right: 50px;
}
#news .df-pc a.btn-sante p i{
  margin-right: 20px;
}

#news .df-pc a.btn-fb i {
  margin-right: 12px;
  width: 31px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #news .df-pc a.btn-sante{
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #news .df-pc {
    flex-direction: column;
    gap: 30px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  #news .box {
    margin-left: 30px;
  }

  #news>.elementor-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: calc(100% + 111px);
    background-color: #fff;
  }

  #news>.elementor-container:after {
    content: "";
    position: absolute;
    bottom: -111px;
    right: 0;
    width: 30%;
    height: 8px;
    background-color: #374151;
    transform: translateX(100%);
  }
}

@media only screen and (max-width: 767px) {
  #news {
    padding: 0 20px 64px;
    position: relative;
  }

  #news .df-pc a.btn-sante {
    margin-right: 0;
    margin-top: 30px;    
  }

  #news .df-pc a.btn-sante .ttl {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
  }

  #news:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 32px;
    height: 8px;
    background-color: #fff;
  }

  #news:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 20px;
    height: 8px;
    background-color: #374151;
  }

  #news .custom-eye-title.blue .ttl {
    letter-spacing: 0;
  }

  #news .news-ttl {
    margin-left: 27px;
    font-size: 24px;
  }

  #news .box {
    margin-right: 0;
    padding: 34px 10px 25px;
    margin-top: -37px;
  }

  #news .box:before {
    width: 24px;
    height: 38px;
    top: -17px;
    left: -18px;
  }

  #news .box:after {
    height: 20px;
    bottom: -10px;
    right: -10px;
  }

  #news .df-pc {
    margin-top: 4px;
    margin-left: 0;
  }

  #news .df-pc a.news-link {
    margin-left: 20px;
  }

  #news .df-pc a.btn-fb {
    margin: 48px auto 0;
    font-size: 20px;
    padding: 0 10px;
    line-height: 59px;
    width: 265px;    
  }

  #news .df-pc a.btn-fb span {
    display: none;
  }

  #news .df-pc a.btn-fb i {
    margin-right: 12px;
    width: 42px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  #news .box {
    margin-right: 110px;
  }
}

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

  #news .custom-eye-title,
  #news>.elementor-container:before {
    right: 16px;
  }
}

#policy {
  background-color: #fff;
  position: relative;
  padding: 104px 0 86px;
}

#policy:before {
  content: "";
  position: absolute;
}

#policy .container {
  max-width: 1100px;
}

#policy .custom-eye-title {
  margin-top: 0;
  padding-top: 0;
  min-width: 48px;
}

#policy .custom-eye-title:before {
  display: none;
}

#policy .custom-eye-title .en {
  transform: rotate(0);
}

#policy .policy-ttl {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #11233D;
  font-family: var(--rounded);
  margin-bottom: 48px;
}

#policy .policy-info li {
  font-family: var(--rounded);
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #6B6B6B;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#policy .policy-info li:not(:last-child) {
  border-bottom: 1px solid #102148;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

#policy .policy-info li i {
  width: 64px;
}

#policy .policy-info li p {
  width: calc(100% - 86px);
}

@media only screen and (min-width: 768px) {
  #policy:before {
    top: 36px;
    left: calc(50% - 342px);
    width: 378px;
    height: 567px;
    background: url("../img/policy_deco.png") no-repeat center;
  }

  #policy .policy-inner {
    width: calc(100% - 112px);
  }

  #policy .policy-img {
    width: 40.3%;
  }

  #policy .policy-info {
    width: 50%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  #policy #policy .policy-inner {
    width: calc(100% - 83px);
  }

  #policy .policy-info {
    width: 54%;
  }

  #policy .policy-info ul li i {
    width: 50px;
  }

  #policy .policy-info ul li p {
    width: calc(100% - 67px);
  }

  #policy .policy-ttl {
    font-size: 24px;
  }

  #policy .policy-ttl br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #policy {
    padding: 20px 0 64px;
  }

  #policy:before {
    top: 361px;
    left: 0;
    width: 70px;
    height: 270px;
    background: url("../img/policy_deco_sp.png") no-repeat center;
  }

  #policy .custom-eye-title.blue {
    background: none !important;
    margin-top: 0 !important;
    padding-top: 40px !important;
    margin-bottom: 28px;
  }

  #policy .custom-eye-title.blue:before {
    width: 32px;
    left: auto;
    right: 0;
  }

  #policy .custom-eye-title.blue .ttl {
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #policy .custom-eye-title.blue .ttl::before {
    position: absolute;
    right: 0;
    left: auto;
    top: 24px;
    width: 32px;
  }

  #policy .custom-eye-title.blue .ttl:after {
    display: none;
  }

  #policy .custom-eye-title.blue .en {
    font-size: 12px;
    width: 100%;
  }

  #policy .policy-ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }

  #policy .policy-info li {
    font-size: 16px;
  }
}

#feature {
  background: #F9F7F3;
  padding-bottom: 104px;
}

#feature .container {
  max-width: 1160px;
}

#feature .custom-eye-title {
  margin-top: -8px;
  margin-left: -16px;
}

#feature .feature-txt1 {
  color: #767260;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: var(--rounded);
  font-weight: 400;
}

#feature .feature-img {
  position: relative;
}

#feature .feature-img .feature-num {
  position: absolute;
  width: 48px;
  top: -24px;
  left: -24px;
}

#feature .feature-item1 {
  border-top: 1px solid #908876;
  border-bottom: 1px solid #908876;
  margin: 38px 0 60px;
  padding: 48px 0;
}

#feature .feature-ttl {
  color: #5C5A4C;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: var(--rounded);
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  #feature {
    position: relative;
    z-index: 0;
  }

  #feature:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 670px;
    background: #F4F2EA;
    z-index: -1;
  }

  #feature .feature-inner {
    width: calc(100% - 120px);
    padding-top: 150px;
    border-bottom: 1px solid #908876;
  }

  #feature .feature-item1 {
    padding: 40px 3.3% 30px;
    position: relative;
  }

  #feature .feature-item1 .feature-deco_pc {
    position: absolute;
    left: -250px;
    bottom: -495px;
  }

  #feature .feature-item1 .feature-img {
    width: 44.4%;
  }

  #feature .feature-item1 .feature-info {
    width: 51.4%;
  }

  #feature .feature-item1 .feature-ttl {
    margin-bottom: 24px;
  }

  #feature .feature-item2 {
    position: relative;
    width: 44.2%;
    box-sizing: border-box;
    padding: 0 4.4% 48px 3.2%;
  }

  #feature .feature-item2:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    width: 1px;
    height: calc(100% + 60px);
    background: #908876;
  }

  #feature .feature-item2 .feature-ttl {
    margin-bottom: 24px;
  }

  #feature .feature-item2 .feature-img {
    margin-bottom: 30px;
  }

  #feature .feature-item3 {
    position: relative;
    width: 51.1%;
    box-sizing: border-box;
    padding: 0 12.9% 48px 0;
  }

  #feature .feature-item3 .feature-ttl {
    position: absolute;
    top: 0;
    right: 4.5%;
  }

  #feature .feature-item3 .feature-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #feature .feature-inner {
    width: calc(100% - 85px);
  }

  #feature .feature-txt1 {
    font-size: 26px;
  }

  #feature .feature-txt1 br {
    display: none;
  }

  #feature .feature-item3 .feature-ttl {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #feature {
    padding: 0;
  }

  #feature .container {
    border-bottom: none;
  }

  #feature .container:before {
    content: "";
    position: absolute;
    right: 0;
    top: 60px;
    width: 119px;
    height: 564px;
    background: url("../img/feature_deco_sp.png") no-repeat center/100% auto;
    z-index: -1;
  }

  #feature .feature-deco_sp {
    position: absolute;
    top: 60px;
    right: -20px;
  }

  #feature .custom-eye-title {
    background: none !important;
    margin-top: 0 !important;
    padding-top: 40px !important;
    margin-bottom: 28px;
    margin-left: 0;
  }

  #feature .custom-eye-title:before {
    width: 32px;
    left: auto;
    right: 0;
  }

  #feature .custom-eye-title .ttl {
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #feature .custom-eye-title .ttl::before {
    position: absolute;
    right: 0;
    left: auto;
    top: 24px;
    width: 32px;
  }

  #feature .custom-eye-title .ttl:after {
    display: none;
  }

  #feature .custom-eye-title .en {
    font-size: 12px;
    width: 100%;
  }

  #feature .feature-txt1 {
    font-size: 20px;
    margin-bottom: 44px;
  }

  #feature .feature-item1 {
    border-top: none;
    padding: 0 10px 32px;
    margin: 0 0 56px;
  }

  #feature .feature-ttl {
    margin-bottom: 21px;
    font-size: 20px;
  }

  #feature .feature-item2 {
    padding: 0 10px 32px;
    border-bottom: 1px solid #908876;
    position: relative;
    z-index: 0;
  }

  #feature .feature-item2:after,
  #feature .feature-item2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    z-index: -1;
  }

  #feature .feature-item2:before {
    height: 100%;
    background: #F4F2EA;
  }

  #feature .feature-item2:after {
    height: 100px;
    background: #fff;
  }

  #feature .feature-item3 {
    padding: 56px 10px 64px;
    margin: 0;
    position: relative;
    z-index: 0;
  }

  #feature .feature-item3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    z-index: -1;
    height: 100%;
    background: #F4F2EA;
  }
}

#menu {
  background: #F2EFE6;
  padding-bottom: 65px;
}

#menu .container {
  max-width: 1160px;
}

#menu .custom-eye-title {
  margin-top: -8px;
  margin-left: -16px;
}

#menu .menu-item {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 48px;
  z-index: 0;
  align-items: flex-start;
  margin-bottom: 40px;
}

#menu .menu-item::before {
  content: "";
  position: absolute;
  background: url(../img/deco/medical_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 96/144;
  width: 48px;
  height: auto;
  top: -32px;
  left: -32px;
}

#menu .menu-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 164px;
  height: 100%;
  background: #F1F4F5;
  z-index: -1;
}

#menu .menu-img {
  display: block;
  position: relative;
  background-color: #908876;
}

#menu .menu-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(144, 136, 118, 0.64);
  transform: translate(50%, -50%);
}

#menu .menu-img p {
  margin-bottom: 0;
}

#menu .menu-img .menu-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#menu .menu-ttl {
  display: flex;
}

#menu .menu-ttl p:nth-child(1) {
  color: #5C5A4C;
  font-weight: 400;
  font-family: var(--rounded);
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  white-space: nowrap;
}

#menu .menu-ttl p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--baloo);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #908876;
  transform: rotate(180deg);
  text-align: right;
  margin: 10px 0 0 10px;
  white-space: nowrap;
}

#menu .menu-ttl p:nth-child(2) span {
  letter-spacing: 0.04em;
}

#menu .menu-info ul {
  margin-top: 24px;
  box-sizing: border-box;
  padding: 12px 12px 12px 10px;
  background-color: #F0EDE4;
}

#menu .menu-info ul li {
  display: flex;
  align-items: flex-start;
}

#menu .menu-info ul li i {
  flex: 0 0 18px;
  font-style: normal;
}

#menu .menu-txt1 {
  line-height: 1.6;
}

#menu .menu-arrow {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  #menu {
    position: relative;
    z-index: 0;
  }

  #menu:before {
    content: "";
    position: absolute;
    bottom: 23%;
    right: 0;
    width: 100%;
    height: 507px;
    background: #F4F2EA;
    z-index: 1;
  }

  #menu .menu-deco-pc {
    position: absolute;
    top: 575px;
    right: calc(50% + 495px);
    z-index: 1;
  }

  #menu .menu-inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 176px);
    padding-top: 112px;
    margin-right: 2.7%;
  }

  #menu .menu-img {
    order: 2;
    width: 39.4%;
  }

  #menu .menu-img:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/menu_arrow.jpg") no-repeat center/100% auto;
  }

  #menu .menu-img p:nth-child(1) img {
    transition: ease 0.3s;
  }

  #menu .menu-img .menu-btn {
    opacity: 0;
    transition: ease 0.3s;
  }

  #menu .menu-img:hover p:nth-child(1) img {
    opacity: 0.38;
  }

  #menu .menu-img:hover .menu-btn {
    opacity: 1;
  }

  #menu .menu-info {
    width: 55%;
  }

  #menu .menu-info>div {
    width: 66.8%;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  #menu .menu-ttl {
    padding-right: 10.5%;
    margin-right: 10.5%;
    border-right: 1px solid #908876;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #menu .menu-inner {
    width: calc(100% - 85px);
    margin-right: 0;
  }

  #menu .menu-item {
    padding: 48px 25px;
  }
}

@media only screen and (max-width: 767px) {
  #menu {
    padding-bottom: 15px;
  }

  #menu .custom-eye-title {
    background: none !important;
    margin-top: 0 !important;
    padding-top: 40px !important;
    margin-bottom: 52px;
    margin-left: 0;
  }

  #menu .custom-eye-title:before {
    width: 32px;
    left: auto;
    right: 0;
  }

  #menu .custom-eye-title .ttl {
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #menu .custom-eye-title .ttl::before {
    position: absolute;
    right: 0;
    left: auto;
    top: 24px;
    width: 32px;
  }

  #menu .custom-eye-title .ttl:after {
    display: none;
  }

  #menu .custom-eye-title .en {
    font-size: 12px;
    width: 100%;
  }

  #menu .menu-item {
    padding: 14px 20px 40px;
    margin-bottom: 46px;
  }

  #menu .menu-item::before {
    width: 24px;
    top: -14px;
    left: -14px;
  }

  #menu .menu-item:after {
    display: none;
  }

  #menu .menu-info>div {
    width: calc(100% - 70px);
  }

  #menu .menu-info ul li {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  #menu .menu-img {
    margin-bottom: 24px;
  }

  #menu .menu-img:before {
    width: 20px;
    height: 20px;
  }

  #menu .menu-img .menu-btn {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    width: 64px;
    bottom: 8px;
    right: 8px;
  }

  #menu .menu-ttl p:nth-child(1) {
    font-size: 20px;
  }

  #menu .menu-ttl p:nth-child(2) {
    font-size: 12px;
    margin: 5px 0 0 12px;
  }

  #menu .menu-arrow {
    right: 10px;
    bottom: 20px;
  }
}

#greet {
  margin-top: 0px;
  background: #F9FEFF;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

#greet:before {
  content: "";
  position: absolute;
  background: #F3F8F9;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 39.3850658858%;
}

#greet .container {
  max-width: 1160px;
}

#greet .custom-eye-title {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: -8px;
}

#greet .custom-eye-title .txt-latin {
  transform: rotate(0deg);
}

#greet .info-doctor {
  display: flex;
  gap: 48px;
  width: calc(100% - 120px);
  padding-top: 141px;
}

#greet .info-doctor .block1 {
  width: 626px;
}

#greet .info-doctor .group-flex {
  display: flex;
  margin-bottom: 43px;
}

#greet .info-doctor .group-flex .group-ttl {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 50px;
  order: -1;
}

#greet .info-doctor .group-flex .group-ttl .ttl {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 30px;
}

#greet .info-doctor .group-flex .group-ttl .ttl .pos {
  width: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  color: #11233D;
  white-space: normal;
  margin-top: -20px;
}

#greet .info-doctor .group-flex .group-ttl .ttl .en {
  width: 40px;
  font-size: 13px;
  font-family: var(--baloo);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1em;
  color: #767B90;
  white-space: normal;
  display: flex;
  align-items: center;
  margin: 0 auto;
  transform: translateX(15px);
}

#greet .info-doctor .group-flex .group-ttl .ttl .en .txt-latin {
  display: inline-block;
  letter-spacing: 0.08em;
  min-height: 150px;
  text-align: end;
}

#greet .info-doctor .group-flex .group-ttl .ttl .jp {
  width: 46px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  color: #11233D;
  white-space: nowrap;
  margin-right: 0;
}

#greet .info-doctor .group-flex .group-ttl .ttl .jp span {
  display: inline-block;
  margin-top: 10px;
}

#greet .info-doctor .group-flex .group-ttl .quote {
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  line-height: 1.72em;
  letter-spacing: 0.21em;
  height: 222px;
  padding-bottom: 77px;
  box-sizing: content-box;
}

#greet .info-doctor .group-flex .group-ttl .quote:before {
  content: "";
  position: absolute;
  background: url(../img/deco/doctor_deco_line.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#greet .info-doctor .group-flex .img {
  width: 304px;
  position: relative;
}

#greet .info-doctor .group-flex .img:before {
  content: "";
  position: absolute;
  background: #908876;
  opacity: 64%;
  width: 40px;
  height: 40px;
  top: -18px;
  right: -20px;
  z-index: 2;
}

#greet .info-doctor .frame-exp {
  width: 100%;
  padding: 19px 26px;
  background: #F8F9FD;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 350px;
}

#greet .info-doctor .frame-exp:before {
  content: "";
  position: absolute;
  background: #767B90;
  opacity: 64%;
  width: 40px;
  height: 35px;
  top: -18px;
  left: -20px;
  z-index: -1;
}

#greet .info-doctor .frame-exp dl {
  font-size: 15px;
  margin-bottom: 4px;
}

#greet .info-doctor .frame-exp dl dt {
  margin-bottom: 1px;
}

#greet .info-doctor .frame-exp dl dd {
  font-size: 14px;
  line-height: 1.4em;
  padding-left: 16px;
}

#greet .info-doctor .block2 {
  width: calc(100% - 626px);
}

#greet .info-doctor .block2 .txt {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 2em;
}

#greet .info-doctor .block2 .btn-cus {
  text-align: center;
}

#greet .info-doctor .block2 .btn-cus a {
  padding: 9px 44px 9px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  font-family: var(--rounded);
  color: #fff;
  background: linear-gradient(104.71deg, #11233D 50%, #372D27 100%);
  border-radius: 200px;
  position: relative;
  transition: all 0.3s ease;
}

#greet .info-doctor .block2 .btn-cus a:after {
  content: "";
  position: absolute;
  background: url(../img/icons/icon_arrow.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

#greet .info-doctor .block2 .btn-cus a:hover {
  background: linear-gradient(104.71deg, #372D27 50%, #11233D 100%);
  transform: translateY(-2px);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

@supports (-webkit-touch-callout: none) {
  #greet .info-doctor .block1 .group-flex .group-ttl .ttl .jp {
    line-height: 2.5em;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  #greet .info-doctor .block1 .group-flex .group-ttl .ttl .jp {
    line-height: 2.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #greet .info-doctor {
    align-items: center;
    flex-direction: column;
  }

  #greet .info-doctor .block2 {
    width: 626px;
  }

  #greet .info-doctor .block2 .txt {
    margin-bottom: 50px;
  }

  #greet .custom-eye-title {
    right: 15px;
  }
}

@media screen and (max-width: 1100px) {
  #greet .info-doctor .group-flex {
    margin-bottom: 0;
  }

  #greet .info-doctor .frame-exp {
    order: 2;
  }

  #greet .info-doctor .block2 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #greet {
    background: #F3F8F9;
    position: relative;
    z-index: 1;
  }

  #greet:before {
    background: #F9FEFF;
    width: 100%;
    height: 100vw;
  }

  #greet .container {
    max-width: 1152px;
  }

  #greet .custom-eye-title {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background: none !important;
    margin-top: 0 !important;
    padding-top: 40px !important;
    margin-bottom: 40px;
    margin-left: 0;
  }

  #greet .custom-eye-title:before {
    width: 32px;
    left: auto;
    right: 0;
  }

  #greet .custom-eye-title .ttl {
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #greet .custom-eye-title .ttl::before {
    position: absolute;
    right: 0;
    left: auto;
    top: 24px;
    width: 32px;
  }

  #greet .custom-eye-title .ttl:after {
    display: none;
  }

  #greet .custom-eye-title .en {
    font-size: 12px;
    width: 100%;
  }

  #greet .info-doctor {
    flex-direction: column;
    gap: 25px;
    width: 100%;
    padding-top: 0;
  }

  #greet .info-doctor .group-flex {
    flex-direction: column;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
    padding-bottom: 16px;
  }

  #greet .info-doctor .group-flex:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    background: #F9FEFF;
    height: 100%;
    z-index: -1;
  }

  #greet .info-doctor .group-flex .group-ttl {
    margin: 35px auto 0;
    order: 2;
  }

  #greet .info-doctor .group-flex .group-ttl .ttl {
    margin-left: 0;
    margin-bottom: 20px;
  }

  #greet .info-doctor .group-flex .group-ttl .ttl .en {
    font-size: 13px;
  }

  #greet .info-doctor .group-flex .group-ttl .quote {
    margin: 10px 34px 0 0;
    line-height: 1.8em;
    padding-bottom: 40px;
  }

  #greet .info-doctor .group-flex .img {
    width: 100%;
  }

  #greet .info-doctor .group-flex .img:before {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }

  #greet .info-doctor .frame-exp {
    width: 100%;
    padding: 19px 26px;
    flex-flow: unset;
    flex-direction: column;
    height: auto;
  }

  #greet .info-doctor .frame-exp:before {
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
  }

  #greet .info-doctor .frame-exp dl {
    font-size: 15px;
    margin-bottom: 4px;
  }

  #greet .info-doctor .frame-exp dl dt {
    margin-bottom: 1px;
  }

  #greet .info-doctor .frame-exp dl dd {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 16px;
  }

  #greet .info-doctor .block2 {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }

  #greet .info-doctor .block2 .txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 25px;
  }

  #greet .info-doctor .block2 .btn-cus {
    text-align: left;
    margin-bottom: 7px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1101px){
  #sec-access .box .info .map-info{
    width: 390px;
  }
  #sec-access .box .info .tel-info{
    width: calc(100% - 430px);
  }
}
@media screen and (max-width: 1100px){
  #sec-access .box .info{
    display: block;    
  }
  #sec-access .box .info .map-info, #sec-access .box .info .tel-info{
    width: 100%;
  }
  #sec-access .box .info .map-info{
    margin-bottom: 30px;
  }
}