@charset "utf-8";

/*-------------------------------
	Key visual
-------------------------------*/

.Key_owner {
	margin-top:16.5rem;
	background:#F8F5EC;
	overflow: hidden;
}

.Key_wrap {
	position:relative;
	padding-left:28.5rem;
	margin-bottom:6.5rem;
}

.Keyvisual__title {
	top:auto;
	bottom:0;
}

.Key_img_wrap {
	width:clamp(89rem,80vw,108.4rem);
	display: flex;
	justify-content: space-between;
}

/* calcはデザインカンプの数値 */
.Key_img_list {
	width:calc(532 / 1084 * 100%);
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.Key_img01 {
	width:calc(534 / 1084 * 100%);
	border-bottom-left-radius:2rem;
	overflow: hidden;
}

.Key_img_list .Key_img {
	width:calc(258 / 532 * 100%);
}

.Key_img_list .Key_img:nth-last-of-type(-n + 2) {
	margin-top:auto;
}

/*-------------------------------
	owners swiper
-------------------------------*/

.owners_swiper {
	position:relative;
	padding-top:10rem;
	padding-bottom:10rem;
}

.owners_swiper .swiper-slide {
	width:68.4rem;
	margin:0 2.5rem;
}

.owners_swiper_pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 5rem !important;
}
.owners_swiper_pagination .swiper-pagination-bullet{
	transition: var(--transition);
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	background: var(--maincolor);
	position: relative;
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
	opacity: 1 !important;
	z-index: 11;
}
.owners_swiper_pagination .swiper-pagination-bullet .circle{
    display: block;
    width: 2rem;
    height: 2rem;
	position:absolute;
	left:-1rem;
	top:-.6rem;
	transform:rotate(-90deg);
}
.owners_swiper_pagination .swiper-pagination-bullet .circle svg{
	width: 100%;
    height: 100%;
    fill: none;
}
.owners_swiper_pagination .swiper-pagination-bullet .circle-01{
	stroke: rgba(255, 255, 255, 0);
    stroke-width: 2px;
}
.owners_swiper_pagination .swiper-pagination-bullet .circle-02{
	stroke:  var(--maincolor);
    stroke-width: 2px;
    stroke-dasharray: 188.4px;
    stroke-dashoffset: 188.4px;
}
.owners_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	transform: scale(2);
	z-index: 12;
}

.owners_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
	z-index: 12;
}

.owners_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-02{
	animation: white-circle 4s linear;
	animation-fill-mode: forwards;
	animation-delay:1.5s;
}
@-webkit-keyframes white-circle {
    100% {
		stroke-dashoffset: 0;
    }
}

@keyframes white-circle {
    100% {
		stroke-dashoffset: 0;
    }
}

/* 余分なドットを重ねて表示し見た目的に 3枚 として見せる z-indexで上に来るものも制御 */
.owners_swiper_pagination .swiper-pagination-bullet:nth-last-of-type(-n +3 ) {
	position:absolute;
	z-index: 10;
}

.owners_swiper_pagination .swiper-pagination-bullet:nth-of-type(4) {
	left:calc(50% - 5.55rem);
	/* background:#fcc; */
}

.owners_swiper_pagination .swiper-pagination-bullet:nth-of-type(5) {
	left:calc(50% - 1.85rem);
	/* background:#ccf; */
}

.owners_swiper_pagination .swiper-pagination-bullet:nth-of-type(6) {
	left:calc(50% + 1.85rem);
	/* background:#cfc; */
}

