@charset "utf-8";

/* 全体調整 */
.r-main__container,
.section-L,
footer {
  background-color: #d5d7d4;
  position: relative;
  z-index: 2;
}
.r-main__container {
  padding-top: 120px;
}
.pj-list {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  #pagetop {
    display: none !important;
  }
  .r-main__container {
    padding-top: 30px;
  }
}

/* becord_bg1 */
.becord_bg1 {
  width: 100%;
  height: calc(100vh - 150px);
  position: fixed;
  z-index: -1;
  top: 150px;
  left: 0;
  background: no-repeat center / cover;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .becord_bg1 {
    background-image: url(../img/becord/becord_bg1.jpg);
  }
}
@media screen and (max-width: 768px) {
  .becord_bg1 {
    height: calc(100vh - 60px);
    top: 60px;
    background-image: url(../img/becord/becord_bg1_sp.jpg);
  }
}

/* fvWrap */
.fvWrap {
  padding: 128px 0 248px;
  margin-top: 150px;
}
.fvWrap_inner {
  width: 1000px;
  padding: 0 50px 0 88px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: blur 1.5s ease-in-out forwards;
}
.fvWrap_in1 {
  position: relative;
  width: 208px;
}
.fvWrap_in1_sticky {
  position: sticky;
  top: 280px;
}
.fvWrap_tit1 {
  margin: 0;
}
.fvWrap_txt1 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(37 / 17);
}
.fvWrap_txt1 + .fvWrap_txt1 {
  margin-top: 53px;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .fvWrap {
    padding: 90px 0 74px;
    margin-top: 60px;
  }
  .fvWrap_inner {
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    gap: 85px 0;
  }
  .fvWrap_in1 {
    width: 114.94px;
  }
  .fvWrap_in1_sticky {
    position: static;
  }
  .fvWrap_txt1 {
    font-size: 16px;
    line-height: calc(32 / 16);
  }
  .fvWrap_txt1 + .fvWrap_txt1 {
    margin-top: 40px;
  }
}

