/* =================================
jimoto LP用
================================= */

/* =================================
リセット（スコープ限定）
================================= */
.jimoto-page *,
.jimoto-page *::before,
.jimoto-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* =================================
ヘッダー（固定＋横幅100%＋白背景）
================================= */
.l-header .site-brand {
    width: clamp(160px, 214 / 1440 * 100vw, 214px);
    height: clamp(36px, 48 / 1440 * 100vw, 48px);
}
.site-brand {
  margin: 0;
}

.site-brand a {
  display: block;
  width: 100%;
  height: 100%;
}

.site-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

    .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    padding: 0 clamp(25px, 40 / 1440 * 100vw, 40px) 0 clamp(20px, 40 / 1440 * 100vw, 40px);
    background-color: #fff;
}
.nav .list {
  display: flex;
  gap: 30px;
  list-style: none;
}

.nav .list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}
.nav {
  display: none;
  align-items: center;
  gap: 30px;
}


.btn-link {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgb(234, 90, 10) 0%, rgb(238, 186, 103) 100%);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.btn-link:hover {
  opacity: 0.85; 
  color: #cfe8ff;
}
.btn-menu {
  display: none;
  background: none;
  border: none;
}

.btn-menu .icon span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 5px 0;
}

.jimoto-page {
  padding: 64px 0 5vw;
  font-size: 16px;
  margin-top: 64px;
}


body {
  background: #4B8DDD url("../img/jimoto_fv_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  font-family: "游ゴシック", "YuGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, sans-serif !important;
}
body:not(.open) .l-header {
    z-index: 999;
}

.fv {
  display: flex;
  align-items: flex-start; 
  padding-top: 0;          
}
/* 中央寄せコンテンツ */
.lead-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 20px 20px;*/
  text-align: center;
  color: #fff;
}

/* タイトル */
.fv-title img {
  width: 70%;
  height: auto;
}



.lead {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  font-weight:bold;
  font-size: clamp(16px, 4.5vw, 24px);
  line-height:1.5;
  margin:30px auto 10px;
}

.lead::before,
.lead::after{
  content:"";
  width:2px;
  height:32px;
  background:#fff;
}

.lead:before{ transform:rotate(-30deg); }
.lead:after{ transform:rotate(30deg); }




/* ボタン */
.com-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    height: clamp(86px, 96 / 1440 * 100vw, 96px);
    margin: 0 auto;
    border-radius: 48px;
    font-size: clamp(16px, 22 / 1440 * 100vw, 22px);
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, rgb(234, 90, 10) 0%, rgb(238, 186, 103) 100%);
}
.com-link:hover {
  opacity: 0.85; /* 全体を少し透過 */
  color: #cfe8ff; /* 薄い水色 */
}


/* =================================
共通コンテンツ
================================= */
.jimoto-content{
  max-width:1100px;
  margin:3vw auto;
  padding:4vw 6vw;
  border-radius:2vw;
  color:#000;
}

