@charset "UTF-8";
#container {
	opacity: 0;
	transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.5s;
}

#container.loaded {
	opacity: 1;
}

.p__mvArea {
	opacity: 0;
	transform: scale3d(1.025, 1.025, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.75s;
}

.loaded .p__mvArea {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* Layout
----------------------------------------- */
#container {
	width: 100%;
	padding-top: 0;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 175%;
	background-color: #eee;
	font-feature-settings: 'palt' on;
	font-size: 16px;
	color: #121212;
	box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
	#container {
		font-size: 15px;
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#container {
		font-size: 14px;
		min-width: inherit;
	}
}

#container a {
	color: #121212;
}

#container img,
#container video {
	vertical-align: top;
}

#container * {
	box-sizing: border-box;
}

.c__contents {
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.c__contents {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.c__inner1 {
	width: 90%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

footer {
	margin-top: 0;
}

/* general
----------------------------------------- */
.c__ttl_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	flex: 0 0 auto;
}

.c__ttl_wrapper__kana {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	font-family: "Noto Sans JP-Medium", Helvetica;
	font-weight: 500;
	color: #666666;
	font-size: 14px;
	text-align: center;
	letter-spacing: -0.25px;
	line-height: 19.6px;
}

@media screen and (max-width: 767px) {
	.c__ttl_wrapper__kana {
		font-size: 12px;
	}
}

.c__ttl_wrapper__en_cover {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	position: relative;
	flex: 0 0 auto;
	margin-top: -4px;
}

@media screen and (max-width: 767px) {
	.c__ttl_wrapper__en_cover {
		gap: 2px;
	}
}

.c__ttl_wrapper__en {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
	margin-top: -1.00px;
	margin-left: -17.50px;
	margin-right: -17.50px;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.0em;
	font-weight: 600;
	color: #121212;
	font-size: 34px;
	text-align: center;
	letter-spacing: 1.70px;
	line-height: 54.4px;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.c__ttl_wrapper__en {
		font-size: 24px;
	}
}

.c__ttl_wrapper__bar {
	position: relative;
	width: 68px;
	height: 3px;
	background-color: #0075c2;
}

@media screen and (max-width: 767px) {
	.c__ttl_wrapper__bar {
		width: 42px;
	}
}

.c__ttl_wrapper__bar:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 3px;
	top: 0;
	right: 0;
	background-color: #fcfcfc;
}

@media screen and (max-width: 767px) {
	.c__ttl_wrapper__bar:before {
		width: 21px;
	}
}

.c__ttl_wrapper__text {
	font-size: 20px;
	font-weight: 600;
	margin-top: 18px;
}

@media screen and (max-width: 767px) {
	.c__ttl_wrapper__text {
		font-size: 15px;
	}
}

.c__ttl02 {
	text-align: center;
	margin-bottom: 35px;
}

.c__ttl02 span {
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.05em;
	padding: 0 33px;
}

.c__ttl02 span:before, .c__ttl02 span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background: #121212;
}

.c__ttl02 span:after {
	left: initial;
	right: 0;
}

@media screen and (max-width: 767px) {
	.c__ttl02 span {
		font-size: 20px;
	}
}

.hoverOpa {
	transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.hoverOpa:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.pcShow {
		display: none;
	}
}

.spShow {
	display: none;
}

@media screen and (max-width: 767px) {
	.spShow {
		display: inline;
	}
}

/* ボタン
----------------------------------------- */
.c__btn {
	display: inline-block;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.c__btn {
		max-width: 400px;
		width: 100%;
	}
}

.c__btn:hover {
	text-decoration: none;
}

.c__btn span {
	position: relative;
	min-width: 246px;
	min-height: 70px;
	border-radius: 6px;
	border: 2px solid #0075C2;
	font-weight: 600;
	background: #FFF;
	color: #0075C2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c__btn span:hover {
	background: #0075C2;
	color: #fff;
}

.c__btn span:hover em {
	background: #fff;
}

.c__btn span:hover em::before, .c__btn span:hover em::after {
	background-color: #0075C2;
}

@media screen and (max-width: 767px) {
	.c__btn span {
		min-width: initial;
		min-height: 60px;
	}
}

.c__btn span em {
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 22px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0075C2;
}

.c__btn span em::before, .c__btn span em::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 50%;
	margin-right: -3px;
	width: 6px;
	height: 2px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 1px) 50%;
}

.c__btn span em::before {
	transform: rotate(45deg);
}

.c__btn span em::after {
	transform: rotate(-45deg);
}

