/* 共通 */
body {
    font-family: "Zen Old Mincho", serif;
}

.pc-only {
    display: none;
}

.i-common-inner {
    padding: 0 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* ヘッダー */

/* 固定ページヘッダー */
.c-page-header[data-has-image=true] {
    height: 200px;
}

 /* 固定ページタイトル */
 .c-page-header__title {
    padding: 4px 10px;
    width: fit-content;
    background: #3C3C3CB2;
}

/* セクションタイトル */
.i-common-section .smb-section__header {
	display: flex;
	flex-direction: column-reverse;
    gap: 8px;
}

.i-common-section .smb-section__title {
	margin-top: 0;
}

.i-common-section .smb-section__title:after {
	margin-top: 4px;
	width: 32px;
	height: 2px;
}

.i-common-section .smb-section__subtitle {
	    font-family: "DM Sans", sans-serif;

}

@media (min-width: 1024px) {
    .l-2row-header__row {
        padding-bottom: 0!important;
    }

    [data-has-global-nav=true] .l-2row-header__row:last-child, [data-has-global-nav=true] .l-center-header__row:last-child {
        margin-top: 0!important;
    }

    .p-global-nav .c-navbar__item:not(:last-child) > a {
        position: relative;
    }

    .p-global-nav .c-navbar__item:not(:last-child) > a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 32px;
        background-color: #3c3c3c;
    }

    /* ドロップナビゲーション */
    .p-drop-nav {
        background-color: #C8DBDF;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .p-drop-nav .c-navbar__item:nth-last-child(3) a:after, .p-drop-nav .i-menu-tel a:after, .p-drop-nav .i-menu-contact a:after {
        display: none;
    
    }

    .p-drop-nav .i-menu-tel a {
        color: #00829C;
        font-weight: 500;
        font-size: 20px;
        transition: all 0.3s ease 0s;
    }

    .p-drop-nav .i-menu-tel a:hover {
        opacity: 0.7;
    }

    .p-drop-nav .i-menu-contact a {
        background-color: #00829C;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        transition: all 0.3s ease 0s;
    }

    .p-drop-nav .i-menu-contact a:hover {
        opacity: 0.7;
    }

    /* 固定ページヘッダー */
    .c-page-header[data-has-image=true] {
        height: 300px;
    }

    .c-page-header__title {
        padding: 10px 90px;
        width: fit-content;
        background: #3C3C3CB2;
    }
   
}

/* ヘッダーコンテンツ（PC） */
.i-header-contents {
    display: flex;
    gap: 40px;
}

.i-header-contents__infoText {
    font-size: 16px;
    line-height: 1.2;
}

.i-header-contents__infoLink {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease 0s;
}

.i-header-contents__infoLink span {
    font-size: 20px;
    font-weight: 500;
}

.i-header-contents__infoLink:hover {
    opacity: 0.7;
}

.i-header-contents__btnArea {
    display: flex;
    align-items: center;
    
}

.i-header-contents__btn {
    text-decoration: none;
    color: #fff;
    background-color: #00829C;
    position: relative;
    transition: all 0.3s ease 0s;
    display: block;
    padding: 20px 40px;
    transition: all 0.3s ease 0s;
    border: 1px solid #00829C;
    font-weight: 500;
}

.i-header-contents__btn:hover {
    background-color: #fff;
    color: #00829C;
}




/* ボタン */

.i-common-btn {
    display: block;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #00829C;
    color: #00829C;
    text-decoration: none;
    text-align: center;
    padding: 3px 38px;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.i-common-btn:hover {
    background-color: #00829C;
    color: #fff;
}

.i-common-btn:before {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";    
    transition: all 0.3s ease 0s;
}

.i-common-btn:hover:before {
    right: 0.7em;
}

/* セクションタイトル */
.i-common-titleHeader {
    text-align: center;
}

.i-common-titleHeader__title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
    position: relative;
}

