@charset "utf-8";
/*------------------------------------------------------------
	トップーメインビジュアル
------------------------------------------------------------*/
#top_25 #top_mainvisual {
	position: relative;
	background: url("../img/251128/mainvisual_bg_01.jpg") no-repeat;
	background-position: 50% 12px;
	background-size: cover;
}
#top_25 #top_mainvisual .top_mainvisual_ttl {
  max-width: 1050px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
	gap: 15px;
}
#top_25 #top_mainvisual .top_mainvisual_ttl img {
  width: calc(100% / 3);
}
#top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(1), #top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(4) {
	height: 50px;
	object-fit: contain;
}
#top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(2), #top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(3) {
  height: 100%;
  object-fit: contain;
}
#top_25 #top_mainvisual .top_mainvisual_info {
	position: absolute;
	right: 5.5vw;
	bottom: 20%;
	transform: translate(0%, 50%);
	text-align: center;
	letter-spacing: 2px;
}
#top_25 #top_mainvisual .top_mainvisual_info img {
	width: clamp(90px, 17vw, 135px);
}


@media screen and (max-width:896px) {
  #top_25 #top_mainvisual {
    background: none;
    height: auto;
  }
  #top_25 #top_mainvisual .top_mainvisual_ttl {
    background: url("../img/251128/mainvisual_bg_02.jpg") no-repeat;
		background-position: 50% 50%;
		background-size: cover;
    width: 100%;
    height: auto;
    padding: 40px 5% 0;
    gap: 5px;
    min-height: 300px;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-template-rows: 100%;
  }
	#top_25 #top_mainvisual .top_mainvisual_ttl img {
    width: 100%;
	}
	#top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(3) {
		min-width: 63px;
	}
	#top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(1), #top_25 #top_mainvisual .top_mainvisual_ttl img:nth-child(4) {
		height: auto;
	}
}



/*------------------------------------------------------------
	トップーニュース
------------------------------------------------------------*/
#top_25 .bg {
	position: relative;
}
#top_25 .bg::before {
	content: "";
	background: url(../img/251128/top-news_bg_01.png) no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 100%;
	height: 727px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 60%);
	z-index: -1;
}
#top_25 #top_news .top_news_content {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 80px;
	margin: 145px 0 80px;
}
#top_25 #top_news .top_news_ttl {
	display: flex;
	gap: 15px;
	align-items: flex-end;
	color: #8C222B;
	height: fit-content;
}
#top_25 #top_news .top_news_ttl p {
	line-height: 1.0;
	font-size: 15px;
}
#top_25 #top_news .top_news_list ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#top_25 #top_news .top_news_list ul li {
	display: flex;
	align-items: baseline;
	gap: 45px;
}
#top_25 #top_news .top_news_list ul li p.date {
	color: #8C222B;
	font-size: 12px;
}
#top_25 #top_news .top_news_list ul li p.title {
	font-size: 15px;
}

@media screen and (max-width:896px) {
	#top_25 .bg::before {
		height: 375px;
		bottom: 0;
		top: 30%;
		transform: translate(-50%, -50%) rotate(180deg);
	}
  #top_25 #top_news .top_news_content {
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 75px 0 80px;
  }
  #top_25 #top_news .top_news_list ul li {
    gap: 10px;
    flex-direction: column;
  }
  #top_25 #top_news .top_news_list ul li p.date {
    font-size: 13px;
  }
}

/*------------------------------------------------------------
	トップーSNS
------------------------------------------------------------*/
#top_25 #top_sns .top_sns_content {
	max-width: 445px;
	margin: 0 auto 130px;
}
#top_25 #top_sns .top_sns_content .top_sns_line_btn a {
	background-color: #05C755;
	text-align: center;
	padding: 21px 10px;
	margin-top: 20px;
	display: block;
}
#top_25 #top_sns .top_sns_content .top_sns_line_btn img {
	max-height: 34px;
}