/* becord1Wrap */
.becord1Wrap {
  padding: 155px 0 210px;
  background: no-repeat left top / cover;
}
.becord1_inner {
  width: 1150px;
  margin: 0 auto;
}
.becord1_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.becord1_item_in1 {
  width: 529px;
  position: relative;
}
.becord1_item_in2 {
  width: 505px;
}
.becord1_item_textBox {
  width: 430px;
}
.becord1_item_textBox_label {
  color: #8a7d5d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
.becord1_item_textBox_tit1 {
  font-size: 30px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  padding-bottom: 22px;
  position: relative;
  margin: 0 0 40px;
}
.becord1_item_textBox_tit1::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.becord1_item_textBox_tit2 {
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  margin: 0 0 22px;
}
.becord1_item_textBox_txt1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
}
.becord1_subItem {
  margin-top: 100px;
  position: relative;
}
.becord1_subItem_img1 {
  width: 357px;
  margin-left: auto;
  margin-right: 111px;
}
.becord1_subItem_img2 {
  width: 275px;
  position: absolute;
  top: 35px;
  left: 165px;
}
.becord1_contactBnr {
  width: 600px;
  height: 173px;
  margin: 180px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  transition: 0.3s ease;
}
.becord1_contactBnr_book {
  width: 139px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 1;
  top: -92px;
  left: 60px;
}
.becord1_contactBnr_box1 {
  position: relative;
  padding-right: 66px;
}
.becord1_contactBnr_t1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #8a7d5d;
}
.becord1_contactBnr_t2 {
  margin-top: 11px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(31 / 22);
}
.becord1_contactBnr_ico1 {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #c9bc9d;
  transition: background 0.3s ease;
}
.becord1_contactBnr_ico1::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  transition: border 0.3s ease;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .becord1Wrap {
    background-image: url(../img/becord/becord_bg2.jpg);
  }
  /* rev */
  .becord1_item.rev {
    flex-flow: row-reverse;
  }
  .becord1_item.rev .becord1_item_in2 {
    display: flex;
    justify-content: flex-end;
  }
  /* item */
  .becord1_item.item1 .becord1_item_img2 {
    width: 396px;
    position: absolute;
    bottom: -295px;
    right: -621px;
  }
  .becord1_item.item2 {
    margin-top: 260px;
  }
  .becord1_item.item2 .becord1_item_in1 {
    padding-left: 75px;
  }
  .becord1_item.item3 {
    align-items: flex-end;
    margin-top: 35px;
  }
  .becord1_item.item4 {
    margin-top: 140px;
  }
  /* hover */
  a.becord1_contactBnr:hover {
    background-color: #c9bd9d;
    text-decoration: none;
  }
  a:hover .becord1_contactBnr_ico1 {
    background-color: #fff;
  }
  a:hover .becord1_contactBnr_ico1::after {
    border-color: #c9bd9d;
  }
}
@media screen and (max-width: 768px) {
  .becord1Wrap {
    padding: 106px 0 80px;
    background-image: url(../img/becord/becord_bg2_sp.jpg);
  }
  .becord1_inner {
    width: 100%;
  }
  .becord1_item {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    gap: 60px 0;
  }
  .becord1_item_in1 {
    width: 100%;
  }
  .becord1_item_in2 {
    width: 100%;
    padding: 0 32px;
  }
  .becord1_item_textBox {
    width: 100%;
  }
  .becord1_item_textBox_label {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .becord1_item_textBox_tit1 {
    font-size: 23px;
    padding-bottom: 15px;
    margin: 0 0 25px;
  }
  .becord1_item_textBox_tit2 {
    font-size: 20px;
    letter-spacing: 0.025em;
    margin: 0 0 10px;
  }
  .becord1_item_textBox_txt1 {
    font-size: 15px;
  }
  /* item */
  .becord1_item.item1 {
    gap: 68px 0;
  }
  .becord1_item.item1 .becord1_item_img1 {
    width: calc((202 / 375) * 100vw);
  }
  .becord1_item.item1 .becord1_item_img2 {
    width: calc((153 / 375) * 100vw);
    position: absolute;
    bottom: -28px;
    right: 0;
  }
  .becord1_item.item2 {
    margin-top: 60px;
  }
  .becord1_item.item2 .becord1_item_img1 {
    padding: 0 32px;
    height: calc((310 / 375) * 100vw);
  }
  .becord1_item.item2 .becord1_item_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .becord1_item.item3 {
    margin-top: 60px;
  }
  .becord1_item.item4 {
    margin-top: 113px;
    flex-flow: column-reverse;
  }
  .becord1_item.item4 .becord1_item_img1 {
    padding: 0 32px;
  }
  /* subItem */
  .becord1_subItem {
    margin-top: 84px;
  }
  .becord1_subItem_img1 {
    width: calc((188 / 375) * 100vw);
    margin-left: auto;
    margin-right: 0;
  }
  .becord1_subItem_img2 {
    width: calc((146 / 375) * 100vw);
    position: absolute;
    top: -34px;
    left: 18px;
  }
  /* bnr */
  .becord1_contactBnr {
    width: 310px;
    height: 150px;
    margin-top: 85px;
    padding-right: 11px;
  }
  .becord1_contactBnr_book {
    width: 92px;
    top: -25px;
    left: 19px;
  }
  .becord1_contactBnr_box1 {
    position: relative;
    padding-right: 37px;
  }
  .becord1_contactBnr_t1 {
    font-size: 15px;
  }
  .becord1_contactBnr_t2 {
    margin-top: 9px;
    font-size: 22px;
  }
  .becord1_contactBnr_ico1 {
    width: 28px;
    height: 28px;
  }
  .becord1_contactBnr_ico1::after {
    width: 7px;
    height: 7px;
    right: 3px;
  }
}

@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}
