@charset "UTF-8";
/*===========================================================
# index
============================================================*/
/* mv
------------------------------------------------------------*/
.bl_topMv {
  padding: 74px 0 0;
}

.bl_topMvBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bl_topMvBody {
    width: 100%;
  }
}

.bl_topMvBody_txtArea {
  width: 50%;
  position: relative;
}

.bl_topMvBody_txtArea::before {
  content: "";
  position: absolute;
  top: 1%;
  left: 7%;
  width: 594px;
  height: 163px;
  background: url(../../images/index/top-mv-deco01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .bl_topMvBody_txtArea::before {
    content: none;
  }
}

.bl_topMvBody_txtArea::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: -6%;
  width: 527px;
  height: 137px;
  background: url(../../images/index/top-mv-deco02.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .bl_topMvBody_txtArea::after {
    content: none;
  }
}

.bl_topMvBody_txtBox {
  position: absolute;
  top: 27%;
  left: 10%;
}

.bl_topMvBody_ttl {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.bl_topMvBody_ttl span:first-child {
  margin-bottom: 0.1em;
}

.bl_topMvBody_ttl .hl,
.bl_spTopMvBody_ttl .hl {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0.4em 0.3em 0.2em;
}

.bl_spTopMvBody_ttl .hl {
  padding: 0 0.3em;
}

/* 黄色い帯 */
.bl_topMvBody_ttl .hl::before,
.bl_spTopMvBody_ttl .hl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 1.4em;
  background: #ffda3a;
  z-index: -1;
  /* アニメーション準備 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: highlight 1s ease forwards;
          animation: highlight 1s ease forwards;
}
@media screen and (max-width: 767px) {
  .bl_topMvBody_ttl .hl::before,
  .bl_spTopMvBody_ttl .hl::before {
    bottom: 0;
  }
}

/* 2行目を少し遅らせる */
.bl_topMvBody_ttl .hl:nth-child(2)::before,
.bl_spTopMvBody_ttl .hl:nth-child(2)::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes highlight {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes highlight {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.bl_topMvBody_subTtl {
  margin-top: 4em;
  margin-left: 2em;
  padding-left: 1em;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.bl_topMvBody_subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #c0c2ff;
}

.bl_topMvBody_imgArea {
  width: 50%;
}

.bl_spTopMvBody {
  position: relative;
}

.bl_spTopMvBody_txtArea {
  position: absolute;
  top: 57%;
  left: 5%;
}

.bl_spTopMvBody_ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
.bl_spTopMvBody_ttl span {
  display: block;
  line-height: 1.5;
}

.bl_spTopMvBody_subTtl {
  margin-top: 1em;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

/* about
------------------------------------------------------------*/
.bl_topAbout {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f4f7ff;
}
@media screen and (max-width: 767px) {
  .bl_topAbout {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

.bl_topAboutBody {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_topAboutBody {
    width: 90%;
    padding: 0;
  }
}

.bl_topAboutBody::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 542px;
  height: 353px;
  background: url(../../images/index/top-about-bg.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .bl_topAboutBody::after {
    content: none;
  }
}

.bl_topAboutBody::before {
  content: "";
  position: absolute;
  bottom: -8%;
  right: 23%;
  width: 296px;
  height: 86px;
  background: url(../../images/index/top-about-icn.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bl_topAboutBody::before {
    content: none;
  }
}

.bl_topAbout_ttl {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_topAbout_ttl {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
  }
}

.bl_topAbout_ttl::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 370px;
  max-width: 100%;
  height: 2px;
  background-color: #c0c2ff;
}
@media screen and (max-width: 767px) {
  .bl_topAbout_ttl::after {
    width: 64vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bl_topAbout_txt {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_topAbout_txt {
    text-align: justify;
    font-size: 0.9rem;
  }
}

.bl_topAbout_txt:nth-of-type(2) {
  margin-top: 1em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .bl_topAbout_txt:nth-of-type(2) {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .bl_topAbout_imgBox {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .bl_topAbout_imgBox::after {
    content: "";
    position: absolute;
    left: 4vw;
    bottom: -8vw;
    width: 50vw;
    height: 15vw;
    background: url(../../images/index/top-about-icn.png) no-repeat center center/contain;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .bl_topAbout_img::after {
    content: "";
    position: absolute;
    bottom: -8%;
    right: 23%;
    width: 296px;
    height: 86px;
    background: url(../../images/index/top-about-icn.png) no-repeat center center/contain;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .bl_topAbout_btnBox {
    margin-top: 16vw;
    text-align: center;
  }
}

.bl_topAbout_cap {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .bl_topAbout_cap {
    text-align: center;
  }
}

/* point
------------------------------------------------------------*/
.bl_topPoint {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_topPoint {
    padding: 30vw 0 15vw;
  }
}

.bl_topPoint::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(../../images/index/top-point-bg.jpg) no-repeat top center/cover;
  z-index: -1;
  opacity: 0.3;
  bottom: 0;
}

.bl_topPoint_ttl,
.bl_topRec_ttl {
  margin-bottom: 3em;
  padding-bottom: 0.8em;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_topPoint_ttl,
  .bl_topRec_ttl {
    margin-bottom: 1.6em;
    font-size: 1.4rem;
  }
}

.bl_topPoint_ttl::before,
.bl_topRec_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 260px;
  height: 2px;
  background-color: #f2f5fc;
}

.bl_topPoint_ttl::after,
.bl_topRec_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #2d70c6;
}

.bl_topPointCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .bl_topPointCards {
    display: block;
  }
}

.bl_topPointCard {
  width: 30%;
  padding: 60px 0;
  background-color: #f8faff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .bl_topPointCard {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
}

@media screen and (max-width: 767px) {
  .bl_topPointCard:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.bl_topPointCard_img {
  width: 100%;
  height: 98px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_topPointCard_img {
    height: 22vw;
  }
}

.bl_topPointCard.card01 .bl_topPointCard_img img {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .bl_topPointCard.card01 .bl_topPointCard_img img {
    width: auto;
    height: 16vw;
  }
}

.bl_topPointCard.card02 .bl_topPointCard_img img {
  width: 133px;
}
@media screen and (max-width: 767px) {
  .bl_topPointCard.card02 .bl_topPointCard_img img {
    width: auto;
    height: 16vw;
  }
}

.bl_topPointCard.card03 .bl_topPointCard_img img {
  width: 94px;
}
@media screen and (max-width: 767px) {
  .bl_topPointCard.card03 .bl_topPointCard_img img {
    width: auto;
    height: 16vw;
  }
}

.bl_topPointCard_ttl {
  margin-bottom: 1.3em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_topPointCard_ttl {
    font-size: 1.2rem;
  }
}

.bl_topPointCard_txt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_topPointCard_txt {
    font-size: 0.9rem;
  }
}

/* Recruit
------------------------------------------------------------*/
.bl_topRec {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_topRec {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 15vw 0;
  }
}

.bl_topRec_ttl {
  margin-bottom: 2em;
}

.bl_topRec_lead {
  margin-bottom: 3em;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_topRec_lead {
    margin-bottom: 1.5em;
  }
}

.bl_topRec_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_topRec_cont {
    display: block;
  }
}

.bl_topRec_txtArea {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .bl_topRec_txtArea {
    width: 100%;
  }
}

.bl_topRec_imgArea {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .bl_topRec_imgArea {
    width: 100%;
  }
}
.bl_topRec_imgArea img {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .bl_topRec_imgArea img {
    border-radius: 0;
  }
}

.bl_topRec_points {
  padding: 26px 0 0 55px;
}
@media screen and (max-width: 767px) {
  .bl_topRec_points {
    padding: 1em 0 0 2.5em;
  }
}

.bl_topRec_item {
  margin-bottom: 38px;
}

.bl_topRec_itemTtl {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.bl_topRec_itemTtl::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -80px;
  width: 60px;
  height: 55px;
  background: url(../../images/index/top-rec-icn01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .bl_topRec_itemTtl::before {
    top: -2vw;
    left: -12vw;
    width: 10vw;
    height: 10vw;
  }
}

.bl_topRec_itemTtl__2::before {
  background: url(../../images/index/top-rec-icn02.svg) no-repeat center center/contain;
}

.bl_topRec_itemTxt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_topRec_itemTxt {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_topRec_btnBox {
    text-align: center;
  }
}

/* news
------------------------------------------------------------*/
.bl_news {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bl_news {
    padding: 15vw 0;
  }
}

.bl_newsCard {
  display: block;
  margin-bottom: 8px;
  padding: 22px 16px 18px;
  background-color: #fff;
  border-radius: 4px;
}

.bl_newsCard_body {
  border-bottom: 1px dashed #000;
  padding-bottom: 1em;
}

.bl_newsCard_date {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .bl_newsCard_date {
    font-size: 0.7rem;
  }
}

.bl_newsCard_ttl {
  margin-top: 1em;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_newsCard_ttl {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.1;
  }
}

.ly_news_btn {
  margin-top: 100px;
  text-align: center;
}

/* faq
------------------------------------------------------------*/
.bl_faq_item {
  margin-bottom: 20px;
}

.bl_faq_box {
  background-color: #f2f4f5;
  border-radius: 20px;
}

.bl_faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-left: 80px;
  padding-right: 4em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_faq_q {
    padding: 0.8em 2.2em 0.8em 2.5em;
  }
}

.bl_faq_q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 12px;
  background: url(../../images/base/arrow-down.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .bl_faq_q::after {
    width: 4vw;
    height: 2vw;
    right: 3vw;
  }
}

.bl_faq_q.close::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 91%;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 767px) {
  .bl_faq_q.close::before {
    right: 1em;
  }
}

.bl_faq_q.close::after {
  background: url(../../images/base/arrow-up.png) no-repeat center center/contain;
}

.bl_faq_q p {
  font-size: 1.142rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_faq_q p {
    font-size: 0.9rem;
  }
}

.bl_faq_q p {
  position: relative;
}

.bl_faq_q p::before {
  content: "Q";
  position: absolute;
  left: -1.3em;
  top: -0.1em;
  font-size: 1.145rem;
  color: var(--accent-color);
}
@media screen and (max-width: 767px) {
  .bl_faq_q p::before {
    font-size: 1rem;
  }
}

.bl_faq_a {
  display: none;
  color: #000;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .bl_faq_a {
    padding-right: 0;
    padding: 0.4em 2.2em 0.4em 2.5em;
  }
}

.bl_faq_a p {
  padding: 1.7em 0 2.7em;
  font-size: 1.142rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_faq_a p {
    padding: 1em 0 1.5em;
    font-size: 1rem;
  }
}

/* cta
------------------------------------------------------------*/
.bl_cta {
  width: 100%;
  height: 370px;
  background: url(../../images/common/cta-bg.jpg) no-repeat center center/cover;
}
.bl_ctaBox {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .bl_ctaBox {
    padding-top: 12vw;
  }
}

.bl_ctaLead {
  margin-bottom: 65px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  color: #ffda3a;
  text-align: center;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .bl_ctaLead {
    margin-bottom: 1.6em;
    font-size: 1.2rem;
  }
}

.bl_ctaBox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .bl_ctaBox_body {
    display: block;
  }
}

.bl_ctaInfoArea {
  width: 48%;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_ctaInfoArea {
    width: 100%;
    text-align: center;
  }
}

.bl_ctaName {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .bl_ctaName {
    font-size: 1.2rem;
  }
}

.bl_ctaTel {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bl_ctaTel {
    font-size: 1.4rem;
  }
}

.bl_ctaAddr {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .bl_ctaAddr {
    font-size: 0.9rem;
  }
}

.bl_ctaBtnArea {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .bl_ctaBtnArea {
    width: 100%;
    text-align: center;
    margin-top: 1.8em;
    padding-left: 0;
  }
}

.bl_service_box {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip;
  padding-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

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

.bl_service_box::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 1920px;
  height: 309px;
  background: url(../../images/service/service-deco01.png) no-repeat center center/contain;
  z-index: -1;
}

.bl_service_box.rev::before {
  background: url(../../images/service/service-deco02.png) no-repeat center center/contain;
  z-index: -1;
}

.bl_service_cont {
  min-height: 455px;
}

.bl_service_txtArea {
  width: 51%;
  margin-left: auto;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .bl_service_txtArea {
    width: 100%;
    padding-top: 0;
  }
}

.bl_service_box.rev .bl_service_txtArea {
  width: 51%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .bl_service_box.rev .bl_service_txtArea {
    width: 100%;
    padding-top: 0;
  }
}

.bl_service_ttl {
  margin-bottom: 1.2em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bl_service_ttl {
    font-size: 1.1rem;
  }
}

.bl_service_lead {
  margin-bottom: 5.4em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bl_service_lead {
    margin-bottom: 4.4em;
    font-size: 1rem;
  }
}
.bl_service_lead span {
  display: inline-block;
  padding-left: 80px;
  position: relative;
}

.bl_service_lead span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 50px;
  padding-left: 60px;
  background-color: #000;
}

.bl_service_txt {
  margin-bottom: 0.6em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .bl_service_txt {
    font-size: 0.9rem;
  }
}

.bl_service_imgArea {
  width: 780px;
  position: absolute;
  top: 30px;
  left: calc(50% - 840px);
}
@media screen and (max-width: 767px) {
  .bl_service_imgArea {
    position: static;
    width: 100%;
    left: 0;
  }
}

.bl_service_box.rev .bl_service_imgArea {
  left: auto;
  right: calc(50% - 840px);
}

.bl_company_table {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .bl_company_table {
    width: 100%;
    margin-top: 12vw;
  }
}

.bl_company_table th,
.bl_company_table td {
  font-weight: 600;
}

.bl_company_table th {
  width: 18%;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  padding-left: 1.2em;
  background-color: #f3f8f6;
}
@media screen and (max-width: 767px) {
  .bl_company_table th {
    display: block;
    width: 100%;
    margin-bottom: 0.3em;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
  }
}

.bl_company_table td {
  width: 82%;
  padding: 1.5em 0 1.5em 2em;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .bl_company_table td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-size: 0.9rem;
    border-top: none;
  }
}

.bl_history_table {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .bl_history_table {
    width: 100%;
    margin-top: 12vw;
  }
}

.bl_history_table td,
.bl_history_table th {
  font-weight: 600;
}

.bl_history_table th {
  width: 21%;
  padding-left: 1.2em;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_history_table th {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
  }
}

.bl_history_table th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #29323b;
}
@media screen and (max-width: 767px) {
  .bl_history_table th::before {
    left: 1.2vw;
    right: auto;
  }
}

.bl_history_table tr:first-child th::before {
  top: 50%;
}

.bl_history_table th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #29323b;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .bl_history_table th::after {
    width: 2.4vw;
    height: 2.4vw;
    left: 0;
    right: auto;
  }
}

