.home-text-01 {
	color: #8E6B19;
	font-size: 26px;
	 font-family: 'Noto Serif JP', serif;
	 line-height: 1.8;
}


.home-text-02 {
	color: #F0DEA0;
	font-size: 26px;
	 font-family: 'Noto Serif JP', serif;
	 line-height: 1.8;
}



.home-text-03 {

	font-size: 26px;
	 font-family: 'Noto Serif JP', serif;

}

@media screen and (max-width: 576px){

.home-text-01 {
	font-size: 18px;
	 font-family: 'Noto Serif JP', serif;
	 line-height: 1.8;
}


.home-text-02 {
	color: #F0DEA0;
	font-size: 18px;
	 font-family: 'Noto Serif JP', serif;
	 line-height: 1.8;
}



.home-text-03 {

	font-size: 22px;
	 font-family: 'Noto Serif JP', serif;

}



}


.home_feature_area {
	background:#fff url(../images/img2023-assets/home-01.png) no-repeat top center;
    background-size: 100%;
    padding: 26vw 0 80px;
    opacity: 0.9;
}


.home_feature_box {
	padding: 60px 80px;
	background: #fff;
	box-shadow: 5px 5px 50px #0000001A;
}

.home_feature_box .img_bg_box,
.home_feature_box_txt{
	min-height: 450px;
	height: auto;
}

.home_feature_box_txt {
	background: #fff;
	padding: 50px;
}


@media screen and (max-width: 576px){
	.home_feature_area {
    padding: 150px 0 40px;
    opacity: 0.9;
}



.home_feature_box .img_bg_box{
	min-height: 200px;
	height: 200px;
}
.home_feature_box_txt {
	min-height: auto;
	height: auto;
	padding: 30px 40px;
}


.home_feature_box {
	padding: 30px 30px;
	box-shadow: 5px 5px 30px #0000001A;
}


}












.home-dr-area {
    background:#000 url(../images/img2023-assets/home-02.png) no-repeat left top;
    background-size: contain;
}

.home-dr-area p{
	color: #fff;
}

@media screen and (max-width: 676px){

 .home-dr-area {
 	 background-image:none;
    padding:0;
}

.home-dr-area .container{
	background: none;
	padding-top: 0px;
}

}







.home_commit-accent {
	 font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	color: #8E6B19;
	margin-bottom: 8px;
}
.home_commit-title {
	 font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #8E6B19;
	margin-bottom: 28px;
}


@media screen and (max-width: 576px){

.home_commit-accent {
	font-size: 13px;
	margin-bottom: 4px;
}
.home_commit-title {
	font-size: 24px;
	margin-bottom: 16px;
}

}




.commit_area {
	
	padding: 100px;
	position: relative;
}


.commit_area .img_bg_box{
	min-height: 200px;
	height: 200px;
}
.commit_area_txt {
	min-height: auto;
	height: auto;
	padding: 30px 40px;
}
}


.commit_area-00 {
	padding: 50px 5% 10px;
}


.commit_area-01 {
	background:#FBFAF5 url(../images/img2023-assets/home-03.png) no-repeat right top;
    background-size: contain;
}
.commit_area-02 {
	background:#000 url(../images/img2023-assets/home-04.png) no-repeat left top;
    background-size: contain;
}

.commit_area-02 p {
	color: #fff;
}


.commit_area-02 .home_commit-accent,
.commit_area-02 .home_commit-title {
	color: #F0DEA0;
}


.commit_area-03 {
	background:#FBFAF5 url(../images/img2023-assets/home-05.png) no-repeat right top;
    background-size: contain;
}

@media screen and (max-width: 576px){

.commit_area-01,
.commit_area-02,
.commit_area-03 {
	background-image: none;
}


.commit_area {

	padding: 16px;
	position: relative;
}



.commit_area-00 {
	padding: 20px 5% 0px;
}




}



.feature-bg-r {
    font-family: "Arial",sans-serif;
    
    -webkit-text-fill-color: rgba(255,255,255,.5);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111;
    white-space: nowrap;
    font-size: 40rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: .2;
    position: absolute;
    top: .05em;
    right: .1em;
    z-index:0;
    font-style: italic;
}


