@charset "utf-8";



/* *****共通設定***** */


.sample {
	font-size:3.5em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background: linear-gradient( 90deg, #e3d129 0% 30%, #c7b61a 40% 60%, #e8df89 70% 100% );
	-webkit-background-clip: text;
}






.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn26 {
  background-image: linear-gradient(
    to right,
    #25aae1,
    #4481eb,
    #04befe,
    #3f86ed
  );
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}






.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
    
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
  
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #fff;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
















.cp_timeline04 {
	position: relative;
	margin: 3em auto;
	padding-bottom: 2em;
       
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #0f14a6;
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 4em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(5, 13, 245,0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 50%;
	left: -42px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 3px solid #0f14a6;
	background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	margin-top: -60px;
	color: #0f14a6;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 1.0em;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #0f14a6;
}
@media only screen and (max-width: 767px) {
	.cp_timeline04:before {
		left: 15px;
	}
	.cp_timeline04 .timeline_item .time_date .time:before {
		left: -32px;
	}
	.cp_timeline04 .timeline_item {
		margin: 0px 0px 0px 40px;
	}
	.cp_timeline04 .timeline_item .desc {
		padding-left: 0px;
		border-top: 1px solid #0f14a6;
		border-left: none;
	}
}



















.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn28 {
  background-image: linear-gradient(
    to right,
    #00c2cb,
    #37d6de,
    #3dadb3,
    #3dadb3
  );
  box-shadow: 0 5px 15px rgba(195, 233, 235, 0.4);
}





table.brwsr2 {
margin: 0 auto;
width: 100%;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;
background: #f5f5f5;
}

table.brwsr2 th {
vertical-align: middle;
height: 53px;
width: 124px;
border-right: solid 1px #666;
margin: 0;
text-align: center;
color: #333;
font-size: 16px;
font-weight: bold;
}

table.brwsr2 td.data {
padding: 0;
margin: 0;
height: 53px;
width: 100px;
border: none;
color: #666;
font-size: 12px;
line-height: 16px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}

table.brwsr2 td:fst-child {
padding: 0 0 0 10px;
vertical-align: middle;
}

table.brwsr2 td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}









.FixedMenuSection {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.FixedMenu-Inner-List {
  display: flex;
}
.FixedMenu-Inner-List-Item {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 38px;
  padding-right: 38px;
  width: calc((100% - 2px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 540px) {
  .FixedMenu-Inner-List-Item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.FixedMenu-Inner-List-Item:not(:first-child) {
  margin-left: 2px;
}

.FixedMenu-Inner-List-Item.isBlue {
  background: #00c2cb;
}
.FixedMenu-Inner-List-Item.isOrange {
  background: #ffd700;
}


















.fixed_btn { 
position: fixed;
bottom: 10px;
right: 10px;

}


.btn05{
  width: 350px;
  height: 80px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #333;
  border: 2px solid #333;
  position: relative;
  padding: 0 0 0 10px;
}
.btn05:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 90px;
  margin: auto;
}
.btn05:hover{
  color: #333;
  background: #fff;
}
.btn05:hover:before{
  border-color: transparent transparent transparent #333;
}


h10 {
  background: #fff;/*背景色*/
  padding: 0.5em 1em;/*文字まわり（上下左右）の余白*/
}
h2 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
}

h2:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

h2:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}



#fix-phone-under-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 100;
}

#fix-phone-under-menu li{
  display: inline-block;
  width: 25%;
  font-size: 14px;
  border-right: 1px solid #fff;
}

#fix-phone-under-menu li a{
  color: #fff;
  background: #252525;
  width: 33.33333%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}




.navigation{
  /* flexboxで要素を真ん中に指定 */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.navigation ul {
  width: 100%;
 
}
.button{
  display: block;
  padding:10px;
  background:white;
  width:23.5%;
  float:left;
  /* 上下にボーダーを指定 */
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  /* カーソルを離した際のアニメーションの速度調整 */
  transition:.2s all;
}
.button p {
  height: 5px;
  font-weight: 300;
}
.button a {
  color:#333333;
  /* リンク指定した要素のスタイルを削除 */
  text-decoration:none;
}
.navigation:hover .button{
  /* ナビゲーションをマウスオーバーした際のアニメーションの動きを指定 */
  filter:blur(3px);
  /* 全てのボタンがぼやける */
  opacity:.8;
  /* 全てのボタンを通常サイズに指定 */
  transform: scale(1);
}
.navigation:hover .button:hover{
  /* アニメーション速度を指定 */
  transition: .6s;
  /* hoverしたボタンを少し拡大するように指定 */
  transform:scale(1.1);
  /* hoverしている要素のみぼやけない指定 */
  filter:blur(0px);
  opacity:1;
  /* ボタンをhoverした際に上下のボーダーの色を濃くする */
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
.navigation:hover .button:hover > p {
  font-weight: bold;
}




main{
    display: block;
    background-color: #edfbfc;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #401f0f;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #fff;
    background-color: #fff;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #a29080;
    background-color: #401f0f;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #ffce11;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}

/* フッター */
#footer{
    background-color: #edfbfc;
}
#footer .container{
    color: #00c2cb;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #00c2cb;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    border-top: 1px solid #fff;
    background-color: #fff;
    color: #0de8e8;
}
#footer img {
	width: 360px;
}

