@charset 'UTF-8';
/*!
 * Theme Name:  MEDiA LiNK
 * Template:    genesis
 * カスタマイズ用のCSSファイル
 */

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

 /*メインビジュアル */
 .home .has-hero-slider .front-page-1 .slick-slider {
	height: 100vh;
}
.home .slick-slide .slick-image {
	min-height: unset;
}

@media (min-width: 896px) {
	.has-hero-slider .front-page-1 h2.slide1-title {
		font-size: 6.4rem !important;
		top: -10% !important;
	}
	.has-hero-slider .front-page-1 hr.slide1-hr {
		border-bottom-color: #abcd03;
		left: 0;
		top: 25%;
		width: 0;
	}
	.has-hero-slider .front-page-1 p.slide1-line1 {
		font-size: 4rem !important;
		top: 38% !important;
	}
	.has-hero-slider .front-page-1 p.slide1-line2 {
		/* Vison ビジネスを変革し、ワクワクであふれる明日をつくる */
		font-size: 4rem !important;
		top: 58% !important;

		/* HAPPY 関わるすべての人に感動とHAPPYを！*/
		/*font-size: 2.8rem !important;*/
		/*top: 120% !important;*/

		max-width: 620px !important;
	}
	.has-hero-slider .front-page-1 p.slide1-line3 {
		font-size: 3.2rem !important;
		top: 92% !important;
	}
	.has-hero-slider .medialink-hero-slider.slide1.mission2025 h2.title {
		font-size: 5.2rem !important;
		top: 0 !important;
	}
	.has-hero-slider .medialink-hero-slider.slide1.mission2025 .mission-text {
		font-size: 3.6rem !important;
	}
	.has-hero-slider .front-page-1 p.slide1-line1.mission-text {
		top: 33% !important;
	}
	.has-hero-slider .front-page-1 p.slide1-line2.mission-text {
		top: 51% !important;
	}
	.has-hero-slider .medialink-hero-slider.slide1.mission2025 p.company-name {
		font-size: 2.8rem !important;
		top: 87% !important;
	}
}
@media (max-width: 767px) {
	.has-hero-slider .front-page-1 .mission2025 h2.title {
		font-size: 4.2rem !important;
		top: 45% !important;
		left: 0;
	}
	.has-hero-slider .front-page-1 .medialink-hero-slider.slide1.mission2025 .slide1-hr {
		border-bottom-color: #fff;
		top: 65% !important;
	}
	.has-hero-slider .front-page-1 p.slide1-line2.mission-text {
		top: 92%;
	}
	.has-hero-slider .medialink-hero-slider.slide1.mission2025 p.company-name {
		top: 115%;
	}
}



 /*ヘッダー */
 @media (min-width: 896px) {
 	.home .front-page-1 .site-header > .wrap {
 		max-height: 90px;
 	}
 	.home .front-page-1 .menu-item {
 		max-height: 90px;
 	}
	.home #menu-header-menu > .menu-item:first-child {
		display: none;
	}
	.menu-item .sub-menu {
		width: 32rem;
	}
	#menu-header-menu > .menu-item:first-child a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#menu-header-menu > .menu-item:first-child a span:before {
		content: '';
		width: 20px;
		height: 20px;
		margin: 0 auto 2px;
		display: block;
		background: url("assets/images/home-icon.svg") no-repeat;
		background-size: cover;
		will-change: background-image;
	}
	#menu-header-menu > .menu-item:first-child a:hover span:before {
		background-image: url("assets/images/home-white.svg");
	}
}
@media (min-width: 1152px) {
	#menu-header-menu > .menu-item:first-child a {
		width: 70px;
	}
}

 /* TOPページ */
