/*
Theme Name: PPartner
Author: PPartner
Description: P.PartnerのオリジナルWordPressテーマです。
Version: 1.0
*/

/* 基本設定 & リセット */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none; scroll-behavior: smooth;}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

:root {
    --primary-gold: #C9AF63;
    --background-strong-gold: #E5D9B4;
    --background-pale-gold: #F3EFE1;
    --background-gray: #F1F1F1;
    --line-gray: #DDDDDD;
    --accsent-red: #A70A0A;
    --text-black: #000;
    --black: #000;
    --gray: #979797;
    --white: #fff;
    /* 指定されたグラデーションを変数として登録 */
    --red-gradient: linear-gradient(93.46deg, #6F1515 0%, #8D2222 25%, #A73B3B 50%, #8D2222 75%, #6F1515 100%);
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    color: var(--text-color);
    background-color: var(--white-color);
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

.pc {
}
.sp {
    display: none!important;
}

.container {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0;
        z-index: 2;
    position: relative;
}

/* ヘッダー */
.header {
    padding: 15px 0;
    /* border-bottom: 1px solid var(--border-color); */ /* キャプチャではボーダーがないためコメントアウト */
    background: var(--white-color);
    position: relative; /* z-indexを効かせるため */
    z-index: 100; /* ヒーロー画像より手前に表示 */
        position: absolute;
    width: 100%;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 32px;
    font-weight: bold;
}
.logo img {
        height: auto;
    width: 160px;
}
.logo span {
    font-size: 16px;
    font-weight: 500;
}
.global-nav ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn.btn-header-contact {
    background: var(--accsent-red);
    color: var(--white);
    border: 2px solid var(--accsent-red);
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0;
    border-radius: 6px;
    padding: 16px 32px;
    display: block;
}
.btn.btn-header-contact:hover {
    opacity: 0.8;
}

/* ボタン共通 */
.btn-contact {
    background: var(--accsent-red);
    color: var(--white);
    border: 2px solid var(--accsent-red);
    box-shadow: 4px 4px 4px 0px #00000040;
    padding: 20px 40px;
    border-radius: 6px;
    max-width: 357px;
font-weight: 700;
font-size: 20px;
line-height: 120%;
position: relative;
display: block;
}
.btn-contact::after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3.3px solid var(--white);
    border-right: 3.3px solid var(--white);
    display: block;
}
.btn-consultation {
    background: var(--white);
    color: var(--accsent-red);
    border: 2px solid var(--accsent-red);
    box-shadow: 4px 4px 4px 0px #00000040;
    padding: 16px 40px 16px 40px;
    border-radius: 6px;
    max-width: 357px;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.02em;
    position: relative;
    display: block;
}
.btn-consultation::after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3.3px solid var(--accsent-red);
    border-right: 3.3px solid var(--accsent-red);
    display: block;
}
.btn-gold {
    background: var(--primary-gold);
    color: var(--white);
    border: 2px solid var(--white);
    box-shadow: 4px 4px 4px 0px #00000040;
    padding: 20px 40px 20px 40px;
    border-radius: 6px;
    max-width: 410px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    position: relative;
    display: block;
}
.btn-gold::after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3.3px solid var(--white);
    border-right: 3.3px solid var(--white);
    display: block;
}
.btn:hover {
    opacity: 0.8;
}

/* パーツ共通 */
section {
    padding: 80px 0;
}

.main-deco-head {
font-family: Inter;
font-weight: 700;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
margin-bottom: 8px;
color: var(--primary-gold);
}

.main-head {
font-weight: 700;
font-size: 32px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
margin-bottom: 48px;
}

