@charset "utf-8";

/* ------------------------------
 メインビジュアル（PC）
------------------------------ */
.mainimgBlock {
    position: relative;
    width: 100%;
    margin-bottom: -195px;
}
.mainimgBlock .swiper,
.mainimgBlock .swiper-slide,
.mainimgBlock .swiper-img {
	height: 100%;
}
.mainimgBlock .swiper-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* -- 動画・スライド -- */
.mainimgBlock .mainimgSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* メインテキスト */
.mainText {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: absolute;
    top: -10%;
    bottom: 0;
    left: 5%;
    z-index: 1;
    opacity: 0;
    transform: translateY(60px);
    animation: slideInFromBottom 2s forwards;
    animation-delay: 0.5s;
}
@keyframes slideInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainText h1 {
    font-family: "Spectral", sans-serif;
	font-size: 4.6vw;
	font-weight: 400;
	display: block;
	background: linear-gradient(90deg, #122a5e, #1a57a0);
	background: -webkit-linear-gradient(0deg, #122a5e, #1a57a0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	position: relative;
    line-height: 1.25;
    margin-bottom: 50px;
}
.mainText h1 span::before {
    content: "";
    width: 194px;
    height: 259px;
    position: absolute;
    top: -10px;
    left: 50px;
    margin: auto;
    background: url(../img/icon_slash_top.png) no-repeat 0 0 / cover;
    z-index: -1;
}
.mainText img {
    width: 626px;
}
.mainText.text::before {
    display: block;
    content: "";
    width: 180px;
    height: 240px;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 50px;
    margin: auto;
    background: url(../img/icon_slash_top.png) no-repeat 0 0 / cover;
    z-index: -1;
}

@media print, screen and (min-width: 1479px) {
    /* メインテキスト */
    .mainText {
        font-size: 1.09vw;
    }
    .mainText h1 {
        font-size: 4.6vw;
    }
    
}
@media print, screen and (min-width: 768px) {
    .mainText {
    }
    /* メインテキスト */
    .mainText .inBlock {
        width: 100%;
       padding: 0 7.8%;
    }
}
/* ------------------------------
 メインビジュアル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .mainimgBlock {
        z-index: 2;
        width: 100%;
        max-width: unset;
        max-height: unset;
        overflow: visible;
    }
    /* -- 動画・スライド -- */
    .mainimgBlock .mainimgSwiper {
        height: calc(100svh - 60px);
    }
    /* メインテキスト */
    .mainText {
        aspect-ratio: 2 / 1;
        bottom: auto;
        top: 60px;
    }
    .mainText.text {
        top: 10px;
    }
    .mainText h1 {
        font-size: 4.2rem;
        margin-bottom: 25px;
        line-height: 1.1;
    }
    .mainText img {
        width: 500px;
    }
    .mainText.text img {
        width: 326px;
    }
    .mainText h1 span::before {
        width: 92px;
        height: 106px;
        top: -4px;
        left: 20px;
    }
    .mainText.text::before {
        width: 88px;
        height: 108px;
        top: 5px;
        bottom: 0;
        left: 15px;
    }

}

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* -- h2 -- */
.contentsHome h2 {
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-bottom: 30px;
    position: relative;
}
.contentsHome h2 span {
    font-family: "Spectral", sans-serif;
	font-size: 5.7rem;
	font-weight: 400;
	display: block;
    line-height: 1;
	background: linear-gradient(90deg, #122a5e, #1a57a0);
	background: -webkit-linear-gradient(0deg, #122a5e, #1a57a0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	position: relative;
    margin-bottom: 2px;
}
.contentsHome h2::before {
    content: "";
    width: 99px;
    height: 130px;
    position: absolute;
    top: -14px;
    left: -15px;
    margin: auto;
    background: url(../img/icon_slash.png) no-repeat 0 0 / cover;
    z-index: -1;
}

/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    /* -- h2 -- */
    .contentsHome h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .contentsHome h2 span {
        font-size: 3.8rem;
    }
    .contentsHome h2::before {
        width: 66px;
        height: 80px;
        top: -7px;
        left: -14px;
    }
}

/* ------------------------------
 お知らせ（PC）
------------------------------ */
.newsBlock {
    position: relative;
    background: #fcf0f2;
}
.newsBlock .Block {
	content: "";
    position: relative;
	left: calc(50% - (1140px / 2));
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 132px 0 0 0;
	top: 0;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
}
.newsBlock .inBlock {
    margin-left: 0;
    padding: 70px 0 70px 90px;
}
@media print, screen and (min-width: 768px) {
    .newsBlock ul {
        width: 685px;
    }
    .newsBlock .btn {
        position: absolute;
        top: 206px;
        left: 85px;
    }
}
/* ------------------------------
 お知らせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .newsBlock .Block {
        left: 5%;
        border-radius: 120px 0 0 0;
        padding-bottom: 50px;
    }
    .newsBlock .inBlock {
        margin-left: 0;
        margin-right: 0;
        padding: 60px 20px 15px 60px;
    }
    .newsBlock .btn {
        text-align: center;
    }
}

/* ------------------------------
 教室のご案内（PC）
------------------------------ */
.outlineBlock {
    background: url(/img/outline_bg.jpg) no-repeat bottom center / cover;
    padding-top: 120px;
    padding-bottom: 250px;
}
.outlineBlock .inBlock {
    text-align: center;
    position: relative;
    width: fit-content;
}
.outlineBlock .inBlock::before {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/outline_left.png) no-repeat top center / cover ;
    width: 420px;
    height: 404px;
    top: 10px;
    left: -370px;
}
.outlineBlock .inBlock::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/outline_right.png) no-repeat top center / cover ;
    width: 420px;
    height: 404px;
    top: 10px;
    right: -370px;
}
.outlineBlock .inBlock h2 span {
    font-size: 7rem;
    margin: 0 auto 20px;
    z-index: 2;
}
.outlineBlock .inBlock h2::before {
    z-index: 0;
    top: 6px;
    left: 85px;
}
@media print, screen and (min-width: 1680px) {
    .outlineBlock {
        padding-top: 150px;
        padding-bottom: 400px;
    }
    .outlineBlock .inBlock::before {
        width: 620px;
        height: 600px;
        top: -130px;
        left: -580px;
    }
    .outlineBlock .inBlock::after {
        width: 620px;
        height: 600px;
        top: -130px;
        right: -620px;
    }
}
/* ------------------------------
 教室のご案内（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .outlineBlock {
        padding-bottom: 400px;
    }
    .outlineBlock {
        background: url(/img/outline_bg_sp.jpg) no-repeat bottom center / cover;
        padding-top: 60px;
        padding-bottom: 350px;
        margin-bottom: 50px;
    }
    .outlineBlock .inBlock {
        width: 90%;
    }
    .outlineBlock .inBlock h2 {
        width: fit-content;
        margin: 0 auto 20px;
    }
    .outlineBlock .inBlock h2 span {
        font-size: 4.2rem;
        margin: 0 auto 20px;
    }
    .outlineBlock .inBlock h2::before {
        z-index: 0;
        top: 1px;
        left: 28px;
    }
    .outlineBlock .inBlock::before {
        background: url(/img/outline_left.png) no-repeat top center / cover;
       width: 186px;
        height: 180px;
        left: calc(50% - 190px);
        top: auto;
        bottom: -215px;
    }
    .outlineBlock .inBlock::after {
        position: absolute;
        content: "";
        display: block;
        background: url(/img/outline_right.png) no-repeat top center / cover;
        width: 186px;
        height: 180px;
        right: calc(50% - 180px);
        top: auto;
        bottom: -215px;
    }
}

/* ------------------------------
 ご支援・ご寄附のお願い（PC）
------------------------------ */
.supplyBlock {
    margin-bottom: -140px;
}
.supplyBlock .inBlock {
    background: url(/img/supply_img.jpg) no-repeat top center ;
    padding: 70px 65px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
    position: relative;
    z-index: 3;
}
.supplyBlock .inBlock::before {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/supply_deco.png) no-repeat top center / cover;
    width: 256px;
    height: 166px;
    left: 225px;
    top: -135px;
}
.supplyBlock .inBlock h2 span {
    margin-bottom: 10px;
}
.supplyBlock .inBlock h2::before {
    z-index: 0;
    top: -7px;
    left: -14px;
}
/* ------------------------------
 ご支援・ご寄附のお願い（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .supplyBlock {
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
        width: 90%;
        margin: 100px auto 0;
        background: #e6f0f1;
    }
    .supplyBlock .inBlock {
        width: 100%;
        background: #f1f6f6;
        padding: 40px 8% 0;
        box-shadow:none;
        margin-left: 0;
        margin-right: 0;
    }
    .supplyBlock .inBlock::before {
        width: 162px;
        height: 100px;
        left: auto;
        top: -76px;
        right: 15px;
    }
    .supplyBlock .sp {
        margin: auto;
    }
}
/* ------------------------------
 診療のご案内、診療グループ・研究のご紹介（PC）
------------------------------ */
.guideBox {
    position: relative;
}

