body, html {
    margin: 0;
    font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-color: #FFFFFF;
    color: #2D2D2D;
    line-height:1.8;
}

html{
    scroll-behavior: smooth;
}

img{
    width: 100%;
    vertical-align: top;
}

h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
}

p {
    line-height:2;
    margin:0;
}

a,a:hover,a:visited{
    color: inherit;
    text-decoration: none;
}

table{
    width: 100%;
}

.seciton-title{
    text-align: center;
    margin:1em 0 ;
}

.seciton-title h4{
    font-size:2em;
    font-weight: 900;
    position: relative;
    padding: 1.5rem;
}

.seciton-title h4 span{
    font-size: 1rem;
    font-weight: 400;
    display: block;
}

.section-copy{
    font-size:2em;
    font-weight:900;
    text-align: center;
    margin-bottom:33px;
    padding:0 5%
}

.fukidashi{
    background-color:#00829B;
    color:#fff;
    font-size:1.8em;
    font-weight:700;
    padding:20px;
    box-sizing: border-box;
    border-radius: 10px;
    position:relative;
    text-align: center;
    margin:0 auto 50px auto;
    display:block;
    width: 100%;
    max-width: 1024px;
}

.fukidashi::after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    left: calc(50% - 13px);
    border-top: 26px solid #00829B;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.button {
    background-color: #00829B;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-top:12px;
  }
  
  .button:hover {
    background-color: #006b82;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color:#ffffff;
  }
  
  .button:active {
    background-color: #005b6f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

   a.button {
    color: inherit;
    text-decoration: inherit;
    display: block;
    height: 100%;
  }
  
  a.button:visited   {
    color: #fff;
  }
  
  
  

.marker{
    background:linear-gradient(transparent 60%, rgb(255, 255, 25) 60%);
}

section{
    width: 100%;
    margin:auto;
    padding: 0 18px;
    box-sizing: border-box;
}

@media (max-width:1024px){

    .fukidashi{
        width: 90%;
    }

}

/****************
slick 調整
****************/


.slick-dots{
    position: relative !important;
    bottom:auto;
    margin-top:30px !important;
}

@media screen and (max-width:1024px){
 
    #problem ul{
        justify-content:space-around;
    }

}

/****************
header
****************/

header {
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #00829B;
    color:#000;
    z-index: 9999;
    height:80px;
}

header > :first-child{
    margin-right: auto;
}

/* logo */

.logo{
    max-width: 150px;
    padding:0 20px;
    height: 100%;
    display: flex; /* フレックスボックスを適用 */
    align-items: center; /* 縦中央揃え */
}

.logo img{
    width: 100%;
}

.logo h1{
    font-size:0.6em;
    margin:0;
    text-align: center;
    white-space: nowrap;
}

.menu-toggle {
    display: none; /* デフォルトでは非表示 */
}

.menu{
    display: none;
}

.pc-nav{
    height: 100%;
    color:#fff;
}

.pc-nav ul{
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
    margin: 0;
}

.pc-nav ul li{
    margin:0;
    padding:0 20px;
    height: 100%;
    display: flex; 
    align-items: center;
}