/*------------------------------------------------------------
	トップーアバウト
------------------------------------------------------------*/
#top_25 #top_about {
	position: relative;
	padding-bottom: 180px;
	z-index: 0;
}
#top_25 #top_about::before {
	content: "";
	background: url(../img/251128/top-about_bg_01.webp) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
	clip-path: polygon(0 0, 100% calc(0% + 190px), 100% 100%, 0% 100%);
}
#top_25 #top_about::after {
	content: "";
	background: url(../img/251128/top-about_icon_01.png) no-repeat right bottom;
	background-size: contain;
	width: 75%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -2;
}
#top_25 #top_about .top_about_content {
	display: grid;
	grid-template-columns: 50% 1fr;
	align-items: flex-end;
	gap: 60px;
	width: 90%;
	margin: 0 auto;
}
#top_25 #top_about .top_about_ttl {
	color: #fff;
	margin-bottom: 80px;
}
#top_25 #top_about .top_about_ttl h2 {
	font-size: clamp(20px, 5vw, 31px);
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 25px;
}
#top_25 #top_about .top_about_ttl p {
	line-height: 1.8;
	font-size: 15px;
}
#top_25 #top_about .top_about_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
#top_25 #top_about .top_about_list ul li a {
	background-color: rgba(0, 0, 0, 0.18);
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 28px 25px;
	line-height: 1.0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
}
#top_25 #top_about .top_about_right {
	padding-bottom: 200px;
}

@media screen and (min-width:1650px) {
	#top_25 #top_about {
		min-height: 1450px;
	}
	#top_25 #top_about::after {
    width: 1235px;
    height: 1300px;
		right: 35%;
		transform: translate(50%);
	}
	#top_25 #top_about .top_about_right {
		max-width: 700px;
		margin: 0 auto;
	}
}
@media screen and (max-width:896px) {
  #top_25 #top_about {
    padding-bottom: 80px;
  }
  #top_25 #top_about .top_about_content {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  #top_25 #top_about::before {
    background: url(../img/251128/top-about_bg_02.jpg) no-repeat center;
    background-size: cover;
    clip-path: polygon(0 calc(0% + 100px), 100% calc(0% + 180px), 100% 100%, 0% 100%);
  }
  #top_25 #top_about::after {
    content: "";
	  background: url(../img/251128/top-about_icon_02.png) no-repeat;
		background-position: 50% 5%;
    background-size: contain;
    width: 100%;
    right: 50%;
    bottom: auto;
    top: 0;
    transform: translate(50%);
  }
  #top_25 #top_about .top_about_ttl h2 {
    text-align: center;
  }
  #top_25 #top_about .top_about_list ul {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  #top_25 #top_about .top_about_ttl {
    margin-bottom: 40px;
  }
  #top_25 #top_about .top_about_right {
    padding-bottom: 72vw;
  }
}


/*------------------------------------------------------------
	トップーメッセージ
------------------------------------------------------------*/
#top_25 #top_message .top_message_content {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 100px;
	align-items: center;
	margin-bottom: 200px;
}
#top_25 #top_message .top_message_bg {
	position: relative;
}
#top_25 #top_message .top_message_bg::after {
	content: "";
	background: url(../img/251128/top-message_icon_01.png) no-repeat right bottom;
	background-size: contain;
	width: 70vw;
	height: 60vw;
	max-width: 977px;
	max-height: 782px;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: calc(100% - 50vw);
	z-index: -1;
}
#top_25 #top_message .top_message_slide ul li {
	width: 50%;
}
#top_25 #top_message .top_message_ttl {
	color: #8C222B;
}
#top_25 #top_message .top_message_ttl .message_ttl_area {
	margin-bottom: 45px;
}
#top_25 #top_message .top_message_ttl .message_ttl_area h3 {
	font-size: clamp(18px, 4vw, 24px);
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
}
#top_25 #top_message .top_message_slide {
	margin-left: calc(100% - 50vw);
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	position: relative;
	z-index: 0;
  width: auto;
}
#top_25 #top_message .top_message_slide::before {
	content: "";
  background: url(../img/251128/top-message_icon_02.png) no-repeat right;
  background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}
#top_25 #top_message .top_message_slide .infiniteslide_wrap:nth-of-type(2) {
  border-radius: 0;
}
#top_25 #top_message .top_message_ttl .top_message_btn {
	margin-top: 40px;
	width: fit-content;
}
#top_25 #top_message .top_message_ttl .top_message_btn a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #8C222B;
	padding-bottom: 20px;
}
#top_25 #top_message .top_message_ttl .top_message_btn a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #8C222B 30%, #D0D0D0 30%);
	position: absolute;
	left: 0;
	bottom: 0;
}
#top_25 #top_message .top_message_ttl .top_message_btn a span img {
	vertical-align: middle;
  width: 18px;
}

