.swiper[data-layout=news] .swiper-container {
	overflow: visible
}

@media screen and (min-width:768px) {
	.swiper[data-layout=news] .swiper-container {
		margin-bottom: 80px
	}
}

@media screen and (max-width:767px) {
	.swiper[data-layout=news] .swiper-container {
		margin-bottom: 28px
	}
}

.swiper[data-layout=news] .swiper-slide {
	max-width: 437px
}

.swiper[data-layout=news] .swiper-buttons {
	position: absolute;
	top: 50%;
	right: 0;
	width: 160px;
	height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:767px) {
	.swiper[data-layout=news] .swiper-buttons {
		display: none
	}
}

.swiper[data-layout=news] .swiper-buttons>* {
	border-radius: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 72px;
	height: 72px;
	margin: 0;
	background-image: none;
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color
}

.swiper[data-layout=news] .swiper-buttons>:before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.swiper[data-layout=news] .swiper-buttons>:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 36px;
	width: 100%;
	height: 100%;
	border: 2px solid #2e3b4e
}

.swiper[data-layout=news] .swiper-buttons>:hover {
	background-color: #2e3b4e
}

.swiper[data-layout=news] .swiper-button-prev {
	left: 0
}

.swiper[data-layout=news] .swiper-button-prev:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23.828'%3E%3Cg data-name='Icon feather-arrow-right' fill='none' stroke='%232E3B4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 11.914H1'/%3E%3Cpath d='M11.5 1.414 1 11.914l10.5 10.5'/%3E%3C/g%3E%3C/svg%3E")
}

.swiper[data-layout=news] .swiper-button-prev:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23.828'%3E%3Cg data-name='Icon feather-arrow-right' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 11.914H1'/%3E%3Cpath d='M11.5 1.414 1 11.914l10.5 10.5'/%3E%3C/g%3E%3C/svg%3E")
}

.swiper[data-layout=news] .swiper-button-next {
	right: 0
}

.swiper[data-layout=news] .swiper-button-next:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23.829'%3E%3Cg data-name='Icon feather-arrow-right' fill='none' stroke='%232E3B4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M1 11.914h21'/%3E%3Cpath d='m11.5 1.414 10.5 10.5-10.5 10.5'/%3E%3C/g%3E%3C/svg%3E")
}

.swiper[data-layout=news] .swiper-button-next:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23.829'%3E%3Cg data-name='Icon feather-arrow-right' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M1 11.914h21'/%3E%3Cpath d='m11.5 1.414 10.5 10.5-10.5 10.5'/%3E%3C/g%3E%3C/svg%3E")
}

.swiper[data-layout=news] .swiper-button-disabled:after {
	opacity: .12
}

.swiper[data-layout=column] .swiper-container {
	position: relative;
	margin-bottom: 80px;
	overflow: visible
}

@media screen and (max-width:767px) {
	.swiper[data-layout=column] .swiper-container {
		margin-bottom: 40px
	}
}

.swiper[data-layout=column] .swiper-slide {
	max-width: 437px
}

@media screen and (min-width:1101px) {
	.swiper[data-layout=column] .swiper-slide {
		max-width: calc((100% - 40px)/3)
	}
}

.swiper[data-layout=column] .swiper-buttons {}

.swiper[data-layout=column] .swiper-buttons .swiper-button-next,
.swiper[data-layout=column] .swiper-buttons .swiper-button-prev {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	top: 129px;
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: center;
	-webkit-box-shadow: 0px 2px 0.78px 2.22px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 0.78px 2.22px rgba(0, 0, 0, 0.12)
}

@media screen and (max-width:767px) {

	.swiper[data-layout=column] .swiper-buttons .swiper-button-next,
	.swiper[data-layout=column] .swiper-buttons .swiper-button-prev {
		display: block;
		width: 10.417vw;
		height: 10.417vw;
		background-color: #fff;
		border-radius: 50%;
		top: 27.995vw;
		background-repeat: no-repeat;
		background-size: 2.474vw auto;
		background-position: center
	}
}

.swiper[data-layout=column] .swiper-buttons .swiper-button-prev {
	background-image: url("../../images/swiper-button-prev.png");
	left: -40px
}

@media screen and (max-width:767px) {
	.swiper[data-layout=column] .swiper-buttons .swiper-button-prev {
		left: -5.208vw
	}
}

.swiper[data-layout=column] .swiper-buttons .swiper-button-next {
	background-image: url("../../images/swiper-button-next.png");
	right: -40px
}

@media screen and (max-width:767px) {
	.swiper[data-layout=column] .swiper-buttons .swiper-button-next {
		right: -5.208vw
	}
}

.swiper[data-layout=consortium] .swiper-container {
	position: relative;
	margin-bottom: 80px;
	overflow: visible
}

@media screen and (max-width:767px) {
	.swiper[data-layout=consortium] .swiper-container {
		margin-bottom: 40px
	}
}

.swiper[data-layout=consortium] .swiper-slide {
	max-width: 437px
}

@media screen and (min-width:1101px) {
	.swiper[data-layout=consortium] .swiper-slide {
		max-width: calc((100% - 40px)/3)
	}
}