.i-common-titleHeader__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    background-color: #00829C;
}

.i-common-titleHeader__subTitle {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #00829C;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;  
}

@media screen and (min-width: 1024px) {
    .i-common-titleHeader__title {
        font-size: 32px;
    }
}

/* 診察時間 */
.i-common-scheduleTable {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid #CCCCCC;
}

.i-common-scheduleTable thead {
    border-bottom: 1px solid #CCCCCC;
}

.i-common-scheduleTable tr {
    padding: 2px 0;
}

.i-common-scheduleTable th {
    font-weight: 400;
    padding: 4px 0;
}

.i-common-scheduleTable th:first-child {
    width: 92px;
}

.i-common-scheduleTable td {
    text-align: center;
    color: #00829C;
}

.i-common-scheduleHoliday {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
}

@media screen and (min-width: 1024px) {
    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }

    .i-common-inner {
        max-width: 1220px;
        padding: 0 30px;
    }

    .i-common-scheduleTable {
        font-size: 16px;
    }

    .i-common-scheduleTable th:first-child {
        width: 96px;

    }

    .i-common-scheduleHoliday {
        font-size: 16px;
        margin-top: 4px;
    }
}

/* 記事詳細 */
.c-meta__item--author {
    display: none;
}

/* フッター */

.l-footer-widget-area, .l-footer .c-copyright {
    background: url(./override/templates/view/img/footer-bg_sp.png) no-repeat center center /cover;
  }

  .c-copyright--inverse {
    color: #3c3c3c!important;
    font-size: 12px;
    padding-top: 0;
  }

  .i-footer-logo {
    max-width: 300px;
  }

  .i-footer-map {
    text-align: center;
  }

  .i-footer-map a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 17px 38px 20px 24px;
    background-color: #fff;
    border: 1px solid #00829C;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: inherit;
    display: inline-block;
  }

  .i-footer-map a:hover {
    background-color: #00829C;
    color: #fff;
  }

  .i-footer-map a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transition: all 0.3s ease 0s;
  }
  
  .i-footer-map a:hover:before {
    right: 0.7em;
  }

  .i-footer-schedule {
    background-color: #fff;
    padding: 16px 16px 24px;
    box-shadow: 0px 2px 10px 0px #0000000D;
  }

  @media screen and (min-width: 1024px) {

    .i-footer-logo {
        max-width: 374px;
        margin-left: 0;
    }

    .i-footer-address {
        font-size: 17px;
    }
  }

  /* スマホ固定メニュー */
  .p-footer-sticky-nav {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    height: 60px;
  }

  .p-footer-sticky-nav .c-navbar {
    height: inherit;
  }

  .p-footer-sticky-nav .c-navbar__item {
    align-items: center;
  }

    .p-footer-sticky-nav .c-navbar__item:nth-child(2) {
    background: #00829C;
    color: #fff;
  }


  .p-footer-sticky-nav .c-navbar__item:last-child {
    background: #C8DBDF;
  }

  .p-footer-sticky-nav .c-navbar__item span {
    display: block;
    font-size: 10px;
  }

  .p-footer-sticky-nav a {
    font-weight: 500;
    font-size: 14px;
  }

.p-footer-sticky-nav .c-navbar__item>a {
	padding: 10px 0;
}

@media screen and (min-width: 1024px) {
 }


/* ヘッダー */

.custom-logo-link img {
    display: block;
}

@media screen and (max-width: 1023px) {
    .custom-logo-link img {
        margin: 0 auto;
    }
    
}

/* ハンバーガーメニュー　MENU非表示 */
.c-hamburger-btn__label {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }

/*==================================================
# トップページ
==================================================*/
/* ファーストビュー */
.index-fv {
    max-width: 500px;
    margin: 0 auto;
}

.swiper-slide > img {
   object-fit: cover; 
   width: 100%;
   height: 100%;
}