@media screen and (max-width:896px) {
	#top_25 #top_message .top_message_bg::after {
		background-size: contain;
		width: 100%;
		height: 100%;
		margin-left: calc(50% - 50vw);
		right: 0;
		bottom: 0;
		left: auto;
		top: auto;
		transform: translate(17%, 41%);
	}
  #top_25 #top_message .top_message_content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 100px;
  }
  #top_25 #top_message .top_message_slide {
    margin-left: calc(50% - 50vw);
  }
  #top_25 #top_message .top_message_ttl .message_ttl_area h2 img {
    height: clamp(45px, 11vw, 87px);
  }
}


/*------------------------------------------------------------
	トップー推しポイント
------------------------------------------------------------*/
#top_25 #top_point {
	position: relative;
}
#top_25 #top_point::before {
	content: "";
	background: url(../img/251128/top-point_bg_01.png) no-repeat center;
	background-size: contain;
	width: 60vw;
	height: 60vw;
	position: absolute;
	left: 60%;
	top: 20%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#top_25 #top_point .top_point_content {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	margin-bottom: 200px;
}
#top_25 #top_point .top_point_right {
	max-width: 400px;
}
#top_25 #top_point .top_point_right > img {
	max-width: 300px;
	margin-bottom: 20px;
}
#top_25 #top_point .top_point_right p {
	color: #8C222B;
	margin-bottom: 30px;
	font-size: 15px;
}
#top_25 #top_point .top_point_right .top_point_btn {
	width: fit-content;
}
#top_25 #top_point .top_point_right .top_point_btn a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #8C222B;
	padding-bottom: 20px;
}
#top_25 #top_point .top_point_right .top_point_btn a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #8C222B 30%, #D0D0D0 30%);
	position: absolute;
	left: 0;
	bottom: 0;
}
#top_25 #top_point .top_point_right .top_point_btn a span img {
	vertical-align: middle;
}

@media screen and (max-width:896px) {
	#top_25 #top_point::before {
		width: 600px;
		height: 500px;
		left: auto;
		top: auto;
		right: 0;
		bottom: 0;
		transform: translate(40%, 20%);
	}
  #top_25 #top_point .top_point_content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 85px;
  }
  #top_25 #top_point .top_point_left {
    margin-right: calc(50% - 50vw);
  }
}



/*------------------------------------------------------------
	トップーピックアップ病棟
------------------------------------------------------------*/
#top_25 #top_pickup .top_pickup_content {
	display: grid;
	grid-template-columns: auto auto;
	align-items: flex-end;
	gap: 60px;
	max-width: 1240px;
	width: 95%;
	margin: 0 auto;
}
#top_25 #top_pickup .top_pickup_right {
	max-width: 400px;
	color: #8C222B;
	position: relative;
}
#top_25 #top_pickup .top_pickup_right .top_pickup_right_inner > img {
	margin-bottom: 15px;
}
#top_25 #top_pickup .top_pickup_right h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 80px;
}
#top_25 #top_pickup .top_pickup_right p {
	font-size: 15px;
	margin-bottom: 50px;
}
#top_25 #top_pickup .top_pickup_right .top_pickup_btn {
	margin-top: 40px;
	width: fit-content;
}
#top_25 #top_pickup .top_pickup_right .top_pickup_btn a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #8C222B;
	padding-bottom: 20px;
}
#top_25 #top_pickup .top_pickup_right .top_pickup_btn a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #8C222B 30%, #D0D0D0 30%);
	position: absolute;
	left: 0;
	bottom: 0;
}
#top_25 #top_pickup .top_pickup_right .top_pickup_btn a span img {
	vertical-align: middle;
}
#top_25 #top_pickup .top_pickup_img {
	margin-right: calc(65% - 50vw);
	padding-bottom: 40px;
}