.swiper[data-layout=consortium] .swiper-buttons {}

.swiper[data-layout=consortium] .swiper-buttons .swiper-button-next,
.swiper[data-layout=consortium] .swiper-buttons .swiper-button-prev {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	top: 129px;
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: center;
	-webkit-box-shadow: 0px 2px 0.78px 2.22px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 0.78px 2.22px rgba(0, 0, 0, 0.12)
}

@media screen and (max-width:767px) {

	.swiper[data-layout=consortium] .swiper-buttons .swiper-button-next,
	.swiper[data-layout=consortium] .swiper-buttons .swiper-button-prev {
		display: block;
		width: 10.417vw;
		height: 10.417vw;
		background-color: #fff;
		border-radius: 50%;
		top: 27.995vw;
		background-repeat: no-repeat;
		background-size: 2.474vw auto;
		background-position: center
	}
}

.swiper[data-layout=consortium] .swiper-buttons .swiper-button-prev {
	background-image: url("../../images/swiper-button-prev.png");
	left: -40px
}

@media screen and (max-width:767px) {
	.swiper[data-layout=consortium] .swiper-buttons .swiper-button-prev {
		left: -5.208vw
	}
}

.swiper[data-layout=consortium] .swiper-buttons .swiper-button-next {
	background-image: url("../../images/swiper-button-next.png");
	right: -40px
}

@media screen and (max-width:767px) {
	.swiper[data-layout=consortium] .swiper-buttons .swiper-button-next {
		right: -5.208vw
	}
}

.globalNavigation {
	/*height: 0 */
}

.globalNavigation__navigation {
	background-color: rgba(0, 0, 0, 0)
}

.globalNavigation__headingInner {
	background-image: url(/wp-content/themes/release/assets/webp/cmn_logo_white.webp)
}

.globalNavigation__navigation[data-is-active=true] .globalNavigation__headingInner {
	background-image: url(/wp-content/themes/release/assets/webp/cmn_logo_default.webp);
	transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .4s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1), transform .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1), transform .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity .4s cubic-bezier(0.77, 0, 0.175, 1), transform .4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .4s cubic-bezier(0.77, 0, 0.175, 1)
}


/*********************** data-layout=front-page **********************/
.mv[data-layout=front-page] {
	position: relative;
	left: 50%;
	width: 100vw;
	max-height: 64vh;
	overflow: hidden;
	height: calc(60vh);
	transform: translate3d(-50%, 0, 0)
}

.mv[data-layout=front-page]:before {
	content: "";
	position: relative;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 59.1538461538%
}

.mv[data-layout=front-page]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #130e4a;
	opacity: .18
}

@media screen and (max-width:767px) {
	.mv[data-layout=front-page] {
		z-index: -1;
	
	}

	.mv[data-layout=front-page]:before {
		position: absolute;
		height: 150%;
		background-position: 84% top;
		background-size: auto 100%
	}
}

@media screen and (min-width:768px) {
	.mv[data-layout=front-page] {
		position: relative;
		z-index: -1;
		left: 50%;
		width: 100vw;
		height: calc(50vh);
		transform: translate3d(-50%, 0, 0)
	}
}

.mv[data-layout=front-page] .mv__heading {
	color: #fff
}

@media screen and (max-width:767px) {
	.mv[data-layout=front-page] .mv__heading {
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.3333333333;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 16px
	}
}

@media screen and (min-width:768px) {
	.mv[data-layout=front-page] .mv__heading {
		font-size: 4rem;
		font-weight: 500;
		line-height: 1.3333333333;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 48px
	}
}

.mv[data-layout=front-page] .mv__headingInner {
	text-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.mv[data-layout=front-page] .mv__image {
	position: absolute;
	top: 90%;
	left: 50%;
	z-index: -1;
	display: block;
	width: 100%;
	height: auto;
	transform: translate3d(-50%, -50%, 0)
}

@media screen and (max-width:767px) {
	.mv[data-layout=front-page] .mv__image {
        width: auto;
        height: 140%;
        /* top: 0; */
        top: 50%;
        left: 40%;
	}
}


#picker .definition {

  margin:0;
  overflow: hidden;
}

#picker .definition__list {

    /* color: #fff; */
    padding-left: 100%;
    white-space: nowrap;
    display: inline-block; 
    animation: infoAnimation 45s linear infinite;
    flex-wrap: nowrap;
}

#picker .definition__list .definition__wrap {
  display:inline-block;
  margin:0 1rem 0 0;
      border: none;
}

#picker .definition__term{
display:inline-flex;
}
#picker .definition__description{
display:inline-block;
}
#picker .definition__paragraph{
color:#000 ;
}

/* 横に流れていくアニメーション */
@keyframes infoAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}






/*********************** data-layout=about **********************/
.article[data-layout=about] {
	position: relative;
	padding: 0;
}