.main-sub-head {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 150%;
letter-spacing: 0;
margin-bottom: 8px;
background: var(--red-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}

.main-txt {
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
margin-bottom: 48px;
}

.conclusion {
    text-align: center;
}

.conclusion h3 {
font-weight: 700;
font-size: 20px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
margin-bottom: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.conclusion h3 strong {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 100%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
color: var(--white);
padding: 4px 10px 6px;
margin: 0 4px;
background: var(--primary-gold);
border-radius: 2px;
}
.conclusion h2 {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
color: var(--accsent-red);
border-bottom: 4px solid var(--accsent-red);
display: inline-block;
padding-bottom: 8px;
}

/* ヒーローセクション */
#hero {
    padding: 120px 0 200px;
        position: relative;
}
#hero::before {
content: "";
    display: block;
        background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-hero.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 1200px;
    height: 956px;
    position: absolute;
    top: 0;
    left: 0;
        max-height: 100%;
    max-width: 100%;
}
.hero-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
}
.hero-left-area {
       flex: 0 0 437px;
}
.hero-right-area {
       flex: 0 0 552px;
}
.hero-title {
    padding-bottom: 32px;
}
#hero .btn-contact {
    margin-bottom: 12px;
}
.hero-bottom-area p small {
font-weight: 400;
font-style: Regular;
font-size: 13px;
line-height: 160%;
letter-spacing: 0;
display: block;
}
.hero-slider-wrapper {
    overflow: hidden;
    width: 100%;
position: absolute;
    bottom: -120px;
    z-index: 3;
}

.hero-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 64px; /* 画像間の隙間 */
    
    /* 【重要】ここを有効にします */
    /* これがないと「-50%」が「画面幅の半分」になってしまい、ループ位置がズレます。
       max-content にすることで「中身の画像の合計幅」を基準にアニメーションさせます。 */
    width: max-content; 
    
    animation: loop-slide 40s linear infinite;
}

.hero-slider figure {
    /* サイズを固定値で指定 */
    width: 376px;
    height: 240px;
    
    /* 幅固定の場合は縮小されないよう flex-shrink: 0 が必須です */
    flex-shrink: 0; 
    margin: 0;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    /* サイズ固定の場合、元画像と縦横比が違うと歪むため cover を指定します */
    object-fit: cover; 
    display: block;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        /* width: max-content のおかげで、
           ここでの -50% は「全画像の長さの半分（1セット分）」になります */
        transform: translateX(-50%); 
    }
}

/* 制度だけでは、社員の意識は変わらない */

#introduction {
    padding: 280px 0 80px;
    background: var(--background-strong-gold);
    position: relative;
}
.introduction-box {
        display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 48px;
    position: relative;
    border-radius: 6px;
}
.introduction-box::after {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/intro01.png);
    width: 140px;
    height: 142px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -142px;
    left: 20px;
    max-width: 100%;
}
.introduction-box::before {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/intro02.png);
    width: 140px;
    height: 142px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -142px;
    right: 20px;
    max-width: 100%;
}

.introduction-item {
    background: var(--white);
    padding: 32px 8px;
    text-align: center;
    width: calc(100% / 3 - 32px);
    border-radius: 8px;
}
.introduction-item h3 {
font-weight: 700;
font-size: 22px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
color: var(--primary-gold);
margin-bottom: 24px;
}
.introduction-item h4 {
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
color: var(--black);
}
.introduction-item hr {
display: inline-block;
height: 2px;
border: none;
border-top: 2px solid var(--line-gray);
width: 64px;
margin-bottom: 24px;
}
.intro-deco img {
    width: 100%;
}

/* 社員に企業型確定拠出年金（DC）の浸透を */

.explanation-box {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 48px;
    align-items: center;
}
.explanation-img {
    flex: 0 0 calc(100% / 2 - 35px);
}
.explanation-txt {
    flex: 0 0 calc(100% / 2 - 35px);
}
.explanation-txt h3 {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
margin-bottom: 32px;
}
.explanation-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
}

/* MERIT */

#merit {
    background: var(--background-pale-gold);
    position: relative;
}
#merit::before {
content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-merit.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1000px;
    height: 970px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}

.merit-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 24px;
    margin-bottom: 48px;
    align-items: center;
}

.merit-item {
    flex: 0 0 calc(100% / 2 - 15px);
    display: flex;
    background: var(--white);
    padding: 24px 24px 24px 16px;
    gap: 12px;
    border-radius: 8px;
}

.merit-img {
    flex: 0 0 150px;
}

.merit-txt h4 {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 12px;
line-height: 100%;
letter-spacing: 0;
vertical-align: middle;
display: inline-block;
padding: 6px 16px 5px;
border-radius: 20px;
color: var(--white);
background: var(--primary-gold);
margin-bottom: 8px;
}

.merit-txt h3 {
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
    color: var(--primary-gold);
    margin-bottom: 8px;
}
.merit-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
}

/* REASON */

.reason-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 24px;
    margin-bottom: 48px;
    align-items: center;
}