.groupBox {
    position: relative;
}

.lowerBlock figure {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
}
@media print, screen and (min-width: 768px) {
    .lowerBlock {
        margin-bottom: 160px;
    }
    .lowerBlock .inBlock {
        width: 1140px;
    }
    .lowerBlock .w1-2 {
        width: 48.1%;
    }
    .groupBox {
        margin-top: 120px;
    }
}
@media print, screen and (min-width: 1680px) {
    .lowerBlock .inBlock {
        width: 1600px;
    }
}
/* ------------------------------
 診療のご案内、診療グループ・研究のご紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .guideBox {
        margin-bottom: 95px;
    }
    .groupBox::before {
        width: 140px;
        height: 100px;
        background: url(/img/group_img.png) no-repeat top center / cover;
        position: absolute;
        top: -90px;
    }
}
/* ------------------------------
 採用情報（PC）
------------------------------ */
.top_footer {
    position: relative;
    padding-top: 480px;
    background: url(/img/recruit_bg.png) no-repeat top center / cover;
}
.recruitBlock {
    position: relative;
    z-index: 1;
    margin-bottom: 180px;
}
.recruitBlock .inBlock {
    position: relative;
}
/* -- h2 -- */
.recruitBlock h2 {
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-bottom: 30px;
    position: relative;
}
.recruitBlock h2 span {
    font-family: "Spectral", sans-serif;
	font-size: 5.8rem;
	font-weight: 400;
	display: block;
    line-height: 1;
	background: linear-gradient(90deg, #122a5e, #1a57a0);
	background: -webkit-linear-gradient(0deg, #122a5e, #1a57a0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	position: relative;
    margin-bottom: 2px;
}
.recruitBlock h2::before {
    content: "";
    width: 94px;
    height: 125px;
    position: absolute;
    top: -14px;
    left: -2px;
    margin: auto;
    background: url(../img/icon_slash.png) no-repeat 0 0 / cover;
    z-index: -1;
}

@media print, screen and (min-width: 768px) {
    .recruitBlock .inBlock {
        width: 1140px;
    }
    .recruitBlock .inBlock::before {
        position: absolute;
        content: "";
        display: block;
        background: url(/img/recruit_deco.png) no-repeat top center / cover;
        width: 172px;
        height: 145px;
        right: -50px;
        top: -305px;
    }
}
@media print, screen and (min-width: 1680px) {
    .recruitBlock .inBlock {
        width: 1600px;
    }
    .recruitBlock .inBlock::before {
        right: -10px;
        top: -330px;
    }
}
/* ------------------------------
 採用情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .recruitBlock  {
        margin-bottom: 280px;
    }
    .top_footer {
        padding-top: 38%;
        background: url(/img/recruit_bg_sp.png) no-repeat top center / cover;
    }
    /* -- h2 -- */
    .recruitBlock h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .recruitBlock h2 span {
        font-size: 3.8rem;
        margin-bottom: 2px;
    }
    .recruitBlock h2::before {
        width: 66px;
        height: 80px;
        top: -7px;
        left: -14px;
    }
}