.article[data-layout=about]:before {
/*  content: "";
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	top: -11.8vw;
	left: 50%;
	z-index: -1;
	display: block;
	width: 115.143vw;
	height: 0;
	margin-bottom: -100%;
	padding-top: 100%;
	transform: translate3d(-50%, 0, 0);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1722.909' height='410.237'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='.539' y1='.004' x2='.144' y2='.178' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%231064e3'/%3E%3Cstop offset='1' stop-color='%23c9eaf7'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='0' y='0' width='1722.909' height='410.237' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='-3'/%3E%3CfeGaussianBlur stdDeviation='11.5' result='blur'/%3E%3CfeFlood flood-opacity='.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(.004 .003)' filter='url(%23a)'%3E%3Cellipse cx='822.5' cy='142' rx='822.5' ry='142' transform='rotate(-2 2735.945 -940.797)' fill='url(%23b)'/%3E%3C/g%3E%3Cpath data-name='パス 6' d='M854.442 74.302c453.631-23.774 824.7 20.442 828.804 98.759s-360.31 161.078-813.94 184.851S44.605 337.47 40.5 259.153 400.81 98.075 854.44 74.302Z' fill='%234c9f38'/%3E%3C/svg%3E");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto
*/
}

@media screen and (max-width:767px) {
	.article[data-layout=about]:before {
		top: -13.2vw
	}
}

.article[data-layout=about]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #4c9f38;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background-image: url(./../../images/article_bg_right.png);
	background-position: right bottom;
	background-repeat: no-repeat
}

@media screen and (max-width:767px) {
	.article[data-layout=about]:after {
		background-size: 150% auto;
		top: 0
	}
}

.article[data-layout=about] .article__inner {
	margin-top: 0
}

@media screen and (max-width:767px) {
	.article[data-layout=about] .article__inner {

	}
}

.article[data-layout=about] .button[data-layout=default] {
	display: flex;
	justify-content: center;
	padding: 1rem;
}

.article[data-layout=about] .article__heading {
    font-size: 2.6666666667rem;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    position: relative;
}
.section[data-layout=about] .section__heading{
    font-size: 2.6666666667rem;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    position: relative;	
}


.article[data-layout=about] .section__description,
.section[data-layout=about] .section__description {
    color: #FFF;
    text-align: center;
    padding: 1rem;
}
@media screen and (max-width:767px) {
.article[data-layout=about] .article__heading {
        font-size: 1.2rem;
 
}
.article[data-layout=about] .section__description,
.section[data-layout=about] .section__description {
	margin: 0 -16px;
	padding:0;
}
}


/************data-layout=news*******************/



.article[data-layout=news] {
	position: relative;
	padding: 70px 0 112px;
	margin: 0 auto;
	max-width: 1188px;	
}

@media screen and (max-width:767px) {
	.article[data-layout=news] {
		padding: 12.5vw 0 14.583vw
	}
}

.article[data-layout=news]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

.article[data-layout=news] .article__heading {
	font-size: 2.6666666667rem;
	font-weight: 900;
	color: #2e3b4e;
	text-align: center;
	position: relative
}

@media screen and (max-width:767px) {
	.article[data-layout=news] .article__heading {
		font-size: 1.75rem;
		text-align: left
	}
}

.article[data-layout=news] .article__inner {
	margin-top: 80px
}

@media screen and (max-width:767px) {
	.article[data-layout=news] .article__inner {
		margin-top: 40px
	}
}

.article[data-layout=contact] .news_form{
	font-size: .8888888889rem;
    font-weight: 700;
    color: #4c9f38;
    text-decoration: none;
    text-align: center;
    border-radius: 28px;
    border: 2px solid #4c9f38;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 296px;
    height: 56px;
    padding: 0 16px;
    opacity: 1;
    margin: 0 auto;
    margin-top: 1rem;
    color: #fff;
    background-color: #4c9f38;	
}

.article[data-layout=general] {
	position: relative;
	padding: 100px 0;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.article[data-layout=general] {
		padding: 50px 0;
		margin: 0 -16px
	}
}

.article[data-layout=general]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #4c9f38;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

.article[data-layout=general] .article__heading {
	text-align: center;
	font-size: 2.6666666667rem;
	font-weight: 700;
	margin: 0 0 36px;
	color: #fff
}

@media screen and (max-width:767px) {
	.article[data-layout=general] .article__heading {
		font-size: 1.4444444444444rem;
		margin: 0 0 18px
	}
}

.article[data-layout=general] .generalFigure {
	position: relative;
	max-width: 645px;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.article[data-layout=general] .generalFigure {
		max-width: 100%
	}
}

.article[data-layout=general] .generalImage {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px
}

@media screen and (max-width:767px) {
	.article[data-layout=general] .generalImage {
		border-radius: 10px
	}
}

.article[data-layout=general] .generalFigcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 32px 56px
}

@media screen and (max-width:767px) {
	.article[data-layout=general] .generalFigcaption {
		padding: 16px 32px
	}
}

.article[data-layout=general] .generalButton {
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 0;
	border-radius: 40px;
	border: 2px solid #4c9f38;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 324px;
	height: 80px;
	padding: 0 32px;
	background-color: #4c9f38;
	overflow: hidden;
	opacity: 1;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

@media screen and (max-width:767px) {
	.article[data-layout=general] .generalButton {
		font-size: .8125rem;
		width: 88%;
		max-height: 42px;
		padding: 0 16px
	}
}

.article[data-layout=general] .generalButton:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #fff;
	-webkit-transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: width .5s cubic-bezier(0.23, 1, 0.32, 1)
}