.pc-nav ul li a{
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.pc-nav ul li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color:#FFD700;
    bottom: -12px;
    left: 0;
    /*横方向0で非表示にする*/
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    /*中央を基点にアニメーション*/
    -webkit-transform-origin: center top;
    transform-origin: center top;
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .pc-nav ul li a:hover::after {
    /*横方向等倍まで拡大*/
    transform: scale(1, 1);
  }

  .gnavi-recruit{
    background-color: #00B900;
    color:#fff;
  }


.gnavi-recruit a {
    color: #fff;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnavi-recruit a::after {
    display: none !important;
}

@media (max-width: 1024px) {

    .pc-nav{
        display: none;
    }

    .mobile-nav{
        padding-right:20px;
    }

    .menu {
        display: block;
        position: absolute;
        left: 0;
        top:80px;
        width: 100%;
        list-style: none;
        margin:0;
        transform: translateX(100%);
        transition: transform 0.5s ease, opacity 0.5s ease; /* アニメーション適用 */
        z-index: 100;
        background-color: #fff;
        color: #000;
        visibility: hidden; /* 初期状態では見えない */
        opacity: 0; /* 初期状態では透明 */
        max-height: calc(100vh - 88px); /* ビューポートの高さからパディングを引いた値を最大高さに設定 */
        overflow-y: auto; /* 縦スクロールを有効にする */
    }

            /* Webkitベースのブラウザ用 */
        .menu::-webkit-scrollbar {
            width: 8px; /* スクロールバーの幅 */
        }

        .menu::-webkit-scrollbar-thumb {
            background-color: var(--accent-color); /* スクロールバーの色 */
            border-radius: 10px; /* スクロールバーの角を丸くする */
        }

        /* Firefox用 */
        .menu {
            scrollbar-width: thin; /* スクロールバーの幅 */
            scrollbar-color: var(--accent-color) transparent; /* スクロールバーの色 */
        }

    
    .menu.is-active {
        transform: translateX(0); /* スムースに下りてくるアニメーション */
        visibility: visible; /* 表示状態に */
        opacity: 1; /* 不透明に */
    }
    
    .menu .sp-gnav a{
        text-decoration: none;
        padding:20px 15px;
        display: block;
        font-size:1.1em;
        font-weight: 600;
        text-align: center;
        border-bottom:1px dotted #bbb;
    }

    .menu .sp-gnav a span{
        display:block;
        font-size:0.7em;
        color:#00829B;
    }

    .sp-menu-button{
        max-width: 380px;
        width: 80%;
        margin:20px auto 0 auto;
        box-sizing: border-box;
    }

    .sp-menu-bottom{
        width: 100%;
        background-color:#222;
        color:#fff;
        padding:20px 0;
        font-size:0.8em;
        text-align: center;
        margin-top:20px;
    }
    
    .menu-toggle {
        cursor: pointer;
        height: 24px; /* ボタンのサイズを調整 */
        width: 30px; /* ボタンのサイズを調整 */
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none; /* ボタンの背景色を透明にする */
        border: none; /* ボタンの境界線を削除 */
        padding: 0; /* パディングをリセット */
        margin: 0; /* マージンをリセット */
        outline: none; /* フォーカス時のアウトラインを削除 */
        z-index: 9999;
    }
    
    .burger {
        content: '';
        background-color: #fff; /* ラインの色 */
        height: 4px; /* ラインの厚さ */
        width: 30px; /* ラインの長さ */
        position: relative; /* 中央のラインに対する変更 */
        /*top: 50%;  親要素内で垂直中央に配置 */
        transform: translateY(-50%); /* 自身の高さの半分だけ上に移動して完全に中央に来るように調整 */
        transition: all 0.3s ease;
    }
    
    .burger::before, .burger::after {
        content: '';
        background-color: #fff; /* ラインの色 */
        height: 4px; /* ラインの厚さ */
        width: 30px; /* ラインの長さ */
        position: absolute; /* 絶対位置指定 */
        left: 0; /* 左端から配置 */
    }
    
    .burger::before {
        top: -10px; /* 上のラインの位置 */
        transition: all 0.3s ease;
    }
    
    .burger::after {
        top: 10px; /* 下のラインの位置 */
        transition: all 0.3s ease;
    }
    
    .menu-toggle.is-active .burger {
        background-color: transparent; /* アクティブ時は中央のラインを非表示 */
    }
    
    .menu-toggle.is-active .burger::before, .menu-toggle.is-active .burger::after {
        top: 0;
        transform: translateY(-50%) rotate(45deg); /* 上のラインを45度回転 */
    }
    
    .menu-toggle.is-active .burger::after {
        transform: translateY(-50%) rotate(-45deg); /* 下のラインを-45度回転 */
    }

}


/****************
fixed menu
****************/

.floating-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.floating-nav.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
}

.floating-nav a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.floating-nav img {
    width: 100%; /* アイコンのサイズ調整 */
}

/* スマホのみ適用 */
@media (min-width: 768px) {
    .floating-nav {
        display: none;
    }
}