.home .featured-content .type-post > a {
	padding-top: 87%;
    position: relative;
	min-height: auto;
	overflow: hidden;
	border-color: #bbb;
}
.home .featured-content .type-post > a img {
	max-height: unset;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.home .featured-content .entry-title a[target="_blank"] {
	display: inline-block;
	vertical-align: top;
}
.home .featured-content .entry-title a[target="_blank"]:after {
	margin-left: 3px;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("assets/images/window.svg");
	background-size: cover;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: top;
}
.home .featured-content .entry-title a[target="_blank"]:hover:after {
	background-image: url("assets/images/window_green.svg");
}
.home .widget-title span {
	display: block;
	font-size: 1.6rem;
	margin-top: 5px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media (max-width: 767px) {
	.home .featured-content .type-post > a {
		padding-top: 83%;
	}
	.home .featured-content .type-post > a img {
		width: 100%;
	}
	.has-hero-slider .front-page-1 p.slide1-line3 {
		font-size: 1.9rem !important;
	}
}


.front-page-2 > .wrap {
	padding-right: 4vw;
	padding-left: 4vw;
}
.front-page-2 > .wrap .textwidget strong {
	font-size: 1.2em;
}

@media (min-width: 768px) {
	.front-page-2 > .wrap {
		padding-bottom: 55rem !important;
	}
}

.content .front-page-2 .widget_media_image img {
	object-position: bottom;
}

@media (min-width: 768px) {
	.content .front-page-2 .widget_media_image img {
		object-fit: contain;
	}
}
@media (min-width: 1440px) {
	.content .front-page-2 .widget_media_image img {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.content .front-page-2 .widget_media_image img {
		object-fit: contain;
	}
}

@media (max-width: 767px) {
	.content .front-page-2 {
		padding-bottom: 9rem;
	}
	.content .front-page-2 .widget_media_image img {
		object-fit: cover;
	}
}

@media screen and (min-width: 768px) {
	.content .front-page-2 > .wrap {
		padding-bottom: 10rem;
	}
}

@media screen and ( min-width: 920px) {
	.content .front-page-2 > .wrap {
		padding-bottom: 16rem;
	}
}
@media screen and (min-width: 1150px) {
	.content .front-page-2 > .wrap {
		padding-bottom: 25rem;
	}
}
@media screen and (min-width: 1500px) {
	.content .front-page-2 > .wrap {
		padding-bottom: 38rem;
	}
}
@media screen and (min-width: 1890px) {
	.content .front-page-2 > .wrap {
		padding-bottom: 52rem;
	}
}


.front-page-3 .entry .entry-title a {
	margin: 0 -2.5rem;
	font-size: 1.8rem;
}

@media (min-width: 896px) {
	.front-page-3 .services-wrap .development-wrap,
	.front-page-3 .services-wrap .engineering-wrap {
		padding: 5rem 7rem;
	}
	.front-page-3 .services-wrap .development-wrap .entry {
		width: 30% !important;
	}
}

.home .front-page-7 .widget-title span {
	padding-bottom: 20px;
	font-size: 1.8rem;
	font-family: "Roboto Condensed", メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 865px) {
	.home .front-page-7 .widget-title {
		padding-bottom: 0;
	}
	.home .front-page-3 .widget-title {
		margin-bottom: 0;
	}
}


 /* 一覧ページ */
.blog .entry-image-link {
	padding-top: 67%;
    position: relative;
    overflow: hidden;
	min-height: auto !important;
	border-color: #bbb !important;
}
.blog .entry-image-link img {
	max-height: unset;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.blog .entry-title .entry-title-link[target="_blank"],
.archive.category .entry-title .entry-title-link[target="_blank"] {
	display: block;
	vertical-align: top;
}
.blog .entry-title .entry-title-link[target="_blank"]:after,
.archive.category .entry-title .entry-title-link[target="_blank"]:after {
	margin-left: 3px;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("assets/images/window.svg");
	background-size: cover;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: top;
}
.blog .entry-title .entry-title-link[target="_blank"]:hover:after,
.archive.category .entry-title .entry-title-link[target="_blank"]:hover:after {
	background-image: url("assets/images/window_green.svg");
}

@media (max-width: 895px) {
	.blog .entry-image-link img {
		width: 100%;
	}
}


/* ロゴスライダー */
@media (min-width: 768px) {
	.home .front-page-4 .gallery-item {
		margin: 0 1rem !important;
		padding: 0 5px;
	}
}
@media (min-width: 1152px) {
	.home .front-page-4 .gallery-item {
		margin: 0 1.2rem !important;
		padding: 0 8px;
	}
}


 /* カテゴリーページ */
.archive .entry-image-link {
	padding: 0 10px;
	min-height: 180px !important;
}


 /* フッター 加盟ロゴ */
@media (min-width: 768px) {
	#media_gallery-5 .gallery {
		justify-content: space-between;
	}
	#media_gallery-5 .gallery .gallery-item {
		margin-left: 0;
		margin-bottom: 0;
		width: auto;
	}
}


 /* 社長挨拶 */
.page-company-message .widget_media_image .widget-wrap {
	position: relative;
}

.page-company-message .message-page-1 .message-wrap .entry-label {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-company-message .message-page-1 .message-wrap .entry-label p {
	margin-bottom: 0;
}
.page-company-message .message-page-1 .message-wrap .entry-sns {
	margin: 0;
	display: flex;

}
.page-company-message .message-page-1 .message-wrap .entry-sns li {
	list-style-type: none;
}
.page-company-message .message-page-1 .message-wrap .entry-sns li + li {
	margin-left: 15px;
}
.page-company-message .message-page-1 .message-wrap .entry-sns .entry-snsBtn {
	width: 40px;
	height: 40px;
	background: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}
.page-company-message .message-page-1 .message-wrap .entry-sns .entry-snsBtn:hover {
	opacity: 0.7;
}

@media (min-width: 896px) {
	.page-company-message .message-page-1 .message-wrap .text-wrap {
		padding: 9rem 7rem 8rem;
	}
}

@media (min-width: 768px) {
	.page-company-message .widget_media_image .widget-wrap img {
		height: 700px !important;
		width: auto;
		margin: auto;
	}
	.page-company-message .footer-widget-area .widget_media_image .widget-wrap img {
		width: 294.71px;
		height: auto !important;
	}
	.page-company-message .footer-widget-area .widget_media_image .widget-wrap:after {
		content: none;
	}
	.page-company-message .widget_media_image .widget-wrap:after {
		content: '';
		display: block;
		width: 100%;
		height: 700px;
		background: #f5f5f5; /* Old browsers */
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.page-company-message .message-page-1 {
		padding-top: 0;
	}
	.page-company-message .message-page-1 .wrap {
		padding-top: 0;
	}
	.page-company-message .message-page-1 .widget-title {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0;
	}
	.page-company-message .message-page-1 .wrap .left-wrap {
		padding-top: 140px;
	}
	.page-company-message .message-page-1 .wrap .right-wrap {
		bottom: -210px;
	}
}
@media (max-width: 767px) {
	.message-page-1 .widget_media_image .widget-wrap img {
		object-position: 65%;
	}
	.page-company-message .message-page-1 .message-wrap .entry-sns li + li {
		margin-left: 8px;
	}
	.page-company-message .message-page-1 .message-wrap .entry-sns .entry-snsBtn {
		width: 36px;
		height: 36px;
	}
}


 /* 入力フォーム */
.contact-page #genesis-footer-widgets .footer-widgets-2 .button {
	display: none;
}
.contact-page #genesis-footer-widgets .map-link {
	display: none;
}

.wpcf7-form .contact-form input,
.wpcf7-form .contact-form select,
.wpcf7-form .contact-form textarea {
	font-size: 1.6rem;
}

.contact-page .wpcf7-form .form-caution {
	margin-top: 40px;
	text-align: center;
}

.contact-page .wpcf7-form .form-button.form-group {
	background: #fff;
}

.contact-page .wpcf7-form .wpcf7-submit {
	width: auto;
}
.contact-page .wpcf7-form a[target="_blank"] {
	position: relative;
	margin-right: 20px;
	display: inline-block;
}
.contact-page .wpcf7-form a[target="_blank"]:before {
	content: '';
	width: 0;
	height: 0;
	background-image: url("assets/images/window_green.svg");
}
.contact-page .wpcf7-form a[target="_blank"]:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url("assets/images/window.svg");
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.contact-page .wpcf7-form a[target="_blank"]:hover:after {
	background-image: url("assets/images/window_green.svg");
}

@media (min-width: 896px) {
	.wpcf7-form .contact-form input,
	.wpcf7-form .contact-form select,
	.wpcf7-form .contact-form textarea {
		font-size: 1.4rem;
	}
}



 /* 製品情報系ページ */
#products-page-1 {
	padding-bottom: 0;
}
.products-page-1 .ai-wrap {
	padding: 5rem 0;
	border-top: 1px solid #ddd;
}
.products-page-1 .telephony-wrap {
	background: #fff;
}

.products-page-1 .cloud-wrap {
	padding: 5rem 0;
}
.products-page-1 .learning-wrap {
	padding: 5rem 0;
}
.products-page-1 .wrap .widget-subtitle {
	margin-bottom: 40px;
	padding-top: 0;
}
.products-page-1 .aito-wrap,
.products-page-1 .mediaseries-wrap {
	display: flex;
	flex-wrap: wrap;
}
.products-page-1 .entry.laclos,
.products-page-1 .entry.sinclo,
.products-page-1 .entry.mediaseries {
	margin-bottom: 30px !important;
	padding: 2rem !important;
	margin-top: 0;
	max-width: unset !important;
	min-height: unset;
}
.products-page-1 .entry.laclos .entry-title,
.products-page-1 .entry.sinclo .entry-title,
.products-page-1 .entry.mediaseries .entry-title {
	margin-bottom: 0;
}
.products-page-1 .entry.laclos .entry-content .entry-content-txt,
.products-page-1 .entry.sinclo .entry-content .entry-content-txt,
.products-page-1 .entry.mediaseries .entry-content .entry-content-txt {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.products-page-1 .entry.laclos .entry-content .button:after,
.products-page-1 .entry.sinclo .entry-content .button:after,
.products-page-1 .entry.mediaseries .entry-content .button:after {
	content: none;
}
.products-page-1 .entry.laclos .entry-content .button span,
.products-page-1 .entry.sinclo .entry-content .button span,
.products-page-1 .entry.mediaseries .entry-content .button span {
	position: relative;
}
.products-page-1 .entry.laclos .entry-left,
.products-page-1 .entry.sinclo .entry-left {
	margin-bottom: 40px;
}

.products-page-1 .entry.laclos .entry-left .entry-logo,
.products-page-1 .entry.sinclo .entry-left .entry-logo,
.products-page-1 .entry.mediaseries .entry-left .entry-logo {
	margin: auto;
}

.products-page-1 .entry.laclos .button-wrap,
.products-page-1 .entry.sinclo .button-wrap,
.products-page-1 .entry.mediaseries .button-wrap {
	text-align: left;
}
.products-page-1 .entry.laclos .button-wrap .button,
.products-page-1 .entry.sinclo .button-wrap .button,
.products-page-1 .entry.mediaseries .button-wrap .button {
	width: 100%;
	position: static;
	margin: 0;
}
.products-page-1 .entry-section-txt {
	text-align: center;
	font-size: 1.8rem;
}
.products-page-1 .aito-wrap .entry,
.products-page-1 .mediaseries-wrap .entry {
	padding: 2rem;
}

.products-page-1 .aito-wrap .entry > a,
.products-page-1 .mediaseries-wrap .entry > a {
	width: calc(100% + 4rem);
	margin: -2rem -2rem 0rem;
}
.products-page-1 .aito-wrap .entry .entry-image-gradient img,
.products-page-1 .mediaseries-wrap .entry .entry-image-gradient img {
	max-width: unset;
	width: 100%;
}
.products-page-1 .aito-wrap .entry .entry-header
.products-page-1 .mediaseries-wrap .entry .entry-header {
	margin-top: -3rem;
	position: relative;
}
.products-page-1 .aito-wrap .entry .entry-logo
.products-page-1 .mediaseries-wrap .entry .entry-logo {
	max-width: 260px;
}

.products-page-1 .aito-wrap .entry .entry-content-catch,
.products-page-1 .mediaseries-wrap .entry .entry-content-catch {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.6rem;
}
.products-page-1 .aito-wrap .entry .entry-content-txt,
.products-page-1 .mediaseries-wrap .entry .entry-content-txt {
	margin-top: 7px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.2rem;
    color: #666;
}


.widget-wrap .custom-html-widget .products-wrap .entry {
	position: relative;
	padding-bottom: calc(80px + 3rem);
}
.widget-wrap .custom-html-widget .products-wrap .entry .button {
	margin-top: 20px;
	padding: 0;
	width: calc(100% - 6rem);
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.products-page-1 .entry.laclos .button[target="_blank"]:after,
.products-page-1 .entry.sinclo .button[target="_blank"]:after,
.products-page-1 .aito-wrap .entry .button[target="_blank"] span,
.products-page-1 .mediaseries-wrap .entry .button[target="_blank"]:after,
.widget-wrap .custom-html-widget .products-wrap .entry .button[target="_blank"]:after {
	content: none;
}
.products-page-1 .entry.laclos .button[target="_blank"] span,
.products-page-1 .entry.sinclo .button[target="_blank"] span,
.products-page-1 .aito-wrap .entry .button[target="_blank"] span,
.products-page-1 .mediaseries-wrap .entry .button[target="_blank"] span,
.widget-wrap .custom-html-widget .products-wrap .entry .button[target="_blank"] span {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}

.products-page-1 .entry.laclos .button[target="_blank"] span:after,
.products-page-1 .entry.sinclo .button[target="_blank"] span:after,
.products-page-1 .aito-wrap .entry .button[target="_blank"] span:after,
.products-page-1 .mediaseries-wrap .entry .button[target="_blank"] span:after,
.widget-wrap .custom-html-widget .products-wrap .entry .button[target="_blank"] span:after {
	content: '';
	display: block;
	width: 16px;
    height: 16px;
    background: url(assets/images/window_green.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	transition: background .3s ease;
}
.products-page-1 .mediaseries-wrap .entry .button.mediacalls,
.widget-wrap .custom-html-widget .products-wrap .entry .button.mediacalls,
.mediacalls-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #fc7e28;
	color: #fc7e28;
}
.products-page-1 .mediaseries-wrap .entry .button.mediaoffice,
.widget-wrap .custom-html-widget .products-wrap .entry .button.mediaoffice {
	box-shadow: inset 0 0 0 3px #36a3df;
	color: #36a3df;
}
.products-page-1 .mediaseries-wrap .entry .button.mediavoice,
.widget-wrap .custom-html-widget .products-wrap .entry .button.mediavoice {
	box-shadow: inset 0 0 0 3px #aacd06;
	color: #aacd06;
}
.widget-wrap .custom-html-widget .products-wrap .entry .button.sinclo,
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalk .button {
	box-shadow: inset 0 0 0 3px #63ba93;
	color: #63ba93;
}
/* 20231205 add */
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalkgai .button {
	box-shadow: inset 0 0 0 3px #0097B2;
	color: #0097B2;
}
.widget-wrap .custom-html-widget .products-wrap .entry .button.laclos {
	box-shadow: inset 0 0 0 3px #E65298;
	color: #E65298;
}

.products-page-1 .mediaseries-wrap .entry .button.mediacalls[target="_blank"] span:after,
.widget-wrap .custom-html-widget .products-wrap .entry .button.mediacalls[target="_blank"] span:after {
    background-image: url(assets/images/window_orange.svg);
}
.products-page-1 .mediaseries-wrap .entry .button.mediaoffice[target="_blank"] span:after,
.widget-wrap .custom-html-widget .products-wrap .entry .button.mediaoffice[target="_blank"] span:after {
    background-image: url(assets/images/window_blue.svg);
}
.products-page-1 .mediaseries-wrap .entry .button.mediavoice[target="_blank"] span:after,
.widget-wrap .custom-html-widget .products-wrap .entry .button.mediavoice[target="_blank"] span:after {
    background-image: url(assets/images/window_green.svg);
}
.widget-wrap .custom-html-widget .products-wrap .entry .button.sinclo[target="_blank"] span:after,
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalk .button[target="_blank"] span:after {
    background-image: url(assets/images/window_green3.svg);
}
/* 20231205 add */
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalkgai .button[target="_blank"] span:after {
    background-image: url(assets/images/window_blue2.svg);
}
.widget-wrap .custom-html-widget .products-wrap .entry .button.laclos[target="_blank"] span:after {
    background-image: url(assets/images/window_pink.svg);
}

.products-page-1 .mediaseries-wrap .entry:hover .button,
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button {
	color: #fff;
}
.products-page-1 .mediaseries-wrap .entry:hover .button .button.mediacalls,
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button.mediacalls {
	background: #fc7e28;
}
.products-page-1 .mediaseries-wrap .entry:hover .button .button.mediaoffice,
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button.mediaoffice {
	background: #36a3df;
}
.products-page-1 .mediaseries-wrap .entry:hover .button .button.dx-tel,
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button.dx-tel {
	background: #333;
}
.products-page-1 .mediaseries-wrap .entry:hover .button .button.mediavoice,
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button.mediavoice {
	background: #aacd06;
}
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button.sinclo,
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalk:hover .button {
	background: #63ba93;
}

/* 20231205 add */
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalkgai:hover .button {
	background: #0097B2;
}
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button.laclos {
	background: #E65298;
}

/* 20231205 mediatalkgai add */
.products-page-1 .entry.laclos:hover .entry-content .button[target="_blank"] span:after,
.products-page-1 .entry.sinclo:hover .entry-content .button[target="_blank"] span:after,
.products-page-1 .entry.sinclo.mediatalk:hover .entry.sinclo.mediatalkgai:hover .entry-content .button[target="_blank"] span:after,
.products-page-1 .mediaseries-wrap .entry:hover .entry-content .button[target="_blank"] span:after,
.widget-wrap .custom-html-widget .products-wrap .entry:hover .button[target="_blank"] span:after,
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalk:hover .button[target="_blank"] span:after,
.widget-wrap .custom-html-widget .dxtel-wrap .dxtel-entry.mediatalkgai:hover .button[target="_blank"] span:after {
    background-image: url(assets/images/window_white.svg);
}


.mediacalls-page .lower-page-widget .wrap,
.mediavoice-page .lower-page-widget .wrap,
.laclos-page .lower-page-widget .wrap,
.sinclo-page .lower-page-widget .wrap,
.mediaoffice-page .lower-page-widget .wrap {
	padding: 3rem 0 !important;
	max-width: 1000px;
}
.mediacalls-page .lower-page-widget,
.mediavoice-page .lower-page-widget,
.laclos-page .lower-page-widget,
.sinclo-page .lower-page-widget,
.mediaoffice-page .lower-page-widget,
.mediatalk-page .lower-page-widget,
.mediatalkgai-page .lower-page-widget {
	padding: 5rem 2rem;
}

 .mediaseries-page .content,
 .mediacalls-page .content,
 .mediavoice-page .content,
 .laclos-page .content,
 .sinclo-page .content,
 .mediaoffice-page .content,
 .mediatalk-page .content,
 .mediatalkgai-page .content {
    background-color: #f5f5f5;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
 }

.list-intro .widget-intro {
	line-height: 2;
}

.products-page .content .list-intro,
.mediacalls-page .list-intro,
.mediacalls-page .list-intro,
.mediaseries-page .list-intro,
.mediavoice-page .list-intro,
.laclos-page .list-intro,
.sinclo-page .list-intro,
.mediaoffice-page .list-intro,
.mediatalk-page .list-intro,
.mediatalkgai-page .list-intro {
	background-color: #fff;
    width: 100%;
    text-align: center;
	padding: 10rem 2rem 5rem;
}

@media (min-width: 896px) {
	.products-page-1 .ai-wrap {
		padding: 10rem 0;
	}
	.products-page-1 .telephony-wrap {
		padding: 10rem 0;
	}
	.products-page-1 .cloud-wrap {
		padding: 10rem 0;
	}
	.products-page-1 .learning-wrap {
		padding: 10rem 0;
	}
	.products-page-1 .entry.laclos .entry-content .entry-content-txt,
	.products-page-1 .entry.sinclo .entry-content .entry-content-txt,
	.products-page-1 .entry.mediaseries .entry-content .entry-content-txt {
		text-align: left;
	}
	.products-page-1 .entry.laclos .entry-left .entry-logo,
	.products-page-1 .entry.sinclo .entry-left .entry-logo,
	.products-page-1 .entry.mediaseries .entry-left .entry-logo {
		margin: 0;
	}
	.mediacalls-page .list-intro,
	.mediaseries-page .list-intro,
	.mediavoice-page .list-intro,
	.laclos-page .list-intro,
	.sinclo-page .list-intro,
	.mediaoffice-page .list-intro {
	    padding: 100px 0;
	    padding: 10rem 0 5rem;
	}
	.mediacalls-page .lower-page-widget,
	.mediavoice-page .lower-page-widget,
	.laclos-page .lower-page-widget,
	.sinclo-page .lower-page-widget,
	.mediaoffice-page .lower-page-widget {
		padding: 5rem 0rem;
	}
}

.mediacalls-page .site-inner .widget-title,
.mediaseries-page .site-inner .widget-title,
.mediavoice-page .site-inner .widget-title,
.mediatalk-page .site-inner .widget-title,
.mediatalkgai-page .site-inner .widget-title,
.laclos-page .site-inner .widget-title,
.sinclo-page .site-inner .widget-title,
.mediaoffice-page .site-inner .widget-title {
	width: 100%;
	margin-bottom: 1.2em;
	text-align: center;
	text-transform: none;
}
.mediacalls-page .site-inner .widget-title:after,
.mediaseries-page .site-inner .widget-title:after,
.mediavoice-page .site-inner .widget-title:after,
.mediatalk-page .site-inner .widget-title:after,
.mediatalkgai-page .site-inner .widget-title:after,
.laclos-page .site-inner .widget-title:after,
.sinclo-page .site-inner .widget-title:after,
.mediaoffice-page .site-inner .widget-title:after {
	display: block;
	content: '';
	height: 1px;
	width: 60px;
	width: 6rem;
	background-color: #333;
	margin: 40px auto 44px;
	margin: 4rem auto 4.4rem;
}

.mediacalls-page .logo-wrap,
.mediaseries-page .logo-wrap,
.mediavoice-page .logo-wrap,
.mediatalk-page .logo-wrap,
.mediatalkgai-page .logo-wrap,
.laclos-page .logo-wrap,
.sinclo-page .logo-wrap,
.mediaoffice-page .logo-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.mediacalls-page .logo-wrap img,
.mediaseries-page .logo-wrap img,
.mediavoice-page .logo-wrap img,
.mediatalk-page .logo-wrap img,
.mediatalkgai-page .logo-wrap img,
.laclos-page .logo-wrap img,
.sinclo-page .logo-wrap img,
.mediaoffice-page .logo-wrap img {
	margin: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.mediacalls-page .button-wrap,
.mediaseries-page .button-wrap,
.mediavoice-page .button-wrap,
.mediatalk-page .button-wrap,
.mediatalkgai-page .button-wrap,
.laclos-page .button-wrap,
.sinclo-page .button-wrap,
.mediaoffice-page .button-wrap {
	margin-top: 50px;
	text-align: center;
}

.products-page-1 .entry .button,
.mediaseries-page .button-wrap .button {
	max-width: 32rem;
	width: 100% !important;
	padding: 0 10px !important;
	background: #fff;
}
.products-page-1 .entry.laclos .entry-content .button[target="_blank"] span,
.products-page-1 .entry.sinclo .entry-content .button[target="_blank"] span,
.products-page-1 .entry.mediaseries .entry-content .button[target="_blank"] span,
.mediacalls-page .button-wrap .button[target="_blank"] span,
.mediaseries-page .button-wrap .button[target="_blank"] span,
.mediavoice-page .button-wrap .button[target="_blank"] span,
.mediatalk-page .button-wrap .button[target="_blank"] span,
.mediatalkgai-page .button-wrap .button[target="_blank"] span,
.laclos-page .button-wrap .button[target="_blank"] span,
.sinclo-page .button-wrap .button[target="_blank"] span,
.mediaoffice-page .button-wrap .button[target="_blank"] span {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}

.mediacalls-page .button-wrap .button[target="_blank"]:after,
.mediaseries-page .button-wrap .button[target="_blank"]:after,
.mediavoice-page .button-wrap .button[target="_blank"]:after,
.mediatalk-page .button-wrap .button[target="_blank"]:after,
.mediatalkgai-page .button-wrap .button[target="_blank"]:after,
.laclos-page .button-wrap .button[target="_blank"]:after,
.sinclo-page .button-wrap .button[target="_blank"]:after,
.mediaoffice-page .button-wrap .button[target="_blank"]:after {
	content: none;
}

.products-page .entry.mediaseries .button-wrap .button[target="_blank"] span:after, 
.mediacalls-page .button-wrap .button[target="_blank"] span:after,
.mediaseries-page .button-wrap .button[target="_blank"] span:after,
.mediavoice-page .button-wrap .button[target="_blank"] span:after,
.mediatalk-page .button-wrap .button[target="_blank"] span:after,
.mediatalkgai-page .button-wrap .button[target="_blank"] span:after,
.laclos-page .button-wrap .button[target="_blank"] span:after,
.sinclo-page .button-wrap .button[target="_blank"] span:after,
.mediaoffice-page .button-wrap .button[target="_blank"] span:after {
	content: '';
	display: block;
	width: 16px;
    height: 16px;
    background: url(assets/images/window.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: background 0.3s ease;
}

.products-page-1 .entry.mediaseries:hover .entry-content .button[target="_blank"] span:after,
.mediacalls-page .button-wrap .button[target="_blank"]:hover span:after,
.mediacalls-page .list-intro .entry:hover .button-wrap .button[target="_blank"] span:after, 
.mediaoffice-page .button-wrap .button[target="_blank"]:hover span:after,
.mediaoffice-page .list-intro .entry:hover .button-wrap .button[target="_blank"] span:after, 
.mediavoice-page .button-wrap .button[target="_blank"]:hover span:after,
.mediavoice-page .list-intro .entry:hover .button-wrap .button[target="_blank"] span:after, 
.mediatalk-page .button-wrap .button[target="_blank"]:hover span:after,
.mediatalk-page .list-intro .entry:hover .button-wrap .button[target="_blank"] span:after, 
.mediatalkgai-page .button-wrap .button[target="_blank"]:hover span:after,
.mediatalkgai-page .list-intro .entry:hover .button-wrap .button[target="_blank"] span:after, 
.sinclo-page .button-wrap .button[target="_blank"]:hover span:after,
.laclos-page .button-wrap .button[target="_blank"]:hover span:after,
.mediaseries-page .button-wrap .button[target="_blank"]:hover span:after {
    background-image: url(assets/images/window_white.svg);
}


.mediacalls-page .imgTxt-conts,
.mediaseries-page .imgTxt-conts,
.mediavoice-page .imgTxt-conts,
.mediatalk-page .imgTxt-conts,
.mediatalkgai-page .imgTxt-conts,
.laclos-page .imgTxt-conts,
.sinclo-page .imgTxt-conts,
.mediaoffice-page .imgTxt-conts {
	width: 100%;
}
.mediacalls-page .imgTxt-detail,
.mediaseries-page .imgTxt-detail,
.mediavoice-page .imgTxt-detail,
.mediatalk-page .imgTxt-detail,
.mediatalkgai-page .imgTxt-detail,
.laclos-page .imgTxt-detail,
.sinclo-page .imgTxt-detail,
.mediaoffice-page .imgTxt-detail {
	text-align: left;
    font-size: 1.8rem;
}
.mediacalls-page .imgTxt-detail p,
.mediaseries-page .imgTxt-detail p,
.mediavoice-page .imgTxt-detail p,
.mediatalk-page .imgTxt-detail p,
.mediatalkgai-page .imgTxt-detail p,
.laclos-page .imgTxt-detail p,
.sinclo-page .imgTxt-detail p,
.mediaoffice-page .imgTxt-detail p {
	font-size: 1.6rem;
}


.mediacalls-page .imgTxt-img,
.mediaseries-page .imgTxt-img,
.mediavoice-page .imgTxt-img,
.mediatalk-page .imgTxt-img,
.mediatalkgai-page .imgTxt-img,
.laclos-page .imgTxt-img,
.sinclo-page .imgTxt-img,
.mediaoffice-page .imgTxt-img {
	margin-bottom: 20px;
}
.mediacalls-page .imgTxt-img img,
.mediaseries-page .imgTxt-img img,
.mediavoice-page .imgTxt-img img,
.mediatalk-page .imgTxt-img img,
.mediatalkgai-page .imgTxt-img img,
.laclos-page .imgTxt-img img,
.sinclo-page .imgTxt-img img,
.mediaoffice-page .imgTxt-img img {
	margin: auto;
}

.products-page .entry.laclos,
.products-page .entry.sinclo,
.products-page .entry.mediaseries,
.mediaseries-page .list-intro .entry,
.mediacalls-page .list-intro .entry,
.mediavoice-page .list-intro .entry,
.mediaoffice-page .list-intro .entry {
	padding: 2rem;
	max-width: 1000px;
	margin: auto;
	margin-top: 50px;
	width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.5641%;
    transition: all .3s ease;
    border: 1px solid #ddd !important;
}
.products-page-1 .aito-wrap .entry,
.products-page-1 .mediaseries-wrap .entry {
    border: 1px solid #ddd !important;
}
.products-page .entry.mediaseries .entry-left,
.mediaseries-page .list-intro .entry .entry-left,
.mediacalls-page .list-intro .entry .entry-left,
.mediavoice-page .list-intro .entry .entry-left,
.mediaoffice-page .list-intro .entry .entry-left {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.mediaseries-page .list-intro .entry .entry-left .entry-logo,
.mediacalls-page .list-intro .entry .entry-left .entry-logo,
.mediavoice-page .list-intro .entry .entry-left .entry-logo,
.mediaoffice-page .list-intro .entry .entry-left .entry-logo {
	margin: auto;
}

.products-page .entry.laclos .entry-left .button-logo,
.products-page .entry.sinclo .entry-left .button-logo,
.products-page .entry.mediaseries .entry-left .button-logo,
.mediaseries-page .list-intro .entry .entry-left .button-wrap,
.mediacalls-page .list-intro .entry .entry-left .button-wrap,
.mediavoice-page .list-intro .entry .entry-left .button-wrap,
.mediaoffice-page .list-intro .entry .entry-left .button-wrap {
	margin: 0;
	text-align: left;
}

.products-page .entry.laclos .entry-left .button-wrap .button,
.products-page .entry.sinclo .entry-left .button-wrap .button,
.products-page .entry.mediaseries .entry-left .button-wrap .button,
.mediaseries-page .list-intro .entry .entry-left .button-wrap .button,
.mediacalls-page .list-intro .entry .entry-left .button-wrap .button,
.mediavoice-page .list-intro .entry .entry-left .button-wrap .button,
.mediaoffice-page .list-intro .entry .entry-left .button-wrap .button {
	padding: 0;
	text-align: center;
}

.mediaseries-page .list-intro .entry:hover,
.mediacalls-page .list-intro .entry:hover,
.mediavoice-page .list-intro .entry:hover,
.mediaoffice-page .list-intro .entry:hover {
	opacity: 0.8;
}

.products-page .entry.laclos:hover .entry-left .button-wrap .button,
.products-page .entry.sinclo:hover .entry-left .button-wrap .button,
.products-page .entry.mediaseries:hover .entry-left .button-wrap .button,
.mediaseries-page .list-intro .entry:hover .entry-left .button-wrap .button,
.mediacalls-page .list-intro .entry:hover .entry-left .button-wrap .button,
.mediavoice-page .list-intro .entry:hover .entry-left .button-wrap .button,
.mediaoffice-page .list-intro .entry:hover .entry-left .button-wrap .button {
	color: #fff;
}


@media (min-width: 896px) {
	.products-page .entry,
	.products-page .entry.mediaseries,
	.mediaseries-page .list-intro .entry,
	.mediacalls-page .list-intro .entry,
	.mediavoice-page .list-intro .entry,
	.mediaoffice-page .list-intro .entry {
	    padding: 3rem;
	}
	.products-page .entry.laclos,
	.products-page .entry.sinclo,
	.products-page .entry.mediaseries {
		margin-top: 0;
		margin-bottom: 40px !important;
		padding: 3rem !important;
	}
	.products-page .entry.laclos .entry-left,
	.products-page .entry.sinclo .entry-left,
	.products-page .entry.mediaseries .entry-left,
	.mediaseries-page .list-intro .entry .entry-left,
	.mediacalls-page .list-intro .entry .entry-left,
	.mediavoice-page .list-intro .entry .entry-left,
	.mediaoffice-page .list-intro .entry .entry-left,
	.mediatalk-page .list-intro .entry .entry-left,
	.mediatalkgai-page .list-intro .entry .entry-left {
		margin-bottom: 0;
		width: 45.71795%;
	}
	.mediaseries-page .list-intro .entry .entry-left .entry-logo,
	.mediacalls-page .list-intro .entry .entry-left .entry-logo,
	.mediavoice-page .list-intro .entry .entry-left .entry-logo,
	.mediaoffice-page .list-intro .entry .entry-left .entry-logo {
		margin: 0;
		margin-bottom: 40px;
	}
	.products-page .entry .entry-right,
	.products-page .entry.mediaseries .entry-right,
	.mediaseries-page .list-intro .entry .entry-right,
	.mediacalls-page .list-intro .entry .entry-right,
	.mediavoice-page .list-intro .entry .entry-right,
	.mediaoffice-page .list-intro .entry .entry-right {
		margin-left: 2.5641%;
		width: 51.71795%;
	}
	.products-page .entry.laclos .entry-right > a,
	.products-page .entry.sinclo .entry-right > a,
	.products-page .entry.mediaseries .entry-right > a,
	.mediaseries-page .list-intro .entry .entry-right > a,
	.mediacalls-page .list-intro .entry .entry-right > a,
	.mediavoice-page .list-intro .entry .entry-right > a,
	.mediaoffice-page .list-intro .entry .entry-right > a,
	.mediatalk-page .list-intro .entry .entry-right > a,
	.mediatalkgai-page .list-intro .entry .entry-right > a {
		max-width: calc(100% + 6rem);
		margin: 0;
		margin: -3rem;
	}
}

@media (min-width: 896px) {
	.mediacalls-page .imgTxt-conts,
	.mediaseries-page .imgTxt-conts,
	.mediavoice-page .imgTxt-conts,
	.laclos-page .imgTxt-conts,
	.sinclo-page .imgTxt-conts,
	.mediaoffice-page .imgTxt-conts,
	.mediatalk-page .imgTxt-conts,
	.mediatalkgai-page .imgTxt-conts {
		display: flex;
		flex-flow: row-reverse;
	}

	.mediacalls-page .imgTxt-detail,
	.mediaseries-page .imgTxt-detail,
	.mediavoice-page .imgTxt-detail,
	.laclos-page .imgTxt-detail,
	.sinclo-page .imgTxt-detail,
	.mediaoffice-page .imgTxt-detail,
	.mediatalk-page .imgTxt-detail,
	.mediatalkgai-page .imgTxt-detail {
		width: 55%;
	}
	.mediacalls-page .imgTxt-img,
	.mediaseries-page .imgTxt-img,
	.mediavoice-page .imgTxt-img,
	.laclos-page .imgTxt-img,
	.sinclo-page .imgTxt-img,
	.mediaoffice-page .imgTxt-img,
	.mediatalkg-page .imgTxt-img,
	.mediatalkgai-page .imgTxt-img {
		margin-bottom: 0px;
		padding-left: 5%;
		width: 45%;
	}
	.mediacalls-page .imgTxt-img img,
	.mediaseries-page .imgTxt-img img,
	.mediavoice-page .imgTxt-img img,
	.laclos-page .imgTxt-img img,
	.sinclo-page .imgTxt-img img,
	.mediaoffice-page .imgTxt-img img,
	.mediatalk-page .imgTxt-img img,
	.mediatalkgai-page .imgTxt-img img {
		margin: 0;
	}

	/* 20231205 add */
	.mediatalkgai-page .imgTxt-conts.imgTxt-conts-even {
		flex-flow: row;
	}
	.mediatalkgai-page .imgTxt-conts.imgTxt-conts-even .imgTxt-img {
		padding-left: 0;
		padding-right: 5%;
	}
	
}

.mediaseries-page .lower-page-widget {
	background: #f5f5f5 !important;
}

.mediaseries-page .widget-subtitle,
.mediaoffice-page .widget-subtitle,
.mediavoice-page .widget-subtitle,
.sinclo-page .widget-subtitle,
.laclos-page .widget-subtitle,
.mediacalls-page .widget-subtitle,
.mediatalk-page .widget-subtitle,
.mediatalkgai-page .widget-subtitle {
	width: 100%;
	line-height: 1.618;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    text-align: center;
    font-weight: 400;
}

.mediaseries-page .list-intro .entry:hover,
.mediacalls-page .list-intro .entry:hover,
.mediavoice-page .list-intro .entry:hover,
.mediaoffice-page .list-intro .entry:hover,
.mediaseries-page .mediaseries-wrap .entry:hover,
.mediatalk-page .mediaseries-wrap .entry:hover,
.mediatalkgai-page .mediaseries-wrap .entry:hover {
	transform: scale(1.08);
}

.products-page .entry.mediaseries:hover .button-wrap .button[target="_blank"],
.mediaseries-page .list-intro .entry:hover .button-wrap .button[target="_blank"] {
	background: #333;
}
.mediaseries-page .list-intro .entry:hover .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_white.svg);
}


.mediacalls-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #fc7e28;
	color: #fc7e28;
}
.products-page-1 .mediaseries-wrap .entry .button.mediacalls[target="_blank"] span:after,
.mediacalls-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_orange.svg);
}

.products-page-1 .mediaseries-wrap .entry:hover .button.mediacalls[target="_blank"],
.mediacalls-page .list-intro .entry:hover .button-wrap .button[target="_blank"],
.mediacalls-page .button-wrap .button[target="_blank"]:hover {
	background: #fc7e28;
}

.mediaoffice-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #36a3df;
	color: #36a3df;
}
.products-page-1 .mediaseries-wrap .entry .button.mediaoffice[target="_blank"] span:after,
.mediaoffice-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_blue.svg);
}

