@charset "UTF-8";

/* ---------------
header SP
 --------------- */
header{
  background: url(../img/fv-bg.jpg) no-repeat center top;
  background-size: cover;
}
.sp-header-top {
  position: relative;
}
.sp-header-top h1 {
  width: 100%;
}
.sp-header-top h1 a{
  display: block;
  width: 18rem;
  margin: 0 auto;
  padding: 2rem 0 0;
}

/*------------- .gnavBtn -------------*/
/* ---リサイズ時にメニューが見える挙動を制御 --- */
.resize-animation-stopper * {
  transition: none !important;
}

/* ハンバーガーボタン SP
  -------------------------- */
button.gnavBtn {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0 1rem;
  border-radius: 50%;  
  background-color:var(--red);
  border: none;
  cursor: pointer;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  outline: none;
  transition: 0.5s;
}

/*   ハンバーガーボタン3本線   */
button span.bar {
  display: block;
  width: 2rem;
  height: 0.2rem;
  padding: 0;
  background-color:#fff;
  margin: 0.5rem 0;
  transition: 0.3s;
  transform-origin: 0 0.1rem;
}

/*  メニューアクティブ時  */
button.active.gnavBtn{
  padding: 0 0.7rem 0 1.3rem;  
}
button.active span.bar {
} 
button.active .bar1 {
  transform: rotate(45deg);
}
button.active .bar2 {
  opacity: 0;
}
button.active .bar3 {
  transform: rotate(-45deg);
}

button.gnavBtn:hover {
  opacity: 0.6;
}

/*------------- .gnavBtn li -------------*/

header nav.gNav .ham-gNav {
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100vw;
  transition: 0.5s;
  z-index: 99;
}
header nav.gNav.active .ham-gNav {
  right: 0;
}

.nav-logo{
  width: 18rem;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}
.nav-logo a{
  display: block;
}

header nav.gNav .ham-gNav ul {
  padding: 0 2rem 2rem;
}
header nav.gNav .ham-gNav li a {
  display: block;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  border-bottom: 0.1rem #ccc solid;
  transition: 0.5s;
  position: relative;
}
header nav.gNav .ham-gNav li a::after {
  content: url('../img/icon-arrow-down-red.svg');
  display: block;
  width: 1.2rem;
  height: 1.1rem;
  position: absolute;
  top: 32%;
  right: 2rem;
}
header nav.gNav .ham-gNav li a:hover {
  opacity: 0.6;
}
/* トップは矢印無 ---------- */
header nav.gNav .ham-gNav li:first-child a::after {
  content: "";
}


/*---------------------------------
スマホヘッダー内 / 追従ボタン SP
-----------------------------------*/
.btn-cta-head{
  display: flex;
  justify-content: space-between;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--red);
}
.btn-cta-head p{
  width: 48%;  
}
.btn-cta-head p a{
  display: block;
}


/* ------------------------------
FV
 ------------------------------ */
.fv-wrap{
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem 5rem;
  background: none;  
}

/* 写真 SP ------------- */
.fv-wrap figure{
  width: auto;
  padding: 0 0 1rem;
  text-align: center;
}

