@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv .wrap {
	position: absolute;
	width: 40%;
	margin-left: auto;
	margin-right: 10%;
	z-index: 10;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-family: var(--font-serif);
	text-align: center;
}
.top-kv .wrap div {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		width: 100%;
		margin: 0;
		right: 0;
		top: auto;
		bottom: 0;
		transform: none;
		text-align: left;
		background: rgba(255,255,255,0.5);
		padding: 1.5rem 2rem;
	}
	.top-kv .wrap div {
		margin-bottom: 0.7rem;
		font-size: 1.5rem;
	}
	.top-kv .wrap p {
		font-size: 1.1rem;
		line-height: 1.6;
	}
}
/* slider */
#main,
.CMS-NOT-EDITABLE-AREA {
	height: calc(100vh - 6rem);
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 48rem;
	}
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 4.5rem 0 14rem 0;
}
.top-concept figure {
	padding: 0 10rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top-concept figure > img {
	width: 22%;
}
.top-concept figure > img:nth-of-type(odd) {
	margin-top: 4.5rem;
}
.top-concept .wrap {
	margin: 8rem auto 6rem auto;
	width: 72rem;
	background: 
		url(../img/deco-1.png) no-repeat center left,
		url(../img/deco-2.png) no-repeat center right;
	background-size: auto 100%;
	padding: 2rem 10rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #625A5A;
}
.top-concept h3 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}
.top-concept p {
	font-family: var(--font-serif);
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 4.5rem 0 14rem 0;
	}	
	.top-concept figure {
		padding: 0;
		flex-wrap: wrap;
		padding: 0 3rem;
	}
	.top-concept figure > img {
		width: 46%;
	}
	.top-concept figure > img:nth-of-type(odd) {
		margin-top: 0;
	}
	.top-concept figure > img:nth-of-type(n + 3) {
		margin-top: 8%;
	}	
	.top-concept .wrap {
		margin: 3rem 1rem;
		width: auto;
		background-size: auto 80%;
		padding: 2rem 4.5rem;
		text-align: left;
	}
	.top-concept h3 {
		font-size: 1.7rem;
		margin-bottom: 1.5rem;
		line-height: 1.5;
	}
	.top-concept p {
		font-size: 1.3rem;
		line-height: 1.8;
	}	
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	padding: 4.5rem 0 14rem 0;
}
.top-menu ul {
	width: 72rem;
	margin: 0 auto;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
.top-menu ul li {
	flex-basis: calc((72rem - 4rem) / 3);
	overflow: hidden;
}
.top-menu ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22rem;
	text-align: center;
	font-family: var(--font-serif);
	font-weight: 500;
	color: #fff;
}
.top-menu ul li a > span {
	position: relative;
	z-index: 10;
}
.top-menu ul li a::before,
.top-menu ul li a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.top-menu ul li a::before {
	background: #000;
	z-index: 1;
	opacity: 0.3;
}
.top-menu ul li a::after {
	z-index: 0;
	transition: all .3s;
}
.top-menu ul li a:hover {
	opacity: 0.8;
}
.top-menu ul li a:hover::after {
	transform: scale(1.1);
}
.top-menu ul li:nth-child(1) a::after {
	background: url(../img/top-menu-img-1.jpg) no-repeat center / cover;
}
.top-menu ul li:nth-child(2) a::after {
	background: url(../img/top-menu-img-2.jpg) no-repeat center / cover;	
}
.top-menu ul li:nth-child(3) a::after {
	background: url(../img/top-menu-img-3.jpg) no-repeat center / cover;	
}
.top-menu ul li:nth-child(4) a::after {
	background: url(../img/top-menu-img-6.jpg) no-repeat center / cover;	
}
.top-menu ul li:nth-child(5) a::after {
	background: url(../img/top-menu-img-5.jpg) no-repeat center / cover;	
}
.top-menu ul li:nth-child(6) a::after {
	background: url(../img/top-menu-img-4.jpg) no-repeat center / cover;	
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 4.5rem 3rem 14rem 3rem;
	}
	.top-menu ul {
		width: 100%;
		justify-content: space-between;
		gap: 1rem;
		flex-wrap: wrap;
	}
	.top-menu ul li {
		flex-basis: calc((100% - 1rem) / 2);
	}
	.top-menu ul li a {
		height: 16rem;
	}
	.top-menu ul li a > span {
		font-size: 1.4rem;
	}
}



