/*
・css設計は「PRECSS」を採用
・z-index一覧
■ ロゴ(".bl_logo")：10
*/

@charset "utf-8";
/* ---------------------------------------
  ベースグループ
--------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.7;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
  color: #392726;
}

h2,
h3 {
  /* 秀英角ゴシック銀 */
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---------------------------------------
  ヘルパーグループ
--------------------------------------- */

/* 960px 以上で表示 */
.pc_only {
  display: block;
}

/* 959px 以下で表示 */
.sp_only {
  display: none;
}

/* hp_dib と組み合わせて使用 */
.hp_fz0 {
  font-size: 0;
}

.hp_dib {
  display: inline-block;
}

.hp_db {
  display: block;
}

/* 黄色の下線 */
.hp_bbYellow {
  position: relative;
  z-index: 10;
}

.hp_bbYellow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 13px;
  z-index: -1;
  background-color: #f2fa9d;
}

/* 黄色の下線（skew） */
.hp_bbYellow.hp_bbYellow__skew::after {
  background-color: #e9ea2c; /* 「.hp_bbYellow」と違う色 */
  transform: skewX(-30deg);
}

.hp_bgBase {
  background-color: #fdfeeb;
}

.hp_strongPink {
  color: #dc1654;
  font-weight: 600;
}

.hp_w100p {
  width: 100%;
}

