@charset "UTF-8";
#visual-2 {
	background: url("../../innovation/img/visual_innovation.jpg") no-repeat center center/cover;
}

#visual-2 #mainvisual .visual_text {
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8), -5px -5px 10px rgba(0, 0, 0, 0.8);
	/* top: 40%; */
}

@media screen and (min-width: 1080px) {
	#visual-2 #mainvisual .visual_text p {
		font-size: 125%;
		line-height: 2;
	}
	.visual_text a,
	.visual_text span {
		position: absolute;
		right: 6%;
		top: 50%;
		margin: -116px 0 0;
	}
}
@media screen and (max-width: 1165px) {
	.visual_text a img,
	.visual_text span img {
		display: block;
		/* width: 129px; */
		width: 180px;
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 767px) {
	#visual-2 {
		background: url("../../innovation/img/visual_innovation_sp.jpg") no-repeat center center/cover;
	}
	#visual-2 #mainvisual .visual_text {
		top: 45%;
	}
}

#page {
	margin: -55px 0 50px;
	position: relative;
}

@media screen and (max-width: 767px) {
	#page {
		margin: -25px 0 0;
	}
}

#page p {
	font-size: 170%;
	font-weight: 600;
	color: #333;
	box-sizing: border-box;
	background-color: #bdbdbd;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 767px) {
	#page p {
		font-size: 180%;
		text-align: center;
		width: 100%;
		left: 0;
		margin: auto;
	}
}

#page p a {
	display: block;
	padding: 10px 50px 10px 30px;
	color: #333;
	position: relative;
}

#page p a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 13px;
	background: url("/jp/cmn_2020/img/arrow_01.png") no-repeat center;
	position: absolute;
	top: 0;
	right: 33px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#page p a {
		padding: 16px 20px;
	}
	#page p a:after {
		right: 8px;
	}
}

#page p:hover a,
#page p.active a {
	opacity: 1;
	background-color: #cb1c1d;
	color: #fff;
}

#page p:hover a:after,
#page p.active a:after {
	border-right-color: #fff;
	border-bottom-color: #fff;
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 50px;
	}
}

.btn {
	font-size: 180%;
	/* width: 96%;
	max-width: 600px; */
	margin: 0 auto;
	text-align: center;
}

.btn a {
	color: #fff;
	background-color: #cb1c1d;
	position: relative;
	display: block;
	padding: 0.9em;
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 0.9em;
	box-sizing: border-box;
}

.btn a:after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translate(0, -50%) rotate(-45deg);
}

.btn a:after {
	right: 20px;
}

@media screen and (max-width: 767px) {
	.btn a:after {
		right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 140%;
		margin-bottom: 1em;
	}
}

/* #yumePro {
	padding: 0 0 80px;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#yumePro {
		margin-top: 130px;
	}
}

#yumePro .contents_block {
	margin-bottom: 10%;
}

#yumePro .title-3 {
	color: #333;
	font-size: 180%;
	font-weight: 600;
	margin-bottom: 30px;
	padding: 16px 10px 16px 24px;
	border-bottom: 1px dotted #6f6f6f;
	position: relative;
}

#yumePro .title-3:after {
	content: "";
	display: block;
	width: 2px;
	height: 47px;
	background-color: #cb1c1d;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#yumePro .title-3 {
		font-size: 160%;
		margin-bottom: 4%;
	}
}

#yumePro .lead {
	font-size: 150%;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 6%;
}

#yumePro .info {
	font-size: 160%;
}

@media screen and (max-width: 767px) {
	#yumePro .info {
		font-size: 1.4rem;
	}
}

#yumePro .t_left {
	text-align: left;
}

#yumePro .thumbnail {
	margin: 60px 0;
}

#yumePro .thumbnail img {
	display: block;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#yumePro {
		padding-bottom: 40px;
	}
	#yumePro .lead {
		font-size: 120%;
	}
	#yumePro .thumbnail {
		margin: 40px 0;
	}
}

#case .modal {
	display: none;
}

#case .video {
	position: relative;
}

#case .video img {
	width: 101%;
}

#case .video:hover p img {
	width: 101% !important;
}

@media screen and (max-width: 767px) {
	#case .video:hover p img {
		width: 101%;
	}
}

#case .video a:before {
	content: url(/jp/cmn_2020/img/movie_icon.svg);
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

#case .caselist.contents_block2 li a p {
	padding-bottom: 52%;
}

#modal_gallery .inc-modal__box {
	box-sizing: border-box;
	padding: 50px 0px;
	max-height: 90%;
	width: 90%;
	margin: 0 auto;
	background-color: transparent;
}

#modal_gallery .inc-modal__box .inc-modal__close {
	top: 0;
	right: 0%;
} */