/* *****トップページ***** */
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    height: 640px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #fff;
    background-color: #edfbfc;
	padding: 5rem 0;
}
#page-top section:nth-child(odd){
    background-color: #fff;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}

#sec4 .btn {
    width: 80%;
	background-color: #15ebdc;
	border: none;
	padding: 1rem 0;
}

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}
section {
 margin: 0rem 0;
 padding: 3rem 0;
}

.company {
    background-image: url(../img/se.png);
    background-size:cover;
  padding: 3rem 0;
}

/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #563322;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* 画像がふわっと表示 */
/* 初期状態（非表示） */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* 表示されたらアニメーション実行 */
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}


/* 文字タイプライター化 */
.typing {
    display: inline-block;
    white-space: pre-wrap; /* 改行を維持 */
    overflow: hidden;
    border-right: 2px solid #00c2cb; /* カーソル風の点滅 */
    font-size: 1.1em;
    animation: blinkCursor 0.8s steps(2) infinite;
}

/* カーソルの点滅 */
@keyframes blinkCursor {
    50% {
        border-color: transparent;
    }
}



/* リクルート画像左右上下の動き */
@keyframes tiltBanner {
    0% { transform: rotate(0deg); } /* 初期状態 */
    25% { transform: rotate(2deg); } /* 右肩上がり */
    50% { transform: rotate(0deg); } /* 中心に戻る */
    75% { transform: rotate(-2deg); } /* 左肩上がり */
    100% { transform: rotate(0deg); } /* 再び中心に戻る */
}

.animated-banner {
    display: inline-block;
    animation: tiltBanner 3s infinite ease-in-out; /* 3秒ごとに繰り返し */
}


/* 応募ボタンのきらっとした光 */
@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.shining-button {
    position: relative;
    display: inline-block;
    overflow: hidden; /* はみ出る部分を非表示 */
}

.shining-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* 光の色 */
    transform: skewX(-30deg); /* 斜めの光 */
    animation: shine 2s infinite linear; /* 2秒ごとに繰り返し */
}





/* お客様の声のスライダーアニメーション */
.review-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    overflow: hidden;
}

.review-slide {
    display: none;
    text-align: center;
    font-size: 1.2em;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.review-slide.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

/* ナビゲーションボタン */
.review-nav {
    text-align: center;
    margin-top: 20px;
}

.review-nav button {
    background-color: #00c2cb;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.review-nav button:hover {
    background-color: #009ba5;
}



/* 右端中央に画像を常時表示固定 */
.fixed-guide {
    position: fixed;
    right: 10px; /* 右端からの距離 */
    bottom: 20%; /* 画面の中央よりやや下 */
    width: 120px; /* 画像サイズを適切に調整 */
    z-index: 1000; /* 他の要素より前面に表示 */
    transition: transform 0.3s ease-in-out;
}

.fixed-guide img {
    width: 100%; /* 画像サイズを親要素に合わせる */
    max-width: 120px;
}

.fixed-guide:hover {
    transform: scale(1.1); /* ホバー時に少し拡大 */
}




/* 施工の流れと費用を充実＆おしゃれに */
/* セクションタイトル */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

/* タイムラインデザイン */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline-icon {
    width: 50px;
    height: 50px;
    background: #007bff;
    color: white;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    flex-grow: 1;
}

.timeline-content h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

/* 費用の目安ボックス */
.cost-box {
    background: #fff3cd;
    border-left: 5px solid #ffcc00;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.cost-box.show {
    opacity: 1;
    transform: translateY(0);
}

.cost-box h3 {
    color: #ff9800;
    font-size: 1.5rem;
}

/* 費用の目安表 */
.cost-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.cost-table th, .cost-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.cost-table th {
    background: #ffcc00;
    color: #333;
    text-align: left;
}

.cost-table td {
    background: #fff;
    color: #555;
}