/* headArea
----------------------------------------- */
.headArea {
	background: linear-gradient(90deg, rgba(250, 250, 250, 0) 44%, #EFEFEF 100%), #FAFAFA;
	z-index: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 10s cubic-bezier(0.19, 1, 0.22, 1);
}

.js_isGallery .headArea {
	opacity: 0;
}

.loaded .headArea {
	box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.035);
}

@media screen and (max-width: 767px) {
	.headArea {
		top: 65px;
		top: calc(120 * 100vw / 768);
	}
	.loaded .headArea {
		box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.23);
	}
}

.headArea__frame {
	height: 189px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 767px) {
	.headArea__frame {
		height: 90px;
	}
}

.headArea__frame:before, .headArea__frame:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 189px;
	background-image: url(../img/header_frame_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	.headArea__frame:before, .headArea__frame:after {
		width: 95px;
		height: 90px;
	}
}

.headArea__frame:after {
	left: initial;
	right: 0;
	width: 188px;
	height: 189px;
	background-image: url(../img/header_frame_right.png);
}

@media screen and (max-width: 767px) {
	.headArea__frame:after {
		height: 90px;
		width: 90px;
	}
}

.headArea__frame__box {
	display: flex;
	flex-wrap: wrap;
	max-width: 492px;
	width: 75%;
	justify-content: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.headArea__frame__box {
		max-width: 260px;
		width: 60%;
		gap: 5px;
	}
}

.headArea__frame__box img {
	flex-basis: 100%;
	height: auto;
	display: block;
	max-width: 448px;
	width: 70%;
}

.headArea__frame__box h1 {
	max-width: 492px;
	width: 75%;
	flex-basis: 100%;
	max-width: 492px;
	width: 75%;
}

.headArea__frame__box h1 img {
	width: 100%;
	max-width: initial;
}

/* mv
----------------------------------------- */
.p__mvArea {
	background: url(../img/mv_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 189px);
	position: -webkit-sticky;
	position: sticky;
	top: 189px;
	min-height: 600px;
}

@media screen and (max-width: 767px) {
	.p__mvArea {
		height: calc(100vh - 90px - 65px - 0px);
		top: calc(90px + 65px);
		background: url(../img/mv_bg_sp.jpg) 50% 50% no-repeat;
		background-size: cover;
		min-height: 450px;
	}
}

.p__mvArea::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/mv_bg_blur.jpg) 50% 50% no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.js_isIntroduction .p__mvArea::before {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.p__mvArea::before {
		background: url(../img/mv_bg_sp_blur.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
}

/* introduction
----------------------------------------- */
#introduction {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: calc( -65vh + 189px);
}

@media only screen and (max-height: 790px) {
	#introduction {
		margin-top: calc( -600px + 189px);
	}
}

@media only screen and (max-height: 610px) and (max-height: 767px) {
	#introduction {
		margin-top: calc( -450px + 65px);
	}
}

@media screen and (max-width: 767px) {
	#introduction {
		gap: 20px;
		margin-top: calc( -41vh + 65px);
	}
}

#introduction .c__ttl_wrapper__kana {
	color: 0.5;
	color: #fff;
	opacity: 0;
	transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.0s;
}

#introduction .c__ttl_wrapper__kana.js_fade_on {
	opacity: 1;
}

#introduction .c__ttl_wrapper__en {
	color: #fff;
	opacity: 0;
	transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.1s;
}

#introduction .c__ttl_wrapper__en.js_fade_on {
	opacity: 1;
}

.introduction__text {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	line-height: 230%;
	opacity: 0;
	transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.2s;
}

.introduction__text.js_fade_on {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.introduction__text {
		font-size: 14px;
		text-align: left;
	}
}

/* wave
----------------------------------------- */
.bg_wave01,
.bg_wave02 {
	position: relative;
}

.bg_wave01 img,
.bg_wave02 img {
	width: 100%;
	height: auto;
}

/* ギャラリー
----------------------------------------- */
#gallery {
	margin-top: -1px;
	position: relative;
	background: #eeeeee;
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-bottom: 70px;
	/* .swiper
  ----------------------------------------- */
}

@media screen and (max-width: 767px) {
	#gallery {
		gap: 40px;
		padding-bottom: 20px;
	}
}

html.loaded #gallery {
	overflow-x: hidden;
}

#gallery .swiperCover {
	/* 前へ / 次へボタン */
	/* pagination */
}

#gallery .swiperCover .swiper {
	opacity: 0;
	transition: opacity 0.3s linear;
}

#gallery .swiperCover .swiper.swiper-initialized {
	opacity: 1;
}