.products-page-1 .mediaseries-wrap .entry:hover .button.mediaoffice[target="_blank"],
.mediaoffice-page .list-intro .entry:hover .button-wrap .button[target="_blank"],
.mediaoffice-page .button-wrap .button[target="_blank"]:hover {
	background: #36a3df;
}

.mediavoice-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #aacd06;
	color: #aacd06;
}
.products-page-1 .mediaseries-wrap .entry .button.mediavoice[target="_blank"] span:after,
.mediavoice-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_green.svg);
}
.products-page-1 .mediaseries-wrap .entry:hover .button.mediavoice[target="_blank"],
.mediavoice-page .list-intro .entry:hover .button-wrap .button[target="_blank"],
.mediavoice-page .button-wrap .button[target="_blank"]:hover {
	background: #aacd06;
}

/* .products-page-1 .entry.sinclo .button-wrap .button,
.sinclo-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #63ba93;
	color: #63ba93;
}
.products-page-1 .entry.sinclo .button-wrap .button[target="_blank"] span:after,
.sinclo-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_green3.svg);
}
.products-page-1 .entry.sinclo:hover .button-wrap .button[target="_blank"],
.sinclo-page .button-wrap .button[target="_blank"]:hover {
	background: #63ba93;
} */

/* 20231205 add*/
.products-page-1 .entry.sinclo.mediatalk .button-wrap .button,
.mediatalk-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #63ba93;
	color: #63ba93;
}
.products-page-1 .entry.sinclo.mediatalk .button-wrap .button[target="_blank"] span:after,
.mediatalk-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_green3.svg);
}
.products-page-1 .entry.sinclo.mediatalk:hover .button-wrap .button[target="_blank"],
.mediatalk-page .button-wrap .button[target="_blank"]:hover {
	background: #63ba93;
}

