/******************************************************************
Theme Name:アイリフォーム
******************************************************************/
.works-page {
	padding: 100px 0;
}

.works-page .btn-category {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0 -16px 100px;
}

.works-page .btn-category li {
	width: 25%;
	padding: 0 16px;
	margin-bottom: 20px;
}

.works-page .btn-category li span {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	background: #CABB9F;
	line-height: 60px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.works-page .btn-category li span::after {
	content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
    background: url('img/icon-arrow-r.svg') no-repeat center center / contain;
    transform: rotate(90deg);
}

.works-page .btn-category li span:hover {
	background: #666;
	color: #fff;
}

.works-page .btn-category li.active span {
	background: #666;
	color: #fff;
}

.works-page .list-post {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -48px;
}

.works-page .list-post li {
	width: 50%;
	padding: 0 48px 45px;
}

.works-page .list-post h3 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #222222;
}

.works-page .list-post .info {
	padding: 20px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.works-page .list-post .info time {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-right: 35px;
}

.works-page .list-post .info span {
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	color: #222222;
}

.works-page .list-post .thumb {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}

.works-page .list-post .thumb a {
	display: block;
	overflow: hidden;
}

.works-page .list-post .thumb img {
	width: 100%;
	height: auto;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.works-page .list-post .thumb a:hover img {
	transform: scale(1.2);
}

.works-page .list-post .text-box {
	padding-top: 25px;
}

.works-page .list-post .text-box .main {
	margin-bottom: 40px;
}

.works-page .list-post .text-box span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333333
}

.works-page .list-post .text-box p {
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	margin-bottom: 0;
}

.recruit-page {
	padding: 100px 0;
}

.title-page.recruit::after { 
	content: '';
	width: 35%;
	height: 100%;
	background-image: url("img/head-recruit-text.png");
	background-color: #F8A200;
	background-size: 85% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.recruit-page__list {
	margin-bottom: 70px;
}

.recruit-page h3 {
	font-size: 30px;
	line-height: 40px;
	padding: 12px 0;
	border-bottom: 3px solid #222222;
	margin-bottom: 60px;
	font-weight: 700;
}

.recruit-page .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}

.recruit-page .items:last-child {
	margin-bottom: 0;
}

.recruit-page .labels {
	padding-right: 25px;
	width: 25%;
}

.recruit-page .labels span {
	background: #FBFAF8;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 700;
	padding: 30px;
	text-align: center;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.recruit-page .info {
	background: #FBFAF8;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 700;
	padding: 30px;
	width: 75%;
}

.news-page {
	padding: 100px 0;
}

.news-page__main {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 70px;
}

.news-page__list h3 {
	font-size: 30px;
	line-height: 40px;
	padding: 12px 0;
	border-bottom: 1px solid #222222;
	margin-bottom: 60px;
	font-weight: 700;
}

.news-page__list .main-box {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.news-page__list .items {
	width: 33.33333%;
	padding: 0 15px;
	margin-bottom: 40px;
}

.news-page__list .items a {
	display: block;
}

.news-page__list .items main {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.news-page__list .items .thumb {
	width: 90px;
	margin-right: 25px;
}

.news-page__list .items span {
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
}

.news-page .conts-news {
	padding: 0;
}

.global-navi > ul > li:nth-child(2) {
	margin-left: 4em;
}

.remodeling-page {
	padding: 100px 0;
}

.remodeling-page .list-step {
	margin-bottom: 40px
}

.remodeling-page .list-step .head {
	margin-bottom: 30px;
}

.remodeling-page .list-step .head h3 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	color: #222222;
	border-bottom: 1px solid #222222;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.remodeling-page .list-step .head span {
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	font-weight: 700;
}

.remodeling-page .main-box {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.remodeling-page .main-box .thumb {
	width: 39.25%;
}

.remodeling-page .main-box .thumb img {
	width: 100%;
	height: auto;
}

.remodeling-page .main-box .text-box {
	width: 60.75%;
	padding-left: 30px;
}

.remodeling-page .main-box .text-box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	color: #333333;
}

.greeting-box .text p {
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.greeting-box .text h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.single-works .swiper-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.single-works #slider .main .swiper-slide .img {
	background: none;
	padding: 0;
	height: auto
}

.single-partworks #slider .main .swiper-slide .img {
	width: 100%;
	max-width: 500px;
}

.single-partworks #slider .thumbnail .swiper-slide .img {
	height: auto;
	padding: 0;
}

.single-works #slider .main .swiper-slide .img img {
	width: 100%;
	height: auto;
}

