@charset "utf-8";

/*
 * lakuna-pc.css
 * らくーなクン PC用スタイル
 * 統合元: css/style/index.css / css/style/lp-improvements.css（PC部分）
 */


/* ============================================================
   メインビジュアル
   ============================================================ */
#mainvisual {
    position: relative;
    padding-top: 8.0rem;
}
#mainvisual div {
    position: absolute;
    bottom: 10%;
    left: 4.5%;
    width: 45.5%;
}
#mainvisual p.trial {
    position: absolute;
    bottom: 3.0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mainvisual p.trial span {
    color: #0F163D;
    font-size: 2.2rem;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 1.0rem;
    position: absolute;
    width: 100%;
    top: -4.0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mainvisual p.trial span:before {
    position: absolute;
    content: '';
    background: url("../../image/line-l.webp") no-repeat left top;
    background-size: 2.0rem 2.4rem;
    width: 2.0rem;
    height: 2.4rem;
    margin-left: -3.0rem;
    bottom: 0;
}
#mainvisual p.trial span:after {
    position: absolute;
    content: '';
    background: url("../../image/line-r.webp") no-repeat right top;
    background-size: 2.0rem 2.4rem;
    width: 3.0rem;
    height: 2.4rem;
    bottom: 0;
}
#mainvisual p.trial a {
    color: #0F163D;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: block;
    background: #FFE131;
    border-radius: 7.0rem;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    /* box-shadow で押し込み感（lp-improvements統合） */
    box-shadow: 0 6px 0 #FFAF50;
    border-bottom: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#mainvisual p.trial a:hover {
    opacity: 1;
    transform: translateY(4px);
    box-shadow: 0 2px 0 #FFAF50;
}
#mainvisual p.trial em {
    font-style: normal;
    font-size: 1.4rem;
    text-align: center;
    display: block;
}
#mainvisual p.comment {
    font-size: 1.2rem;
    position: absolute;
    bottom: 2.0rem;
    left: 7.0rem;
}


/* ============================================================
   共通見出し
   ============================================================ */
h2.h2-title {
    font-weight: 700;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 8.0rem;
    padding-bottom: 3.0rem;
    position: relative;
}
h2.h2-title:after {
    content: '';
    background: #0096EA;
    width: 8.0rem;
    height: 0.6rem;
    border-radius: 1.0rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


/* ============================================================
   お悩み
   ============================================================ */
#nayami {
    background: #0096EA;
    padding: 8.0rem 0 0;
}
#nayami h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 4.0rem;
}
#nayami h2 span {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 1.0rem;
}
#nayami p {
    width: 108.0rem;
    margin: 0 auto;
}


/* ============================================================
   お悩み解決
   ============================================================ */
#ressolution {
    padding: 14.0rem 0 11.0rem;
    background: url("../../image/arrow.webp") no-repeat top center #fff;
    background-size: 20.0rem 7.0rem;
}
#ressolution h2 {
    width: 68.0rem;
    margin: 0 auto 6.0rem;
}
#ressolution ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 93.0rem;
    margin: 0 auto;
}
#ressolution ul li {
    margin-right: 6.0rem;
    margin-bottom: 3.0rem;
}
#ressolution ul li:nth-of-type(3),
#ressolution ul li:last-of-type { margin-right: 0; }
#ressolution a {
    text-align: center;
    display: block;
    border: solid 1px #0096EA;
    background: #fff;
    width: 27.0rem;
    height: 27.0rem;
    border-radius: 27.0rem;
    box-sizing: border-box;
    padding-top: 3.0rem;
    transition: 0.2s;
    position: relative;
}
#ressolution a span {
    display: block;
    color: #0F163D;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 1.0rem;
}
#ressolution a img { width: 18.6rem; }
#ressolution a:after {
    font-family: 'Material Icons';
    content: "\e5cf";
    color: #0096EA;
    position: absolute;
    bottom: 0;
    font-size: 5.0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#ressolution a:hover {
    background: #E3F3FF;
    transition: 0.2s;
}


/* ============================================================
   特徴
   ============================================================ */
