@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif CJK JP';
    src: url(/fonts/NotoSerifJP-SemiBold.woff);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(/fonts/PlayfairDisplay-Regular.ttf);
    font-weight: 400;
	font-display: swap;
}

#contents{
	width: 100%;
	padding: 0;
}

.l-main *{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-main{
	width: 100%;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

/* メイン画像 */

.main__img{
	height: 580px;
}

.main__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 自社一貫体制セクション（Figma 2326:2146） */

.reform-intro {
	padding: 150px 0;
	box-sizing: border-box;
}

.reform-intro__panel {
	width: 1140px;
	border-radius: 80px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.reform-intro__panel::before{
	position: absolute;
	content: "";
	background-color:  #F8F8F8;
	width: 1680px;
	height: 681px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	border-radius: 80px;
}

.reform-intro__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.reform-intro__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
	padding: 151px 0 0;
}

.reform-intro__figure {
	margin: 0;
	flex: 0 1 550px;
	max-width: 550px;
}

.reform-intro__photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 550 / 381;
	object-fit: cover;
	border-radius: 16px;
}

.reform-intro__content {
	flex: 1 1 320px;
	max-width: 540px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px 24px;
	color: #333;
	position: relative;
}

.reform-intro__text {
	flex: 1;
	min-width: 0;
}

.reform-intro__title {
	margin: 5px 0 21px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5;
}

.reform-intro__titleLine {
	display: block;
}

.reform-intro__body {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
}

.reform-intro__body p{
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
} 

.reform-intro__decor {
	flex-shrink: 0;
	width: 57px;
	align-self: flex-start;
	position: absolute;
	right: -31px;
	top: -69px;
}

.reform-intro__decor img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* リフォーム施工事例 WORKS（Figma 2326:1191） */

.reform-works {
	position: relative;
	padding: 140px 0 150px;
	box-sizing: border-box;
}

.reform-works__decorLayer {
	position: absolute;
	inset: 0;
	pointer-events: none;
	width: 1140px;
	margin: 0 auto;
}

.reform-works__decor {
	position: absolute;
}

.reform-works__decor img {
	display: block;
	max-width: 100%;
	height: auto;
}

.reform-works__decor--tl {
	top: 64px;
	left: 85px;
}

.reform-works__decor--tr {
	top: 537px;
	right: -123px;
}

.reform-works__decor--bl {
	top: 66.2%;
	left: -174px;
}

.reform-works__decor--mr {
	top: 41.2%;
	right: -88px;
}

.reform-works__decor--bc {
	bottom: 58px;
	left: -59px;
}

.reform-works__inner {
	position: relative;
	z-index: 1;
	width: 1140px;
	margin: 0 auto;
}

.reform-works__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.5;
}

.reform-works__titleJp {
	margin: 0;
	font-size: 36px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.1em;
}

.reform-works__titleEn {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 400;
	color: #55cbcf;
	letter-spacing: 0.1em;
}

.reform-works__rows {
	display: flex;
	flex-direction: column;
	gap: 81px;
}

.reform-works__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.reform-works__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex: 1 1 280px;
	max-width: 555px;
}

.reform-works__visual {
	position: relative;
	width: 100%;
	max-width: 555px;
	border-radius: 16px;
	overflow: hidden;
	line-height: 0;
}

.reform-works__photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 555 / 416;
	object-fit: cover;
}

.reform-works__badge {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 60px;
	padding: 15px 10px;
	box-sizing: border-box;
	font-family: "Noto Serif CJK JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.reform-works__badge--before {
	right: 0;
	color: #55cbcf;
}

.reform-works__badge--after {
	left: 0;
	color: #f56400;
}

.reform-works__caption {
	width: 100%;
	max-width: 519px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}

/* 最新のリフォーム施工事例 NEW WORKS（Figma 2326:1776） */

.reform-newworks {
	background-color: #f8f8f8;
	padding: 142px 0 150px;
	box-sizing: border-box;
}

.reform-newworks__inner {
	width: 1140px;
	margin: 0 auto;
}

.reform-newworks__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px 32px;
	margin-bottom: 42px;
}

.reform-newworks__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1;
	text-align: left;
}

.reform-newworks__titleJp {
	margin: 0;
	font-size: 36px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.1em;
}

.reform-newworks__titleEn {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 400;
	color: #55cbcf;
	letter-spacing: 0.1em;
}

.reform-newworks__more {
	display: inline-flex;
	align-items: center;
	gap: 37px;
	background-color: #fff;
	border: 1px solid #f56400;
	border-radius: 9999px;
	text-decoration: none;
	color: #f56400;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 198px;
	height: 52px;
	margin-bottom: 7px;
	padding-left: 24px;
}

.reform-newworks__more:hover {
	opacity: 0.85;
}