.bl_history_table td {
  width: 82%;
  padding: 1.5em 0 1.5em 2em;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_history_table td {
    display: block;
    width: 100%;
    padding: 0.4em 0 1.5em 1em;
    font-size: 0.9rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .bl_history_table td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.2vw;
    width: 1px;
    height: 100%;
    background-color: #29323b;
  }
}

.bl_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_accessInfo {
  width: 45%;
}

.bl_accessInfo_name {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}

.bl_accessInfo_tel {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
}
.bl_accessInfo_tel span {
  font-size: 1.3rem;
}

.bl_accessInfo_address {
  display: block;
  font-size: 1rem;
  margin-top: 1em;
}

.bl_accessMap {
  width: 45%;
}

.bl_accessMapBox {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .bl_accessMapBox {
    width: 100%;
    height: 76vw;
  }
}

.bl_accessMapBox iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: sepia(25%);
          filter: sepia(25%);
}

.bl_recruit_box {
  width: 1920px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  position: relative;
}

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

.bl_recruit_txtArea {
  width: 54%;
  margin-left: auto;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .bl_recruit_txtArea {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.bl_recruit_txt {
  margin-bottom: 1em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .bl_recruit_txt {
    font-size: 0.9rem;
  }
}

.bl_recruit_imgArea {
  width: 800px;
  position: absolute;
  top: 0px;
  left: calc(50% - 890px);
}
@media screen and (max-width: 767px) {
  .bl_recruit_imgArea {
    position: static;
    width: 100%;
  }
}

.bl_recruit_txt2 {
  margin-bottom: 3em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_recruit_txt2 {
    font-size: 0.9rem;
    text-align: justify;
  }
}

.bl_recruit_table {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .bl_recruit_table {
    width: 100%;
    margin-top: 12vw;
  }
}

.bl_recruit_table th {
  width: 18%;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  padding-left: 1.2em;
  background-color: #f3f8f6;
}
@media screen and (max-width: 767px) {
  .bl_recruit_table th {
    display: block;
    width: 100%;
    margin-bottom: 0.3em;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
  }
}

.bl_recruit_table td {
  width: 82%;
  padding: 1.5em 0 1.5em 2em;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .bl_recruit_table td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-size: 0.9rem;
    border-top: none;
  }
}

.bl_sWorks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_wrap {
    display: block;
  }
}