/* テキスト SP ------------- */
.fv-wrap section{
  width: auto;
  padding: 0;
}
.fv-wrap section h2{
  margin: 0 0 1rem;
  padding: 0;
  background: none;
  position: relative;
  z-index: 10;
}
.fv-wrap section h2::after{
  display: block;
  width: 14rem;
  height: 14rem;
  content: url('../img/fv-image-sp.svg');
  position: absolute;
  top: -30px;
  left:58%;
  z-index: -1;
}
.fv-wrap section h2 img{
  display: block;
  max-width: 75rem;
}
.fv-wrap section h2 + p{
  line-height: 1.5;
  margin: 0 0 2.5rem;
  font-size: 2.1rem;
  color: var(--red);
}
.fv-wrap section h2 + p strong{
  padding: 0 0.5rem 0 0;
  font-style: italic;
  font-size: 3rem;  
  font-weight: bold;  
}
.fv-wrap section h2 + p span{
  display: block;
  letter-spacing: 0.075em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

/* テキスト内ポイント SP ------------- */
.fv-point{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.fv-point dl{
  width: 32%;
  height: auto;
  margin: 0;
  padding: 0 0 2rem;
  border-radius: 0.5rem;
  border: 2px solid var(--red);
  background: #fff;
  position: relative;
}
.fv-point dl dt{
  height: 6rem;
  background: var(--red);
  position: static;
}
.fv-point dl dt img{
  display: block;
  margin: 0 auto;
}
/* 画像サイズ SP -------------- */
dl.fv-point-01 dt img{
  padding: 2rem 0 0;
  width: 3rem;
}
dl.fv-point-02 dt img{
  padding: 0;
  width: 4rem;
}
dl.fv-point-03 dt img{
  padding: 2rem 0 0;
  width: 2.4rem;
}

/* テキスト調整 SP -------------- */
.fv-point dl dd {
  line-height: 1;
  padding: 1rem 1rem 0;
  text-align: center;  
}
.fv-point dl dd p br{
  display: block;
}

dl.fv-point-01 dd p:first-child{
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid var(--red);
  font-size: 1.8rem;
  font-weight: bold;
}
dl.fv-point-01 dd p:last-child{
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--red);
}
dl.fv-point-01 dd p:last-child span{
  font-size: 5.4rem;
}

dl.fv-point-02 dd p:first-child{
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid var(--red);
  font-size: 1.8rem;
  font-weight: bold;
}
dl.fv-point-02 dd p:last-child{
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--red);
}

dl.fv-point-03 dd p:first-child{
  margin: 0 0 1rem;
  padding: 1.2rem 0 1rem;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid var(--red);
  font-size: 1.8rem;
  font-weight: bold;
}
dl.fv-point-03 dd p:last-child{
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--red);
}
dl.fv-point-03 dd p:last-child span{
  font-family: "Outfit", sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
}


/* ------------------------------
FV下のCTA SP
 ------------------------------ */
.cta-head{
  position: relative;
  height: 23rem;
}
/*ボタンスタイル SP------------------------*/
.cta-head-btn-pos{
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
.cta-head-btn-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 90rem;
  margin: 0 1.5rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
}
.cta-head-btn-wrap p{
  width: auto;
}
.cta-head-btn{    
  display: block;
  margin: 0 0 1rem;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: bold;
}

/* SP ------------- */
.btn-bgr-h,.btn-bgw-h{
  border-radius: 0.5rem;
  color: #fff;
  transition: .5s
}
.btn-bgr-h{
  border: 3px solid var(--red);
  background: var(--red) url(../img/icon-btn-w-r.svg) no-repeat 94% center;
  background-size: 2.4rem;
}
.btn-bgr-h:hover{
  color: var(--red);
  background: #fff url(../img/icon-btn-r.svg) no-repeat 94% center;
  background-size: 2.4rem;
}

.btn-bgw-h{
  border: 3px solid #000;
  background: #000 url(../img/icon-btn-w.svg) no-repeat 94% center;
  background-size: 2.4rem;
}
.btn-bgw-h:hover{
  border: 3px solid #e74d9d;
  background: #e74d9d url(../img/icon-btn-b.svg) no-repeat 94% center;
  background-size: 2.4rem;
}

/* ---------------
footer SP
--------------- */
footer{
  background: #3f3a39;
}
.foot-wrap{
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 4rem;
  color: #fff;
}

