@charset "UTF-8";

/* 全体＆TOPページCSS */
/*----------------------------------------
共通設定
------------------------------------------*/
.pc-dn {
    display: none !important;
}

.sp-dn {
    display: block;
}

main {
    padding-bottom: 7em;
}

.title {
    text-align: center;
    margin-bottom: 3.5em;
}

.bb-solid {
    border-bottom: 1px solid;
}

.bb-dotted {
    border-bottom: 2px dotted;
}

.title p {
    font-size: clamp(16px, 17/1280*100vw, 17px);
    padding: 0;
    margin: 0;
}

.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.hover:hover {
    opacity: 0.8;
}

/* 三角 */
.triangle {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: clamp(23px, 27 / 1240* 100vw, 27px) solid transparent;
    border-bottom: clamp(23px, 27 / 1240* 100vw, 27px) solid var(--primary);
}

/* グラデーション文字 */
.text-gradation {
    background: linear-gradient(90deg, #174698 10%, #113e99ca 20%, #00C7A3ca 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* グラデーション背景 */
.gradation-back {
    background: linear-gradient(90deg, #174698 3%, #113e99ca 30%, #00C7A3ca 100%);
}

/* セクション切り抜き */
section.clip-1 {
    /* clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); */
    /* clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); */
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    padding: 0;
    margin: 0;
}

section.clip-2 {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    padding: 0;
    margin: 0;
}


/*----------------------------------------
ヘッダー
------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(90deg, #174698 3%, #113e99ca 30%, #00C7A3ca 100%);
    height: min(100 / 1280* 100vw, 100px);
    display: flex;
    justify-content: space-between;
    padding: 0 min(20 / 1280* 100vw, 20px);
    z-index: 10000;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
}

.drawer__nav__menu {
    display: flex;
    align-items: center;
}

.logo {
    /* font-size: 1.25em; */
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo img {
    width: min(330 / 1280* 100vw, 500px);
    margin-right: 5px;
}

.topbutton {
    display: block;
    background: #fff;
    padding: 0.2em 1em;
}

.topbutton p {
    background: linear-gradient(90deg, #174698 10%, #113e99ca 20%, #00C7A3ca 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-bottom {
    display: none;
}

.drawer__nav__item {
    margin-left: min(18 / 1280* 100vw, 18px);
}

.drawer__nav__item a {
    font-size: clamp(13px, 18/1280*100vw, 18px);
    color: var(--white);
    font-weight: 500;
    position: relative;
}

.drawer__nav__item a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.drawer__nav__item a:hover::after {
    transform: scale(1, 1);
}


.drawer__nav__item.top-button a::after {
    background: transparent;
}

/*----------------------------------------
Pagetop
------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0.5%;
    right: 2%;
    z-index: 90000;
}

/* 仮設定 */
#pagetop p {
    font-size: 30px;
    background-color: var(--white);
    padding: 0px 12px;
}

/*========================================
TOPページ
========================================*/
/*----------------------------------------
#top
------------------------------------------*/
#top main {
    padding-bottom: 0 !important;
}

/*----------------------------------------
#KV
------------------------------------------*/
#KV {
    margin-top: min(100 / 1280* 100vw, 100px);
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

#KV video {
    width: 100%;
    object-fit: cover;
}

/* 斜め三角
#KV::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 3px 100vw;
    border-color: transparent transparent transparent #fff;
} */

/*----------------------------------------
#section-1
------------------------------------------*/
#section-1 {
    padding-top: 5em;
    padding-bottom: 5em;
}

#section-1 .content_wrap_inner {
    padding: 5em min(20 / 1280* 100vw, 20px);
}

/* 75周年 */
#section-1 .button-75th button {
    width: 100%;
    height: min(210 / 1280* 100vw, 210px);
    background: linear-gradient(180deg, #174698 3%, #113e99ca 17%, #52a3b8 60%, #94e4d7 95%);
}

#section-1 .button-75th button a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

#section-1 .button-75th button a img {
    width: min(160 / 1280* 100vw, 160px);
}

#section-1 .button-75th button a p {
    color: white;
    margin-left: 1.5em;
    font-weight: 500;
    font-size: clamp(26px, 36/1280*100vw, 36px) !important;
}

/* 挨拶 */
#section-1 .greet {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    margin-top: 6em;
}

#section-1 .greet-left {
    width: min(432 / 1280* 100vw, 432px);
    margin-right: 2.5em;
    display: flex;
    flex-direction: column;
}

#section-1 .greet-left h3 {
    line-height: 1.7;
    margin-top: -0.6em;
}

#section-1 .greet-left p {
    line-height: 2;
    margin-bottom: 1em;
}

#section-1 .greet-left .gradation-button {
    width: min(370 / 1280* 100vw, 370px);
}

#section-1 .greet-right {
    width: min(624 / 1280* 100vw, 624px);
    height: min(380 / 1280* 100vw, 380px);
}

#section-1 .greet-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 5%;
}

.hospital-lists {
    margin-top: 6em;
    display: flex;
    justify-content: center;
}

