<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("/jutaku/common/css/rn03/fonts2.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&amp;display=swap');
/* ****************************************************************************

　目次

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

　01. モジュール

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

　01. モジュール

=============================================================================== */
#container {
	margin-top: 0;
	padding-bottom: 0;
}
.fnFade:hover {
	opacity: .6;
}
/* 背景
------------------------------------------------------------------------------- */
.mtVisual01 {
	position: relative;
	background-color: #999;
	color: #fff;
}
.mtVisual01_in {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	height: 418px;
}
.mtVisual01_info {
	display: -webkit-box;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 41.8%;
	padding: 0 50px 40px 0;
	box-sizing: border-box;
}
.mtVisual01_tit {
	line-height: 1.5;
	margin: 0 0 14px;
	font-family: 'Noto Serif JP', serif;
	font-size: 167%;
	font-weight: 400;
	text-align: right;
}
.mtVisual01_txt {
	line-height: 1.6;
	margin: 0 -10px 0 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 400;
	text-align: right;
}
.mtVisual01_bg {
	width: 58.2%;
	height: 100%;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-size: cover;
}
/* 背景
------------------------------------------------------------------------------- */
.mtBg01 {
	background: #fff url(../images/lead_bg01.jpg) center top no-repeat;
	background-size: 100% auto;
}
/* リード
------------------------------------------------------------------------------- */
.mtLead01 {
	padding: 100px 40px 80px;
	color: #000;
	text-align: center;
}
.mtLead01_in {
	max-width: 950px;
	margin: 0 auto;
}
.mtLead01_txt {
	line-height: 2.1875;
	margin: 34px 0 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 134%;
	font-weight: 400;
}
.mtLead01_txt:first-child {
	margin-top: 0;
}
/* アンカー
------------------------------------------------------------------------------- */
.mtAnchor01 {
	padding: 0 40px 80px;
	color: #000;
	text-align: center;
}
.mtAnchor01_in {
	max-width: 750px;
	margin: 0 auto;
}
.mtAnchor01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	font-size: 100%;
}
.mtAnchor01_item {
	width: 32.1%;
	max-width: 241px;
}
.mtAnchor01_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
.mtAnchor01_img {
	display: block;
}
.mtAnchor01_txt {
	line-height: 1.3;
	margin: 18px 0 0;
	font-size: 134%;
	font-weight: 500;
}
.mtAnchor01_txt::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: 15px auto 3px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(135deg);
}
/* ステージ
------------------------------------------------------------------------------- */
.mtBlock01 {
	padding: 0 20px;
}
.mtBlock01_in {
	max-width: 1000px;
	margin: 0 auto;
}


.mtIndent01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.mtBlock02 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 100px auto 0;
}
.mtBlock02-t1 {
	background-color: #f8f3e6;
	color: #796329;
}
.mtBlock02-t2 {
	background-color: #e8f1e9;
	color: #6e7a6f;
}
.mtBlock02-t3 {
	background-color: #edf0f6;
	color: #637089;
}
.mtBlock02_info {
	display: -webkit-box;
	display: flex;
	align-items: flex-end;
	width: 30%;
	padding: 0 3% 25px;
	box-sizing: border-box;
}
.mtBlock02_en {
	line-height: 1.5;
	margin: 0 3px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 250%;
	font-weight: 400;
	letter-spacing: 0.025em;
}
.mtBlock02_tit {
	line-height: 1.4;
	margin: 0 0 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 400;
}
.mtBlock02_txt {
	line-height: 2.1875;
	margin: 0;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
}
.mtBlock02_img {
	width: 70%;
}
.mtLead02 {
	padding: 50px 0;
	color: #000;
	text-align: center;
}
.mtLead02_tit {
	line-height: 1.4;
	margin: 0 0 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 400;
}
.mtLead02_tit span {
	font-size: 64%;
}
.mtLead02_txt {
	line-height: 2.1875;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 134%;
	font-weight: 400;
}

.mtBlock03 {
	position: relative;
	max-width: 841px;
	margin: 0 auto 0;
}
.mtBlock03::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin: -160px 0 0 -160px;
	background-color: #f4f4f4;
}
.mtBlock03_item {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin: 60px 0 0 auto;
	z-index: 1;
}
.mtBlock03_item:first-child {
	margin-top: 0;
}
.mtBlock03_item-reverse {
	flex-direction: row-reverse;
	margin: 60px auto 0 0;
}
.mtBlock03_img {
	width: 59.454%;
	max-width: 500px;
}
.mtBlock03_img img {
	width: 100%;
}
.mtBlock03_info {
	width: 37%;
}
.mtBlock03_tit {
	line-height: 1.5;
	margin: 0 0 10px;
	color: #000;
	font-size: 150%;
	font-weight: 700;
}
.mtBlock03_txt {
	line-height: 2.1875;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
}
.mtBlock03_note {
	line-height: 1.35;
	margin: 8px 0 0;
	font-size: 84%;
	color: #bbb;
	font-weight: 400;
}
.mtBlock04 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	max-width: 840px;
	margin: 0 auto;
}
.mtBlock04-reverse {
	flex-direction: row-reverse;
}
.mtBlock04_img {
	width: 59.524%;
	max-width: 500px;
}
.mtBlock04_info {
	width: 35.714%;
}
.mtBlock04_txt {
	line-height: 2.1875;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
}
.mtBlock04_btn {
	display: block;
	position: relative;
	max-width: 278px;
	line-height: 46px;
	margin: 45px 0 0;
	padding: 0 0 2px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 117%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.mtBlock04_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}