.foot-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.foot-logo{
  width: 6rem;
  margin: 0 auto;
  padding:0 0 3rem;
}
.foot-logo + p{
  width: 100%;
  padding: 0 0 2rem;
  line-height: 1.6;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.foot-logo + p br{
  display: none;
}

/* 電話 SP --------------- */
.foot-tel-box{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 40rem;
  margin: 0 auto;
}
.tokyo,.osaka{
  margin: 0 0 2rem 1.5rem;
  line-height: 1;
  padding: 0 0 0 6.4rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  position: relative;
}
.tokyo strong,.osaka strong{
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
}
.osaka span{
  padding: 0 0.5rem;
  font-size: 1.2rem;
}
.tokyo::before{
  display: block;
  content: "東京";
  width: 5rem;
  padding: 0.4rem 0;
  text-align: center;
  font-size: 1.5rem;
  color:#3f3a39;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.osaka::before{
  display: block;
  content: "大阪";
  width: 5rem;
  padding: 0.4rem 0;
  text-align: center;
  font-size: 1.5rem;
  color:#3f3a39;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.time{
  width: 100%;
  line-height: 1.8;
  padding: 0 0 3rem;
  text-align: center;
  font-size: 1.4rem;
}

/* マーク SP --------------- */
.foot-content ol{
  display: flex;
  max-width: 25rem;
  margin: 0 auto;
}
.foot-content ol li{
  padding: 0 1rem;
}


/* SNS / リンク SP --------------- */
.foot-link{
  display: flex;
  flex-direction: column;
  padding: 2rem 0 0;
}
.foot-link-l {
  max-width: auto; 
  display: flex;
  justify-content: center;
}
/*.foot-link-l > p{
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #c1c0c0;
}*/

.foot-link ol.sns{
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0 0 2rem;
}
.foot-link ol.sns li{
  padding: 0 1rem;
}
.foot-link ol.sns li img{
  display: block;
  height: 24px;
}

/* フッターメニュー　SP　------- */
.foot-link ol.fmenu{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.foot-link ol.fmenu li {
  display: block;
  width: 50%;
  font-size: 1.2rem;
}
.foot-link ol.fmenu li a{
  display: block;
  padding: 1rem;
  color: #c1c0c0;
  border-right: 0;
  border-bottom: 1px solid #666;
}
.foot-link ol.fmenu li:nth-child(odd) a{
  border-right: 1px solid #666;
}

.copy{
  text-align: center;
  padding: 2rem 0 0;
  color: #c1c0c0;
  font-size: 1rem;
}

/* ---------------
追従ボタン SP
--------------- */
.cta-follow-pc{
  display: none;
}
.cta-follow-sp{
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}
.cta-follow-sp div{
  display: flex;
  padding: 0 0.5rem;
}
.cta-follow-sp div p{
  width: 50%;
}
.cta-follow-sp div p a{
  display: block;
  padding: 1.4rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: .5s
}
.cta-follow-sp div p:first-child a{
  border: 3px solid var(--red);
  background: var(--red) url(../img/icon-btn-w-r.svg) no-repeat 94% center;
  background-size: 1.6rem;
  border-radius: 1rem 0 0 0;
}
.cta-follow-sp div p:first-child a:hover{
  color: var(--red);
  background: #fff url(../img/icon-btn-r.svg) no-repeat 94% center;
  background-size: 1.6rem;
}

.cta-follow-sp div p:last-child a{
  border: 3px solid #000;
  background: #000 url(../img/icon-btn-w.svg) no-repeat 94% center;
  background-size: 1.6rem;
  border-radius: 0 1rem 0 0;
}
.cta-follow-sp div p:last-child a:hover{
  border: 3px solid #e74d9d;
  background: #e74d9d url(../img/icon-btn-b.svg) no-repeat 94% center;
  background-size: 1.6rem;
}


/*----------------------------------------------------
タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  .sp-header-top h1 a{
    margin: 0 0 0 1.5rem;
  }

  /* ハンバーガーボタン SP
  -------------------------- */
  button.gnavBtn {
    display: block;
    width: 8rem;
    height: 8rem;
    padding: 0 3rem;
  }

  /*   ハンバーガーボタン3本線 TB -------  */
  button span.bar {
    display: block;
    width: 2rem;
    height: 0.2rem;
    padding: 0;
    background-color:#fff;
    margin: 0.5rem 0;
    transition: 0.3s;
    transform-origin: 0 0.1rem;
  }
  /*  メニューアクティブ時 TB ---------  */
  button.active.gnavBtn{
    padding: 0 0 0 3.3rem;  
  }

  /*  スマホメニュー TB  
  ----------------------------------------*/
  header nav.gNav .ham-gNav li a {
    padding: 1.8rem;
    font-size: 1.6rem;
  }

  /* ------------------------------
  FV 750
   ------------------------------ */
  .fv-wrap{
    padding: 3rem 3rem 5rem;
  }
  .fv-wrap section h2::after{
    display: block;
    width: 24rem;
    height: 24rem;
  }


  /* テキスト調整 750 -------------- */
  .fv-point dl dd p br{
    display: none;
  }
  dl.fv-point-01 dd p:first-child,
  dl.fv-point-02 dd p:first-child,
  dl.fv-point-03 dd p:first-child{
    padding: 1rem 0;
  }
  dl.fv-point-02 dd p:last-child{
    padding: 1rem 0 0;
    font-size: 4rem;
  }


  /* ------------------------------
  FV下のCTA 750
   ------------------------------ */
  .cta-head{
    height: 15rem;
  }
  .cta-head-btn-wrap{
    flex-direction: row;
  }
  .cta-head-btn-wrap p{
    width: 49%;
  }

  /* ---------------
  追従ボタン 750
  --------------- */
  .cta-follow-sp div p a{
    font-size: 1.8rem;
  }

}

/*----------------------------------------------------
PC 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* ハンバーガーボタン 1000
  -------------------------- */
  button.gnavBtn {
    display: none;
  }

  /* ------------------------------
  FV 1000
   ------------------------------ */
  .fv-wrap{
    padding: 3rem 6rem; 
  }

  /* ------------------------------
  FV下のCTA 1000
   ------------------------------ */
  .cta-head{
    height:18rem;
  }
  .cta-head-btn-wrap{
    margin: 0 auto;
  }

  /* -------------------------
  footer 1000
  ---------------------------- */
  .foot-wrap{
    padding: 5rem 1.5rem;
  }
  .foot-content{
    flex-direction: row;
    padding: 0 0 2rem;
  }
  /* 電話 1000 --------------- */
  .foot-logo{
    width: 10rem;  
    padding: 1rem 0 0 0;
    text-align: left;
  }
  .foot-logo + p{
    width: 20rem;    
    padding: 1rem 0 0 2rem;
    text-align: left;
  }
  .foot-logo + p br{
    display: block;
  }

  /* 電話 1000 --------------- */
  .foot-tel-box{
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0;
    flex-direction:row;
  }
  .tokyo,.osaka{
    margin: 0 0.5rem;
  }
  .time{
    line-height: 1;
    padding: 1rem 0 0 0.5rem;
    text-align: left;
  }

  /* SNS+メニュー 1000 --------------- */  
  .foot-link{
    flex-direction: row-reverse;
    padding: 0;
  }
  .foot-link-l {
    width: 35%;
  }


  /* フッターメニュー　1000　------- */
  .foot-link ol.fmenu{
    width: 65%;
    padding: 0.4rem 0 0;
    border-top: 0;
    border-bottom: 0;
  }
  .foot-link ol.fmenu li {
    display: inline;
    width: auto;
  }
  .foot-link ol.fmenu li a{
    margin: 0 1rem 0 0;
    padding:0 1rem 0 0;
    border-right: 1px solid #666;
    border-bottom: 0;
  }
  .foot-link ol.fmenu li:last-child a{
    border-right: 0;
  }
  .foot-link ol.sns{
    width: 25rem;
    margin: 0 0 0 auto;
  }


  /* ---------------------------
  追従ボタン 1000
  ------------------------------ */
  .cta-follow-sp{
    display: none;
  }
  .cta-follow-pc{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
  }
  .cta-follow-pc div{
    display: flex;
    max-width: 60rem;
    margin: 0 0 0 auto;
  }
  .cta-follow-pc div p{
    width: 50%;
  }
  .cta-follow-pc div p a{
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    transition: .5s
  }
  .cta-follow-pc div p:first-child a{
    border: 3px solid var(--red);
    background: var(--red) url(../img/icon-btn-w-r.svg) no-repeat 94% center;
    background-size: 1.6rem;
    border-radius: 0 0 0 6rem;
  }
  .cta-follow-pc div p:first-child a:hover{
    color: var(--red);
    background: #fff url(../img/icon-btn-r.svg) no-repeat 94% center;
    background-size: 1.6rem;   
  }

  .cta-follow-pc div p:last-child a{
    border: 3px solid #000;
    background: #000 url(../img/icon-btn-w.svg) no-repeat 94% center;
    background-size: 1.6rem;
  }
  .cta-follow-pc div p:last-child a:hover{
    border: 3px solid #e74d9d;
    background: #e74d9d url(../img/icon-btn-b.svg) no-repeat 94% center;
    background-size: 1.6rem;
  }

}


