@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
#container {
	margin-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.fnFade:hover {
	opacity: .6;
}


/* ==

　01. モジュール

=============================================================================== */
#container .fHeading01 {
	margin-bottom: 40px;
	font-size: clamp(29px, calc(21.245px + 0.816vw), 33px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.1em;
	text-align: center;
}
#container .fHeading02 {
	margin-bottom: 20px;
	/*
	font-size: clamp(18px, calc(10.245px + 0.816vw), 22px);
	*/
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.1em;
}
#container .fBtn01 {
	margin-top: 35px;
}
#container .fBtn01 a{
	position: relative;
	max-width: clamp(320px, calc(149.388px + 17.959vw), 408px);
	display: block;
	color: #fff;
	padding: 15px 0;
	border-radius: 45px;
	background-color: #222;
	font-size: clamp(18px, calc(14.122px + 0.408vw), 20px);
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.06em;
}
#container .fBtn01.fBtn01_shohin a{
	background-color: #7F7F7F;
}
#container .fBtn01 a::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow01.svg) no-repeat 0 0;
	background-size: 16px 16px;
	position: absolute;
	top: calc(50% - 7px);
	right: 20px;
}
@media only screen and (max-width: 1100px) {
	#container .fBtn01 a{
		letter-spacing: 0.03em;
	}
}
@media only screen and (max-width: 950px) {
	#container .fBtn01 a{
		letter-spacing: 0.01em;
	}
}



/* ビジュアル
------------------------------------------------------------------------------- */
.fVisual01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 417px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.fVisual01_tit {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 209%;
	font-weight: 500;
	text-shadow: 0 0 10px #aaa;
}


