@import url('./Glend.css');


:root {
	--ViewWindowWidth: 100vw;
	--ScrollBarWidth: 0px;
}

@media (min-height: 100vh) {
	:root {
		--ViewWindowWidth: calc(100vw - var(--ScrollBarWidth));
	}
}

:root {
	--SpecialPageTopSpacing: calc(var(--headerHeight) + 30px);
}

@media only screen and (max-width:991.98px) {
	:root {
		--SpecialPageTopSpacing: calc(var(--mobileHeaderHeight) + 30px);
	}
}



body#Body [class^='button-'],
body#Body [class*=' button-'] {
	font-size: clamp(0.875rem, 0.5vw + 0.65rem, 1.25rem);
	line-height: 1;
	letter-spacing: 0.05em;
	border-radius: 8px;
	height: 74px;
	padding: 0 clamp(33px, 2.5vw + 15px, 63px);
}


.fixed-element:has(.fixed-eleZIndex-1) {
	z-index: 1;
}

.fixed-eleWidth-100 {
	width: 100%;
}

.fixed-element:has(.fixed-eleWidth-100) {
	width: 100%;
}

a.linkColor-currentAccent:not(:hover) {
	color: currentColor;
}

a.linkColor-currentAccent:hover {
	color: var(--accent-color);
}

/* header-button2 */
body .header-button2 {
	font-size: clamp(0.875rem, 0.5vw + 0.65rem, 1.25rem);
	line-height: 1;
	border-radius: 8px;
	height: 74px;
	padding: 0 clamp(33px, 2.5vw + 15px, 63px);
}


/* Futusol-HeaderTop-Left */
.floating-nav-sticky.floating-active .floating-display-none .header-top:has(.Futusol-HeaderTop-Left) {
	overflow: visible !important;
}

.Futusol-HeaderTop-Left {
	position: relative;
	z-index: 0;
}

.Futusol-HeaderTop-Left::before {
	content: '';
	position: absolute;
	inset: 0 0 0 auto;
	width: 100vw;
	background-color: #ff8f00;
	z-index: -1;
}


/* custom-pageTitle-01 */
.custom-pageTitle-01 {
	min-height: 350px;
}


/* custom-footerSection-01 */
.custom-footerSection-01 {}



/* custom-infoBox-01 */
.custom-infoBox-01 {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 75px 55px 65px;
	background-color: var(--accent-color);
	border-radius: 20px;
}

.row.row-custom-infoBox-01 {
	row-gap: 30px;
}

.row.row-custom-infoBox-01 .custom-infoBox-01 {
	margin-bottom: 0;
	height: 100%;
}

.custom-infoBox-01>*:not(.pic) {
	color: #fff;
}

.custom-infoBox-01 a:not(:hover) {
	color: #fff;
}

.custom-infoBox-01 a:hover {
	color: #fff;
	text-decoration: solid;
}

.custom-infoBox-01 .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	width: 170px;
	height: 170px;
	padding: 30px;
	background-color: #fff;
	border-radius: 50%;
}

.custom-infoBox-01 .pic img {
	max-width: 100%;
	max-height: 100%;
}

.custom-infoBox-01 .pic .sico {
	font-size: 80px;
	line-height: 1;
}

.custom-infoBox-01 .title {
	margin: 0 0 20px;
	font-size: clamp(1.75rem, 1.2vw + 1.3rem, 2.5rem);
	line-height: 1.2;
}

.custom-infoBox-01 .link {
	margin: 12px 0 0;
	font-size: 1.25rem;
	line-height: 1.4;
	text-transform: uppercase;
}


/* custom-infoBox-02 */
.custom-infoBox-02 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 60px clamp(30px, 2.5vw + 15px, 55px) 50px;
	text-align: center;
	color: #000000;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.row.row-custom-infoBox-02 {
	row-gap: 30px;
}

.row.row-custom-infoBox-02 .custom-infoBox-01 {
	margin-bottom: 0;
	height: 100%;
}

.custom-infoBox-02 .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	width: 118px;
	height: 118px;
	padding: 20px;
	color: #fff;
	background-color: var(--accent-color);
	border-radius: 50%;
}

.custom-infoBox-02 .pic img {
	max-width: 100%;
	max-height: 100%;
}

.custom-infoBox-02 .pic .sico {
	font-size: 60px;
	line-height: 1;
}

.custom-infoBox-02 .title {
	margin: 0 0 20px;
	font-size: clamp(1.5rem, 0.4vw + 1.35rem, 1.75rem);
	line-height: calc(34 / 28);
}


/* custom-infoBox-03 */
.custom-infoBox-03 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 45px clamp(20px, 2vw + 8px, 40px) 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.row.row-custom-infoBox-03 {
	row-gap: 30px;
}

.row.row-custom-infoBox-03 .custom-infoBox-03 {
	margin-bottom: 0;
	height: 100%;
}

.custom-infoBox-03 .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	color: #fff;
}

