@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* タイトル
------------------------------------------------------------------------------- */
#main .rvTitle01 {
  text-align: center;
}
#main .rvTitle01_en {
  display: inline-block;
  width: 200px;
  padding: 0 0 0.4em;
  border-bottom: 2px solid #000;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
}
#main .rvTitle01_en-01 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  letter-spacing: 0.16em;
}
#main .rvTitle01_ja {
  margin: 27px 0 46px;
  font-weight: 700;
  font-size: 333.33%;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

/* セクション
------------------------------------------------------------------------------- */
#main .rvSection01 {
  margin: 100px 0 200px;
}
#main .rvSection02 {
  margin: 60px 0 0;
}
#main .rvSection03 {
  margin: 76px 0 0;
}

/* テキスト
------------------------------------------------------------------------------- */
#main .rvTxt01 {
  margin: 0 0 46px;
  font-weight: 700;
  font-size: 200%;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

/* VOICE
------------------------------------------------------------------------------- */
#main .rvVoiceList01_item {
  position: relative;
  width: 47.27%;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
}
#main .rvVoiceList01_item:not(:last-child) {
  margin: 0 0 40px;
}
#main .rvVoiceList01_item-p01, #main .rvVoiceList01_item-p06 {
  padding-left: 100px;
}
#main .rvVoiceList01_item-p02 {
  padding-right: 100px;
}
#main .rvVoiceList01_item-p03 {
  padding-bottom: 70px;
}
#main .rvVoiceList01_item-p04 {
  padding-left: 80px;
}
#main .rvVoiceList01_txt {
  font-weight: 400;
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .rvVoiceList01_txt b {
  color: #fa0046;
  font-weight: 700;
}
#main .rvVoiceList01_img {
  z-index: 1;
  position: absolute;
}
#main .rvVoiceList01_img img {
  width: 100%;
  height: auto;
}
#main .rvVoiceList01_img-01 {
  top: -30px;
  left: -2px;
  width: 120px;
}
#main .rvVoiceList01_img-02 {
  top: -20px;
  right: 0;
  width: 115px;
}
#main .rvVoiceList01_img-03 {
  top: -20px;
  left: -28px;
  width: 120px;
}
#main .rvVoiceList01_img-04 {
  top: -20px;
  left: -15px;
  width: 120px;
}
#main .rvVoiceList01_img-05 {
  top: -30px;
  left: -22px;
  width: 110px;
}
#main .rvVoiceList01_img-06 {
  top: -20px;
  left: -23px;
  width: 115px;
}
#main .rvVoiceList01_list {
  display: flex;
  align-content: center;
  margin: 0 0 16px;
}
#main .rvVoiceList01_list > dt,
#main .rvVoiceList01_list > dd {
  padding: 0 0.5em 0.1em;
  font-weight: 400;
  font-size: 150%;
  letter-spacing: 0.06em;
}
#main .rvVoiceList01_list > dt {
  background-color: #e6e6e6;
}
#main .rvVoiceList01_list > dd {
  padding-left: 0.8em;
}
#main .rvVoiceList01-01 .rvVoiceList01_item {
  width: 100%;
}
#main .rvVoiceList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
}
#main .rvVoiceList02_item {
  width: calc(50% - 30px);
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
}
#main .rvVoiceList02_item:nth-of-type(3n) {
  width: 65.91%;
}
#main .rvVoiceList02_item-aiStart {
  align-self: flex-start;
}
#main .rvVoiceList02_txt {
  font-weight: 400;
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .rvVoiceList02_txt b {
  color: #fa0046;
  font-weight: 700;
}
#main .rvVoiceList03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 7.27%;
  gap: 40px;
}
#main .rvVoiceList03_item {
  display: flex;
  width: 100%;
  gap: 30px;
}
#main .rvVoiceList03_txt {
  width: calc(100% - 190px);
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 400;
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .rvVoiceList03_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: #d9003d;
}
#main .rvVoiceList03_img img {
  width: 90px;
  height: auto;
}
