@charset "UTF-8";


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

kv

------------------------------------------- */
.top-kv {
	position: relative;
	margin-bottom: 8rem;
}
.top-kv > img {
	position: absolute;
	right: 6.5rem;
	bottom: -3.5rem;
	width: 33rem;
	z-index: 10;
}
.top-kv .wrap {
	display: flex;
	width: calc(100% - 20rem);
	margin: 0 auto;
}
.top-kv .wrap > * {
	width: 50%;
}
.top-kv .wrap--kv {
	width: calc(100% - 20rem);
}
.top-kv .wrap--kv > * {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.top-kv {
		padding: 3rem;
		margin-bottom: 10rem;
	}
	.top-kv > img {
		right: 0;
		bottom: -5rem;
		width: 20rem;
	}
	.top-kv .wrap {
		display: block;
		width: 100%;
	}
	.top-kv .wrap > * {
		width: 100%;
	}
	.top-kv .wrap--kv {
		width: 100%;
	}
}
/* slider（2枚交互） */
.top-kv-slider {
	width: 100%;
}
.top-kv-slider .bx-wrapper,
.top-kv-slider .bx-viewport {
	height: 60rem !important;
}
.top-kv-slider__item {
	height: 60rem;
	border-radius: 4rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top-kv-slider__item--1 {
	background-image: url(../img/top-kv-slide1.jpg);
}
.top-kv-slider__item--2 {
	background-image: url(../img/top-kv-slide2.jpg);
}
.CMS-NOT-EDITABLE-AREA .wrap--kv {
	height: 60rem;
}
@media screen and (max-width: 768px) {
	.top-kv-slider .bx-wrapper,
	.top-kv-slider .bx-viewport {
		height: 32rem !important;
	}
	.top-kv-slider__item {
		height: 32rem;
		border-radius: 2rem;
	}
	.CMS-NOT-EDITABLE-AREA .wrap--kv {
		height: 32rem;
	}
	.CMS-NOT-EDITABLE-AREA {
		height: 64rem;
	}
}



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

concept

------------------------------------------- */
.top-concept {
	display: flex;
	justify-content: space-between;
	position: relative;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	padding-bottom: 10rem;
}
.top-concept::before {
	content: "";
	width: 100%;
	height: 6.5rem;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.top-concept > * {
	position: relative;
	z-index: 10;
	width: 48%;
}
.top-concept > div {
	padding-top: 3rem;
	padding-right: 10rem;
}
.top-concept .ttl-wrap {
	display: flex;
	justify-content: flex-start;
}
.top-concept h2 {
	margin-bottom: 6rem;
}
.top-concept h3 {
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
}
.top-concept p {
	margin: 4rem 0 4rem 0;
	line-height: 2;
}
.top-concept .more {
	margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
	.top-concept {
		flex-direction: column;
		padding-bottom: 13rem;
	}
	.top-concept > * {
		width: 100%;
	}
	.top-concept > figure {
		width: 90%;
	}
	.top-concept .ttl-wrap {
		justify-content: center;
	}
	.top-concept > div {
		margin-top: 5rem;
		padding: 0 3rem;
	}
	.top-concept h2 {
		margin-bottom: 4rem;
	}
	.top-concept h3 {
		font-size: 2.2rem;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.top-concept p {
		margin: 3rem 0 4rem 0;
	}
	.top-concept .more {
		margin: 0 auto;
	}	
}



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

menu

------------------------------------------- */
.top-menu {
	padding-bottom: 12rem;
	margin-top: -2.5rem;
}
.top-menu ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 5rem;
}
.top-menu ul li {
	display: flex;
	width: calc((100% - 3rem) / 2);
}
.top-menu ul li > figure {
	width: 40%;
}
.top-menu ul li > div {
	width: 60%;
	padding-left: 1.5rem;
	padding-top: 0.5rem;
}
.top-menu dl {
	margin-bottom: 0.5rem;
}
.top-menu dt {
	font-size: 1.6rem;
	margin-bottom: 0.4rem;
}
.top-menu dd {
	color: var(--grey-2);
}
.top-menu li a {
	color: var(--grey-2);
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
}
.top-menu li a::after {
	content: "";
	width: 3rem;
	height: 2.5rem;
	background: url(../img/arrow-narrow.png) no-repeat center / contain;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 0 3rem 10rem 3rem;
	}
	.top-menu ul {
		flex-direction: column;
		row-gap: 4rem;
	}
	.top-menu ul li {
		width: 100%;
	}
	.top-menu ul li > figure {
		width: 40%;
	}
	.top-menu ul li > div {
		width: 60%;
		padding-top: 0;
		margin-top: -0.4rem;
	}
	.top-menu dl {
		margin-bottom: 0.5rem;
	}
	.top-menu dt {
		font-size: 1.5rem;
		margin-bottom: 0.4rem;
	}
	.top-menu dd {
		font-size: 1.3rem;
	}
}



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

top-wrap

------------------------------------------- */
.top-wrap {
	padding-left: 15rem;
	padding-right: 15rem;
	padding-bottom: 15rem;
	display: flex;
	gap: 5rem;
}
.top-wrap > * {
	flex: 1;
	background: var(--bg-green);
	padding-bottom: 6rem;
}

.top-wrap > *:first-child {
	padding-bottom: 0;
}

.top-wrap h2 {
	text-align: center;
	font-weight: normal;
	font-family: var(--font-serif);
	font-size: 4.2rem;
	letter-spacing: 0.2em;
	position: relative;
	top: -3.5rem
}
.top-wrap p {
	text-align: center;
	padding: 0 2rem;
	color: var(--grey-2);
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-wrap {
		padding-left: 3rem;
		padding-right: 3rem;
		padding-bottom: 12rem;
		flex-direction: column;
		gap: 5rem;
	}
	.top-wrap > * {
		flex: none;
		width: 100%;
		padding-bottom: 6rem;
	}
	.top-wrap p {
		font-size: 1.3rem;
		padding: 0;
	}	
}



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

blog

------------------------------------------- */
.top-blog {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding-bottom: 8rem;
}
.top-blog h2 {
	position: relative;
	top: -3.5rem;
	margin-bottom: 1.5rem;
}
.top-blog .wrap {
	width: 80rem;
	margin: 0 auto;
}
.top-blog .more-wrap {
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.top-blog {
		padding: 0 3rem 8rem 3rem;
	}
	.top-blog .wrap {
		width: auto;
	}		
}



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

sns

------------------------------------------- */
.top-sns {
	padding: 10rem 0;
}
.top-sns ul {
	width: 72rem;
	margin: 0 auto;
	display: flex;
	gap: 8rem
}
.top-sns ul li {
	flex: 1;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.12);
}
.top-sns ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 3rem;
}
.top-sns ul li a img {
	width: 8rem;
	margin: 5.5rem 0;
}
.top-sns ul li a span {
	line-height: 1;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
	text-align: center;
}
.top-sns ul li a span::after {
	content: "";
	width: 5rem;
	height: 3rem;
	background: url(../img/arrow.png) no-repeat center / contain;
	position: absolute;
	right: -2rem;
	top: calc(50% - 1.5rem);
	margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
	.top-sns {
		padding: 8rem 2rem;
	}
	.top-sns ul {
		width: auto;
		gap: 1.5rem
	}
	.top-sns ul li {
		flex: 1;
	}
	.top-sns ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 3rem;
	}
	.top-sns ul li a img {
		width: 5rem;
		margin: 3rem 0;
	}
	.top-sns ul li a span {
		font-size: 1.2rem;
	}
	.top-sns ul li a span::after {
		width: 3rem;
		right: -1rem;
	}	
}



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