.single-works .works-detail-slider {
	margin-bottom: 0;
}

.case_photos-before {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 50px -5px;
}

.case_photos-before li {
	width: 25%;
	padding: 0 5px;
}

.header .head-tel span {
	display: block;
	font-size: 10px;
	line-height: 20px;
	color: #707070;
	font-weight: 300;
	letter-spacing: -1px;
}

.list-history dt {
	width: 212px;
	height: auto;
	line-height: 48px;
	padding: 0 25px;
	border-radius: 0;
	margin-bottom: 25px;
}

.list-history dd {
	width: calc(100% - 270px);
	height: auto;
	line-height: 48px;
}

body .b-more {
	border-color: #997C47;
	background-color: #997C47;
}

.title-company-home {
	position: relative;
}

.title-company-home .b-more {
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.blog-box .list-home-blog > li {
	width: 100%;
}

.partworks-page.works-page .list-post .thumb {
	height: 656px;
}

.partworks-page.works-page .list-post .thumb figure,
.partworks-page.works-page .list-post .thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

.partworks-page.works-page .list-post .thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.staff-page {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0 0;
}

.staff-page__head {
	margin-bottom: 145px;
	text-align: center;
}

.staff-page__head h3 {
	font-size: 25px;
	line-height: 35px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 75px;
}

.staff-page__head p {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 35px;
	color: #333333;
}

.staff-page__list .list-post {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 97px;
}

.staff-page__list .list-post:last-child {
	margin-bottom: 0;
}

.staff-page__list .list-post .thumb-box {
	width: 66.0833333%;
}

.staff-page__list .list-post .thumb-box img {
	width: 100%;
	height: auto
}

.staff-page__list .list-post .text-box {
	background: rgba(202,187,159,.22);
	padding: 40px 30px;
	position: absolute;
	left: 0;
	top: 35px;
	height: calc(100% - 70px);
}

.staff-page__list .list-post .text-box .head {
	margin-bottom: 20px;
}

.staff-page__list .list-post .text-box .head p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	color: #333333;
}

.staff-page__list .list-post .text-box .head span {
	font-size: 25px;
	line-height: 50px;
}

.staff-page__list .list-post .text-box p {
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 0;
}

.column-box .list-home-blog {
	padding-top: 18px;
}

.column-box .list-home-blog .thumb {
    width: 100%;
    height: 0;
    padding-top: 150%;
    position: relative;
}

.column-box .list-home-blog img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.list-home-blog-blog .thumb {
    width: 100%;
    height: 0;
    padding-top: 68.999%;
    position: relative;
}

.list-home-blog-blog img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.list-home-blog-blog .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.updateList-page {
    margin-top: 50px;
}

.updateList-page__main {
    padding: 10px 0 20px;
    border-top: 1px solid #BAB7B7;
}

.updateList-page__main time {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    color: #333333;
}

.updateList-page__main .thumb-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px 20px;
}

.updateList-page__main .thumb-box figure {
    display: block;
    width: 33.333333%;
    padding: 0 14px;
}

.updateList-page__main .text-box p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #333333;
}

.updateList-page__main .more-box a {
    font-size: 15px;
    line-height: 20px;
}

.home-news .typing {
    color: #000 !important;
}

.aircon-campaign-page {
	padding: 100px 0;
}

.title-page--aircon-campaign-page {
	height: auto;
}

.aircon-campaign-page__read {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
} 

.aircon-campaign-page__price-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 2.777777777777778vw;
	     column-gap: 2.777777777777778vw;
	margin-bottom: 107px;
}

.aircon-campaign-page__price-origin {
	margin-top: 50px;
	width: 19.86111111111111vw;;
	max-width: 286px;
}

.aircon-campaign-page__polygon {
	width: 3.333333333333333vw;
	max-width: 48px;
}

.aircon-campaign-page__price {
	width: 49.09722222222222vw;
	max-width: 707px;
}

.aircon-campaign-page .detail-box {
	display: flex;
	-moz-column-gap: 5%;
	     column-gap: 5%;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 110px;
}

