/*======================================================
 全体のリセットと基本設定
======================================================*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
   }
body{
    font-family: sans-serif;
    color: black;
    text-align: center;
    font-size : 23px;
   }
h1, h2, h3, p{
    margin: 0; 
    padding: 0;
   }

img{
    max-width: 100%; 
    height: auto; 
    display: block;
    margin: 0 auto; 
}

/*======================================================
   フェードインスタイル
======================================================*/
.fade-in-up,
.fade-only,
.fade-in-image, 
.box-fade-in,
.trouble-item-full {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 1.0s ease-out;
    transition-delay: var(--animation-delay, 0.2s);
    will-change: opacity, transform;
   }
.fade-in-up,
.fade-in-image, 
.box-fade-in,
.trouble-item-full {
  transform: translateY(20px);
   }
.box-fade-in {
  --animation-delay: 0.5s;
   }

.fade-only {
    transform: none !important;
    transition-delay: 1.5s !important; 
   }

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/*======================================================
  セクションとパララックス設定
======================================================*/
.section{
    display: flex;
    background-size: cover;
    background-position: center;
    width: 100%;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 60px;
   }

.section-one{
    background-image: url(image/canvas/canvas4.webp);
    background-attachment: fixed;
    font-size: 30px;
    background-size: cover;
    padding-top: 85px;
    justify-content: center;
    align-items: center;
   }

.section-two{
    background-color : #0000ff;
    color : #ffffff;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 50px;
    min-height: 60vh;
   }

.section-three{
    background-image: url("image/canvas/canvas.jpg");
    background-attachment: fixed;
    justify-content: flex-start; 
   }
.section-four{
    background-image: url(image/canvas/canvas5.jpg);
    background-attachment: fixed;
    justify-content: flex-start;
    padding-top: 30px;
   }
.section-five{
    padding-top: 50px;
    padding-bottom: 100px;
    height: auto;
    min-height: 0px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
   }
.section-six {
    background-image: url("image/canvas/canvas2.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto; 
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    left: 0;
    right: 0;

    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 85px;
    font-size: 30px;
    padding-right: 0;
    padding-left: 0;
   }
html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
   }
.case-box-wrapper{
    display: flex !important;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto !important;
    padding-bottom: 0 !important; 
}

/**************************個別のボックス**********************/

.section-five{
    padding-top: 40px !important;    
    padding-bottom: 80px !important; 
   }
.section-five .container{
    max-width: 1100px !important; 
    width: 100%;
    margin: 0 auto;
   }
.case-box-wrapper{
    display: flex;
    flex-wrap: nowrap; 
    justify-content: center; 
    gap: 20px;       
    width: 100%;
   }
.case-box{
    flex: 0 0 350px;
    background-color: #0000a0;
    border-radius: 15px; 
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    border: none; 
    box-shadow: 
        5px 5px 0px 0px silver, 
        10px 10px 20px rgba(0, 0, 0, 0.3); 
   }
.case-name{
	font-size: 1.1rem;
	line-height: 1.4;
	margin-bottom: 15px;
	height: 3.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: normal;
	color: #ffffff;
	padding-top: 10px;
}
/* 4. タイトルの下の隙間を調整 */
.section-title{
    text-align: center;
    font-size: 2rem;
    margin-top: -10px;
    margin-bottom: 25px;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    display: inline-block;
    padding-bottom: 5px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
   } 
.section-five br,
.section-five p:empty{
       display: none !important;
   }
h1{
    padding: 20px;
    border-radius: 10px;
   }
.section-one h1{
    background-color: transparent;
   }
.section-two h3{
    background-color: white;
    color: blue;
    font-weight: bold;
    font-size : 50px;
   }
.section-three h1{
    background-color: rgba(0, 255, 0, 0.6);
   }
.case-label{
    color: black;
    background-color: #ffffff;
    letter-spacing: 5px;
   }
.total-label{
    color: #ffffff;
   }
.total-price{
    font-weight: bold;
    color: #ffffff;
   }