@media screen and (min-width:1400px) {
	#top_25 #top_pickup .top_pickup_img {
		min-width: 1000px;
	}
}
@media screen and (max-width:896px) {
	#top_25 #top_pickup {
		position: relative;
	}
	#top_25 #top_pickup::before {
		content: "";
		background: url(../img/251128/top-pickup_bg_01.png) no-repeat bottom right;
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translate(30%, 31%);
		z-index: -2;
	}
	#top_25 #top_pickup .top_pickup_content {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    width: 90%;
    margin: 0 auto;
  }
  #top_25 #top_pickup .top_pickup_img {
    margin-right: calc(27% - 50vw);
    padding-bottom: 0;
  }
  #top_25 #top_pickup .top_pickup_right {
    max-width: 100%;
  }
	#top_25 #top_pickup .top_pickup_right h2 {
		margin-bottom: 30px;
	}
	#top_25 #top_pickup .top_pickup_right p {
		margin-bottom: 30px;
	}
	#top_25 #top_pickup::after {
		content: "";
		background-color: #fff;
		width: calc(100% + 200px);
		height: calc(100% + 150px);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) skew(-20deg);
		z-index: -1;
	}
	
  #top_25 #top_pickup .top_pickup_right .top_pickup_right_inner > img {
    height: clamp(81px, 20vw, 129px);
  }
}

/*------------------------------------------------------------
	トップー固定チームナーシング
------------------------------------------------------------*/
#top_25 #top_nursing {
	position: relative;
	margin-top: 250px;
	padding-bottom: 250px;
}
#top_25 #top_nursing::before {
	content: "";
	background: url(../img/251128/top-teamnursing_ttl_01.svg) no-repeat;
	background-position: -25px 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#top_25 #top_nursing::after {
	content: "";
	background: url(../img/251128/top-teamnursing_bg_01.png) no-repeat;
	background-size: 30%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	z-index: -1;
}
#top_25 #top_nursing .top_nursing_ttl {
	padding: 65px 0 100px;
}
#top_25 #top_nursing .top_nursing_ttl h2 {
	font-size: clamp(18px, 4vw, 24px);
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
	color: #8C222B;
}
#top_25 #top_nursing .top_nursing_ttl h2 span {
	font-size: clamp(24px, 6vw, 38px);
}
#top_25 #top_nursing .top_nursing_list {
	margin-right: calc(50% - 50vw);
}
#top_25 #top_nursing .top_nursing_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#top_25 #top_nursing .top_nursing_list ul li {
	position: relative;
	height: fit-content;
}
#top_25 #top_nursing .top_nursing_list ul li:nth-child(2) {
	padding-top: 60px;
}

#top_25 #top_nursing .top_nursing_txt {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
#top_25 #top_nursing .top_nursing_txt h3 {
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	margin-bottom: 20px;
	font-size: 17px;
}

@media screen and (max-width:896px) {
  #top_25 #top_nursing {
    margin-top: 200px;
    padding-bottom: 130px;
  }
  #top_25 #top_nursing::before {
    background-position: 50% 0;
    background-size: 105%;
  }
  #top_25 #top_nursing::after {
    background-position: 0 115%;
    background-size: 40%;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }
  #top_25 #top_nursing .top_nursing_ttl {
    padding: 65px 0 50px;
  }
  #top_25 #top_nursing .top_nursing_list ul {
    grid-template-columns: 1fr;
  }
  #top_25 #top_nursing .top_nursing_list ul li:nth-child(1), #top_25 #top_nursing .top_nursing_list ul li:nth-child(3) {
    margin-right: calc(50% - 50vw);
    padding-left: 5%;
  }
  #top_25 #top_nursing .top_nursing_list ul li:nth-child(2) {
    padding-top: 0;
    padding-right: 5%;
    margin-left: calc(50% - 50vw);
  }
	#top_25 #top_nursing .top_nursing_list ul li:nth-child(1) .top_nursing_txt, #top_25 #top_nursing .top_nursing_list ul li:nth-child(3) .top_nursing_txt {
		padding-left: 5%;
	}
  #top_25 #top_nursing .top_nursing_list {
    margin-right: 0;
  }

}


/*------------------------------------------------------------
	トップークロストーク
------------------------------------------------------------*/
#top_25 #top_crosstalk {
	margin-bottom: 30px;
}
#top_25 #top_crosstalk .top_crosstalk_img {
	position: relative;
}
#top_25 #top_crosstalk .top_crosstalk_img .img01 {
	width: 100%;
}
#top_25 #top_crosstalk .top_crosstalk_img .ttl_img {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(22px, -100px);
}
#top_25 #top_crosstalk .top_crosstalk_box {
	max-width: 1335px;
	width: 95%;
	margin: -65px auto 0;
	background-color: #fff;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 100px;
	padding: 70px 75px;
}
#top_25 #top_crosstalk .top_crosstalk_box::before {
	content: "";
	background: url(../img/251128/top-crosstalk_bg_01.png) no-repeat top left;
	background-size: 244px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#top_25 #top_crosstalk .top_crosstalk_ttl h3 {
	font-size: clamp(24px, 6vw, 36px);
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
	color: #8C222B;
}
#top_25 #top_crosstalk .top_crosstalk_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#top_25 #top_crosstalk .top_crosstalk_list ul li {
	position: relative;
}
#top_25 #top_crosstalk .top_crosstalk_list ul li p {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #fff;
	font-size: clamp(12px, 4vw, 18px);
}
#top_25 #top_crosstalk .top_crosstalk_list ul li span {
	line-height: 1.0;
}

