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

レイアウト

 ---------------------------------- */
.ly_inner {
  padding: 30px 30px 50px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .ly_inner {
    padding: 50px 20px 80px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .ly_inner {
    padding: 50px 0 80px;
  }
}

.ly_section-intro {
  padding-top: 110px;
}
@media screen and (min-width: 960px) {
  .ly_section-intro {
    padding-top: 130px;
  }
}
@media screen and (max-width: 959px) {
  .ly_section-intro .ly_inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.ly_section-owner {
  overflow: hidden;
}

.ly_footer {
  padding: 60px 0px 110px;
  background: #493A32;
}
@media screen and (min-width: 768px) {
  .ly_footer {
    padding: 60px 0px 180px;
  }
}
@media screen and (min-width: 960px) {
  .ly_footer {
    padding: 120px 0 200px;
  }
}

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

汎用パーツ

 ---------------------------------- */
.el_sectionTtl {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  background-color: #5B4B41;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  letter-spacing: 0.07em;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .el_sectionTtl {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .el_sectionTtl {
    word-break: normal;
  }
}

.el_copy {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .el_copy {
    margin-bottom: 50px;
    word-break: keep-all;
  }
}

.el_copy02 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .el_copy02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .el_copy02::after {
    content: "";
    width: 27px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .el_copy02 {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

.el_subTtl {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.el_dotList {
  list-style-type: disc;
  margin-left: 1em;
}
.el_dotList > li {
  margin-bottom: 5px;
}

.hp_fontRoboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.hp_textRightBroun {
  color: #F2DDC8;
}

.hp_shadow {
  box-shadow: 4px 4px 0px 0 #b4aba2;
}

.hp_underLine {
  background: linear-gradient(transparent 50%, #FFE5B1 50%);
}

@media screen and (min-width: 960px) {
  .hp_lgHdn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hp_mdHdn {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hp_smHdn {
    display: none;
  }
}

.hp_textCenter {
  text-align: center;
}

.hp_greenTxt {
  color: #009540;
}

@media screen and (max-width: 959px) {
  .bl_flex {
    display: grid;
  }
}
@media screen and (min-width: 960px) {
  .bl_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 -12px;
    flex-direction: row;
    justify-content: center;
  }
}
.bl_flex + .bl_flex {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .bl_flex + .bl_flex {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .bl_flex_contents {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

.bl_flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_flex02 {
    gap: 20px 0;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 960px) {
  .bl_flex02 {
    margin: 0 -5px;
  }
}
.bl_flex02_contents {
  max-width: 315px;
}
@media screen and (min-width: 768px) {
  .bl_flex02_contents {
    flex: 0 0 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  .bl_flex02_contents {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2.5px;
    box-sizing: border-box;
  }
}

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

MV

 ---------------------------------- */
.bl_mv {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/mv-bg-sp.png);
  background-size: cover;
  height: 590px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_mv {
    background-image: url(../img/mv-bg-pc.png);
  }
}
.bl_mv_inner {
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .bl_mv_inner {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .bl_mv_inner {
    height: 100%;
    position: relative;
    padding-top: 20px;
  }
}

.bl_mvHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_mvHeader_logo {
  flex: 0 0 140px;
}
@media screen and (min-width: 768px) {
  .bl_mvHeader_logo {
    flex: 0 0 200px;
  }
}
.bl_mvHeader_tel {
  flex: 0 1 auto;
}
.bl_mvHeader_num {
  font-size: 25px;
  font-weight: bold;
  color: #493A32;
}
@media screen and (min-width: 768px) {
  .bl_mvHeader_num {
    font-size: 30px;
  }
}
.bl_mvHeader_small {
  font-size: 10px;
  display: block;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .bl_mvHeader_small {
    font-size: 12px;
  }
}

.bl_mvCatch {
  width: 100%;
  max-width: 315px;
  margin: 75px auto 0;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .bl_mvCatch {
    max-width: 412px;
    font-size: 27px;
  }
}
.bl_mvCatch::after {
  content: "";
  width: 100%;
  aspect-ratio: 7.6;
  background: no-repeat url(../img/mv-pic-001.svg) top center/contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-94%);
}
.bl_mvCatch_copy {
  background-color: #5B4B41;
  color: #fff;
  padding: 8px 16px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.bl_mvCatch_strong {
  font-size: 31px;
}
@media screen and (min-width: 960px) {
  .bl_mvCatch_strong {
    font-size: 43px;
  }
}
.bl_mvCatch_borderTxts {
  display: flex;
}
.bl_mvCatch_borderTxt {
  font-size: 59px;
  border: 1px solid #5B4B41;
  width: 25%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(244, 239, 234, 0.42);
}
.bl_mvCatch_borderTxt:not(:first-of-type) {
  border-left: none;
}
@media screen and (min-width: 960px) {
  .bl_mvCatch_borderTxt {
    font-size: 78px;
  }
}

.bl_panels {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}

.bl_panel {
  width: 106px;
  aspect-ratio: 1;
  margin: 0 6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #B4ABA2;
  gap: 4px;
}
@media screen and (min-width: 960px) {
  .bl_panel {
    width: 160px;
    gap: 8px;
  }
}
.bl_panel_icon {
  width: 25px;
  aspect-ratio: 1;
}
@media screen and (min-width: 960px) {
  .bl_panel_icon {
    width: 32px;
  }
}
.bl_panel_icon img {
  width: 100%;
}
.bl_panel_check {
  background-color: #B29B83;
  width: 18px;
  aspect-ratio: 1;
  padding: 3px;
  position: absolute;
  left: 4px;
  top: 0;
  transform: translateY(-50%);
  background: #B29B83 no-repeat url(../img/ic-check.svg) center/62%;
}
@media screen and (min-width: 960px) {
  .bl_panel_check {
    width: 27px;
    left: 6px;
    background-size: 50%;
  }
}
.bl_panel_txt {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .bl_panel_txt {
    font-size: 19px;
  }
}
.bl_panel_txtSmall {
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .bl_panel_txtSmall {
    font-size: 13px;
    font-weight: 400;
  }
}

.bl_mvSpImg {
  margin: 20px auto 0;
  width: 280px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .bl_mvSpImg {
    display: none;
  }
}

.bl_mvPcImg {
  display: none;
}
@media screen and (min-width: 960px) {
  .bl_mvPcImg {
    display: block;
    width: auto;
  }
}
.bl_mvPcImg_01 {
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.bl_mvPcImg_02 {
  position: absolute;
  right: -20px;
  bottom: 20px;
}

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

コンテンツ01

 ---------------------------------- */
@media screen and (max-width: 959px) {
  .bl_introBox + .bl_introBox {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #B4ABA2;
  }
}
@media screen and (min-width: 960px) {
  .bl_introBox + .bl_introBox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 959px) {
  .bl_introBox_inn {
    padding: 0 30px;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .bl_introBox_inn {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.bl_introBox_pcLeft {
  flex: 0 0 calc((100% - 40px) / 2);
}
.bl_introBox_pcRight {
  flex: 0 0 calc((100% - 40px) / 2);
}
.bl_introBox_num {
  background-color: #B29B83;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  height: 30px;
  width: 50px;
  text-align: center;
  position: relative;
  margin-right: 16px;
}
.bl_introBox_num::after {
  content: "";
  height: 100%;
  width: 10px;
  background-color: #B29B83;
  -webkit-clip-path: polygon(0 0, 100% 0%, 13% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 13% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0px;
  transform: translateX(100%);
}
.bl_introBox_case {
  display: inline-block;
  padding-left: 3px;
}
.bl_introBox_strong {
  display: inline-block;
  padding-top: 2px;
  font-size: 25px;
}
@media screen and (max-width: 959px) {
  .bl_introBox_img {
    margin-bottom: 15px;
  }
}
.bl_introBox_ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_ttl {
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .bl_introBox_ttl::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 1px;
    background-color: #B29B83;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 960px) {
  .bl_introBox_ttl::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #B29B83;
    border-radius: 50px;
    position: absolute;
    left: -95px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.bl_introBox_contents {
  font-weight: 700;
  box-shadow: 4px 4px 0px 0 #b4aba2;
  background-color: #fff;
  border: 1px solid #B4ABA2;
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 16px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_contents {
    min-height: 82px;
    padding: 10px 25px;
    box-shadow: 8px 8px 0px 0 #b4aba2;
  }
}
.bl_introBox_contents * {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_contents * {
    font-size: 20px;
  }
}
.bl_introBox_contents-bubble {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_contents-bubble {
    margin-bottom: 25px;
  }
}
.bl_introBox_contents-bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #B4ABA2;
}
@media screen and (min-width: 960px) {
  .bl_introBox_contents-bubble::before {
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #B4ABA2;
  }
}
.bl_introBox_left {
  flex: 0 0 104px;
  border-right: 1px solid #493A32;
}
@media screen and (min-width: 960px) {
  .bl_introBox_left {
    flex: 0 0 140px;
  }
}
.bl_introBox_right {
  flex: 0 1 auto;
  margin-left: 16px;
}
.bl_introBox_price {
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_price {
    font-size: 28px;
  }
}
.bl_introBox_income {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_income {
    font-size: 40px;
  }
}
.bl_introBox_small {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .bl_introBox_small {
    font-size: 16px;
  }
}

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

コンテンツ02

 ---------------------------------- */
.bl-ownerBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl-ownerBox {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 768px) {
  .bl-ownerCard {
    width: 300px;
    margin: 0 10px;
  }
}
.bl-ownerCard_inn {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .bl-ownerCard_inn {
    padding: 0 10px;
  }
}
.bl-ownerCard_img {
  width: 100%;
}
.bl-ownerCard_img img {
  width: 100%;
}
.bl-ownerCard_contents {
  padding: 20px;
  background-color: #fff;
  flex: 1 0 auto;
}
.bl-ownerCard_ttl {
  font-size: 16px;
  font-weight: 700;
}
.bl-ownerCard_txt {
  color: #797979;
  font-size: 14px;
  margin-top: 12px;
}

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

コンテンツ03

 ---------------------------------- */
.bl_peopleBlock {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bl_peopleBlock {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .bl_peopleBlock {
    max-width: none;
  }
}

.bl_peopleBox img {
  width: 100%;
}

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

コンテンツ04

 ---------------------------------- */
@media screen and (max-width: 959px) {
  .bl_estateBlock {
    gap: 30px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.bl_estateBox {
  border-top: 1px solid #B29B83;
}
.bl_estateBox_img {
  margin-top: 20px;
}
.bl_estateBox_img img {
  width: 100%;
}
.bl_estateBox_ttl {
  margin-top: 16px;
}
.bl_estateBox_txt {
  margin-top: 16px;
  font-size: 14px;
}
.bl_estateBox_num {
  background: #B29B83;
  width: 43px;
  margin: 0 auto;
  height: 58px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bl_estateBox_num {
    height: 66px;
  }
}
.bl_estateBox_num span {
  font-size: 28px;
  padding-top: 4px;
  display: block;
}

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

コンテンツ05

 ---------------------------------- */
.ly_section-anxiety {
  background-color: #B29B83;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .bl_anxietyBlock {
    gap: 30px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.bl_anxietyeBox {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_anxietyeBox {
    padding: 0 12px;
  }
}
.bl_anxietyeBox_img {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_anxietyeBox_img {
    max-width: 215px;
  }
}
.bl_anxietyeBox_img img {
  border-radius: 50vw;
}
.bl_anxietyeBox_ttl {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .bl_anxietyeBox_ttl {
    height: 3.25em;
    display: grid;
    place-content: center;
  }
}
.bl_anxietyeBox_txt {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
}
.bl_anxietyeBox_txt * {
  font-size: 14px;
  line-height: 1.5;
}
.bl_anxietyeBox_num {
  position: absolute;
  color: #5B4B41;
  font-size: 83px;
  font-style: italic;
  top: 0;
  left: 50%;
  transform: translate(-246%, -44%);
}
@media screen and (min-width: 768px) {
  .bl_anxietyeBox_num {
    font-size: 74px;
    transform: translate(-268%, -53%);
  }
}
.bl_anxietyeBox_num span {
  position: relative;
}
.bl_anxietyeBox_num span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: #5B4B41;
  top: 20px;
  left: 45px;
  transform: rotate(45deg);
}

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

コンテンツ06

 ---------------------------------- */
@media screen and (max-width: 959px) {
  .bl_rentalBlock {
    gap: 30px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.bl_rentalBox {
  margin-top: 8px;
}
.bl_rentalBox_inn {
  position: relative;
}
.bl_rentalBox_img img {
  width: 100%;
}
.bl_rentalBox_ttl {
  margin-top: 10px;
}
.bl_rentalBox_num {
  background: #B29B83;
  width: 45px;
  aspect-ratio: 1;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 8px;
  top: -8px;
}
.bl_rentalBox_num span {
  font-size: 23px;
  padding-top: 1px;
  display: block;
}

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

コンテンツ08

 ---------------------------------- */
@media screen and (max-width: 767px) {
  .bl_fukuokaBlock {
    gap: 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 768px) {
  .bl_fukuokaBlock {
    margin-bottom: 50px;
  }
}

.bl_fukuokaBox {
  padding: 20px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  height: 100%;
}
.bl_fukuokaBox_rank {
  position: relative;
}
.bl_fukuokaBox_rankTxt {
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
}
.bl_fukuokaBox_rankImg {
  width: 153px;
  margin: 0 auto;
}
.bl_fukuokaBox_img {
  margin-top: 15px;
}
.bl_fukuokaBox_annotations {
  margin-top: 8px;
  list-style: none;
  padding-left: 1em;
}
.bl_fukuokaBox_annotation {
  font-size: 10px;
  margin-bottom: 5px;
  display: flex;
  line-height: 1.25;
}
.bl_fukuokaBox_annotation:before {
  content: "※";
  margin-right: 5px;
}
.bl_fukuokaBox_rankTxt02 {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px dashed #5B4B41;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bl_fukuokaBox_strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

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

FOOTER

 ---------------------------------- */
.bl_footer {
  color: #fff;
  text-align: center;
}
.bl_footer a {
  color: #fff;
}
.bl_footer_logo {
  width: 190px;
}
@media screen and (min-width: 960px) {
  .bl_footer_logo {
    width: 280px;
  }
}
.bl_footer_name {
  padding: 80px 0 0;
}
@media screen and (min-width: 960px) {
  .bl_footer_name {
    padding-top: 40px;
  }
}
.bl_footer_company {
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (min-width: 960px) {
  .bl_footer_company {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
.bl_footer_address {
  font-size: 12px;
  letter-spacing: 2px;
  padding-top: 2px;
}
@media screen and (min-width: 960px) {
  .bl_footer_address {
    font-size: 14px;
    padding-top: 10px;
  }
}
.bl_footer_other {
  padding: 60px 0 30px;
}
@media screen and (min-width: 960px) {
  .bl_footer_other {
    padding: 80px 0 60px;
  }
}
.bl_footer_link {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .bl_footer_link {
    margin-bottom: 15px;
  }
}
.bl_footer_link a {
  text-decoration: underline;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .bl_footer_link a {
    font-size: 14px;
  }
}
.bl_footer_small {
  font-size: 10px;
}

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

CVボタン(MV)

 ---------------------------------- */
.bl_cvBtnsMV {
  padding: 4px 2px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_cvBtnsMV {
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .bl_cvBtnsMV {
    background: none;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: none;
  }
}
@media screen and (min-width: 960px) {
  .bl_cvBtnsMV {
    bottom: 0;
    transform: translateY(50%);
  }
}

.bl_cvBtn {
  padding: 0 2px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .bl_cvBtn {
    padding: 0 10px;
  }
}
.bl_cvBtn_link {
  display: block;
  border-radius: 6px;
  position: relative;
  height: 80px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_cvBtn_link {
    border-radius: 15px;
    height: 100px;
  }
}
.bl_cvBtn_link::after {
  position: absolute;
  content: url(../img/cv-arrow.svg);
  top: calc(50% - 8px);
  right: 5px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .bl_cvBtn_link::after {
    top: calc(50% - 16px);
    right: 15px;
    width: 32px;
  }
}
.bl_cvBtn_txt {
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 700;
  position: absolute;
  width: 48vw;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .bl_cvBtn_txt {
    font-size: 28px;
    width: -moz-max-content;
    width: max-content;
    padding-right: 20px;
  }
}
.bl_cvBtn-request .bl_cvBtn_link {
  background: #D2223B;
}
.bl_cvBtn-seminer .bl_cvBtn_link {
  background: #006788;
}

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

CVボタン(追従)

 ---------------------------------- */
.bl_cvBtnsWrapp {
  width: 100%;
  z-index: 10;
  position: fixed;
  opacity: 0;
  transition: opacity 0.5s ease;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.bl_cvBtnsFloating {
  padding: 4px 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_cvBtnsFloating {
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
  }
}
.bl_cvBtnsFloating .bl_cvBtn_link {
  height: 48px;
}
@media screen and (min-width: 768px) {
  .bl_cvBtnsFloating .bl_cvBtn_link {
    height: 78px;
  }
}

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

slick

 ---------------------------------- */
.slick-prev:before,
.slick-next:before {
  color: #5B4B41 !important;
  font-size: 32px !important;
  opacity: 1 !important;
}

.slick-prev,
.slick-next {
  top: auto !important;
  bottom: -30px !important;
  width: 32px !important;
  height: 32px !important;
}

.slick-prev {
  left: 50% !important;
  transform: translate(-300%, 100%) !important;
}

.slick-next {
  right: 50% !important;
  transform: translate(300%, 100%) !important;
}

.slick-list {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .slick-list {
    overflow-x: scroll;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}/*# sourceMappingURL=style.css.map */