#info {
	padding: 100px 0 60px;
}

#info .title_block {
	margin-bottom: 10px;
}

#info .title_block .more {
	font-size: 160%;
	position: absolute;
	bottom: 0;
	right: 14px;
	/*transform: translate(0, -50%);*/
}

#info .title_block .more a {
	position: relative;
	position: relative;
	display: block;
	padding: 0.9em;
	box-sizing: border-box;
	padding: 0.3em 0 0.3em 0.9em;
}

#info .title_block .more a:hover {
	text-decoration: underline;
}

#info .title_block .more a:after {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 1px solid #cb1c1d;
	border-bottom: 1px solid #cb1c1d;
	transform: translate(0, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
	#info .title_block .more {
		display: none;
		font-size: 120%;
	}
}

#info .important_list {
	margin-bottom: 40px;
}

#info .important_list .article {
	border-top: 1px solid #eee;
	padding-top: 16px;
	padding-bottom: 13px;
	font-size: 147%;
}
@media screen and (min-width: 768px) {
	#info .important_list .article {
		display: flex;
	}
}
#info .important_list .article:last-child {
	border-bottom: 1px solid #eee;
}

#info .important_list .article .datetime {
	width: 200px;
	display: inline-block;
	vertical-align: top;
}

#info .important_list .article .description {
	display: inline-block;
	font-size: 108%;
	width: calc(100% - 200px);
	position: relative;
	padding-left: 150px;
	box-sizing: border-box;
}

#info .important_list .article .description .category {
	position: absolute;
	left: 0;
	top: -4px;
	width: 130px;
	display: inline-block;
	background-color: #eee;
	font-size: 75%;
	vertical-align: middle;
	padding: 6px 0;
	text-align: center;
}
#info .important_list .article .description a {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
}
#info .important_list .article .description a:after {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #cb1c1d;
	border-bottom: 1px solid #cb1c1d;
	transform: rotate(-45deg);
}
#info .important_list .article .description a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#info .important_list .article .description .category {
		width: 90px;
		top: 0;
	}
	#info .important_list .article .description {
		align-items: flex-start;
		display: flex;
		width: 100%;
		padding-left: 100px;
	}
	#info .important_list .article .datetime {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
}

#info .announcement {
	display: flex;
	justify-content: space-between;
}

#info .announcement .article {
	box-sizing: border-box;
	width: 49%;
	padding: 16px 19px;
	background-color: #f6f6f6;
	position: relative;
	line-height: 1.7;
}

#info .announcement .description {
	font-size: 133%;
	margin-bottom: 1.7em;
	line-height: 1.6;
}

#info .announcement .description a {
	text-decoration: underline;
	color: #333;
}

#info .announcement .datetime {
	font-size: 107%;
	position: absolute;
	left: 20px;
	bottom: 11px;
	color: #7c7c7c;
}

@media screen and (max-width: 767px) {
	#info {
		padding: 30px 0;
	}
	#info .important_list {
		margin-bottom: 20px;
	}
	#info .important_list .article {
		font-size: 120%;
	}
	#info .announcement {
		flex-wrap: wrap;
	}
	#info .announcement .article {
		width: 100%;
		margin-bottom: 10px;
	}
	#info .sp.more {
		position: inherit;
		transform: none;
		width: 100%;
	}
	#info .sp.more a {
		text-align: center;
		box-sizing: border-box;
		color: #fff;
		position: relative;
		display: block;
		padding: 0.9em;
		box-sizing: border-box;
	}
	#info .sp.more a:after {
		position: absolute;
		content: "";
		display: inline-block;
		top: 50%;
		width: 6px;
		height: 6px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: translate(0, -50%) rotate(-45deg);
	}
	#info .sp.more a:after {
		left: 88%;
	}
}