.mtBlock05 {
	max-width: 920px;
	margin: 100px auto 60px;
}
.mtBlock05_tit {
	line-height: 1.6;
	margin: 0 0 52px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
.mtBlock05_txt {
	line-height: 2.1875;
	margin: 0;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.mtBlock05_note {
	line-height: 1.5;
	margin: 18px 0 0;
	color: #bbb;
	font-size: 84%;
	font-weight: 400;
	text-align: center;
}
.mtBlock05_img {
	max-width: 710px;
	margin: 55px auto 0;
}
.mtBlock05_btn {
	display: block;
	position: relative;
	max-width: 288px;
	line-height: 46px;
	margin: 60px auto 0;
	padding: 0 0 2px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 117%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.mtBlock05_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}
.mtBlock06 {
	max-width: 700px;
	margin: 0 auto 100px;
}
.mtBlock06 {
	max-width: 749px;
	margin: 0 auto 60px;
}
.mtBlock06_img {
	display: block;
}
.mtBlock06_info {
	margin: 45px 0 0;
}
.mtBlock06_txt {
	line-height: 2.1875;
	margin: 0;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
}
.mtBlock07 {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 80px 60px;
	background-color: #edf0f6;
	box-sizing: border-box;
}
.mtBlock07_tit {
	line-height: 1;
	margin: 0 0 33px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.mtBlock07_txt {
	line-height: 2.1875;
	margin: 0;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.mtBlock07_img1 {
	display: block;
	margin: 40px 0 0;
}
.mtBlock07_btn {
	display: block;
	position: relative;
	max-width: 188px;
	line-height: 46px;
	margin: 20px auto 0;
	padding: 0 0 2px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 117%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.mtBlock07_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}
.mtBlock07_stit {
	line-height: 2.1875;
	margin: 60px 0 35px;
	color: #000;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.mtBlock07_img2 {
	max-width: 380px;
	margin: 0 auto 0;
}
.mtBlock08 {
	max-width: 920px;
	margin: 60px auto 0;
	padding: 60px 40px 70px;
	background-color: #f8f3e6;
	box-sizing: border-box;
}
.mtBlock08_tit {
	line-height: 1;
	margin: 0 0 33px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.mtBlock08_stit {
	line-height: 2.1875;
	margin: 0 0 55px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.mtBlock08_caption {
	line-height: 2.1875;
	margin: 23px 0 8px;
	color: #000;
	font-size: 134%;
	font-weight: 700;
}
.mtBlock08_txt {
	line-height: 1.6875;
	margin: 0;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
}
.mtBlock08_img {
	margin: 55px 0 0;
}
.mtBlock09 {
	max-width: 920px;
	margin: 60px auto 0;
	padding: 60px 40px 60px;
	background-color: #e8f1e9;
	box-sizing: border-box;
}
.mtBlock09_tit {
	line-height: 1;
	margin: 0 0 33px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.mtBlock09_stit {
	line-height: 2.1875;
	margin: 0 0 55px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.mtBlock09_txt {
	line-height: 2.1875;
	margin: 15px 0 0;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
}
.mtBlock09_img {
	margin: 55px 0 0;
}
.mtBlock09_img2 {
	display: block;
	text-align: center;
}
.mtBlock09_btn {
	display: block;
	position: relative;
	max-width: 188px;
	line-height: 46px;
	margin: 15px auto 0;
	padding: 0 0 2px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 117%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.mtBlock09_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}
.mtBlock09_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
.mtBlock09_item {
	width: 410px;
}
.mtHeading01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	min-height: 160px;
	margin: 60px 0 20px;
}
.mtHeading01_box {
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
.mtHeading01_box::before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	box-sizing: border-box;
}
.mtHeading01_sub {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	left: 19px;
	width: 140px;
	height: 140px;
	line-height: 1;
	z-index: 1;
	text-align: center;
}
.mtHeading01-t1 .mtHeading01_box::before {
	border: 1px solid #f8f3e6;	
}
.mtHeading01-t1 .mtHeading01_sub {
	background-color: #f8f3e6;
	color: #796329;	
}
.mtHeading01-t2 .mtHeading01_box::before {
	border: 1px solid #e8f1e9;	
}
.mtHeading01-t2 .mtHeading01_sub {
	background-color: #e8f1e9;
	color: #6e7a6f;	
}
.mtHeading01-t3 .mtHeading01_box::before {
	border: 1px solid #edf0f6;	
}
.mtHeading01-t3 .mtHeading01_sub {
	background-color: #edf0f6;
	color: #637089;	
}
.mtHeading01_sub p:nth-child(1) {
	line-height: 1;
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 500;
}
.mtHeading01_sub p:nth-child(2) {
	line-height: 1;
	margin: 0;
	font-size: 209%;
	font-weight: 400;
}
.mtHeading01_tit {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: -webkit-calc(100% - 159px);
	width: calc(100% - 159px);
	line-height: 1.944;
	padding: 10px 0 0 40px;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 167%;
	font-weight: 400;
	box-sizing: border-box;
}</pre></body></html>