.article[data-layout=general] .generalButton:after {
	content: "";
	display: block;
	width: 1.1em;
	height: 1.1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h17v17H0z'/%3E%3Cg transform='translate(4 .797)' fill='%23fff'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 .203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(5 5.203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 10.203)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%
}

@media screen and (min-width:768px) {
	.article[data-layout=general] .generalButton:hover {
		color: #4c9f38
	}

	.article[data-layout=general] .generalButton:hover:before {
		width: 100%
	}

	.article[data-layout=general] .generalButton:hover:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h17v17H0z'/%3E%3Cg transform='translate(4 .797)' fill='%234C9F38'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 .203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(5 5.203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 10.203)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
	}
}

.article[data-layout=general] .generalButtonInner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.article[data-layout=column] {
	position: relative;
	padding: 96px 0 112px;
	margin: 0 auto
}

.article[data-layout=column]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #f9fff8;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

@media screen and (max-width:767px) {
	.article[data-layout=column] {
		padding: 80px 0 112px
	}
}

.article[data-layout=column] .article__heading {
	font-size: 2.6666666667rem;
	font-weight: 900;
	color: #4c9f38;
	text-align: center;
	position: relative
}

@media screen and (max-width:767px) {
	.article[data-layout=column] .article__heading {
		font-size: 1.75rem;
		text-align: left
	}
}

.article[data-layout=column] .article__description {
	font-size: 1rem;
	line-height: 2.2222222222;
	text-align: center;
	margin-top: 32px
}

@media screen and (max-width:767px) {
	.article[data-layout=column] .article__description {
		font-size: 1rem;
		line-height: 1.75;
		text-align: left;
		margin-top: 16px
	}
}

.article[data-layout=column] .article__inner {
	margin-top: 40px
}


/************* layout=consortium　コンソーシアム　*******************/

.article[data-layout=consortium] {
	color: #fff;
	position: relative;
	padding: 0;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.article[data-layout=consortium] {
		padding: 0
	}
}

.article[data-layout=consortium]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #4c9f38;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	margin-top: -1px
}

.article[data-layout=consortium] .article__inner {}

.section[data-layout=about] .bt-box {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem;
}




@media screen and (max-width:767px) {
	.article[data-layout=consortium] .article__inner {}
}

.article[data-layout=activities] {
	position: relative
}

.article[data-layout=activities]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #4c9f38;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background-image: url(./../../images/article_bg_left.png);
	background-position: left bottom;
	background-repeat: no-repeat
}

@media screen and (max-width:767px) {
	.article[data-layout=activities]:before {
		background-size: 150% auto
	}
}

.box[data-layout=activities] .button>a {
	border: 2px solid #4c9f38;
	background-color: #4c9f38
}

#activities {
	padding: 80px 0
}

@media screen and (max-width:1280px) {
	#activities {
		padding: 80px 0 9.11458vw
	}
}

@media screen and (max-width:768px) {
	#activities {
		padding: 10.41667vw 0 24.73958vw
	}
}

.box[data-layout=activities] {
	font-size: .7777777778rem;
	color: #333;
	border-radius: 10px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
	font-weight: bold
}

@media screen and (min-width:768px) {
	.box[data-layout=activities] .sp {
		display: none
	}
}

.box[data-layout=activities] .oblique {
	font-style: oblique
}

.box[data-layout=activities] img {
	display: block;
	width: 100%;
	height: auto
}

.box[data-layout=activities]+* {
	margin-top: 40px
}

#activities .box:last-of-type {
	margin-bottom: 0
}

@media screen and (max-width:1100px) {
	.box[data-layout=activities] {
		display: block
	}
}

@media screen and (max-width:1100px) {
	.box[data-layout=activities] .img {
		text-align: center
	}
}

.box[data-layout=activities] .txt_area {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 32px
}

@media screen and (max-width:1100px) {
	.box[data-layout=activities] .txt_area {
		padding: 6.51042vw 5.46875vw 4.2666666667vw
	}
}

.box[data-layout=activities] .txt_area .txt_mtb {
	padding: 1.5rem 0 2.5rem
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .txt_mtb {
		font-size: 3.125vw !important;
		padding: 3.90625vw 0 3.38542vw
	}
}

.box[data-layout=activities] .txt_area .col_2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.box[data-layout=activities] .txt_area .col_2 .left2 {
	margin-bottom: 6px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .col_2 .left2 {
		margin-bottom: 4.55729vw
	}
}

.box[data-layout=activities] .txt_area .col_2 .left2 .txt {
	font-size: .8888888889rem
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .col_2 .left2 .txt {
		width: 69.01042vw;
		font-size: 3.90625vw;
		margin-bottom: 1.30208vw
	}
}

.box[data-layout=activities] .txt_area .col_2 .left2 .ttl {
	font-size: 1.4444444444rem;
	color: #4c9f38;
	margin: 0
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .col_2 .left2 .ttl {
		font-size: 5.20833vw;
		margin: 0 0 1.30208vw
	}
}