/* 説明文のスタイル */
.section-description{
    text-align: center;
    font-size: 1rem;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.6;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
   }

@media screen and (max-width: 768px) {
.section-five{
    padding-top: 20px !important;    
    padding-bottom: 20px !important; 
  }
.section-five .case-box-wrapper{
    display: block !important; 
    width: 100% !important;
    overflow: visible !important; 
}
.section-five .case-box{
    display: block !important; 
    width: 100% !important; 
    height: auto !important; 
    margin-bottom: 20px !important; 
    padding: 20px !important; 
    opacity: 1 !important; 
    transform: none !important;
    visibility: visible !important;
   }
.section-six {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
   }
 .section-five .case-name{
    height: auto !important;
    font-size: 1.1rem !important;
   }
.section-description{
    font-size: 0.9rem;
    margin-bottom: 0px;	
    text-align: left;	
   }
.section-one,
.section-four,
.section-six {
      background-attachment: scroll !important;
    }
.section-title {
        font-size: 10px; 
    }
}
/*************************悩み***********************************/

.worries{
    display: flex;        
    justify-content: space-around; 
    gap: 20px;         
    padding: 20px;
   }
.detail{
    background-color: white;
    color: black;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 80%;
    max-width: 100%;
    margin-left:0;
    margin-right: 0;
    flex: 1;
    border-radius: 8px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-width: 1px;
    border-style: none;
   }
.detail ul{
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.5vw;
   }
.detail li{
    margin-bottom: 5px; 
    text-align: left; 
    white-space:  nowrap;
   }
/* **************--- スマートフォン表示時の設定 (メディアクエリ) --- **************/
@media (max-width: 900px) {
.worries{
    flex-direction: column;
    gap: 15px; 
    padding: 10px; 
   }
.detail{
    width: 100% !important; 
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box; 
    opacity: 0;   
   }
.detail ul{
    display: block !important; 
    font-size: 22px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 25px;
    white-space: normal; 
    text-align: left;    
  }
  .detail li{
    white-space: normal;     
    word-break: break-all; 
    margin-bottom: 10px;  
  }
}
/*======================================================
 ナビメニュー
======================================================*/
ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit;
   }
.site-header{
    background-color: #ffffff;
    border-bottom: none;
    width: 100%;
    height: 85px; 
    position: fixed; 
    top: 0;          
    z-index: 1000;   
    transform: translateY(-100%); 
    transition: transform 0.4s ease-out; 
   }
.site-header.is-visible {
    transform: translateY(0); 
   }
.header-inner{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    max-width: 100%; 
    margin: 0 auto; 
    padding: 0 20px;
    height: 85px; 
   }
.logo-sp-content{
    display: none !important;
   }
.logo img{
    height: auto;
    max-height: 80px;
    vertical-align: middle;
   }
.main-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    align-items: center;
    height: 85px; 
    gap: 20px;
   }
.pc-only-nav{
    display: inline;
   }
.sp-only-nav{
    display: none;
   }
.nav-link img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    max-height: 80px; 
   }

@media (max-width: 768px) {
.site-header{
    height: 60px; 
   }
.header-inner,
.main-nav ul{
    height: 60px; 
   }
.main-nav ul {
    gap: 10px; 
   } 
.pc-only-nav{
    display: none;
   }
.sp-only-nav{
    display: inline; 
    max-height: 30px; 
    }
}
/* ======================================================
  連絡先のボックス
====================================================== */

.box-container{
	width: 80%;
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 200px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 10px;
	border-color: yellow;
     }
.text-content{
	text-align: left;
        font-size: 1.8vw;
	padding-right: 0px;
	color: red;
	padding-left: 0px;
	font-weight: bold;
     }

.text-content p{
    margin: 5px 0;
   }
.image-gallery {
    display: flex;
    justify-content: center; 
    gap: 10px; 
   }
.sp-only{
    display: none;
   }
