/*ファーストビュー*/
.fv,
ul.sliderTop,.sliderTop li{
	width: 100%;
	height: 70vh;
	min-height: 620px;
	max-height: 750px;
	position: relative;
	background: #e6ebeb;
}
/*スライドショー*/
.fv .sliderTop li:first-child {
    background: url(/assets/img/top_fv_slide01.png) no-repeat left bottom;
    background-size: cover;
}
/* .fv .sliderTop li:nth-child(2) {
    background: url(/assets/img/top_fv_slide02.png) no-repeat left center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(3) {
    background: url(/assets/img/top_fv_slide03.png) no-repeat left center;
    background-size: cover;
}
.fv .sliderTop li:nth-child(4) {
    background: url(/assets/img/top_fv_slide04.png) no-repeat left center;
    background-size: cover;
} */
.fv .sliderTop li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #22346e70;
    z-index: 1;
}
.fv h1{
	-ms-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	font-size: clamp(40px,2.5vw,50px)!important ;
	font-weight: bold;
	letter-spacing: 0.08em;
    line-height: 1.8em;
	position: absolute;
	left: 20%;
	top: 30% !important;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 10px #036eb770;
}
.fv h1 span.a{
	margin-top: -5%;
	font-size: inherit;
    display: inline-block;
}
.fv h1 span.b{
	margin-bottom: -3%;
	font-size: inherit;
    display: inline-block;
}
.fv .appealblock {
	position: absolute;
	bottom: -20px;
	right: 5%;
	display: flex;
	column-gap: 15px;
}
.fv .appealblock .first-child {
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: bold;
	letter-spacing: 0.05em;
	padding-top: 5px;
    max-width: 310px;
    min-width: 300px;
	height: 135px;
	border-radius: 20px;
    padding: 20px;
    background: #0d2e98;
}
.fv .appealblock .second-child {
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: bold;
	letter-spacing: 0.05em;
	padding-top: 5px;
    max-width: 310px;
    min-width: 300px;
	height: 135px;
	border-radius: 20px;
    padding: 20px;
    background: #036eb7;
}


.fv .appealblock .appealblock-point img{
    display: none;
}
.fv .appealblock .appealblock-point a{
    display: block;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px,2vw,20px);
    color: #fff;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 890px) {


    .fv .appealblock {
        right: 0;
        left: 0;
        margin: auto;
        column-gap: 5px;
        justify-content: center;
    }
    .fv .appealblock .appealblock-point{
        width: 48%;
        max-height: 90px;
        border-radius: 8px;
        padding-bottom: 10px;
        position: relative;
    }
    .fv .appealblock .first-child {
        max-width: auto;
        min-width: auto;
        padding: 5px;
    }
    .fv .appealblock .second-child {
        max-width: auto;
        min-width: auto;
        padding: 5px;
    }
    .fv .appealblock .appealblock-point img{
        display: block;
        position: absolute;
        top: -18px;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        max-height: 35px;
    }
    .fv .appealblock .appealblock-point a{
        line-height: 1.4em;
        height: fit-content;
    }
    .fv, ul.sliderTop, .sliderTop li{
        width: 100%;
        height: calc(100vh - 165px);
        min-height: auto;
        max-height: 620px;
    }
    .fv h1{
        right: 8%;
        top: 18.5%;
    }
    /*SP版スライドショー*/
    .fv .sliderTop li:first-child {
        background: url(/assets/img/top_fv_slide01sp.png) no-repeat center;
        background-size: cover;
    }
    /* .fv .sliderTop li:nth-child(2) {
        background: url(/assets/img/top_fv_slide02sp.png) no-repeat center;
        background-size: cover;
    }
    .fv .sliderTop li:nth-child(3) {
        background: url(/assets/img/top_fv_slide03sp.png) no-repeat center;
        background-size: cover;
    }
    .fv .sliderTop li:nth-child(4) {
        background: url(/assets/img/top_fv_slide04sp.png) no-repeat center;
        background-size: cover;
    } */
}

/*お知らせ*/
#contents-maker-news {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 20px auto 0;
    padding: 20px 40px;
    border-radius: 15px;
    background-color: #F2F8FB;
    overflow-y: scroll;
}
#contents-maker-news dt {
    font-weight: bold;
    color: #036eb7;
    margin-right: 8px;
}
#contents-maker-news dt,
#contents-maker-news dd,
.cm-box a {
    font-size: clamp(13px,2.5vw,16px);
    width: auto;
    display: inline-block;
    height: 1.6em;
}
.news-inner-box {
    width: 100%;
    max-width: 850px;
    height: auto;
    left: 15px;
    bottom: 15px;
    margin: 50px auto 0;
}
.news-inner-box h2 {
    font-size: clamp(15px, 2.5vw, 17px);
    font-weight: bold;
    color: #036eb7;
    padding: 7px 20px;
    width: 130px;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
}
.cm-box {
    margin-top: 4px;
}
@media only screen and (max-width: 890px) {
    #contents-maker-news {
        max-height: 10em;
        width: calc(100% - 40px);
        max-width: 800px;
        margin: 20px auto 0;
        padding: 20px 30px;
    }
    .news-inner-box {
        margin: 30px auto 0;

    }
}

/* 施設紹介 */
.col-2 {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.card {
  height: 100%;
  background-color: #F2F8FB;
  border-radius: 10px;
}
.card .card-text {
  padding: 24px 24px 32px 24px;
}
.card .card-text h3 {
  text-align: center;
  font-size: clamp(16px,2.5vw,20px);
}
.card .card-text .btn-sayuri {
  padding: 15px;
  margin-top: 15px;
  background-color: #0d2e98;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
}
.card .card-text .btn-asaoyuri {
  padding: 15px;
  margin-top: 15px;
  background-color: #036eb7;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
}
.card .card-img img{
  border-radius: 10px 10px 0 0;
  width: 100%;
}

@media only screen and (max-width: 890px) {
  .col-2 {
    display: block;
    padding: 50px 20px 0;
  }
  .card {
    margin-bottom: 20px;
  }
}

/* ご挨拶 */
.greeting .flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.greeting ul li img {
    padding-right: 50px;
}
.clinic-dr-txt {
    max-width: 650px;
}
@media only screen and (max-width: 890px) {
    .greeting .flex-wrap {
        display: block;
        padding: 0px 20px 0;
    }
    .greeting .flex-wrap li img {
        text-align: center;
        display: block;
        margin: 0 auto;
        padding-right: 0px;
    }
    .clinic-dr-txt {
        max-width: 100%;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

/* リクルートとコンパスサイトへ遷移 */
.recruit {
    justify-content: center;
    display: flex;
}
.recruit ul {
padding: 0 20px;
}
.recruit ul li {
    text-align: center;
    padding-top: 30px;
}
@media only screen and (max-width: 890px) {
    .recruit ul li {
        padding-top: 10px;
    }
}

/*法人概要*/
ul.flexBox.over-view {
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 30px auto 0;
}
ul.flexBox.over-view li {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
}
ul.flexBox.over-view li strong {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: #324784;
    width: 25%;
    margin-right: auto;
}
ul.flexBox.over-view li p {
    width: 75%;
}
ul.flexBox.over-view li:nth-child(odd) {
    background-color: #f3f6ff;
}
.flexBox {
    display: flex
;
    flex-wrap: wrap;
}
.recruit ul li {
    text-align: center;
    padding-top: 30px;
}
/*style.cssに記述あり