#gallery .swiperCover .swiper-wrapper {
	transition-timing-function: linear;
}

#gallery .swiperCover .swiper-slide {
	width: 45%;
	max-width: 1200px;
	opacity: 0.8;
	transition: opacity 0.3s linear;
}

#gallery .swiperCover .swiper-slide.swiper-slide-active {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#gallery .swiperCover .swiper-slide {
		width: 52%;
	}
}

#gallery .swiperCover .swiper-slide figure img {
	width: 100%;
	height: auto;
}

#gallery .swiperCover .arrow {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	display: none;
}

@media screen and (max-width: 767px) {
	#gallery .swiperCover .arrow {
		display: none;
	}
}

#gallery .swiperCover .arrow .swiper-button-prev,
#gallery .swiperCover .arrow .swiper-button-next {
	width: 100px;
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
}

#gallery .swiperCover .arrow .swiper-button-prev img,
#gallery .swiperCover .arrow .swiper-button-next img {
	width: 100%;
	height: auto;
}

#gallery .swiperCover .arrow .swiper-button-prev:before,
#gallery .swiperCover .arrow .swiper-button-next:before {
	display: none;
}

#gallery .swiperCover .arrow .swiper-button-prev:after,
#gallery .swiperCover .arrow .swiper-button-next:after {
	display: none;
}

#gallery .swiperCover .arrow .swiper-button-prev:hover, #gallery .swiperCover .arrow .swiper-button-prev:hover,
#gallery .swiperCover .arrow .swiper-button-next:hover,
#gallery .swiperCover .arrow .swiper-button-next:hover {
	transform: scale3d(1.1, 1.1, 1.1);
}

@media screen and (max-width: 767px) {
	#gallery .swiperCover .arrow .swiper-button-prev:hover, #gallery .swiperCover .arrow .swiper-button-prev:hover,
	#gallery .swiperCover .arrow .swiper-button-next:hover,
	#gallery .swiperCover .arrow .swiper-button-next:hover {
		transform: scale3d(1, 1, 1);
	}
}

@media screen and (max-width: 767px) {
	#gallery .swiperCover .arrow .swiper-button-prev:active, #gallery .swiperCover .arrow .swiper-button-prev:active,
	#gallery .swiperCover .arrow .swiper-button-next:active,
	#gallery .swiperCover .arrow .swiper-button-next:active {
		transform: scale3d(1.1, 1.1, 1.1);
	}
}

#gallery .swiperCover .arrow .swiper-button-prev.swiper-button-disabled,
#gallery .swiperCover .arrow .swiper-button-next.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.25;
}

#gallery .swiperCover .arrow .swiper-button-prev {
	left: 50px;
}

#gallery .swiperCover .arrow .swiper-button-next {
	right: 50px;
}

#gallery .swiperCover .swiper-pagination {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 16px;
	text-align: center;
	display: none;
}

@media screen and (max-width: 767px) {
	#gallery .swiperCover .swiper-pagination {
		gap: 8px;
	}
}

#gallery .swiperCover .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	vertical-align: top;
	background-color: #ccc;
}

@media screen and (max-width: 767px) {
	#gallery .swiperCover .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
}

#gallery .swiperCover .swiper-pagination-bullet-active {
	background-color: #0075C2;
}

/* プロジェクト
----------------------------------------- */
#project {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}

@media screen and (max-width: 767px) {
	#project {
		gap: 40px;
	}
}

.project {
	position: relative;
}

.project__box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