/****************
main visual
****************/

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: hidden;

  }
  
  .catch-copy {
    width: 50%;
    height:calc(100% - 80px);
    margin-top:80px;
    display: flex;
    justify-content: center;
    padding:1em 2em;
    box-sizing: border-box;
  }

  .catch-copy img{
    margin: auto;
    object-fit: contain;
    width: 100%;
    max-width: 580px;
    height:100%;
  }

  .catch-copy h1{
    font-size: 3rem;
    text-align: left;
    font-weight: 900;
  }
  
  .scroll-container {
    display: flex;
    width: 50%;
  }

  .scroll-lane{
    opacity:0;
    transition:opacity .3s liner;
    width: 50%;
    height:100vh;
  }

  .scroll-lane.slick-initialized{
    opacity: 1;
  }
  
  .scroll-lane img {
    width: 100%;
    height: auto;
  }

  .lane2{
    transform: rotate(180deg)!important;
  }
  
  .lane2 img{
    transform: rotate(180deg);
  }

  @media (orientation: portrait) and (max-width: 1024px){

    .catch-copy{
        width: 70%;
    }

    .lane2{
        display: none !important;
    }

    .scroll-container{
        width: 30%;
    }

    .scroll-lane{
        width: 100%;
    }

    .hero-section .slick-list{
        height: 100%;
    }

  }

  
  @media  (orientation: portrait) and (max-width: 820px) {

    .catch-copy{
        padding:2em;
        width:auto;
    }

  }

  @media (orientation: portrait) and (max-width: 820px) {

    .hero-section {
        flex-direction: column;
    }

    .scroll-container{
        flex-direction: column;
        width: 100%;
    }

    .lane2{
        display: block !important;
    }


    .catch-copy h1{
        font-size: 1.8rem;
      }

      .slick-list{
        height: auto !important;
    }

    .scroll-lane{
        height: auto !important;
    }

  }

  @media (orientation: portrait) and (max-width: 421px) {



  }
  
/****************
intro
****************/

.intro{
    background-color:#f5f5f5 ;
    max-width: 100vw;
    margin:0;
    padding:60px 18px;
}

.intro-wrapper{
    width:100%;
    max-width: 1024px;
    margin: auto;
    display: flex;
    padding:25px;
    box-sizing: border-box;
    align-items: center;
    color:#2D2D2D;
}

.intro-txt,.intro-img{
    width: 50%;
}

.intro-txt h2{
    font-size:2.2rem;
    font-weight: 900;
    color: #00829B;
}

@media (max-width: 768px) {

    .intro-wrapper{
        flex-direction: column-reverse;
        
    }

    .intro-txt,.intro-img{
        width: 100%;
    }

    .intro-txt{
        margin-top:30px;
    }
    

}

/****************
link
****************/

#link{
    width: 100%;
    padding:100px 0;
    box-sizing: border-box;
}

.link-topimg-w{
    width: 90%;
    max-width: 1024px;
    margin:auto;
    position: relative;
}

.link-item {
    position: absolute;
    width: 150px;
    background-color: #f5f5f5;
    border-radius: 100%;
    padding: 20px;
    box-sizing: border-box;

}

.link-01{
    left:0;
    top:40%;
}

.link-02{
    left:15%;
    top:0%;
}

.link-03{
    right:0;
    top:40%;
}

.link-04{
    right:15%;
    top:0%;
}

.link-topimg{
    max-width: 360px;
    width:80%;
    margin: auto;
}

.link-wrapper{
    padding: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
    width: 90%;
}

.link-content{
    display: flex;
    width: calc(50% - 1em);
    justify-content: space-between;
    border:#2d2d2d 1px solid;
    box-sizing: border-box;
    align-items: center;
}

.link-txt{
    width: 50%;
    padding:1.5em;
    box-sizing: border-box;
}

.link-txt h4{
    font-size:1.3em;
    font-weight:900;
}

.link-img-01{
    width: 50%;
    padding-top:50%;
    background-image: url(assets/img/item/lv_03.webp);
    background-size: cover;
}

.link-img-02{
    width: 50%;
    padding-top:50%;
    background-image: url(assets/img/achievements/jewelry/case-jewelry-14.jpg);
    background-size: cover;
}

@media (max-width: 1024px){
    .link-content{
        flex-direction: column-reverse;
    }

    .link-txt{
        width: 100%;
    }

    .link-img-01,.link-img-02{
        width: 100%;
        padding-top: 100%;
    }
}

