@charset "utf-8";

/*----------------------
common
-------------------------*/

#loading  {
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #f8f3ed;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 9999999999999;
}
.loading-logo{
  margin:0 auto 20px;
  text-align:center;
}
.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    justify-content: space-between;
    display: flex;
}
.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #00a4c4;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



.top-cmn__more a {
    display: block;
    color: var(--base-color4);
    padding: 40px;
    background: var(--base-color6);
}
.top-cmn__more a i {
    background: var(--base-color4);
}
.top-cmn__more a i:after{
	border-top: solid 2px var(--base-color4);
	border-right: solid 2px var(--base-color4);
}

/*----------------------
fv
-------------------------*/
#fv {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	justify-content: center;
	align-items: center;
    background-image: url("../img/home/fv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#fv.active {
	opacity: 1;
}
.fv-text {
	display:none;
}


@media (max-width: 815px) {

	.fv-text {
		max-width: 80%;
	}

}


/*----------------------
top-concept
-------------------------*/
#top-concept {
}


@media (max-width: 815px) {


}


/*----------------------
top-policy
-------------------------*/
#top-policy {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 1415px;
    padding: 80px 0;
    background-image: url("../img/home/policy_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top-policy__in {
    width: 650px;
    height: 100%;
    padding-top: 60px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 60px;
    top: 0;
}
.top-policy__in .contents-catch {
	margin-bottom: 60px;
}
.t-p__text p {
    margin-bottom: 40px;
    line-height: 2.8;
    
}
.t-p__text p:last-child {
    margin-bottom: 0;
}
.t-policy__more {
	width: 410px;
	position: absolute;
	right:-410px;
	bottom:0;
}


@media (max-width: 815px) {

	#top-policy {
		height: auto;
	}
	.top-policy__in {
		width: 100%;
		padding: 60px 20px 20px;
		background: rgba(255,255,255,0.8);
		margin: auto;
		position: relative;
		left: auto;
		top: 0;
	}
	.t-p__text p {
		margin-bottom: 20px;
	}
	.t-policy__more {
		width: 100%;
		margin-top: 50px;
		position: relative;
		right: auto;
	}


}


/*----------------------
top-threehouse
-------------------------*/
#top-threehouse {
	background: url("../img/home/threehouse_bg.jpg");
}
.top-threehouse__in {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}
.top-threehouse-main {
    width: 70%;
}
.top-threehouse-main-box {
	display: none;
}
.t-t-main-box-header {
	display:flex;
    align-items: center;
	margin: 70px 0 100px;
	color: var(--base-color3);
}
.t-t-main-box-header .num {
	color: #cbc2ac;
	font-size: 32px;
	font-weight: 600;
	margin-right: 40px;
}
.t-t-main-box-header .title {
	font-size: 40px;
	font-weight: 500;
	margin-right: 40px;
}
.t-t-main-box-header .title-en {
	font-size: 12px;
}
.t-t-main-box-con .main-img {
	text-align:center;
	margin-bottom: 40px;
}
.t-t-main-box-con .main-info {
}
.t-t-main-box-con .main-info:before {
	content: '';
	display:block;
	width: 637px;
	height: 85px;
	background-image: url("../img/home/three_house_fuki.png");
	background-position :center;
	background-repeat: no-repeat;
	background-size: cover;
	margin:0 auto 40px;
}
.t-t-main-box-con .main-info p {
/*	font-size: var(--base-fontM22-size);*/
}
.t-t-main-box-con .to-detail {
	margin-top: 40px;
}

.top-threehouse-sub {
    width: 30%;
    padding-left: 5%;
}
.top-threehouse-sub__list > li {
    text-align: center;
    margin-bottom: 80px;
	cursor: pointer;
}
.top-threehouse-sub__list > li:last-child {
    margin-bottom: 0;
}
.top-threehouse-sub__list .thumb {
	text-align:center;
	margin-bottom: 40px;
}
.top-threehouse-sub__list .info .title {
    font-size: var(--base-fontM30-size);
    font-weight: normal;
	color: var(--base-color3);
}
.top-threehouse-sub__list .info .title-en {
    font-size: 12px;
    font-weight: normal;
	margin-top: 10px;
}
.top-threehouse-sub__list .info .desc {
	color: var(--base-color3);
	margin-top: 10px;
	line-height:2;
}