@media screen and (max-width: 767px) {
	.project__box {
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media screen and (max-width: 767px) {
	.project__box .c__btn {
		flex-basis: 100%;
	}
}

.project__box .c__btn:hover .c__btn--big_sub,
.project__box .c__btn:hover .c__btn--big_ttl {
	color: #fff;
}

.project__box .c__btn span {
	border: 3px solid #0075C2;
	border-radius: 14px;
	min-width: 387px;
	min-height: 108px;
	gap: 0;
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 1024px) {
	.project__box .c__btn span {
		min-width: initial;
		width: 100%;
		min-height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.project__box .c__btn span {
		border-width: 2px;
	}
}

.project__box .c__btn__arrow {
	transform: rotate(90deg);
	margin-top: -11px;
}

.project__box .c__btn--big_sub {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.0em;
	font-weight: 500;
	color: #0075c2;
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.25px;
	line-height: 22.4px;
}

@media screen and (max-width: 767px) {
	.project__box .c__btn--big_sub {
		font-size: 12px;
		line-height: 1;
	}
}

.project__box .c__btn--big_ttl {
	position: relative;
	align-self: stretch;
	font-weight: 600;
	color: #121212;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.96px;
	line-height: 33.6px;
}

@media screen and (max-width: 767px) {
	.project__box .c__btn--big_ttl {
		font-size: 15px;
		line-height: 1;
	}
}

.project__bg01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -530px;
	margin-top: -50px;
}

.project__bg01 img {
	width: 255px;
	height: auto;
}

@media screen and (max-width: 1288px) {
	.project__bg01 {
		margin-left: -360px;
		margin-top: -50px;
	}
	.project__bg01 img {
		width: 200px;
	}
}

@media screen and (max-width: 1023px) {
	.project__bg01 {
		margin-left: -250px;
		margin-top: -50px;
	}
	.project__bg01 img {
		width: 160px;
	}
}

@media screen and (max-width: 1023px) {
	.project__bg01 {
		margin-left: -130px;
		margin-top: -50px;
	}
	.project__bg01 img {
		width: 110px;
	}
}

.project__bg02 {
	position: absolute;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 530px;
	margin-top: -100px;
}

.project__bg02 img {
	width: 210px;
	height: auto;
}

@media screen and (max-width: 1288px) {
	.project__bg02 {
		margin-left: 380px;
		margin-top: -100px;
	}
	.project__bg02 img {
		width: 150px;
	}
}

@media screen and (max-width: 1023px) {
	.project__bg02 {
		margin-left: 280px;
		margin-top: -50px;
	}
	.project__bg02 img {
		width: 100px;
	}
}

@media screen and (max-width: 1023px) {
	.project__bg02 {
		margin-left: 130px;
		margin-top: -50px;
	}
	.project__bg02 img {
		width: 90px;
	}
}

/* プロジェクト
.project_c #project01 #project02
----------------------------------------- */
#project_wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

#project01,
#project02 {
	padding-top: 50px;
	margin-top: -50px;
}

.project_c {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 70px;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
	max-width: 1310px;
	width: 90%;
	min-width: 1100px;
	margin: 0 auto 0;
	padding: 80px 75px;
}

@media only screen and (max-width: 1220px) {
	.project_c {
		min-width: initial;
	}
}

@media screen and (max-width: 1310px) {
	.project_c {
		padding: 80px 4.5vw;
	}
}

@media screen and (max-width: 767px) {
	.project_c {
		padding: 40px 20px;
		border-radius: 10px;
	}
}

.project_c__num {
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 90px;
	left: 70px;
	top: -34px;
	background: #0075C2;
	display: flex;
	flex-direction: column;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.0em;
	justify-content: center;
}

@media only screen and (min-width: 1480px) {
	.project_c__num {
		left: 70px;
	}
}

@media screen and (max-width: 1310px) {
	.project_c__num {
		left: 4.5vw;
	}
}

@media screen and (max-width: 767px) {
	.project_c__num {
		width: 60px;
		height: 60px;
		border-radius: 60px;
	}
}

.project_c__num span:nth-of-type(1) {
	font-weight: 600;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.0161798px;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.project_c__num span:nth-of-type(1) {
		font-size: 10px;
	}
}

.project_c__num span:nth-of-type(2) {
	font-weight: 500;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.0729561px;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.project_c__num span:nth-of-type(2) {
		font-size: 24px;
	}
}

.project_c__box {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.project_c__box {
		flex-wrap: wrap;
		gap: 40px;
	}
}

.project_c__box--imgRight .project_c__box__img {
	order: 2;
}

@media screen and (max-width: 1023px) {
	.project_c__box--imgRight .project_c__box__img {
		order: 1;
		flex-basis: 100%;
	}
}

.project_c__box--imgRight .project_c__box__info {
	order: 1;
	flex-basis: 576px;
}

@media screen and (max-width: 1023px) {
	.project_c__box--imgRight .project_c__box__info {
		order: 2;
		flex-basis: 100%;
	}
}

.project_c__box__img {
	flex-basis: 524px;
}

.project_c__box__img img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.project_c__box__info__ttl p {
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.0em;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	/* identical to box height, or 28px */
	letter-spacing: -0.25px;
	color: #0075C2;
}

@media screen and (max-width: 767px) {
	.project_c__box__info__ttl p {
		font-size: 16px;
		line-height: 1.5;
	}
}

.project_c__box__info__ttl h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 49px;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
	.project_c__box__info__ttl h3 {
		font-size: 24px;
		line-height: 1.5;
	}
}

.project_c__box__info__sub {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	/* or 32px */
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.project_c__box__info__sub {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 20px;
	}
}

