@charset "utf-8";

#bearsnet h1,
#bearsnet h2,
#bearsnet h3,
#bearsnet h4,
#bearsnet h5,
#bearsnet h6,
#bearsnet p,
#bearsnet ul,
#bearsnet ol,
#bearsnet li,
#bearsnet dl,
#bearsnet dt,
#bearsnet dd,
#bearsnet div,
#bearsnet form,
#bearsnet address,
#bearsnet strong,
#bearsnet em,
#bearsnet figure,
#bearsnet input,
#bearsnet select,
#bearsnet textarea {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  transform: rotate(0.001deg); /* レンダリング対策 */
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

#bearsnet ul,
#bearsnet ol,
#bearsnet li {
  list-style: none;
}

figure img {
  filter: grayscale(0%)!important;
  transition: 0.5s ease-in-out;
  transform: scale(1);
  width: auto!important;
}
figure img:hover {
  filter: grayscale(0);
  transform: scale(1)!important;
}

@keyframes bgScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

[class*="mov_"] {
  opacity: 0;
  visibility: hidden;
}
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.btn2 {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.btn2 a {
	color: #000000;
	text-decoration: underline;
}
.btn2 a:hover {
	text-decoration: none;
}
.btn2 img {
	width: 18px;
	margin-left: 5px;
}
#catch {
	text-align: center;
}
#catch h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#catch h1 span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #000;
	font-size: 46px;
}
#catch h1 em {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
#catch.event-project p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.5em;
	margin-top: 100px;
}
#catch.event-project p span {
  font-size: 20px;
  font-weight: bold;
}	
#event-project .img-100 {
	width: 100% !important;
}
#event-project figure {
	background-color: transparent;
}
#event-project .event-project {
	background: #ebf6ff;
	padding: 100px 0;
}
#event-project .event-project.ep01 {
	margin-top: 150px;
	margin-bottom: 200px;
}
#event-project .event-project h2 {
	position: relative;
	font-size: 41px;
	font-weight: 500;
	margin-bottom: 100px;
}
#event-project .event-project h2::after {
  content: "";
	display: block;
	width: 400px;
	height: 1px;
	background: #b5b5b5;
	position: relative;
	left: 50%;
	margin-left: -200px;
	margin-top: 40px;
}
#event-project .ep01-box,
#event-project .ep02-box {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
  padding: 0 10px;
}
#event-project .ep01-box > p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
#event-project .ep01-box > div {
	display: flex;
	justify-content: space-between;
}
#event-project .ep01-box > div p {
	font-size: 16px;
	width: 43%;
	line-height: 1.875;
}
#event-project .ep01-box > div .ep01-movie {
	width: 53%;
	aspect-ratio: 16 / 9;
}
#event-project .ep01-box > div .ep01-movie iframe {
	width: 100%;
	height: 100%;
}
#event-project .ep01-img {
	margin-top: 80px;
}
#event-project .ep01-img img {
	object-fit: cover;
	display: block;
	height: 240px;
}
#event-project .ep01-box.ep01-2 > p {
	font-size: 16px;
	font-weight: 500;
	padding-top: 20px;
	margin-bottom: 0;
}
#event-project .ep01-box.ep01-2 + .ep01-img {
	margin-top: 50px;
}
#event-project .ep02-box > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#event-project .ep02-box > div > div {
	width: 43%;
}
#event-project .ep02-box > div > div h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#event-project .ep02-box > div > div p {
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 50px;
}
#event-project .ep02-box > div > div figure {
	width: 56.666vw;
	margin: 0 calc(100% - 43.334vw - 5vw);
}
#event-project .ep02-box > div > div figure img {
	object-fit: cover;
	width: 100% !important;
	height: 228px;
}
#event-project .ep02-box > div > figure {
	width: 36%;
}
#event-project .ep02-photo figure {
	margin-top: 30px;
}
#event-project .ep02-photo figure img {
	width: 100% !important;
	object-fit: cover;
	height: 200px;
}
#event-project .ep02-logo img {
	width: auto !important;
	margin: 60px auto 0;
	display: block;
}
#event-project .event-project.ep03 {
	background: #fff;
	padding: 150px 0 120px;
	border-bottom: 1px solid #000;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

}
@media screen and (min-width : 1921px ){
#event-project .ep02-box > div > div figure {
	margin: 0 calc(100% - 43.334vw - 5vw - 60px);
}  
}
@media screen and (max-width:992px){
#event-project .ep02-logo img {
	width: 95% !important;
}
#event-project .ep02-box > div > div figure {
  width: 60vw;
	margin: 0 calc(100% - 40vw - 5vw);
} 
} 