@media (max-width: 815px) {


	.top-threehouse__in {
		margin-top: 80px;
		display: block;
	}
	.top-threehouse-main {
		width: 100%;
		margin-bottom: 50px;
	}
	.t-t-main-box-header .num {
		margin-right: 20px;
	}
	.t-t-main-box-header .title {
		font-size: 24px;
		margin-right: 20px;
	}
	.t-t-main-box-con .main-info:before {
		display:none;
	}
	.t-t-main-box-con .main-info p {
		font-size: 12px;
	}
	.t-t-main-box-con .main-info {
		text-align: left;
	}

	.top-threehouse-sub {
		width: 100%;
		padding-left: 0;
	}
	.top-threehouse-sub__list {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.top-threehouse-sub__list > li {
		display: inline-block;
		width: 200px;
		margin-bottom: 0;
		margin-left: 5%;
	}
	.top-threehouse-sub__list > li:first-child {
		margin-left: 0;
	}
	.top-threehouse-sub__list .info .title-ja {
		white-space: normal;
	}
	.top-threehouse-sub__list .info .title-en {
		font-size: 10px;
		margin-top: 10px;
		white-space: normal;
	}
	.top-threehouse-sub__list .info .desc {
		text-align: left;
		font-size: 10px;
		white-space: normal;
	}

}


/*----------------------
top-staff
-------------------------*/
#top-staff {
	padding: 0;
	overflow: hidden;
}
.top-staff__in {
    display: flex;
    flex-wrap: wrap;
	max-height: 1630px;
}
.top-staff__in-info {
    display: flex;
    width: 60%;
    max-height: 1630px;
    padding: 0 20px;
    text-align: center;
    align-items: center;
    position: relative;
}
.top-staff__in-info .t-s__text p {
    margin-top: 40px;
    line-height: 2.8;
    
}
.top-staff__in-img {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.top-staff__list {
    width: 49.5%;
}
.top-staff__list .slick-slide {
	margin-bottom: 1%;
}
#top-staff__list02 {
	margin-top: -160px;
}
.t-s__more {
    text-align: right;
    width: 70vw;
    position: absolute;
    bottom: 0;
    right: 0;
}


@media (max-width: 815px) {

	.top-staff__in {
		max-height: 100%;
	}
	.top-staff__in-info {
		display: block;
		width: 100%;
		max-height: 100%;
		padding: 0;
	}
	.top-staff__in-info .contents-catch__title {
		text-align: left;
	}
	.top-staff__in-info .t-s__text p {
		margin-top: 20px;
		line-height: 2;
		text-align: left;
	}
	.t-s__more {
		text-align: center;
		width: 100%;
		position: relative;
		margin-top: 30px;
	}
	.top-staff__in-img {
		width: 100%;
		display: block;
	}
	.top-staff__list {
		width: 100%;
	}
	.top-staff__list .slick-list {
        overflow: visible;
	}
	#top-staff__list02 {
		display: none;
	}



}


/*----------------------
top-blog
-------------------------*/
#top-blog {
    max-width: 1630px;
    border: solid 20px var(--base-color2);
    padding: 120px 0 0;
	margin: auto;
}
.top-blog__in {
    max-width: 880px;
    margin: 0 auto;
}
.top-blog__list >li {
	margin-top: 70px;
}
.top-blog__list >li a {
    display: block;
    padding-right: 150px;
    position: relative;
}
.post-date {
    font-size: 14px;
    color: #9f957b;
	margin-bottom: 10px;
}
.post-title {
    font-size: var(--base-fontM22-size);
	font-weight: 500;
    color: #3d3737;
}
.post-desc {
    color: #9f957b;
	margin-bottom: 10px;
}
.post-desc {
    color: #9f957b;
	margin-bottom: 10px;
}
.post-tags span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: var(--base-color6);
	padding: 2px 5px;
	border-radius: 5px;
}
.top-blog__list >li a  i.arrow {
	background: var(--base-color6);
    position: absolute;
    right: 0;
    top: 48%;
}
.top-blog__list >li a  i.arrow:after {
    border-top: solid 2px var(--base-color6);
    border-right: solid 2px var(--base-color6);
}