.feature-bg-l {
    font-family: "Arial",sans-serif;
    -webkit-text-fill-color: rgba(0,0,0,.2);
    /* -webkit-text-stroke-width: 1px; */
    -webkit-text-stroke-color: #111;
    white-space: nowrap;
    font-size: 40rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: .2;
    position: absolute;
    top: .05em;
    left: .05em;
    z-index:0;
    font-style: italic;
}

@media screen and (max-width: 576px){

.feature-bg-r {
    display: none;
}


.feature-bg-l {
    display: none;
}


}


/*med_box
---------------------------------------------------------*/

.top-title {
	text-align: center;
	margin-bottom: 50px;

}
.top-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 320%;
	letter-spacing: .1em;
	line-height: 1.2em;
	color: #222;
}
.top-title p {
	margin-top: .4em;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: .25em;
	line-height: 1.2em;
	color: #555;
	font-family: 'Noto Serif JP', serif;
}


.top-title h2 span {
	color: #ecba89;
}


.top-title-w {
	text-align: center;
	margin-bottom: 50px;
}

.top-title-w h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 320%;
	letter-spacing: .1em;
	line-height: 1.2em;
	color: #fff;
}
.top-title-w p {
	margin-top: .4em;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: .25em;
	line-height: 1.2em;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

.top-title-w h2 span {
	color: #ecba89;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top-title {
	text-align: center;
	margin-bottom: 25px;
}

.top-title h2 {
	font-size: 200%;
}
.top-title p {
	font-size: 90%;
}







.top-title-w {
	text-align: center;
	margin-bottom: 25px;
}

.top-title-w h2 {
	
	font-size: 200%;
}
.top-title-w p {

	font-size: 90%;
}


}








/* corona
---------------------------------------------------------*/
.home-covid-link {
	display: block;
	width: 60%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
  position: relative;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 16px;
}



.home-covid-wrap {
	background: #fdf8f1;
	width: 100%;
	padding:3%;
	text-align: center;
}

.home-covid-area {
  width: 90%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
}

.corona-title {
  color: #90734a;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.corona{
  padding: 20px 0 20px;
  margin: 0 auto 50px auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

	.home-covid-link {
	display: block;
	width: 100%;
  max-width: 950px;
  padding: 16px 16px 16px 16px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 16px;
  position: relative;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 10px;
    position: absolute;
    right: 12px;
    top: 7px;
}


.corona{
  width: 90%;
  padding: 3.7% 0 2.5%;
  margin: 0 auto 9% auto;
}
}




.acd-check{
    display: none;
}
.acd-label{
   
   
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f13a';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 0px;
}
.acd-content{
	font-style: 16px;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f139';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}









/**/

.home-medical-area {
	background:#000 url(../images/xd/okuda-section5-treatment-bg-1.png) no-repeat center top;
    background-size: cover;
}


.home-medical-item {
	
}

.home-medical-item-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 16px;
	color: #f6ad48;
}

.home-medical-item-text {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(0,0,0,0.4);
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.home-medical-image {
	width: 50%;
	margin-bottom: 10px;
}



@media screen and (max-width: 576px){


.home-medical-item {
	display: block;
	background: rgba(255,255,255,0);
	min-height: auto;
	text-align: center;
	padding:0px;
	border-radius: 20px;
	margin:0px;
}

.home-medical-item-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 0px;
	color: #f6ad48;
}

.home-medical-item-text {
	display: none;
}
.home-medical-image {
	width: 60%;
}



	}


/*ブログ一覧*/


.home-blog-area {
	background:#fff url(../images/img2023-assets/home-06.png) no-repeat center top;
    background-size: 1200px;
    padding: 400px 5% 80px;
}

.home-blog-area-inner {
	background: #fff;
	padding: 50px 40px 30px;
	box-shadow: 5px 5px 50px #0000001A;
}

.blog-link-index {}


.blog-link-index ul li{
    list-style: none;
}