.bl_sWorks_viewer {
  width: 46%;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_viewer {
    width: 100%;
  }
}

.bl_sWorks_img {
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_img {
    margin: 0 auto;
  }
}
.bl_sWorks_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.bl_sWorks_tmbLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_tmbLists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_sWorks_tmbItem {
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  border-right: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_tmbItem {
    border: 1px solid lightcoral;
    margin: 0.5vw;
    width: 18vw;
    max-width: none;
  }
}
.bl_sWorks_tmbItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bl_sWorks_info {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_info {
    width: 100%;
    margin-top: 10vw;
    padding: 4vw;
  }
}

.bl_sWorks_name {
  padding-bottom: 0.3em;
  font-size: 2.8rem;
  border-bottom: 1px solid lightcoral;
  letter-spacing: 0.12em;
  opacity: 0;
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_name {
    font-size: 1.8rem;
  }
}

.bl_sWorks_featureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.bl_sWorks_price {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: gray;
  margin-top: 35px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_price {
    font-size: 1rem;
    margin-top: 5vw;
  }
}

.bl_sWorks_comment {
  margin-top: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.3;
  opacity: 0;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_comment {
    margin-top: 1.8em;
    font-size: 1rem;
  }
}

.bl_sWorks_tags {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .bl_sWorks_tags {
    margin-top: 5vw;
  }
}
.bl_sWorks_tags li {
  display: inline-block;
  padding: 0.5em 0.8em;
  border: 1px solid lightcoral;
  font-size: 0.9rem;
  border-radius: 4vw;
}
.bl_sWorks_tags li:not(:last-child) {
  margin-right: 0.5em;
}