@media screen and (max-width: 768px) {
.box-container {
    gap: 10px !important; 
    flex-direction: column !important; 
    height: auto !important; 
    padding: 15px !important;
    width: 95% !important;
   }
.text-content {
    margin-bottom: 0px;
    text-align: center;
    font-size: 22px;
   }
.image-gallery {
    margin-top: 0 !important; 
   }
}
/**************スマートフォン (SP) 時の設定*************/
@media (max-width: 900px) {
.box-container{
    width: 95%; 
    height: 100%; 
    flex-direction: column;
    align-items: center; 
   }
.text-content{
    font-size: 26px; 
    text-align: center;
   }
.text-content p {
   }
    
.text-content{
    padding-right: 0;
    margin-bottom: 15px;
   }
.image-gallery {
    flex-direction: column; 
    align-items: center; 
    gap: 15px;
   }
.image-placeholder{
    width: 80vw; 
    height: auto;
    padding: 20px 0;
   } 
.pc-only{
    display: none;
   }
.sp-only{
    display: block;
   }
}
/* ======================================================
  SP専用固定メニュー
====================================================== */
.sp-fixed-menu {
  display: none !important;
}
@media (max-width: 768px) {
.sp-fixed-menu {
    display: flex !important; 
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(80px + env(safe-area-inset-bottom)) !important;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    transform: translateY(110%); 
    transition: transform 0.4s ease-out;
    padding-bottom: env(safe-area-inset-bottom) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    overflow: hidden !important;
   }
.sp-fixed-menu.is-visible {
    transform: translateY(0) !important;
   }
.nav-content {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    height: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
.fixed-nav-link {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }
.link-tel {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-right: 1px solid #eeeeee !important;
  }  
.link-line {
    background-color: #00dfdf !important;
    color: #000000 !important;
  }
.fixed-nav-link img {
    width: auto !important;
    height: 50px !important;
    margin-bottom: 4px !important;
    display: block !important;
  }
.fixed-nav-link span {
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
  }
}
/* ======================================================
  オールクイックの強み
====================================================== */
.case-title{
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
  }
.section-item{
    display: flex;
    flex-wrap: wrap; 
    align-items: flex-start; 
    margin-bottom: 40px;
    max-width: 1600px; 
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.0s ease-out, transform 1.0s ease-out;
  }
.image-container {
    display: flex;
    justify-content: center; 
    align-items: center;  
  }
.section-item.is-show {
    opacity: 1;
    transform: translateY(0);
  }
.image-container, .text-container{
    flex: 1;
    min-width: 300px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
  }
.text-container h2{
    color: black;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 30px;
    white-space: nowrap; 
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; 
  }
.text-container h3{
    color: blue;
    margin-bottom: 15px;
    background-color: #ffffff;
    display: inline-block;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
  }
@media (min-width: 768px) {
.section-item{
    padding-left: 50px;
    padding-right: 50px;
  }
.image-container {
    display: flex;
    justify-content: center; 
    align-items: center;
  }
.text-container {
    align-self: center;
  }
.section-item:nth-child(even) .image-container {
    order: 2;
    display: flex;
    justify-content: center; 
  }
.section-item:nth-child(even) .text-container{
    order: 1; /* 繝・く繧ｹ繝医ｒ蟾ｦ縺ｸ */
    padding-right: 5%; 
  }
.section-item:nth-child(odd) .text-container{
    padding-left: 5%; 
  }
}
@media (max-width: 767px) {
.section-item {
    flex-direction: column;
  }
.case-title{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
  }
.image-container,
.text-container{
    width: 100%;
    padding: 10px;
  }
.text-container h2{
    font-size: 6vw;
    white-space: normal; 
    line-height: 1.3; 
    overflow: visible; 
    text-overflow: clip;
  }
.text-container p{
	font-size: 16px;
	line-height: 1.6;	
  }
.text-container h3{
    font-size: 4vw;     
    padding: 5px 10px;     
    line-height: 1.4;
  }
.image-container { order: 1 !important; }
.text-container { order: 2 !important; }
  }

@media (max-width: 480px) {
.text-container h2{
     font-size: 22px;
  }
.text-container h3{
        font-size: 16px;
  }
}   

/* ======================================================
サービス
====================================================== */
.services{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 15px !important;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	max-width: 1500px;/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
   }
.section-five .section-title {
	color: #333333;
        font-size: 30px;
   }
.box{
	flex: 0 0 600px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	background-color: white;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
   }
.box.is-show,
.box.is-visible { 
    opacity: 1 !important;
    transform: translateY(0) !important;
   }

/* --- 順番に表示させる遅延 --- */
.box:nth-child(1) { transition-delay: 0.1s; }
.box:nth-child(2) { transition-delay: 0.3s; }
.box:nth-child(3) { transition-delay: 0.5s; }
.box:nth-child(4) { transition-delay: 0.7s; }

@media (max-width: 768px) {
.services{
	flex-direction: column !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
  }
.box{	
	flex: 0 0 auto !important;
	width: 100%;
	margin-bottom: 10px;
	transition-delay: 0s !important;
	font-size: 16px;
	line-height: 1.6;	
  }
.section-five .section-title {
	color: #333333;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: initial;
	font-size: 30px;
    }
}
/* ======================================================
  スライダー
====================================================== */
.case-title{
    text-align: center;
    border-width: medium;
    border-style: none;
    margin-bottom: 20px;
  }
.case-title img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; 
    margin-bottom: 30px; 
    max-width: 90%;
    height: auto;
  }