.aircon-campaign-page .detail-box img {
	width: 430px;
	border: 6px solid #465A96;
}

.aircon-campaign-page .detail-box__head {
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: bold;
}

.aircon-campaign-page .detail-box__desc {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 60px;
}

.aircon-campaign-page .detail-box__list dl {
	display: flex;
	-moz-column-gap: 40px;
	     column-gap: 40px;
	font-size: 20px;
	line-height: 1.6em;
}

.aircon-campaign-page .detail-box__list dt {
	width: 100px;
}

.aircon-campaign-page .detail-box__list dd {
	position: relative;
	flex: 1;
}

.aircon-campaign-page .detail-box__list dd::before {
	content: "：";
	position: absolute;
	top: 0;
	left: -20px;
}

.aircon-campaign-page .free-dial {
	width: 100%;
	aspect-ratio: 1722 / 529;
}

.aircon-campaign-page .free-dial__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 5%;
    width: 100%;
    height: auto;
    border: 1px solid #F20000;
}

.aircon-campaign-page .free-dial__inner img {
	max-width: 750px;
	width: 90%;
}

.aircon-campaign-page--form-contena,
.wireless-intercom-campaign--form-contena {
	position: relative;
	background-color: #465A96;
	width: 100%;
	margin-bottom: 100px;
	padding: 9.027777777777778vw 10.41666666666667vw;
}

.aircon-campaign-page--form-contena .form-contena__heading,
.wireless-intercom-campaign--form-contena .form-contena__heading {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
}

.aircon-campaign-page--form-contena .form-wrapp,
.wireless-intercom-campaign--form-contena .form-wrapp {
	padding: 5.555555555555556vw 6.25vw;
	background-color: #E1E3EA;
}

.aircon-campaign-page--form-contena .form-wrapp table,
.wireless-intercom-campaign--form-contena .form-wrapp table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.aircon-campaign-page--form-contena .form-wrapp table th,
.wireless-intercom-campaign--form-contena .form-wrapp table th {
    font-weight: normal;
    width: 25%;
    font-size: 17px;
    color: #1c3479;
    padding-top: 28px;
    position: relative;
}

.aircon-campaign-page--form-contena .form-wrapp table th, 
.aircon-campaign-page--form-contena .form-wrapp table td,
.wireless-intercom-campaign--form-contena .form-wrapp table th, 
.wireless-intercom-campaign--form-contena .form-wrapp table td {
    vertical-align: top;
    padding: 20px 0;
}

.aircon-campaign-page--form-contena .form-wrapp table th .rq,
.wireless-intercom-campaign--form-contena .form-wrapp table th .rq {
    display: inline-block;
    background-color: #6082e5;
    color: #fff;
    line-height: 110%;
    font-size: 12px;
    padding: 5px 15px;
    position: absolute;
    top: 21px;
    right: 4%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.aircon-campaign-page--form-contena .form-wrapp label,
.wireless-intercom-campaign--form-contena .form-wrapp label {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-top: 8px;
}

.aircon-campaign-page--form-contena .form-wrapp label input,
.wireless-intercom-campaign--form-contena .form-wrapp label input {
    display: inline-block !important;
    width: auto;
    margin-top: -0.15em;
    margin-right: 1em;
}

.aircon-campaign-page--form-contena .form-wrapp input,
.aircon-campaign-page--form-contena .form-wrapp textarea,
.wireless-intercom-campaign--form-contena .form-wrapp input,
.wireless-intercom-campaign--form-contena .form-wrapp textarea {
    font-size: 16px;
    line-height: 160%;
    padding: 8px 2%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid #cbcbcb 1px;
    background-color: #fff;
    width: 96%;
}

.aircon-campaign-page--form-contena .form-wrapp p,
.wireless-intercom-campaign--form-contena .form-wrapp p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 140%;
}

