@charset "UTF-8";
/* CSS Document */


/*common css*/
html h1,h2,h3,h4{ font-weight:600 !important;}
body{ margin:0; padding:0;/*background:#fff;#f7f6f3*/}

*{font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,
sans-serif;}

a{
	text-decoration:none;
}
/*調整用*/
.pad{
    margin-top: 50px; 
}

/*main css*/
.lp_area-pc{
    width: 100%;
    display: block;
    position: fixed;
    height: 100vh;
    background-image: url("../img/back.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center; 
    overflow: hidden;
    z-index: 0;
}
.lp_cont{
    width: 55%;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    margin: auto;
    z-index: 1;
    position: sticky;
    background: #fff;
    padding: 0;
    height: auto;
    /*min-height: 10000px;*/
    overflow: visible; /*重要*/
    box-shadow: 0px 0px 28px -9px #999;
}
.lp_cont::-webkit-scrollbar{
    display: none;
}
.lp_cont img{
    width: 100%;
}
    
.lp_cont .txt{
    font-size: 100%;
    text-align: left;
    color: #222;
    line-height: 2em;
    letter-spacing: 1px;
    padding: 20px 40px 60px 40px;
    display: block;
}

.sprit01{
display:flex;
overflow: hidden;
background: #eaf2ec;
padding: 0;
}
.sprit01 img{
width: 100%;
}
.sprit01 .r{
float: left;
width: 50%;
height: 100%;
box-sizing: border-box;
padding-right: 2%;
}
.sprit01 .l{
float: right;
width: 50%;
height: 100%;
box-sizing: border-box;
padding-left: 2%;
}

.big-tx01{
font-size: 90%;
text-align: left;
color: #111;
font-weight: 500;
letter-spacing: 2px;
line-height: 1.8em;
width: 85%;
padding: 0 8%;
margin-top: 40px;
}

.basic-box{
margin: 0;
padding: 10px 40px 90px 40px;
}

.slide-box{
margin: 0 auto;
padding: 0 30px 80px 30px;
}
.slide-wrap{
display:-webkit-box;
display:-ms-flexbox;
display: flex;
overflow-x: scroll;
 -webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
scroll-snap-type: x mandatory;
margin:0 0 1.5em 0;
scroll-behavior: smooth;
}
.slide-wrap .slide-content{
flex: 0 0 90%;
margin: 10px;
height:100%;
}
/* スクロールバー全体 */
.slide-wrap::-webkit-scrollbar {
    width: 10px; 
    height: 7px;
}
/* スクロールバー背景 */
.slide-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px; 
}
/* スクロールバーの操作部分 */
.slide-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}
 
/*CTA*/
.cta{
    width: 85%;
    margin: 0 auto;
    display: block;
    padding: 10px 0 50px 0;
    animation: floating-y 0.5s ease-in-out infinite alternate-reverse;
    cursor: pointer;
}
@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
.cont-pr{
	display:block;
	width:85%;
	box-sizing:border-box;
	background:#1d3962;
	padding:20px 5px;
	margin:0 auto;
	color:#fff !important;
	border:2px solid #1d3962;
	position: relative;
	text-align:center;
	font-size:90%;
	margin-bottom:60px;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	border-radius:20px;
}

.cont-pr a{
	display:block;
	color: inherit; 
}