.custom-swiper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px 100px;
    touch-action: pan-y;
  }
.swiper-wrapper {
    display: flex;
    transition: transform 0.5s 
  }
.swiper-slide{
    flex: 0 0 calc(100% / 2); 
    padding: 20px;
    box-sizing: border-box;
  }
.case-item{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
    min-height: 30px; 
  }
.case-item img{
    width: 100%;
    height: auto; 
    object-fit: cover;
  }
.case-info{
    padding: 20px;
  }
.case-info h2{
    margin: 0 0 10px;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
  }
.case-meta{
    font-size: 1.2rem;
    color: #a87e2f; 
    font-weight: bold;
    margin-bottom: 8px;
  }
.case-text{
    font-size: 1rem;
    line-height: 1.6;
    color: black;
    text-align: left;
  }
.sub-text{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
  }
.case-price-container{
    background-color: #fffaf0;
    border: 2px solid #e60000; 
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
  }
.price-row{
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    gap: 10px;
  }
.old-price{
    font-size: 0.9rem;
    color: #666;
    text-decoration: line-through;
  }
.discount-badge .badge{
    background-color: #e60000;
    color: #fff;
    padding: 2px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.1rem;
  }
.new-price{
    font-weight: bold;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    margin-top: 5px;
  }
.new-price .label{
    font-size: 1rem;
    color: #333;
  }
.new-price .value{
    font-size: 1.8rem; 
    color: #e60000;
  }
.new-price .tax-in{
    font-size: 0.8rem;
    color: #333;
  }
.case-sub-img{
    margin-top: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
.case-sub-img{
    margin-top: 15px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
.case-sub-img img{
    width: auto;
    height: auto;
    display: block;
    object-fit: cover;
  }
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: #c0c0c0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 10;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
  }
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-button-prev::after,
.swiper-button-next::after{
    display: none !important;
  }
.swiper-button-prev::before,
.swiper-button-next::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
  }
.swiper-button-prev::before{
    transform: rotate(-135deg);
    margin-left: 5px;
  }
.swiper-button-next::before{
    transform: rotate(45deg);
    margin-right: 5px;
  }
.swiper-button-prev{
	left: 15px !important;
  }
.swiper-button-next{
	right: 15px !important;
  }
@media (max-width: 768px) {
.swiper-button-prev, .swiper-button-next{
        display: none !important;
    }
}

.swiper-pagination{
    text-align: center;
    margin-top: 20px;
    display: none; 
  }

.dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
  }

