/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
      font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Std", Meiryo, sans-serif;
      font-weight: 400;
      line-height: 1.6;
    }


.main_wra{
max-width: 770px;
margin: 0 auto; 
}

.top{
text-align: center;
height: 50px;
}
.top img{
width: clamp(100px, 50vw, 226px);
}

.fv{
height: 320px;
background-image: url("../img/fv_bg.webp");
background-repeat: no-repeat;
background-position: right;
background-size: cover;
}
.fv_copy img{
max-width: 370px;
padding: 40px 0 0 37px;
}

.category{
height: 240px;
background-color: #7ebd28;
position: relative;
}
.category::after,
.hantei_top::after{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #7ebd28;
}
.cate_wra{
position: absolute;
top:-76px;
left: 50%;
transform: translate(-50%);
}
.cate_wra2{
display: flex;
justify-content: center;
}
.cate_box img{
width: 120px;
padding: 0 5px;
}
.cate_box p{
font-size: 18px;
font-weight: bolder;
color: #4d4d4d;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF,  0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;
text-align: center;
margin: -10px 0 0 0;
}

.hantei{
height: 935px;
background-color: #e6e6e6;
}
.hantei_bg{
background-color: #fff;
max-width: 750px;
height: 900px;
margin: 0 auto;
}
.hantei_top{
position: relative;
text-align: center;
padding: 70px 0 16px 8px;
}
.hantei_top::after{
  bottom: -30px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #fff;
}
.hantei_top img{
width: 94%;
}
.hantei_btm{
background-color: #7ebd28;
}
.hantei_cv{
position: relative;
padding: 40px 0;
text-align: center;
}
.hantei_cv p{
font-size: 2.2rem;
font-weight: bolder;
color: #f15a24;
text-align: center;
margin: 0 auto 20px;
}
.hantei_cv::after {
  content: "";
  display: block;
  width: 100%;  
  border-bottom: 6px dashed #fff;
  margin: 40px 0 0 0;
}
.cv_btn{
  display: inline-block;
  background-color: #333; 
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 50px;
  border-radius: 12px; 
  transition: background 0.3s, transform 0.2s;
}
.cv_btn:hover {
  background-color: #f15a24;
  transform: translateY(2px);
}
.yubi_01 img {
position: absolute;
width: 80px;
right: 96px;
bottom: 82px;
}
.hantei_point{
text-align: center;
}
.hantei_nayami img,
.hantei_nayami2 img{
max-width: 90%;
}
.hantei_nayami2{
margin-top: 50px;
padding-right: 10px;
}
.point_wra{
text-align: center;
position: relative;
}
.point_in{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.point{
height: 60px;
width: 190px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-color: #fff;
border-radius: 10px;
font-size: 1.15rem;
font-weight: bold;
line-height: 1.2;
margin: 20px 50px 10px;
box-shadow: 0 5px 8px rgba(60, 170, 0, 0.9);
}
.point_btm .point{
margin: 90px 80px 0;
}

.body_logo{
height: 134px;
background-color: #333;
display: flex;
justify-content: center;
align-items: center;
}
.body_logo img{
max-width: 490px;
}


.body_01{
background-color: #e8f2c9;
text-align: center;
padding-bottom: 50px;
}
.body_01_point{
display: flex;
justify-content: center;
padding: 10px;
padding-top: 30px;
}
.body_01_img img{
width: 250px;
}
.body_01_btm{
background-color: #fff;
border-radius: 10px;
box-shadow: 0 5px 14px rgba(60, 170, 0, 0.6);
max-width: 750px;
margin: 16px auto 0;
position: relative;
padding-bottom: 40px;
}
.body_01_tips{
position: relative;
}
.body_01_tip{
position: absolute;
top: -36px;
}
.tip1{
left: 0px;
}
.tip2{
right: 0;
}
.body_01_ttl{
position: relative;
}
.body_01_ttl,
.body_01_ttl2{
font-weight: bold;
font-size: 2rem;
padding-top: 5px;
}
.body_01_ttl p{
margin-bottom: 4px;
}
.p_or{
color: #f15a24;
}
.body_01_ttl::after{
content: '';
border: 3px solid #f15a24;
display: block;
width: 80%;  
margin: 0 auto;
}
.body_01_ttl2{
padding-top: 0;
}
.body_01_ttl2 p{
margin: 1rem auto 0;
}
.line img{
width: 80%;
}
.body_01_wra{
display: flex;
flex-direction: column;
font-size: 1.2rem;
font-weight: bold;
border: 2px solid #333;
padding: 14px 0;
max-width: 80%;
margin: -8px auto 0;
border-radius: 10px;
text-align: left;
}
.body_01_wra p{
margin: 0 0 0 20px;
}
.body_01_txt{
font-size: 2rem;
font-weight: bold;
line-height: 1;
margin: 1rem auto 1.5rem;
}
.yubi_wra{
position: relative;
}
.yubi_02 img{
position: absolute;
width: 80px;
left: 100px;
bottom: 0;
}


.body_02_h{
background-color: #7ebd28;
text-align: center;
position: relative;
}
.body_02_h p{
color: #fff;
font-size: 3rem;
font-weight: bold;
margin: 0 auto;
padding: 14px 0;
text-shadow: 0 2px 10px rgba(0, 130, 30, 1);
}
.body_02_h img{
position: absolute;
width: 210px;
top: -220px;
right: 30px;
}
.body_02{
background-image: url("../img/body_02_bg.webp");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 30px;
}
.body_02_bg,
.body_04_bg{
max-width: 750px ;
margin: 0 auto;
background-color: #fff;
box-shadow: 0 5px 14px rgba(174, 180, 174, 0.9);
}
.body_02_ttl{
text-align: center;
}
.body_02_ttl img{
width: 90%;
}
.body_02_step{
display: flex;
padding: 20px 0 0 54px;
}
.body_02_img img{
width: 226px;
margin: 0 auto;
}
.body_02_img.last img{
width: 204px;
}
.body_02_img.in{
margin-left: -14px;
}
.body_02_img.top{
z-index: 100;
}
.body_02_img.sec{
z-index: 50;
}
.body_02_step.sec{
padding-top: 0;
}
.body_02_wra{
background-image: url("../img/body_02_08.webp");
background-position: calc(100% - 44px) bottom;
background-repeat: no-repeat;
background-size: 210px;
padding-bottom: 30px;
}
.body_02_btm{
background-color: #ff931e;
text-align: center;
}
.body_02_btm p{
font-weight: bold;
font-size: 1.7rem;
line-height: 1.2;
padding: 10px 0;
margin: 0 auto;
}


.body_03_h{
background-color: #333;
position: relative;
}
.body_03_h::after{
content: '';
bottom: -30px;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 40px solid #333;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.body_03_wra{
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
}
.body_03_02 p{
font-weight: bold;
font-size: 1.7rem;
line-height: 1.2;
margin: 0 auto;
color: #ed1c24;
padding-left: 20px;
}
.body_03_01 img{
width: 210px;
}
/* アウトライン対策 */
.outlined,
.outlined2,
.outlined3{
  color: #ed1c24; 
  font-weight: 700;
  text-shadow:
    0 0 1px #fff,
    0 0 2px #fff; 
}
.outlined2{
  color: #333; 
}
.outlined3{
  color: #f15a24; 
}

/* 対応ブラウザでは綺麗な線で描画 */
@supports (-webkit-text-stroke: 1px #000) {
  .outlined,.outlined2,.outlined3 {
    text-shadow: none;
    -webkit-text-stroke: .2em #fff; 
    paint-order: stroke fill; 
  }
}

.body_04{
background-color: #e8f2c9;
text-align: center;
padding-bottom: 40px;
}
.body_04_ttl{
position: relative;
padding-top: 40px;
}
.body_04_ttl p{
margin: 0 auto;
font-size: 2rem;
font-weight: bold;
}
.body_04_tip img{
position: absolute;
width: 50px;
right: 106px;
top: 18px;
}
.body_04_tip.sec img{
transform: scale(-1, 1);
left: 100px;
}
.body_04_ttl::after{
content: '';
width: 80%;
border-bottom: 4px dashed #f15923;
display: block;
margin: 0 auto;
padding-top: 6px;
}
.body_04_txt p{
font-weight: bold;
font-size: 1.2rem;
}
.body_04_point{
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.body_04_img img{
width: 194px;
padding: 0 5px;
}
.body_04_p{
font-weight: bold;
font-size: 1.1rem;
}
.body_04_gr{
background-color: #7fbe25;
}
.body_04_gr img{
display: block;
margin: 0 auto;
width: 80%;
padding: 10px 0;
}
.body_04_05 img{
display: block;
width: 84%;
margin: 40px auto 10px;
}
.body_04_logo img{
display: block;
width: 40%;
margin: 0 auto 20px;
}
.body_04_btm{
padding-bottom: 30px;
background-image: url("../img/body_04_06.webp");
background-position: calc(100% - 10px) bottom;
background-repeat: no-repeat;
background-size: 160px;
}
.body_04_mov p{
font-size: 1.7rem;
font-weight: bold;
line-height: 1.2;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF,  0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;
color: #333;
}
.p_gr{
color: #39b54a;
}

.body_02_h.sec::after{
content: '';
bottom: -30px;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 40px solid #7ebd28;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.body_05{
text-align: center;
padding-bottom: 30px;
}
.body_05_bg{
width: 750px;
background-color: #e6e6e6;
margin: 0 auto;
padding: 50px 0 30px;
}
.body_05_bg .cate_wra{
position: static;
top:0;
left:0;
transform: translate(0);
}
.body_05_bg .cate_wra img{
width: 120px;
}


.body_06{
background-color: #333;
padding: 40px 0 30px;
position: relative;
}
.body_06_01 img{
position: absolute;
width: 120px;
right: 30px;
top: -90px;
}
.body_06_wra{
display: flex;
justify-content: center;
align-items: flex-start;
}
.body_06_img img{
width: 300px;
}
.body_06_txt{
width: 400px;
padding-left: 30px;
font-weight: bold;
font-size: 1.4rem;
color: #fff;
}
.b06_h{
font-size: 2rem;
margin: -10px auto 0;
color: #ffff00;
}
.b06_txt{
margin-top: 12px;
}
.b06_h .p_gr{
color: #7ebd28;
}
.body_06_btm{
width: 750px;
margin: 0 auto;
position: relative;
text-align: center;
} 
.body_06_btm p{
font-size: 2rem;
font-weight: bold;
color: #fff;
line-height: 1.2;
}
.p_ye{
color: #fefe00;
}
.body_06_tip img{
position: absolute;
left: 650px;
top: 18px;
width: 30px;
}
.body_06_tip.sec img{
transform: scale(-1, 1);
left: 70px;
}
.body_06_04 img{
position: absolute;
width: 750px;
top: -10px;
left: 50%;
transform: translateX(-50%);
}


.body_07{
margin: 0 auto;
text-align: center;
padding: 20px 0 50px;
background-color: #7ebd28;
background-image: url("../img/body_07_05.webp");
background-position: calc(7% - 10px) bottom;
background-repeat: no-repeat;
background-size: 180px;
position: relative;
}
.body_07::after{
content: '';
bottom: -30px;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 40px solid #7ebd28;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.body_07_ttl p{
font-size: 2rem;
font-weight: bold;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF,  0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;
margin: 0 auto;
color: #333;
line-height: 1.2;
}
.body_07_ttl .p_02{
font-size: 3rem;
}
.body_07_bg{
background-color: #fff;
padding: 30px 0 20px;
border-radius: 20px;
width: 750px;
margin: 30px auto 0;
}
.body_07_in{
display: flex;
justify-content: center;
}
.body_07_box{
width: 300px;
}
.body_07_box img{
width: 260px;
}
.body_07_box p{
font-size: .8rem;
font-weight: bold;
}
.body_07_btm{
position: relative;
}
.body_07_btm p{
font-size: 2.3rem;
font-weight: bold;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF,  0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;
margin: 20px auto;
color: #f15a24;
}
.body_07_btm .yubi_01 img{
bottom: 0;
right: 160px;
}


.body_08{
background-color: #e6e6e6;
}
.body_08_bg{
background-color: #fff;
text-align: center;
width: 750px;
margin: 0 auto;
}
.body_08_in{
padding: 40px 0;
}
.body_08_wra{
display: flex;
align-items: center;
justify-content: space-around;
width: 660px;
margin: 0 auto;
}
.body_08_wra.sec{
width: 440px;
}
.body_08_box,
.body_08_box img{
width: 200px;
}
.body_08_box p{
font-weight: bold;
font-size: 1.3rem;
margin: 0 auto;
}


.body_09{
text-align: center;
position: relative;
background-color: #7ebd28;
background-image: url("../img/body_09_03.webp");
background-position: calc(100% - 50px) bottom;
background-repeat: no-repeat;
background-size: 160px;
}
.body_09_01{
position: absolute;
left: 60px;
top:-60px;
}
.body_09_01 img {
width: 120px;
}
.body_09_txt img{
padding: 20px 0 10px;
max-width: 70%;
}

.body_10{
text-align: center;
}
.body_10 img{
width: 300px;
padding: 14px 0;
}


.qa{
background-color: #e8f2c9;
padding: 20px 0 40px;
color: #333;
}
.qa_wra{
width: 720px;
margin: 0 auto;
font-weight: bold;
}
.qa_ttl{
text-align: center;
font-size: 2rem;
font-weight: bold;
}
.qa_box::before,
.qa_box.last::after{
content:'';
display: block;
border: 1.5px solid #7ebd28;
width: 100%;
}
.qa_q::before,
.qa_a::before{
content:'';
display: inline-block;
width: 25px;
height: 30px;
background-image: url("../img/qa_q.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
flex: 0 0 25px;
}
.qa_a::before{
background-image: url("../img/qa_a.webp");
}
.qa_q,
.qa_a{
display: flex;
align-items: center;
}
.qa_a{
padding-left: 30px;
}
.qa_q p,
.qa_a p{
display: inline-block;
margin: 0;
padding-left: 10px;
font-size: 1.3rem;
}
.qa_a p{
padding-left: 10px;
font-size: 1rem;
}


.footer{
background-color: #e6e6e6;
padding: 20px 40px;
}
.f_logo img{
width: 200px;
}
.f_add{
font-weight: bold;
font-size: .9rem;
line-height: 1.2;
color: #333;
}
.f_add a{
text-decoration: none;
color: #333;
}


/* アニメーション：ポップアップ */
/* ▼ ポヨン */
.pop {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
}
@keyframes popBounce {
  0% { opacity: 0; transform: translateY(20px) scale(0.9); }
  60% { opacity: 1; transform: translateY(-10px) scale(1.05); }
  80% { transform: translateY(5px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.pop.is-inview {
  animation: popBounce 0.8s cubic-bezier(.34,1.56,.64,1) both;
  animation-delay: calc(var(--i, 0) * 0.15s);
}

/* ▼ 上からスッ */
.fade_item {
  opacity: 0;
  transform: translateY(-20px);
}
@keyframes fadeSlideDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.fade_item.is-inview {
  animation: fadeSlideDown 0.6s ease-out both;
  animation-delay: calc(var(--i, 0) * 0.15s);
}

/* JS未対応時の保険 */
.no-io .pop,
.no-io .fade_item {
  opacity: 1;
  transform: none;
  animation: none;
}

/* ▼ CVボタン */
.pulse_anim {
  animation: pulseBounce 1s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

/* 拡大・縮小を繰り返す */
@keyframes pulseBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.fv_sp{
display: none;
}