.reason-item {
    flex: 0 0 calc(100% / 2 - 15px);
    display: flex;
    background: var(--white);
    padding: 8px 16px 8px 24px;
    gap: 8px;
    border-radius: 8px;
    border: 3px solid var(--primary-gold);
    align-items: center;
}

.reason-txt h3 {
font-weight: 700;
font-size: 18px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
}
.reason-txt strong {
color: var(--primary-gold);
}
.reason-img {
    flex: 0 0 160px;
}

/* FLOW */
#flow {
    background: var(--background-gray);
}

.flow-step {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap;
    gap: 95px; */
    margin-bottom: 48px;
    position: relative;
    max-width: 100%;
}
.flow-step hr {
    position: absolute;
    border: none;
    border-top: 3px solid var(--primary-gold);
        top: 150px;
    width: 80%;
    z-index: 1;
    
}

.flow-item {
    flex: 0 0 280px;
    text-align: center;
        position: relative;
    z-index: 2;
}
.flow-item h4 {
font-family: Inter;
font-weight: 700;
font-size: 20px;
line-height: 160%;
letter-spacing: 0;
margin-bottom: 12px;
color: var(--primary-gold);
}
.flow-item figure {
padding: 0 20px;
margin-bottom: 12px;
}
.flow-txt h3 {
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 160%;
letter-spacing: 0;
margin-bottom: 8px;
}
.flow-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: left;
}
.flow-table {
    background: var(--white);
    border: 3px solid var(--line-gray);
    border-radius: 8px;
    padding: 40px 80px;
}
.flow-table {
    background: var(--white);
    border: 3px solid var(--line-gray);
    border-radius: 8px;
}
.table-item {
    padding: 0 32px 16px;
    border-bottom: 1px solid var(--line-gray);
    display: flex;
    justify-content: left;
    align-items: center;
        gap: 48px;
        margin-bottom: 16px;
}
.table-item:last-child {
        margin-bottom: 0;
}
.table-item h4 {
    flex: 0 0 8em;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;

}
.table-item p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
}

/* VOICE */
#voice {
    background: var(--background-pale-gold);
}

.voice-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 40px;
    margin-bottom: 48px;
    align-items: center;
}

.voice-item {
    flex: 0 0 calc(100% / 2 - 15px);
    background: var(--white);
    padding: 24px;
    gap: 12px;
    border-radius: 8px;
    position: relative;
}
.voice-item::after {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/voice-deco.png);
    width: 32px;
    height: 28px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
    left: 30px;
}
.voice-item h3 {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
}

/* USE CASE */

#usecase {
    background: var(--background-strong-gold);
    position: relative;
}
#usecase::before {
content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-usecase.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1384px;
    height: 1408px;
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.usecase-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
}
.usecase-item {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 32px 40px;
    align-items: center;
        background: #fff;
    border-radius: 12px;
}
.usecase-img {
flex: 0 0 400px;
}
.usecase-txt h4 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 16px 5px;
    border-radius: 20px;
    color: var(--white);
    background: var(--primary-gold);
    margin-bottom: 16px;
}
.usecase-txt h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--primary-gold);
    margin-bottom: 16px;
}
.usecase-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
margin-bottom: 16px;
}
.usecase-txt img {
    width: 32px;
    margin-bottom: 16px;
}
.usecase-txt .red-txt {
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
color: var(--accsent-red);
margin: 0;
font-feature-settings: "palt";
}

/* PRICE */

.price-img {
    text-align: center;
    padding: 0 24px;
    margin-bottom: 48px;
}
.price-img img {
    width: 484px;
        margin: 0 auto;
}
.price-box {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 48px;
}
.price-item {
    flex: 0 0 390px;
}
.price-item h4 {
font-weight: 700;
font-size: 20px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
    border-radius: 100px;
    background: var(--background-pale-gold);
    color: var(--primary-gold);
    padding: 3px 0;
    margin-bottom: 16px;
}
.price-item ul {
display: flex;
flex-wrap: wrap;
row-gap: 8px;
}
.price-item ul li {
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
display: flex;
    flex: 0 0 100%;
    align-items: center;
}
.price-item ul li::before {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/price-deco.png);
    width: 25px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.price-item strong {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
color: var(--primary-gold);
}
.price-item.gain ul li {
    font-size: 18px;
        line-height: 140%;
}
.caution {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
}

/* ONLINE */