/* -------------------------------------------

faq

------------------------------------------- */
.top-faq {
	padding: 4.5rem 0 14rem 0;
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;	
}
.top-faq section {
	margin-bottom: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.top-faq h3 {
	font-weight: 500;
	font-size: 1.8rem;	
	margin-bottom: 2rem
}
@media screen and (max-width: 768px) {
	.top-faq {
		padding: 4.5rem 3rem 14rem 3rem;
	}
	.top-faq section {
		text-align: left;
	}
}



/* -------------------------------------------

blog

------------------------------------------- */
.top-blog {
	padding: 4.5rem 0 14rem 0;
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-blog {
		padding: 4.5rem 3rem 14rem 3rem;
	}
}
.top-blog .more-wrap {
	margin-top: 6rem;
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 4.5rem 0 10rem 0;	
}
.top-access .wrap {
	display: flex;
	margin-top: 8rem;
	justify-content: space-between;
	align-items: flex-start;
}
.top-access .wrap > * {
	width: 47%;
}
.top-access .more {
	margin: 5rem 0 0 0;
}
.top-access dl {
	margin-right: 10rem;
	color: #868686;
}
.top-access dt {
	font-weight: 500;
	margin-bottom: 0.3rem;
}
.top-access dd:not(:last-of-type) {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 4.5rem 0 10rem 0;	
	}
	.top-access .wrap {
		display: block;
		margin: 3rem 3rem 0 3rem;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .more {
		margin: 5rem auto 0 auto;
	}
	.top-access dl {
		margin-top: 2.5rem;
		margin-right: 0;
	}
	.top-access dt::before {
		content: "◆";
		color: var(--prime);
		margin-right: 0.4rem;
	}	
	.top-access dd:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}
}



/* -------------------------------------------

ブリッジブックス

------------------------------------------- */
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
	flex-basis: calc((100% / 3) - 6rem / 3);
}
.topNews_image {
    position: relative;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    width: 100%;
    height: 100%;
}
.topNews_content {
    margin-top: 1rem; 
	line-height: 1;
}
.topNews_date {
	color: var(--prime);
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
}
.topNews_caption {
	line-height: 1.6;
	font-size: 1.3rem;
}
.topNews_caption strong {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 1.5rem;
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
@media screen and (max-width: 768px) {
	.topNews_list {
    	flex-direction: column;
		gap: 4rem;
    }
    .topNews_item {
        width: 100%;
    }
	.topNews_caption {
		font-size: 1.4rem;
	}
	.topNews_caption strong {
		font-size: 1.7rem;
	}	
}
/* news index */
.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
  }
.news_item {
    display: flex;
    gap: 1.5rem;
    cursor: pointer;
	transition: all .3s;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .3s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    margin-bottom: 1.5rem;
	font-size: 1.3rem;
}
.news_caption strong {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	line-height: 1.4;
}
.news_date {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
	color: var(--prime);
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 768px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
	.news_content {
		width: 100%;
		padding: 0;
	}
	.news_caption {
		font-size: 1.4rem;
	}
	.news_caption strong {
		font-size: 1.8rem;
	}
}
/* blog detail */
.blogdetail_image {
	display: flex;
	justify-content: center;
}
.blogdetail_image img,
.blogdetail_image video {
    width: 70%;
    height: auto;
}
.blogdetail_content {
    margin-top: 3rem;
    font-size: 1.6rem;
}
.blogdetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.blogdetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 3rem 0;
	display: block;
}
.blogdetail_caption {
    white-space: pre-wrap; 
}
@media screen and (max-width: 768px) {
	.blogdetail_image img,
	.blogdetail_image video {
		width: 100%;
	}
}



/* -------------------------------------------

concept

------------------------------------------- */
.concept-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
.concept-wrap li {
	width: calc((100% - 6rem) / 2);
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 3rem;
}
.concept-wrap li img {
	aspect-ratio: 3/2;
	object-fit: cover;
}
.concept-wrap li dt {
	margin: 2rem 0 1.2rem 0;
	font-weight: 500;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.concept-wrap {
		flex-direction: column;
		gap: 2rem;
	}
	.concept-wrap li {
		width: 100%;
	}
	.concept-wrap li dt {
		font-size: 1.8rem;
	}
}



/* -------------------------------------------

faq

------------------------------------------- */
.faq dl:not(:last-of-type) {
	margin-bottom: 4rem;
}
.faq-ttl,
.faq-content {
	display: flex;
	padding: 1rem 1.5rem 1rem 1.5rem;	
}
.faq-ttl {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	font-family: var(--font-serif);
	align-items: center;
	font-size: 1.6rem;
}
.faq-ttl span:nth-child(1),
.faq-content span:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	background: var(--pink);
	color: #fff;
	font-family: var(--font-en);
	font-size: 1.8rem;
	border-radius: 50%;
}
.faq-content span:nth-child(1) {
	background: #ddd;
	color: #fff;
	padding-left: 0.1rem;
}
.faq-ttl span:nth-child(2),
.faq-content span:nth-child(2) {
	width: calc(100% - 4rem);
	padding-left: 1.5rem;
}
.faq-content span:nth-child(2) {
	padding-top: 0.7rem;
	font-size: 1.3rem;
}



/* -------------------------------------------

menu-detail

------------------------------------------- */
.menu-detail {
	margin-top: 3rem;
}
.menu-detail:first-of-type {
	margin-top: 2rem;
}
.menu-detail h4 {
	font-family: var(--font-serif);
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.menu-detail p {
	margin-bottom: 1.5rem;
}
.menu-detail ul {
	margin: 1.5rem 0;
	padding-left: 2rem;
}
.menu-detail ul li {
	margin-bottom: 0.8rem;
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.menu-detail {
		margin-top: 2.5rem;
	}
	.menu-detail:first-of-type {
		margin-top: 1.5rem;
	}
	.menu-detail h4 {
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
}