@charset "utf-8";
body {
	background-image: none;
}
body:before {
	content: '';
	position: fixed;
	background-image: url(../img/header_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.page__header {
	height: 100vh;
	max-height: 900px;
}
.page__header .cover::before {
	display: none;
}
.page__header h1 {
	text-transform: uppercase;
	font-size: 50px;
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.overview {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
}
.overview .inner {
	display: block;
	max-width: 1266px;
	padding: 0 30px;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
}
.overview .heading h2 {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}

.overview .exp {
	margin-top: 50px;
}
.overview .exp h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.overview .exp p {
	font-size: 13px;
	color: #fff;
}
.infinite_slider .slick-track .slick-slide:nth-of-type(2n){
	margin: 50px 0px 0;
}
.infinite_slider .slick-slide img {
	padding: 0 20px;
}
.infinite_slider .slick-slide img {
	width: 100%;
}

.bg_wrap {
	position: relative;
}
.bg_wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255,255,255,0) -50%, #2C2C2C 100%);
        opacity: .7;
        mix-blend-mode: multiply;
    
    }

.dreamsauna {
	background-color: #fff;
	padding: 70px 0;
}
.dreamsauna .inner {
	margin: 0 auto;
}
.dreamsauna .heading {
	margin-bottom: 60px;
	max-width: 1266px;
	padding: 0 20px;
	margin: 0 auto 10px;
}
.dreamsauna .heading h2 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.dreamsauna .products_list {
	display: flex;
	flex-wrap: wrap;
	padding-left: calc((100% - 1266px) / 2);
}
.dreamsauna .products_list li {
	/* display: flex; */
	/* margin-bottom: 20px; */
	margin-bottom: 40px;
	padding: 0 20px;
}
.dreamsauna .products_list li .img {
	width: 100%;
	/* order: 1; */
	margin-bottom: 30px;
}
.dreamsauna .products_list li .box {
	width: 100%;
	padding-top: 40px;
	/* padding-left: 30px; */
}
.dreamsauna .products_list li .box .name {
	margin-bottom: 30px;
}
.dreamsauna .products_list li .box .name h3 {
	font-size: 12px;
}
.dreamsauna .products_list li .box .name .en {
	position: relative;
	line-height: 1em;
	margin-bottom: 10px;
}
.dreamsauna .products_list li .box .name .en::before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.dreamsauna .products_list li .box h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.dreamsauna .products_list li .box .txt {
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 20px;
	/* padding-right: 50px; */
}
.dreamsauna .products_list li .box .viewmore {
	margin-top: 20px;
}
.dreamsauna .products_list li .box .viewmore a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 14px 70px 14px 0;
}
.dreamsauna .products_list li .box .viewmore a::after {
	content: '→';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 49px;
	height: 49px;
	background-color: #E0E3E5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.casestudy {
	background-color: #3F4E5D;
}
.casestudy > picture img {
	width: 100%;
}
.casestudy .heading * {
	color: #fff;
}
.casestudy .inner {
	max-width: 1266px;
	padding: 70px 20px;
	margin: 0 auto;
}

.casestudy .heading {
	margin: 0 auto 60px;
}
.casestudy .heading h2 {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.casestudy_list {
	display: flex;
	list-style: none;
	flex-direction: column;
}
.casestudy_list li {
	width: 100%;
}
.casestudy_list li a {
	display: flex;
	aspect-ratio: 374 / 240;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.casestudy_list li a:hover {
	opacity: .8;
}
.casestudy_list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .24;
}
.casestudy_list li a .en {
	position: relative;
	line-height: 1em;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	z-index: 1;
	/* margin-top: 40px; */
}
.casestudy_list li a h3 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	z-index: 1;
	position: relative;
}
.casestudy_list li a .more {
	width: 80px;
	height: 80px;
	margin-top: 15px;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.casestudy_list li.residence a {
	background-color: #fff;
}
.casestudy_list li.residence a {
	background-image: url(../img/residence.jpg);
}
.casestudy_list li.hotel a {
	background-image: url(../img/hotel.jpg);
}
.casestudy_list li.other a {
	background-image: url(../img/other.jpg);
}

.casestudy_list li a:hover .more {
	transition: all .3s;
}
.casestudy_list li a:hover .more {
	transform: scale(1.05);
}
.tylohelo_banner {
	display: none;
}

.flow {
	background-color: #fff;
	padding: 70px 0;
}
.flow .inner {
        max-width: 1266px;
        padding: 0 20px;
        margin: 0 auto;
    
    }
.flow .heading {
	margin: 0 auto 60px;
}
.flow .heading h2 {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.flow .heading p {
	font-size: 13px;
	color: #000;
}
main .tabs {
	margin-bottom: 30px;
}
.tabs_list {
	display: flex;
	gap: 0;
	list-style: none;
}
.tabs_list li {
	width: 50%;
}
.tabs_list li button{
	text-align: center;
	font-size: 14px;
	padding: 15px 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	border-bottom: 2px solid #ccc;
	display: block;
	width: 100%;
	color: #333;
	letter-spacing: 1px;
}
.tabs_list li button.is-active {
	border-bottom: 2px solid #333;
}
.tabs_list li button:hover {
	/* opacity: .7; */
}

.tab_content_item {
	display: none;
}
.tab_content_item.is-show {
	display: block;
	opacity: 1;
	visibility: visible;
}

.flow .flow_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	list-style: none;
}
.flow .flow_list li {
	width: 100%;
}
.flow .flow_list li:nth-child(3n) {
	margin-right: 0;
}
.flow .flow_list li .num {
	font-size: 12px;
	margin-bottom: 10px;
}
.flow .flow_list li h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 2em;
	font-weight: 500;
}
.flow .flow_list li .txt {
	font-size: 13px;
}
.flow .flow_list li .figure {
	margin-top: 20px;
}