@media (min-width: 1024px) {
   .index-fv {
    max-width: 1280px;
    margin: 0 auto;
   }
}

/*お知らせ・当院紹介動画・診察時間・アクセス */
.index-info {
    padding: 30px 0 40px;
    background: url(./override/templates/view/img/index-bg01_sp.png) no-repeat center center /cover;
}

.index-info__inner {
    padding: 0 16px;
    max-width: 600px;
    margin: 0 auto;
}

.index-info__newsList {
    margin-top: 16px;
    background-color: #fff;
    padding: 8px 14px 32px;
    box-shadow: 0px 2px 10px 0px #0000000D;
    list-style: none;
}

.index-info__newsItem {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
}

.index-info__newsLink {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: inherit;
}

.index-info__newsLink:hover {
    opacity: 0.7;
}

.index-info__newsMeta {
    display: flex;
    gap: 12px;
    align-items: center;
}

.index-info__newsDate {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;

}

.index-info__newsCategory {
    font-size: 14px;
    background-color: #00829C;
    color: #fff;
    padding: 4px 8px;
    line-height: 1;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}

.index-info__newsHeading {
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.2;
	font-size: 16px;
}

.index-info__btnArea {
    margin-top: 24px;

}

.index-info__btn {
    margin-left: auto;
}

.index-info__movie {
    margin-top: 30px;
}

.index-info__movieVideo iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.index-info__movieHeader {

}

.index-info__movieVideo {
    margin-top: 16px;
}

.index-info__schedule {
    padding-top: 30px;
    scroll-margin-top: 30px;
}

.index-info__scheduleBox {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #0000000D;
    padding: 16px 16px 32px; 
    margin-top: 16px;
}

.index-info__scheduleTableWrapper {
   
}

.index-info__scheduleTable {
    
}

.index-info__scheduleBtnArea {
    margin-top: 24px;
}

.index-info__scheduleBtn {
    margin-left: auto;
}

.index-info__access {
    padding-top: 30px;
    scroll-margin-top: 30px;
}

.index-info__accessContainer {
    margin-top: 16px;
    padding: 20px 20px 32px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #0000000D;
}

.index-info__accessColumn {
    margin-top: 10px;
}