#charactor {
    background: #E3F3FF;
    padding: 9.0rem 0;
}
#charactor .box {
    display: flex;
    width: 110.0rem;
    margin: 0 auto 8.0rem;
    position: relative;
}
#charactor .box:last-of-type { margin-bottom: 0; }
#charactor .box figure {
    width: 42.0rem;
    position: absolute;
    top: 0;
    left: 0;
}
#charactor .box dl {
    width: 72.0rem;
    background: #fff;
    margin: 3.0rem 0 0 auto;
    padding: 6.0rem 5.0rem 6.0rem 8.0rem;
    box-sizing: border-box;
}
#charactor .box.r figure {
    width: 42.0rem;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
#charactor .box.r dl {
    margin: 3.0rem auto 0 0;
    padding: 6.0rem 8.0rem 6.0rem 5.0rem;
}
#charactor .box dl dt {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    align-items: center;
    margin-bottom: 4.0rem;
}
#charactor .box dl dt span {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #0096EA;
    display: block;
    border: 1px solid #C7DEFF;
    border-radius: 8.0rem;
    width: 8.0rem;
    height: 8.0rem;
    margin-right: 2.0rem;
    padding-top: 1.5rem;
    box-sizing: border-box;
}
#charactor .box dl dt span em {
    font-size: 2.6rem;
    display: block;
    padding-top: 0.5rem;
}
#charactor .box dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
}


/* ============================================================
   中間CTA（lp-improvements統合）
   ============================================================ */
.contact {
    text-align: center;
    background: url(../../image/common/bg-contact.webp) no-repeat;
    background-size: cover;
    padding: 5.0rem 0;
    position: relative;
}
.contact::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 22, 61, 0.18);
    pointer-events: none;
    z-index: 0;
}
.contact h2 {
    font-weight: 700;
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 4.0rem;
    position: relative;
    z-index: 1;
}
.contact h2 span {
    position: relative;
    z-index: 2;
    color: #FFE131;
}
.contact p {
    position: relative;
    z-index: 1;
}
.contact p a {
    color: #0F163D;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    display: block;
    background: #FFE131;
    border-radius: 7.0rem;
    margin: 0 auto;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    box-shadow: 0 6px 0 #FFAF50;
    border-bottom: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.contact p a:hover {
    opacity: 1;
    transform: translateY(4px);
    box-shadow: 0 2px 0 #FFAF50;
}


/* ============================================================
   業務フロー
   ============================================================ */
#flow {
    padding: 9.0rem 0;
}
#flow p {
    width: 98.5rem;
    margin: 0 auto;
}


/* ============================================================
   お客様の声
   ============================================================ */
#voice {
    background: #F2F2F2;
    padding: 9.0rem 0;
}
#voice .voice-in {
    width: 100.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 6.0rem;
    box-sizing: border-box;
    /* lp-improvements統合 */
    border-top: 4px solid #0096EA;
    border-radius: 4px;
}
#voice .voice-in div { width: 66.0rem; }
#voice .voice-in dt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.7;
    color: #0096EA;
    margin-bottom: 2.0rem;
}
#voice .voice-in dd {
    font-size: 1.6rem;
    line-height: 1.875;
}
#voice .voice-in p {
    font-size: 1.6rem;
    border-top: 1px dotted #0096EA;
    margin-top: 2.0rem;
    padding-top: 2.0rem;
}
#voice .voice-in figure { width: 17.0rem; }
.swiper-wrapper { height: auto; }
.btn-prev-next {
    width: 94.0rem;
    margin: 0 auto;
    position: relative;
}
.swiper-button-next,
.swiper-button-prev {
    width: 7.0rem;
    height: 7.0rem;
    background: #0096EA;
    border: 1px solid #0096EA;
    border-radius: 7.0rem;
}
.swiper-button-next { top: -18.0rem; right: -12.0rem; }
.swiper-button-prev { top: -18.0rem; left:  -12.0rem; }
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
    border: 1px solid #0096EA;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 2.6rem;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after { color: #0096EA; }
.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
}
.swiper-pagination-bullet-active { background: #0096EA; }
#voice .ex {
    width: 94.0rem;
    margin: 0 auto;
    padding-top: 10.0rem;
}
#voice .ex h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    background: #0096EA;
    padding: 1.0rem;
}
#voice .ex div.bg-ex {
    background: #fff;
    padding: 3.0rem 4.0rem;
    display: flex;
    justify-content: space-between;
}
#voice .ex div.bg-ex ul li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}


/* ============================================================
   導入までの流れ
   ============================================================ */