.ly_sWorks_backLink {
  margin-top: 100px;
  text-align: center;
}

/* mv
------------------------------------------------------------*/
.bl_topMv_scrolldown {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.bl_topMv_scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #888;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.bl_topMv_scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.bl_topMv_scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #888;
}

/* about
------------------------------------------------------------*/
.bl_about {
  background: url(../../images/index/about-bg.jpg) no-repeat center center/cover;
  position: relative;
  aspect-ratio: 1920/816;
}
@media screen and (max-width: 767px) {
  .bl_about {
    margin-top: 20vw;
    background: url(../../images/index/sp-about-bg.jpg) no-repeat center center/cover;
    aspect-ratio: 760/1000;
  }
}
.bl_about img {
  width: 100%;
}

.bl_about_cont {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_about_cont {
    top: 0;
    width: 100%;
    padding: 5vw 15px;
    text-align: center;
  }
}

.bl_about_cont .bl_secTtl_box {
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_about_cont .bl_secTtl_box {
    text-align: center;
  }
}

.bl_about_cont .bl_secTtl_box::after {
  content: none;
}

.bl_about_lead {
  margin-bottom: 1.2em;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bl_about_lead {
    font-size: 1.2em;
  }
}

.bl_about_txt {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_about_txt {
    font-size: 0.9rem;
  }
}

