@charset "utf-8";
/* ---------------------------------------------------

	Syntax - SP First

--------------------------------------------------- */
/* ---------------------------------------------------

	fetrIntTtlGrp

--------------------------------------------------- */
.fetrIntTtlGrp{
  margin: 0 0 1rem;
}
.fetrIntTtlCnt{}
.fetrIntTtl{
  margin: 0 0 8px;
}
.fetrIntTtl:last-of-type{
  margin: 0;
}
.fetrIntTtl:before{
  background-color: rgba(134,10,10,0.8);
}
.fetrIntTtlTxt{
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
.fetrIntTtlTxt:before{
  background-color: rgba(134,10,10,0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.fetrIntTtlTxtMin{
  display: inline-block;
  font-size: calc(1.0625rem + ((1vw - 0.2rem) * 5.3571));/*1.0625rem ~ 2rem*/
  font-weight: 500;
  padding: 0 0 3px;
  position: relative;
  z-index: 10;
}

/* ---------------------------------------------------

	fetrArea

--------------------------------------------------- */
.fetrArea{
  margin: 0 0 5rem;
}
.fetrCol{
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  height: 250px;
  margin: 0 0 5px;
  width: 100%;
}
.fetrCol:last-of-type{
  margin: 0;
  }
.fetrThmGrp{
  align-items: center;
  color: rgba(255,255,255,1);
  display: flex;
  /*height: 100px;*/
  padding: 10px 15px;
  position: relative;
  width: calc(100% - 15px);
  z-index: 200;
}
.fetrThmCnt{}
.fetrThm{
  font-size: 1.0625rem;
  line-height: 1.2;
  margin: 0 0 0.3rem;
}
.fetrThmNte{
  font-size: 0.875rem;
  line-height: 1.75;
}
.fetrFigCol{
  height: calc(30rem + ((1vw - 3.2px) * 53.5714));/*480px ~ 630px*/
  overflow: hidden;
  position: relative;
  z-index: 150;
}
.fetrFigGrp{
  height: 100%;
  position: absolute;
  width: 100%;
}
.fetrFigCnt{
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.fetrFigMainBlk{
  margin: 0 auto 1rem;
  width: 60%;
}
.fetrFigMain{
  text-align: center;
}
.fetrFigMainThm{
  font-size: 0.875rem;
}
.fetrFigSubBlk{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fetrFigSub{
  text-align: center;
  width: calc(100% / 3);
}
.fetrFigSubThm{
  font-size: 0.875rem;
}
.fetrPrio .fetrThmGrp{}

/* scheme */
.fetr01{background-image: url("/src/images/features/bg_features01pc.jpg");}
.fetr02{background-image: url("/src/images/features/bg_features02pc.jpg");}
.fetr03{
  background-image: url("/src/images/features/bg_features03sp.jpg");
  height: 430px;
}
.fetr04{background-image: url("/src/images/features/bg_features04pc.jpg");}
.fetr05{background-image: url("/src/images/features/bg_features05pc.jpg");}
.brown .fetrThmGrp{background-color: rgba(116,82,50,1);}
.gray .fetrThmGrp{background-color: rgba(99,101,106,1);}
.green .fetrThmGrp{background-color: rgba(47,100,89,1);}
.purple .fetrThmGrp{background-color: rgba(78,63,107,1);}
.darkbrown .fetrThmGrp{background-color: rgba(140,56,23,1);}
.blue .fetrThmGrp{background-color: rgba(24,70,127,1);}
.fetrCol:nth-of-type(odd){}
.fetrCol:nth-of-type(odd) .fetrThmGrp{}
.fetrCol:nth-of-type(even){}
.fetrCol:nth-of-type(even) .fetrThmGrp{}

/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
/* ------------------------------------

	fetrIntTtlGrp

------------------------------------ */
.fetrIntTtlGrp{}
.fetrIntTtlCnt{}
.fetrIntTtl{}
.fetrIntTtl:before{
  width: 90%;
  }
.fetrIntTtlTxt{}
.fetrIntTtlTxtMin{
  font-size: calc(2rem + ((1vw - 0.375rem) * 3.7647));/* 2rem ~ 3rem*/
  }

/* ------------------------------------

	fetrArea

------------------------------------ */
.fetrArea{}
.fetrCol{
  height: calc(15.625rem + ((1vw - 6px) * 51.2941));/*250px ~ 468px*/
  }
.fetrThmGrp{
  width: 450px;
  }
.fetrThmCnt{}
.fetrThm{
  font-size: 1.125rem;
  line-height: inherit;
  }
.fetrThmNte{}
.fetrFigCol{
  height: calc(16.25rem + ((1vw - 6px) * 21.1765));/*260px ~ 350px*/
  }
.fetrFigGrp{}
.fetrFigCnt{
  align-items: flex-start;
  padding: 0;
  }
.fetrFigMainBlk{
  margin: 0;
  width: calc(18.75rem + ((1vw - 6px) * 47.0588));/*300px ~ 500px*/
  }
.fetrFigMain{
  position: relative;
  text-align: left;
  }
.fetrFigMainThm{
  bottom: 20px;
  display: inline-block;
  font-size: 1rem;  
  position: absolute;
  right: 15px;
  }
.fetrFigSubBlk{
  width: calc(100% - calc(18.75rem + ((1vw - 6px) * 47.0588)));/*300px ~ 500px*/
  }
.fetrFigSub{}
.fetrFigSubThm{}

.fetrPrio .fetrThmGrp{}
/* scheme */
.fetr03{
  background-image: url("/src/images/features/bg_features03pc.jpg");
  height: calc(26.875rem + ((1vw - 6px) * 8.9412));/*430px ~ 468px*/
  }
.fetrCol:nth-of-type(odd){
  justify-content: flex-start;
  }
.fetrCol:nth-of-type(odd) .fetrThmGrp{}
.fetrCol:nth-of-type(odd) .fetrFigCnt{
  flex-direction: row-reverse;
  }
.fetrCol:nth-of-type(even){
  justify-content: flex-end;
  }
.fetrCol:nth-of-type(even) .fetrThmGrp{}
.fetrCol:nth-of-type(even) .fetrFigCnt{
  flex-direction: row;
  }

}/* /min-width: 600px */



/* ------------------------------------

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
/* ------------------------------------

	fetrIntTtlGrp

------------------------------------ */
.fetrIntTtlGrp{
  margin: 0 0 2rem;
  }
.fetrIntTtlCnt{}
.fetrIntTtl{
  margin: 0 0 10px;
  }
.fetrIntTtl:before{
  width: 60%;
  }
.fetrIntTtlTxt{
  padding: 0 0 0 calc(1.25rem + ((1vw - 10.25px) * 15.0838));/*20px ~ 155px*/
  }
.fetrIntTtlTxtMin{
  font-size: calc(3rem + ((1vw - 0.640625rem) * 0.6704));/*3rem ~ 3.375rem*/
  padding: 0 0 4px;
  }

/* ------------------------------------

	fetrArea

------------------------------------ */
.fetrArea{
  margin: 0 0 13.125rem;
  }
.fetrCol{
  align-items: center;
  height: 468px;
  }
.fetrThmGrp{
  height: 226px;
  width: calc(37.5rem + ((1vw - 10.25px) * 15.6425));/*600px ~ 740px*/
  }
.fetrThmCnt{}
.fetrThm{
  font-size: 1.75rem;
  margin: 0 0 1rem;
  }
.fetrThmNte{
  font-size: 1.125rem;
  line-height: 1.5;
  }
.fetrFigCol{
  align-items: flex-start;
  height: calc(25rem + ((1vw - 10.25px) * 27.933));/*400px ~ 650px*/
  }
.fetrFigGrp{}
.fetrFigCnt{
  align-items: flex-end;
  }
.fetrFigMainBlk{
  width: calc(31.25rem + ((1vw - 10.25px) * 35.7542));/*500px ~ 820px*/
  }
.fetrFigMain{}
.fetrFigMainThm{
  right: calc(1.25rem + ((1vw - 10.25px) * 17.8771));/*20px ~ 180px*/
  }
.fetrFigSubBlk{
  width: calc(100% - calc(31.25rem + ((1vw - 10.25px) * 35.7542)));/*500px ~ 820px*/
  }
.fetrFigSub{
  position: relative;
  text-align: left;
  }
.fetrFigSubThm{
  bottom: 20px;
  display: inline-block;
  font-size: 1rem;
  left: 10px;
  position: absolute;
  }

.fetrPrio .fetrThmGrp{
  height: 100%;
  width: calc(18.75rem + ((1vw - 10.25px) * 22.3464));/*300px ~ 500px*/
  }
.fetrCol:nth-of-type(even).fetrPrio .fetrThmGrp{
  padding: 0 1.5rem 0 1rem;
  }

/* scheme */
.fetrCol:nth-of-type(odd){}
.fetrCol:nth-of-type(odd) .fetrThmGrp{
  padding: 0 3.4375rem 0 calc(5rem + ((1vw - 0.640625rem) * 8.9385));/*5rem ~ 10rem*/
  }
.fetrCol:nth-of-type(odd) .fetrFigCnt{}
.fetrCol:nth-of-type(even){}
.fetrCol:nth-of-type(even) .fetrThmGrp{
  padding: 0 calc(5rem + ((1vw - 0.640625rem) * 8.9385)) 0 3.4375rem;/*5rem ~ 10rem*/
  }
.fetrCol:nth-of-type(even) .fetrFigCnt{}

}/* /min-width: 1025px */

/* ------------------------------------

	PC-Mode Irregular

------------------------------------ */
@media screen and (min-width: 1200px) {}/* /min-width: 1200px */

/* ------------------------------------

	PC-Mode Irregular

------------------------------------ */
@media screen and (min-width: 1550px) {}/* /min-width: 1550px */