#flow2 { padding: 9.0rem 0; }
#flow2 .flow-in {
    display: flex;
    justify-content: space-between;
    width: 94.0rem;
    margin: 0 auto 8.0rem;
}
#flow2 .flow-in div { width: 26.0rem; }
#flow2 dl {
    border: 1px solid #C7DEFF;
    background: #fff;
    border-radius: 13.0rem;
    width: 13.0rem;
    height: 13.0rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 2.0rem;
    position: relative;
}
#flow2 .flow-in div:first-of-type dl:after {
    content: '';
    width: 56.0rem;
    height: 1px;
    border-bottom: 1px dotted #2E5E97;
    position: absolute;
    top: 6.5rem;
    left: 13.0rem;
}
#flow2 dl dt {
    font-size: 3.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #0096EA;
    margin-bottom: 1.0rem;
}
#flow2 dl dd {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
}
#flow2 dl dd span {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #0096EA;
    display: block;
    padding-top: 1.0rem;
}
#flow2 figure {
    width: 23.8rem;
    margin: 0 auto;
    padding: 3.0rem 0;
}
#flow2 p {
    font-size: 1.6rem;
    line-height: 1.875;
}


/* ============================================================
   サポート体制
   ============================================================ */
#support {
    background: #E3F3FF;
    padding: 9.0rem 0;
}
#support h3 {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    color: #0F163D;
    margin-bottom: 6.0rem;
}
#support ul {
    display: flex;
    justify-content: center;
    margin-bottom: 6.0rem;
}
#support ul li {
    width: 31.0rem;
    margin: 0 5.0rem;
}
#support p {
    font-size: 1.6rem;
    line-height: 1.875;
    width: 69.0rem;
    margin: 0 auto 5.0rem;
}
#support figure {
    width: 38.0rem;
    margin: 0 auto 5.0rem;
}
#support p a {
    color: #0F163D;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    display: block;
    background: #FFE131;
    border-radius: 7.0rem;
    margin: 0 auto;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    box-shadow: 0 6px 0 #FFAF50;
    border-bottom: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#support p a:hover {
    opacity: 1;
    transform: translateY(4px);
    box-shadow: 0 2px 0 #FFAF50;
}


/* ============================================================
   導入費用
   ============================================================ */
#price { padding: 9.0rem 0; }
#price h3 {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    color: #0096EA;
    margin-bottom: 6.0rem;
}
#price .free1m {
    /* lp-improvements統合 */
    background: #E3F3FF;
    border: 2px solid #0096EA;
    border-radius: 1.2rem;
    width: 53.6rem;
    margin: 0 auto 1.0rem;
    padding: 3.0rem;
    padding-left: 12.0rem;
    box-sizing: border-box;
    position: relative;
}
#price .free1m:before {
    content: '';
    width: 15.0rem;
    height: 15.0rem;
    background: url(../../image/free1m.webp) no-repeat;
    background-size: 15.0rem 15.0rem;
    position: absolute;
    left: -7.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#price .free1m p {
    font-size: 2.4rem;
    line-height: 1;
}
#price .free1m p span { font-size: 1.6rem; }
#price .free1m p strong {
    font-size: 6.6rem;
    color: #0096EA;
    display: inline-block;
    padding-top: 1.0rem;
}

/* 1日あたり料金（lp-improvements統合） */
#price .per-day {
    margin-top: 1.0rem;
    background: #d0eaf8;
    border-radius: 5.0rem;
    display: inline-block;
    padding: 0.4rem 2.0rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0096EA;
    letter-spacing: 0.03em;
}
#price .per-day em {
    font-style: normal;
    font-size: 2.4rem;
    color: #0096EA;
    margin: 0 0.2rem;
}

#price dl {
    display: flex;
    margin-bottom: 0.5rem;
    width: 54.0rem;
    margin: 0 auto;
}
#price dl dt {
    font-size: 2.0rem;
    font-weight: 700;
    border: 1px solid #f2f2f2;
    width: 21.0rem;
    text-align: center;
    margin-right: 0.5rem;
    padding: 2.0rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#price dl dt span {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    display: block;
    padding-top: 0.5rem;
}
#price dd {
    font-size: 1.6rem;
    background: #f2f2f2;
    width: 32.0rem;
    padding: 3.0rem 0 2.0rem;
    padding-left: 6.0rem;
    box-sizing: border-box;
    line-height: 1;
}
#price dd span { font-size: 3.6rem; }


