@charset "utf-8";
/* home
-------------------------------------------------------------------*/
.home .seciton{
	position: relative;
	z-index: 0;
	font-weight: 200;
}
.home .home_h2_ttl{
	font-size:2rem;
	font-weight: 400;
	color: #062539;
	margin-bottom: 0.5em;
}
@media screen and (max-width:767px) {
	.home .home_h2_ttl{
		font-size: 1.75rem;
		margin-bottom: 0.5em;
		text-align: center;
	}
}
.home .mv_wrap.section .text_area {
	position: absolute;
	z-index: 1;
	width: fit-content;
	height: fit-content;
	margin: auto;
	inset: 0;
} 
.home .mv_wrap.section .text_area .mv_title{
	color: var(--white);
	margin-bottom: 4em;
	font-weight: 200;
	opacity: 0;
	filter: blur(10px);
	transition: opacity 2.0s ease 0.5s, filter 2.0s ease 0.5s
}
.home .mv_wrap.section .text_area .mv_title.once{
	opacity: 1; filter: blur(0); 
}
.home .mv_wrap.section .text_area .mv_title strong {
	font-size: min(4.375em , 5.4vw);
	border-bottom: 3px solid;
	font-weight: 700;
	padding-bottom: 0.1em;
}
.home .mv_wrap.section .text_area .mv_title span {
	display: block;
	margin: 1em;
	font-size: 1.375em;
	font-weight: 600;
	letter-spacing: -1px;
} 
.home .mv_wrap.section .img_area .mv_item img{
	height: 100%;
	min-height: 700px;
	height: 100%;
	object-fit: cover;
} 
@media screen and (max-width:1000px){
	.home .mv_wrap.section .text_area .mv_title strong {
		font-size: 3.5em;
		border-bottom: 3px solid;
	}
}
@media screen and (max-width: 767px){
	.home .mv_wrap.section .text_area .mv_title{
		margin-bottom: 0;
	}
	.home .mv_wrap.section .text_area .mv_title.once{
		opacity: 1; filter: blur(0); 
	}
	.home .mv_wrap.section .text_area .mv_title strong {
		font-size: min(3em , 8vw);
		border-bottom: 2px solid;
	}
	.home .mv_wrap.section .text_area .mv_title span {
		padding: 0.5em;
		font-size: 1.125em;
	} 
	.home .mv_wrap.section .img_area .mv_item img{
		min-height: 450px;
		object-position: 70%;
	} 
}
.home .about_wrap {
	padding-block: 15em 21em;
}
.home .about_wrap::before{
	content: "";
	display: block;
	background: var(--main_color);
	position: absolute;
	width: 39.5%;
	height: 70%;
	z-index: 0;
	margin: auto;
	inset: 0 auto auto 0;
}
.home .about_wrap .text_area {
	padding-left: 50%;
}
.home .about_wrap .text_area .about_text {
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom: 1em;
}
.home .about_wrap .text_area .about_text:has(em){
	margin-top: 1em;
	font-weight: 600;
	font-size: 1.25rem;
}
.home .about_wrap .img_area {
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 12% auto auto 8%;
	width: 36%;
}
.home .about_wrap .img_area .img{
	height: 600px;
}
.home .about_wrap .img_area .img img{
	height: 100%;
	width: auto;
	object-fit: cover;
}
@media screen and (max-width: 1240px) {
	.home .about_wrap {
		padding-block: 10em 6em;
	}
	.home .about_wrap::before{
		width: 44%;
		height: 70%;
	}
	.home .about_wrap .img_area {
		position: absolute;
		z-index: 0;
		margin: auto;
		inset: 4% auto auto 2%;
		width: 46%;
	}
	.home .about_wrap .img_area .img{
		height: 600px;
	}
}
@media screen and (max-width: 767px) {
	.home .about_wrap {
		padding-block: 3em 4em;
		margin-bottom: 1em;
	}
	.home .about_wrap::before{
		width: 79%;
		height: 23%;
		inset: auto 0 5% auto;
	}
	.home .about_wrap .text_area {
		padding-left: 0%;
	}
	.home .about_wrap .text_area .about_text {
		font-size: 1rem;
		line-height: 2;
		margin-bottom: 1em;
	}
	.home .about_wrap .text_area .about_text:has(em){
		font-weight: 600;
		margin-bottom: 1.5em;
		font-size: 1.25rem;
	}
	.home .about_wrap .img_area {
		inset: unset;
		width: 90%;
		margin-inline: auto 0;
		position: relative;
		aspect-ratio: 16/9;
		overflow: hidden;
	}
	.home .about_wrap .img_area .img{
		height: auto;
	}
	.home .about_wrap .img_area .img img{
		height: auto;
		width: auto;
	}
}
.home .plasma_wrap {
	  background-image: linear-gradient(0deg, rgb(243 245 247) 31%, rgb(255 255 255) 31%);
	  padding-inline: 2%;
}
.home .plasma_wrap .plasma_inner{
	background: var(--sub_color01);
	border-radius: 0.5em;
	padding: 5em 6em;
	display: flex;
	gap: 1em 4%;
}
.home .plasma_wrap .text_area {
	margin-top: 2em;
	width: 50%;
	color: var(--white);
}
.home .plasma_wrap .text_area .home_h2_ttl {
	color: var(--white);
}
.home .plasma_wrap .text_area .plasma_text {
	line-height: 2.4;
	margin-bottom: 5em;
}
.home .plasma_wrap .img_area {
	width: 46%;
}
@media screen and (max-width: 1300px){
	.home .plasma_wrap .plasma_inner{
		padding: 4em 2em;
	}
	.home .plasma_wrap .text_area {
		margin-top: 0em;
	}
}
@media screen and (max-width: 767px){
	.home .plasma_wrap {
		  padding-inline: 15px;
	}
	.home .plasma_wrap .plasma_inner{
		padding: 2em 1em 0;
		gap: 1em 4%;
		flex-direction: column;
	}
	.home .plasma_wrap .text_area {
		margin-top: 0;
		width: 100%;
	}
	.home .plasma_wrap .text_area .img{
		max-width: 80%;
		margin-inline: auto;
	}
	.home .plasma_wrap .text_area .plasma_text {
		line-height: 2;
		margin-top: 1em;
		margin-bottom: 2em;
	}
	.home .plasma_wrap .img_area {
		width: 100%;
	}
}
.home .use_wrap {
	background: #f3f5f7;
	padding-block: 8em 5em;
}
.home .use_wrap .home_h2_ttl {
	margin-bottom: 1em;
	text-align: center;
}
.home .use_wrap .use_lead{
	font-size: 1.125rem;
	line-height: 1.8;
	text-align: center;
	margin:0 auto 2em;
	max-width: 1000px;
	word-break: auto-phrase;
}
.home .use_wrap .use_list {
	display: flex;
	gap: 1em 3%;
}
.home .use_wrap .use_list .service_item {
	width: calc((100% - 9%)/4);
}
.home .use_wrap .use_list .service_item a {
	position: relative;
	z-index: 0;
	background: #fff;
	border: 2px solid var(--sub_color01);
	border-radius: 0.5em;
	aspect-ratio: 310/290;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 2.5em 0.5em 4em;
	color: var(--main_color);
	transition: var(--transition);
}
.home .use_wrap .use_list .service_item a:before{
	position: absolute;
	z-index: 1;
	display: inline-block;
	content: "";
	margin: auto;
	width: 55px;
	height: 55px;
	background: var(--white);
	border: 2px solid var(--sub_color01);
	border-radius: 0.5em;
	inset: auto -2px -2px auto;
	transition: var(--transition);
	padding: 0;
	box-sizing: unset;
}
.home .use_wrap .use_list .service_item a:after{
	position: absolute;
	z-index: 2;
	content: "";
	display: inline-block;
	inset: auto 1.3em 1.35em auto;
	margin: auto;
	transition: var(--transition);
	width: 12px;
	height: 12px;
	background-color: var(--main_color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
@media (any-hover: hover){
	.home .use_wrap .use_list .service_item a:hover{
		transform: translateY(5px);
	}
	.home .use_wrap .use_list .service_item a:hover:before,
	.home .use_wrap .use_list .service_item a:hover:after{
		--main_color: #ffffff;
		--white: #549fd7;
	}
}
.home .use_wrap .use_list .service_item a .item_num {
	font-size: 2rem;
	font-weight: 200;
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 2% auto auto 6%;
}
.home .use_wrap .use_list .service_item a .item_img {
	margin-bottom: 0.5em;
}
.home .use_wrap .use_list .service_item a .item_title {
	font-size: min(1.5rem , 1.8vw);
	text-align: center;
	min-height: 2lh;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width:1120px){
	.home .use_wrap .use_list .service_item a .item_title span{
		font-size: min(1.25rem , 1.6vw);
	}	
}
@media screen and (max-width:767px){
	.home .use_wrap {
		padding-block: 4em 4em;
	}
	.home .use_wrap .home_h2_ttl {
		margin-bottom: 0.5em;
	}
	.home .use_wrap .use_lead{
		font-size: 1rem;
		text-align: left;
		word-break: unset;
	}
	.home .use_wrap .use_list {
		gap: 1em 4%;
		flex-wrap: wrap;
	}
	.home .use_wrap .use_list .service_item {
		width: 48%;
	}
	.home .use_wrap .use_list .service_item a {
		aspect-ratio: auto;
		padding: 2em 0.5em 2.5em;
	}
	.home .use_wrap .use_list .service_item a:before{
		width: 30px;
		height: 30px;
	}
	.home .use_wrap .use_list .service_item a:after{
		width: 10px;
		height: 10px;
		inset: auto 0.7em 0.65em auto;
	}
	.home .use_wrap .use_list .service_item a .item_num {
		font-size: 1.75rem;
	}
	.home .use_wrap .use_list .service_item a .item_img {
		margin-bottom: 0.5em;
		width: 100px;
	}
	.home .use_wrap .use_list .service_item a .item_title {
		font-size: 1.5rem;
		min-height: fit-content;
	}
	.home .use_wrap .use_list .service_item a .item_title span{
		font-size: 1rem;
	}

	
}

.home .info_wrap {
	padding-block: 5em 5em;
}
.home .info_wrap .other_area {
	margin-bottom: 5em;
}
.home .info_wrap .other_area .other_list {
	display: flex;
	gap: 1em 4%;
}
.home .info_wrap .other_area .other_list .other_item {
	width: 48%;
}
.home .info_wrap .other_area .other_list .other_item a {
	position: relative;
	z-index: 0;
	display: flex;
	text-decoration: none;
	height: 100%;
	gap: 3em;
	padding: 1em 4em 1em 1em;
	border-radius: 0.5em;
	color: var(--white);
	align-items: center;
	background-image: linear-gradient(90deg, rgb(84 159 215), rgb(68 136 188));
	transition: var(--transition);
}
.home .info_wrap .other_area .other_list .other_item a:after{
	position: absolute;
	z-index: 2;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
	inset: 0 8% 0 auto;
	margin: auto;
	transition: var(--transition);
	width: 12px;
	height: 12px;
	background-color: var(--white);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;

}
.home .info_wrap .other_area .other_list .other_item a .img {
	width: 120px;
}
.home .info_wrap .other_area .other_list .other_item a .text_area{
	width: calc(100% - 120px); 
}
.home .info_wrap .other_area .other_list .other_item a .item_title {
	font-size: min(1.5rem , 2.1vw);
	margin-bottom: 0.5em;
}
@media (any-hover: hover){
	.home .info_wrap .other_area .other_list .other_item a:hover{
		transform: translateY(5px);		
	}
	.home .info_wrap .other_area .other_list .other_item a:hover:after{
		inset: 0 6% 0 auto;
	}	
}
.home .info_wrap .news_area {
	background: #f3f5f7;
	padding: 4em 1.5em 5em;
	border-radius: 0.75em;
}
.home .info_wrap .news_area .news_inner{
	max-width: 1000px;
	margin: auto;
	display: flex;
	gap: 2%;
}
.home .info_wrap .news_area .home_h2_ttl {
	width: 20%;
	margin-top: 0.5em;
}
.home .info_wrap .news_area .news_list {
	width: 78%;
}
.home .info_wrap .news_area .news_list li article a {
	position:relative;
	display: block;
	padding: 1.5em 0.1em 1.25em;
	transition:background .3s;
	text-decoration:none;
	font-weight: 500;
	border-bottom: 1px solid #d9d9d9;
	transition: var(--transition);
}
.home .info_wrap .news_area .news_list li article a .detail_area {
	display: flex;
	gap: 1em;
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_time {
	display: block;
	margin: 0 0 0.25em 0;
	min-width: 6em;
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_cat span{
	margin: 0 0.5em 0.5em 0;
	display: inline-block;
	background: var(--main_color);
	color: #fff;
	line-height: 1;
	padding: 0.15em 0.5em;
	min-width: 6em;
	text-align: center;
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_cat .information{
	background: #549fd7;	
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_cat .research{
	background: #062539;
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_cat .healthcare-workers{
	background: #ee9209;	
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_cat .exhibitions-seminars{
	background: #78b9cd;
}
.home .info_wrap .news_area .news_list li article a .detail_area .news_cat .update{
	background: #8561aa;	
}
.home .info_wrap .news_area .news_list li article a .news_title {
	font-size: 1.125rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media (any-hover: hover) {
	.home .info_wrap .news_area .news_list li article a:hover{
		background:#eeeeee ;
	}
}
.home .info_wrap .news_area .arrow_btn{
	max-width: 1000px;
	margin: 0.5em auto 0;
}
@media screen and (max-width: 1000px){
	.home .info_wrap .other_area .other_list .other_item a {
		gap: 1em;
		padding: 1em 2.5em 1em 1em;
	}
	.home .info_wrap .other_area .other_list .other_item a:after{
		inset: 0 5% 0 auto;
	}
}
@media screen and (max-width: 767px){
	.home .info_wrap {
		padding-block: 3em 4em;
	}
	.home .info_wrap .other_area {
		margin-bottom: 2em;
	}
	.home .info_wrap .other_area .other_list {
		gap: 1em 4%;
		flex-direction: column;
	}
	.home .info_wrap .other_area .other_list .other_item {
		width: 100%;
	}
	.home .info_wrap .other_area .other_list .other_item a {
		gap: 6%;
		padding: 1em 3em 1em 1em;
	}
	.home .info_wrap .other_area .other_list .other_item a:after{
		inset: 0 16px 0 auto;
	}
	.home .info_wrap .other_area .other_list .other_item a .img {
		width: 80px;
	}
	.home .info_wrap .other_area .other_list .other_item a .text_area{
		width: calc(94% - 80px); 
	}
	.home .info_wrap .other_area .other_list .other_item a .item_title {
		font-size: min(1.75rem , 4.6vw);
		margin-bottom: 0.25em;
	}
	.home .info_wrap .news_area {
		padding: 2em 1em 3em;
	}
	.home .info_wrap .news_area .news_inner{
		flex-direction: column;
	}
	.home .info_wrap .news_area .home_h2_ttl {
		width: 100%;
		margin-top: 0;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.home .info_wrap .news_area .news_list {
		width: 100%;
	}
	.home .info_wrap .news_area .news_list li article a {
		padding: 1.5em 0.1em 1.5em;
	}
	.home .info_wrap .news_area .news_list li article a .detail_area .news_time {
		min-width: 5em;
	}
	.home .info_wrap .news_area .news_list li article a .detail_area .news_cat span{
		padding: 0.25em 0.5em;
	}
	.home .info_wrap .news_area .news_list li article a .news_title {
		font-size: 1.125rem;
	}
}
.home .faq_wrap {
	background: var(--main_color);
	padding-block: 4em;
}
.home .faq_wrap .home_h2_ttl {
	text-align: center;
	color: #fff;
	margin-bottom: 1.25em;
}
.home .faq_wrap .faq_area {
	margin-bottom: 4em;
	max-width: 1000px;
	margin-inline: auto;
}
.home .faq_wrap .faq_area dl+dl {
	margin-top: 1.5em;
}
.home .faq_wrap .faq_area dl {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 0.35em;
}
.home .faq_wrap .faq_area dt {
	cursor: pointer;
	position: relative;
}
.home .faq_wrap .faq_area dt:before,
.home .faq_wrap .faq_area dt:after {
	content: "";
	width: 18px;
	height: 3px;
	background: var(--main_color);
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 6;
	transition: .5s transform;
}
.home .faq_wrap .faq_area dt .dt_col {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.5em;
	padding: 1.5em 2.5em 1.5em 1.5em;
	position: relative;
	margin-inline: 10px;
}
.home .faq_wrap .faq_area dt:after {
	transform: rotate(90deg);
}
.home .faq_wrap .faq_area dt i,
.home .faq_wrap .faq_area dd i{
	font-size: 1.75rem;
	color: var(--sub_color01);
	line-height: 1;
}
.home .faq_wrap .faq_area dt p {
	font-size: 1.125rem;
	padding-top: 0;
	width: calc(100% - 55px);
}
.home .faq_wrap .faq_area dt.opened:before {
	transform: rotate(-180deg);
}
.home .faq_wrap .faq_area dt.opened:after {
	transform: rotate(-180deg);
}
.home .faq_wrap .faq_area dd {
	margin-inline: 10px;
	padding: 1em 1.5em;
	position: relative;
	border-top: 1px solid #dadada;
}
.home .faq_wrap .faq_area dd .dd_col {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.5em;
}
.home .faq_wrap .faq_area dd .dd_col p {
	font-size: 1.125rem;
	padding-top: 0;
	width: calc(100% - 55px);
	line-height: 1.6;
}
.home .faq_wrap .faq_area dd .dd_col p a{
	text-decoration-color:#282828;
	text-decoration:underline;
	text-underline-offset:5px;
	transition:.4s text-decoration-color;
}
.home .faq_wrap .common_btn a {
	margin: auto;
	border: 1px solid var(--white) !important;
}
.faq_wrap_ann{
	color:#fff;
	margin-top:2em;
	font-size:0.875rem;
}
@media (any-hover: hover) {
	.home .faq_wrap .faq_area dd .dd_col p a:hover{
		text-decoration-color:transparent;
	}
}
@media screen and (max-width:767px){
	.home .faq_wrap {
		padding-block: 3em 1em;
	}
	.home .faq_wrap .home_h2_ttl {
		margin-bottom: 1em;
	}
	.home .faq_wrap .faq_area {
		margin-bottom: 3em;
	}
	.home .faq_wrap .faq_area dl+dl {
		margin-top: 1em;
	}
	.home .faq_wrap .faq_area dt:before,
	.home .faq_wrap .faq_area dt:after {
		width: 16px;
		height: 2px;
		right: 15px;
	}

	
	.home .faq_wrap .faq_area dt .dt_col {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 1.5em;
		padding: 1.5em 1.5em 1.5em 0.5em;
		position: relative;
		margin-inline: 10px;
	}
	.home .faq_wrap .faq_area dt:after {
		transform: rotate(90deg);
	}
	.home .faq_wrap .faq_area dt i,
	.home .faq_wrap .faq_area dd i{
		font-size: 1.75rem;
	}
	.home .faq_wrap .faq_area dt p {
		font-size: 1rem;
		padding-top: 0;
		width: calc(100% - 55px);
	}

	.home .faq_wrap .faq_area dd {
		margin-inline: 10px;
		padding: 1em 0.5em;
		position: relative;
		border-top: 1px solid #dadada;
	}
	.home .faq_wrap .faq_area dd .dd_col {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 1.5em;
	}
	.home .faq_wrap .faq_area dd .dd_col p {
		font-size: 1rem;
		width: 100%;
	}
}
.home .contact_wrap {
	padding-block: 6em;
}
.home .contact_wrap .home_h2_ttl {
	text-align: center;
	margin-bottom: 1.5em;
}
.home .contact_wrap .other_list {
	display: flex;
	gap: 2em 4%;
	max-width: 1000px;
	margin-inline: auto;
	justify-content:center;
}
.home .contact_wrap .other_list:has(.other_item:nth-child(n+2)){
	justify-content:space-between;
}
.home .contact_wrap .other_list .other_item{
	width:60%;
}
.home .contact_wrap .other_list:has(.other_item:nth-child(n+2)) .other_item {
	width: 48%;
}
.home .contact_wrap .other_list .other_item a {
	border: 2px solid var(--sub_color01);
	border-radius: 0.5em;
	background:  var(--sub_color01);
	background-image: linear-gradient(90deg, rgb(255 255 255) 50%, rgb(84 159 215) 50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(5px 5px 3px #e3edf3);
	text-decoration: none;
	padding: 2em 3em 2.5em;
	transition: filter 0.3s , transform 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.home .contact_wrap .other_list .other_item a::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 400px;
    height: 400px;
    inset: auto -3px -2% auto;
    background-color: #ffffff;
    border-radius: 0 0 50% 0;
    z-index: -1;
    transition:  border-radius 0.4s;
}
.home .contact_wrap .other_list .other_item a::after {
	position: absolute;
	z-index: 1;
    content: "";
    display: inline-block;
	inset: auto 4% 10% auto;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: var(--white);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;

}
@media (any-hover: hover){
	.home .contact_wrap .other_list .other_item a:hover{
		transform: translateY(5px);
	}
	.home .contact_wrap .other_list .other_item a:hover::before{
	    border-radius: 0 0 0 0;		
	}
	.home .contact_wrap .other_list .other_item a:hover::after{
		background-color: var(--sub_color01);
	}
}
.home .contact_wrap .other_list .other_item a .img {
	margin-bottom: 0.75em;
}
.home .contact_wrap .other_list .other_item a .item_title {
	font-size: 1.25rem;
}
@media screen and (max-width:767px) {
	.home .contact_wrap {
		padding-block: 4em 5em;
	}
	.home .contact_wrap .home_h2_ttl {
		margin-bottom: 1em;
	}
	.home .contact_wrap .other_list {
		gap: 1.5em;
		flex-direction: column;
		align-items: center;
	}
	.home .contact_wrap .other_list .other_item {
		width: 90%;
	}
	.home .contact_wrap .other_list .other_item a {
		padding: 1.25em 3em 2em;
	}
	.home .contact_wrap .other_list .other_item a::before {
	    width: 240px;
	    height: 240px;
	}
	.home .contact_wrap .other_list .other_item a .img {
		margin-bottom: 0em;
	}
}
.home .us_wrap{
	margin-bottom: 6em;
}
.home .us_wrap .us_inner{
	max-width: 1000px;
	margin: auto;
	width: auto;
	background: #f3f5f7;
	padding: 4em 1.5em 1em;
	border-radius: 0.75em;
	text-align: center;
}
.home .us_wrap .us_col .common_btn a{
	margin: auto;
}
@media screen and (max-width:767px) {
	.home .us_wrap{
		margin-bottom: 4em;
	}
	.home .us_wrap .us_inner{
		margin: 0 15px;
		width: auto;
		padding: 3em .5em 1em;
	}
}