.box[data-layout=activities] .txt_area .col_2 .left2 .annotation {
	color: red;
	font-size: .6666666667rem;
	margin-bottom: 5px;
	margin-top: -5px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .col_2 .left2 .annotation {
		font-size: 2.86458vw;
		margin-top: 1.30208vw;
		margin-bottom: 0
	}
}

.box[data-layout=activities] .txt_area .col_2 .right {
	margin-top: -10px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .col_2 .right img {
		width: 17.70833vw
	}
}

.box[data-layout=activities] .txt_area .col_2 .right2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 6px;
	padding-top: 10px
}

.box[data-layout=activities] .txt_area .col_2 .right2 img {
	width: auto;
	max-width: 100%
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .col_2 .right2 {
		width: 26.04167vw;
		margin-left: 0
	}
}

.box[data-layout=activities] .txt_area .txt {
	font-size: 1.0666666667rem
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .txt {
		font-size: 3.90625vw
	}
}

.box[data-layout=activities] .txt_area .txt:nth-of-type(2) {
	font-size: 1rem;
	margin-bottom: 15px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .txt:nth-of-type(2) {
		font-size: 3.38542vw
	}
}

.box[data-layout=activities] .txt_area .txt_mtt {
	margin-top: 20px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .txt_mtt {
		margin-top: 2.60417vw;
		font-size: 3.125vw !important;
	}
}

.box[data-layout=activities] .txt_area .ttl {
	font-size: 1.8888888889rem;
	color: #4c9f38;
	margin: 5px 0 10px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .ttl {
		font-size: 5.20833vw
	}
}

.box[data-layout=activities] .txt_area .combtn_n {
	width: 340px
}

@media screen and (max-width:1100px) {
	.box[data-layout=activities] .txt_area .combtn_n {
		width: 48.17708vw
	}

	.box[data-layout=activities] .txt_area .combtn_n.common {
		margin: 0 auto 5.20833vw
	}
}

.box[data-layout=activities] .txt_area .combtn_n a {
	width: 100%;
	padding: 10px 0
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .combtn_n a {
		padding: 1.95312vw 0;
		font-size: 3.77604vw
	}
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .youtu {
		margin-top: 20px
	}
}

.box[data-layout=activities] .txt_area .btn_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .btn_flex {
		display: block
	}

	.box[data-layout=activities] .txt_area .btn_flex>*+* {
		margin-top: 12px
	}
}

.box[data-layout=activities] .txt_area .btn_flex .flex:first-child {
	margin-right: 20px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .btn_flex .flex:first-child {
		margin-right: 0
	}
}

.box[data-layout=activities] .txt_area .btn_flex .flex .combtn_n {
	width: 290px
}

@media screen and (max-width:768px) {
	.box[data-layout=activities] .txt_area .btn_flex .flex .combtn_n {
		width: 48.17708vw;
		margin: 0 auto 2.60417vw
	}
}

.section[data-layout=news] {
	height: auto
}

.section[data-layout=news] .section__card {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	overflow: hidden;
	opacity: 1;
	-webkit-transition: -webkit-box-shadow .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-box-shadow .4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: box-shadow .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: box-shadow .4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: box-shadow .4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow .4s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width:767px) {
	.section[data-layout=news] .section__card {
		border-radius: 10px
	}
}

@media screen and (min-width:768px) {
	.section[data-layout=news] .section__card {
		border-radius: 20px
	}
}

.section[data-layout=news] .section__card:hover {
	-webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .16)
}

.section[data-layout=news] .section__figcaption {
	padding: 16px 16px 32px
}

@media screen and (max-width:767px) {
	.section[data-layout=news] .section__figcaption {
		padding: 12px
	}
}

.section[data-layout=news] .section__figureImage {
	display: block;
	width: 100%;
	height: auto
}

.section[data-layout=news] .section__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section[data-layout=news] .section__categoryItem {
	font-size: .8888888889rem;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	padding: 0 12px;
	background-color: #4c9f38
}

@media screen and (max-width:767px) {
	.section[data-layout=news] .section__categoryItem {
		font-size: .875rem;
		height: 30px;
		padding: 0 8px
	}
}

.section[data-layout=news] .section__date {
	font-size: 16px;
	font-weight: 700;
	color: #828c90;
	margin-left: auto
}

@media screen and (max-width:767px) {
	.section[data-layout=news] .section__date {
		font-size: .875rem
	}
}

.section[data-layout=news] .section__heading {
	font-weight: 700;
	margin-top: 16px
}

@media screen and (max-width:767px) {
	.section[data-layout=news] .section__heading {
		margin-top: 8px
	}
}

.section[data-layout=about] {
	position: relative;
	padding: 100px 0 80px;
	margin: 0 -16px
}

@media screen and (max-width:767px) {
	.section[data-layout=about] {
		padding: 50px 0 85px
	}
}

.section[data-layout=about]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #4c9f38;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background-image: url(./../../images/article_bg_right.png);
	background-position: right bottom;
	background-repeat: no-repeat
}

