@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en,
.forum {
	font-family: "Forum", serif;
	font-weight: 400 !important;
}
.mincho {
	font-family: "Shippori Mincho", serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main {
	padding: 12.4rem 0 0;
}
/* content */
.content {
	margin: 0 auto;
	width: 104rem;
	position: relative;
}
.content.large {
	width: 120rem;
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 5.2rem;
	}
	.content {
		margin: 0 2.4rem;
		width: auto !important;
	}
}
/* comMainVisual */
.comMainVisual {
	position: relative;
	z-index: 3;
}
.comMainVisual.haveBg {
	background: #0d0907;
}
.comMainVisual .infiniteslide_wrap {
	overflow: visible !important;
}
.comMainVisual .mainImg {
	width: calc(100% - 12rem);
	position: relative;
	background: rgb(0, 0, 0.8);
}
.comMainVisual .mainImg::before,
.comMainVisual .mainImg::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.comMainVisual .mainImg::before {
	background: linear-gradient(110.8deg,#8bd969 0%, #8ad86b 0%, #6fc0b4 34.41%, #6cbdb4 60.94%, #4292b5 81.25%, #9e5ac3 100%);
	opacity: 0.4;
	mix-blend-mode: overlay;
	z-index: 3;
}
.comMainVisual .mainImg::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(13, 9, 7, 0.15);
}
.comMainVisual .mainImg img {
	opacity: 0.5;
}
.comMainVisual .pageTitle {
	margin: 0 auto;
	width: 120rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-38%);
	font-weight: 500;
	font-size: 1.8rem;
	z-index: 3;
}
.comMainVisual .pageTitle span {
	display: block;
}
.comMainVisual .pageTitle .en {
	margin-bottom: 2rem;
	font-size: 8rem;
	letter-spacing: 0.1em;
	line-height: 0.625;
}
.comMainVisual .largeText {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	z-index: 2;
}
.largeText {
	position: relative;
	z-index: 3;
}
/* scrollText */
.scrollText p {
	margin-right: 3.5rem;
	font-size: 19.6rem;
	line-height: 1 !important;
	letter-spacing: 0;
	opacity: 0.1;
	white-space: nowrap;
}
.comMainVisual02 {
	padding: 5.9rem 0 22.8rem;
	background: #000 url(../img/message/main_bg.png) no-repeat center bottom / 100%;
}
.comMainVisual02 .titleBox {
	width: 50rem;
}
.comMainVisual02 .pageTitle {
	margin-bottom: 4.7rem;
	position: initial;
	transform: none;
}
.comMainVisual02 p {
	letter-spacing: 0;
}
.comMainVisual02 .colorfulTxt {
	margin-bottom: 4.8rem;
	font-weight: 400;
	font-size: 7rem;
	line-height: 1.171;
	background: linear-gradient(145deg,#73c4a9 0%, #fff 67%);
	background-clip: text;
	-webkit-background-clip: text;
}
.comMainVisual02 .text {
	font-size: 1.8rem;
	line-height: 2.111;
}
.comMainVisual02 .posTxt {
	width: 16rem;
	position: absolute;
	right: calc(50% - 60rem);
	bottom: -16.3rem;
}
@media all and (max-width: 896px) {
	.comMainVisual .mainImg {
		width: calc(100% - 2.4rem);
		aspect-ratio: 351/205;
	}
	.comMainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.7;
	}
	.comMainVisual .pageTitle {
		padding: 0 0 0 2.4rem;
		width: auto;
		font-size: 1.4rem;
		left: 0;
		transform: translate(0,-40%);
	}
	.comMainVisual .pageTitle .en {
		margin-bottom: 1.2rem;
		font-size: 3.4rem;
	}
	.comMainVisual .largeText {
		left: 1.2rem;
	}
	.scrollText p {
		margin-right: 1.5rem;
		font-size: 7.2rem;
	}
	.comMainVisual02 {
		padding: 3.9rem 0 16.6rem;
		background: url(../img/message/main_bg_sp.png) no-repeat center center / 100%;
	}
	.comMainVisual02 .posTxt {
		width: 6.5rem;
		right: 2.9rem;
		bottom: -6.3rem;
	}
	.comMainVisual02 .pageTitle {
		margin-bottom: 3rem;
		padding: 0;
		transform: none;
	}
	.comMainVisual02 .colorfulTxt {
		margin-bottom: 3rem;
		font-size: 4rem;
		line-height: 1.25;
	}
	.comMainVisual02 .text {
		font-size: 1.3rem;
		line-height: 1.769;
		letter-spacing: 0.1em;
	}
}
/* comTopBox */
.comTopBox {
	padding-top: 16.2rem;
	text-align: center;
	position: relative;
	z-index: 3;
}
.comTopBox .head {
	margin-bottom: 3.9rem;
	font-weight: 400;
	font-size: 4.4rem;
	line-height: 1.545;
	font-family: "Shippori Mincho", serif;
	position: relative;
	z-index: 1;
}
.comTopBox p {
	margin-bottom: 6.3rem;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.comTopBox {
		padding-top: 7.5rem;
	}
	.comTopBox .head {
		margin-bottom: 3rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	.comTopBox p {
		font-size: 1.3rem;
		line-height: 1.769;
		text-align: left;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 1.3rem;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	gap: 0.7rem;
}
.headLine01 span {
	display: block;
}
.headLine01 .en {
	width: fit-content;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	background: linear-gradient(135deg,#73c4a9 0%, #5cbdec 29.06%, #9590c5 53.2%, #ba85b9 77.34%, #eb687e 100%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.headLine01.mincho {
	margin-bottom: 7.3rem;
	display: block;
	color: #0d0907;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.45;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.2rem;
		font-size: 1.8rem;
	}
	.headLine01 .en {
		font-size: 1.3rem;
	}
	.headLine01.mincho {
		margin-bottom: 3.6rem;
		font-size: 2rem;
	}
	.headLine01.mincho .en {
		font-size: 1.2rem;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 7.7rem;
	font-size: 1.5rem;
	position: relative;
	z-index: 3;
}
.headLine02 .en {
	font-size: 9.2rem;
	letter-spacing: 0;
	line-height: 1.27;
	display: block;
}
.headLine02 .en span {
	display: inline-block;
}
.headLine02 .en span::first-letter,
.headLine02 .en::first-letter {
	color: #2F71B9;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.7rem;
		font-size: 1.3rem;
	}
	.headLine02 .en {
		margin-bottom: 0.4rem;
		font-size: 4rem;
	}
}
@media all and (max-width: 896px) {
}
/* headLine03 */
.headLine03 {
	margin-bottom: 7.5rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.7rem;
	position: relative;
	z-index: 3;
}
.headLine03 .en {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 12rem;
	letter-spacing: 0.1em;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 5.5rem;
		font-size: 1.2rem;
	}
	.headLine03 .en {
		margin-bottom: 1rem;
		font-size: 7.2rem;
	}
}
/* ribbon */
.ribbon01 {
	width: 144rem;
	position: absolute;
	left: calc(50% - 14.5rem);
	top: 0;
	opacity: 0.75;
	z-index: 2;
	pointer-events: none;
}
.ribbon02 {
	width: 159.3rem;
	position: absolute;	
	top: -71rem;
	z-index: 2;
	left: 50%;
	opacity: 0.75;
	pointer-events: none;
	transform: translateX(calc(-50% - 2.5rem));
}
.ribbon03 {
	width: 179.6rem;
	position: absolute;
	left: calc(50% - 116rem);
	top: -36rem;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	.ribbon01 {
		width: 122vw;
		left: 7.2vw;
		top: -22.667vw;
	}
	.ribbon02 {
		width: 189vw;
		top: -62.667vw;
		left: -24vw;
		transform: none;
	}
	.ribbon03 {
		width: 145vw;
		left: -33.867vw;
		top: -36.533vw;
	}
}
/* p */
p {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	p {
		font-size: 1.3rem;
	}
}
/* comList */
.comList {
	position: relative;
	z-index: 7;
}
.comList li {
	width: calc(100% / 3);
	background: #fff;
}
.comList a {
	display: block;
	position: relative;
	overflow: hidden;
}
.comList img {
	width: 100%;
	transition: 0.6s;
}
.comList a::after {
	width: 100%;
	height: 15rem;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	opacity: 0.7;
	background: linear-gradient(to top,#000 0%,transparent 100%);
}
.comList .head {
	padding-right: 3rem;
	width: fit-content;
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	color: #fff;
	z-index: 1;
	font-size: 2.2rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.03em;
	background: url(../img/common/arrow_icon01.png) no-repeat right 1rem bottom 0.8rem / 0.9rem;
}
.comList .head span {
	display: block;
}
.comList .head .en {
	font-size: 1.5rem;
	letter-spacing: 0;
}
.comList.colums2 {
	width: auto;
	max-width: 91.666%;
}
.comList.colums2 li {
	width: 50%;
}
@media all and (min-width: 897px) {
	.comList a:hover img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	.comList {
		margin-left: -2.4rem;
		display: block;
	}
	.comList li {
		width: 100%;
	}
	.comList .head {
		font-size: 1.8rem;
		background-size: 0.6rem;
		right: 0.8rem;
		bottom: 1.1rem;
		letter-spacing: -0.03em;
	}
	.comList .head .en {
		font-size: 1.2rem;
		line-height: 1;
	}
	.comList a::after {
		height: 6.6rem;
	}
	.comList.colums2 {
		margin: 0 2.4rem;
		width: auto;
		max-width: inherit;
	}
	.comList.colums2 li {
		width: 100% !important;
	}
	.comList.colums2 li + li {
		margin-top: 2.4rem;
	}
	.comList.colums2 .head {
		right: 0;
		font-size: 1.2rem;
		padding-right: 2.9rem;
		bottom: 1.4rem;
		background-position: right 1.5rem bottom 0.3rem;
	}
}
/* comTab */
.comTab table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 .1rem;
	background: linear-gradient(90deg, #73c4a9 0%, #5cbdec 24.63%, #9590c5 51.23%, #ba85b9 76.35%, #eb687e 100%);
}
.comTab th,
.comTab td {
	padding: 1rem 0 1.1rem 1.6rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.666;
	text-align: left;
	color: #000;
	vertical-align: top;
	word-break: break-all;
	background:  #e2eaee;
	position: relative;
}
.comTab td a {
	color: #000;
}
.comTab th {
	width: 18.5%;
	font-weight: bold;
}
.comTab h4 {
	margin-bottom: 0.7rem;
	font-weight: 400;
}
.comTab p {
	letter-spacing: 0;
}
.comTab p + h4 {
	margin-top: 2.1rem;
}
.comTab .list li + li {
	margin-top: 0.6rem;
}
.comTab .list li {
	padding-left: 1.7rem;
	text-indent: -1.7rem;
}
.comTab .list li::before,
.comTab h4::before {
	margin-right: 0.7rem;
	content: "";
	width: 1rem;
	height: 1rem;
	background: #000;
	display: inline-block;
}
@media all and (min-width: 897px) {
	.comTab td a:hover {
		color: #2f71b9;
	}
}
@media all and (max-width: 896px) {
	.comTab th,
	.comTab td {
		padding: 1rem 0;
		font-size: 1.3rem;
		line-height: 1.769;
	}
	.comTab p {
		line-height: 1.769;
	}
	.comTab th {
		width: 35%;
	}
	.comTab h4 {
		margin: 0.3rem 0 0.2rem;
		line-height: 1.3;
	}
	.comTab .list li {
		padding-left: 1.7rem;
		text-indent: -1.7rem;
	}
	.comTab .list li::before,
	.comTab h4::before {
		margin: 0 0.8rem 0 0.1rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	.comTab p + h4 {
		margin-top: 0.9rem;
	}

}
/* fadeInUp */
.fadeInUp,
.fadeUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on,
.fadeUp.on {
	opacity: 1;
	transform: translateY(0);
}
/* comBtn */
.comBtn {
	position: relative;
	z-index: 3;
}
.comBtn a {
	margin: 0 auto;
	padding: 0.5rem 2.5rem;
	width: 26rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	border-radius: 3.2rem;
	background: #2f71b9;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #2f71b9;
}
.comBtn a::after {
	width: 0.7rem;
	height: 0.7rem;
	right: 1.8rem;
	border-radius: 100%;
	background: #fff;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s;
}
.comBtn a span {
	padding-left: 1.2rem;
	position: relative;
	transition: all 0.3s;
	background: url(../img/common/arrow_icon01.png) no-repeat center left / 0.6rem;
}
.comBtn.comBtn02 a {
	width: 24rem;
	color: #0d0907;
	background-color: #fff;
	border-color: currentColor;
}
.comBtn.comBtn02 a::after {
	background: #2f71b9;
}
.comBtn.comBtn02 a span {
	background-image: url(../img/common/arrow_icon03.png);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #0d0907;
		background-color: #fff;
		border-color: currentColor;
	}
	.comBtn a:hover::after {
		background: #2f71b9;
	}
	.comBtn a:hover span {
		background-image: url(../img/common/arrow_icon03.png);
	}
	.comBtn.comBtn02 a:hover {
		color: #fff;
		background-color: #2f71b9;
		border-color: #2f71b9;
	}
	.comBtn.comBtn02 a:hover::after {
		background: #fff;
	}
	.comBtn.comBtn02 a:hover span {
		background-image: url(../img/common/arrow_icon01.png);
	}

}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 23rem;
		height: 5rem;
		font-size: 1.5rem;
	}
	.comBtn.comBtn02 a {
		margin: 0;
		width: 20.8rem;
		height: 5.4rem;
	}
}
.comBg {
	background: linear-gradient(to bottom,#0d0907 0%, #9aa9b9 49.75%, #fff 100%);
}
.comBg02 {
	background: linear-gradient(to top,#0d0907 0%, #9aa9b9 49.75%, #fff 100%);
}
.colorfulTxt {
	background: linear-gradient(90deg,#73c4a9 0%, #5cbdec 29.06%, #9590c5 53.2%, #ba85b9 77.34%, #eb687e 100%);
	color: transparent !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	width: fit-content;
}
/* comPeopleList */
.comPeopleList a {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
}
.comPeopleList li + li {
	margin-top: 2.1rem;
}
.comPeopleList .photo01 {
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 100%;
	overflow: hidden;
}
.comPeopleList .photo01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.comPeopleList p.name {
	flex: 1;
	letter-spacing: 0;
	font-size: 1.3rem;
	line-height: 1.48;
	font-weight: 700;
}
.comPeopleList .en {
	font-size: 2rem;
	display: block;
}
@media all and (min-width: 897px) {
	.menuBox .comPeopleList a:hover {
		color: #2f71b9;
	}
}
@media (min-width: 897px) and (max-width: 1330px) {
	.comPeopleList li + li {
		margin-top: 1.579vw;
	}
	.comPeopleList .photo01 {
		width: 3.609vw;
		height: 3.609vw;
	}
	.comPeopleList p.name {
		font-size: 0.977vw;
	}
}
@media all and (max-width: 896px) {
	.comPeopleList p.name {
		font-size: 1.2rem;
	}
	.comPeopleList .en {
		font-size: 1.6rem;
	}
}
/* comEntryBox */
.comEntryBox {
	position: relative;
	z-index: 888;
}
.comEntryBox .hTtl {
	margin: 0;
	padding: 0.2rem 2rem;
	width: 13.8rem;
	height: 4.4rem;
	border-radius: 2.2rem;
	background: #292727;
	display: flex;
	align-items: center;
	transition: 0.3s;
	letter-spacing: 0.03em;
	cursor: pointer;
}
.comEntryBox .hTtl::after {
	width: 0.5rem;
	height: 0.5rem;
	right: 1.7rem;
	border-radius: 100%;
	background: #2f71b9;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.comEntryBox p span {
	padding-left: 1.2rem;
	background: url(../img/common/arrow_icon01.png) no-repeat center left / 0.6rem;
}
.comEntryBox .subBox {
	padding: 3rem 0;
	width: 24rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	display: none;
}
.comEntryBox .inner {
	padding: 4.2rem 2.5rem;
	position: relative;
	border-radius: 0.6rem;
	overflow: hidden;
	background: rgba(47,113,185,0.95);
}
.comEntryBox .inner::after {
	content: "ENTRY";
	line-height: 1;
	font-family: "Forum", serif;
    font-weight: 400 !important;
	font-size: 8.6rem;
	opacity: 0.08;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg) translate(37%,-96%);
}
.comEntryBox .list li {
	margin-bottom: 2.2rem;
	border-bottom: 1px solid #fff;
}
.comEntryBox .list li a {
	padding: 0.7rem 0.6rem;
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	background: url(../img/common/arrow_icon01.png) no-repeat center right 0.3rem / 0.5rem;
}
.comEntryBox .list li .en {
	margin-left: 1.3rem;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
}
.comEntryBox .list ~ p {
	margin-top: 2.7rem;
	font-size: 1.2rem;
	line-height: 1.583;
	letter-spacing: 0;
}
.comEntryBox .list02 {
	margin-top: 8.8rem;
}
.comEntryBox .list02 a {
	padding-right: 1.5rem;
	width: fit-content;
	border-bottom: none;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 1.3rem;
	line-height: 2;
	background: url(../img/common/icon02.png) no-repeat center right / 1.2rem;
}
@media all and (min-width: 897px) {
	.comEntryBox .hTtl:hover {
		background: #2f71b9;
	}
	.comEntryBox .hTtl:hover::after {
		background: #fff;
	}
	.comEntryBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comEntryBox  {
		margin-left: auto;
	}
	.comEntryBox .hTtl {
		padding: 0.2rem 1.4rem;
		width: 7.9rem;
		border-radius: 0;
		font-size: 1.4rem;
		border-right: 1px solid #575757;
	}
	.comEntryBox p span {
		padding-left: 0.7rem;
		background-size: 0.4rem;
	}
	.comEntryBox .hTtl::after {
		right: 0.9rem;
	}
	.comEntryBox .list02 {
		margin-top: 4rem;
	}

}
/* comLogo */
.comLogo {
	display: flex;
	align-items: center;
	gap: 3rem;
	z-index: 1000;
}
.comLogo a {
	display: block;
	width: 24.9rem;
}
.comLogo .text {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.comLogo {
		margin-top: 0.3rem;
		gap: 1rem;
		align-items: flex-start;
	}
	.comLogo a {
		width: 13.6rem;
	}
	.comLogo .text {
		margin-top: 0.5rem;
		font-size: 1rem;
		letter-spacing: 0.03em;
	}
}
/* aperture */
.aperture {
	position: relative;
}
.aperture::after {
	content: "";
	width: 99.6rem;
	height: 99.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-4.7% ,-39%);
	background: url(../img/common/bg01.png) no-repeat center top / 100%;
}
@media all and (max-width: 896px) {
	.aperture::after {
		width: 70.9rem;
		height: 70.9rem;
		transform: translate(-36.7% ,-40%);
	}
}
.headLine04 {
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1.3125;
	color: #0d0907;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
.headLine04 small {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3.3rem;
		font-size: 2rem;
	}
	.headLine04 small {
		font-size: 1.2rem;
	}
}
.comCulture {
	padding: 2rem 0 5.1rem;
	position: relative;
}
.comCulture .headLine02 {
	margin-bottom: 16.5rem;
	color: #0d0907;
	position: relative;
	z-index: 5;
}
.comCulture .largeText {
	position: absolute;
	left: 0;
	top: 0.6rem;
}
.comCulture .largeText p {
	opacity: 0.25;
	line-height: 1.1 !important;
}
.comCulture .ribbon01 {
	width: 67.8rem;
	left: calc(50% - -9.6rem);
	top: -2rem;
	opacity: 1;
	z-index: 0;
}
@media all and (max-width: 896px) {
	.comCulture {
		padding: 8.3rem 0 4rem;
	}
	.comCulture .headLine02 {
		margin-bottom: 7.8rem;
	}
	.comCulture .largeText {
		top: 8.3rem;
	}
	.comCulture .largeText p {
		font-size: 9.2rem;
	}
	.comCulture .ribbon01 {
		width: 99vw;
		left: auto;
		right: -32vw;
		top: -9.7rem;
		z-index: 2;
	}
}