@charset "UTF-8";
/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.safari #content, body.safari #footer {
  /*サファリでリンク先から戻った時文字が拡大する対応*/
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  body {
    line-height: 1.6;
    font-size: 1.1rem;
  }
}
/** link **/
a:link {
  color: #1c7fbd;
  text-decoration: underline;
}
a:visited {
  color: #1c7fbd;
}
a:hover, a:active {
  text-decoration: none;
}
p {
  margin: 15px 0;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
/*初期設定
----------------------------------------------------*/

@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*layout
----------------------------------------------------*/
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #fff7b7 0%) repeat scroll 0 0;
}
.marker2 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #c0f3fc 0%) repeat scroll 0 0;
}
.fsLL {
  font-size: 22px;
}
.fsL {
  font-size: 20px;
}
.fsM {
  font-size: 19px;
}
.fsS {
  font-size: 10px;
}
.fwB {
  font-weight: bold;
}
.fcB {
  color: #2972e3;
}
.fcR {
  color: #e11414;
}
.fcRB {
  color: #46cded;
}
.fcP {
  color: #ff70b1;
}
.rel {
  position: relative;
}


/*以下から詳細設定
----------------------------------------------------*/


/*------------------------
MV
--------------------------*/
#fv > div > img {
  margin-bottom: -23%;
  z-index: 1;
}

/*------------------------
質問エリア
--------------------------*/
/* 共通 */
.block-part1{
  position: relative;
}

/* Q1 */
.question_area01{
  background-image: url(../img/Q1_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30% 4% 16%;
  width: 100%;
}
.q1-content {
  height: 11%;
  position: absolute;
  top: 59.5%;
  right: 6%;
  bottom: auto;
  left: auto;
  width: 88%;
}
.q1cta {
  width: 47%;
  margin: 7% auto 0;
  position: absolute;
  right: 0;
  bottom: auto;
  left: 0;
}

/* Q2 */
.question_area02{
  background-color: #0b3d00;
  padding: 0 4% 8%;
}
.box2{
  padding: 0 1% 9%;
  background: #fff;
  position: relative;
}

.q2cta {
  position: absolute;
  top: 68%;
  right: 0;
  left: -10px;
  width: 78%;
  margin: 0 auto;
}
.q2-btns {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  gap: 1%; 
}
.q2-btn {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* アコーディオン Q2  */
.q2accordion {
  position: relative;
}
/* スプーン画像の配置 */
.spoon-overlay {
  position: absolute;
  top: 0; 
  left: 0;  
  width: 100%;
  height: 100%;
  pointer-events: none;  /* 下の要素のクリックを可能にする */
}

.spoon-overlay img {
  position: absolute;
  width: 30%;
  top: -4%;
  right: -4.4%;
}

/* Q3 */
.question_area03 {
  background-color: #0b3d00;
  padding: 8% 4%;
}
.box3 {
  padding: 1% 0;
  background: #fff;
  position: relative;
}
.q3cta {
  width: 90%;
  margin: 0 auto;
}
.q3-btn{
  margin: 1% 0;
}
.q3-1img img,
.q3-2img img,
.q3-3img img{
  width: 100%;
  padding: 0 4% 2%;
}
.q3nextbtn{
  position: relative;
  padding: 10% 0;
}
.q3cta-2 {
  width: 47%;
  margin: 7% auto 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 11%;
}

@media screen and (max-width: 749px) {
  .q1cta {
    width: 57%;
    margin: 4% auto 0;
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
  }
  .q2cta {
    position: absolute;
    top: 68%;
    right: 0;
    left: 0;
    width: 85%;
    margin: 0 auto;
  }
  .q3cta{
    width: 97%;
  }
  .q3cta-2{
    width: 57%;
  }
  .q3nextbtn {
    padding: 12% 0;
  }
}

/* --チェックボックス-- */
.box{
  padding: 0 1% 23%;
  background: #fff;
}
.q-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}
.checkbox {
  width: 100%;
  margin: 5% auto 40px;
}
.checkbox span {
  font-size: 1.8rem;
}

/* --チェックボックススタイル-- */
.ECM_CheckboxInput {
  padding: 0 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
input {
  display: none;
}
form input {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .box{
    padding: 0 1% 27%;
    background: #fff;
  }
  .q-box{
    padding: 0 3%;
    margin: -1% 0;
  }
  .checkbox {
    width: 100%;
    margin: 10px auto 40px;
  }
  .checkbox span {
    font-size: 1.3rem;
  }
  .ECM_CheckboxInput {
    padding: 0 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}


/*------------------------
オファーエリア
--------------------------*/
.offer_area{
  position: relative;
}
.offer_btn{
  position: absolute;
  width: 83%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5.5%;
}
/* ボタンのホバー効果 */
.hover-brighten {
  transition: filter 0.3s;
}
.hover-brighten:hover {
  filter: brightness(1.8);
}
