@charset "utf-8";/**********************************************
    PC版 CSS
**********************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
.sp{
	display:none;
}
.roboto {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;

    margin: 0px;
    text-align: center;
    line-height: 180%;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
/**************************************************************
TOP
**************************************************************/
.main-area{
    background-image: url("../image/main.webp");
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}
.main-area img{
    width: 1000px;
    height: auto;
}

.top-works{
    background-color: #1a86ff;
    padding: 80px 0;
}

.slider-area {
  text-align: center;
  color: #fff;
}
.main-tt {
  font-size: 33px;
  margin-bottom: 40px;
}
.main-tt span {
  display: block;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  width: 60px;
  margin: 10px auto 0;
}
.main-tt2 span {
  border-bottom: 2px solid #006cff;
}

.swiper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.swiper-slide {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}
.swiper-slide img {
  max-width: 100%;
  border-radius: 6px;
    height: auto;
}
.card-text {
  margin-top: 15px;
  text-align: left;
}

.card-text h3{
	font-size:18px;
	margin-bottom:10px;
	line-height:170%;
}
.card-text .btn {
  display: inline-block;
  margin-top: 10px;
  background: #e0782c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

/********************************
POINT
*************************/

.point-sec{

}


.point-sec .background {
  background: url("../image/bg.webp") no-repeat center top;
  background-size: cover;
  padding: 50px 20px;
}

.point-sec .container {
  max-width: 900px;
  margin: 0 auto;

  padding: 40px 30px;
  border-radius: 8px;
}

.point-sec h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.6;
    color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.point-sec h1 span {
  background: linear-gradient(transparent 60%, #000 60%);
  padding: 0 4px;
    font-size: 36px;
}

.point-sec .cost-box {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 40px;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto;
  font-family: "Noto Sans JP", sans-serif;
}

.point-sec .cost-left {
  flex-shrink: 0;
}

.point-sec .cost-circle {
  width: 160px;
  height: 160px;
  background: linear-gradient(to bottom, #ff7b29, #e63535);
  border-radius: 50%;
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.point-sec .cost-big {
  font-size: 39px;
  line-height: 1.1;
}

.point-sec .cost-small {
  font-size: 20px;
  line-height: 1.1;
}

.point-sec .cost-right {
  flex: 1;
}

.point-sec .cost-heading {
    font-size: 30px;
    color: #3c82f3;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.point-sec .cost-list {
  margin: 0;
  padding: 0 0 0 1.2em;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}

.point-sec .cost-list {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトのリストマーク消す */
}

.point-sec .cost-list li {
  position: relative;
  padding-left: 28px; /* チェックマーク分の余白 */
  margin-bottom: 5px;
  line-height: 1.5;
}

.point-sec .cost-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #158b87; /* ティールグリーン */
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
}

/**************************************
間取り
*********************************/

.madori{
    padding: 60px 0;

}


.plan-box {
  background: #fff;
  border: 2px solid #2196F3;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.plan-header {
  background: linear-gradient(to right, #2196F3 50%, #fff 50%);
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-weight: 700;
}

.plan-title {
  font-size: 24px;
  color: #fff;
}

.plan-title .num {
  font-size: 48px;
  margin-right: 4px;
    line-height: 120%;
}

.plan-price {
  font-size: 18px;
  color: #000;
}

.plan-price .yen {
  font-size: 58px;
  color: #f57c00;
  font-weight: bold;
}

.plan-subtext {
  background: #2196F3;
  color: #fff;
  font-size: 16px;
  padding: 20px;
}

.plan-body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
}

.plan-info {
    font-size: 16px;
    line-height: 1.6;
    width: 20%;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.plan-image {
  position: relative;
  width: 40%;
  background: #eee;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.plan-image img {
  width: 100%;
  height: auto;
  display: block;
}

.plan-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: #bbb;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.layout-label {
  text-align: center;
}

.zoom-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #000;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}


.catch-wrap {
    width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 5px;
  background: linear-gradient(to bottom, #f47c20, #eb621e);
  padding: 12px 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.catch-line {
  margin: 4px 0;
}

.highlight {
  color: #fff176;
  background: transparent;
  font-weight: 700;
}

.highlight-yellow {
  color: #fff176;
  background: transparent;
  font-weight: 700;
}


/*******************CTA************************************/

.cta{
    background-color: #0083FF;
    padding: 40px;
    text-align: center;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 10px 10px;
}
.banner-box-waku{
  background: #1a86ff;
}
.banner-box {
    width: 900px;
    margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 131, 255, 0.3); /* 青系シャドウ */
}
.banner-box img{
    width: 100%;
    height: auto;
}

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

.headline-banner {
    padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #000;
  gap: 12px;
}

.headline-text {
  text-align: center;
  line-height: 1.5;
}

.headline-text .highlight {
  color: #2196F3;
  font-weight: 900;
  font-size: 50px;
}

.slash {
  font-size: 60px;
  color: #008aff;
  font-weight: 900;
  transform: rotate(15deg);
}

.slash:last-child {
  transform: rotate(-15deg);
}

.logo {
  font-size: 18px;
}
.logo img{
    height: auto;
}

/********建てませんか？************/

.kv-section {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: url('../image/bg2.webp') no-repeat center/cover;
    padding-bottom: 50px;
}

.kv-bg {
    width: 1100px;
    margin: 0 auto;
  display: flex;
  padding: 40px 20px 0 20px;
  align-items: center;
  position: relative;
}

.kv-left {
  flex-shrink: 0;
  margin-right: 40px;
}


.kv-person {
  max-height: 350px;
  width: auto;
}

.kv-right h1 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.kv-right .yellow {
  color: #fff100;
}

.kv-tag {
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 38px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.kv-tag img {
  width: 300px;
  height: auto;
  margin-right: 10px;
}

/* リスト部 */
.kv-list-wrap {
  background: #fff;
  color: #000;
  padding: 30px;
        background: #fff;
    color: #000;
    padding: 30px;
    width: 900px;
    margin: 0 auto;
    border-radius: 5px;

}

.kv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kv-list li {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.kv-list .num {
  background: #4a90e2;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  margin-right: 16px;
}

.kv-list .text span {
  background: linear-gradient(transparent 60%, #fff100 60%);
}



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


.flow-section {

  padding: 80px 20px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.flow-title {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}

.flow-sub {
  color: #000;
  font-size: 14px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
}

.flow-sub::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #2196F3;
  margin: 10px auto 0;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.flow-box {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.step-num {
  color: #f47c20;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
    font-weight: 900;
}

.step-num span {
  font-size: 28px;
  font-weight: bold;
}

.flow-icon {
    background-color: #008AFF;
  color: #fff;
  font-size: 28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  margin: 12px auto;
}
.flow-icon img{
    width: 100%;
    height: auto;
}

.flow-box h3 {
  font-size: 20px;
  color: #f47c20;
  font-weight: bold;
  margin: 12px 0;
}

.flow-box p {
  font-size: 14px;
  line-height: 1.7;
}


/*******************お問い合わせ**************/

.company-section {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 60px 20px;
  color: #000;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 10px,
    #f8f8f8 10px,
    #f8f8f8 20px
  );
}

.company-title,
.contact-title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 6px;
}

.company-sub {
  font-size: 12px;
  color: #333;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.company-sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #f47c20;
  margin: 6px auto 0;
}

.company-logo {
  width: 200px;
  margin: 20px 0;
}

.company-info {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 50px;
    font-weight: 600;
}

.contact-box {
  background: #fff;
  padding: 40px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
  margin-top:45px;
  border-radius:10px;
}

.company-section .cclogo{
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.company-section .cclogo img{
    width: 100%;
    height: auto;
}


.apply-line{
	display:flex;
	padding:20px 0;
	border-bottom:dashed 1px #ccc;
	text-align:left;
}

.apply-line .apply-line-l{
	width:30%;
	font-size:14px;
}
.apply-line .apply-line-r{
	width:70%;
	text-align:left;
}

.hissu{
	font-size:11px;
	color:#c70000;
	margin-left:10px;
}


/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
display: block;
width: 300px;
border: none;
padding:10px;
background-color:#c70000;
color:#fff;
font: 500 16px/1.75 "Noto Sans JP", sans-serif;
border-radius:8px;
	margin-top:30px;
}

/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
opacity: .6;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
}

/* テキストフォームの設定 */
.wpcf7-text{
padding:10px;
width: 400px;
color: #636063;
font: 500 13px/1.75 "Noto Sans JP", sans-serif;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
background-color:#FFFFCC;
}

/* テキストエリアの設定 */
.wpcf7-textarea{
padding:10px;
width: 600px;
height: 100px;
color: #636063;
font: 500 13px/1.75 "Noto Sans JP", sans-serif;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}

.wpcf7-select{
padding:10px;

color: #636063;
font: 500 13px/1.75 "Noto Sans JP", sans-serif;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/***********************Footer********************/

.footer{
    background-color: #000000;
    padding: 15px;
    font-size: 12px;
    color: #fff;
}

/********したからニョキッとバナー************************/

.scroll-banner {
  position: fixed;
  right: 20px;
  bottom: -300px; /* 初期は隠れてる */
  transition: bottom 0.4s ease;
  z-index: 9999;
}

.scroll-banner.show {
  bottom: 20px;
}

.scroll-banner img {
  width: 300px; /* 画像サイズに応じて調整してね */
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}

.denwa-toi{
    background-color: :#fff;
    padding: :25px;
    margin-bottom: 25px;
}
.denwa-toi p{
    font-size: :22px;
    margin-bottom: 10px;
}
.denwa-toi h2{
    font-size:36px;
    font-weight: 800;
}

.jr-thx{
	background-color:#1493ff;
	padding:80px;
}
.jr-thx h2{
	font-size:30px;
	color:#fff;
	margin-bottom:45px;
}
.jr-thx p{
	font-size:15px;
	line-height:190%;
	letter-spacing:0.5px;
	color:#fff;
}
.plan-rei-botan{
	margin:0px 20px 20px 20px;
}
.plan-rei-botan a{
	display:block;
	padding:15px;
	background-color:#ff6600;
	color:#fff;
	font-size:16px;
	line-height:100%;
	border-radius:5px;
}
.plan-rei-botan a:hover{
	background-color:#fc2a00;
}