/* #galleryInner {
	overflow: hidden;
}

#galleryInner dl {
	width: 100%;
	box-sizing: border-box;
	padding: 2em;
	display: flex;
}

#galleryInner dl dt {
	width: 80px;
	font-size: 180%;
	font-weight: 600;
	margin: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#galleryInner dl dd {
	width: calc(100% - 80px);
	line-height: 1.6;
	font-size: 160%;
	padding: 0 2%;
	border-left: 1px solid #eee;
}

#galleryInner .swiper-slide > p {
	margin: 2% 2% 0;
}

#galleryInner img {
	width: 100%;
	max-height: 50vh;
	-o-object-fit: contain;
	object-fit: contain;
}

#galleryInner .swiper-button-next,
#galleryInner .swiper-button-prev {
	background: #cb1c1d;
	width: 64px;
	height: 64px;
	top: 40%;
	margin-top: 0;
}

#galleryInner .swiper-button-next:after,
#galleryInner .swiper-button-prev:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 9px;
	height: 21px;
	background: url("/jp/cmn_2020/img/arrow.svg") no-repeat center center;
	background-size: contain;
	top: 50%;
	left: 50%;
}

#galleryInner .swiper-button-next.swiper-button-next,
#galleryInner .swiper-button-prev.swiper-button-next {
	right: -30px;
}

#galleryInner .swiper-button-next.swiper-button-next:after,
#galleryInner .swiper-button-prev.swiper-button-next:after {
	transform: translate(-50%, -50%) rotate(180deg);
	margin-left: 2px;
}

#galleryInner .swiper-button-next.swiper-button-prev,
#galleryInner .swiper-button-prev.swiper-button-prev {
	left: -30px;
}

#galleryInner .swiper-button-next.swiper-button-prev:after,
#galleryInner .swiper-button-prev.swiper-button-prev:after {
	transform: translate(-50%, -50%);
	margin-left: -3px;
}

@media screen and (max-width: 767px) {
	#galleryInner .swiper-button-next,
	#galleryInner .swiper-button-prev {
		width: 32px;
		height: 32px;
		top: 40%;
	}
	#galleryInner .swiper-button-next:after,
	#galleryInner .swiper-button-prev:after {
		width: 5px;
		height: 11px;
	}
	#galleryInner .swiper-button-next.swiper-button-next,
	#galleryInner .swiper-button-prev.swiper-button-next {
		right: 0px;
	}
	#galleryInner .swiper-button-next.swiper-button-prev,
	#galleryInner .swiper-button-prev.swiper-button-prev {
		left: 0px;
	}
}
 */
.o-title {
	font-size: 380%;
	text-align: center;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 50px;
	position: relative;
}
.o-title::after {
	content: "";
	width: 120px;
	height: 3px;
	background-color: #c8191a;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -60px;
}
@media screen and (max-width: 767px) {
	.o-title {
		font-size: 300%;
		padding: 0 0 10px;
		margin: 0 0 30px;
	}
	.o-title::after {
		width: 80px;
		margin: 0 0 0 -40px;
	}
}
.news-list {
	padding: 100px 0 180px;
}
.news-content {
	overflow: hidden;
}
#news .swiper-slide {
	width: 360px;
}
#news .swiper-slide a {
	display: block;
	height: 0;
	padding: 66.67% 0 0;
	position: relative;
	overflow: hidden;
}
#news .swiper-slide a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background-color: rgba(0, 20, 40, 0.3); */
	background: url("../../innovation/img/mask.png") no-repeat center center/cover;
	z-index: 1;
}
/* #news .swiper-slide a:hover {
	opacity: 1;
} */
#news .swiper-slide a img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}
#news .swiper-slide a:hover img {
	width: 120%;
}
#news .swiper-slide a .ttl {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 15px;
	/* font-size: 160%; */
	font-size: 16px;
	font-weight: 500;
	z-index: 2;
	color: #fff;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