/*----------------------------------------------------
PC 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {
  /* ---------------
  header 1400
   --------------- */
  header{
    background: url(../img/fv-bg.jpg) no-repeat center top;
    background-size: auto;
  }
  .sp-header-top h1 {
    width: 50%;
  }
  .sp-header-top h1 a{
    margin: 0 0 0 4rem;
    padding: 2rem 0 0 0;
    position: static;
  }
    
  /* ------------------------------
  FV 1400
   ------------------------------ */
  .fv-wrap{
    background: url(../img/fv-ph.png) no-repeat left bottom;
    background-size: 32rem;  
    flex-direction: row-reverse;
    padding: 0 1.5rem 5rem;
  }

  /* 写真 1400 ------------- */
  .fv-wrap figure{
    width: 52%;
    padding: 4rem 0 0;
    text-align: left;
  }

  /* テキスト 1400 ------------- */
  .fv-wrap section{
    width: 48%;
    padding: 0 0 0 7%;
  }
  .fv-wrap section h2{
    margin: 0 0 1.5rem;
    padding: 5rem 0 0;
    background: url(../img/fv-image-sp.svg) no-repeat 80% 10px;
    background-size: 20rem; 
  }
  .fv-wrap section h2::after{
    display: none;
  }
  .fv-wrap section h2 img{
    max-width: 48rem;
  }
  .fv-wrap section h2 + p{
    margin: 0 0 3rem;
  }

  /* テキスト内ポイント 1400 ------------- */
  .fv-point{
    margin: 0 1rem 0 5rem;
  }
  .fv-point dl{
    width: 15.6rem;
    height: 15.6rem;
    margin: 0 0.5%; 
    border-radius: 50%;
  }
  .fv-point dl dt{
    height: auto;
    background: transparent;
    position: absolute;
    top: -15px;
    left: 5px;  
  }
  .fv-point dl dt img{
    margin: 0;
  }
  /* 画像サイズ 1400 -------------- */
  dl.fv-point-01 dt img,
  dl.fv-point-02 dt img,
  dl.fv-point-03 dt img{
    padding: 0;
    width: 4rem;
  }

  /* テキスト調整 1400 -------------- */
  .fv-point dl dd {
    padding: 0;
  }
  .fv-point dl dd p br{
    display: none;
  }

  dl.fv-point-01 dd p:first-child,
  dl.fv-point-02 dd p:first-child,
  dl.fv-point-03 dd p:first-child{
    margin: 0 2rem 1rem;
    padding: 3.6rem 0 1rem;
  }

  dl.fv-point-01 dd p:first-child{
    font-size: 1.4rem;
  }  
  dl.fv-point-01 dd p:last-child{
    font-size: 3rem;
  }

  dl.fv-point-02 dd p:first-child{
    font-size: 1.4rem;
  }
  dl.fv-point-02 dd p:last-child{
  padding: 1rem 0 0;
    font-size: 2.8rem;
  }
  dl.fv-point-03 dd p:first-child{
    font-size: 1.4rem;
  }
  dl.fv-point-03 dd p:last-child span{
    font-size: 5.4rem;
  }


  /* ------------------------------
  FV下のCTA 1400
   ------------------------------ */
  .cta-head{
    height:14rem;
  }
  /*ボタンスタイル SP------------------------*/
  .cta-head-btn-pos{
    width: 100%;
    position: absolute;
    top: -60px;
    left: 0;
  }
  .cta-head-btn-wrap{
    flex-direction: row;
    margin: 0 0 0 auto;
    padding: 2rem 5rem 0;
    border-radius: 6rem 0 0 0;
  }
  .cta-head-btn-wrap p{
    width: 49%;
  }
  .cta-head-btn{    
    margin: 0;
    padding: 1rem 5rem;
    letter-spacing: 0.1em;
    font-size: 2.1rem;
  }

  /* 1400 ------------- */
  .btn-bgr-h{
    border: 3px solid var(--red);
    background: var(--red) url(../img/icon-btn-w-r.svg) no-repeat 95% center;
    background-size: 3rem;
  }
  .btn-bgr-h:hover{
    color: var(--red);
    background: #fff url(../img/icon-btn-r.svg) no-repeat 95% center;
    background-size: 3rem;
  }

  .btn-bgw-h{
    border: 3px solid #000;
    background: #000 url(../img/icon-btn-w.svg) no-repeat 95% center;
    background-size: 3rem;
  }
  .btn-bgw-h:hover{
    border: 3px solid #e74d9d;
    background: #e74d9d url(../img/icon-btn-b.svg) no-repeat 95% center;
    background-size: 3rem;
  }

}