/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#wrap {
	padding: 0px!important;
}
.btn2 {
	font-size: 2.4vw;
	font-weight: 500;
	text-align: center;
}
.btn2 a {
	color: #000000;
	text-decoration: underline;
}
.btn2 a:hover {
	text-decoration: none;
}
.btn2 img {
	width: 3.6vw;
	margin-left: 1vw;
	position: relative;
	top: 0.5vw;
}
#catch {
	text-align: center;
}
#catch h1 {
	font-size: 3.73333333333vw;
	font-weight: bold;
	color: #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	width: 86.6666666667vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5vw;
}
#catch h1 span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #000;
	font-size: 9.33333333333vw;
}
#catch h1 em {
	color: #000;
	font-weight: bold;
	font-size: 3.6vw;
}
#catch h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18vw;
}
#catch h2+p {
	font-size: 4.26666666667vw;
	font-weight: 500;
	line-height: 2em;
	text-align: left;
	margin-top: 10vw;
	margin-bottom: 5vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#catch.event-project p {
	font-size: 3.2vw;
  text-align: left;
	margin-top: 8%;
  padding: 0 5vw;
  font-weight: 500;
	line-height: 2.5em;
}
#catch.event-project p br {
  display: none;
}
#catch.event-project p span {
  font-size: 3.2vw;
  font-weight: bold;
}
#event-project figure {
	background-color: transparent;
}  
#event-project .event-project {
	padding: 12% 5vw;
  background: #ebf6ff;
}
#event-project .event-project.ep01 {
	margin-top: 10vw;
	margin-bottom: 18vw;
}
#event-project .event-project h2 {
  position: relative;
	font-size: 6vw;
  font-weight: 500;
  text-align: left;
	margin-bottom: 10%;
}
#event-project .event-project h2::after {
  content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #b5b5b5;
	position: relative;
	left: 0;
	margin-left: 0;
	margin-top: 4%;
}
#event-project .ep01-box,
#event-project .ep02-box {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
  padding: 0;
}
#event-project .ep01-box > p {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 4%;
}
#event-project .ep01-box > p br {
  display: none;
}
#event-project .ep01-box > div {
	display: block;
}
#event-project .ep01-box > div p {
	font-size: 3.2vw;
	width: 100%;
	line-height: 1.875;
}
#event-project .ep01-box > div .ep01-movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#event-project .ep01-box > div .ep01-movie iframe {
	width: 100%;
	height: 100%;
  margin-top: 10%;
}
#event-project .ep01-img {
  width: 100vw;
	margin: 10% calc(50% - 50vw) 0;
}
#event-project .ep01-img img {
	object-fit: cover;
	display: block;
	height: 30vw;
}
#event-project .ep01-box.ep01-2 > p {
	font-size: 3.2vw;
	font-weight: 500;
	padding-top: 4%;
	margin-bottom: 0;
}
#event-project .ep01-box.ep01-2 + .ep01-img {
	margin-top: 8%;
}
#event-project .ep02-box > div {
	display: block;
}
#event-project .ep02-box > div > div {
	width: 100%;
}
#event-project .ep02-box > div > div h3 {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 4%;
}
#event-project .ep02-box > div > div p {
	font-size: 3.2vw;
	line-height: 1.875;
	margin-bottom: 10%;
}
#event-project .ep02-box > div > div figure {
	display: none;
}
#event-project .ep02-box > div > figure {
	width: 77%;
  margin: 0 auto 10%;
}
#event-project .ep02-box > div > figure img {
  width: 100% !important;
}
#event-project .ep02-photo figure {
	margin-top: 0;
  width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#event-project .ep02-photo figure img {
	width: 100% !important;
	object-fit: cover;
	height: 128vw;
}
#event-project .ep02-logo img {
	width: 100% !important;
	margin: 10% auto 0;
	display: block;
}
#event-project .event-project.ep03 {
	background: #fff;
	padding: 0 5vw;
}
#event-project .event-project.ep03 > div {
	width: 90%;
	padding: 12% 0;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}
#event-project .event-project.ep03 .sns-contact-btn a {
  font-size: 13px;
  padding: 15px 0;
  width: 240px;
  margin: 0 auto;
  }
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}