/* ============================================================
   機能一覧
   ============================================================ */
#function {
    background: #F1F1F1;
    padding: 9.0rem 0 0;
}
#function .f-list {
    display: flex;
    width: 72.0rem;
    margin: 0 auto;
    padding: 4.0rem 8.0rem 3.0rem;
    background: #fff;
    box-sizing: border-box;
}
#function .f-list div {
    margin-right: 2.0rem;
    width: 34.0rem;
}
#function .f-list div:last-of-type { margin-right: 0; }
#function .f-list li {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 1.0rem;
    padding-left: 1.6rem;
    position: relative;
}
#function .f-list li:before {
    content: '●';
    font-size: 10px;
    color: #2EBF73;
    position: absolute;
    top: 0.5rem;
    left: 0;
}


/* ============================================================
   画面イメージ
   ============================================================ */
#image {
    background: #F1F1F1;
    padding: 9.0rem 0 5.0rem;
}
#image h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0096EA;
    margin-bottom: 3.0rem;
}
#image ul {
    width: 63.0rem;
    margin: 0 auto;
}
#image ul li { margin-bottom: 3.0rem; }
#image ul li span {
    font-size: 1.6rem;
    margin-bottom: 2.0rem;
    padding-left: 1.0rem;
    display: block;
    position: relative;
}
#image ul li span:before {
    content: '●';
    font-size: 6px;
    color: #2EBF73;
    position: absolute;
    top: 0.8rem;
    left: 0;
}
#image ul li img { filter: drop-shadow(1px 1px 5px #ddd); }
#image p.comment {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    padding-top: 3.0rem;
}


/* ============================================================
   よくある質問
   ============================================================ */
#faq { padding: 9.0rem 0 7.0rem; }
#faq .faq-box { margin-bottom: 8rem; }
#faq h3 {
    font-size: 2.6rem;
    font-weight: 700;
    width: 100.0rem;
    margin: 0 auto 3.0rem;
}
#faq dl {
    border-bottom: 1px dotted #a6a6a6;
    width: 100.0rem;
    margin: 0 auto;
    padding: 2.0rem 0;
}
#faq dl:first-of-type { border-top: 1px dotted #a6a6a6; }
#faq dl dt {
    color: #0096EA;
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 3.5rem;
    position: relative;
    text-indent: -2em;
}
#faq dl dd {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-top: 1rem;
    padding-left: 3.5rem;
    display: none;
    position: relative;
    text-indent: -2em;
    box-sizing: border-box;
}
#faq dl dd span {
    display: block;
    margin-bottom: 2.0rem;
}
#faq dl dt span.toggle_btn {
    text-indent: 100%;
    white-space: nowrap;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 2.5vw;
    transform: translateY(-50%);
    overflow: hidden;
}
#faq dl dt span.toggle_btn:before,
#faq dl dt span.toggle_btn:after {
    content: '';
    display: block;
    background-color: #000;
    width: 2.0rem;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#faq dl dt span.toggle_btn:before {
    width: 2px;
    height: 2.0rem;
}
#faq dl dt.toggle_title.selected .toggle_btn:before { content: normal; }
#faq p {
    font-size: 1.4rem;
    width: 100.0rem;
    margin: 0 auto;
    padding: 9.0rem 0 0;
}


/* ============================================================
   会社概要
   ============================================================ */
#company {
    background: #F1F1F1;
    padding: 9.0rem 0;
}
#company .company-in {
    width: 92.0rem;
    margin: 0 auto;
    padding: 6.0rem;
    background: #fff;
}
#company dl {
    border-bottom: 1px dotted #a6a6a6;
    margin: 0 auto;
    padding: 2.0rem 0;
    display: flex;
}
#company dl:first-of-type { border-top: 1px dotted #a6a6a6; }
#company dl dt {
    color: #0096EA;
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 2.0rem;
    width: 16.0rem;
    box-sizing: border-box;
}
#company dl dd {
    font-size: 1.6rem;
    line-height: 1.6;
}


/* ============================================================
   お問い合わせフォーム（lp-improvements統合）
   ============================================================ */
#contact { padding: 9.0rem 0; }
#contact p.comment {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2.0rem;
}
#contact figure {
    width: 38.0rem;
    margin: 0 auto 6.0rem;
}