.products-page-1 .entry.sinclo.mediatalkgai .button-wrap .button,
.mediatalkgai-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #0097B2;
	color: #0097B2;
}
.products-page-1 .entry.sinclo.mediatalkgai .button-wrap .button[target="_blank"] span:after,
.mediatalkgai-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_blue2.svg);
}
.products-page-1 .entry.sinclo.mediatalkgai:hover .button-wrap .button[target="_blank"],
.mediatalkgai-page .button-wrap .button[target="_blank"]:hover {
	background: #0097B2;
}
.products-page-1 .entry.sinclo.mediatalkgai:hover .button-wrap .button[target="_blank"] span:after,
.mediatalkgai-page .button-wrap .button[target="_blank"]:hover .button[target="_blank"] span:after {
    background-image: url(assets/images/window_white.svg);
}

.products-page-1 .aito-wrap .entry .button {
	box-shadow: inset 0 0 0 3px #0097B2;
	color: #0097B2;
}
.products-page-1 .aito-wrap .entry .button::after {
	display: none;
}
.products-page-1 .aito-wrap .entry .button[target="_blank"] span:after {
    background-image: url(assets/images/window_blue2.svg);
}
.products-page-1 .aito-wrap .entry:hover .button[target="_blank"] {
	background: #0097B2;
	color: #fff;
}
.products-page-1 .aito-wrap .entry:hover .button[target="_blank"] span:after {
    background-image: url(assets/images/window_white.svg);
}