.index-info__accessBlock {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.index-info__accessBlock:first-child {
    border-bottom: 1px solid #CCCCCC;
}

.index-info__accessIcon {
    width: 40px;
    height: 40px;
}

.index-info__accessText {
    text-align: center;
}

.index-info__accessBtnArea {
    margin-top: 4px;
}

.index-info__accessBtn {
    margin-left: auto;
}


@media (min-width: 1024px) {
    .index-info {
        padding: 252px 0 64px;
        margin-top: -202px;
    }

    .index-info__inner {
        padding: 0 30px;
        max-width: 1180px;
        margin: 0 auto;
    }

    .index-info__column {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .index-info__column>section {
        width: calc(50% - 20px);
    }


    .index-info__newsList {
        padding: 12px 20px 16px;
    }

    .index-info__newsItem {
        padding: 20px 0;
    }

    .index-info__newsHeading {
        margin-top: 12px;
        font-size: 16px;
    }

    .index-info__btnArea {
        margin-top: 16px;
    }

    .index-info__movie {
        margin-top: 0;
    }

    .index-info__movieVideo {
        margin-top: 34px;
    }

    .index-info__schedule {
        padding-top: 0;
    }

    .index-info__scheduleBox {
        margin-top: 18px;
        padding: 24px 20px 18px;
    }

    .index-info__scheduleBtnArea {
        margin-top: 0;
    }

    .index-info__access {
        padding-top: 0;
    }

    .index-info__accessContainer {
        margin-top: 18px;
        padding: 20px 24px 16px;
    }

    .index-info__accessAddress {
        text-align: center;
        font-size: 15px;
        line-height: calc(18 / 15);
    }

    .index-info__accessColumn {
        margin-top: 16px;
        display: flex;
    }

    .index-info__accessBlock {
        flex: 1;
        padding: 0;
        justify-content: flex-start;
    }

    .index-info__accessBlock:first-child {
        border-bottom: none;
        border-right: 1px solid #CCCCCC;
    }

}

/* パララックス */
.index-parallax {
    background: url('./override/templates/view/img/index-parallax_sp.jpg') no-repeat center center /cover;
    width: 100%;
    height: calc(104 / 375 * 100vw);
}

@media screen and (min-width: 1024px) {
    .index-parallax {
        background-image: url('./override/templates/view/img/index-parallax_pc.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: calc(400 / 1440 * 100vw);
    }
}

/* 当院が選ばれる理由 */
.index-reason {
    padding-top: 30px;
}

.index-reason__column {

}

.index-reason__list {
    display: none;

}

.index-reason__imageList {
    padding-left: 0;
    margin-top: 30px;
}

.index-reason__imageItem {
    list-style: none;
}

.index-reason__imageItemHeader {
    text-align: center;
    padding: 12px 0;
    background: url(./override/templates/view/img/index-reason-header.png) no-repeat center center /cover;
}

.index-reason__imageItemNumber {
    color: #00829C;
    font-size: 14px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.16em;
}

.index-reason__imageItemHeading {
    font-size: 15px;
    letter-spacing: 0.16em;
}

.index-reason__imageItemBg {
    padding: 20px 28px 32px;
    box-shadow: 0px 4px 4px 4px #0000000A inset;
    
}

.index-reason__imageItemText {
    line-height: 2;
}

.index-reason__imageItemBtnArea {
    margin-top: 16px;
}

.index-reason__itemBtn {
    margin: 0 auto;
    background: transparent;
}

@media screen and (min-width: 1024px) {
    .index-reason {
        padding-top: 50px;  
    }

    .index-reason__column {
        display: flex;
        margin-top: 50px;
    }

    .index-reason__list {
        width: 50%;
        display: block;
        list-style: none;
        padding-left: 0;
        background: url(./override/templates/view/img/index-reason-bg_pc.png) no-repeat center center /cover;
    }

    .index-reason__item {
        height: 103px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease 0s;
    }

    .index-reason__item.is-active {
        background-color: #C8DBDF;
    }

    .index-reason__itemNumber {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.16em;
        color: #00829C;
        font-family: "DM Sans", sans-serif;
    }

    .index-reason__itemHeading {
        font-size: 20px;
        letter-spacing: 0.05em;
    }

    .index-reason__item {
        border-bottom: 1px solid #CCCCCC;
    }

    .index-reason__imageList {
        width: 50%;
        position: relative;
        margin-top: 0;

    }

    .index-reason__imageItem {
        position: absolute;
        transition: all 0.3s ease 0s;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .index-reason__imageItemHeader {
        background-image: none;
        padding: 0;
    }

    .reason01 .index-reason__imageItemBg, .reason02 .index-reason__imageItemBg, .reason03 .index-reason__imageItemBg, .reason04 .index-reason__imageItemBg, .reason05 .index-reason__imageItemBg, .reason06 .index-reason__imageItemBg {
        box-shadow: none;
        max-width: 520px;
        padding: 0 20px;
        margin: 40px auto 0;
    }

    .reason01.index-reason__imageItem {
        background: url(./override/templates/view/img/index-reason01_pc.png) no-repeat center center /cover;
    }

    .reason02.index-reason__imageItem {
        background: url(./override/templates/view/img/index-reason02_pc.png) no-repeat center center /cover;
    }

    .reason03.index-reason__imageItem {
        background: url(./override/templates/view/img/index-reason03_pc.png) no-repeat center center /cover;
    }   

    .reason04.index-reason__imageItem {
        background: url(./override/templates/view/img/index-reason04_pc.png) no-repeat center center /cover;
    }   

    .reason05.index-reason__imageItem {
        background: url(./override/templates/view/img/index-reason05_pc.png) no-repeat center center /cover;
    }

    .reason06.index-reason__imageItem {
        background: url(./override/templates/view/img/index-reason06_pc.png) no-repeat center center /cover;
    }

    .index-reason__imageItemHeading {
        font-size: 24px;
        letter-spacing: 0.05em;
        position: relative;
        padding-bottom: 40px;
    }

    .index-reason__imageItemHeading:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 2px;
        background-color: #00829C;
    }

    .index-reason__imageItemText {
        font-size: 18px;
    }

    .index-reason__imageItemBtnArea {
        margin-top: 40px;
    }

    .index-reason__itemBtn {
        margin-right: 0;

    }


}

/* 診療メニュー */
.index-menu {
    padding: 30px 0 40px;
}

.index-menu__inner {
    padding: 0 16px;
    max-width: 600px;
    margin: 0 auto;
}

.index-menu__list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    list-style: none;
    padding-left: 0;
    justify-items: center;
}

.index-menu__item {
    border: 1px solid #3C3C3C;
    padding: 12px 10px;
    position: relative;
    width: calc(50% - 12px);
}

.index-menu__item:nth-child(4n + 2), .index-menu__item:nth-child(4n + 3) {
    background-color: #D9D9D940;
}

.index-menu__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00829C;
    width: 15px;
    height: 15px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.index-menu__link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.index-menu__link:hover {
    opacity: 0.7;
}

.index-menu__heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;

}

.index-menu__icon {
    width: 100px;

}

.index-menu__text {
    font-size: 14px;
    line-height: 1;
    display: flex;


}

.index-menu__text img {
    height: 14px;
}

@media screen and (min-width: 1024px) {
    .index-menu {
        padding: 50px 0 80px;
    }

    .index-menu__inner {
        padding: 0 30px;
        max-width: 1140px;
    }

    .index-menu__list {
        margin-top: 50px;
        gap: 30px 40px;
    }

    .index-menu__item {
        padding: 20px 10px;
        width: calc(25% - 30px);
        max-width: 240px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
    }

    .index-menu__item:before {
        width: 24px;
        height: 24px;
    }


    .index-menu__item:nth-child(4n + 2),  .index-menu__item:nth-child(4n + 3) {
        background-color: #fff;
    }

        .index-menu__item:nth-child(8n + 2), .index-menu__item:nth-child(8n + 4), .index-menu__item:nth-child(8n + 5), .index-menu__item:nth-child(8n + 7){
        background-color: #D9D9D940;
    }

    .index-menu__link {
        gap: 8px;
    }


    .index-menu__heading {
        font-size: 24px;
        line-height: calc(32 / 24);
    }

    .index-menu__icon {
        margin-top: 0px;
        width: 150px;
    }

.index-menu__text {
        font-size: 16px;
        gap: 4px;   
}

.index-menu__text img {
    height: 16px;
}

     }

/* ご挨拶 */
.index-greeting {
    padding: 30px 0 60px;
    background: url(./override/templates/view/img/index-greeting-bg_sp.png) no-repeat center center /cover;
}

.index-greeting__photoArea {
    margin-top: 30px;
    position: relative;
}

.index-greeting__photo {

}

.index-greeting__photoArea:before {
    content: "";
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(calc(-50% - 4.5px));
    width: 260px;
    height: 120px;
    border: 1px solid #3C3C3C;
    z-index: 1;
}

.index-greeting__photoInfo {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(calc(-50% + 3.5px));
    background: url(./override/templates/view/img/index-greeting-info.png) no-repeat center center /cover;
    padding: 17px 0 20px;
    text-align: center;
    width: 100%;
    max-width: 260px;

}

.index-greeting__photoInfoPosition {
    font-weight: 500;
    line-height: calc(28 / 16);
    letter-spacing: 0.05em;
    display: block;
}

.index-greeting__photoInfoName {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    line-height: calc(28 / 24);
}

.index-greeting__photoInfoEnName {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1;
    font-family: "DM Sans", sans-serif;
    color: #00829C;
    display: block;
    text-transform: uppercase;
    margin-top: 12px;
}

.index-greeting__textArea {
    padding: 100px 16px 24px;
}

.index-greeting__text + .index-greeting__text {
    margin-top: 16px;
}

.index-greeting__image:nth-child(2n + 1) {
    margin-right: calc(75 / 375 * 100%);
}

.index-greeting__image:nth-child(2n) {
    margin-left: calc(75 / 375 * 100%);
    margin-top: 16px;
}

.index-greeting__columnArea .index-greeting__text {
    margin-top: 32px;
    padding: 0 16px;
}

.index-greeting__btnArea {
    margin-top: 40px;

}

.index-greeting__btnWrapper + .index-greeting__btnWrapper {
    margin-top: 32px;
}

.index-greeting__btn {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #00829C;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease 0s;
}

.index-greeting__btn:hover {
    background-color: #00829C;
    color: #fff;
}

.index-greeting__btn:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #00829C;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease 0s;
}