#news .swiper-slide a .category {
	position: absolute;
	right: 0;
	top: 0;
	/* font-size: 120%; */
	font-size: 12px;
	z-index: 3;
	min-width: 100px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c8191a;
	color: #fff;
	padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 1165px) {
	#news {
		max-width: 520px;
		margin: 0 auto;
	}
	#news .swiper-slide {
		width: 100%;
	}
	.news-list .btn a {
		max-width: 520px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.news-list {
		padding: 50px 0;
	}
	.news-list .inner_box {
		width: 100%;
	}
	.news-content {
		margin: 0 0 20px;
	}
	#news .swiper-slide {
		width: 290px;
		padding: 0 10px;
	}
	#news .swiper-slide a .ttl {
		/* font-size: 140%; */
		font-size: 14px;
	}
	.news-list .btn a {
		max-width: 290px;
		margin: 0 auto;
	}
}
.greeting {
	padding: 250px 0 100px;
	background: url("../../innovation/img/bg1.jpg") no-repeat center center/cover;
	color: #fff;
	text-align: center;
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}
.greeting .o-title {
	margin: 0 0 20px;
}
.greeting .o-title::after {
	background-color: #fff;
}
.greeting p {
	line-height: 2;
	font-size: 160%;
	font-weight: 500;
	margin: 0 0 30px;
}
.greeting .btn a {
	max-width: 360px;
	margin: 0 auto;
	background-color: transparent;
	border: 1px solid #fff;
}
.greeting .btn a:hover {
	border-color: #cb1c1d;
	background-color: #cb1c1d;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.greeting {
		padding: 0 0 50px;
	}
	.greeting p {
		font-size: 140%;
		margin: 0 0 20px;
	}
}
.activities {
	padding: 90px 0 100px;
}
.activities ul {
	display: flex;
	justify-content: space-between;
}
.activities ul li {
	width: 520px;
	border: 1px solid #ececec;
}
.activities ul li .photo img {
	display: block;
	width: 100%;
	height: auto;
}
.at-content {
	text-align: center;
	padding: 20px;
}
.at-content p {
	font-size: 140%;
	font-weight: 500;
	line-height: 2;
}
.at-content dl {
	margin: 0 0 10px;
	font-weight: bold;
}
.at-content dt {
	font-size: 180%;
}
.at-content dd {
	font-size: 280%;
	color: #c8191a;
}
@media screen and (max-width: 1165px) {
	.activities ul li {
		width: 48%;
		display: flex;
    flex-direction: column;
	}
	.activities ul li .btn {
		margin-top: auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.activities {
		padding: 45px 0 50px;
	}
	.activities ul {
		display: block;
	}
	.activities ul li {
		width: 100%;
		margin: 0 auto 15px;
	}
	.activities ul li:last-child {
		margin-bottom: 0;
	}
	.activities ul li .btn {
		margin: 0;
	}
}
.services {
	padding: 90px 0 70px;
	background: url("../../innovation/img/bg2.jpg") no-repeat center center/cover;
}
.services ul {
	display: flex;
	flex-wrap: wrap;
}
.services ul li {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.services li .photo {
	display: block;
	height: 0;
	padding: 53% 0 0;
	position: relative;
	overflow: hidden;
}
.services li .photo::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../../innovation/img/arr.png") no-repeat center center/cover;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
.services li .photo img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}
.services li a:hover img {
	width: 120%;
}
.services li .photo span {
	font-size: 200%;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.s-content {
	padding: 15px 20px;
	font-size: 140%;
	line-height: 1.9;
	font-weight: 500;
}
@media screen and (min-width: 1166px) {
	.services ul li {
		width: 340px;
		margin: 0 30px 30px 0;
	}
	.services ul li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1165px) {
	.services ul {
		justify-content: space-between;
	}
	.services ul li {
		width: 49%;
		margin: 0 0 2%;
	}
}
@media screen and (max-width: 767px) {
	.services {
		padding: 45px 0 35px;
	}
	.services ul {
		display: block;
	}
	.services ul li {
		width: 100%;
		margin: 0 0 15px;
	}
}

/* swiper */
.greeting .greeting-slider {
	position: absolute;
	left: 0;
	top: -80px;
	width: 100%;
	overflow: hidden;
}
.greeting .swiper-slide {
	width: 460px;
	display: flex;
	background: transparent;
}
.mySwiper-control {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0 0;
}
.mySwiper-pause,
.mySwiper-play {
	margin: 0 20px;
	cursor: pointer;
}
.mySwiper-pause.off {
	background: url("../../innovation/img/pause_off.png") no-repeat center top;
}
.mySwiper-play.off {
	background: url("../../innovation/img/play_off.png") no-repeat center top;
}
.mySwiper-pause.off img,
.mySwiper-play.off img {
	opacity: 0;
}
.greeting .swiper-pagination {
	position: relative;
}
.greeting .swiper-pagination-bullet {
	margin: 0 15px !important;
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1;
}
.greeting .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.greeting .greeting-slider {
		position: relative;
		top: 0;
		margin: 0 0 25px;
	}
	.greeting .swiper-slide {
		width: 100%;
	}
	.greeting .swiper-slide img {
		width: 100%;
		height: auto;
	}
	.mySwiper-control {
		margin: 15px 0 0;
	}
	.mySwiper-pause,
	.mySwiper-play {
		margin: 0 10px;
	}
	.greeting .swiper-pagination-bullet {
		margin: 0 10px !important;
	}
}

/** イノベーションページ 検索窓設置 **/
#search_wrap .inner_box {
  max-width: 1080px;
  margin: -55px auto 0px;
  font-size: 160%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#search_wrap .search {
  max-width: 470px;
  padding: 1em 30px 1.2em;
  background-color: #434343;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 65%;
  box-sizing: border-box;
}