@media screen and (max-width:767px) {
	.section[data-layout=about]:before {
		background-size: 150% auto
	}
}

.section[data-layout=about] .section__heading {
	text-align: center;
	font-size: 2.2222222222222rem;
	font-weight: 700;
	margin: 0 0 36px
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .section__heading {
		font-size: 1.2rem;
		margin: 0 0 18px
	}
}

.section[data-layout=about] .aboutFigure {
	position: relative;
	max-width: 645px;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .aboutFigure {
		max-width: 100%
	}
}

.section[data-layout=about] .aboutFigure img {
	border-radius: 20px
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .aboutFigure img {
		border-radius: 10px
	}
}

.section[data-layout=about] .aboutFigure .aboutFigure__description {
	color: #FFF;
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8)
}

.section[data-layout=about] .aboutFigure .aboutFigure__description_tex {
	position: relative
}

.section[data-layout=about] .aboutFigure .aboutFigure__description_tex small {
	font-size: 1rem;
	font-weight: normal
}

.section[data-layout=about] .aboutFigure .aboutFigure__description_tex:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0.8em;
	height: .4em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 442 15'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1' y1='.5' x2='0' y2='.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%231064e3'/%3E%3Cstop offset='.659' stop-color='%233a82e8'/%3E%3Cstop offset='1' stop-color='%237eb4ef'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath data-name='長方形 104' fill='url(%23a)' d='M0 0h442v15H0z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%
}

.section[data-layout=about] .aboutFigure .aboutFigcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 32px 56px
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .aboutFigure .aboutFigcaption {
		padding: 16px 32px
	}
}

.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton {
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 0;
	border-radius: 40px;
	border: 2px solid #4c9f38;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 324px;
	height: 80px;
	padding: 0 32px;
	background-color: #4c9f38;
	overflow: hidden;
	opacity: 1;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton {
		font-size: .8125rem;
		width: 88%;
		max-height: 42px;
		padding: 0 16px
	}
}

.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #fff;
	-webkit-transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: width .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: width .5s cubic-bezier(0.23, 1, 0.32, 1)
}

.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton:after {
	content: "";
	display: block;
	width: 1.1em;
	height: 1.1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h17v17H0z'/%3E%3Cg transform='translate(4 .797)' fill='%23fff'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 .203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(5 5.203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 10.203)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%
}

@media screen and (min-width:768px) {
	.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton:hover {
		color: #4c9f38
	}

	.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton:hover:before {
		width: 100%
	}

	.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButton:hover:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h17v17H0z'/%3E%3Cg transform='translate(4 .797)' fill='%234C9F38'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 .203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(5 5.203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 10.203)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
	}
}

.section[data-layout=about] .aboutFigure .aboutFigcaption .aboutFigureButtonInner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}


.section[data-layout=about] .bnr_block {
    display: flex;
    max-width: 1188px;
    margin: 0 auto;
    flex-wrap: wrap;
	gap:20px;
}
.section[data-layout=about] .bnr_block .bnr {
 margin-top:0;	
}
.section[data-layout=about] .link_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px auto 0;
    max-width: 1188px;	
	
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .link_wrap {
		margin: 0
	}
}

.section[data-layout=about] .link_wrap .link {
	width: calc(94.69964664310953% / 3)
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .link_wrap .link {
		width: 100%;
		margin-top: 50px
	}
}

.section[data-layout=about] .link_wrap .link p {
    text-align: center;
    font-size: 1.18rem;
    font-weight: 700;
    margin: 0 0 40px;
    color: #fff;
	
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .link_wrap .link p {
		font-size: 1.18rem;
		margin: 0 0 20px
	}
}

.section[data-layout=about] .link_wrap .link .icon {
	width: 36.96682464454976%;
	margin: 0 auto 40px
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .link_wrap .link .icon {
		width: 20.313vw;
		margin: 0 auto 20px
	}
}

.section[data-layout=about] .link_wrap .link .icon img {
	width: 100%;
	height: auto
}

.section[data-layout=about] .link_wrap .link .button .button__anchor {
	max-width: 100%
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .link_wrap .link .button .button__anchor {
		max-width: 55.339vw
	}
}

.section[data-layout=about] .bnr {
	width: 48.24561403508772%;
	margin: 100px auto 0
}

@media screen and (max-width:767px) {
	.section[data-layout=about] .bnr {
		width: 100%;
		margin: 50px auto 0
	}
}

.section[data-layout=about] .bnr a img {
	width: 100%;
	height: auto
}




/********************data-layout=consortium ***************/

.section[data-layout=consortium] {
	position: relative;
	padding: 100px 0 80px
}

@media screen and (max-width:767px) {
	.section[data-layout=consortium] {
		padding: 50px 0 40px
	}
}

.section[data-layout=consortium]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #f9fff8;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	opacity: .2
}

.section[data-layout=consortium] .section__heading {
	text-align: center;
	font-size: 2.6666666667rem;
	font-weight: 700
}

@media screen and (max-width:767px) {
	.section[data-layout=consortium] .section__heading {
		font-size: 1.75rem
	}
}