/*----------------------------------------------------
PC 1600- 
----------------------------------------------------*/
@media screen and (min-width:1600px) {

  .fv-wrap{
    background: url(../img/fv-ph.png) no-repeat left bottom;
    background-size: auto;
  }
  /* 写真 1600 ------------- */
  .fv-wrap figure{
    padding: 4rem 0 0;
  }

  /* テキスト 1600 ------------- */
  .fv-wrap section h2{
    background: url(../img/fv-image-sp.svg) no-repeat 90% 0px;
    background-size: 24rem; 
  }
  .fv-wrap section h2 img{
    max-width: 73rem;
  }
  .fv-wrap section h2 + p{
    margin: 0 0 4rem;
  }

  /* テキスト内ポイント 1600 ------------- */
  .fv-point{
    margin: 0 1rem 0 7rem;
  }
  .fv-point dl{
    width: 18rem;
    height: 18rem;
    padding: 4.6rem 0 0;
  }
  /* 画像サイズ 1600 -------------- */
  dl.fv-point-01 dt img,
  dl.fv-point-02 dt img,
  dl.fv-point-03 dt img{
    padding: 0;
    width: 5rem;
  }
  /* テキスト調整 1600 -------------- */
  dl.fv-point-01 dd p:first-child,
  dl.fv-point-02 dd p:first-child,
  dl.fv-point-03 dd p:first-child{
    margin: 0 3rem 1rem;
    padding: 0 0 1rem;
  }

}