.dot.active{
    background-color: #a87e2f; 
    transform: scale(1.3);
  }
.step-banner{
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;     
    height: auto;
  }
@media (max-width: 768px) {
.swiper-slide{
    flex: 0 0 100% !important;
    padding: 5px !important;
  }
.custom-swiper{
    padding: 0 10px !important;
  }
.case-item > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
.case-sub-img{
    width: 100% !important;
    margin-top: 10px;
  }
.case-sub-img img{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    object-fit: contain;
  }
.case-info h2{
    font-size: 1.4rem;
  }
.case-text{
    font-size: 0.9rem;
  }
.sub-text{	
	font-size: 16px;	
	margin-top: 10px;
	line-height: 1.6;	
 }

.swiper-button-prev, .swiper-button-next{
    display: none !important;
  }
.swiper-pagination{
    display: block !important;
  }
.new-price .value{
    font-size: 1.5rem; 
  }
.step-banner{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 90%;
  }
.case-title img{
    width: 80%; 
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* ======================================================
  Q&A
====================================================== */
.faq-container div.box-fade-in {
    width: 100% !important;
    max-width: 1000px; 
    margin: 0 auto 10px auto !important;
    display: block !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
.faq-container .box {
    width: 100%;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  }
.faq-container .child-box {
    width: 100%;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    background-color: #0080ff;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word !important;
  }
.faq-container .box p {
    padding: 25px !important;
    margin: 0 !important;
    background-color: #fafafa; 
    color: #333;
    line-height: 1.8; 
    text-align: left;
    white-space: normal !important;
    word-break: break-all !important;
}

@media screen and (max-width: 768px) {
.faq-container {
    padding: 0 15px; /
  }
.faq-container .child-box, 
.faq-container .box p {
    padding: 15px 20px !important;
    font-size: 0.95rem;
  }
}
/* ======================================================
 エリア 
====================================================== */
.section-area{
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }
.section-area .section-title {
    color: #333333 !important; 
    border-bottom: none !important; 
  }
.section-area .section-title::after {
    background-color: #0080ff !important;
  }
.area-wrapper{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
.area-box{
    flex: 0 0 calc(50% - 10px) !important;
    box-sizing: border-box;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    border-width: 4px 1px 1px;
    border-style: solid;
    border-color: #0080ff #dddddd #dddddd;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    background-color: #ffffff;
  }
.child-box{
    font-size: 22px;
    text-align: left;
  }
.area-box.is-show,
.area-box.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
.area-box:nth-child(1) { transition-delay: 0.1s !important; }
.area-box:nth-child(2) { transition-delay: 0.3s !important; }
.area-box:nth-child(3) { transition-delay: 0.5s !important; }
.area-box:nth-child(4) { transition-delay: 0.7s !important; }
.area-box h3{
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
  }
.area-box ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
.area-box li{
    font-size: 1rem;
    padding: 5px 10px;
    background: #f0f7ff;
    border-radius: 4px;
    flex: 0 0 calc(33.3% - 10px);
    text-align: center;
  }
.section-area .section-description{
    margin-bottom: 40px !important; 
    padding-bottom: 0;
  }
.section-area .area-wrapper{
    margin-top: 0; 
  }
/* ======================================================
 スマートフォン表示（共通）
====================================================== */
@media screen and (max-width: 768px) {
.faq-container{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px !important;
  }
.faq-container div[class*="fade"] { 
    transition-delay: 0s !important; 
  }
.faq-container .box p{
    font-size: 15px;
    min-height: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;	
  }
.faq-container .child-box{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
.section-area .section-title{
    margin-bottom: 0px;	
  }
.area-wrapper{
    flex-direction: column !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;	
  }
.area-box{
    flex: 0 0 100% !important; 
    width: 100% !important; 
    transition-delay: 0s !important; 
    margin-bottom: 15px; 
  }
.area-box li { 
    flex: 0 0 calc(50% - 10px); 
  }
.section-area .section-description{
    margin-bottom: 15px !important;
  }
}
/* ======================================================
   /* --- ローン--- */
====================================================== */
.section section-loan {
    background-color: #fdfaf5 !important;
  }
.section-loan {
    background-color: #f8f9fa;
    display: block;
    clear: both;
    margin-top: 30px;
    margin-bottom: 0px;
  }
.loan-banner-container{
    max-width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
  }
.loan-banner-img{
    width: 100%;
    height: auto;
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
.loan-table-wrapper{
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    border-radius: 8px;
    scrollbar-width: thin;
  }
.section-title{
    color: black;
  }
.loan-table{
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    text-align: left;
  }
.loan-table th{
    width: 25%;
    background-color: #f0f7ff;
    color: #005CAF;
    padding: 18px;
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap; 
  }
.loan-table td{
    padding: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.6;
    color: #333;
  }
.scroll-hint{
    display: none;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
  }
@media screen and (max-width: 768px) {
.section-loan {	
    padding-bottom: 50px;	
    padding-top: 0px;
    padding-left: 0px;	
    padding-right: 0px;		
  }
.section-title {
    font-size: 20px !important; 
    margin-bottom: 20px !important;
  }
.section-description {
    font-size: 14px !important;
    padding: 0 10px;
  }
.loan-table th,
.loan-table td {
    padding: 10px 12px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
.loan-table th {
    width: 30% !important; 
    min-width: 90px;
  }
.loan-banner-container{
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
.scroll-hint{
    display: block;
    font-size: 11px;
    margin-top: 5px;
  }
.loan-banner-container{
    padding-top: 0px!important; 
  }
.loan-table-wrapper {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd; 
  }
}
/* ======================================================
  Company Profile 
====================================================== */
.Company-Profile {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    background-color: #0080c0;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -50px;
  }
.Company-Profile::before {
    content: "";
    position: absolute;
    top: 50%; 
    left: 50%;
    width: 100%; 
    height: 100%;
    transform: translate(-50%, -50%); 
    background-image: url(""); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px; 
    opacity: 0.15; 
    z-index: 0;
    pointer-events: none;
  }
.profile-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin-top: 0px!important;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px!important;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
.profile-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #0077b6;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
  }
.profile-table th {
    width: 30%;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    background-color: #f0faff;
    color: #0077b6;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0f2f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e0f2f7;
    text-align: left;
  }
.profile-table td {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0f2f7;
    color: #333333;
    line-height: 1.6;
    text-align: left;
  }
.quick{
    padding-top: 40px;
  }
.section-title {
	border-width: medium;
	border-style: none;
	text-decoration: none;
	box-shadow: none;
	padding-bottom: 10px;
	color: black;
	font-size: 30px;
}
.section-title {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 25px;
}
.section-title::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	border-bottom-left-radius: 2px 2px;
}
.profile-table tr:last-child th,
.profile-table tr:last-child td {
    border-bottom: none;
  }
.br-sp {
    display: none;
  }
.quick{
    font-size: 15px;
    padding-top: 0px!important;	
    margin-top: 10px !important;	
  }
.plb{
    padding-top: 0px;
    font-size: 15px;
    margin-bottom: 10px;
  }
@media screen and (max-width: 768px) {
.Company-Profile {
    padding-right: 5px;
    padding-bottom: 100px;	
    padding-left: 5px;	
    padding-top: 30px;	
  }
.Company-Profile::before {
    background-size: 180px auto;
    opacity: 0.1;	
  }
.profile-container {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;	
  }
.profile-table th, .profile-table td {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: initial;
    font-size: 19px;	
  }
.profile-table td {
    font-size: 16px;
    line-height: 25px;	
  }
.profile-table th {
    padding-bottom: 5px;
    background-color: #f0faff;
    font-size: 18px;
  }	
.br-sp {
    display: block; 
    content: "";   
  } 
.quick{
    font-size: 15px;
    padding-top: 0px!important;	
    margin-top: 0 !important;	
  }
.plb{
    padding-top: 0px;
    font-size: 15px;	
  }
}