/* リード文 */
#contact .form-lead {
    background: #FFF8E1;
    border-top: 4px solid #FFE131;
    border-bottom: 4px solid #FFE131;
    border-radius: 8px;
    padding: 1.8rem 2.4rem;
    margin: 0 auto 3.0rem;
    width: 80.0rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #444;
    text-align: center;
}

#contact form dl {
    border-bottom: 1px dotted #0096EA;
    width: 80.0rem;
    margin: 0 auto;
    padding: 2.0rem 0;
    display: flex;
    align-items: center;
}
#contact form dl:first-of-type { border-top: 1px dotted #0096EA; }
#contact form dl:last-of-type  { margin-bottom: 6.0rem; }
#contact form dl dt {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 2.0rem;
    width: 20.0rem;
    box-sizing: border-box;
    position: relative;
}
#contact form dl dt.need:before {
    content: '必須';
    line-height: 1;
    font-size: 1.4rem;
    background: #e57a7a;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.5rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
#contact form dl dt.option:before {
    content: '任意';
    line-height: 1;
    font-size: 1.4rem;
    background: #888;
    color: #fff;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
}
#contact form dl dd {
    font-size: 1.6rem;
    line-height: 1.6;
    width: 60.0rem;
    padding-right: 2.0rem;
    padding-left: 4.0rem;
    box-sizing: border-box;
}
#contact form dl dd input[type="text"] {
    font-size: 1.6rem;
    border: 1px solid #a6a6a6;
    padding: 2.0rem;
    width: 100%;
    box-sizing: border-box;
}
#contact form dl dd input.short[type="text"] {
    width: 60%;
    margin-left: 2.0rem;
    box-sizing: border-box;
}
#contact form dl dd textarea {
    font-size: 1.6rem;
    border: 1px solid #a6a6a6;
    padding: 2.0rem;
    width: 100%;
    height: 15.0rem;
    box-sizing: border-box;
}

/* 任意バッジ */
.option-badge {
    display: inline-block;
    background: #888;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem;
    margin-left: 0.8rem;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1;
}


.form-check-row {  width:         80.0rem;  margin:        0 auto 2.0rem;  padding:       1.5rem 2.0rem;  border-radius: 0.6rem;}
.form-check-row.trial-check { background: #EEF3FF; border: 1px solid #C7DEFF; }


/* 電話ボックス */
div.tel {
    border: 2px solid #0096EA;
    border-radius: 1.0rem;
    width: 38.0rem;
    height: 8.0rem;
    margin: 0 auto 6.0rem;
    padding-top: 1.0rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
}
div.tel:before {
    content: '';
    width: 8.0rem;
    height: 8.0rem;
    border: 2px solid #0096EA;
    border-right: none;
    background: url("../../image/icon-tel.png") no-repeat center center #0096EA;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
div.tel a dl { padding-left: 11.5rem; }
div.tel a dl dt {
    color: #0096EA;
    font-size: 3.0rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 1.0rem;
}
div.tel a dl dd {
    font-size: 1.4rem;
    color: #0F163D;
}

/* 送信ボタン */
.send {
    color: #0F163D;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    border: none;
    display: block;
    background: #FFE131;
    border-radius: 7.0rem;
    margin: 0 auto 3.0rem;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    box-shadow: 0 6px 0 #FFAF50;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}
.send:hover {
    opacity: 1;
    transform: translateY(4px);
    box-shadow: 0 2px 0 #FFAF50;
}
.back {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    border: none;
    display: block;
    background: #888;
    border-radius: 7.0rem;
    margin: 0 auto 3.0rem;
    padding: 2.0rem;
    width: 30.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    cursor: pointer;
}
#contact.complete { padding: 9.0rem 0 10.0rem; }
#contact.complete p.txt-comp {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.7;
    border: 1px solid #a6a6a6;
    width: 50.0rem;
    margin: 0 auto;
    padding: 4.0rem;
}
.errMsg { color: #d00; }

p.btn-top a {
    color: #0F163D;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    display: block;
    background: #FFE131;
    border-radius: 7.0rem;
    margin: 0 auto 9.0rem;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    box-shadow: 0 6px 0 #FFAF50;
    border-bottom: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
p.btn-top a:hover {
    opacity: 1;
    transform: translateY(4px);
    box-shadow: 0 2px 0 #FFAF50;
}


/* ============================================================
   信頼バッジ（lp-improvements統合）
   ============================================================ */
#trust-bar {
    background: #0096EA;
    color: #fff;
    text-align: center;
    padding: 1.2rem 2.0rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
#trust-bar strong {
    font-weight: 700;
    color: #FFE131;
    margin: 0 0.4rem;
}


/* ============================================================
   スティッキーCTAバー
   ヒーロー通過後に画面下部へ固定表示、フォーム到達で非表示
   ============================================================ */
#sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0F163D;
    z-index: 150;
    padding: 1.2rem 3.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.0rem;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -3px 20px rgba(0,0,0,0.25);
    box-sizing: border-box;
}
#sticky-cta.visible {
    transform: translateY(0);
}
.sticky-text {
    color: rgba(255,255,255,0.80);
    font-size: 1.5rem;
    white-space: nowrap;
    letter-spacing: 0.02em;
}
#sticky-cta a {
    color: #0F163D;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background: #FFE131;
    border-radius: 7.0rem;
    padding: 1.1rem 3.2rem;
    display: inline-block;
    box-shadow: 0 4px 0 #FFAF50;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#sticky-cta a:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 0 #FFAF50;
}