.custom-infoBox-03 .pic img {
	max-width: 100%;
	max-height: 100%;
}

.custom-infoBox-03 .pic .sico {
	font-size: 60px;
	line-height: 1;
}

.custom-infoBox-03 .title {
	margin: 0 0 20px;
	font-size: clamp(1.375rem, 0.4vw + 1.225rem, 1.625rem);
	line-height: calc(32 / 26);
}


/* custom-infoBox-04 */
.custom-infoBox-04{
	margin-bottom: 30px;
	text-align: center;
}
.row.row-custom-infoBox-04 {
	row-gap: clamp(30px, 3vw + 12px ,60px);
}
.row.row-custom-infoBox-04 .custom-infoBox-04{
	height: 100%;
	margin-bottom: 0;
}
.custom-infoBox-04 .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 22px;
	width: 120px;
	height: 120px;
	background-color: #db9138;
	border-radius: 50%;
	opacity: 1;
	overflow: hidden;
	transition: all 0.3s ease;
}
.custom-infoBox-04 .pic{
	max-width: 100%;
	max-height: 100%;
}
.custom-infoBox-04:hover .pic{
	margin-top: calc( -1 * ( 120px + 22px ) );
	opacity: 0;
}
.custom-infoBox-04 .title{
	margin: 0 0 15px;
	font-size: clamp(1.5rem, 0.4vw + 1.35rem, 1.75rem);
	line-height: calc(34 / 28);
}
.custom-infoBox-04 .contentWrap {
	display: grid;
	grid-template-rows: 0fr;
	min-height: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.custom-infoBox-04:hover .contentWrap {
	opacity: 1;
	grid-template-rows: 1fr;
	min-height: calc( 1 * ( 120px + 22px ) );
}

.custom-infoBox-04 .contentWrap .content {
	overflow: hidden;
}

/* custom-imgBox-01 */
.custom-imgBox-01 {
	position: relative;
	display: inline-flex;
	padding-left: 160px;
	padding-bottom: 60px;
	z-index: 1;
}

.custom-imgBox-01::before {
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	width: 281px;
	max-width: 50%;
	aspect-ratio: 281 / 233;
	mask-image: url('./resource/images/custom-imgBox-01-brush.png');
	background: linear-gradient(315deg, var(--accent-color), var(--accent-color2));
	z-index: -1;
}

.custom-imgBox-01 .item:nth-child(n+3) {
	display: none;
}

.custom-imgBox-01 .item img {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

.custom-imgBox-01 .item:nth-child(1) {
	position: relative;
	text-align: left;
}

.custom-imgBox-01 .item:nth-child(1)::after {
	content: '';
	position: absolute;
	inset: 15px;
	border: 4px solid var(--accent-color);
	border-radius: 50%;
	transform: translate3d(-15%, 0, 0);
}

.custom-imgBox-01 .item:nth-child(2) {
	position: absolute;
	left: 120px;
	bottom: 0;
	width: 45%;
	text-align: left;
	z-index: 1;
}

.custom-imgBox-01 .item:nth-child(2) img {
	box-shadow: 15px -5px 0px 0px var(--accent-color);
}


/* custom-imgBox-02 */
.custom-imgBox-02 {
	position: relative;
	display: inline-flex;
	padding-left: 145px;
	padding-bottom: 60px;
	z-index: 1;
	padding-top: 50px;
}

.custom-imgBox-02::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 30px;
	width: 281px;
	max-width: 50%;
	aspect-ratio: 281 / 233;
	mask-image: url('./resource/images/custom-imgBox-02-brush.png');
	background: linear-gradient(315deg, var(--accent-color), var(--accent-color2));
	z-index: 0;
}

.custom-imgBox-02 .item:nth-child(n+3) {
	display: none;
}

.custom-imgBox-02 .item img {
	object-fit: cover;
}

.custom-imgBox-02 .item:nth-child(1) {
	position: relative;
	text-align: left;
}

.custom-imgBox-02 .item:nth-child(1)::after {
	content: '';
	position: absolute;
	inset: 0 8% 8% 0;
	border: 5px solid var(--accent-color2);
	transform: translate3d(-55px, -55px, 0);
	z-index: -1;
}

.custom-imgBox-02 .item:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42%;
	text-align: left;
	z-index: 1;
}

.custom-imgBox-02 .item:nth-child(2) img {
	box-shadow: 15px -5px 0px 0px var(--accent-color);
	border-radius: 50%;
}


/* custom-iconBox-01 */
.custom-iconBox-01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
	gap: 15px;
}

.custom-iconBox-01 .icon {
	align-self: flex-start;
	position: relative;
	flex: 0 0 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	width: 74px;
	aspect-ratio: 1 / 1;
	max-width: 100%;
	font-size: 34px;
	background-color: var(--accent-color);
	border-radius: 50%;
}

.custom-iconBox-01 .icon::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	transform: scale3d(1, 1, 1);
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.custom-iconBox-01 .icon i {
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
}