/*----------------------------------------------------
PC 1800- 
----------------------------------------------------*/
@media screen and (min-width:1800px) {

  .fv-wrap{
    padding: 0 0 5rem;
  }
  /* 写真 1800 ------------- */
  .fv-wrap figure{
    padding: 0 0 1rem;
  }
  /* テキスト 1800 ------------- */
  .fv-wrap section h2{
    padding: 7rem 0 0;
    background: url(../img/fv-image-sp.svg) no-repeat 90% 0px;
    background-size: 32rem; 
  }
  .fv-wrap section h2 + p{
    margin: 0 0 3rem;
  }
  .fv-wrap section h2 + p span{
    display: inline;
  }

  /* テキスト内ポイント 1800 ------------- */
  .fv-point dl{
    width: 22rem;
    height: 22rem;
    padding: 5.6rem 0 0;
  }
  /* 画像サイズ 1800 -------------- */
  dl.fv-point-01 dt img,
  dl.fv-point-02 dt img,
  dl.fv-point-03 dt img{
    padding: 0;
    width: 6rem;
  }
  /* テキスト調整 1800 -------------- */
  dl.fv-point-01 dd p:first-child,
  dl.fv-point-02 dd p:first-child,
  dl.fv-point-03 dd p:first-child{
    margin: 0 4rem 1rem;
  }
  dl.fv-point-01 dd p:last-child{
    font-size: 5.4rem;
  }
  dl.fv-point-01 dd p:last-child span{
    font-size: 7.4rem;
  }

  dl.fv-point-02 dd p:last-child{
  padding: 1rem 0 0;
    font-size: 4.2rem;
  }

  dl.fv-point-03 dd p:last-child{
    font-size: 2.8rem;
  }
  dl.fv-point-03 dd p:last-child span{
    font-size: 7rem;
  }


  /* ------------------------------
  FV下のCTA 1800
   ------------------------------ */

  /*ボタンスタイル SP------------------------*/
  .cta-head-btn-pos{
    top: -100px;
  }
  .cta-head-btn-wrap{
    padding: 3.5rem 5rem 0;
  }
  .cta-head-btn{    
    padding: 2rem 5rem;
    font-size: 2.8rem;
  }
  .btn-bgr-h,.btn-bgw-h{
    border-radius: 1rem;
  }

}