.products-page-1 .entry.laclos .button-wrap .button,
.laclos-page .button-wrap .button {
	box-shadow: inset 0 0 0 3px #E65298;
	color: #E65298;
}
.products-page-1 .entry.laclos .button-wrap .button[target="_blank"] span:after,
.laclos-page .button-wrap .button[target="_blank"] span:after {
    background-image: url(assets/images/window_pink.svg);
}
.products-page-1 .entry.laclos:hover .button-wrap .button[target="_blank"],
.laclos-page .button-wrap .button[target="_blank"]:hover {
	background: #E65298;
}


/* 会社概要 */
.outline-page-1 .message-link {
	margin-top: 7px;
	padding-left: 14px;
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
}
.outline-page-1 .message-link:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.outline-page-1 tr td {
	border-bottom: 1px dashed rgba(221, 221, 221, 0.9);
}
.outline-page-1 tr td.sp-padding-bottom,
.outline-page-1 tr td.sp-padding-top {
	border-bottom: 0;
}
.outline-page-1 tr.last td {
	border-bottom: 0;
}
.outline-page-1 tr td p {
	margin-bottom: 0;
}
.outline-page-1 svg .ct-grid {
	display: none;
}
.outline-page-1 svg .ct-grid:first-child {
	display: block;
	stroke-dasharray: 0px;
}
.outline-page-1 #outline .company-list {
	font-size: 1.2rem;
}

@media (min-width: 896px) {
	.outline-page-1 #outline td, .outline-page-1 #outline th {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.outline-page-1 #outline .company-list {
		font-size: 1.3rem;
	}
}
@media (max-width: 767px) {
	.outline-page-1 .table tr.group-one th {
		width: 25%;
	}
	.outline-page-1 .table tr.group-one td {
		width: 75%;
	}
}

/* グラフ */
@media (max-width: 767px) {
	.ct-series .ct-bar-label {
		font-size: 0.8rem;
	}
	.ct-series .ct-bar-label:nth-of-type(2n) {
		display: none;
	}
	.site-container .ct-chart02 .ct-bar {
		stroke-width: 12px;
	}
	.ct-series .ct-bar-label:nth-of-type(n+11):nth-of-type(-n+13) {
		transform: translate(-4px, 0);
	}
}

/* footer */
.site-footer .accreditation-footer {
	padding-top: 2rem;
}
.site-footer .accreditation-footer .widget {
	max-width: 600px;
}
@media (min-width: 768px) {
	.site-footer .footer-widgets {
		padding: 7rem 0;
	}
	.site-footer .accreditation-footer {
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.accreditation-footer .gallery img {
		max-width: 240px;
	}
	.footer-widgets .widget-area .widget img {
		max-width: 240px;
	}
}




/* front-page 6 */
#front-page-6 {
	background: #fff;
}

/* front-page 9 */
#front-page-9 {
	margin-top: 10px;
	padding: 0;
	background: #9cbb1b;
}
#front-page-9 .news-catch {
	margin: 0;
	display: flex;
	padding: 1.5rem 0;
	align-items: center;
	justify-content: center;
}
#front-page-9 .news-catch dt {
	font-weight: bold;
	padding-right: 25px;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.02em;
	border-right: 1px solid #fff;
	white-space: nowrap;/* 20231205 add */
}
#front-page-9 .news-catch dd {
	margin-left: 25px;
}
#front-page-9 a {
	display: block;
	color: #fff;
}
#front-page-9 a:hover {
	text-decoration: none;
}
.home .front-page-widget:nth-of-type(odd) {
	background: #fafafa
}
.home .front-page-widget:nth-of-type(even) {
	background: #fff;
}
@media (max-width: 767px) {
	#front-page-9 .news-catch {
		display: block;
	}
	#front-page-9 .news-catch dt {
		font-size: 1.5rem;
		padding: 0;
		border: 0;
		border-bottom: 1px solid #fff;
	}
	#front-page-9 .news-catch dd {
		margin-top: 10px;
		margin-left: 0px;
		font-size: 1.2rem;
	}
}

/* home-news-slider */
#home-news-slider {
	margin-top: 10px;
	padding: 0;
	background: #9cbb1b;
}
#home-news-slider .news-catch {
	margin: 0;
	display: flex;
	padding: 1.5rem 0;
	align-items: center;
	justify-content: center;
}
#home-news-slider .news-catch dt {
	font-weight: bold;
	padding-right: 25px;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.02em;
	border-right: 1px solid #fff;
	white-space: nowrap;/* 20231205 add */
}
#home-news-slider .news-catch dd {
	margin-left: 25px;
	max-width: calc(100% - 130px - 25px);
}
#home-news-slider a {
	display: block;
	color: #fff;
	white-space: nowrap;
}
#home-news-slider a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	#home-news-slider .news-catch {
		display: block;
	}
	#home-news-slider .news-catch dt {
		font-size: 1.5rem;
		padding: 0;
		border: 0;
		border-bottom: 1px solid #fff;
	}
	#home-news-slider .news-catch dd {
		margin-top: 10px;
		margin-left: 0px;
		max-width: 100%;
		font-size: 1.2rem;
	}
}



/* front-page 10 seminar */
#front-page-10 .widget-wrap {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
#front-page-10 .widget-wrap .widget-title {
	margin-bottom: 0;
    width: 100%;
    text-align: center;
}
#front-page-10 .widget-wrap .widget-title:after {
	display: block;
    content: '';
    height: 1px;
    width: 60px;
    width: 6rem;
    background-color: #333;
    margin: 40px auto 44px;
    margin: 4rem auto 4.4rem;
}
#front-page-10 .entry {
	border: 0;
	background: transparent;
}
#front-page-10 .entry:after {
	content: none;
}
#front-page-10 .entry > a {
	width: 100%;
	margin: 0;
	border: 0;
	transition: transform 0.2s ease;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
#front-page-10 .entry > a:hover {
	transform: scale(1.03);
}
#front-page-10 .entry > a img {
	max-height: unset;
}
#front-page-10 .entry .entry-meta {
	margin-top: 10px;
	margin-bottom: 0;
}
#front-page-10 .button.seminar-button {
	margin: auto;
	display: block;
	text-align: center;
	background: #fff;
}
#front-page-10 .button.seminar-button:hover {
	background: #333;
}
@media (min-width: 768px) {
	#front-page-10 .entry {
		padding: 0;
		width: 32% !important;
		margin-left: 2% !important;
	}
	#front-page-10 .entry:first-of-type {
		margin-left: 0 !important;
	}
}
@media (max-width: 767px) {
	#front-page-10 .entry {
		padding: 0;
	}
}

/* セミナーブロック */
.seminar_date {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	transition: all .3s ease;
}
.seminar_date .seminar_tags {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 4px 14px;
	border-radius: 30px;
	font-size: 1.2rem;
	white-space: nowrap;
}
.seminar_date .seminar_tags.now {
	background: #abcd03;
}
.seminar_date .seminar_tags.end {
	background: #999;
}
.seminar_date .seminar_dateTxt {
	margin-left: 15px;
	margin-bottom: 0;
	font-size: 1.7rem;
}
.seminar_date .seminar_dateTime {
	padding-left: 26px;
	padding-top: 2px;
	position: relative;
	display: inline-block;
}
.seminar_date .seminar_dateTime:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("assets/images/home/date_icon.svg") no-repeat center;
	background-size: cover;
}

/* セミナー一覧ページ */
.seminar-list-page .content-sidebar-wrap {
	width: 100%;
	max-width: unset;
}
.seminar-list-page .content-sidebar-wrap .content {
	padding: 0;
	display: block;
}
.seminar-list-page .list-block-ttl {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    border: 0;
    color: #2a3139;
    font-weight: 400;
    font-size: 3rem;
}
.seminar-list-page .list-wrap {
	padding: 6rem 0;
}
.seminar-list-page .list-wrap.is-gray {
	background: #f5f5f5;
}
.seminar-list-page .list-wrap .list-inner {
	margin: auto;
	width: 88%;
    max-width: 1152px;
}
.seminar-list-page .list-wrap .list-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminar-list-page .list-wrap .list-item {
	margin-bottom: 25px;
	width: 32%;
}
.seminar-list-page .list-wrap .list-ul.is-two .list-item {
	width: 48.5%;
	margin-bottom: 30px;
}
.seminar-list-page .list-wrap .list-ul.is-two .list-anchor .list-anchor-detail {
	padding: 30px 35px 35px;
}
.seminar-list-page .list-wrap .list-ul.is-two .list-anchor .list-anchor-ttl {
	font-size: 1.8rem;
}
.seminar-list-page .list-wrap .list-ul.is-two .list-anchor .list-anchor-date {
	font-size: 1.6rem;
}
.seminar-list-page .list-wrap .list-ul.is-two .list-anchor .list-anchor-btn {
	font-size: 1.6rem;
	line-height: 3.6;
}
.seminar-list-page .list-wrap .list-ul.is-one .list-item {
	width: 100%;
}
.seminar-list-page .list-wrap .list-ul.is-one .list-anchor {
	display: flex;
    box-shadow: 0px 4px 10.79px 4px rgb(6 0 1 / 5%);
}
.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-mv {
	width: 50%;
}
.seminar-list-page .list-wrap .list-ul.is-one .list-anchor  .list-anchor-detail {
	padding-bottom: 10px;
	flex: 1;
}
.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-ttl {
	font-size: 2rem;
}
.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-date {
	font-size: 1.8rem;
}
.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-btn {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 3.6;
	max-width: 300px;
}