@media (max-width: 767px){

    .link-topimg{
        width: 200px;
    }

    .link-item {
        width: 80px;    
        padding: 10px;
    }
    
    .link-01{
        left:0;
        top:20%;
    }

    .link-02{
        left:15%;
        top:-35%;
    }

    .link-03{
        right:0;
        top:20%;
    }

    .link-04{
        right:15%;
        top:-35%;
    }

    .link-wrapper{
        flex-direction: column;
        width: 80%;
    }

    .link-content{
        flex-direction: column-reverse;
        width: 100%;
        margin:15px 0;
    }


}

/****************
point
****************/

#point{
    background-color: #f5f5f5;
    width: 100%;
    padding:100px 0;
    box-sizing: border-box;
}

.point-wrapper{
    padding: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1024px;
    width: 100%;
}

.point-content{
    width: calc(45% - 1em);
    margin:0.5em;
    padding:1em;
    box-sizing: border-box;
    position: relative;
}

.point-circle{
    position: absolute;
    top:0;
    left: 0;
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#FFD700;
    color:#2d2d2d;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    padding:10px;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 50%;
}

.point-img{
    width:80%;
    margin:auto;
    padding:1em;
    box-sizing: border-box;
}

.point-txt h3{
    text-align: center;
    font-size: 1.5rem;
}

@media screen and (max-width:767px){
 
    .point-wrapper{
        flex-direction: column;
        width: 100%;
    }

    .point-content{
        width: 90%;
        margin:0.5em auto;
    }

    .point-circle{
        width:60px;
        height:60px;
        font-size: 1rem;
    }

}

/****************
item
****************/

#item{
    width:100%;
    background-color: #fff;
    padding:100px 0;
    box-sizing: border-box;
}

.item-list{
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

.item-box{
    position:relative;
} 

.item-category{
    position: absolute;
    bottom:0px;
    left: 10px;
    background-color: #FFD700;
    padding:5px 10px;
    font-size: 0.8em;
    font-weight: 600;
}

/****************
howto
****************/

#howto{
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.howto-wrapper{
    width: 90%;
    max-width: 1024px;
    margin:auto;
    background-color: #fff;
    border-radius: 20px;
    padding:2em;
    box-sizing: border-box;
}

.howto-title{
    text-align: center;
    margin-bottom:30px;
}

.howto-title h3{
    font-size: 2em;
    font-weight: 900;
}

ul.howto-chart{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    padding: 0;
    width: 100%;
}

ul.howto-chart li{
    width: calc(50% - 10px);
    padding: 2em;
    box-sizing: border-box;
}

.howto-img{
    width: 60%;
    margin: auto;
}

.howto-step h5{
    font-size:1.2rem;
    font-weight: 600;

}

.howto-step h5 span{
    color: #FFD700;
    margin-right:20px;
    font-weight: 900;
}

ul.howto-chart li:nth-child(1){
    border-right:solid 1px #5e5e5e;
    border-bottom:solid 1px #5e5e5e;
}

ul.howto-chart li:nth-child(2){
    border-bottom:solid 1px #5e5e5e;
}

ul.howto-chart li:nth-child(3){
    border-right:solid 1px #5e5e5e;
}

.contact-type{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1024px;
    margin:50px auto 0 auto;
}

.contact-type a{
    width: calc(50% - 8%);
    margin:auto;
}

.contact-type div{
    padding:20px 30px;
    text-align: center;
    border-radius:10px;
    font-size:1.8em;
    font-weight: 900;
    color: #fff;
    box-sizing: border-box;
}

.howto-tel{
    background-color: #3577cd;
    position: relative;
    margin:0 1em;
}

.howto-tel:before{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%, -50%);
    content:"お電話ですぐにお問い合わせ";
    color:#3577cd;
    background-color: #fff;;
    font-size:0.8rem;
    padding:5px 20px;
    border-radius:5px;
    border: #3577cd solid 3px;
    white-space: nowrap;
    
}

.howto-line{
    background-color: #00B900;
    position: relative;
    margin:0 1em;
}