.custom-iconBox-01 .content {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.375;
}

.custom-iconBox-01 .content .title {
	margin: 0 0 5px;
	font-size: 1.375rem;
	line-height: calc(30 / 22);
}

.custom-iconBox-01:hover .icon::before {
	transform: scale3d(1.15, 1.15, 1);
	opacity: 1;
}


/* custom-iconBox-02 */
.custom-iconBox-02 {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #000000;
	margin: 0 0 0;
}

.custom-iconBox-02 .icon {
	width: 66px;
	height: 66px;
	font-size: 1.25rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 66px;
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	color: #FFF;
	position: relative;
	z-index: 2;
}

.custom-iconBox-02 .icon::after {
	content: "";
	position: absolute;
	inset: 7.5px;
	border-radius: 50%;
	background-color: var(--accent-color);
	z-index: -1;
}

.custom-iconBox-02 .title {
	margin: 0 0 0;
	color: var(--accent-color);
	font-size: 1.125rem;
	line-height: calc(30 / 18);
	font-style: italic;
}

.custom-iconBox-02 .cont {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: calc(30 / 24);
}

.custom-iconBox-02 .cont p {
	margin-bottom: 0;
}



/* custom-carousel-01 */
.custom-carousel-01 .swiper-wrapper-overflow {
	padding: 30px 0;
	margin: -30px 0;
}

.custom-carousel-01 .swiper-slide {
	position: relative;
}

.custom-carousel-01 .swiper-slide .pic img {
	border-radius: 20px;
}

.custom-carousel-01 .swiper-slide .content {
	position: absolute;
	inset: auto 20px 0px 20px;
	padding: 25px;
	text-align: center;
	background-color: var(--accent-color);
	border-radius: 10px;
	opacity: 0;
	transition: all ease-in 300ms;
}

.custom-carousel-01 .swiper-slide-active .content {
	inset: auto 20px 20px 20px;
	opacity: 1;
}

.custom-carousel-01 .swiper-slide .content .title {
	margin: 0 0 0;
	color: #fff;
	font-size: clamp(18px, 0.6vw + 14.4px, 24px);
	font-weight: normal;
	line-height: 1.25;
}

.custom-carousel-01.swiper-container .swiper-button-next,
.custom-carousel-01.swiper-container .swiper-button-prev {
	width: 50px;
	height: 50px;
	border: 2px solid #FFF;
	border-radius: 50%;
}

.custom-carousel-01.swiper-container .swiper-button-next span,
.custom-carousel-01.swiper-container .swiper-button-prev span {
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-color: #FFF;
	margin: -5px 0 0 -5px;
}

.custom-carousel-01.swiper-container .swiper-button-next {
	right: 5%;
}

.custom-carousel-01.swiper-container .swiper-button-prev {
	left: 5%;
}

.custom-carousel-01.swiper-container .swiper-pagination {
	margin-top: 36px;
}

@media only screen and (max-width: 767px) {}




/* custom-portfolioMasonry-01 */
.custom-portfolioMasonry-01 .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 10;
	padding: 15px;
	opacity: 0;
	transition: all ease-in 300ms;
}

.custom-portfolioMasonry-01 .box:hover .content {
	opacity: 1;
}

.custom-portfolioMasonry-01 .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--accent-color);
	z-index: -1;
	opacity: .8;
}

.custom-portfolioMasonry-01 .full-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}


.custom-portfolioMasonry-01 .plus {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	margin-bottom: 14px;
}

.custom-portfolioMasonry-01 .plus::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	border-bottom: 2px solid currentColor;
}

.custom-portfolioMasonry-01 .plus::before {
	content: "";
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -1px;
	border-left: 2px solid currentColor;
}

.custom-portfolioMasonry-01 .title {
	font-size: 1.5rem;
	color: #FFF;
	margin: 0px 0px 15px;
}

.custom-portfolioMasonry-01 .category {
	font-size: 1rem;
	color: #FFF;
}


.custom-portfolioMasonry-01.isotope-grid .isotope-group {
	margin-bottom: 45px;
}

.custom-portfolioMasonry-01.isotope-grid .isotope-group button:hover:before,
.custom-portfolioMasonry-01.isotope-grid .isotope-group button.active:before {
	content: none;
}

.custom-portfolioMasonry-01.isotope-grid .isotope-group button {
	border: 1px solid #dddddd;
	padding: 9px 20px;
	font-size: 1rem;
	border-radius: 3px;
	margin: 0px 12px 15px;
	transition: all ease-in 300ms;
}

.custom-portfolioMasonry-01.isotope-grid .isotope-group button.active {
	border-color: var(--accent-color);
}

.custom-portfolioMasonry-01.isotope-grid .load-more {
	margin-top: 40px;
	min-width: 235px;
	height: 74px;
	text-align: center;
	font-size: 22px;
	border-radius: 10px;
}