/* works
------------------------------------------------------------*/
.bl_works_listsBox {
  text-align: center;
  border-bottom: 1px solid #000;
}

.bl_works_lists {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
}

.bl_works_lists li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: none;
}

.bl_works_lists li a {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_works_lists li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3em;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.1;
  }
}

.bl_works_lists li a:hover {
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  opacity: 1;
  position: relative;
}

.bl_works_lists li a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.bl_works_lists li a.current {
  color: var(--accent-color);
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.bl_works_lists li a.current::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_works_lists li a.current::after {
    height: 4px;
  }
}

#js_tabContents {
  clear: both;
}

.js_tabCont {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .js_tabCont {
    padding: 10vw 0 0;
  }
}

#js_tabContents p {
  margin-top: 20px;
  line-height: 2em;
  color: #c15757;
}

#js_tabContents strong {
  font-size: 4em;
  font-weight: bold;
  color: #d6af62;
}

.ly_tabContLink {
  margin-top: 5em;
  text-align: center;
}

.js_worksAccordion_ttl {
  padding: 0.8em;
  background: rgb(13, 53, 99);
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.js_worksAccordion_ttl:not(:last-child) {
  margin-bottom: 0.5em;
}

.js_worksAccordion_cont {
  padding: 4vw 0 14vw;
}

.js_worksAccordion_cont.close {
  display: none;
}

/* plan
------------------------------------------------------------*/
.bl_plan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_plan_wrap {
    display: block;
  }
}