#online {
    background: linear-gradient(#000000b5, #000000b5),
                url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/online-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
}

#online .main-deco-head {
    color: var(--gray);
}
.online-box {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    border-radius: 8px;
}
.online-item {
    background: #FFFFFF52;
    padding: 32px 8px;
    text-align: center;
    width: 220px;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
        border-radius: 8px;
}
.online-item h4 {
text-align: center;
    flex: 0 0 100%;
        margin-bottom: 8px;
}
.online-item h3 {
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
}
.online-item h3 strong {
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
}
.online-item h3.time-txt {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
    display: flex;
    align-items: baseline;
}
.online-item h3.time-txt strong {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 56px;
line-height: 100%;
letter-spacing: 0;
vertical-align: middle;
position: relative;
    top: 2px;
}
.online-btn {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.online-btn .btn {
    flex: 0 0 calc(100% / 2 - 16px);
}

/* ONLINE2 */
#online2 {
    background: var(--background-gray);
}

.online2-box {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 48px;
    align-items: center;
}
.online2-img {
    flex: 0 0 calc(100% / 2 - 35px);
}
.online2-txt {
    flex: 0 0 calc(100% / 2 - 35px);
}
.online2-txt h3 {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
margin-bottom: 32px;
}
.online2-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
}

/* FOR INDIVIDUALS & FAMILIES */
#fif {
    background: var(--background-strong-gold);
    position: relative;
}
#fif::before {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-fif01.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 508px;
    height: 493px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
#fif::after {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-fif02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1103px;
    height: 1121px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.fif-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

.fif-item {
    flex: 0 0 calc(100% / 2 - 12px);
    background: var(--white);
    padding: 32px 40px;
    border-radius: 12px;
}
.fif-item figure {
margin-bottom: 32px;
}
.fif-txt h3 {
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 160%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
margin-bottom: 20px;
}
.fif-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
}
.fif-btn a {
    margin: 0 auto;
}
.fif-btn.half {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.fif-btn.half .btn {
    flex: 0 0 calc(100% / 2 - 16px);
    margin: 0;
    max-width: 340px;
}

/* COMPANY */
.company-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 48px;
}
.company-item {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: center;
}
.company-img {
flex: 0 0 480px;
}
.company-txt h4.label {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 16px 5px;
    border-radius: 20px;
    color: var(--white);
    background: var(--primary-gold);
    margin-bottom: 16px;
}
.company-txt h3 {
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
    color: var(--primary-gold);
    margin-bottom: 0;
}
.company-txt h4.sub-title {
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
margin-bottom: 16px;
}
.company-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;

}

/* COMPANY */
#change {
    background: var(--primary-gold);
    color: var(--white);
    position: relative;
}
#change::before {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-change01.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 508px;
    height: 493px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
#change::after {
    content: "";
    display: block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/bgdeco-change02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1103px;
    height: 1121px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.change-item {
    display: flex;
    justify-content: center;
    gap: 70px;
}
.change-img {
flex: 0 0 480px;
}

.change-txt h2 {
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 160%;
letter-spacing: 0;
vertical-align: middle;
margin-bottom: 32px;
}

.change-txt p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 160%;
letter-spacing: 0;
text-align: justify;
vertical-align: middle;
margin-bottom: 32px;

}

.change-buttons .btn-contact {
margin-bottom: 12px;
}

/* footer */

#footer {
    background: var(--black);
    color: var(--white);
    padding: 80px 0;
}

.container-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.footer-company-info {
    flex: 0 0 294px;
}

.company-info {
margin-top: 16px;
}

.company-info p {
font-weight: 400;
font-size: 12px;
line-height: 150%;
letter-spacing: 0;
vertical-align: middle;
}