.aircon-campaign-page--form-contena .submit-wrapp,
.wireless-intercom-campaign--form-contena .submit-wrapp {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.aircon-campaign-page--form-contena .submit-wrapp .submit-btn input[type="submit"],
.wireless-intercom-campaign--form-contena .submit-wrapp .submit-btn input[type="submit"] {
    border: none;
    display: inline-block !important;
    width: auto;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #2a4596;
    -webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
    min-width: 400px;
}

.aircon-campaign-page--form-contena .polygon-white,
.wireless-intercom-campaign--form-contena .polygon-blue {
	width: 54px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* キャンペーンページLPバージョン２（2024年10月作成） */
.aircon-campaign02-page .sp-display {
	display: none;
}

.aircon-campaign02-page{
	margin-top: calc((325 / 4403) * 100vw);
	margin-bottom: 35px;
	font-family:  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.aircon-campaign02-page .contents_wrap {
	max-width: none;
    width: calc((3864 / 4403) * 100vw);
    margin: 0 auto;
}

.aircon-campaign02-page__read {
	position: relative;
    padding: 13vw 15vw 2vw 30vw;
	margin-bottom: 30px;
	overflow: hidden;
}

.aircon-campaign02-page__read p {
	padding: 1.5em 3em 1.5em 1.7em;
    max-width: 590px;
    margin-left: auto;
    font-size: 16px;
    line-height: calc(104 / 48);
    letter-spacing: calc(100em / 1000);
    border: 1px solid #3B699F;
	font-weight: 700;
}

.aircon-campaign02-page__read figure {
	position: absolute;
}

.aircon-campaign02-page__read .hukidashi {
	width: calc((2275 / 4403) * 100vw);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.aircon-campaign02-page__read .light {
	max-width: 500px;
	width: calc((1230 / 4403) * 100vw);
	left: 0;
	top: calc((100 / 4403) * 100vw);
}

.aircon-campaign02-page__read .human {
	width: calc((1026 / 4403) * 100vw);
	z-index: 20;
	right: 0;
	top: calc((250 / 4403) * 100vw);
}

.aircon-campaign02-page__read p .caution {
	border-bottom: 1px solid #4251A1;
}

.aircon-campaign02-page__illust {
	margin-bottom: 60px;
}

.aircon-campaign02-page__detail {
	text-align: center;
}

.aircon-campaign02-page__detail .logo-txt {
	margin: 0 auto 2em auto;
    width: 180px;
    display: flex;
    -moz-column-gap: 0.3em;
         column-gap: 0.3em;
    align-items: center;
}

.aircon-campaign02-page__detail .logo-txt span {
    font-weight: 700;
	font-size: clamp(14px, 1.8vw, 24px);
}

.aircon-campaign02-page__detail .read {
    position: relative;
    z-index: 20;
    margin: 0 auto 35px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	color: #175A9A;
    font-size: 40px;
	font-weight: 700;
	letter-spacing: calc(86em / 1000);
    background-color: white;
}

.aircon-campaign02-page__detail .sub-read {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 800;
}

.aircon-campaign02-page__detail .sub-read .accent {
	margin: 0 0.14em 0 0.1em;
	font-size: 180%;
    color: #D94F97;
	position: relative;
	top: 0.1em;
}

.aircon-campaign02-page__detail .txt-contena {
    max-width: 1024px;
    padding-top: 45px;
	padding-bottom: 10px;
	margin: -50px auto 0 auto;
	border: 1px solid #D94F97;
}

.aircon-campaign02-page__detail .description {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: 500;
    letter-spacing: 0.05em;
}

.aircon-campaign02-page__detail .caution01,
.aircon-campaign02-page__detail .caution02,
.aircon-campaign02-page__detail .rule-items {
	font-size: 14px;
	font-weight: 500;
}

.aircon-campaign02-page__detail .caution01 {
	color: #EA512F;
	margin-bottom: 25px;
}

.aircon-campaign02-page__detail .caution02 {
	color: #8C8C8C;
}

.aircon-campaign02-page__detail .rule-items {
	margin-bottom: 25px;
	display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
	justify-content: center;
}

.aircon-campaign02-page__detail .rule-items dl {
	display: flex;
	-moz-column-gap: 15px;
	     column-gap: 15px;
	align-items: center;
	justify-content: center;
}

.aircon-campaign02-page__detail .rule-items dt {
    color: white;
    padding: 8px 0;
    width: 120px;
    background-color: #878787;
}

.wireless-intercom-campaign {
	background-color: #83B4DF;

	.color {
		color: #FFFB1A;
	}
	.lead-section{
		margin-top: 45px;
		padding-bottom: 104px;
		position: relative;
		overflow: hidden;

		.lead-txt {
			margin-left: calc((104 / 1440) * 100vw);
			text-align: left;
			color: #fff;
			font-size: clamp(20px, calc((36 / 1440) * 100vw), 36px);
			line-height: 1.94;
			font-weight: bold;
			letter-spacing: 0.05em;
			-webkit-text-decoration: underline #fff solid 3px;
			        text-decoration: underline #fff solid 3px;
			text-underline-offset: 0.3em;
		}
		.detaila-txt-contena {
			margin-top: -30px;
			display: flex;
			align-items: center;
			justify-content: center;
			min-width: 400px;
			width: calc((609 / 1440) * 100vw);
			aspect-ratio: 1/1;
			margin-inline: auto;
			border-radius: 9999px;
			background-color: #fff;

			.detail-txt {
				text-align: center;
				color: #000;
				font-size: clamp(14px, calc((20 / 1440) * 100vw), 20px);
				line-height: 1.94;
				letter-spacing: 0;
			}
		}
		.illust {
			position: absolute;

			&.illust01 {
				width: calc((467 / 1440) * 100vw);
				top: 57px;
				right: calc((27 / 1440) * 100vw);
			}
			&.illust02 {
				width: calc((391 / 1440) * 100vw);
				top: 414px;
				left: calc((78 / 1440) * 100vw);
			}
			&.illust03 {
				width: calc((546 / 1440) * 100vw);
				bottom: -44px;
				right: calc((60 / 1440) * 100vw);
			}
		}
	}
	.interval-section {
		width: 100%;

		img {
			width: 100%;
			aspect-ratio: 1440 / 299;
			-o-object-fit: cover;
			   object-fit: cover;
		}
	}
	.desc-section {
		margin-top: max(80px, calc((136 / 1440) * 100vw));
		margin-inline: 10%;

		.flex {
			display: flex;
			align-items: center;
			justify-content: center;
			-moz-column-gap: clamp(20px, calc((74 / 1440) * 100vw), 74px);
			     column-gap: clamp(20px, calc((74 / 1440) * 100vw), 74px);

			.image {
				width: 100%;
				max-width: 616px;
				min-width: 300px;
			}
			.txt-contena {
				.lead {
					color: #fff;
					font-size: clamp(20px, calc((36 / 1440) * 100vw), 36px);
					line-height: 1.94;
					font-weight: bold;
					letter-spacing: 0.05em;
				}
				.detail {
					margin-top: 15px;
					color: #fff;
					font-size: 15px;
					line-height: 2.67;
					letter-spacing: 0.05em;
				}
			}
		}
	}
	.campaign-detail-section {
		margin-top: 90px;
		padding-inline: 5%;

		.title {
			text-align: center;

			.image {
				width: 40%;
				max-width: 512px;
				margin-inline: auto;
			}
			.txt {
				margin-top: 10px;
				margin-inline: auto;
				color: #fff;
				font-size: clamp(16px, calc((36 / 1440) * 100vw), 36px);
				font-weight: bold;
				line-height: 1.94;
				letter-spacing: 0.05em;
				position: relative;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;

				&::after {
					content: "";
					width: 90%;
					height: 1px;
					border-top: 3px solid #fff;
					position: absolute;
					left: 50%;
					bottom: 0;
					translate: -50% 0;
				}
			}
		}
		.detail {
			margin-top: 28px;
			margin-inline: auto;
			padding: 25px 142px 25px 71px;
			color: #000;
			font-size: clamp(14px, calc((20 / 1440) * 100vw), 20px);
			line-height: 1.94;
			max-width: 1061px;
			border-radius: 46px;
			background-color: #fff;
		}
	}
	.contact-form  {
		margin-top: 64px;

		.lead {
			color: #fff;
			font-size: clamp(20px, calc((36 / 1440) * 100vw), 36px);
			font-weight: bold;
			line-height: 1.94;
			letter-spacing: 0.05em;
			text-align: center;

			span {
				font-weight: 300;
				font-size: 1.5em;
			}
		}
	}
}


@media (max-width: 1180px) {
	.staff-page__list .list-post .text-box {
		height: auto;
		top: 0;
	}
}

@media (max-width: 1024px) {
	.aircon-campaign-page__read {
		font-size: clamp(24px, 6vw, 48px);
		margin-bottom: 30px;
	} 
	.aircon-campaign-page__price-flex {
		margin-bottom: 70px;
        flex-direction: column;
        row-gap: 30px;
	}	
	.aircon-campaign-page__price-origin {
		margin-top: 40px;
		width: auto;
	}	
	.aircon-campaign-page__polygon {
		transform: rotate(90deg);
		width: auto;
	}
	.aircon-campaign-page__price {
		width: auto;
	}
	.aircon-campaign-page .detail-box {
		flex-direction: column;
		row-gap: 60px;
		margin-bottom: 80px;
	}
	.aircon-campaign-page .detail-box img {
		width: 100%;
	}
	
	.aircon-campaign-page .detail-box__head {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.aircon-campaign-page .detail-box__desc {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.aircon-campaign-page .detail-box__list dl {
		font-size: 18px;
	}
	.aircon-campaign-page--form-contena,
	.wireless-intercom-campaign--form-contena {
		padding: 10% 5%;
	}
    .aircon-campaign-page--form-contena .form-wrapp,
    .wireless-intercom-campaign--form-contena .form-wrapp {
        margin-top: 40px;
    }
	.aircon-campaign-page--form-contena .form-contena__heading,
	.wireless-intercom-campaign--form-contena .form-contena__heading {
		font-size: 24px;
		margin-bottom: 0;
	}
	.wireless-intercom-campaign--form-contena .polygon-blue {
		width: 30px;
	}
	.aircon-campaign-page--form-contena .form-wrapp table,
	.wireless-intercom-campaign--form-contena .form-wrapp table {
        text-align: left;
        width: 100%;
        border-collapse: collapse;
    }
	.aircon-campaign-page--form-contena .form-wrapp table, 
	.aircon-campaign-page--form-contena .form-wrapp table tbody, 
	.aircon-campaign-page--form-contena .form-wrapp table tr, 
	.aircon-campaign-page--form-contena .form-wrapp table th, 
	.aircon-campaign-page--form-contena .form-wrapp table td,
	.wireless-intercom-campaign--form-contena .form-wrapp table, 
	.wireless-intercom-campaign--form-contena .form-wrapp table tbody, 
	.wireless-intercom-campaign--form-contena .form-wrapp table tr, 
	.wireless-intercom-campaign--form-contena .form-wrapp table th, 
	.wireless-intercom-campaign--form-contena .form-wrapp table td {
        display: block;
    }

	.aircon-campaign-page--form-contena .form-wrapp table th, 
	.aircon-campaign-page--form-contena .form-wrapp table td,
	.wireless-intercom-campaign--form-contena .form-wrapp table th, 
	.wireless-intercom-campaign--form-contena .form-wrapp table td {
        vertical-align: top;
        padding: 15px 0;
    }

    .aircon-campaign-page--form-contena .form-wrapp table th,
    .wireless-intercom-campaign--form-contena .form-wrapp table th {
        font-weight: normal;
        width: auto;
        padding-bottom: 10px;
        font-size: 15px;
        padding-top: 15px;
        position: relative;
        border-bottom: solid #bbb 1px;
    }

	.aircon-campaign-page--form-contena .form-wrapp table th .rq,
	.wireless-intercom-campaign--form-contena .form-wrapp table th .rq {
        display: inline-block;
        line-height: 110%;
        font-size: 11px;
        padding: 5px 15px;
        position: absolute;
        top: 15px;
        right: 0px;
    }

	.aircon-campaign-page--form-contena .form-wrapp input, 
	.aircon-campaign-page--form-contena .form-wrapp textarea,
	.wireless-intercom-campaign--form-contenaa .form-wrapp input, 
	.wireless-intercom-campaign--form-contena .form-wrapp textarea {
        font-size: 15px;
        line-height: 160%;
        padding: 4px 2%;
    }

	.aircon-campaign-page--form-contena .submit-wrapp .submit-btn input[type="submit"],
	.wireless-intercom-campaign--form-contena .submit-wrapp .submit-btn input[type="submit"] {
		min-width: 280px;
	}
}

@media (min-width: 1001px) {
	body {
		padding-top: 130px;
	}
	.header {
		position: fixed;
	    width: 100%;
	    background: #fff;
	    z-index: 999;
	    left: 0;
	    top: 0;
	}
	.global-navi {
		padding-top: 10px;
	}
	nav ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.global-navi > ul > li {
		width: 100%;
		margin: 0 !important;
		padding: 0 10px;
	}

	.global-navi > ul > li a {
		text-align: center;
		line-height: 15px;
	}

	.global-navi > ul > li a img {
		margin-bottom: 5px;
	}
	
	.global-navi > ul > li:nth-child(8) a,
	.global-navi > ul > li:nth-child(5) a {
		white-space: nowrap;
	}
}

@media (max-width: 991px) {
	.works-page .btn-category li {
		width: 33.3333333%;
	}

	.works-page .list-post {
		margin: 0 -15px;
	}
	.works-page .list-post li {
	    padding: 0 15px 30px;
	}
	.news-page__list .items {
		width: 50%;
	}
	.staff-page__list .list-post {
		display: block;
	}
	.staff-page__list .list-post .thumb-box {
		width: 100%;
	}
	.staff-page__list .list-post .text-box {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.aircon-campaign02-page__detail .read {
		font-size: 34px;
	}
	.aircon-campaign02-page__detail .logo-txt {
		margin: 0 auto 1.5em auto;
		width: 160px;
	}
	.aircon-campaign02-page__detail .rule-items {
		flex-direction: column;
		row-gap: 10px;
	}
	.aircon-campaign02-page__detail .rule-items dd {
		width: 120px;
	}
}

@media (max-width: 767.98px) {
	.news-page,
	.recruit-page,
	.works-page {
		padding: 40px 0;
	}
	
	.works-page .btn-category {
		margin: 0 -5px 40px;
	}

	.works-page .btn-category li {
		width: 50%;
		padding: 0 5px;
	}

	.works-page .btn-category li span {
		font-size: 12px;
		padding-left: 15px;
		line-height: 40px;
	}
	
	.works-page .btn-category li span::after {
		width: 12px;
		height: 12px;
		right: 5px;
	}

	.works-page .list-post {
		display: block;
		margin: 0;
	}
	
	.works-page .list-post li {
		width: 100%;
		padding: 0 0 30px;
	}
	
	.works-page .list-post h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.recruit-page h3 {
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.recruit-page .items {
		display: block;
		margin-bottom: 40px;
	}
	
	.recruit-page .labels {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	
	.recruit-page .labels span {
		text-align: left;
		display: block;
		padding: 15px;
		font-size: 14px;
	}
	
	.recruit-page .info {
		width: 100%;
		padding: 15px;
		font-size: 14px;
	}
	
	.news-page__list .main-box {
		display: block;
		margin: 0;
	}
	
	.news-page__list .items {
		width: 100%;
		padding: 0;
	}
	
	.news-page__list h3 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.remodeling-page .list-step .head h3 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.remodeling-page .list-step .head span {
		font-size: 16px;
		line-height: 26px;
	}
	
	.remodeling-page .main-box {
		display: block;
	}
	
	.remodeling-page .main-box .thumb {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.remodeling-page .main-box .text-box {
		width: 100%;
		padding: 0;
	}
	
	.remodeling-page .main-box .text-box p {
		font-size: 14px;
		line-height: 24px;
	}
	.case_photos-before li {
		width: 50%;
		margin-bottom: 10px;
	}
	
	.list-history dt {
		width: 100%;
	}
	
	.list-history dd {
		width: 100%;
		line-height: 30px;
	}
	
	.title-company-home .b-more {
		position: relative;
		margin: 20px auto 40px;
	}
	
	.partworks-page.works-page .list-post .thumb {
		height: auto;
	}
	
	.staff-page__list .list-post {
		margin-bottom: 40px;
	}
	
	.staff-page__list .list-post .text-box {
		padding: 20px;
	}
	
	.staff-page__list .list-post .text-box .head p {
		font-size: 16px;
		line-height: 30px;
	}
	.staff-page__list .list-post .text-box .head span {
		font-size: 18px;
		line-height: 30px;
	}
	.staff-page__list .list-post .text-box p {
		font-size: 12px;
		line-height: 30px;
	}
	
	.staff-page__list .list-post .text-box p br {
		display: none;
	}
	
	.staff-page__list .list-post .text-box .head p br {
		display: block;
	}
    .updateList-page__main .thumb-box figure {
		width: 100%;
	}
	.aircon-campaign02-page__detail .logo-txt {
        margin: 0 auto 0.7em auto;
        width: 120px;
    }
	.aircon-campaign02-page__detail .logo-txt span {
		font-size: clamp(12px, 1.8vw, 24px);
	}
	.aircon-campaign02-page__read {
		padding: 13vw 15vw 0 26vw;
	}
	.aircon-campaign02-page__read p {
		font-size: 14px;
	}
	.aircon-campaign02-page__detail .read {
		font-size: 22px;
	}

	.wireless-intercom-campaign {
		.lead-section{
			margin-top: 30px;
			padding-bottom: 144px;
	
			.lead-txt {
				margin-inline: 4%;
				font-size: clamp(15px, calc((24 / 752) * 100vw), 24px);
			}
			.detaila-txt-contena {
				margin-top: 80px;
                min-width: 340px;
			}
			.illust {
				&.illust01 {
					width: 36%;
					min-width: 172px;
                    top: 70px;
				}
				&.illust02 {
					width: 30%;
					min-width: 144px;
                    top: 458px;
				}
				&.illust03 {
					width: 40%;
					min-width: 192px;
                    bottom: -23px;
					right: calc((-20 /762) * 100vw);
				}
			}
		}
		.desc-section {
			.flex {
				flex-direction: column;
                row-gap: 30px;

				.image {
					min-width: auto;
				}
			}
		}
		.campaign-detail-section {
			margin-top: 60px;
	
			.title {
				.image {
					width: 80%;
				}
				.txt {
					margin-top: 10px;
				}
			}
			.detail {
				margin-top: 28px;
                padding: 25px 30px;
				border-radius: 36px;
			}
		}
		.contact-form  {
			margin-top: 50px;
		}
	}
}

@media (max-width: 480px) {
	.aircon-campaign-page {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.aircon-campaign-page__read {
        margin-bottom: 0px;
    }
	.aircon-campaign-page .detail-box {
		margin-bottom: 60px;
	}
	.aircon-campaign-page .detail-box__head {
		font-size: 22px;
	}
	.aircon-campaign-page .detail-box__desc {
		font-size: 16px;
	}
	.aircon-campaign-page .detail-box__list dl {
		font-size: 16px;
	}	
	.aircon-campaign-page .detail-box__list dt {
		width: 70px;
	}
	.aircon-campaign-page__price-origin {
		width: auto;
		max-width: 200px;
		margin-top: 40px;
	}	
	.aircon-campaign-page .free-dial {
		margin-bottom: 60px;
	}
	.aircon-campaign-page .free-dial__inner img {
		width: 100%;
	}
	.aircon-campaign-page--form-contena .polygon-white {
		width: 30px;
	}
	.aircon-campaign02-page {
		margin-top: 4vw;
	}
	.aircon-campaign02-page .sp-display {
		display: block;
	}
	.aircon-campaign02-page__read {
        padding: 20vw 10vw 0 20vw;
    }
	.aircon-campaign02-page__read p {
        font-size: 12px;
    }
	.aircon-campaign02-page__read .light {
		width: 28%;
        top: 14vw;
	}
	.aircon-campaign02-page__read .hukidashi {
		width: 90%;
	}
	.aircon-campaign02-page__read .human {
		width: 40%;
		right: -10vw;
		top: 12vw;
	}
	.aircon-campaign02-page__illust {
		margin-bottom: 40px;
	}
	.aircon-campaign02-page__detail .logo-txt {
		margin: 0 auto 0.5em auto;
		width: 120px;
	}
	.aircon-campaign02-page__detail .txt-contena {
		padding-top: 55px;
		margin: -63px auto 0 auto;
	}
	.aircon-campaign02-page__detail .read {
        font-size: 18px;
		padding: 0 0.5em;
    }
	.aircon-campaign02-page__detail .sub-read {
		font-size: 16px;
		margin-bottom: 2em;
	}
	.aircon-campaign02-page__detail .caution01 {
		margin-bottom: 2em;
	}
	.aircon-campaign02-page__detail .rule-items {
		margin-bottom: 2em;
	}
	.aircon-campaign02-page__detail .description {
		font-size: 12px;
	}
	
	.aircon-campaign02-page__detail .caution01,
	.aircon-campaign02-page__detail .caution02,
	.aircon-campaign02-page__detail .rule-items {
		font-size: 12px;
	}
}