
/*--------------------------------------------------------
mv
--------------------------------------------------------*/
.mv_swiper {
	overflow: visible!important;
}
.mv_card {
	position: relative;
}
.mv_card .card_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.mv_card .card_link:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
/*--------------------------------------------------------
blog
--------------------------------------------------------*/
.blog_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 16px;
	margin-bottom: 8px;
}
.blog_contents .blog_list {
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.blog_list.blog_related {
	padding: 0;
}

.blog_list li {
	width: 437px;
	margin: 0 16px 48px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.blog_contents .blog_list li {
	width: 100%;
	margin: 0;
	text-align: left;
}
.blog_list.blog_related li:first-child {
	margin: 0;
}

.blog_list li:hover {
	background: #f2f2f2;
}

.blog_list li div.text_area {
	padding: 16px;
}

.blog_list li a img:hover {
	opacity: 1;
}

.blog_list li a img {
	width: 100%;
	height: 238px;
	object-fit: cover;
	object-position: center center;
}

.blog_list li div.data1 {
	margin-bottom: 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

.blog_list li div.ttl {
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
}

.blog_list li div.data1 span.date {
	display: inline-block;
	margin: 0 5px 0 0;
	font-family: "Noto Sans";
}

.blog_list li div.data1 span.category {
	margin: 0 0 0 5px;
}

.blog_list li div.data1 span.category a {
	color: #333;
	text-decoration: underline;
}

.blog_list li div.author {
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}

.blog_list li div.author span.author_avater {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.blog_list li div.author span.author_name {
	font-weight: bold;
}


@media only screen and (max-width: 950px) {

	.blog_list li div.ttl {
		font-size: 16px;
	}
  	.blog_list li {
		width: 100%;
		margin: 0;
		padding: 24px 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.blog_contents .blog_list li {
		padding: 0;
	}
	.blog_list li:first-child {
		border-top: 1px solid #f2f2f2;
	}

	.blog_list li a img {
		width: 100%;
		height: 160px;
		min-height: 160px;
		object-fit: cover;
		object-position: center center;
	}

	.blog_list li div.text_area {
		padding: 8px 0;
	}

	.blog_list li div.data1 {
		font-size: 12px;
		line-height: 16px;
	}

	.blog_list li div.ttl {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.blog_list li div.author {
		line-height: 10px;
		font-size: 12px;
	}

	.blog_list li div.author span.author_position {
		margin-left: 44px;
	}

	.blog_list li div.author span.author_avater {
		width: 32px;
		height: 32px;
		margin-right: 8px;
		margin-bottom: -12px;
	}
}
/*--------------------------------------------------------
news
--------------------------------------------------------*/

.news_card {
	text-align: left;
}
.news_card .card_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.news_card .card_link:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.news_card  .thumbnail{
	width: 100%;
	aspect-ratio: 2 / 1;
	position: relative;
}
.news_card .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.news_card .date {
	display: inline-block;
	font-size: 12px;
	color: #333333;
	margin: 1em 0 .5em;
}
.news_card  .ttl {
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 950px) {
	.news_swiper {
		overflow: visible!important;
	}
}
/*--------------------------------------------------------
About us
--------------------------------------------------------*/
.about_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.about_textaera {
  width: 41%;
  text-align: left;
}
.about_imgarea {
  width: 52%;
}
.about_tit {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
}
.about_tit  .en {
  display: block;
  font-size: 66%;
}
@media only screen and (max-width: 950px) {
  .about_textaera {
    width: 100%;
  }
  .about_imgarea {
    width:  100%;
  } 
}


/*--------------------------------------------------------
Product
--------------------------------------------------------*/

.product_contents {
	display: flex;
	justify-content: space-around;
}
.product_unit {
	width: 40%;
	margin: 0 5%;
}

.product_unit .button {
	margin-top: 20px;
	margin-bottom: 0;
}


@media only screen and (max-width: 950px) {

	.product_contents {
		flex-direction: column;
		grid-gap: 60px;
		justify-content: flex-start;
	}
	.product_unit {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

}
/*--------------------------------------------------------
results
--------------------------------------------------------*/
.results_swiper {
	overflow: visible!important;
}
/*--------------------------------------------------------
member
--------------------------------------------------------*/
.member {
	position: relative;
	/* max-width: 220px; */
	text-align: left;
}
.member .member_head {
	position: relative;
}
.member .plofile {
	width: 100%;
	max-height: 100%;
	aspect-ratio:  1 / 1;
	position: absolute;
	right: 0;
	bottom: 0;
    background: linear-gradient(to left top, #fff 50%, transparent 50%) right center / contain no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 30%;
	padding-bottom: 4%;
}
.member .plofile  .name {
	font-size: 14px;
	font-weight: bold;
}
.member .plofile  .post {
	font-size: 10px;
}
.member .comment {
	font-size: 12px;
	line-height: 1.3;
	margin: 1.5em 0;
}
.member .snslist {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 20px;
}
.member .snslist .sns {
	max-width: 30px;
	width: 14%;
}

/*------------------------------------------------------------
Contact
-------------------------------------------------------------*/

.contact_form_main {
	max-width: 750px;
	margin: 0 auto;
}
.cont_contact h1 {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 24px 0;
}

.contact_form_main form {
	border-top: solid 1px #ccc;
	padding-top: 32px;
}

.c-input-item {
	display: table;
	width: 100%;
	margin: 0 0 32px 0;
}

.c-input-item dt {
	width: 185px;
	padding-right: 15px;
	font-weight: bold;
	color: #333;
}

.c-input-item dd {
	width: 70%;
}

.c-input-item .contact_item input {
	vertical-align: middle;
}

.c-input-item dt,
.c-input-item dd {
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	color: #333;
}

.c-input-item dt .req {
	color: #eb2929;
	font-size: 16px;
	font-weight: normal;
}
.c-input-item dd .flex {
	display: flex;

	grid-gap: 10px;
}
.c-input {
	font-weight: 400;
	-moz-transition: padding 0.4s;
	-o-transition: padding 0.4s;
	-webkit-transition: padding 0.4s;
	transition: padding 0.4s;
	background-color: #fff;
	height: 40px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e0e0e0;
	width: 100%;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	-webkit-appearance: none;
}

.contact_form_lead {
	margin: 0 0 32px 0;
}

.contact_form_lead p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	/*line-height: 21px;*/
	line-height: 27px;
	color: #333333;
	margin: 0 0 16px 0;
}

p.notes {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	margin: 0 0 16px 0;
}

p.notes .req {
	color: #eb2929;
	font-size: 16px;
}

.contact_form_main .form_submit {
	text-align: center;
	margin: 64px auto 0;
	/*max-width: 300px;*/
	display: flex;
	justify-content: center;
}

.contact_form_main .form_submit input[type="submit"] {
	border: none;
	padding: 16px;
	background: #333;
	color: #ffffff;
	transition: 0.3s;
	/*width: 100%;*/
	width: 250px;
	letter-spacing: normal;
	font-size: 18px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	-webkit-appearance: none;
}

.contact_form_main .form_submit input[type="submit"]:hover {
	opacity: 0.8;
}

.contact_form_main .form_submit input {
	width: 250px;
	border-radius: 0;
	margin: 0 10px;
	cursor: pointer;
	font-weight: bold;
}

.contact_form_main .form_submit input.back_btn {
	background: #fff;
	color: #828282;
	border: 1px solid #828282;
}

.contact_form_main .form_submit input.back_btn:hover {
	background: #f2f2f2;
	color: #c4c4c4;
}

.contact_form_main .contact_item {
	margin: 0 0 8px 0;
}

.c-input::placeholder {
	color: #ccc;
}

.c-input:-ms-input-placeholder {
	color: #ccc;
}

.c-input::-ms-input-placeholder {
	color: #ccc;
}

.cont_contact .hl2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 24px 0;
}

.cont_contact .read_more {
	margin: auto;
}

.cont_contact .mw_wp_form .error {
	font-size: 14px;
	color: #b70000;
	display: block;
	margin: 5px 0 0 5px;
	line-height: 21px;
}

@media only screen and (max-width: 950px) {



	.cont_contact h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 16px 0;
	}

	.contact_form_lead p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 24px 0;
	}

	.contact_form_lead {
		margin: 0 0 16px 0;
	}

	.c-input-item {
		display: block;
		margin: 0 0 16px 0;
	}

	.c-input-item dt,
	.c-input-item dd {
		display: block;
		font-size: 14px;
	}

	.c-input-item dt {
		width: 100%;
		padding-right: 0;
		margin: 0 0 8px 0;
	}

	.c-input-item dd {
		width: 100%;
	}

	.c-input {
		font-size: 14px;
		height: 30px;
	}

	.contact_form_main form {
		margin-top: 16px;
	}

	.contact_form_main .form_submit {
		margin: 32px auto 0;
		display: block;
	}

	.contact_form_main .form_submit input[type="submit"] {
		width: 100%;
		font-size: 14px;
		padding: 8px;
		margin: 0 0 16px 0;
	}

	.cont_contact .mw_wp_form .error {
		font-size: 12px;
	}

	.cont_contact .hl2 {
		font-size: 18px;
		line-height: 27px;
		margin: 0 0 16px 0;
	}
}