.fLead01 {
	background-color: #F6F4F2;
}
.fLead01 .fLead01_bg {
	background-color: #FFF;
	color: #333;
}
.fLead01_in {
	max-width: 960px;
	margin: 0 auto;
	padding: 65px 20px 60px;
	text-align: center;
}
.fLead01_bg .fLead01_in {
	max-width: 1024px;
	margin: 0 auto;
	padding: 100px 20px;
}
.fLead01_img {
	margin-bottom: 60px;
	text-align: center;
}
.fLead01 .fLead01_list ul{
	max-width: 960px;
	margin: 0 auto;
	font-size: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 80px;
}
.fLead01 .fLead01_list li{
	width: calc((100% - 80px) / 2);
}
.fLead01 .fLead01_list h3 {
	margin-bottom: 20px;
	font-size: clamp(18px, calc(10.245px + 0.816vw), 22px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.1em;
}
.fLead01 .fLead01_list p {
	font-size: clamp(14px, calc(10.122px + 0.408vw), 16px);
	line-height: 1.6;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: left;
}
.fLead01 .fLead01_bg .fLead01_hdTxt {
	margin-bottom: 40px;
	font-size: clamp(23px, calc(15.245px + 0.816vw), 27px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.5em;
}
.fLead01 .fLead01_bg .fLead01_hdTxt em{
	font-weight: 500;
}
.fLead01 .fLead01_bg ul {
	font-size: 100%;
}
.fLead01 .fLead01_bg li {
	margin-bottom: 20px;
	font-size: clamp(16px, calc(8.245px + 0.816vw), 20px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.fLead01 .fLead01_bg li::before {
	content: "";
	width: 20px;
	height: 21px;
	margin-right: 10px;
	background: url(../images/icon_check.png) left top 0.2em no-repeat;
	background-size: 100% auto;
	display: inline-block;
}


/* 事例 */
.fVisit {
	padding: 0 20px;
}
.fVisit_in {
	max-width: 1070px;
	margin: 0 auto;
	padding: 65px 0 70px;
}
.fVisit ul{
	font-size: 100%;
	display: flex;
	gap: 0 40px;
}
.fVisit li{
	width: calc((100% - 80px) / 3);
}
.fVisit li figure{
	margin-bottom: 15px;
}
#container .fVisit li h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	font-size: clamp(17px, calc(11.184px + 0.612vw), 20px);
	text-align: center;
}
.fVisit li h4 {
	margin-bottom: 5px;
	font-size: 135%;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.fVisit li p {
	font-size: 117%;
	line-height: 1.8;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
}


/* 写真＋文字アイテム */
.fItem {
	max-width: 1280px;
	margin: 0 auto 100px;
	display: flex;
	align-items: center;
	gap: 0 40px;
}
.fItem.opReverse {
	flex-direction: row-reverse;
}
.fItem figure {
	width: 54.6875%;
	text-align: right;
}
.fItem figure img {
	width: 100%;
	height: auto;
}
.fItem.opReverse figure {
	text-align: left;
}
.fItem figure.img_h100 img {
	width: auto;
	height: 100%;
}
.fItem .fItem_docs {
	width: calc(45.3125% - 40px);
	padding-right: clamp(20px, calc(-57.551px + 8.163vw), 60px);
	box-sizing: border-box;
}
.fItem.opReverse .fItem_docs {
	padding-left: clamp(20px, calc(-57.551px + 8.163vw), 60px);
	padding-right: 0;
}

#container .fItem h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: clamp(22px, calc(16.184px + 0.612vw), 25px);
	line-height: 1.6;
	font-weight: 700;
	color: #000;
	position: relative;
}
.fItem h3::after {
	content: "";
	display: block;
	position: absolute;
	left: -40px;
	right: 0;
	bottom: 0;
	width: 1000%;
	height: 1px;
	background-color: #9E9E9E;
}
.fItem.opReverse h3::after {
	left: auto;
	right: -40px;
}
.fItem .fItem_docs p {
	font-size: 135%;
	line-height: 1.8;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
}



.fVisual02 img{
	width: 100%;
	height: auto;
}
.fVisual_docs {
	max-width: 980px;
	margin: 0 auto 50px;
	padding: 30px 0 0;
	background-color: #FFF;
	text-align: center;
	position: relative;
	top: -50px;
}
.fVisual_docs .fVisual_tit {
	margin-bottom: 30px;
	font-size: clamp(30px, calc(22.245px + 0.816vw), 34px);
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.fVisual_docs .fVisual_txt {
	font-size: 135%;
	line-height: 2.2;
	color: #000;
	font-weight: 400;
}
@media only screen and (max-width: 1000px) {
	.fVisual_docs {
		margin: 0 20px 80px;
	}
}


/* FAQ */
.fFaq {
	padding: 0 20px;
	border-top: 1px solid #333;
}
.fFaq_in{
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0 30px;
}
.fFaq ul {
	font-size: 100%;
}
.fFaq li {
	margin-bottom: 60px;
}
.fFaq h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-size: clamp(18px, 14.122px + 0.408vw, 20px);
	font-weight: 700;
	color: #333;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
}
.fFaq li p{
	font-size: 135%;
	line-height: 1.8;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#container .fFaq .fBtn01.fBtn01_shohin a{
	margin: 0 auto;
}


/* Relation */
.fRelation {
	padding: 0 20px;
}
.fRelation_in {
	max-width: 1280px;
	margin: 0 auto;
}
.fRelation_block {
	max-width: 1100px;
	background-color: #F5F4F2;
	border-radius: 10px;
	margin: 0 auto;
	padding: 60px 0 80px;
	margin-bottom: 60px;
}
.fRelation_tit {
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}
.fRelation_col {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.fRelation_block .fRelation_col {
	max-width: 840px;
}
.fRelation_btn {
	position: relative;
	width: 408px;
	display: block;
	color: #fff;
	padding: 15px 0;
	border-radius: 31px;
	background-color: #B9B9B9;
	font-size: 20px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.06em;
}
a.fRelation_btn {
	text-decoration: none;
	background-color: #908973;
}
a.fRelation_btn_shohin {
	background-color: #7F7F7F;
}
a.fRelation_btn::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images//icon_arrow01.svg) no-repeat 0 0;
	background-size: 16px 16px;
	position: absolute;
	top: calc(50% - 7px);
	right: 20px;
}
.fRelation_tenji,
.fRelation_catalog {
	position: relative;
	font-size: clamp(1.5rem, 0.4806rem + 1.6901vw, 1.875rem);
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	background-color: #222222;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 55px 3.125%;
	line-height: 1;
	text-decoration: none;
	border-radius: 10px;
	max-width: calc(630px - 80px);
	width: 42.96875%;
}
.fRelation_tenji::after,
.fRelation_catalog::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon_arrow01.svg) no-repeat 0 0;
	background-size: 24px 24px;
	position: absolute;
	top: calc(50% - 10px);
	right: 40px;
}
.fRelation_catalog {
	background-color: #908973;
}
.fRelation_catalog span {
	font-size: clamp(0.875rem, 0.1954rem + 1.1268vw, 1.125rem);
	display: block;
	margin-top: 20px;
}