/* 秀英角ゴシック銀 */
.hp_fontGothicGin {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.hp_fontMrEavesModOt {
  /* Mr Eaves Mod OT Regular */
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Mr Eaves Mod OT Bold */
.hp_fontMrEavesModOt700 {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.hp_mb15{
  margin-bottom: 15px;
}

.hp_taCenter{
  text-align: center;
}

/* ---------------------------------------
  エレメントモジュール
--------------------------------------- */

.el_icon {
  background-size: contain;
  background-repeat: no-repeat;
}

.el_icon.el_icon__form {
  background-image: url(../images/checksheet.png);
  width: 200px;
  height: 100px;
}

.el_icon.el_icon__batu {
  background-image: url(../images/batu.png);
  width: 42px;
  height: 42px;
}

.el_icon.el_icon__cases {
  background-image: url(../images/case-icon.png);
  width: 135px;
  height: 75px;
}

/* ---------------------------------------
  header
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_header_inner {
  max-width: 980px;
  height: 83px;
  margin: 0 auto;
}

/* --------- ブロックモジュール --------- */
.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  height: 100%;
}

.bl_headerLogo_link,
.bl_headerLogo_link > img {
  display: block;
}

.bl_headerInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_headerInfo img:first-of-type{
  margin: 7px -20px 0 0;
  width: 50%;
}

/* ---------------------------------------
  form
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_sectionForm {
  padding: 200px 3% 115px;
}

.ly_sectionForm_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 45px 110px;
  border: 8px solid #392726;
  background-color: #fff;
  position: relative;
}

.ly_sectionForm_inner::before {
  content: "";
  display: block;
  background-image: url(../images/pin.png);
  width: 80vw;
  height: 20vw;
  max-width: 560px;
  max-height: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}

/* --------- ブロックモジュール --------- */

.bl_form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .bl_form 以下のスタイルは form.css ファイルに記載  */

.bl_formTtl__new{
  text-align: center;
  margin: 0 auto 25px;
}

.bl_formTtl__new img{
  width: 50%;
}

/*.bl_formTtl {
  font-size: 40px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}*/

.bl_form_ttl strong {
  font-size: 64px;
  letter-spacing: -10px;
  padding-right: 10px;
}

/* プライパシーポリシーへの遷移リンク */
.bl_form_ppLink {
  color: #999899;
  font-size: 16px;
}

.bl_form_batuIcon {
  margin-top: 44px;
  margin-bottom: 28px;
}

.bl_present_row {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  justify-content: space-between;
}

.bl_present_part {
  width: 48%;
}

.bl_books {
  width: 95%;
  margin: 0 auto;
}

.bl_book {
  font-size: 15px;
  border-top: 1px dotted #534740;
  list-style-position: inside;
  padding: 3px 0;
}

.bl_book.bl_book__bbDotGray {
  border-bottom: 1px dotted #534740;
}

/* ---------------------------------------
  sectionImg
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_sectionImg {
  padding-top: 45px;
}

.ly_sectionImg > img {
  display: block;
}

/* ---------------------------------------
  cases
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_sectionCases {
  padding: 60px 0;
  text-align: center;
}

/* --------- ブロックモジュール --------- */
.bl_cases_icon {
  margin: 0 auto 35px;
}

.bl_cases_ttl {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 56px;
}

.bl_cases_ttl > strong {
  font-size: 70px;
  color: #79b932;
}

.bl_cases_slideItem > img {
  margin: 0 auto;
  max-width: 450px;
  width: 95%;
  height: 250px;
}

/* ---------------------------------------
  reasons
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_reasons {
  background-image: url(../images/reason-bg.png);
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

/* --------- ブロックモジュール --------- */
.bl_reasons_ttlImg {
  text-align: center;
  margin-bottom: 100px;
}

.bl_reasons_media {
  display: flex;
  position: relative;
  margin-bottom: 85px;
}

.bl_reasons_media:last-child {
  margin-bottom: 0;
}

.bl_reasons_media.bl_reasons_media__rev {
  flex-direction: row-reverse;
}

.bl_reasons_media > img {
  max-width: 570px;
  max-height: 556px;
}

.bl_reasons_media_body {
  position: absolute;
  top: 80px;
  right: 45px;
  width: 60%;
  max-width: 688px;
  padding: 60px 45px;
  background-color: rgba(255, 255, 255, 0.95);
}

.bl_reasons_media.bl_reasons_media__rev > .bl_reasons_media_body {
  right: auto;
  left: 45px;
}

.bl_reasons_media_body::after {
  content: "";
  background-image: url(../images/reason-bd-1.png);
  background-repeat: no-repeat;
  width: 95%;
  height: 95%;
  position: absolute;
  top: -8px;
  left: 0;
}

.bl_reasons_media_body.bl_reasons_media_body__2::after {
  background-image: url(../images/reason-bd-2.png);
  left: auto;
  right: 13px;
  background-position-x: right;
}

.bl_reasons_media_body.bl_reasons_media_body__3::after {
  background-image: url(../images/reason-bd-3.png);
}

.bl_reasons_media_body.bl_reasons_media_body__4::after {
  background-image: url(../images/reason-bd-4.png);
  left: auto;
  right: 13px;
  background-position-x: right;
}

.bl_reasons_media_body.bl_reasons_media_body__5::after {
  background-image: url(../images/reason-bd-5.png);
}

.bl_reasons_media_ttl {
  font-size: 36px;
  line-height: 1.4;
  padding-left: 14px;
  padding-bottom: 24px;
  border-bottom: 5px double gray;
  position: relative;
  margin-bottom: 30px;
}

.bl_reasons_media_ttl::after {
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: url(../images/reasons-mediaTtl_bb.png);
}

.bl_voices_media_ttl > .hp_fz0 > span {
  font-size: 36px;
}

.bl_reasons_media_txt {
  font-size: 20px;
}

/* ---------------------------------------
  points
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_points {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  z-index: -1;
  background-image: url(../images/points-bg.png);
  background-size: cover;
}

/* --------- ブロックモジュール --------- */
.bl_points_ttlImg {
  text-align: center;
  margin-bottom: 70px;
}

.bl_points_cards {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.bl_card {
  box-shadow: 2px 2px 2px #72686abf;
  position: relative;
  background-color: #fff;
  margin-top: 130px;
  padding-bottom: 56px;
}

.bl_points_cards > .bl_card {
  width: 33%;
}

.bl_card::before,
.bl_card::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.bl_card::before {
  background-image: url(../images/point-title-1.png);
  bottom: calc(100% + 80px);
}

.bl_card.bl_card__2::before {
  background-image: url(../images/point-title-2.png);
}

.bl_card.bl_card__3::before {
  background-image: url(../images/point-title-3.png);
}

.bl_card::after {
  background-image: url(../images/point-pin.png);
  bottom: calc(100% - 10px);
  z-index: -1;
}

.bl_card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bl_card_icon {
  width: 58px;
  height: 58px;
  background-image: url(../images/point-icon-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 17px;
  margin-bottom: 12px;
}

.bl_card__2 .bl_card_icon {
  background-image: url(../images/point-icon-2.png);
}

.bl_card__3 .bl_card_icon {
  background-image: url(../images/point-icon-3.png);
}

.bl_card_ttl {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 26px;
}

.bl_card_ttl > strong {
  font-size: 36px;
}

.bl_card_txt {
  width: 90%;
  margin: 0 auto;
}

/* ---------------------------------------
  voices
--------------------------------------- */

/* --------- レイアウトグループ --------- */
.ly_voices {
  background-image: url(../images/voices-bg.png);
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

/* --------- ブロックモジュール --------- */
.bl_voices_ttl {
  text-align: center;
  font-size: 70px;
  padding-top: 125px;
  background-image: url(../images/voice-title.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 75px;
}

.bl_voices_media {
  display: flex;
  position: relative;
  margin-bottom: 85px;
}

.bl_voices_media:last-child {
  margin-bottom: 0;
}

.bl_voices_media.bl_voices_media__rev {
  flex-direction: row-reverse;
}

.bl_voices_media > img {
  max-width: 822px;
  max-height: 532px;
}

.bl_voices_media_body {
  position: absolute;
  top: 400px;
  right: 105px;
  width: 80%;
  max-width: 925px;
  padding: 60px 45px;
  background-color: white;
}

.bl_voices_media.bl_voices_media__rev > .bl_voices_media_body {
  right: auto;
  left: 105px;
}

.bl_voices_media_body::after {
  content: "";
  background-image: url(../images/voice-bd-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100%);
  position: absolute;
  top: -16px;
  left: -2px;
}

.bl_voices_media_body.bl_voices_media_body__2::after {
  background-image: url(../images/voice-bd-2.png);
  left: auto;
  right: -2px;
}

.bl_voices_media_body.bl_voices_media_body__3::after {
  background-image: url(../images/voice-bd-3.png);
}

.bl_voices_media_ttl {
  font-size: 40px;
  line-height: 1.4;
  padding-left: 14px;
  position: relative;
  margin-bottom: 30px;
}

.bl_voices_media_name {
  border-bottom: 2px dotted #d5a525;
  font-size: 20px;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.bl_voices_media_ttl::after {
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: url(../images/voices-mediaTtl_bb.png);
}

.bl_voices_media_txt {
  font-size: 20px;
}

/* ---------------------------------------
  reasons
--------------------------------------- */

/* --------- レイアウトグループ --------- */

/* --------- ブロックモジュール --------- */