access

------------------------------------------- */
.top-access {
	background: #E6E6E6;
	position: relative;
	padding-bottom: 15rem;
}
.top-access::before {
	content: "";
	background: #fff;
	width: 100%;
	height: 6rem;
	position: absolute;
	left: 0;
	top: 0;
}
.top-access > * {
	position: relative;
	z-index: 10;
}
.top-access .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.top-access .wrap > * {
	width: 48%;
}
.top-access .ttl-wrap {
	display: flex;
	justify-content: flex-start;
}
.top-access .wrap > div {
	padding-right: 10rem;
	padding-top: 10rem;
}
.top-access h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding-bottom: 0;
	}
	.top-access .wrap {
		flex-direction: column;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .wrap > figure {
		width: 90%;
	}
	.top-access .ttl-wrap {
		display: flex;
		justify-content: flex-start;
	}
	.top-access .wrap > div {
		padding: 5rem 3rem 0 3rem;
	}
	.top-access .ttl-wrap {
		justify-content: center;
	}
	.top-access h2 {
		margin-bottom: 3rem;
	}	
}



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

ブリッジブックス

------------------------------------------- */
.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%;
	border-radius: 1.5rem;
}
.topNews_content {
    margin-top: 1rem; 
    line-height: 1;
}
.topNews_date {
    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(--grey-2);
}
.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;
}
.newsDetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.newsDetail_back-link a {
    color: var(--grey-2);
    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%;
    }
}



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