.bl_plan_item {
  width: 30%;
  padding: 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .bl_plan_item {
    width: 100%;
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 767px) {
  .bl_plan_item:last-child {
    margin-bottom: 0;
  }
}

.bl_plan_ttl {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_plan_ttl {
    padding-bottom: 0.8em;
    font-size: 1.2rem;
  }
}

.bl_plan_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--accent-color);
}

.bl_plan_price {
  margin-bottom: 2.2em;
  padding-bottom: 0.5em;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_plan_price {
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1.2rem;
  }
}
.bl_plan_price span {
  padding-left: 0.2em;
  padding-right: 0.1em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .bl_plan_price span {
    font-size: 2.3rem;
  }
}

.bl_plan_price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: gray;
}

.bl_plan_txt {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .bl_plan_txt {
    font-size: 1rem;
    width: 80%;
    margin: 0 auto;
  }
}

.bl_plan_sep {
  height: 100%;
  border-left: 3px dashed gray;
  height: 370px;
}

.bl_plan_maint {
  margin-top: 2em;
  padding: 1em;
  background-color: beige;
}

.bl_plan_maintTtl {
  margin-bottom: 0.6em;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bl_plan_maintTtl {
    font-size: 1rem;
  }
}

.bl_plan_maintTxt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .bl_plan_maintTxt {
    font-size: 0.9rem;
  }
}

.ly_planLink {
  margin-top: 5em;
  text-align: center;
}

/* news
------------------------------------------------------------*/
.ly_news_moreBtn {
  margin-top: 7em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_news_moreBtn {
    margin-top: 4em;
  }
}

.bl_mnt_ttl {
  margin-top: 3em;
  margin-bottom: 2em;
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 2px solid var(--accent-color);
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_mnt_ttl {
    margin-top: 5em;
    font-size: 1.1rem;
  }
}
.bl_mnt_ttl span {
  padding-left: 1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .bl_mnt_ttl span {
    font-size: 0.8rem;
  }
}

