<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.tTelework_btn {
	display: block;
	position: relative;
	max-width: 520px;
	line-height: 1.5;
	margin: 64px auto 0;
	padding: 3px 0 7px;
	border: 3px solid #365c48;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 184%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.tTelework_btn ~ .tTelework_btn { margin-top: 20px; }
.d_hover .tTelework_btn:hover {
	opacity: 0.6;
}
.tTelework_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 15px;
	margin: -8px 0 0;
	background: url(../../images/rn/index_ico01.png) center center no-repeat;
	background-size: 20px 15px;
}

.tGuidebook{
	width: 700px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 60px auto 0;
}
.tGuidebook &gt; img{
	margin-right: 20px;
}
.tGuidebook .tTelework_btn{
	width: 420px;
	margin: 0;
}

/* 
------------------------------------------------------------------------------- */
.tLead_body {
	padding: 85px 0 90px;
	background-color: #fff;
}
.tLead_in {
	max-width: 766px;
	margin: 0 auto;
}
.tLead_tit {
	line-height: 1.5;
	margin: 0 0 35px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
	border-bottom: none;
}
.tLead_txt {
	line-height: 2.7;
	margin: 0 0 40px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

/* ステイハウス
------------------------------------------------------------------------------- */
.tStay_body {
	padding: 40px 0 70px;
	background-color: #ced3ce;
}
.tStay_in {
	max-width: 766px;
	margin: 0 auto;
}
.tStay_tit {
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tStay_txt {
	line-height: 1.7;
	margin: 0 0 35px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tStay_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -35px -19px 0;
}
.tStay_list li {
	width: -webkit-calc(33.333% - 38px);
	width: calc(33.333% - 38px);
	margin: 35px 19px 0;
}
.tStay_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .tStay_wrap:hover {
	opacity: 0.6;
}
.tStay_img {
	display: block;
	position: relative;
}
.tStay_img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.tStay_img-ico2::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100px;
	height: 32px;
	background: url(../../images/rn/index_ico10.png) center center no-repeat;
	background-size: 100px 32px;
	z-index: 10;
}
.tStay_caption {
	line-height: 1.5;
	margin: 4px 0 0;
	color: #333;
	font-size: 142%;
	font-weight: 500;
}


/* ワーケーション体験
------------------------------------------------------------------------------- */
.tWorkation_head {
	padding: 57px 0 52px;
	background: url(../images/img_bg01.jpg) center top no-repeat;
	background-size: cover;
}
.tWorkation_head .tWorkation_in{
	width: 800px;
	margin: 0 auto;
}
.tWorkation_tit{
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 280%;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 0px 6px rgba(0, 0, 0, 1);
}

.tWorkation_profile{
	margin-top: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tWorkation_profile .txt{
	width: 320px;
	margin:0 0 0 30px;
	padding: 10px 15px 15px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 7px;
	box-sizing: border-box;
	position: relative;
}
.tWorkation_profile .txt::before{
	content: "";
	width: 28px;
	height: 22px;
	background: url(../images/ico_balloon01.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 12px;
	left: -28px;
}
.tWorkation_profile .txt p{ color: #333; }
.tWorkation_profile .txt em{
	margin-bottom: 5px;
	line-height: 1.4;
	color: #365c48;
	display: inline-block;
}
.tWorkation_profile .txt em span{ font-size: 135%; }

.tWorkation_body{
	width: 950px;
	margin: 0 auto;
	padding: 60px 0 90px;
}
.tWorkation_txt{
	line-height: 1.7;
	margin: 0 0 80px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

.tWorkation_timeline{
	position: relative;
}
.tWorkation_timeline::after{
	content: "";
	width: 2px;
	height: 45px;
	border-left: 2px dotted #365c48;
	position: absolute;
	left: 483px;
	bottom: -45px;
}

.tWorkation_timeline li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.tWorkation_timeline li .txt{
	position: relative;
	z-index: 10;
}
.tWorkation_timeline li.txtL{
	flex-direction: row-reverse;
}
.tWorkation_timeline li.txtR .txt{
	width: 470px;
}
.tWorkation_timeline li.txtR .txt img{
	display: inline-block;
	position: relative;
	z-index: 10;
}
.tWorkation_timeline li.txtR .img{
	width: 480px;
	padding-bottom: 50px;
	text-align: right;
	position: relative;
	right: -20px;
	z-index: 15;
}
.tWorkation_timeline li.txtL .txt{
	width: 490px;
	text-align: right;
}
.tWorkation_timeline li.txtL .img{
	width: 460px;
	padding-left: 55px;
	box-sizing: border-box;
}


.tWorkation_timeline li.txtR .txt::before{
	content: "";
	width: 2px;
	height: 100%;
	border-left: 2px solid #365c48;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
}
.tWorkation_timeline li.txtR .txt p{
	padding: 10px 0 0 35px;
	line-height: 1.7;
	color: #333;
	font-size: 110%;
	font-weight: 400;
}
.tWorkation_timeline li.txtL .txt::before{
	content: "";
	width: 2px;
	height: 100%;
	border-left: 2px solid #365c48;
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1;
}
.tWorkation_timeline li.txtL .txt p{
	padding: 10px 35px 0 0;
	line-height: 1.7;
	color: #333;
	font-size: 110%;
	font-weight: 400;
}


/* リモートワーク体験記
------------------------------------------------------------------------------- */
.tBlog{
	padding: 50px 0 35px;
	background-color: #ced3ce;
}
.tBlog_in {
	max-width: 585px;
	margin: 0 auto;
}
.tBlog_tit {
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tBlog_txt{
	line-height: 1.7;
	margin: 0 0 75px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

.tBlog_in li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 50px;
}
.tBlog_in .tBlog_img{
	width: 120px;
}
.tBlog_in li &gt; div{
	/* width: 200px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tBlog_in li &gt; div div{
	width: 200px;
}

.tBlog_in .tBlog_item{
	min-width: 5em;
	margin: 0 0 10px;
	padding: 0 0 1px 0.5em;
	background-color: #365c48;
	font-size: 134%;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5em;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}
.tBlog_in .tBlog_name{
	font-size: 150%;
	color: #333;
	font-weight: 600;
}
.tBlog_in .tBlog_job{
	color: #333;
}

.tBlog_in .tTelework_btn{
	width: 260px;
	height: 50px;
	margin: 0;
	box-sizing: border-box;
	align-self: flex-end;
}
</pre></body></html>