faq

------------------------------------------- */
.faq-list dt {
	background: var(--bg-green);
	padding: 0.6rem 2rem 0.75rem 2rem;
	display: flex;
	align-items: center;
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.faq-list dt span {
	font-size: 1.8rem;
	margin-right: 1rem;
	margin-bottom: 0.3rem;
}
.faq-list dd {
	display: flex;
	padding: 0 2rem 0 2rem;
}
.faq-list dd span {
	font-size: 1.8rem;
	margin-right: 1.2rem;
	font-family: var(--font-serif);
	font-weight: 500;
	margin-top: -0.3rem;
}
.faq-list dd:not(:last-of-type)	 {
	margin-bottom: 3rem;
}
.request-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.request-list li {
	background: #fafafa;
	border-radius: 2rem;
	padding: 3rem 3.5rem;
}
.request-list li dt {
	font-family: var(--font-serif);
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.request-list li dt::before {
	content: "◆";
	color: var(--prime);
}



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

beforeafter

------------------------------------------- */
.beforeafter-list {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
.beforeafter-list li {
	width: calc((100% - 6rem) / 4);
}
.beforeafter-list li img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.beforeafter-list li {
		width: calc((100% - 2rem) / 2);
	}
}



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

menu

------------------------------------------- */
/* lcmenu */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 4rem;
}
ul.lcmenu li {
	text-align: center;
	flex: 1;
}
ul.lcmenu li a {
	background: #fff;	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	padding-bottom: 0.1rem;
	white-space: nowrap;
}
ul.lcmenu li.current a {
	background: var(--prime);	
	color: #fff;
}
@media screen and (max-width: 768px) {

}
/* menu-list */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
	border-bottom: solid 1px rgba(0,0,0,0.2); /* 下線カラー */
}
dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
	border-top: solid 1px rgba(0,0,0,0.2); /* 上線カラー */
}
dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd{
	background:rgba(0,0,0,0.04); /* 背景色 */
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd){
	background: none !important;
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd{
	background: none !important;
}
dl.menu-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}
}
dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
	font-weight: 500;
}
dl.menu-list dt span {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	color: var(--grey-2);
}
dl.menu-list dd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.5rem;
	text-align: right;
	width: 30%;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;		
	}
	dl.menu-list dt:first-child + dd {
		border-top: none;
	}
	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;				
	}
}
/* thumbnail */
dl.menu-list dt.thumb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
dl.menu-list dt.thumb i:first-of-type {
	width: 16rem;
	display: block;
}
dl.menu-list dt.thumb i:last-of-type {
	width: calc(100% - 18rem);
}
@media screen and (max-width: 768px) {
	dl.menu-list dt.thumb {
		display: block;
	}
	dl.menu-list dt.thumb i:first-of-type {
		width: 100%;
		margin: 0.5rem auto 1.5rem auto;
	}
	dl.menu-list dt.thumb i:last-of-type {
		width: 100%;
	}	
}

.request-txt{
    margin-bottom: 2rem;
}