@media screen and (max-width: 576px){
.home-blog-area {
	background:#fff url(../images/img2023-assets/home-06.png) no-repeat center top;
    background-size: 500px;
    padding: 180px 3% 40px;
}

.home-blog-area-inner {
	background: #fff;
	padding: 30px 10px 20px;
	box-shadow: 5px 5px 20px #0000001A;
}




}


/*お知らせ
---------------------------------------------------------*/
.blog-link-index {
	
	padding: 0;
}

.blog-link-index li {
	padding: 1.0em 0;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	list-style: none;
}
.blog-link-index dl {
	margin-bottom: 0;
}
.blog-link-index li dt {
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #999;
	letter-spacing: 0em;
	line-height: 1.2em;
	margin-bottom: .4em;
	font-size: 14px;
}
.blog-link-index li dd {
	color: #4c3d40;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.7em;
	margin-bottom: 0em;
	position: relative;
	padding-left: .8em;
}
.blog-link-index li dd::before {
	font-family: 'dental';
	content: '\f105';
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-link-index li p {
	color: #666666;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.8em;
	margin-bottom: 0;
	color: rgba(0,0,0,0.5);
}

.blog-link-index .more {
	margin-top: 1.5em;
	text-align: right;
	font-size: 90%;
	letter-spacing: .3em;
	line-height: 1.2em;
}
.blog-link-index .more a {
	color: #1e1200;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.blog-link-index {
	
}

.blog-link-index h2 {
	font-size: 160%;
	letter-spacing: .1em;
	margin-bottom: 0;
}

.blog-link-index li {
	font-size: 90%;
	padding: 1.5em 0;
}

.blog-link-index .more {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.blog-link-index {
	
}
.blog-link-index .w1240 {
	display: block;
}
.blog-link-index .w1240 > div {
	width: 100%;
	max-width: 100%;
}
.blog-link-index .w1240 .box_l {
	margin-bottom: 10%;
}

.blog-link-index h2 {
	font-size: 140%;
	margin-bottom: 0;
}

.blog-link-index li {
	padding: .7em 0;
}

.blog-link-index li dt {
	margin-bottom: .2em;
	font-size: 13px;
}
.blog-link-index li dd {
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 0em;
	font-size: 15px;
}
.blog-link-index li p {
	letter-spacing: .05em;
	line-height: 1.6em;
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}

.blog-link-index .more {
	margin-top: 1.0em;
	letter-spacing: .1em;
}
}
/** append CSS **/
.sec__wrapper {
	padding: 2.5rem 1rem;
}
.sec__wrapper p {
	font-size: 15px;
}
.sec__inner-800 {
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sec__inner-1200 {
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.bnr__lp-block {
	padding: 24px 0;
	background: #fff;
}
.bnr__lp-link {
    width: calc(100% - 32px);
    margin: auto;
    display: block;
    max-width: 420px;
}
.bnr__lp-link img {
	width: 100%;
	height: auto;
}

.u__bg-01 {
	background-color: #f1eae2;
}
.u__serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
.u__pc-only {
	display: none;
}
@media screen and (min-width: 768px) {
	.sec__wrapper {
		padding: 4.5rem 4rem;
	}
	.sec__wrapper p {
		font-size: 16px;
	}
	.u__sp-only {
		display: none;
	}
	.u__pc-only {
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	.sec__wrapper {
		padding: 5rem 4rem;
	}
	.sec__inner-1400 {
		width: 1400px;
	}
	.sec__inner-1200 {
		width: 1200px;
	}
	.sec__inner-1000 {
		width: 1000px;
	}
	.sec__inner-800 {
		width: 800px;
	}
}
/** u-101 **/
.u-101__section {
	padding-bottom: 0;
}
.u-101__title {
	display: inline-block;
	font-size: 30px;
	margin-top: 24px;
}
.u-101__title-01:not(:last-child) {
	margin-bottom: 0;
}
.u-101__title-01 {
	display: block;
	color: #755819;
	padding-bottom: 0;
	text-align: center;
}
.u-101__title-area {
	text-align: center;
}
.u-101__eng {
	font-size: 0.55em;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
	color: #b0975c;
}
/** u-102 **/
.u-102__section {
	padding: 1px 16px 48px;
}
.u-102__flow {
	counter-reset: number 0;
	margin-top: 24px;
	padding-left: 88px;
}
.u-102__flex {
	position: relative;
}
.u-102__item-figure {
	margin: 24px 0;
}
.u-102__item-figure img {
	width: 100%;
	height: auto;
}
.u-102__item-box {
	transform: translateX(6px);
}
.u-102__item-content {
	transform: translateX(1rem);
	padding: 8px 0 16px;
}
.u-102__item-content::before {
	counter-increment: number 1;
	content: "0" counter(number);
	position: absolute;
	font-size: 30px;
	letter-spacing: -0.03em;
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	border-radius: 50%;
	left: -96px;
	background: #b0975c;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
.u-102__item-content::after {
	content: "";
	border-left: 2px solid #b0975c;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: -58px;
}
.u-102__item-title {
	font-size: 21px;
	color: #755819;
}
.u-102__item-text {
	padding-right: 24px;
	text-align: justify;
}
.u-102__completion {
	font-family: 'Lato', sans-serif;
	display: flex;
	border: 2px solid #b0975c;
	color: #b0975c;
	background: #fff;
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 1;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 64px;
	border-radius: 64px;
}
/** u-103 **/
.u-103__section {
	padding: 0 1.5rem 5.2rem;
}
.u-103__section em {
	font-style: normal;
}
.u-103__maroon {
	background: linear-gradient( -45deg, #c4b597 0%, #bbab8c 50%, #b09d70 50%, #90866e 100%);
	color: #fff;
	padding: 32px 16px 16px;
	margin-bottom: 48px;
}
.u-103__maroon-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #fff;
}
.u-103__maroon p {
	text-align: justify;
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 0;
}
.u-103__maroon p > em {
	font-size: 1.5em;
}
.u-103__maroon p.u-103__kome {
	line-height: 1.6;
}
.u-103__kome {
	margin-top: 0;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.u-103__white {
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	padding: 32px 24px;
}
.u-103__white-title {
	text-align: center;
	color: #b0975c;
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 24px;
}
.u-103__white p {
	text-align: justify;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
/** u-101 **/
	.u-101__section {
		padding-top: 5rem;
	}
	.u-101__title {
		margin-top: 16px;
		font-size: 33px;
	}
/** u-102 **/
	.u-102__section {
		padding: 1px 16px 0;
	}
	.u-102__item-title {
		font-size: 26px;
	}
	.u-102__flow {
		margin-top: 24px;
		padding-left: 0;
		padding-bottom: 40px;
		position: relative;
	}
	.u-102__flow::after {
		content: "";
		border-left: 2px solid #b0975c;
		width: auto;
		height: 64px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.u-102__flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.u-102__item-box {
		max-width: 360px;
		transform: translateX(0);
	}
	.u-102__item-text {
		padding-right: 0;
	}
	.u-102__flex:nth-child(even) {
		flex-direction: row-reverse;
	}
	.u-102__flex:nth-child(even) .u-102__item-box {
		margin-left: auto;
	}
	.u-102__flex:nth-child(even) .u-102__item-title {
		text-align: right;
	}
	.u-102__item-figure {
		margin: 0;
		width: 41%;
	}
	.u-102__item-content {
		transform: unset;
		width: 41%;
		padding-bottom: 40px;
	}
	.u-102__item-content::before {
		width: 96px;
		height: 96px;
		font-size: 42px;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
	}
	.u-102__item-content::after {
		transform: translate(-50%, 0);
		left: 50%;
	}
	.u-102__flex:first-child .u-102__item-content::after {
		height: 50%;
		top: unset;
		bottom: 0;
	}
	.u-102__item-title {
		margin-bottom: 16px;
	}
	.u-102__completion {
		width: 532px;
		margin: auto;
		height: 72px;
	}
/** u-103 **/
	.u-103__section {
		padding: 64px 4.8rem 9rem;
	}
	.u-103__maroon {
		padding: 56px 201px 32px;
		margin-bottom: 56px;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.u-103__maroon-title {
		font-size: 25px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.u-103__maroon-title > em {
		font-size: 0.89em;
		vertical-align: -0.05em;
	}
	.u-103__maroon p {
		text-align: center;
		margin: auto;
		display: block;
		font-size: 16px;
		line-height: 2.6;
	}
	.u-103__maroon p > em {
		line-height: 1;
		font-size: 1.83em;
	}
	.u-103__white {
		padding: 40px 96px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.u-103__white-title {
		width: 8em;
		margin: 0;
		font-size: 24px;
	}
	.u-103__white p {
		width: 500px;
	}
	.u-103__kome-area {
		margin-top: 16px;
	}
	.u-103__maroon p.u-103__kome {
		line-height: 2;
	}
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
/** u-101 **/
.u-101__title {
		margin-top: 1.177vw;
		font-size: 2.428vw;
	}
/** u-102 **/
	.u-102__section {
		padding: 0.074vw 1.177vw 0;
	}
	.u-102__item-title {
		font-size: 1.913vw;
	}
	.u-102__flow {
		margin-top: 1.766vw;
		padding-bottom: 2.943vw;
	}
	.u-102__flow::after {
		border-left: 0.147vw solid #b0975c;
		height: 4.709vw;
	}
	.u-102__item-box {
		max-width: 26.49vw;
	}
	.u-102__item-content {
		padding-bottom: 2.943vw;
	}
	.u-102__item-content::before {
		width: 7.064vw;
		height: 7.064vw;
		font-size: 3.091vw;
	}
	.u-102__item-title {
		margin-bottom: 1.177vw;
	}
	.u-102__completion {
		width: 39.146vw;
		height: 5.298vw;
	}
/** u-103 **/
	.u-103__section {
		padding: 4.709vw 4.8rem 9rem;
	}
	.u-103__maroon {
		padding: 4.121vw 14.79vw 2.355vw;
		margin-bottom: 4.121vw;
		max-width: 70.64vw;
	}
	.u-103__maroon-title {
		font-size: 1.84vw;
		padding-bottom: 1.766vw;
		margin-bottom: 1.766vw;
	}
	.u-103__maroon p {
		font-size: 1.177vw;
	}
	.u-103__white {
		padding: 2.943vw 7.064vw;
		max-width: 70.64vw;
	}
	.u-103__white-title {
		font-size: 1.766vw;
	}
	.u-103__white p {
		width: 36.792vw;
	}
}

.mv-bnrwrap {
	position: relative;
}

.mv-bnr_240717 {
    position: absolute;
    z-index: 2;
    bottom: 1.4vw;
    right: 27.106vw;
    width: 19.679vw;
    height: 7.942vw;
}

.mv-bnr_240717-link {
    display: block;
    width: 100%;
	transition: ease all 0.5s;
}

/*.mv-bnr_240717-link:hover {
    transform: scale(1.1);
}*/

.mv-bnr_240717-link img {
    width: 100%;
    height: auto;
}

.mv-bnr_240524 {
	display: block;
	position: absolute;
	bottom: 1.458vw;
	right: 6.406vw;
	width: 19.479vw;
	height: 8.542vw;
	z-index: 9999;
}

.mv-bnr_240524 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.medical-subject_bnrwrap {
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 16px;
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .medical-subject_bnrwrap {
	flex-direction: row;
	gap: 32px;
  }
}

@media screen and (max-width: 767px) {
	.mv-bnr_240717 {
		max-width: 420px;
	    width: calc(100% - 32px);
	    margin: 0 auto 24px;
	    height: auto;
	    position: static;
	}
	/*.mv-bnr_240717-link:hover {
	    transform: scale(1.05);
	}*/
}
.medical-subject_bnr {
	display: block;
	flex: 1;
}

.medical-subject_bnr img {
	width: 100%;
	height: auto;
	max-width: 100%;
}