.bl_mnt_ttl::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: var(--accent-color);
}
@media screen and (max-width: 767px) {
  .bl_mnt_ttl::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}

.bl_mnt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .bl_mnt_wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.bl_mnt_wrapL {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .bl_mnt_wrapL {
    width: 100%;
  }
}

.bl_mnt_service {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_mnt_service {
    width: 30%;
  }
}

.bl_mnt_serviceTtl {
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .bl_mnt_serviceTtl {
    font-size: 0.78rem;
    line-height: 1.2;
  }
}

.bl_mnt_wrapR {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bl_mnt_wrapR {
    width: 100%;
  }
}

.bl_mnt_plan {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bl_mnt_plan {
    text-align: center;
  }
}

.bl_mnt_plan:first-child {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .bl_mnt_plan:first-child {
    margin-bottom: 1em;
  }
}

.bl_mnt_planName {
  margin-bottom: 0.5em;
  padding-right: 3em;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_mnt_planName {
    display: inline-block;
    padding-right: 0.5em;
    font-size: 1rem;
  }
}

.bl_mnt_price {
  padding-right: 0.8em;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_mnt_price {
    display: inline-block;
    font-size: 1rem;
  }
}
.bl_mnt_price span {
  padding-left: 0.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bl_mnt_price span {
    font-size: 1.4rem;
  }
}

.bl_mnt_price::after {
  content: "※";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .bl_mnt_price::after {
    font-size: 0.7rem;
  }
}

.bl_mnt_cap {
  margin-bottom: 0.8em;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_mnt_cap {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.ly_archCatlink {
  margin-bottom: 2.5em;
  padding-left: 1em;
}

.bl_archlinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bl_archlinkWrap {
    display: block;
  }
}

.bl_archlinkWrap_txt {
  margin-right: 0.8em;
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .bl_archlinkWrap_txt {
    margin-bottom: 0.4em;
    font-size: 1.1rem;
  }
}

.bl_catLinks_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_catLinks_li {
  padding: 0.5em 1.5em 0.3em;
  font-size: 1.142rem;
  letter-spacing: 0.12em;
  color: #000;
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bl_catLinks_li {
    font-size: 1rem;
    padding: 0.2em 0.5em;
  }
}

.bl_catLinks_li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #cacaca;
}

.bl_catLinks_li span {
  position: relative;
}

.bl_catLinks_li:hover span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #070707;
  pointer-events: none;
}

.bl_catLinks_all {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Noto Sans JP", sans-serif;
  padding: 0.4em 1.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .bl_catLinks_all {
    margin-right: 0;
    padding: 0.2em 0.5em;
  }
}

/*===========================================================
# contact
============================================================*/
.bl_contact_head {
  text-align: center;
}

.bl_contact_txt {
  font-size: 1.142rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_contact_txt {
    font-size: 0.9rem;
  }
}

.bl_contact_tel {
  display: inline-block;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  padding-left: 50px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_contact_tel {
    display: inline-block;
    padding-left: 1em;
    font-size: 1.8rem;
  }
}

.bl_contact_tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../../images/base/icn-tel-b.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .bl_contact_tel::before {
    width: 6vw;
    height: 6vw;
  }
}

.bl_contact_info {
  display: block;
  padding-left: 80px;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bl_contact_info {
    font-size: 1rem;
    padding-left: 0;
  }
}

.bl_formWrap {
  margin-top: 2.8em;
}
@media screen and (max-width: 767px) {
  .bl_formWrap {
    margin-top: 2.3em;
  }
}

.bl_formWrap_inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.bl_formWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.1em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_formWrap dl {
    display: block;
    padding: 1.1em 0 0.7em;
    margin-bottom: 1em;
  }
}

.bl_formWrap dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #afafaf, #afafaf 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.bl_formWrap dl:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #afafaf, #afafaf 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.bl_formWrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 185px;
  color: #000;
  font-size: 1.142rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_formWrap dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: center;
    width: 100%;
    padding-bottom: 1em;
    font-size: 0.85rem;
  }
}