.howto-line:before{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%, -50%);
    content:"LINEで簡単お問い合わせ";
    color:#2d2d2d;
    background-color: #FFD700;
    font-size:0.8rem;
    padding:5px 20px;
    border-radius:5px;
    white-space: nowrap;
    
}

.tel-disc,.line-disc{
    font-size: 0.8rem;
    line-height: 0.5;
    font-weight:600;
}


@media screen and (max-width:767px){
 
ul.howto-chart{
    flex-direction: column;
}

ul.howto-chart li{
    width: 100%;
    padding:1em 0;
}

ul.howto-chart li:nth-child(1){
    border-right:none;
    border-bottom:dotted 1px #5e5e5e;
}

ul.howto-chart li:nth-child(2){
    border-bottom:dotted 1px #5e5e5e;
}

ul.howto-chart li:nth-child(3){
    border-right:none;
    border-bottom:dotted 1px #5e5e5e;
}

.contact-type{
    flex-direction: column;
}

.contact-type a{
    width:90%;

}

.howto-tel{
    margin:0 auto 40px auto;
}

.howto-line{
    margin:auto;
}

.howto-title h3{
    font-size: 1.5em;
}

}



/****************
voice
****************/

#voice{
    width: 100%;
    background-color: #00829B;
    padding: 100px 0;
}

#voice .seciton-title{
    color: #fff;
}

.slick-item-wrapper{
    width: 100%;
    max-width: 1024px;
    margin:0 auto 90px auto;
}

.voice-content{
    background-color: #fff;
    padding:24px;
    box-sizing: border-box;
    border-radius: 20px;
    margin:0 10px; 
    width: calc((100% / 2) - 24px);
}


.voice-img{
    width: 100%; /* 正方形のサイズ指定 */
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    overflow: hidden; /* はみ出し防止 */
}

.voice-img img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 価格表記なし
.voice-type ul{
    list-style: none;
    padding: 0;
    margin:12px 0 12px 0;
    font-size:0.9em;
    font-weight:600;
}

.voice-type ul li{
    border-left:solid 5px #FFD700;
    padding-left:12px;
}

.voice-type ul li span{
    font-size: 2em;
}
*/

.voice-right h4{
    font-size:1.3em;
    font-weight: 900;
    margin:15px 0;
}

#voice .slick-track {
    display: flex !important;
  }
  
  #voice .slick-slide {
    height: auto !important;
  }
  

@media screen and (max-width: 540px) {

    .voice-content{
        flex-direction: column;
    }

    .voice-right{
        width: 100%;
        padding:0;
        margin-top:24px;
    }
}  

/****************
Price plan
****************/

.price-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.price-card {
    width: calc((100% / 3) - 24px);
    padding: 10px;
}

.price-card img {
    width: 100%;
    display: block;
    height: auto;
}

.price-wrapper .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s ease; 
}

.price-wrapper .slick-center {
    opacity: 1;
}

@media screen and (max-width: 767px) {

    .price-card {
        width: 80%;
        margin: 0 auto;
    }

    #price{
        padding:0 !important;
    }

    .price-campaign-copy h4{
        font-size:1.5em;
    }
}


/****************
FAQ
****************/

#faq{
    width: 100%;
    background-color: #f5f5f5;
    padding: 100px 0;
    box-sizing: border-box;
}

.faq_wrapper{
    width: 90%;
    max-width: 780px;
    margin:80px auto 0 auto;
    background-color: #fff;
}

.toggle {
	display: none;
}
.Label {/*question*/
	padding: 1em 2em 1em 1em;
	display: block;
	color: #2d2d2d;
	background:#fff;
    font-weight: 700;
}

.Label::before {
    content: "Q";
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #00829B;
    font-size: 1.5em;
    font-weight: 900;
}

.Label::after{/*question-icon*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #2d2d2d;
	border-right: 2px solid #2d2d2d;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.content::before {
    content: "A";
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #FFD700;
    font-size: 1.5em;
    font-weight: 900;
    vertical-align: baseline;  /* ベースラインに揃える */
}

.content {/*answer*/
    background-color: #f9f9f9;
	height: 0;
	margin:10px 0;
	padding:0 20px;
	overflow: hidden;
}

.content p {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: baseline; /* Aと本文を同じ行に揃える */
}