.project_c__box__info__text {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	/* or 28px */
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.project_c__box__info__text {
		font-size: 14px;
		margin-top: 20px;
	}
}

.project_c__box__info .c__btn {
	margin-top: 40px;
}

.project_c__box__linkArea {
	background-color: #F8F8F8;
	padding: 40px 40px 45px;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.project_c__box__linkArea {
		padding: 20px;
		border-radius: 10px;
	}
}

.project_c__box__linkArea__box {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 50px;
}

@media screen and (max-width: 767px) {
	.project_c__box__linkArea__box {
		flex-wrap: wrap;
		gap: 30px;
	}
}

.project_c__box__linkArea__box a {
	flex-basis: 285px;
}

@media screen and (max-width: 767px) {
	.project_c__box__linkArea__box a {
		flex-basis: 100%;
	}
}

.project_c__box__linkArea__box a img {
	width: 100%;
	height: auto;
}

.project_c__box__linkArea__box a img.border {
	border: 1px solid #ccc;
}

.project_c__box__linkArea__box a p {
	margin-top: 10px;
	font-weight: 400;
}

.project_c__box__slider {
	padding: 50px 56px;
	background: #FEF7E4;
	border-radius: 20px;
	width: 100%;
}

#project02 .project_c__box__slider {
	background: #EDF6F8;
}

@media screen and (max-width: 767px) {
	.project_c__box__slider {
		padding: 12px;
		border-radius: 10px;
	}
}

.c__swiperCover {
	position: relative;
	box-sizing: content-box;
	margin: 0 auto;
	overflow: hidden;
}

.c__swiperCover [class*=swiper]:focus {
	outline: none;
}

.c__swiperCover .swiper {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.c__swiperCover .swiper.swiper-initialized {
	opacity: 1;
}

.c__swiperCover .slide-media,
.c__swiperCover .thumb-media {
	position: relative;
	overflow: hidden;
}

.c__swiperCover .slide-media img,
.c__swiperCover .thumb-media img {
	width: 100%;
	height: 100%;
}

.c__swiperCover .swiper {
	margin: auto;
}

.c__swiperCover .swiper-wrapper {
	display: flex;
}

.c__swiperCover .swiper-main {
	overflow: visible;
}

.c__swiperCover .swiper-thumb {
	padding-top: 12px;
}

.c__swiperCover .swiper-thumb .swiper-wrapper {
	justify-content: center;
	gap: 12px;
}

@media screen and (max-width: 767px) {
	.c__swiperCover .swiper-thumb .swiper-wrapper {
		gap: 5px;
	}
}

.c__swiperCover .swiper-fade .swiper-slide {
	transition-property: opacity, transform !important;
	pointer-events: none;
}

.c__swiperCover .swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.c__swiperCover .slide {
	display: block;
	overflow: hidden;
}

.c__swiperCover .slide-media img {
	-o-object-fit: contain;
	object-fit: contain;
}

.c__swiperCover .thumb-media {
	transition: cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
}

.c__swiperCover .thumb-media img {
	transition: cubic-bezier(0.19, 1, 0.22, 1);
	-o-object-fit: cover;
	object-fit: cover;
}

.c__swiperCover .swiper-slide-thumb-active {
	transition: cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.3;
}

/* #news
----------------------------------------- */
#news {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.news__box {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.news__box a {
	display: block;
	border-bottom: 1px #adadad solid;
	padding-bottom: 18px;
	transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.news__box a:hover {
	opacity: 0.5;
}

.news__box a dl {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.news__box a dl dt,
.news__box a dl dd {
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
}

@media screen and (max-width: 767px) {
	.news__box a dl dt,
	.news__box a dl dd {
		font-size: 14px;
	}
}

/* line
----------------------------------------- */
.line {
	position: relative;
}

@media screen and (max-width: 767px) {
	.line {
		display: none;
	}
}

.line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

/* line
----------------------------------------- */
.line {
	position: relative;
}

.line:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

/* banner
----------------------------------------- */
.banner {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.banner {
		padding-top: 0;
		padding-bottom: 60px;
	}
}

.banner a {
	text-align: center;
	display: inline-block;
	margin-bottom: 100px;
}

.banner a:hover * {
	text-decoration: none;
}

.banner a img {
	width: 100%;
	max-width: 960px;
}

.banner a figure {
	position: relative;
	display: inline-block;
}

/* copyright
----------------------------------------- */
.copyright {
	text-align: center;
	margin-top: -100px;
}

.copyright p {
	font-size: 14px;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.copyright p {
		font-size: 11px;
	}
}

/*# sourceMappingURL=../../../_map/expo2025/assets/css/style.css.map */