.seminar-list-page .list-wrap .list-anchor {
	display: block;
    background: #fff;
    box-shadow: 0px 7px 10.79px 2.21px rgb(6 0 1 / 5%);
    text-decoration: none;
    position: relative;
    transition: transform ease 0.3s, box-shadow 0.3s ease, color 0.3s ease;
}
.seminar-list-page .list-wrap .list-anchor:hover {
	transform: translateY(-10px) scale(1.02);
    box-shadow: 0px 10px 10.79px 4.21px rgb(6 0 1 / 5%);
    color: #333;
}
.seminar-list-page .list-wrap .list-anchor:focus {
    color: #333;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-detail {
	padding: 25px 25px 30px;
	position: relative;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-detail.is-now:after {
	content: '';
	display: block;
	width: 65px;
	height: 65px;
	background: url("assets/images/home/seminar_label_now.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-ttl {
	min-height: 81px;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-date {
	margin-top: 15px;
	display: block;
	position: relative;
	padding-left: 25px;
	color: #777;
	font-size: 1.5rem;
	font-weight: bold;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-date:before {
	content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(assets/images/home/date_icon.svg) no-repeat center;
    background-size: cover;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-btn {
	margin-top: 22px;
	display: block;
	border: 2px solid #333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.2;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-btn span {
	position: relative;
	padding-right: 22px;
}
.seminar-list-page .list-wrap .list-anchor .list-anchor-btn span:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url("assets/images/window_green.svg") no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-bottom: auto;
}
.seminar-list-page .list-wrap .list-anchor:hover .list-anchor-btn {
	color: #fff;
	background: #333;
}
.scroller-status {
  display: none;
  margin-top: 40px;
}
.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #abcd03;
  border-left: 4px solid #999;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}
@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 1151px) {
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-mv {
		height: 260px;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-mv img {
		height: 100%;
		object-fit: cover;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-ttl {
		font-size: 1.8rem;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-date {
		font-size: 1.6rem;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-btn {
		margin-top: 22px;
		font-size: 1.4rem;
		line-height: 3;
	}

}
@media (max-width: 767px) {
	.seminar-list-page .content-sidebar-wrap {
		padding: 0;
	}
	.seminar-list-page .list-block-ttl {
		margin-bottom: 30px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.seminar-list-page .list-wrap .list-ul {
		display: block;
	}
	.seminar-list-page .list-wrap .list-item,
	.seminar-list-page .list-wrap .list-ul.is-two .list-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.seminar-list-page .list-wrap .list-anchor .list-anchor-ttl {
		font-size: 1.4rem;
		min-height: unset;
	}
	.seminar-list-page .list-wrap .list-anchor .list-anchor-date {
		font-size: 1.4rem;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor {
		display: block;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-mv {
		width: 100%;
		height: auto;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-mv img {
		height: auto;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor  .list-anchor-detail {
		padding-bottom: 30px;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-ttl {
		font-size: 1.4rem;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-date {
		font-size: 1.4rem;
	}
	.seminar-list-page .list-wrap .list-ul.is-one .list-anchor .list-anchor-btn {
		max-width: unset;
	}

}



/* 問い合わせ窓口 */
.contact-list-page {
	background: #f5f5f5;
}
.contact-list-page .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
}
.contact-list-page #genesis-content {
	width: 100%;
	background: transparent;
	padding: 0;
}
.contact-list-page #genesis-content .entry {
	background: transparent;
}
.contact-list-page .list-wrap .list-inner {
	padding: 8rem 0;
}
.contact-list-page .list-wrap .list-inner + .list-inner {
	background: #fff;
}
.contact-list-page .list-wrap .list-block {
	width: 1100px;
	margin: auto;
}
.contact-list-page .list-wrap .list-block .list-block-ttl {
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
	border: 0;
	color: #2a3139;
	font-weight: 400;
	font-size: 3rem;
}
.contact-list-page .list-wrap .list-block .list-block-ttl.is-caution-ttl {
	margin-bottom: 15px;
}

.contact-list-page .list-wrap .list-block .form-caution {
	text-align: center;
	margin-bottom: 35px;
	font-size: 1.5rem;
}
.contact-list-page .list-wrap .list-block .form-caution a {
	color: #abcd03;
}
.contact-list-page .list-wrap .list-block .form-caution a:hover {
	box-shadow: unset;
}
.contact-list-page .list-wrap .list-block .list-block-ttl:after {
	content: none;
}
.contact-list-page .list-wrap .list-block .list-ul {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact-list-page .list-wrap .list-block .list-list {
	text-decoration: none;
}
.contact-list-page .list-wrap .list-block .list-item {
	width: 31.55%;
	margin-right: 2.675%;
	list-style-type: none;
	margin-bottom: 30px;
}
.contact-list-page .list-wrap .list-block .list-item:nth-child(3),
.contact-list-page .list-wrap .list-block .list-item:nth-child(6) {
	margin-right: 0;
}
.contact-list-page .list-wrap .list-block .list-item.is-wide {
	margin-top: 28px;
	width: 100%;
}

.contact-list-page .list-wrap .list-block .list-item.is-two {
	width: 533px;
	margin-right: 34px;
}
.contact-list-page .list-wrap .list-block .list-item.is-two:last-child {
	margin-right: 0;
}

.contact-list-page .list-wrap .list-block .list-anchor {
	display: block;
	background: #fff;
	box-shadow: 0px 7px 10.79px 2.21px rgba(6, 0, 1, 0.05);
	text-decoration: none;
	position: relative;
	transition: transform ease 0.3s, box-shadow 0.3s ease;
}
.contact-list-page .list-wrap .list-block .list-anchor:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0px 10px 10.79px 4.21px rgba(6, 0, 1, 0.05);
}

.contact-list-page .list-wrap .list-block .list-anchor-mv img {
	width: 100%;
	height: auto;
}

.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor {
	display: flex;
	flex-flow: row-reverse;
}
.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-mv {
	width: 535px;
	min-width: 535px;
}
.contact-list-page .list-wrap .list-block .list-anchor-detail {
	padding: 30px 30px 115px;
}
.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-detail {
	text-align: left;
	padding: 30px 50px 0px 35px;
}
.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-detail {
	text-align: center;
	padding: 35px 50px 40px 50px;
}

.contact-list-page .list-wrap .list-block .list-anchor-ttl {
	padding: 0;
	margin: 0 -30px;
	background: transparent;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.7;
	white-space: nowrap;
	letter-spacing: -0.02em;
}
.contact-list-page .list-wrap .list-block .list-anchor-ttl.is-ses {
	margin-bottom: 20px;
}
.contact-list-page .list-wrap .list-block .list-anchor-ttl span {
	font-size: 1.4rem;
}
.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-ttl {
	margin: 0 0 25px 0;
	text-align: left;
	font-size: 1.8rem;
	min-height: auto;
}
.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-ttl {
	margin: 0 0 25px 0;
	font-size: 1.8rem;
}

.contact-list-page .list-wrap .list-block .list-anchor-txt {
	margin-bottom: 0;
}
.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-txt {
	margin-bottom: 35px;
	text-align: left;
}
.contact-list-page .list-wrap .list-block .list-anchor-logo {
	margin: 15px auto 25px;
}
.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-logo {
	margin: -10px 0 25px;
}

.contact-list-page .list-wrap .list-block .list-anchor-btn {
	display: block;
	width: calc(100% - 60px);
	height: 4em;
	border: 3px solid #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.6;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.contact-list-page .list-wrap .list-block .list-anchor-btn span {
	display: inline-block;
	padding-right: 28px;
	position: relative;
}
.contact-list-page .list-wrap .list-block .list-anchor-btn span:after {
    content: '\f345';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    font-family: dashicons,sans-serif;
    font-weight: 700;
    color: #abcd03;
    font-size: 125%;
    line-height: 1;
}
.contact-list-page .list-wrap .list-block a[target="_blank"] .list-anchor-btn span:after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url("assets/images/window_green.svg");
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.contact-list-page .list-wrap .list-block .list-anchor:focus .list-anchor-btn,
.contact-list-page .list-wrap .list-block .list-anchor:hover .list-anchor-btn {
	color: #fff;
	background: #333;
}

.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-btn {
	display: inline-block;
	width: auto;
	min-width: 300px;
	margin-top: 27px;
	position: static;
	transform: none;
}
.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-btn {
	display: inline-block;
	min-width: 300px;
	position: static;
	width: auto;
	transform: none;
	margin: auto;
}
.contact-list-page .site-footer .button {
	display: none;
}
@media (max-width: 767px) {

	.contact-list-page .content-sidebar-wrap {
		width: 100%;
		padding: 0;
	}
	.contact-list-page #genesis-content {
		width: 100%;
	}
	.contact-list-page #genesis-content {
		padding: 0;
	}
	.contact-list-page .list-wrap .list-inner {
		padding: 5rem 0;
	}
	.contact-list-page .list-wrap .list-block {
		padding: 0 6vw;
		width: 100%;
	}
	.contact-list-page .list-wrap .list-block .list-block-ttl {
		margin-bottom: 30px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.contact-list-page .list-wrap .list-block .list-block-ttl.is-caution-ttl {
		margin-bottom: 15px;
	}
	.contact-list-page .list-wrap .list-block .form-caution {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	.contact-list-page .list-wrap .list-block .list-ul {
		display: block;
	}
	.contact-list-page .list-wrap .list-block .list-item {
		width: 100%;
	}
	.contact-list-page .list-wrap .list-block .list-item + .list-item {
		margin-top: 20px;
	}
	.contact-list-page .list-wrap .list-block .list-anchor-logo {
		display: none;
	}
	.contact-list-page .list-wrap .list-block .list-anchor-detail {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.contact-list-page .list-wrap .list-block .list-anchor-ttl {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.contact-list-page .list-wrap .list-block .list-anchor-txt {
		font-size: 1.2rem;
	}
	.contact-list-page .list-wrap .list-block .list-anchor-btn {
		margin-top: 20px;
		position: static;
		transform: none;
		width: 100%;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor {
		display: block;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-mv {
		width: 100%;
		min-width: auto;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-detail {
		padding: 20px 18px 30px;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-ttl {
		margin-bottom: 20px;
		font-size: 1.6rem;
		text-align: center;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-wide .list-anchor-btn {
		min-width: auto;
		width: 100%;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-two {
		width: 100%;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-detail {
		padding: 20px 18px 30px;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-ttl {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.contact-list-page .list-wrap .list-block .list-item.is-two .list-anchor-btn {
		min-width: auto;
		width: 100%;
	}
}

/* 企業情報 */
.company-page .list-wrap .entry-title a {
	font-size: 2rem;
}
.company-page .list-wrap .entry-content p {
	font-size: 1.8rem;
}

@media (min-width: 512px) {
	.company-page .entry:last-of-type {
		margin-bottom: 10.25641% !important;
	}
}
@media (min-width: 1152px) {
	.company-page .entry:nth-of-type(4) {
		margin-left: 0% !important;
	}
	.company-page .entry:nth-of-type(5) {
		margin-left: 2.5641% !important;
	}
	.company-page .entry:last-of-type {
		margin-bottom: 2.5641% !important;
	}
}


/* 組織図 */
@media (min-width: 896px) {
	#chart-page-1 {
	    padding: 6rem;
	}
}
@media (min-width: 768px) {
	#chart-page-1 {
	    padding: 6rem 0;
	}
}
#chart-page-1 {
	position: relative;
	background: url("assets/images/company/chart/chart_bg.png") no-repeat  bottom right;
	background-color: #f5f5f5;
}
#chart-page-1 .widget-title {
    width: 100%;
    text-align: center;
    color: #333;
    margin: 0 0 1em;
    font-size: 3.1em;
}
#chart-page-1 .widget-title:after {
	display: block;
	content: '';
	height: 1px;
	width: 60px;
	width: 6rem;
	background-color: #333;
	margin: 4rem auto 4.4rem;
}
.chart-area {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.chart-area .chart-column .chart-inner {
	display: flex;
	justify-content: space-between;
}
.chart-area .chart-column.column-one {
	margin-right: 62px;
}
.chart-area .chart-column.column-two {
	flex: 1;
	margin-top: 40px;
	position: relative;
}
.chart-area .chart-column.column-two:after {
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 47px);
	background: #ccc;
	position: absolute;
	top: 24px;
}
.chart-area .chart-column .chart-inner + .chart-inner {
	margin-top: 34px;
}
.chart-area .chart-column .chart-block {
	position: relative;
}
.chart-area .chart-column .chart-inner .chart-block:first-child {
	margin-left: 74px;
}
.chart-area .chart-column.column-two .chart-block + .chart-block:before {
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 47px);
	background: #ccc;
	position: absolute;
	top: 24px;
	left: -68px;
}
.chart-area .chart-item.major-item {
	width: 130px;
	height: 130px;
	display: flex;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
}
.chart-area .chart-item.major-item:first-child:before {
	content: '';
	display: block;
	width: 2px;
	height: 113px;
	background: #ccc;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
}
.chart-area .chart-item.major-item + .chart-item.major-item {
	margin-top: 87px;
}
.chart-area .chart-item.major-item.item-line:after {
	content: '';
	display: block;
	width: 62px;
	height: 2px;
	background: #ccc;
	position: absolute;
	right: -62px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.chart-area .chart-item.major-item.color-blue {
	background: #008596;
}
.chart-area .chart-item.major-item.color-green {
	background: #b2d251;
}
.chart-area .chart-item.normal-item {
	padding: 11px 0 11px 15px;
	width: 300px;
	height: 48px;
	font-size: 1.4rem;
	background: #fff;
	position: relative;
}
.chart-area .chart-item.child-item {
	color: #008596;
	z-index: 1;
}
.chart-area .chart-item.child-item:before {
	content: '';
	width: 74px;
	height: 2px;
	display: block;
	background: #ccc;
	position: absolute;
	top: 23px;
	left: -74px;
}
.chart-area .chart-item.grand-item {
	color: #293139;
}
.chart-area .chart-item.grand-item + .grand-item {
	margin-top: 20px;
}
.chart-area .chart-item.grand-item:before {
	content: '';
	display: block;
	width: 68px;
	height: 2px;
	background: #ccc;
	position: absolute;
	top: 24px;
	left: -68px;
}
.chart-area .chart-column .chart-block .grand-item:first-child:before {
	width: 135px;
	left: -135px;
}
.chart-date {
	width: 1000px;
	margin: 27px auto 14rem;
	text-align: right;
}
@media (max-width: 1151px) {
	.chart-area {
		width: 800px;
	}
	.chart-area .chart-item.major-item {
		width: 110px;
		height: 110px;
		font-size: 1.6rem;
	}
	.chart-area .chart-item.major-item + .chart-item.major-item {
		margin-top: 49px;
	}
	.chart-area .chart-item.major-item:first-child:before {
		top: 110px;
		height: 117px;
	}
	.chart-area .chart-item.major-item.item-line:after {
		right: -44px;
		width: 44px;
	}
	.chart-area .chart-item.normal-item {
		width: 260px;
	}
	.chart-area .chart-column.column-one {
		margin-right: 42px;
	}
	.chart-area .chart-column .chart-inner .chart-block:first-child {
		margin-left: 54px;
	}
	.chart-area .chart-item.child-item:before {
		width: 54px;
		left: -54px;
	}
	.chart-area .chart-column.column-two .chart-block + .chart-block:before {
		left: -40px;
	}
	.chart-area .chart-item.grand-item:before {
		width: 40px;
		left: -40px;
	}
	.chart-date {
		width: 800px;
	}
}
@media (max-width: 895px) {
	#chart-page-1 > .wrap {
		width: 100%;
	}
	.chart-area {
		width: 700px;
	}
	.chart-area .chart-item.major-item {
		width: 100px;
		height: 100px;
		font-size: 1.4rem;
	}
	.chart-area .chart-item.major-item + .chart-item.major-item {
		margin-top: 42px;
	}
	.chart-area .chart-item.major-item:first-child:before {
		top: 100px;
	}
	.chart-area .chart-item.major-item.item-line:after {
		right: -44px;
		width: 44px;
	}
	.chart-area .chart-item.normal-item {
		width: 220px;
		height: 44px;
		font-size: 1.2rem;
	}
	.chart-area .chart-column.column-one {
		margin-right: 32px;
	}
	.chart-area .chart-column.column-two {
		margin-top: 32px;
	}
	.chart-area .chart-column .chart-inner .chart-block:first-child {
		margin-left: 44px;
	}
	.chart-area .chart-item.grand-item + .grand-item {
		margin-top: 20px;
	}
	.chart-area .chart-column .chart-inner + .chart-inner {
		margin-top: 30px;
	}
	.chart-area .chart-item.child-item:before {
		width: 44px;
		left: -44px;
		top: 21px;
	}
	.chart-area .chart-column.column-two .chart-block + .chart-block:before {
		left: -40px;
	}
	.chart-area .chart-column.column-two:after {
		height: calc(100% - 44px);
		top: 22px;
	}
	.chart-area .chart-column.column-two .chart-block + .chart-block:before {
		height: calc(100% - 44px);
		top: 22px;
	}
	.chart-area .chart-item.grand-item:before {
		width: 40px;
		left: -40px;
		top: 21px;
	}
	.chart-date {
		width: 700px;
	}
}
@media (max-width: 767px) {
	#chart-page-1 {
		background-size: 1000px;
	}
	.chart-area {
		width: auto;
		justify-content: center;
	}
	.chart-area .chart-item.major-item {
		width: 90px;
		height: 90px;
		font-size: 1.3rem;
	}
	.chart-area .chart-item.major-item:first-child:before {
		top: 90px;
	}
	.chart-area .chart-item.major-item + .chart-item.major-item {
		margin-top: 59px;
	}
	.chart-area .chart-column.column-one {
		margin-right: 30px;
	}
	.chart-area .chart-column.column-two {
		margin-top: 24px;
		flex: unset;
	}
	.chart-area .chart-column.column-two:after {
		height: calc(100% - 34px);
		top: 16px;
	}
	.chart-area .chart-column .chart-inner .chart-block:first-child {
		margin-left: 32px;
	}
	.chart-area .chart-column .chart-inner {
		display: block;
	}
	.chart-area .chart-column .chart-inner + .chart-inner {
		margin-top: 24px;
	}
	.chart-area .chart-item.normal-item {
		width: 220px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 10px;
		font-size: 1.2rem;
		height: 34px;
	}
	.chart-area .chart-item.child-item:before {
		width: 32px;
		left: -32px;
		top: 15px;
	}
	.chart-area .chart-column .chart-block +  .chart-block {
		margin-top: 14px;
		margin-left: 20vw;
	}
	.chart-area .chart-column.column-two .chart-block + .chart-block:before {
		height: 100%;
		left: -30px;
		top: -16px;
	}
	.chart-area .chart-item.grand-item + .grand-item {
		margin-top: 14px;
	}
	.chart-area .chart-item.grand-item:before {
		width: 30px;
		top: 16px;
		left: -30px;
	}
	.chart-area .chart-column .chart-block .grand-item:first-child:before {
		width: 30px;
		top: 16px;
		left: -30px;
	}
	.chart-date {
		width: 100%;
		margin-bottom: 6rem;
		font-size: 1.2rem;
	}
}

@media (max-width: 511px) {
	.chart-area .chart-item.major-item {
		width: 80px;
		height: 80px;
		font-size: 1.2rem;
	}
	.chart-area .chart-item.major-item:first-child:before {
		top: 80px;
	}
	.chart-area .chart-item.major-item + .chart-item.major-item {
		margin-top: 68px;
	}
	.chart-area .chart-column.column-one {
		margin-right: 12px;
	}
	.chart-area .chart-column.column-two {
		margin-top: 24px;
	}
	.chart-area .chart-column.column-two:after {
		height: calc(100% - 32px);
		top: 16px;
	}
	.chart-area .chart-column .chart-inner .chart-block:first-child {
		margin-left: 14px;
	}
	.chart-area .chart-column .chart-inner + .chart-inner {
		margin-top: 24px;
	}
	.chart-area .chart-item.normal-item {
		width: 200px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 10px;
		font-size: 1.1rem;
		height: 32px;
	}
	.chart-area .chart-item.child-item:before {
		width: 14px;
		left: -14px;
		top: 15px;
	}
	.chart-area .chart-column .chart-block +  .chart-block {
		margin-top: 14px;
		margin-left: 46px;
	}
	.chart-area .chart-column.column-two .chart-block + .chart-block:before {
		left: -16px;
		top: -14px;
	}
	.chart-area .chart-item.grand-item + .grand-item {
		margin-top: 14px;
	}
	.chart-area .chart-item.grand-item:before {
		width: 16px;
		top: 16px;
		left: -16px;
	}
	.chart-area .chart-column .chart-block .grand-item:first-child:before {
		width: 16px;
		top: 16px;
		left: -16px;
	}
	.chart-date {
		margin-bottom: 6rem;
		font-size: 1.2rem;
	}
}

/* レイアウト変更 */
.chart-child-block {
	padding: 20px 0 20px 48px;
	position: relative;
}
.chart-child-block::before {
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 42px);
	background: #ccc;
	position: absolute;
	top: 0;
	left: 24px;
}
.chart-child-block .chart-item.normal-item {
	width: 252px;
}
.chart-child-block .chart-item.normal-item::before {
	content: '';
	display: block;
	width: 23px;
	height: 2px;
	background: #ccc;
	position: absolute;
	top: 24px;
	left: -24px;
}
.chart-area .chart-column .chart-child-block .chart-item.normal-item:first-child:before {
	left: -24px;
	width: 24px;
}
@media(max-width: 511px) {
	.chart-child-block {
		padding: 10px 0 10px 24px;
		position: relative;
	}
	.chart-child-block::before {
		height: calc(100% - 24px);
		top: 0;
		left: 12px;
	}
	.chart-child-block .chart-item.normal-item {
		width: 100%;
	}
	.chart-child-block .chart-item.normal-item::before {
		width: 12px;
		top: 16px;
		left: -12px;
	}
	.chart-area .chart-column .chart-child-block .chart-item.normal-item:first-child:before {
		left: -12px;
		width: 12px;
	}
}


/* company/member
------------------------------------------------------------ */
#member-page-1 {
	padding-top: 0 !important;
}
.member2025-wrap {
	background-color: #d0d0d0;
}
.member2025-item .is-pc {
	display: none;
}
.member2025-item .member2025-imgArea {
	position: relative;
	z-index: 1;
}
.member2025-item .member2025-imgArea > a > .member2025-imgArea__text {
	position: absolute;
	z-index: -1;
}
html.is-noscroll,
body.is-noscroll {
	overflow: hidden;
}
.member2025-wrap.is-blur {
	-ms-filter: blur(12px);
	filter: blur(12px);
}

.member2025-imgArea__detail,
.is-sp .member2025-imgArea__detail {
	color: #ccc;
	display: inline-block;
	font-family: "Noto Serif", Serif;
	font-size: 11px;
	line-height: 1;
	opacity: 0;
	padding: .25em 1.25em;
	text-align: center;
	transition: opacity .4s;
	transition-timing-function: ease;
	white-space: nowrap;
	z-index: 99;

    --color: #414141;
    background-image: linear-gradient(90deg, var(--color) 50%, transparent 0%);
    background-position: 100%;
    background-size: 250%;
    transition: all .1s;
}

.is-sp .member2025-imgArea__detail {
	background-color: #414141;
	color: #ccc;
	opacity: 1;
}

.member2025-item .member2025-imgArea:hover .member2025-imgArea__detail {
	color: #fff;
	opacity: 1;
    background-position: 0;
}

.member2025-item:nth-of-type(1) .member2025-imgArea__detail {
	bottom: -30px;
	position: absolute;
	right: 25px;
}

@media (max-width: 767px) {
	.member2025-wrap {
		padding: 70px 0;
	}
	.member2025-list {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.member2025-item {
		opacity: 0;
		transition: .4s;
		transform: translateY(50px);
	}
	.member2025-item.is-visible {
		opacity: 1;
		transform: translateY(0);
	}
	.member2025-item:nth-of-type(1) .member2025-imgArea > a > .member2025-imgArea__text { left: 23.4813084112vw; top: 18.9252336449vw; width: 28.62149533vw; } /* 100vw = 428px */
	.member2025-item:nth-of-type(2) .member2025-imgArea > a > .member2025-imgArea__text { right: 3.14953271vw; top: 11.42990654vw; width: 28.62149533vw; }
	.member2025-item:nth-of-type(3) .member2025-imgArea > a > .member2025-imgArea__text { right: 7.009345794393vw; top: 15.18691589vw; width: 30.37383178vw; }
	.member2025-item:nth-of-type(4) .member2025-imgArea > a > .member2025-imgArea__text { left: 21.72429907vw; top: 18.57476636vw; width: 16.0046729vw; }
	.member2025-item:nth-of-type(5) .member2025-imgArea > a > .member2025-imgArea__text { right: 3.009345794393vw; top: 0; width: 30.2570093458vw; }
	.member2025-item:nth-of-type(6) .member2025-imgArea > a > .member2025-imgArea__text { right: 9.69626168vw; top: 11vw; width: 30.8411215vw; }

	.member2025-item:nth-of-type(1) .member2025-imgArea__detail {
		bottom: -30px;
		position: absolute;
		right: 0;
	}
	
}

@media (min-width: 768px) {
	.member2025-wrap {
		padding: 100px 0;
	}
	.member2025-list__wrapper {
		padding: 0 20px;
	}
	.member2025-list {
		height: 1150px;
		margin: 0 auto;
		max-width: 1200px;
		overflow: visible;
		padding: 0 20px;
		position: relative;
		width: 100%;
	}
	.member2025-item {
		opacity: 0;
		position: absolute;
		transition: .4s;
		z-index: 2;
	}
	.member2025-item .is-sp {
		display: none;
	}
	.member2025-item .is-pc {
		display: block;
	}
	.member2025-item .member2025-imgArea {
		position: relative;
		transition: .3s;
	}
	.member2025-item .member2025-imgArea:hover {
		transform: scale(1.1);
	}
	.member2025-item .member2025-imgArea > a > img:first-of-type {
		max-width: 100%;
		height: auto;
	}
	.member2025-item:nth-of-type(1) { left: 100px; top: 45px; }
	.member2025-item:nth-of-type(1) .member2025-imgArea > a { max-width: 298.5px; width: 24.072581vw; }
	.member2025-item:nth-of-type(1) .member2025-imgArea > a > .member2025-imgArea__text { left: -1.6129032258vw; top: 6.61290323vw; width: 10.4838709677vw; }

	.member2025-item:nth-of-type(2) { left: 39.645161vw; top: 48px; z-index: 1;}
	.member2025-item:nth-of-type(2) .member2025-imgArea > a { max-width: 340px; width: 26.370968vw; }
	.member2025-item:nth-of-type(2) .member2025-imgArea > a > .member2025-imgArea__text { right: -1.6129032258vw; top: 30px; width: 10.6451612903vw; }

	.member2025-item:nth-of-type(3) { right: 60px; top: 30px; }
	.member2025-item:nth-of-type(3) .member2025-imgArea > a { max-width: 319px; width: 25.725806vw; }
	.member2025-item:nth-of-type(3) .member2025-imgArea > a > .member2025-imgArea__text { right: -1.6129032258vw; top: 6.61290323vw; width: 10.4838709677vw; }

	.member2025-item:nth-of-type(4) { left: 2.82258065vw; top: 49.5806451613vw; }
	.member2025-item:nth-of-type(4) .member2025-imgArea > a { max-width: 371.5px; width: 29.959677vw; }
	.member2025-item:nth-of-type(4) .member2025-imgArea > a > .member2025-imgArea__text { left: 7.6612903226vw; top: 5.6451612903vw; width: 5.5241935484vw; }

	.member2025-item:nth-of-type(5) { left: 35.5vw; top: 47.435484vw; }
	.member2025-item:nth-of-type(5) .member2025-imgArea > a { max-width: 405px; width: 32.66129vw; }
	.member2025-item:nth-of-type(5) .member2025-imgArea > a > .member2025-imgArea__text { right: -0.1129032258vw; top: 4.1935483871vw; width: 10.04032258065vw; }

	.member2025-item:nth-of-type(6) { left: 66.77419355vw; top: 48.96774194vw; }
	.member2025-item:nth-of-type(6) .member2025-imgArea > a { max-width: 298px; width: 24.032258vw; }
	.member2025-item:nth-of-type(6) .member2025-imgArea > a > .member2025-imgArea__text { right: -1.6129032258vw; top: 3.91290323vw; width: 9.87903226vw; }


	.member2025-item.is-visible {
		opacity: 1;
		transform: translateY(-50px);
	}
}
@media (min-width: 1280px) {
	.member2025-item:nth-of-type(1) { left: 110px; top: 45px; }
	.member2025-item:nth-of-type(1) .member2025-imgArea > a { width: 298.5px; }
	.member2025-item:nth-of-type(1) .member2025-imgArea > a > .member2025-imgArea__text { left: -20px; top: 82px; width: 156px; }

	.member2025-item:nth-of-type(2) { left: 468px; }
	.member2025-item:nth-of-type(2) .member2025-imgArea > a { width: 340px; }
	.member2025-item:nth-of-type(2) .member2025-imgArea > a > .member2025-imgArea__text { right: -30px; top: 30px; width: 158.4px; }

	.member2025-item:nth-of-type(3) { right: 80px; top: 30px; }
	.member2025-item:nth-of-type(3) .member2025-imgArea > a { width: 319px; }
	.member2025-item:nth-of-type(3) .member2025-imgArea > a > .member2025-imgArea__text { right: -60px; top: 82px; width: 156px; }

	.member2025-item:nth-of-type(4) { left: 0px; top: 630px; }
	.member2025-item:nth-of-type(4) .member2025-imgArea > a { width: 371.5px; }
	.member2025-item:nth-of-type(4) .member2025-imgArea > a > .member2025-imgArea__text { left: 95px; top: 70px; width: 82.2px; }

	.member2025-item:nth-of-type(5) { left: 448px; top: 580px; }
	.member2025-item:nth-of-type(5) .member2025-imgArea > a { width: 405px; }
	.member2025-item:nth-of-type(5) .member2025-imgArea > a > .member2025-imgArea__text { right: -20px; top: 52px; width: 149.4px; }

	.member2025-item:nth-of-type(6) { left: 905px; top: 600px; }
	.member2025-item:nth-of-type(6) .member2025-imgArea > a { width: 298px; }
	.member2025-item:nth-of-type(6) .member2025-imgArea > a > .member2025-imgArea__text { right: -50px; top: 70px; width: 147px; }


}

.member2025-popupArea-bg {
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: .3s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.member2025-popupArea-bg.is-visible {
	opacity: 1;
	visibility: visible;
}
.member2025-popupArea-container {
	background-color: #222222;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	border: 1px solid #000;
	left: 50%;
	height: 90vh;
	min-width: 511px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40vw;
	z-index: 9999;
}

.member2025-popupArea {
	position: relative;
	display: flex;
	flex-direction: column;
	max-height: 90vh;
	height: 100%;
}
.member2025-popupArea .is-sp {
	display: none;
}
.member2025-popupArea__imgBg {
	background-color: #c8c8c8;
	flex-grow: 1;
	text-align: center;
	overflow: hidden;
	height: 55%;
	min-height: 300px;
}
.member2025-popupArea__img {
	cursor: pointer;
	height: 100%;
	margin: 0 auto;
	min-height: 250px;
	min-width: 250px;
	position: relative;
	width: 100%;
}
.member2025-popupArea__img img {
	left: 50%;
	position: absolute;
	top: 2vh;
	transform: translateX(-50%);
	transition: .3s;
	width: auto;
	height: 100%;
	max-height: 80vh;
	object-fit: cover;
	overflow: visible;
}
.member2025-popupArea__img-smile {
	opacity: 0;
}

.lower-page-widget .member2025-popupArea__txt {
	border: 1px solid #202020;
	color: #fff;
	height: 45%;
	max-height: 350px;
	overflow-y: scroll;
}
.lower-page-widget .member2025-popupArea__txt-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 5% 7%;
}
.member2025-popupArea__txt::-webkit-scrollbar {
	background-color: transparent;
	width: 8px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 100vh;
	width: 6px;
}
.lower-page-widget .member2025-label {
	order: 2;
	margin-bottom: 1em;
}
.lower-page-widget .member2025-label img {
	height: 48px;
	margin: 0 auto;
	width: auto;
}
.lower-page-widget .member2025-popupArea__txt .member2025-nameInner {
	border-right: 1px solid #666;
	font-family: "Noto Serif", Serif;
	margin-right: 16px;
	margin-bottom: 1em;
	padding-right: 16px;
}
.lower-page-widget .member2025-popupArea__txt .member2025-position {
	font-size: 14px;
	line-height: 1.4;
}
.lower-page-widget .member2025-popupArea__txt .member2025-name {
	font-size: 24px;
}
.member2025-position+.member2025-name {
	margin: .25em 0 0;
}
.lower-page-widget .member2025-popupArea__txt .member2025-detailTxt {
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
	order: 3;
	margin-bottom: 0;
}
.member2025-popupArea__close {
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 6px;
	top: 6px;
	transition: .3s;
	width: 20px;
}
.member2025-popupArea__close::before,
.member2025-popupArea__close::after {
	background-color: #888888;
	content: '';
	display: blcok;
	height: 1.5px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 20px;
}
.member2025-popupArea__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.member2025-popupArea__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.member2025-popupArea__close:hover {
	opacity: .5;
}
@media (max-width: 767px) {
	.member2025-popupArea-container {
		max-width: 511px;
		min-width: 100px;
		width: 90%;
		height: 85vh;
	}
	.member2025-popupArea .is-sp {
		display: block;
	}
	.member2025-popupArea .is-pc {
		display: none;
	}

	.lower-page-widget .member2025-popupArea__txt-inner {
		padding: 7% 5%;
	}
	.member2025-popupArea__imgBg {
		flex-grow: 0;
		overflow: hidden;
	}
	.member2025-popupArea__img {
		aspect-ratio: 1 / 1;	
		/*height: 60vw;*/
		/*max-height: 270px;*/
		max-width: 270px;
		min-width: 100px;
		/*width: 60vw;*/
	}
	.member2025-popupArea__img img {
		height: auto;
		max-width: 100%;
		top: 0;
	}
	.lower-page-widget .member2025-popupArea__txt-inner {
		display: block;
	}
	.lower-page-widget .member2025-label {
		order: 1;
	}
	.lower-page-widget .member2025-popupArea__txt .member2025-nameInner {
		border: none;
		margin-bottom: 24px;
		padding: 0;
		text-align: center;
	}
	.lower-page-widget .member2025-popupArea__txt .member2025-name {
		font-family: "Noto Serif", Serif;
	}
	.lower-page-widget .member2025-popupArea__txt .member2025-detailTxt {
		color: #fff;
	}
}

/* 利用者情報の外部送信について */
.c-scroll-x {
	overflow-x: scroll;
}
.data-transmission-table {
	font-size: 1.4rem;
	width: 100%;
}
.data-transmission-table thead th {
	background-color: #eee;
	padding-top: 1em;
	padding-bottom: 1em;
}
.data-transmission-table tbody th {
	font-weight: 300;
}
.data-transmission-table td ul {
	line-height: 1.8;
	margin: 0 0 0 2rem;
}
@media (max-width: 767px) {
	.data-transmission-table thead th {
		min-width: 200px;
	}
}