.cont-pr::before{
    content: "";
    position: absolute;
    top: 46%;
    right: 4%;
    width: 10px;
    height: 10px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}
 .cont-pr:hover{
	background:#fff;
	color:#1d3962 !important;
	text-decoration:none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	box-shadow:0px 7px 4px -1px #ccc;
}
.cont-pr:hover::before{
    border-top: 2px solid #1d3962;
    border-right: 2px solid #1d3962;
}
    
    
.spec{
    width: 90%;
    margin: 10px auto;
    border-collapse: collapse;
    border: 1px solid #bbb;
    font-size: 95%;
    color: #333;
    padding: 20px;
    box-sizing: border-box;
}
.spec th{
    width: 25%;
    padding: 10px;
    border: 1px solid #bbb;
    font-weight: normal;
}
.spec td{
    border: 1px solid #bbb;
    text-align: center;
    padding: 10px;
}
.spec .ttl{
    font-weight: 600;
}
.spec .sold{
    background: #ccc8c8;
    color: #999;
}
.prf{
    font-size: 80% !important;
    line-height: 2em;
}
.spec .cou1{
    color: #e20e09;  
}
.spec .cou2{
    color: #000;  
}
.spec .cou3{
    font-size: 24px;
}

    
footer{
    display: block;
    width: 100%;
    padding: 30px 0;
    height: auto;
    background-color: #19280f;
    margin-top: 70px;
}
footer a{
    text-decoration: none;
    color: #fff;  
}
footer .txtt{
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
footer .list{
    display: flex;
    justify-content:center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
footer .list div{
    margin: 5px 0 20px 0;
    border-right:1px solid #fff;
    padding: 0 15px;
}
footer .list div:last-child{
    border-right:none;
}
    
/*導線関連*/
.lp_area-pc .app{
    position: fixed;
    bottom:17%;
    right:0;
    width: 240px;
    height: auto;
    background: #fff;
    padding-bottom: 5px;
}
.lp_area-pc .app .ttl{
    width: 100%;
    display: block;
    padding: 10px 0 10px 10px;
    background: #133260;
    color: #fff;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
.lp_area-pc .app .btn{
    width: 88%;
    display: block;
    margin: 18px auto;
    background-image: linear-gradient(90deg, #fc3702, #fc5a02);
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 95%;
    text-align: center;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.28);
}
.lp_area-pc .app .btn::after {
	animation: 2s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
.lp_area-pc .hena{
    position: fixed;
    top:25%;
    right:1.5%;
    width: 200px;
    height: auto;
    background: #fff;
    padding-bottom: 5px;
    border: 1.5px solid #1d3962;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 25px;
    color: #1d3962;
    font-weight: 600;
    text-align: center;
    transition: .3s;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
}
.lp_area-pc .hena:hover{
    transform: translateY(-5px);
}
.lp_area-pc .faq{
    position: fixed;
    top:40%;
    right:1.5%;
    width: 200px;
    height: auto;
    background: #fff;
    padding-bottom: 5px;
    border: 1.5px solid #1d3962;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 25px;
    color: #1d3962;
    font-weight: 600;
    text-align: center;
    transition: .3s;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
}
.lp_area-pc .faq:hover{
    transform: translateY(-5px);
}

/*アコーディンオン*/
.accordion-check {
    display: none;
}

.accordion {
    margin-bottom: 20px;
    overflow: hidden;
}
.accordion .line{
    width: 35%;
    border-bottom: 2px solid #1d3962;
    margin: 20px auto;
    display: block;
}
.accordion .ttl{
    font-size: 30px;
    color: #1d3962;
    font-weight: 600;
    text-align: center;
    margin: 30px auto;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0px;
}
.accordion .qa{
    display: inline-block;
    font-size: 26px;
    padding-left: 10px;
    padding-right: 20px;
}

/* ラベル（クリック対象） */
.accordion-label {
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #ecf0f5 0%, #dee4ed 100%);
    color: #111;
    user-select: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    position: relative;
    padding-left: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.accordion-label:hover {
    background-color: #e8e8e8;
}

/* チェックボックスがチェック状態の時のラベル */
.accordion-check:checked + .accordion-label {
    background-color: #3498db;
    color: #666;
}

/* 矢印アイコン */
.accordion-label::before {
    content: '▶';
    position: absolute;
    left: 15px;
    font-size: 18px;
    transition: transform 0.4s ease;
}

.accordion-check:checked + .accordion-label::before {
    transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* チェックボックスがチェック状態の時、コンテンツを開く */
.accordion-check:checked + .accordion-label + .accordion-content {
    max-height: 500px;
}

/* 実際の内容 */
.accordion-body {
    padding: 40px 30px;
    background-color: #1d3962;
    color: #fff;
    box-sizing: border-box;
}

.accordion-body p {
    margin: 0;
    line-height: 2em;
}
.accordion-body b{
    text-decoration: underline;   
}
    
/*フォームタイトル*/
.lp_cont .fmttl{
    display: block;
    padding: 30px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 50px 0 0 0;
    background: #1d3962;
    white-space: nowrap;
}

/*追記*/
    .rtc{
        display: block;
        margin: 0 auto;
        pointer-events: none;
    }
    .rtc img{
        width: 70%;
        margin-bottom: -20px;
    }


/*メディアクエリ*/
@media screen and (min-width:1580px) {
  .lp_cont{
      width: 900px;
  }
}
@media screen and (max-width:998px) {
  .lp_area-pc{
      display: none;   
  }
  .lp_cont {
      width: 100%;
      margin-bottom: 70px;
  }
  .sp-Navi{
      display:flex;
      position: fixed;
      bottom: 0;
      width: 100%;
      height: auto;
      justify-content: center;
      align-content: center;
      padding: 0;
  }
  .sp-Navi a{
      display: block;
      text-decoration: none;
      color: #fff;
      width: 100%;
      height: 100%;
      line-height: 70px;
  }
  .sp-Navi .Faq{
      padding: 0 10px;
      width: 40%;
      height: 70px;
      box-sizing: border-box;
      display: block;
      background: #0889be;
      color: #fff;
      font-weight: 600;
      font-size: 78%;
      text-align: center;
  }
  .sp-Navi .Line{
      padding: 0 10px;
      width: 30%;
      height: 70px;
      box-sizing: border-box;
      display: block;
      background: #22b950;
      color: #fff;
      font-weight: 600;
      font-size: 78%;
      text-align: center;
  }
  .sp-Navi .Hena{
      padding: 0 10px;
      width: 60%;
      height: 70px;     
      box-sizing: border-box;
      display: block;
      background: #97775f;
      color: #fff;
      font-weight: 600;
      font-size: 78%;
      text-align: center;
  }
  .sp-Navi .App{
      padding: 0 10px 0 20px;
      width: 100%;
      height: 70px;
      box-sizing: border-box;
      display: block;
      background-image: linear-gradient(90deg, #fc3702, #fc5a02);
      color: #fff;
      font-weight: 600;
      font-size: 78%;
      text-align: center;
  }
}
@media screen and (min-width:998px) {
  .sp-Navi{
      display: none;
  }
}
@media screen and (min-width:800px) {
  .sp-flickNavi{
      display: none;      
  }
}

/*//////ブレークポイント//////*/
@media screen and (min-width:321px) and ( max-width:800px) {
html{ scroll-behavior: smooth; }
.cta{
    width: 90%; 
}
.sprit01{
    flex-wrap: wrap;
    flex-direction: column-reverse; /*上下入れ替え*/
}
.sprit01 .l{
    width: 100%;
    padding: 0;
}
.sprit01 .r{
    width: 100%;
    padding: 0;
}
.basic-box{
    padding: 10px 0 70px 0;
}
.slide-box{
    padding: 0 8px 10px 8px;
}
.slide-wrap .slide-content {
    flex: 0 0 96%;
    margin: 0;
    scroll-snap-type: x mandatory;
}
.slide-wrap{
    overflow: auto;
}
.sp-flickNavi{
    display: block;
    margin-top: -30px !important;
    width: 180px;
    margin: 0 auto; 
    pointer-events: none;
}
.sp-flickNavi img{
    margin-bottom: 30px; 
}
.accordion .qa{
    font-size: 20px;
    padding-left: 0;
    padding-right: 10px;
}
.accordion-label{
    font-size: 82%;  
}
.accordion-body{
    font-size: 82%;  
}
footer .list{
    display: flex;
    justify-content:center;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
}
/*追記*/
.rtc img{
    width: 100%;
}
}