.index-greeting__btn:hover:before {
    background-color: #fff;
}

.index-greeting__btn:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";    
    transition: all 0.3s ease 0s;
}

.index-greeting__btn:hover:after {
    right: 0.7em;
}

@media screen and (min-width: 1024px) {
    .index-greeting {
        padding: 80px 0 100px;
        background: url(./override/templates/view/img/index-greeting-bg_pc.png) no-repeat center center /cover;
    }

    .index-greeting__inner {
        padding: 0 30px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .index-greeting__column01 {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: calc(120 / 1100 * 100%);
        margin:0 calc(50% - 50vw) 0 0;
    }


    .index-greeting__titleHeader {
        text-align: left;
    }

    .index-greeting__titleHeader .i-common-titleHeader__title:before {
        left: 0;
        transform: none;
    }


    .index-greeting__photoArea {
        margin-top: 0;
        margin-bottom: 44px;
    }

    .index-greeting__photo img {
        object-fit: cover;
        aspect-ratio: 639 / 426;

    }

    .index-greeting__textArea {
        padding: 0;
        max-width: 480px;
    }

    .index-greeting__photoInfo {
        transform: none;
        left: -52px;
        bottom: -58px;
    }

    .index-greeting__photoArea:before {
        transform: none;
        left: -60px;
        bottom: -50px;
    }

    .index-greeting__columnArea {
        margin: 60px 0 0 calc(50% - 50vw);
        display: flex;
        gap: 100px;
    }

    .index-greeting__column02 {
        display: flex;
        gap: 40px;
    }

    .index-greeting__image:nth-child(2n + 1), .index-greeting__image:nth-child(2n) {
        margin: 0;
    }

    .index-greeting__columnArea .index-greeting__text {
        max-width: 480px;
        margin: 0;
        padding: 0;
    }

    .index-greeting__btnArea {
        margin: 60px auto 0;
        display: flex;
        justify-content: space-between;
        max-width: 840px;
    }

    .index-greeting__btnWrapper {
        flex: 1;
    }

    .index-greeting__btnWrapper + .index-greeting__btnWrapper {
        margin-top: 0;
    }

}

/* スライダー */

.index-slider {
    margin-top: 50px;
}
.index-slider__wrapper {
    transition-timing-function: linear;
}

.index-slider__item img {
    height: auto;
    width: 100%;
    aspect-ratio: 280 / 186;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .index-slider {
        margin-top: 50px;
    }
}

/* 根管治療サイトバナー */
.index-banner {
    margin: 40px auto;
    max-width:600px;
}

.index-banner__link {
    transition: all 0.3s ease 0s;
}

.index-banner__link:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1024px) {
    .index-banner {
        margin: 80px auto 80px;
        max-width: 1120px;
    }


}