.section[data-layout=consortium] .article__description {
	font-size: 1.7777777778rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 32px
}

@media screen and (max-width:767px) {
	.section[data-layout=consortium] .article__description {
		font-size: 1rem;
		margin-top: 20px;
		margin-bottom: 16px
	}
}

.section[data-layout=consortium] .article__description small {
	font-size: 56.25%
}

.section[data-layout=merit] {
	position: relative;
	padding: 40px 0 96px
}

@media screen and (max-width:767px) {
	.section[data-layout=merit] {
		padding: 20px 0 48px
	}
}

.section[data-layout=merit]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #f9fff8;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	opacity: .2
}

.section[data-layout=merit] .section__heading {
	font-size: 1.7777777778rem;
	font-weight: 700;
	text-align: center
}

@media screen and (max-width:767px) {
	.section[data-layout=merit] .section__heading {
		font-size: 1rem
	}
}

.section[data-layout=merit] .section__inner {
    margin-top: 40px;
    max-width: 1188px;
    margin: 40px auto 0;
}

@media screen and (max-width:767px) {
	.section[data-layout=merit] .section__inner {
		margin-top: 20px
	}
}

.section[data-layout=merit] .section__inner+* {
	margin-top: 80px
}


/************* data-layout=tsil ピックアップ事例 *************/

.section[data-layout=tsil] {
	color: #333;
	position: relative;
	padding: 0 0 112px;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.section[data-layout=tsil] {
		padding: 64px 0 112px
	}
}

.section[data-layout=tsil]>* {
	position: relative;
	z-index: 0
}

.section[data-layout=tsil]:before {
	content: "";
	position: relative;
	left: 50%;
	top: 0;
	z-index: 0;
	display: block;
	height: 0;
	width: 100vw;
	background-color: #6eb25e;
	background-image: url(./../../images/section_tsil_bg.svg);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

@media screen and (min-width:768px) {
	.section[data-layout=tsil]:before {
		left: calc(50% + 100px);
		width: calc(100vw + 200px);
		margin-bottom: -50.3658181818%;
		padding-top: 62.9572727273%;
		background-size: 100% auto
	}
}

@media screen and (max-width:1100px) {
	.section[data-layout=tsil]:before {
		position: absolute;
		height: 60%;
		background-size: auto 100%;
		background-position: center top
	}
}

.section[data-layout=tsil]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

.section[data-layout=tsil]>.section__heading {
	font-size: 2.6666666667rem;
	font-weight: 700;
	color: #fff;
	text-align: center
}

@media screen and (max-width:767px) {
	.section[data-layout=tsil]>.section__heading {
		font-size: 1.75rem
	}
}

.section[data-layout=tsil]>.section__description {
	color: #fff;
	line-height: 2.2222222222;
	text-align: center;
	margin-top: 32px
}

@media screen and (max-width:767px) {
	.section[data-layout=tsil]>.section__description {
		text-align: left;
		line-height: 1.75
	}
}

.section[data-layout=tsil]>.section__inner {
	margin-top: 80px
}
.section[data-layout=tsil] .wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-around;
	margin: 0 auto 3rem;
	flex-wrap: nowrap;
}

@media screen and (max-width:768px) {
	.section[data-layout=tsil] .wrapper {
	flex-direction: column;	
}
}
@media screen and (max-width:1024px) {
	.section[data-layout=tsil] .wrapper {
	flex-direction: column;	
}
}





.definition[data-layout=news] {
	margin-bottom: 80px
}