.reform-newworks__moreLabel {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.reform-newworks__moreIcon {
	display: flex;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.reform-newworks__moreIcon img {
	display: block;
	width: 20px;
	height: 20px;
}

.reform-newworks__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.reform-newworks__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 360px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}

.reform-newworks__card:hover .reform-newworks__text {
	text-decoration: underline;
}

.reform-newworks__thumb {
	position: relative;
	width: 100%;
	max-width: 360px;
	line-height: 0;
}

.reform-newworks__visual {
	position: relative;
	width: 360px;
	max-width: 360px;
	height: 240px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.reform-newworks__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reform-newworks__date {
	--reform-newworks-date-bg: #f8f8f8;
	--reform-newworks-date-r: 16px;
	--reform-newworks-date-concave: 20px;
	--reform-newworks-date-shadow: 10px;
	position: absolute;
	top: 0px;
	left: -2px;
	z-index: 2;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #f56400;
	background-color: var(--reform-newworks-date-bg);
	border-radius: var(--reform-newworks-date-r) 0 16px 0;
	white-space: nowrap;
	box-sizing: border-box;
	width: 84px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 日付タグ右上のくぼみ */
.reform-newworks__date::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: var(--reform-newworks-date-concave);
	height: var(--reform-newworks-date-concave);
	border-radius: var(--reform-newworks-date-r) 0 0 0;
	box-shadow: calc(var(--reform-newworks-date-shadow) * -1) calc(var(--reform-newworks-date-shadow) * -1) 0 var(--reform-newworks-date-shadow) var(--reform-newworks-date-bg);
	pointer-events: none;
	z-index: -1;
}

/* 日付タグ左下のくぼみ */
.reform-newworks__date::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: var(--reform-newworks-date-concave);
	height: var(--reform-newworks-date-concave);
	border-radius: var(--reform-newworks-date-r) 0 0 0;
	box-shadow: calc(var(--reform-newworks-date-shadow) * -1) calc(var(--reform-newworks-date-shadow) * -1) 0 var(--reform-newworks-date-shadow) var(--reform-newworks-date-bg);
	pointer-events: none;
	z-index: -1;
}

.reform-newworks__text {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	width: 324px;
	margin: 0 auto;
}

/* お問い合わせ */

.main_contact {
	position: relative;
	height: 506px;
	margin: 0 auto;
	margin-block: 150px;
}
.main_contact .contact_inner{
	position: relative;
	padding: 150px 0;
	z-index: 1;
}
.main_contact .contact_inner::before {
	content: "";
	position: absolute;
	background: url(../images/contact.webp) center / cover no-repeat;
	width: 1680px;
	height: 506px;
	left: -273px;
	top: 0;
	z-index: -1;
}
.contact_inner{
	width: 1140px;
	margin: 0 auto;
}
.title {
	padding-bottom: 50px;
	position: relative;
}
.main_ttl {
	color: #000;
	font-family: "Zen Kaku Gothic New";
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.6px;
	padding-bottom: 15px;
}
#contents .sub_ttl {
	color: #55CBCF;
    text-align: center;
    text-edge: "cap";
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
}
.main_contact_btn_box {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	margin: 6px auto;
}
.main_contact_btn_box::before{
	position: absolute;
	content: "";
	background: url(../images/illustration07.svg) no-repeat center / cover;
	width: 113px;
	height: 130px;
	top: -309px;
	right: 30px;
}
.main_contact_btn_box::after{
	position: absolute;
	content: "";
	background: url(../images/illustration08.svg) no-repeat center / cover;
	width: 100px;
	height: 112px;
	bottom: -168px;
	left: -28px;
}
.main_contact_btn {
	display: flex;
	gap: 15px;
	justify-content: center;
	position: relative;
}
[class*="main_contact_txt--"]{
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	padding-left: 29px
}
.main_contact_txt--satei{
	width: 316px;
    height: 80px;
	border-radius: 9999px;
    background: #F56400;
    box-shadow: 0 0 10px 0 rgba(177, 65, 17, 0.15);
	display: flex;
    justify-content: center;
    align-items: center;
}
.main_contact_txt--satei::before{
	content: "";
	position: absolute;
	background: url(../images/calculator_w.webp) no-repeat center / cover;
	width: 29px;
	height: 29px;
	left: 138px;
}
.main_contact_txt--satei::after{
	content: "";
	position: absolute;
	background: url(../images/r_arrow.webp) no-repeat center / cover;
	width: 20px;
	height: 20px;
    left: 357px;
}
.main_contact_txt--reservation{
	width: 316px;
	height: 80px;
	border-radius: 9999px;
	background: #55CBCF;
	backdrop-filter: blur(2px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 38px;
}
.main_contact_txt--reservation::before{
	content: "";
	position: absolute;
	background: url(../images/mail.icon.webp) no-repeat center / cover;
	width: 29px;
	height: 29px;
	left: 61px;
}
.main_contact_txt--reservation::after{
	content: "";
	position: absolute;
	background: url(../images/arrow_b.webp) no-repeat center / cover;
	width: 20px;
	height: 20px;
	right: 20px;
}
.main_contact_txt--line{
	width: 316px;
    height: 80px;
	border-radius: 9999px;
    background: #06C755;
	backdrop-filter: blur(2px);
	display: flex;
    justify-content: center;
    align-items: center;
}
.main_contact_txt--line::before{
	content: "";
	position: absolute;
	background: url(../images/talk_icon.webp) no-repeat center / cover;
	width: 29px;
	height: 29px;
	left: 64px;
}
.main_contact_txt--line::after{
	content: "";
	position: absolute;
	background: url(../images/arrow_g.webp) no-repeat center / cover;
	width: 20px;
	height: 20px;
	right: 20px;
}
.main_contact .main_ttl{
	color: #FFF;
}
#contents .main_contact .sub_ttl{
	color: #FFF;
}


.main_contact .main_ttl::before{
	content: "";
	position: absolute;
	background: url(../images/contact_deco.webp) center / cover no-repeat;
	width: 113px;
    height: 130px;
    bottom: 172px;
    right: 31px;
}
.main_contact .main_ttl::after{
	content: "";
	position: absolute;
	background: url(../images/contact_deco2.webp) center / cover no-repeat;
	width: 100px;
    height: 112px;
    top: 262px;
    left: -30px;
}