.swiper-button-prev,
.swiper-button-next {
	width:3.8rem;
	height:3.8rem;
	background-image:url(../images/owners/icon_arrow_slider.svg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
	border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	transform:scale(-1,1);
	left:calc(50% - (68.4rem / 2) - 3.8rem - 0.5rem);
	right:auto;
}

.swiper-button-next {
	right:calc(50% - (68.4rem / 2) - 3.8rem - 0.5rem);
	left:auto;
}

/*-------------------------------
	Owners top
-------------------------------*/

.Owners_top {
	padding:0;
	background:url(../images/owners/bg_wave.png) no-repeat center / cover;
}

.Owners_top .sec__inner {
	min-height:77rem;
	height:100%;
	position:relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.Owners_top_txt {
	height:100%;
	max-width:51rem;
	margin:0 0 0 auto;
	position:relative;
	z-index: 1;
}

.Owners_top_txt h2 {
	font-size:2.4rem;
	font-weight:700;
	line-height:1.65;
	margin-bottom:1.5em;
	letter-spacing: 0.05em;
}

.Owners_top_img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.Owners_top_img figure {
	position:absolute;
}

.Owners_top_img01,
.Owners_top_img03 {
	width:19.5vw;
	max-width:21.4rem;
}

.Owners_top_img02 {
	width:26.5vw;
	max-width:29.2rem;
}

.Owners_top_img01 {
	left:-3rem;
	top:10rem;
}

.Owners_top_img02 {
	left:min(4.5vw,5rem);
	bottom:7.5rem;
}

.Owners_top_img03 {
	left:min(36.4vw,40rem);
	bottom:2.8rem;
}

/*-------------------------------
	ar owners
-------------------------------*/

.ar_owners {
	background:#F8F5EC;
	padding-bottom:10rem;
}

.sec_owners {
	padding:0;
}

.owners_inner {
	padding:15rem 0;
}

.sec_owners:not(:last-of-type) .owners_inner  {
	border-bottom:.1rem solid var(--blackcolor);
}

.owners_flex {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.owners_txt {
	width:44%;
	max-width:47.5rem;
}

.owners_title {
	font-size:2.5rem;
	font-weight:700;
	line-height:2;
	font-family: var(--mincho);
	color:#95763F;
	letter-spacing: 0.05em;
	margin-bottom:1.75em;
}

.owners_title span {
	display: block;
	font-size:1.6rem;
	font-family: var(--jp);
	line-height:1;
	letter-spacing: 0.05em;
}

.owners_title::before {
	content:"";
	display: block;
	width:7.8rem;
	height:7.8rem;
	background:url(../images/owners/title_no01.svg) no-repeat center / contain;
	position:relative;
	margin-bottom:6rem;
}

.owners_title02::before {
	background-image:url(../images/owners/title_no02.svg);
}

.owners_title03::before {
	background-image:url(../images/owners/title_no03.svg);
}

.owners_img {
	width:51%;
	max-width:55.7rem;
}

.owners_img02 {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.owners_img02 img {
	width:42.5%;
	transform:rotate(-10deg);
	display: block;
}

.owners_img02 img:last-of-type {
	transform:rotate(10deg);
	margin-top:3rem;
}

.owners_img03 {
	margin-top:14.5rem;
	position:relative;
}

.owners_img03::before {
	content:"";
	display: block;
	width:3.3rem;
	height:3.5rem;
	background:url(../images/common/icon_arrow-black-naked.svg) no-repeat center / contain;
	transform:rotate(90deg);
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-9rem;
}

.owners_img03 img {
	width:100%;
	height:100%;
	object-fit: contain;
}

.owners_button {
	width:31.2rem;
	margin:6rem 0 0;
}

.owners_button a {
	display: block;
	width:100%;
	height:5.6rem;
	line-height:5.4rem;
	border:.1rem solid #95763F;
	color:#95763F;
	text-align: center;
	padding:0 2em;
	position:relative;
	font-size:1.8rem;
	font-weight:700;
	letter-spacing: 0.06em;
	opacity: 1 !important;
}

.owners_button a::after {
	content:"";
	display: block;
	width:1.8rem;
	height:1.9rem;
	background:url(../images/owners/icon_arrow_brown.svg) no-repeat center / contain;
	position:absolute;
	right:1.8rem;
	top:50%;
	transform:translateY(-50%);
}

.owners_img_list {
	width:62.5rem;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	right:max(calc((100vw - 110rem) / -2),-12.5rem);
}

.owners_button a:hover{
	background: #95763F;
	color: #fff;
}

.owners_button a:hover::after{
	background-image: url(../images/common/icon_arrow-white-naked.svg);
}

@media screen and (max-width:1360px) {

.owners_img_list {
	width:52%;
}

@media screen and (max-width:1200px) {

.owners_img_list {
	right:-5rem;
}

}/* end 1200px */
}/* end 1360px */

.owners_img_no {
	width:49%;
	max-width:30.6rem;
	position:relative;
	margin-bottom:1.2rem;
}

.owners_img_no::before {
	content:attr(data-no);
	display: block;
	font-size:3rem;
	font-weight:700;
	padding:0.45em;
	line-height:1;
	width:10.3rem;
	height:10.3rem;
	background:url(../images/owners/icon_triangle_gradient.svg) no-repeat top center / contain;
	position:absolute;
	left:0;
	top:0;
}



.owners_img_no figcaption {
	width:100%;
	position:absolute;
	left:0;
	bottom:1rem;
}

.owners_img_no figcaption span {
	background:rgba(255,255,255,0.9);
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	padding:0 1em;
	display:block;
	width:100%;
	max-width:23.3rem;
	letter-spacing: 0.01em;
}

.owners_img_no figcaption span:not(:last-of-type) {
	margin-bottom:1rem;
}

/*-------------------------------
	bg white
-------------------------------*/

.bg_white {
	margin-top:9rem;
	background:#fff;
	padding:10rem 9rem;
	border-radius: 3rem;
}

.owners_block:not(:last-of-type) {
	margin-bottom:10rem;
}

.block_title {
	text-align: center;
	margin-bottom:6rem;
}

.block_title span {
	font-size:2.8rem;
	font-weight:700;
	line-height:1.75;
	display: inline-block;
	padding:0.25em 1.65em;
	position:relative;
	letter-spacing: 0.05em;
}

.block_title span::before,
.block_title span::after {
	content:"";
	display: block;
	width:0.5em;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	border-top:.1rem solid var(--blackcolor);
	border-bottom:.1rem solid var(--blackcolor);
}

.block_title span::before {
	border-left:.1rem solid var(--blackcolor);
	left:0;
}

.block_title span::after {
	border-right:.1rem solid var(--blackcolor);
	right:0;
}

.block_flex {
	flex-wrap:wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block_txt {
	width:59%;
	max-width:54rem;
}

.block_img {
	width:37%;
	max-width:33.5rem;
	border-radius: .5rem;
	overflow: hidden;
}

.block_txt .list-circle li {
	margin-bottom:0;
}

.block_txt .list-circle li::before {
	color:var(--blackcolor);
}


/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width:960px){

/*-------------------------------
	bg white
-------------------------------*/

.bg_white {
	padding:7rem 5rem;
}

.owners_img_no {
	width:100%;
}

} /* end 960px */

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px){

/*-------------------------------
	Key visual
-------------------------------*/

.Key_owner {
	margin-top:14rem;
}

.Key_wrap {
	padding-left:0rem;
	margin-bottom:11rem;
}

.Keyvisual__title {
	position:relative;
	top:auto;
	bottom:auto;
}

.Key_img_wrap {
	width:113rem;
	margin-bottom:8rem;
}

/* calcはデザインカンプの数値 */
.Key_img_list {
	width:calc(627 / 1130 * 100%);
}

.Key_img01 {
	width:calc(483 / 1130 * 100%);
	height:62.9rem;
}

.Key_img_list .Key_img {
	width:calc(304 / 627 * 100%);
	height:30.4rem;
}

.Key_img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

/*-------------------------------
	owners swiper
-------------------------------*/

.owners_swiper {
	padding-bottom:17.4rem;
	padding-top:9rem;
}

.owners_swiper .swiper-slide {
	width:56.2rem;
	margin:0 1.75rem;
}

.owners_swiper_pagination{
	bottom: 11rem !important;
}
.owners_swiper_pagination .swiper-pagination-bullet{
	width: 1.1rem;
	height:1.1rem;
	margin-left: 2.4rem !important;
	margin-right: 2.4rem !important;
	z-index: 11;
}
.owners_swiper_pagination .swiper-pagination-bullet .circle{
    width: 3.5rem;
    height: 3.5rem;
	left:-1.6rem;
	top:-1.2rem;
}

.owners_swiper_pagination .swiper-pagination-bullet:nth-of-type(4) {
	left:calc(50% - 8.85rem);
}

.owners_swiper_pagination .swiper-pagination-bullet:nth-of-type(5) {
	left:calc(50% - 2.95rem);
}

.owners_swiper_pagination .swiper-pagination-bullet:nth-of-type(6) {
	left:calc(50% + 2.95rem);
}

.swiper-button-prev,
.swiper-button-next {
	width:6.4rem;
	height:6.4rem;
	margin-top:0;
}

.swiper-button-prev {
	top:0;
	left:auto;
	right:14.5rem;
}

.swiper-button-next {
	top:0;
	right:6rem;
}

/*-------------------------------
	Owners top
-------------------------------*/

.Owners_top {
	padding:20rem 0 12.5rem;
	background:none;
	position:relative;
}

.Owners_top::before {
	content:"";
	display: block;
	width:100%;
	height:100rem;
	background:url(../images/owners/bg_wave_sp.png) no-repeat center / cover;
	position:absolute;
	left:0;
	top:22.2%;
}

.Owners_top .sec__inner {
	min-height:auto;
	height:auto;
	display: block;
}

.Owners_top_txt {
	height:auto;
	max-width:100%;
	margin:0 auto 18rem;
}

.Owners_top_txt h2 {
	font-size:3rem;
	text-align:center;
}

.Owners_top_img {
	width:100%;
	height:auto;
	position:relative;
	left:auto;
	top:auto;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.Owners_top_img figure {
	position:relative;
}

.Owners_top_img01 {
	width:19.7rem;
	max-width:100%;
}

.Owners_top_img02 {
	width:29.2rem;
	max-width:100%;
	order:1;
	margin:-4.8rem 0 0 10rem;
}

.Owners_top_img03 {
	width:23.8rem;
	max-width:100%;
	margin:7.8rem 0 0 auto;
}

.Owners_top_img01 {
	left:auto;
	top:auto;
}

.Owners_top_img02 {
	left:auto;
	bottom:auto;
}

.Owners_top_img03 {
	left:auto;
	bottom:auto;
}

/*-------------------------------
	ar owners
-------------------------------*/

.owners_inner {
	padding:15rem 0;
}

.sec_owners:not(:last-of-type) .owners_inner  {
	border-bottom:.2rem solid var(--blackcolor);
}

.owners_txt {
	width:100%;
	max-width:100%;
	margin-bottom:4rem;
}

.owners_title {
	font-size:4rem;
	text-align: center;
}

.owners_title span {
	font-size:2.8rem;
}

.owners_title::before {
	width:11rem;
	height:11rem;
	margin:0 auto 3rem;
}

.owners_img {
	width:100%;
	max-width:100%;
}

.owners_img02 {
	margin-top:10rem;
}

.owners_img02 img:last-of-type {
	margin-top:5rem;
}

.owners_img03 {
	margin-top:13rem;
}

.owners_img03::before {
	width:5rem;
	height:5.3rem;
	top:-10rem;
}

.owners_button {
	width:51rem;
	margin:8rem auto 0;
}

.owners_button a {
	height:8.8rem;
	line-height:8.4rem;
	border:.2rem solid #95763F;
	font-size:3rem;
}

.owners_button a::after {
	width:2.9rem;
	height:3rem;
	right:7.4rem;
}

.owners_img_list {
	width:100%;
	right:auto;
	padding-top:8rem;
}

.owners_img_no {
	width:100%;
	max-width:100%;
	position:relative;
	margin-bottom:6rem;
}

.owners_img_no::before {
	font-size:6rem;
	width:20.6rem;
	height:20.6rem;
}

.owners_img_no figcaption {
	bottom:2rem;
}

.owners_img_no figcaption span {
	font-size:3.2rem;
	max-width:48.5rem;
	line-height:1.75;
}

.owners_img_no figcaption span:not(:last-of-type) {
	margin-bottom:2rem;
}

/*-------------------------------
	bg white
-------------------------------*/

.bg_white {
	margin-top:5rem;
	padding:6rem 6rem;
}

.owners_block:not(:last-of-type) {
	margin-bottom:10rem;
}

.block_title {
	margin-bottom:5rem;
}

.block_title span {
	font-size:3rem;
}

.block_title span::before,
.block_title span::after {
	border-top:.2rem solid var(--blackcolor);
	border-bottom:.2rem solid var(--blackcolor);
}

.block_title span::before {
	border-left:.2rem solid var(--blackcolor);
	left:0;
}

.block_title span::after {
	border-right:.2rem solid var(--blackcolor);
	right:0;
}

.block_txt {
	width:100%;
	max-width:100%;
	margin-bottom:5rem;
}

.block_img {
	width:100%;
	max-width:100%;
}

} /* end 768px */