.faq {
	/* background-color: #000; */
	backdrop-filter: blur(10px);
}
.faq > picture img {
	width: 100%;
}
.faq .inner {
	max-width: 1266px;
	padding: 70px 20px 70px;
	margin: 0 auto;
}
.faq .heading {
	margin: 0 auto 20px;
}
.faq .heading h2 {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #fff;
}
.faq .heading p {
	font-size: 13px;
	color: #fff;
}

.faq .tabs {
	margin-bottom: 30px;
}
.faq .tabs * {
	color: #fff;
}
.faq .tabs_list {
	flex-direction: column;
}
.faq .tabs_list > li {
	width: 100%;
}
.faq .tabs_list button {
	border-bottom: 2px solid #ffffff69;
	opacity: .5;
}
.faq .tabs_list button.is-active {
	border-bottom: 2px solid #fff;
	opacity: 1;
}

.faq_list {
	list-style: none;
}
.faq_list li {
	background-color: #fff;
	padding: 10px 20px 10px;
	margin-bottom: 10px;
}
.faq_list li .q {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	padding: 10px 0;
	padding-right: 20px;
}
.faq_list li .q:hover {
	opacity: .7;
}
.faq_list li .q::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 1px;
	background-color: #000;
	margin: auto;
}
.faq_list li .q::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 1px;
	background-color: #000;
	margin: auto;
	transform: rotate(90deg);
	transition: all .3s;
}
.faq_list li .q.is-open::after {
	opacity: 0;
}
.faq_list li .answer p {
	font-size: 13px;
}
.faq_list li .answer {
	display: none;
}

.after_support {
	background-color: #3F4E5D;
	padding: 70px 0;
}
.after_support .heading {
	margin: 0 auto 60px;
}
.after_support .heading h2 {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #fff;
}
.after_support .heading p {
	font-size: 13px;
	color: #fff;
}
.after_support .inner {
	max-width: 1266px;
	padding: 0 20px;
	margin: 0 auto;
}

.support_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	list-style: none;
}
.support_list > li {
	width: 100%;
	color: #fff;
	position: relative;
}
.support_list > li:nth-child(3n) {
	margin-right: 0;
}
.support_list > li .num {
	font-size: 22px;
	margin-bottom: 10px;
	color: #3F4E5D;
	width: 49px;
	text-align: center;
	height: 49px;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
.support_list > li .ttl {
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 65px;
}
.support_list > li h3 {
	font-size: 12px;
	padding-left: 65px;
	margin-bottom: 15px;
	margin-top: 3px;
}
.support_list > li .txt {
	font-size: 13px;
}

.downloads {
	background-color: #fff;
	padding: 70px 0;
}
.downloads .heading {
	margin: 0 auto 30px;
}
.downloads .heading h2 {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.downloads .heading p {
	font-size: 13px;
}
.downloads .inner {
        max-width: 1266px;
        padding: 0 20px;
        margin: 0 auto;
    
    }
.downloads h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.download_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	list-style: none;
    margin: 0 auto 40px;
}
.download_list > li {
	width: 100%;
}
.download_list > li a {
	background-color: #E0E3E5;
	font-size: 13px;
	padding: 10px 20px 10px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	position: relative;
}
.download_list > li a::after {
	content: '→';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: auto;
	transform: rotate(90deg);
	color: #333333;
    font-size: 10px;
}
.download_list > li a:hover {
	opacity: .7;
}