#search_wrap .search > dt {
  /* word-break: keep-all;
  color: #cbcbcb;
  margin-right: 20px; */
	display: none;
}

#search_wrap .search > dd {
  width: 100%;
}

#search_wrap .search_form dl {
  position: relative;
}

#search_wrap .search_form dl input {
  width: 100%;
  padding: 0.8em 1em;
  box-sizing: border-box;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  font-size: 100%;
  outline: none !important;
}

#search_wrap .search_form dl dd {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#search_wrap .search_form dl dd button {
  display: block;
  padding: 6px;
  background: none;
  border: none;
}

#search_wrap .search_form dl dd button span {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icn_search.png") no-repeat scroll 0 0;
  background-size: contain;
}

#search_wrap .search_form dl dd button .yxt-SearchBar-buttonImage .Icon svg {
	transform: scale(-1, 1)!important;
}

@media screen and (max-width: 767px) {
	#search_wrap .search {
		padding: 1.2em 30px 1em;
	}
  #search_wrap .search_form dl dd button span {
    width: 25px;
    height: 25px;
  }
}

#search_wrap .btn {
  float: right;
  max-width: 250px;
  width: 35%;
  background: #bdbdbd;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#search_wrap .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  padding: 1.2em;
  background-color: #bdbdbd;
}

#search_wrap .btn a:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  transform: translate(0, -50%) rotate(-45deg);
}

#search_wrap .btn a:after {
  right: 20px;
}

#search_wrap .btn a:hover {
  opacity: 1;
  background-color: #cb1c1d;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #search_wrap .search {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    font-size: 80%;
  }
  #search_wrap .search > dt, #search_wrap .search > dd {
    width: 100%;
    margin: 0;
  }
  #search_wrap .search > dt {
    margin-bottom: 10px;
  }
  #search_wrap .btn {
    width: 60%;
    margin: 20px auto;
  }
  #search_wrap .anchorlist {
    margin: 0 auto 3%;
  }
  #search_wrap .anchorlist li {
    width: 96%;
    margin: 0 auto;
  }
  #search_wrap .anchorlist li:not(:last-child) {
    margin-bottom: 10px;
  }
}


/* 2023.10.30 イノベーション改修 */
.services.clm2 li .photo span {
	text-shadow: 1px 1px 4px #1a1a1a;
}

@media screen and (min-width: 1166px) {
	.services.clm2 ul li {
		width: 525px;
	}
	.services.clm2 ul li:nth-child(3n) {
		margin-right: 30px;
	}
	.services.clm2 ul li:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.services.clm2 ul li.no_clm {
		width: 1080px;
		margin: 0;
	}
	.services.clm2 ul li.no_clm .photo {
		padding-top: 26%;
	}
}

/* 2024.12.23 イノベーション塾追加 */
.consulting_wrap .consulting .consulting_img {
	width: 540px;
}
.consulting_wrap .consulting .consulting_img img {
	width: 100%;
}
.consulting_wrap .consulting .consulting_img .consulting_note {
	font-size: 120%;
    font-weight: 500;
	margin-top: 4px;
}
.consulting_wrap .consulting {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.consulting_wrap .consulting .consulting_txt {
	width: 48%;
	font-size: 160%;
    font-weight: 500;
    line-height: 2;
	text-align: center;
	padding-left: 2%;
}
.consulting_wrap .btn a {
	max-width: 440px;
	margin: 40px auto 30px;
}

@media screen and (max-width: 767px) {
	.consulting_wrap .consulting {
		display: block;
	}
	.consulting_wrap .consulting .consulting_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.consulting_wrap .consulting .consulting_txt {
		padding: 0;
		font-size: 140%;
		width: 80%;
		margin: 0 auto;
	}
	.consulting_wrap .consulting .consulting_img .consulting_note {
		font-size: 110%;
	}
}