.bl_formWrap dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 505px;
  max-width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl_formWrap dd {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.bl_formWrap .must,
.bl_formWrap .free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4em;
  height: auto;
  padding: 0.5em 0;
  background: #d71518;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bl_formWrap .must,
  .bl_formWrap .free {
    width: 10vw;
    height: 6vw;
    margin-right: 1em;
    border-radius: 10px;
    font-size: 0.7rem;
  }
}

.bl_formWrap .free {
  background-color: #d4d4d4;
  color: #717171;
}

.bl_formWrap input[type=text],
.bl_formWrap input[type=email] {
  padding: 0.5em;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #afafaf;
}
@media screen and (max-width: 767px) {
  .bl_formWrap input[type=text],
  .bl_formWrap input[type=email] {
    height: 3em;
    padding: 0 0.5em;
  }
}

.bl_formWrap textarea {
  height: 160px;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #afafaf;
}

@media screen and (max-width: 768px) {
  .mw_wp_form .bl_formWrap .horizontal-item + .horizontal-item {
    margin-left: 1em;
  }
  .bl_formWrap .mwform-checkbox-field-text {
    font-size: 0.85rem;
  }
}
input[type=checkbox] {
  accent-color: #000;
}

.bl_formWrap .policy {
  padding: 1em 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 34px;
  background-color: #ececec;
}
.bl_formWrap .policy p {
  display: inline-block;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bl_formWrap .policy p {
    display: inline-block;
    margin-left: 0.2em;
    margin-bottom: 0;
    text-align: left;
  }
}
.bl_formWrap .policy a {
  font-size: 1rem;
  font-weight: 600;
  color: #c1232d;
}

@media screen and (max-width: 768px) {
  .bl_formWrap .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9rem;
  }
  .bl_formWrap .policy a {
    display: inline-block;
    text-decoration: underline;
  }
}
.bl_formWrap .policy .underline {
  text-decoration: underline;
}

.bl_formWrap .policy .must {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .bl_formWrap .policy .mwform-checkbox-field {
    display: inline-block;
  }
}
.bl_formWrap .policy .mwform-checkbox-field-text {
  display: none;
}

.boxIndexContact .bl_formWrap .policy p {
  margin-top: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .boxIndexContact .bl_formWrap .policy p {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.boxIndexContact .bl_formWrap .policy p span {
  color: #011b6a;
  font-weight: 600;
  border-bottom: 1px solid #011b6a;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.boxIndexContact .bl_formWrap .policy p span:hover {
  opacity: 0.6;
}

.boxIndexContact .bl_formWrap .policy p span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/common/icn-policy.png) no-repeat center center/contain;
}

.boxFormSubmit {
  margin-top: 4.4em;
  text-align: center;
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack) {
  font-size: 1.142rem;
  font-weight: 600;
  background: #333;
  border-radius: 25px;
  padding: 0.7em 4em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxFormSubmit .btnSubmit:not(.btnSubmitBack) {
    font-size: 1rem;
    border-radius: 50px;
  }
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack)::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .boxFormSubmit .btnSubmit:not(.btnSubmitBack)::after {
    border-radius: 50px;
  }
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack):hover {
  opacity: 0.8;
}

.btnSubmitBack {
  border: none;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 2em 0 0 0;
  text-decoration: underline;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .btnSubmitBack {
    margin-top: 1.5em;
    font-size: 1rem;
  }
}

.btnSubmitBack:hover {
  opacity: 0.6;
}

.mw_wp_form .box_thanks {
  margin-top: 3em;
}

.mw_wp_form .txt {
  text-align: center;
  font-size: 1.142rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .txt {
    font-size: 0.9rem;
    text-align: left;
  }
}

.mw_wp_form .tel {
  margin-top: 1em;
  text-align: center;
  font-size: 1.142rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

.mw_wp_form .bl_formWrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .bl_formWrap .submit2_wrap {
  display: block;
}

.mw_wp_form .bl_formWrap .back_wrap {
  display: block;
}