/* ============================================================
   業種フィールド：縦並びラジオ + その他入力の表示制御
   ============================================================ */
.radio-label {
    display: block;
    margin-bottom: 1.0rem;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.5;
}
#other-input {
    display: none;
    margin-top: 1.0rem;
}
#other-input input[type="text"] {
    font-size: 1.6rem;
    border: 1px solid #a6a6a6;
    padding: 1.5rem 2.0rem;
    width: 100%;
    box-sizing: border-box;
}


/* ============================================================
   FAQスムーズアコーディオン
   display:none の切り替えを max-height トランジションに差し替え
   ============================================================ */
#faq dl dd {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0;
    transition: max-height 0.40s cubic-bezier(0.4, 0, 0.2, 1);
}
#faq dl dd.faq-open {
    max-height: 80rem;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem;
}
/* 開閉アイコン（+）の回転アニメーション */
#faq dl dt .toggle_btn {
    transition: transform 0.35s ease;
}
#faq dl dt.selected .toggle_btn {
    transform: translateY(-50%) rotate(45deg) !important;
}
/* selected時はvertical barを再表示（content:normal 上書き） */
#faq dl dt.selected .toggle_btn:before {
    content: '' !important;
}


/* ============================================================
   プライバシーポリシー同意エリア
   ============================================================ */
.privacy-agree-wrap {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
.privacy-label {
    cursor: pointer;
}
.privacy-label input[type="checkbox"]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.privacy-label input[type="checkbox"]:disabled ~ a {
    opacity: 0.7;
}
#privacy-hint {
    font-size: 1.3rem;
    color: #888;
    margin-bottom: 1.5rem;
}


/* ============================================================
   trust-bar リニューアル: 4アイテム均等・チェックアイコン
   ============================================================ */
#trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.8rem;
    flex-wrap: wrap;
    padding: 1.2rem 2.0rem;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.tb-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}
.tb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    background: #FFE131;
    color: #0F163D;
    border-radius: 50%;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}


/* ============================================================
   ヒーロー: 上部余白の調整
   header(8rem) + trust-bar(約4.4rem) = 12.4rem に合わせる
   ============================================================ */
#mainvisual {
    padding-top: 12.4rem;
}


/* ============================================================
   スクロール連動フェードインアニメーション
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
    .anim-target {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 0.55s ease, transform 0.55s ease;
    }
    .anim-target.anim-in {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ============================================================
   フォーム: 申込バッジ（✔ 3ヶ月間の無料お試しを申し込む）
   ============================================================ */
.form-trial-badge {
    background: #E3F3FF;
    border: 2px solid #0096EA;
    border-radius: 0.8rem;
    color: #0096EA;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding: 1.4rem 2.0rem;
    margin: 0 auto 3.0rem;
    width: 80.0rem;
    box-sizing: border-box;
    letter-spacing: 0.04em;
}


/* ============================================================
   会社概要: 社名リンク
   ============================================================ */
.company-link {
    color: #0096EA;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s;
}
.company-link:hover {
    opacity: 0.7;
}


/* ============================================================
   SP: CTAボタンタップ領域の保証（sticky CTA 含む）
   ============================================================ */