.hospital-lists button {
    width: min(912 / 1280* 100vw, 912px);
    height: min(240 / 1280* 100vw, 240px);
    position: relative;
    /* transition: 0.3s; */
}

.hospital-lists button:hover {
    opacity: 0.8;
}

.hospital-lists button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hospital-lists button p {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 8%;
    right: 0;
    margin: 0 auto;
    color: var(--white);
    font-size: clamp(27px, 30/1280*100vw, 30px);
}

/*----------------------------------------
#section-2
------------------------------------------*/
#section-2 {
    background-image: url(../images/top/bg_wt.png);
    background-size: cover;
    padding: 5em min(20 / 1280* 100vw, 20px);
    height: min(980 / 1280* 100vw, 980px);
}

@media screen and (max-width: 950px) {
    #section-2 {
        padding: 4em min(20 / 1280* 100vw, 20px);
        height: min(1130 / 1280* 100vw, 1130px);
    }
}

#section-2 .pickup {
    aspect-ratio: 1/6;
    height: auto;
    display: flex;
    justify-content: space-between;
}

#section-2 .pickup h4 {
    color: var(--primary);
    margin-bottom: 0.5em;
}

#section-2 .pickup-content {
    position: relative;
    width: min(340 / 1280* 100vw, 340px) !important;
    height: fit-content;
}

#section-2 .pickup-text {
    padding: 1.2em;
    background-color: var(--white);
}

#section-2 .pickup-text p {
    line-height: 1.7;
}

/*----------------------------------------
#section-3
------------------------------------------*/
#section-3 {
    height: fit-content;
    padding-bottom: 5em;
}

#section-3 .magazine-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-3 .magazine-content img {
    width: 350px;
    height: auto;
    object-fit: contain;
    margin-right: 2.8em;
}

#section-3 .magazine-text {
    width: min(530 / 1280* 100vw, 530px);
    display: flex;
    flex-direction: column;
}

#section-3 .magazine-text p {
    margin-bottom: 1em;
    line-height: 2;
}

/*----------------------------------------
#section-4
------------------------------------------*/
#section-4 {
    background-image: url(../images/top/bg_bl.png);
    background-size: cover;
    padding: 2em min(20 / 1280* 100vw, 20px) 7em;
    height: fit-content;
}

.news {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-4 .paginate-container {
    width: min(900 / 1280* 100vw, 900px);
}

#section-4 .info_detail_left {
    display: flex;
    align-items: center;
}

#section-4 .paginate-container li p {
    color: var(--white);
}

#section-4 .paginate-container li p.fz15 {
    width: 8em;
}

#section-4 .pagination-container {
    display: none;
}

.news .white-button {
    margin-top: min(18 / 1280* 100vw, 18px);
}

/* .news-list {
    list-style: none outside;
    margin: 0 auto;
    padding: 0;
    width: min(900 / 1280* 100vw, 900px);
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    padding: 1em 0;
}

.news-list .item:first-child a {
    border-top: none;
}

.news-list .item:last-child a {
    border-bottom: none;
}

.news-list .item .date {
    color: var(--white);
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding-right: 1em;
    min-width: 190px;
}

.news-list .item .date .time-img {
    width: clamp(16px, 18/375*100vw, 18px);
}

.news-list .item .title {
    color: var(--white);
    width: 100%;
    margin: 0;
    margin-left: 1em;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }

    .news-list .item .title {
        margin-top: 10px;
    }
} */

.news-links {
    margin: 4.5em auto 0;
    width: min(1115 / 1280* 100vw, 1115px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.news-links a {
    background-color: var(--white);
    width: min(270 / 1280* 100vw, 270px);
    height: min(80 / 1280* 100vw, 80px);
    text-align: center;
    font-weight: bold;
}

.news-links img {
    width: 100%;
    height: 100%;
}

/*----------------------------------------
footer
------------------------------------------*/
footer {
    width: 100%;
}

.footer-top {
    display: flex;
    justify-content: center;
    padding: 3em;
}

/* .footer-left {
    width: min(600 / 1280* 100vw, 600px);
    display: flex;
    justify-content: space-between;
    margin-right: 6em;
}

.footer-left-colmun {
    display: flex;
    flex-direction: column;
} */

.footer-left {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer-left a {
    width: fit-content;
}

.footer-right {
    /* width: min(380 / 1280* 100vw, 380px); */
    /* width: 40%; */
    width: fit-content;
}

.footer-right img {
    margin-bottom: 1.3em;
    width: min(370 / 1280* 100vw, 370px);
}

.footer-bottom {
    background-color: #333333;
    padding: 1em;
}

.footer-bottom p {
    color: var(--white);
    text-align: center;
}


/*----------------------------------------
#KV
------------------------------------------*/
@media screen and (min-width:481px) {
#KV {
    margin: min(100 / 1280* 100vw, 100px) auto;
    margin-bottom: 0;
    width: 80%;
    position: relative;
}

#KV video {
    width: 100%;
    object-fit: cover;
}
}