.footer-list {
    flex: 0 0 569px;
    display: flex;
    gap: 42px;
}
.footer-list li {
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0;
margin-bottom: 24px;
}
.footer-list li:last-child {
margin-bottom: 0;
}
.footer-list li.youtube {
line-height: 160%;
}
.footer-list li.youtube a {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    background: var(--white);
    border-radius: 100px;
    color: var(--black);
    padding: 10px;
        white-space: nowrap;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.footer-list li.youtube a::before {
    content: "";
    display: inline-block;
    background: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/youtube-icon.png);
    width: 22px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.container-footer-lower {
    border-top: 1px solid #F1F1F180;
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
}
.container-footer-lower .footerCopy {
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;

}
.container-footer-lower .footer-lower-list {
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
display: flex;
}
.container-footer-lower .footer-lower-list li {
    border-right: 1px solid var(--background-gray);
    padding: 0 13px;
}
.container-footer-lower .footer-lower-list li:last-child {
    border-right: none;
    padding-right: 0;
}




/* レスポンシブ対応 (SP) */
@media (max-width: 768px) {
        .pc {
    display: none!important;
}
.sp {
    display: block!important;
}
section {
    padding: 60px 0;
}
.btn-contact,.btn-consultation,.btn-gold {
    width: 100%;
    max-width: 100%;
}
.container {
    max-width: calc(100% - 32px);
}
.main-head {
    font-size: 22px;
        margin-bottom: 20px;
}
.main-sub-head {
        font-size: 20px;
}
.main-txt {
    font-size: 16px;
}
#hero {
        padding: 80px 0 150px;
}
.hero-title {
    padding-bottom: 0;
}
.hero-right-area,.hero-left-area {
    flex: 0 0 100%;
}
.hero-bottom-area p small {
    font-size: 10px;
}
.conclusion h3 {
    flex-wrap: wrap;
        font-size: 18px;
}
.conclusion h2 {
        font-size: 18px;
            line-height: 140%;
}
.conclusion h3 strong {
    font-size: 18px;
}
#introduction {
        padding: 200px 0 60px;
}
.introduction-box {
    flex-wrap: wrap;
    margin-top: 120px;
    gap: 20px;
}
.introduction-box::before,.introduction-box::after {
        width: 100px;
    height: 100px;
        top: -100px;
}
.introduction-item {
    flex: 0 0 100%;
            padding: 20px 8px;
}
.introduction-item h3 {
        margin-bottom: 8px;
            font-size: 20px;
}
.introduction-item hr {
        width: 50%;
            margin-bottom: 8px;
}
.explanation-box {
    flex-wrap: wrap;
    gap: 20px;
}
.explanation-txt {
    flex: 0 0 90%;
}
.explanation-txt h3 {
    margin-bottom: 8px;
}
.explanation-txt p {
    font-size: 15px;
    flex: 0 0 90%;
}
.explanation-img {
    flex: 0 0 100%;
}
.explanation-txt h3 {
    font-size: 20px;
}
.merit-box {
            gap: 20px;
}
.merit-item {
    flex: 0 0 100%;
}
.merit-txt h3 {
    font-size: 16px;
}
.merit-txt p {
    font-size: 14px;
}
.reason-box {
    margin-bottom: 0;
        gap: 20px;
}
.reason-item {
    flex: 0 0 100%;
}
.reason-txt h3 {
    font-size: 14px;
}
.flow-step {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.flow-step hr {
    display: none;
}
.flow-table {
        padding: 20px;
}
.flow-txt h3 {
    font-size: 18px;
}
.flow-txt p {
    font-size: 15px;
}
.table-item {
        padding: 0 0 16px;
    display: block;
}
.table-item h4 {
        font-size: 16px;
}
.table-item p {
    font-size: 14px;
}
.voice-box {
        display: block;
}
.voice-item {
        margin-bottom: 24px;
}
.voice-item h3 {
    font-size: 18px;
}
.usecase-item {
        flex-wrap: wrap;
            padding: 20px;
}
.usecase-img {
    max-width: 100%;
}
.usecase-txt h3 {
    font-size: 20px;
        margin-bottom: 8px;
}
.usecase-txt img {
        margin: 0 auto 16px;
}
.usecase-txt .red-txt {
    font-size: 18px;
}
.usecase-txt p {
    font-size: 15px;
}
.price-box {
    flex-wrap: wrap;
    gap: 40px;
}
.price-img {
    padding: 0;
}
.price-item {
    flex: 0 0 100%;
}
.price-item ul li {
        font-size: 15px;

}
.price-item.gain ul li {
    font-size: 15px;
    line-height: 160%;
}
.caution {
    font-size: 14px;
}
#online .main-deco-head {
    max-width: 90%;
    margin: 0 auto 8px;
}
#online .main-head {
    max-width: 90%;
    margin: 0 auto 20px;
}
#online .main-txt {
    max-width: 90%;
    margin: 0 auto 30px;
            text-align: left;
}
.online-box {
        gap: 8px;
}
.online-item {
    width: 100%;
            padding: 20px 8px;
}
.online-item h3 {
    font-size: 15px;
}
.online-item h3 strong {
    font-size: 20px;
}
.online-item h3.time-txt {
    font-size: 18px;
}
.online-item h3.time-txt strong {
    font-size: 30px;
}
.online-btn {
    display: block;
}
.online-btn .btn-contact {
    margin-bottom: 16px;
}
.online2-box {
    flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 0;
}
.online2-img {
    flex: 0 0 100%;
}
.online2-txt {
    flex: 0 0 90%;
}
.online2-txt h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.online2-txt p {
    font-size: 15px;
}
.fif-box {
    flex-wrap: wrap;
}
.fif-item {
    flex: 0 0 100%;
    padding: 20px;
}
.fif-item figure {
    margin-bottom: 16px;
}
.fif-txt h3 {
    font-size: 20px;
        margin-bottom: 16px;
}
.fif-txt p {
    font-size: 15px;
}
.fif-btn.half {
    display: block;
}
.fif-btn.half .btn {
    max-width: 100%;
}
.fif-btn.half .btn:first-child {
    margin-bottom: 16px;
}
.company-box {
    flex-wrap: wrap;
}
.company-item {
       flex-wrap: wrap;
               gap: 20px;
}
.company-txt {
    max-width: 90%;
}
.company-img {
    flex: 0 0 100%;
}
.company-txt h4.label {
    margin-bottom: 8px;
}
.company-txt h3 {
    font-size: 20px;
}
.company-txt h4.sub-title {
    font-size: 18px;
}
.company-txt p {
    font-size: 15px;
}
.change-box {
    flex-wrap: wrap;
}
.change-item {
    flex-wrap: wrap;
    gap: 40px;
}
.change-img {
    flex: 0 0 100%;
}
.change-txt h2 {
            font-size: 20px;
        margin-bottom: 16px;
}
.change-txt p {
    font-size: 15px;
}
#footer {
    padding: 60px 0;
}
.footer-company-info {
    flex: 0 0 100%;
    margin-bottom: 40px;
}
.footer-company-info img {
    max-width: 300px;
}
.footer-list {
    flex: 0 0 100%;
            flex-wrap: wrap;
}
.footer-list li {
    font-size: 12px;
    margin-bottom: 20px;
}
.container-footer {
    flex-wrap: wrap;
}
.container-footer-lower {
        flex-flow: column-reverse;
}
.container-footer-lower .footer-lower-list {
    display: block;
    margin-bottom: 8px;
}
.container-footer-lower .footer-lower-list li {
    border: none;
    padding: 0;
            margin-bottom: 20px;
}
.buttons .buttons-area {
    display: flex;
}
.buttons.sp {
    padding: 12px 0 0;
            position: fixed;
        bottom: 0;
        z-index: 3;
                width: 100%;
}
.buttons.sp .container {
    padding: 0;
            max-width: 100%;
}
.buttons.sp .buttons-area {
    gap: 0;
}
.buttons.sp .btn-contact {
        font-size: 14px;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
            border-radius: 0;
}
.buttons.sp .btn-contact::after {
    content: none;
}
.buttons.sp .btn-consultation {
        font-size: 13px;
        padding: 10px;
        align-items: center;
        display: flex;
        border-radius: 0;
        justify-content: center;
        text-align: center;
}
.buttons.sp .btn-consultation::after {
    content: none;
}
    
}

.ly_reservationSec {
    padding-inline: 20px;
    padding-top: 60px;
    padding-bottom: 160px;
}

.ly_reservationSec_inner {
    width: 100%;
    max-width: 840px;
    margin-inline: auto;
}

.el_reservationSec_abouttxt {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
}


.caution_txt {
    font-family: "Noto Sans JP";
    font-size: calc(12 * var(--rem));
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 30px;
    text-align: left;
    padding: 32px 56px;
    border: 1px solid #DDD;
    border-radius: 4px;
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.ly_reservationFlowSec,
.ly_footerCtaSec {
    display: none!important;
}

.form-columns-0,
.form-columns-1,
.form-columns-2 {
    margin-bottom: 15px; /* 例 */
}


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

    .caution_txt {
    margin-top: 10px;
    margin-top: 30px;
    padding: 20px;
}
}