.jimoto-content-yellow{background:#F9F8EA;}
.jimoto-content-white{background:#fff;}

.jimoto-content p{
  /*font-size:16px;*/
  font-size: clamp(14px, 4vw, 16px);
  line-height:1.8;
  margin-bottom:12px;
}

.jimoto-content p.small{
  font-size:14px;
  line-height:1.6;
}

/* =================================
タイトル
================================= */
.jimoto-page>.jimoto-title img{
  width:80%;
  max-width:480px;
  display:block;
  margin:20px auto;
}

.jimoto-plan-tit-img img{
  width:80%;
  max-width:420px;
  display:block;
  margin:10px auto 20px;
}

/* =================================
特徴
================================= */
.jimoto-feature{
  text-align:center;
  margin-bottom:40px;
}

.jimoto-feature h2{
  color:#FDABA9;
  font-weight:bold;
  margin:30px auto 16px;
}

.feature-ico-wrap{
  margin:16px 0 8px;
  display:flex;
  justify-content:center;
}

.feature-ico{ width:160px; }

.jimoto-feature h3{
  font-size: clamp(18px, calc(28 / 1440 * 100vw), 28px);
  margin:20px auto;
}

.jimoto-feature p{
  text-align:left;
  padding:0 8px;
}

.jimoto-feature .caution{ font-size:14px; }
.jimoto-feature .caution.small{ font-size:13px; }

.jimoto-feature01::after{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background:#a3c5f0;
  margin:80px auto 40px;
}

/* =================================
flow
================================= */
.jimoto-flow{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:3vw;
  margin:10px 0 40px;
  padding-top:40px;
  flex-wrap:wrap;
}

.flow-item{
  text-align:center;
  min-width:140px;
  max-width:200px;
}

.flow-icon{
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.flow-icon img{ max-height:110px; }

.jimoto-flow-label{
  display:block;
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
}

.jimoto-flow img.arrow{ width:24px; }

/* =================================
グラフ
================================= */
.jimoto-graph{ margin:30px auto 20px; }
.jimoto-graph img{
  width:100%;
  display:block;
}

/* =================================
HOWTO
================================= */
.jimoto-howto{
  list-style:none;
  padding:0;
  margin:0;
  counter-reset: howto;
}

.jimoto-howto li{
  counter-increment: howto;
  text-align:center;
  margin-bottom:60px;
}

.jimoto-howto li::before{
  content: counter(howto);
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:20px auto;
  font-size:20px;
  font-weight:bold;
  border-radius:50%;
  color:#fff;
  background:#FDABA9;
}

.jimoto-howto li,
.jimoto-howto dt,
.jimoto-howto dd{
  line-height:1.8;
}

/* =================================
sec02 
================================= */

/* dl横並び */
.jimoto-howto li.sec02 .mod-dl_01 {
  display: flex;
  flex-direction: column;
  gap: 0;
  /*text-align: left;*/
}

/* PC */
@media (min-width:769px){
 .nav {
  display: flex;
}
  .jimoto-howto li.sec02 .mod-dl_01 {
    /*flex-direction: row;*/
    justify-content: space-between;
  }

  .jimoto-howto li.sec02 .mod-dl_01 dl dd {
    width: 80%;
    text-align: left;
  }
  .menu-btn { display: none; }
}
  .btn-link {
    width: 80%;
    text-align: center;
    /*margin-top: 20px;*/
  }
/* dt画像 */
.jimoto-howto li.sec02 dt img {
  max-width: 100%;
  height: auto;
}

/* テキスト整え */
.jimoto-howto li.sec02 dd {
  margin-top: 10px;
}

/* 画像はみ出し防止 */
.jimoto-howto li.sec02 .img {
  text-align: center;
}

.jimoto-howto li.sec02 .img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* タイトル */
.com-tit02{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  font-weight:bold;
  font-size: clamp(16px, 4.5vw, 24px);
  line-height:1.5;
}

.com-tit02::before,
.com-tit02::after{
  content:"";
  width:2px;
  height:48px;
  background:#444;
}

.com-tit02::before{ transform:rotate(-30deg); }
.com-tit02::after{ transform:rotate(30deg); }

/* =================================
mod-dl
================================= */
/*.mod-dl_01 dl{ margin-bottom:12px; }*/
.mod-dl_01 dl+dl{ margin-top:20px; }

.mod-dl_01 dt{
  font-size: clamp(16px, 4.5vw, 20px);
  font-weight:bold;
}

.mod-dl_01 dd{
  font-size: clamp(14px, 4vw, 16px);
  line-height:1.7;
}

/* =================================
POINT
================================= */
.mod-point{
  position:relative;
  border-radius:16px;
  background:#FCFBE3;
  padding:20px;
  text-align:left;
}

.mod-point .tit{
  font-size: clamp(16px, 4.5vw, 20px);
  font-weight:bold;
  margin-bottom:8px;
}

.mod-point .tx{
  font-size: clamp(14px, 4vw, 16px);
  line-height:1.7;
}

.is-mt40-28{
  margin-top:min(7.4vw,28px);
}
.is-mt40 {
  margin-top: min(5.3333333333vw, 25px);
}


/* =================================
アンカー
================================= */
#jimoto-plan{ scroll-margin-top:120px; }

/* =================================
sec02専用
================================= */
.jimoto-howto .sec02 .mod-dl_01 dl{
  margin-bottom:20px;
  text-align:center;
}

.jimoto-howto .sec02 .mod-dl_01 dl dt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto ;
  padding:10px 16px;
  background:#4B8DDD;
  border-radius:8px;
}

.jimoto-howto .sec02 .mod-dl_01 dl dt img{
  width:120px;
}

.jimoto-howto .sec02 .mod-dl_01 dl dd{
  text-align:center;
}

.jimoto-howto li.sec02 .img{ width:100%; }

.jimoto-howto li.sec02 .img.img80 {
  /*margin-top: min(10.6vw, 40px);*/
  margin-top: min(6.4vw, 80px);
  width: 100%;
}

/* =================================
PC
================================= */
@media (min-width:769px){

.jimoto-page>.jimoto-title img{
  width:50vw;
  max-width:600px;
}

.jimoto-plan-tit-img img{
  width:40%;
  max-width:400px;
}

.jimoto-graph{ width:80%; }

.mod-point{
  padding:30px 30px 36px 180px;
}

.mod-point::before{
  content:"POINT";
  position:absolute;
  top:50%;
  left:30px;
  transform:translateY(-50%);
  width:120px;
  height:120px;
  border-radius:50%;
  background:#FDABA9;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:bold;
}

.is-mt40-28{
  margin-top:min(2.7vw,40px);
}
 .is-mt40 {
        margin-top: min(2.7777777778vw, 40px);
 }
.jimoto-howto li.sec01 img{
  margin-top:20px;
  width:160px;
}

.sp{ display:none; }

.com-tit02::before,
.com-tit02::after{
  height:60px;
}

/* sec02 PC */
    .jimoto-howto .sec02 .mod-dl_01 {
    display: flex;
    flex-direction: column; /* 縦積み */
    gap: 0;              /* dl同士の間隔 */
  }

  /* 各 dl 内は画像（左）＋テキスト（右） */
  .jimoto-howto .sec02 .mod-dl_01 dl {
    display: flex;
    align-items: flex-start;
    gap: 16px;              /* 画像とテキスト間のスペース */
    width: 100%;
    text-align: left;       /* テキストは左揃え */
  }

  .jimoto-howto .sec02 .mod-dl_01 dl dt {
    flex-shrink: 0;         /* 画像の幅を固定 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4B8DDD;
    border-radius: 8px;
    padding: 10px 20px;
  }

  .jimoto-howto .sec02 .mod-dl_01 dl dt img {
    width: 160px;
    height: auto;
  }

  .jimoto-howto .sec02 .mod-dl_01 dl dd {
    flex: 1;                /* テキストは残り幅に広がる */
    /*font-size: 18px;*/
    font-size: 1.25rem;
    /*line-height: 1.8;*/
    font-weight: bold;
    line-height: 1.2;
  }

  /* 下の画像は中央揃え */
  .jimoto-howto li.sec02 .img {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .jimoto-howto li.sec02 .img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

.is-mt60{
  margin-top:min(4.1vw,60px);
}

}


/* =================================
SP
================================= */
@media (max-width:768px){


  body {
    background: #4B8DDD url("../img/jimoto_fv_bg.jpg") no-repeat top center;
    background-size: cover;
  }


  .nav {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background:#FFFEF0;
    display: none;
    height: 100vh; 
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 0;
  }

  .nav.open {
    display: flex;
  }


.nav .list {
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.nav .list li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.nav .list a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
  .btn-menu {
    display: block;
  }


  .btn-link {
    margin-top: 20px;
    width: 90%;
    text-align: center;
  }


/* ======================
ハンバーガー → ×
====================== */

/* アニメーション用 */
.btn-menu .icon span {
  transition: 0.3s;
}

/* 上の線 */
.btn-menu.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
/* 真ん中の線 */
.btn-menu.open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
/* 下の線 */
.btn-menu.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

  /* FVなどコンテンツ側は上余白ゼロ */
  .fv {
    padding-top: 50px;
  }
  .sp {
    display: inline;
  }
.jimoto-page {
    padding: 30px 0;
}
.jimoto-content{
  max-width:95%;
  margin-top: 30px;
}

.feature-ico{ width:80px; }

.jimoto-flow{
  flex-direction:column;
  gap:20px;
}

.jimoto-flow img.arrow{
  transform:rotate(90deg);
}

.jimoto-graph{
  width:100%;
  margin:20px auto;
}

.mod-point::before{
  content:"POINT";
  width:64px;
  height:64px;
  border-radius:50%;
  background:#FDABA9;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:bold;
  margin:20px auto;
}

#jimoto-plan{
  scroll-margin-top:80px;
}

.com-tit02{ gap:8px; }

.jimoto-howto li::before{
  width:36px;
  height:36px;
  font-size:14px;
}

.jimoto-howto li.sec01 img{
  margin-top:12px;
  width:80px;
}

  .fv {
    align-items: flex-start; /* 上寄せ */
    padding-top: 0;
  }

  .fv-inner {
    padding: 0px 16px;
  }

  .fv-title img {
    width: 92%;
  }

 .lead {
    font-size: 16px;
    margin:10px auto;
  }

    .com-link {
    width: 90%;
  }
}



/* ======================
プラポリ
====================== */

body.privacy-page {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.privacy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;
}
.privacy-container h1 {
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.privacy-container h1::after {
  content: "";
  display: block;
  width: 120px;        /* 線の長さ */
  height: 3px;         /* 線の太さ */
  background: #019343; /* 緑 */
  margin: 15px auto 0; /* 中央配置 */
}

.privacy-container h1 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.privacy-container h1 {
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; /* 薄いグレー線 */
}

.privacy-container h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: #019343;
}
.privacy-container h2 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.privacy-container p {
  margin-bottom: 15px;
}

.privacy-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.privacy-container li {
  margin-bottom: 8px;
}

.privacy-meta {
  text-align: right;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.privacy-container a {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
}:/