.toggle:checked + .Label + .content {	/*open&close*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	transform: rotate(-45deg) !important;
}

.accordion div:last-child{
    margin-bottom:0;
}

.faq_payment_list{
    list-style: none;
    display: flex;
    margin:15px 0 0 0;
    padding:0;
    justify-content: center;
}

.faq_payment_list li{
	line-height: 2.5em;
    margin-left:30px;
    display: flex;
    align-items: center;

}

.faq_payment_list li p{
    font-weight: 700;
}


.faq_payment_list li img{
    width:60px;
    object-fit: cover;
}


@media screen and (max-width: 767px) {

    .faq_payment_list li{
        flex-direction: column;
        margin: 0 15px;
    }

    .faq_payment_list li p{
        font-size: 0.9em;
    }
    

}

/****************
Company
****************/

#access{
    padding: 0;
}

.access-header p{
    line-height: 1.4;;
}

.google-map {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
  }
  
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
/* スマホ表示時の高さを調整 */
@media (max-width: 768px) {
    .google-map {
      padding-top: 75%; /* 縦がより高いアスペクト比（例えば4:3） */
    }
  }
  
  /* PC表示時のスタイル調整 */
  @media (min-width: 769px) {
    .google-map {
      padding-top: 25%; /* PCでの高さを狭くする */
    }
  }


/****************
footer
****************/

footer{
    background-color: #2D2D2D;
    color:#fff;
    width: 100%;
    padding:30px 18px;
    box-sizing: border-box;
}

footer a{
    color:#fff
}

footer a:visited{
    color:#fff;
}

.footer-content{
    width: 100%;
    max-width: 1024px;
    display: flex;
    align-items:end;
    justify-content: space-between;
    margin: auto;
}

.footer-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-company,.footer-link{
    width: 50%;
    padding:0 0 0 45px;
    box-sizing: border-box;
}

.footer-logo{
    width: 150px;
    margin-bottom:20px;
}

.copylight{
    background-color: #1a1a1a;
    color:#fff;
    text-align: center;
}


@media screen and (max-width: 767px) {

    .footer-content{
        flex-direction: column;
    }

    .footer-company,.footer-link{
        width: 100%;
        padding:0 0 0 25px;
    }

    .footer-company{
        margin-bottom: 30px;
    }
    
    .copylight{
        padding-bottom:66.8px;
    }

}

/****************
legal
****************/

#legalWrap{
    margin:0 0 100px 0;
    width: 100%;
    padding-top:150px;
}

/****************
privacy
****************/

.privacy--section{
    width:90%;
    max-width:980px;
    margin:auto;
    margin-bottom:100px;
    background-color:#fff;
    padding:4em;
    box-sizing: border-box;
  }
  
  .privacy-list-1{
    list-style-type: lower-alpha;
  }
  
  .privacy-list-1 li{
    margin-bottom:30px;
  }

  .privacy-list-2{
    list-style: none;
    padding: 0;
  }

  .privacy-list-2 li{
    margin: 20px 0;
  }

  .privacy-list-2 li p{
    padding-inline-start: 40px;
  }

  .privacy-list-2 ul{
    list-style:decimal;
    margin: 15px 0;
  }

  .privacy-list-2 ul li{
    margin:0;
    line-height: 2;
  }
  
  .pivacy-sig{
    list-style: none;
    text-align: right;
  }
  
  p.txt-right{
    text-align: right;
  }
  
  ul.privacy-contact{
    background-color:#eee;
    padding:30px !important;
    list-style: none;
  }
  
  .privacy--section dd{
    margin-left:2em;
  }
  
  .dd-btm-space{
    margin-bottom:1em;
  }

  @media screen and (max-width: 767px) {

    .privacy--section{
        padding:1em;
      }

      .privacy-list-1,.privacy-list-2 ul{
        padding-inline-start: 20px;
      }

      .privacy-list-2 li p{
        padding-inline-start: 0;        
      }
    
}
  

/****************
table
****************/