@media screen and (max-width:1235px) {
	#top_25 #top_crosstalk .top_crosstalk_box {
    grid-template-columns: 1fr;
		gap: 50px;
	}
}
@media screen and (max-width:896px) {
	#top_25 #top_crosstalk {
		position: relative;
	}
	#top_25 #top_crosstalk::before {
		content: "";
		background: url(../img/251128/top-teamnursing_bg_01.png) no-repeat;
		background-position: 0 30%;
		background-size: 50% auto;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(180deg);
		z-index: -1;
	}
	#top_25 #top_crosstalk .top_crosstalk_img .ttl_img {
		height: clamp(54px, 14vw, 149px);
		transform: translate(7px, -9.2vw);
	}
  #top_25 #top_crosstalk .top_crosstalk_box {
    width: 90%;
    margin: -40px auto 0;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 25px;
  }
  #top_25 #top_crosstalk .top_crosstalk_box::before {
    background-size: clamp(100px, 25vw, 244px);
  }
  #top_25 #top_crosstalk .top_crosstalk_ttl h3 {
    text-align: center;
  }
  #top_25 #top_crosstalk .top_crosstalk_list ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:385px) {
	#top_25 #top_crosstalk .top_crosstalk_img .ttl_img {
		transform: translate(7px, -36px);
	}
}


/*------------------------------------------------------------
	トップーバナー
------------------------------------------------------------*/
#top_25 #top_bnr .top-banner_content {
	margin-bottom: 140px;
}
#top_25 #top_bnr .top-banner_content ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
#top_25 #top_bnr .top-banner_content ul li {
	border-left: 1px solid #D0D0D0;
}
#top_25 #top_bnr .top-banner_content ul li:last-child {
	border-right: 1px solid #D0D0D0;
}
#top_25 #top_bnr .top-banner_content ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	color: #8C222B;
	padding-top: 10px;
}
#top_25 #top_bnr .top-banner_content ul li a p {
  text-align: center;
}

@media screen and (max-width:896px) {
	#top_25 #top_bnr .top-banner_content {
    margin-bottom: 75px;
	}
  #top_25 #top_bnr .top-banner_content ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
		position: relative;
  }
	#top_25 #top_bnr .top-banner_content ul::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #D0D0D0;
		position: absolute;
		left: 50%;
		top: calc(50% - 11px);
		transform: translate(-50%, -50%);
	}
  #top_25 #top_bnr .top-banner_content ul li {
    border-left: 0;
  }
  #top_25 #top_bnr .top-banner_content ul li:last-child {
    border-right: 0;
  }
  #top_25 #top_bnr .top-banner_content ul li:nth-child(odd) {
    border-right: 1px solid #D0D0D0;
  }
  #top_25 #top_bnr .top-banner_content ul li:nth-child(-n+2) {
    padding-bottom: 20px;
  }
  #top_25 #top_bnr .top-banner_content ul li:nth-child(n+3) {
    padding-top: 20px;
  }
  #top_25 #top_bnr .top-banner_content ul li a {
    gap: 10px;
  }
}

/*------------------------------------------------------------
	トップーギャラリー
------------------------------------------------------------*/
#top_25 #top_gallary .top_gallary_content {
	padding: 40px 0;
}
#top_25 #top_gallary .top_gallary_content ul {
	gap: 45px;
	align-items: flex-start !important;
}
#top_25 #top_gallary .top_gallary_content ul li img {
	height: 130px;
}
#top_25 #top_gallary .top_gallary_content ul li.h01 img {
	height: 166px;
}

@media screen and (max-width:896px) {
 #top_25 #top_gallary .top_gallary_content ul li img {
    height: 63px;
  }
  #top_25 #top_gallary .top_gallary_content ul li.h01 img {
    height: 78px;
  }
}