.definition[data-layout=news] .definition__list>* {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.definition[data-layout=news] .definition__wrap {
	position: relative
}

@media screen and (min-width:768px) {
	.definition[data-layout=news] .definition__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.definition[data-layout=news] .definition__term {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.definition[data-layout=news] .definition__date {
	color: #4c9f38
}

.definition[data-layout=news] .definition__category {
	font-size: .8888888889rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 6em;
	height: 32px;
	margin-left: 48px;
	background-color: #777
}

@media screen and (max-width:767px) {
	.definition[data-layout=news] .definition__category {
		font-size: .7777777778rem;
		height: 24px;
		margin-left: 12px
	}
}

.definition[data-layout=news] .definition__category--sports {
	background-color: #ff6900
}

.definition__category--consortium {
	background-color: #4c9f38
}

.definition[data-layout=news] .definition__anchor {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

.definition[data-layout=news] .definition__anchor:hover+* {
	opacity: .7
}

.definition[data-layout=news] .definition__description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (min-width:768px) {
	.definition[data-layout=news] .definition__description {
		margin-left: 32px
	}
}

.definition[data-layout=news] .definition__paragraph {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.definition[data-layout=consortium] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -20px 0 0 -20px
}

@media screen and (min-width:768px) {
	.definition[data-layout=consortium] {
		margin-bottom: 56px
	}
}

@media screen and (max-width:767px) {
	.definition[data-layout=consortium] {
		margin-bottom: 40px
	}
}

.definition[data-layout=consortium] .definition__list {
	color: #333;
	margin: 20px 0 0 20px;
	padding: 24px;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

@media screen and (max-width:767px) {
	.definition[data-layout=consortium] .definition__list {
		border-radius: 10px
	}
}

@media screen and (min-width:768px) {
	.definition[data-layout=consortium] .definition__list {
		border-radius: 20px
	}
}

@media screen and (min-width:768px) {
	.definition[data-layout=consortium] .definition__list {
		width: calc((100% - 40px)/2 - .01px)
	}
}

@media screen and (max-width:767px) {
	.definition[data-layout=consortium] .definition__list {
		padding: 20px 12px
	}
}

.definition[data-layout=consortium] .definition__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.definition[data-layout=consortium] .definition__term {
	font-size: 1.7777777778rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-top: auto
}

@media screen and (max-width:767px) {
	.definition[data-layout=consortium] .definition__term {
		font-size: 1rem;
		margin-top: 16px
	}
}

.definition[data-layout=consortium] .definition__term em {
	font-size: 2.2222222222rem;
	color: #4c9f38
}

@media screen and (max-width:767px) {
	.definition[data-layout=consortium] .definition__term em {
		font-size: 1.75rem
	}
}

.definition[data-layout=consortium] .definition__term small {
	display: block;
	font-size: 0.9rem;
	color: red
}

.definition[data-layout=consortium] .definition__description {
	line-height: 1.6666666667;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.definition[data-layout=consortium] .definition__image {
	margin-top: -16px
}

.definition[data-layout=consortium] .definition__paragraph {
	margin-left: 24px
}

.definition[data-layout=consortium] .definition__button {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 16px
}

.definition[data-layout=merit] {
	margin-bottom: 56px
}

@media screen and (max-width:767px) {
	.definition[data-layout=merit] {
		margin-bottom: 24px
	}
}

.definition[data-layout=merit] .definition__list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -20px;
	justify-content: space-evenly;
}

.definition[data-layout=merit] .definition__wrap {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% - 80px)/4 - .01px);
	margin: 20px 0 0 20px;
	overflow: hidden
}

@media screen and (max-width:767px) {
	.definition[data-layout=merit] .definition__wrap {
		width: calc((100% - 40px)/2 - .01px)
	}
}

.definition[data-layout=merit] .definition__term {
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.definition[data-layout=merit] .definition__anchor[href^=http] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.definition[data-layout=merit] .definition__anchor[href^=http]+* {
	text-decoration: underline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.definition[data-layout=merit] .definition__anchor[href^=http]+:after {
	content: "";
	display: block;
	width: 1.1em;
	height: 1.1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h17v17H0z'/%3E%3Cg transform='translate(4 .797)' fill='%23fff'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 .203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(5 5.203)'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(0 10.203)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat
}

.definition[data-layout=merit] .definition__description {
	line-height: 1.6666666667;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 24px
}

@media screen and (max-width:767px) {
	.definition[data-layout=merit] .definition__description {
		margin-bottom: 12px
	}
}

@media screen and (max-width:767px) {
	.definition[data-layout=merit] .definition__image {
		width: 56px;
		margin: 0 auto
	}
}

.banner[data-layout=about] {
	margin: 120px auto 0;
	text-align: center
}

@media screen and (max-width:767px) {
	.banner[data-layout=about] {
		margin: 40px auto 0
	}
}

.banner[data-layout=about] img {
	max-width: 100%;
	width: auto;
	height: auto
}

.button__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px
}

@media screen and (max-width:921px) {
	.button[data-layout=default] .button__column--2>* {
		width: calc((100% - 16px)/1 - .01px);
		margin: 16px 0 0 16px
	}
}

@media screen and (min-width:923px) {
	.button[data-layout=default] .button__column--2>* {
		width: calc((100% - 48px)/2 - .01px);
		margin: 16px 0 0 16px
	}

	.button__column--2 a:nth-child(2) {
		width: calc((100% - 18px)/2 - .01px) !important
	}
}
@media screen and (min-width: 768px) {
    .main[data-layout=default] {
        max-width: 100%; 
    }
}


.movie_bnr {
	max-width: 710px;
	margin: 0 auto
}

.bnr_block {
	display: flex;
}

@media screen and (max-width: 767px) {
	.bnr_block {
		display: block;
	}
}
#main_fv{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 8.7vh);	
}
#main_fv .mv{
	
}
#main_fv .article[data-layout=about] {

}
#picker{
	
}



.article[data-layout=column] .wrapper{
    display: flex;
    gap: 20px;
    justify-content: space-around;
	margin: 0 auto 3rem;
	flex-wrap: nowrap;
}

@media screen and (max-width:768px) {
.article[data-layout=column] .wrapper{
	flex-direction: column;	
}
}
@media screen and (max-width:1024x) {
.article[data-layout=column] .wrapper{
	flex-direction: column;	
}
}
.top_mv__description_tex:after{
            height: 0.8em;
}
.section[data-layout=about] .aboutFigure .aboutFigure__description {
			display:block;
			position: relative;
			margin: 1rem auto;
			text-align: center;
}
.section[data-layout=about] .aboutFigure .aboutFigcaption{
			display:block;
			position: relative;
			margin: 1rem auto;
			text-align: center;
}