.responsive-table{
    width:100%;
    max-width: 780px;
    margin:auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.responsive-table table {
    margin: 20px auto;
    border-spacing: 0;
}

.responsive-table th {
    border-bottom: solid 1px #ccc;
    color: #00829B;
    font-weight: 500;
    padding: 25px 15px;
    box-sizing: border-box;
    text-align: left;
}

.responsive-table td {
    border-bottom: solid 1px #ccc;
    background: #fff;
    padding: 25px 15px;
    box-sizing: border-box;
}
  
@media screen and (max-width: 640px) {


    .responsive-table th {
        display: block;
        width: 100%;
        border-bottom:dotted 1px #ccc;
    }

    .responsive-table td {
        display: block;
        width: 100%;
        border: none;
    }

}


/****************
Line Up
****************/

.lineup-intro{
    width: 100%;
    padding:80px 0 100px 0;
    background-color: #fff;
}

.lineup-content{
    width: 90%;
    max-width: 780px;
    padding:2em;
    box-sizing: border-box;
    background-color: #fff;
    border: #00829B 5px solid;
    margin:0 auto 0 auto;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight:600;
    position: relative;
}

.lineup-agent{
    width: 150px;
    margin: auto;
    position:absolute;
    z-index: 2;
}

.agent-man{
    bottom:-80px;
    left:-120px;
}

.agent-lady{
    bottom:-80px;
    right:-120px;
}


.lineup-list{
    width: 100%;
    padding:100px 0;
    background-color: #efefef;
}

ul.lineup-icon-list{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    margin:auto;
}

ul.lineup-icon-list li{
    width:calc(12% - 10px);
    margin:25px 10px;
}

ul.lineup-icon-list li p{
    font-size:0.8em;
    text-align: center;
}

.lineup-list-txt{
    width: 90%;
    max-width: 980px;
    margin:50px auto;
}

.lineup-slick{
    padding:100px 0;
}

.lineup-slick-head{
    position: relative;
    padding: 1rem 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0 10px 10px 10px;
    background: #d8ecf5;
    max-width: 980px;
    width: 90%;
    margin:100px auto 30px auto;
    display: flex;
    align-items: center;
}

.lineup-slick-head h3{
    color: #00829B;
    font-size: 1.3em;
    padding:0 2rem;
    box-sizing: border-box;
}

.lineup-slick-head p{
    font-size: 0.8em;
    display: inline-block;
    width: 100%;
    max-width: 680px;
    text-align: left;
    word-break: break-all;
    padding:0 2rem;
    box-sizing: border-box;
}

.lineup-slick-head:before {
    font-size: 15px;
    line-height:1.6;
    position: absolute;
    top: -24px;
    left: 0;
    height: 24px;
    padding: 0 1em;
    content: '買取強化中!!';
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #00829B;
  }

  
@media screen and (max-width: 767px) {


    .lineup-slick-head{
        flex-direction: column;
    }

}

@media screen and (max-width: 912px) {

    .lineup-agent{
        width: 130px;
    }

    .agent-man{
        bottom:-140px;
        left:-20px;
    }
    
    .agent-lady{
        bottom:-140px;
        right:-20px;
    }
    

}


@media screen and (max-width: 767px) {

    ul.lineup-icon-list li{
        width:calc(25% - 10px);
        margin:25px 10px;
    }
  
}


/****************
Case study
****************/

.case-intro{
    width: 100%;
    padding:80px 0 0 0;
    background-color: #fff;

}

.case-intro-wrapper{
    max-width: 980px;
    width: 90%;
    margin: auto;
    position: relative;
}

.case-badge{
    position: absolute;
    bottom:-60%;
    right:0;
    width: 35%;
    max-width:180px;
    transform: rotate(10deg);
}

.case-intro-img{
    width: 90%;
    max-width:780px;
    margin: auto;
    display: flex;
    flex: 1;
}

.case-img-person{
    width: 50%;
}

.case-img-badge{
    width: 50%;
    box-sizing: border-box;
}

.case-img-badge img{
    max-width: 250px;
    margin: auto;
}

#case-section{
    background-color: #efefef;
    padding:100px 0;
}

.case-product-head{
    width: 90%;
    max-width: 980px;
    box-sizing: border-box;
    margin:0 auto 20px auto;

}

.case-product-head h3{
    font-size: 1.5em;
    border-left:solid #00829B 10px;
    padding-left:12px;
    margin-bottom:12px;
}