.t-blog__more {
	margin-top: 160px;
    text-align: right;
}

@media (max-width: 815px) {

	#top-blog {
		border: solid 10px var(--base-color2);
		padding: 60px 0 0;
	}
	.top-blog__list >li {
		clear: both;
	}
	.top-blog__list >li a {
		padding-right: 0;
	}
	.top-blog__list >li a i.arrow {
		position: relative;
		right: 0;
		top: auto;
		margin-top: 20px;
		margin-left: 0;
		float: right;
	}
	.post-tags span {
		font-size: 10px;
		padding: 2px 5px 4px;
	}
	.t-blog__more {
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.top-cmn__more a {
		padding: 20px;
	}

}


/*----------------------
top-example
-------------------------*/
#top-example {
    overflow: hidden;
}
.top-example-header {
    background: var(--base-color2);
    padding: 0 5%;
}
.top-example-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-example-header .contents-catch {
    width: 700px;
    background: #fff;
    padding: 20px 0;
	margin-bottom:0;
}
.top-example-header .contents-catch__title {
	margin-top:20px;
}
.top-example-header__subtitle {
    text-align: center;
    color: var(--base-color4);
    padding: 0 120px;
}
.top-example-header__subtitle p {
    font-size: 12px;
}
.top-example-header__subtitle h3 {
    font-size: 24px;
    font-weight: normal;
    
}
.top-example__in {
	margin-top: 120px;
}
.top-example__in .swiper-container {
	overflow: visible;
}
.top-example__in .swiper-slide {
	padding: 0 10px;
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.top-example__in .swiper-button-next,
.top-example__in .swiper-button-prev {
    color: var(--base-color6);
    width: 108px;
    height: 108px;
    background: #fff;
    border: solid 2px var(--base-color6);
	top: 35%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-example__in .swiper-button-next:hover,
.top-example__in .swiper-button-prev:hover {
    background: var(--base-color6);
    color: var(--base-color1);
}
.top-example__in .swiper-button-next {
	right: -55px;
}
.top-example__in .swiper-button-prev {
	left: -55px;
}
.example-slide-main {
	position: relative;
}
.example-slide-main .t-example-info {
    position: absolute;
	top: 110px;
	left: 110px;
}
.t-example-info__catch span {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    padding: 2px 10px 8px;
    margin-bottom: 15px;
    background: #fff;
}
.t-example-info__title {
	color: #fff;
    font-size: var(--base-fontM22-size);
	margin-top: 20px;
}
.example-slide-main .to-detail {
    background: url(../img/home/example_detail_bg.png);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 180px 0 0 0;
    overflow: hidden;
}
.example-slide-main .to-detail a {
    display: block;
    color: var(--base-color6);
    width: 246px;
    height: 192px;
    padding-top: 90px;
    padding-right: 25px;
}
.example-slide-main .to-detail a i {
	background: var(--base-color6);
}
.example-slide-main .to-detail a i:after {
    border-top: solid 2px var(--base-color6);
    border-right: solid 2px var(--base-color6);
}

.example-slide-sub__list {
	opacity: 0;
	visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.example-slide-sub__list > li {
    width: 33.33333333333333%;
}

.top-example__in .swiper-slide-active {
    filter: grayscale(0);
}
.top-example__in .swiper-slide-active .example-slide-sub__list {
	opacity: 1;
	visibility: visible;
}

.t-example__more {
	text-align: right;
	margin-top: 70px;
    background: var(--base-color2);
}

@media (max-width: 815px) {

	.top-example-header {
		padding: 20px 0;
	}
	.top-example-header .inner {
		display: block;
	}
	.top-example-header .contents-catch {
		padding: 20px 0;
		width: auto;
	}
	.top-example-header__subtitle {
		padding: 20px 0 0;
	}
	.top-example-header__subtitle h3 {
		font-size: 16px;
	}

	.top-example__in {
		margin-top: 60px;
	}
	.example-slide-main .t-example-info {
		top: 30px;
		left: 30px;
	}
	.t-example-info__catch span {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.t-example-info__title {
		margin-top: 10px;
	}
	.top-example__in .swiper-slide {
		padding: 0;
	}
	.top-example__in .swiper-button-next,
	.top-example__in .swiper-button-prev {
		width: 40px;
		height: 40px;
		top: 40%;
	}
	.top-example__in .swiper-button-prev {
		left: -15px;
	}
	.top-example__in .swiper-button-next {
		right: -15px;
	}
	.top-example__in .swiper-button-prev:after,
	.top-example__in .swiper-button-next:after {
		font-size: 20px;
	}
	.example-slide-main .to-detail {
		display:none;
	}
	.t-example__more {
		margin-top: 20px;
		padding: 15px 0;
	}

}


/*----------------------
top-modelhouse
-------------------------*/
.modelhouse-tag {
	margin-top: 0;
	margin-bottom: 30px;
}


@media (max-width: 815px) {


}


/*----------------------
top-event
-------------------------*/
.top-event__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-event__in-box {
    width: 48%;
}
.top-event__in-box h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.top-event__in-box h3 {
	color: var(--base-color2);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 90px;
}
.top-event__in-box .box {
    padding: 100px 50px 30px;
	border: solid 3px var(--base-color5);
	background: #fff;
}
.top-event__list > li:not(:last-child) {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 2px var(--base-color5);
}
.top-event__list >li a {
	color: var(--base-color2);
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.event-thumb {
	width: 48%;
}
.event-info {
	width: 48%;
}
.event-info-category {
}
.event-info-category span {
	display: inline-block;
	font-size: 14px;
	padding: 10px 30px;
	border:solid 3px;
}
.event-info-title {
	margin-top: 20px;
	line-height:2;
}
.top-event__in-box .to-detail {
    margin-top: 50px;
}
.top-event__in-box .to-detail a {
	color: var(--base-color5);
}
.top-event__in-box .to-detail a i {
	background:var(--base-color5);
}
.top-event__in-box .to-detail a i:after {
	border-top: solid 2px var(--base-color5);
    border-right: solid 2px var(--base-color5);
}


@media (max-width: 815px) {

	.top-event__in-box {
		width: 100%;
		margin-bottom: 70px;
	}
	.top-event__in-box h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.top-event__in-box h3 {
		color: var(--base-color2);
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 50px;
	}
	.top-event__in-box .box {
		padding: 50px 15px;
		background: #fff;
	}
	.top-event__list > li:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.event-thumb {
		width: 30%;
	}
	.event-info {
		width: 70%;
		padding-left: 20px;
	}
	.event-info-category span {
		font-size: 10px;
		padding: 2px 10px;
		border: solid 1px;
	}
	.event-info-title {
		margin-top: 5px;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}


}

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

.idx_mainvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 170px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 815px) {
  .idx_mainvisual {
    aspect-ratio: 1/1;
    height: auto;
    justify-content: flex-end;
  }
}
.idx_mainvisual .idx_mainvisual-inner {
  width: 100%;
  height: auto;
  max-width: 1630px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media screen and (max-width: 815px) {
  .idx_mainvisual .idx_mainvisual-inner {
    padding: 16px;
  }
}
.idx_mainvisual .idx_mainvisual-inner .fv_headline span {
  width: fit-content;
  display: block;
  font-size: clamp(14px, 5vw, 48px);
  font-weight: bold;
  line-height: 1;
  background-color: #aea29a;
  color: #ffffff;
  padding: 16px;
}
@media screen and (max-width: 815px) {
  .idx_mainvisual .idx_mainvisual-inner .fv_headline span {
    padding: 8px;
  }
}
.idx_mainvisual .idx_mainvisual-inner .fv_headline span:first-of-type {
  padding: 16px 8px 16px 16px;
}
@media screen and (max-width: 815px) {
  .idx_mainvisual .idx_mainvisual-inner .fv_headline span:first-of-type {
    padding: 8px 4px 8px 8px;
  }
}
.idx_mainvisual .idx_mainvisual-inner .fv_headline span:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 815px) {
  .idx_mainvisual .idx_mainvisual-inner .fv_headline span:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.idx_mainvisual .idx_mainvisual-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx_mainvisual .idx_mainvisual-slide .slick-list {
  width: 100%;
  height: 100%;
}
.idx_mainvisual .idx_mainvisual-slide .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.idx_mainvisual .idx_mainvisual-slide .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
.idx_mainvisual .idx_mainvisual-slide .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idx-slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.idx_philosophy {
  background-color: #FBF8F1;
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 815px) {
  .idx_philosophy {
    padding: 60px 0;
  }
}
.idx_philosophy .idx_philosophy-inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  position: relative;
}
.idx_philosophy .idx_philosophy-inner .philosophy-image01,
.idx_philosophy .idx_philosophy-inner .philosophy-image02,
.idx_philosophy .idx_philosophy-inner .philosophy-image03 {
  position: absolute;
  z-index: -1;
  height: auto;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-inner .philosophy-image01,
  .idx_philosophy .idx_philosophy-inner .philosophy-image02,
  .idx_philosophy .idx_philosophy-inner .philosophy-image03 {
    opacity: 0.6;
  }
}
.idx_philosophy .idx_philosophy-inner .philosophy-image01 {
  top: -30px;
  left: -60px;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-inner .philosophy-image01 {
    width: 33vw;
    top: 100px;
    left: -16px;
    transform: translateY(-50%);
  }
}
.idx_philosophy .idx_philosophy-inner .philosophy-image02 {
  top: 60px;
  right: 0;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-inner .philosophy-image02 {
    width: 28vw;
    top: 120px;
  }
}
.idx_philosophy .idx_philosophy-inner .philosophy-image03 {
  bottom: -30px;
  left: 120px;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-inner .philosophy-image03 {
    width: 28vw;
    bottom: 100px;
    left: -8px;
    transform: translateY(50%);
  }
}
.idx_philosophy .idx_philosophy-headline {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-headline {
    margin-bottom: 80px !important;
  }
}
.idx_philosophy .idx_philosophy-headline h2 {
  font-size: 48px;
  font-weight: 700;
  order: 2;
  color: #424242;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-headline h2 {
    font-size: 24px;
    line-height: 1.75;
  }
}
.idx_philosophy .idx_philosophy-headline p:lang(en) {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  color: #AEC6CF;
  margin-bottom: 16px;
  order: 1;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-headline p:lang(en) {
    font-size: 16px;
  }
}
.idx_philosophy .idx_philosophy-message {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .idx_philosophy-message {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 80px;
  }
}
.idx_philosophy .btn-wrap {
  text-align: center;
}
.idx_philosophy .btn-wrap .btn {
  position: relative;
  display: inline-block;
  padding-block: 1.5em;
  padding-inline: 4em;
  background-color: color-mix(in sRGB, #F4A460 var(--_opacity, 100%), transparent);
  border-radius: calc(infinity * 1px);
  font-size: 16px;
  color: #ffffff;
  transition: all 0.2s;
}
@media screen and (max-width: 815px) {
  .idx_philosophy .btn-wrap .btn {
    font-size: 14px;
  }
}
.idx_philosophy .btn-wrap .btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  display: block;
  content: "";
  width: 30px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.353%22%20height%3D%224.853%22%20fill%3D%22%23FFFFFF%22%20viewBox%3D%220%200%2020.353%204.853%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20class%3D%22cls-1%22%20d%3D%22M20%2C4.5H0v-1H18.793L15.647.354l.707-.707%2C4%2C4L20%2C4Z%22%20transform%3D%22translate(0%200.354)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .idx_philosophy .btn-wrap .btn:hover {
    --_opacity: 80%;
  }
}
.idx_philosophy .btn-wrap .btn:hover::after {
  right: 0.5em;
}