@charset "UTF-8";
.dsgn_btn {
  font-size: 1.142rem;
  font-weight: 600;
  background: #333;
  border-radius: 25px;
  padding: 0.7em 4em;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dsgn_btn {
    font-size: 0.9rem;
    border-radius: 50px;
  }
}

.dsgn_btn::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) {
  .dsgn_btn::after {
    border-radius: 50px;
  }
}

.ly_dsgnBtn {
  text-align: center;
  margin-top: 8em;
}

.smb-accordion {
  margin-top: 5em;
}

.smb-accordion__item__title {
  width: 20em;
  padding: 1em;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border-radius: 20px;
}

.hcb_wrap.hcb_wrap {
  height: 300px;
  overflow: auto;
}

/*===========================================================
# デザインパーツページ
============================================================*/
.bl_designPartLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_designPartLists li {
  margin-bottom: 1em;
}

.bl_designPartLists li a {
  display: inline-block;
  width: 200px;
  margin-right: 2em;
  padding: 1em 0;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bl_designPartLists li a:hover {
  background-color: red;
  color: #fff;
}

.ly_designCont {
  padding: 100px 0 0;
}

/*===========================================================
# Footer デザイン
============================================================*/
#footer01 .ly_footerTop {
  background-color: #c1232d;
  color: #fff;
}

#footer01 .ly_footerTop_inner {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

#footer01 .ly_footerTop_logo {
  margin-right: 43px;
}

@media screen and (max-width: 767px) {
  #footer01 .ly_footerTop_logo {
    margin-right: 0;
  }
}

#footer01 .bl_footerTop_logo {
  width: 145px;
  height: 105px;
}

@media screen and (max-width: 767px) {
  #footer01 .bl_footerTop_logo {
    width: 44vw;
    height: auto;
  }
}

#footer01 .bl_footerTop_comName {
  margin-top: 1.6em;
  margin-bottom: 1.1em;
  font-size: 1.214rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

#footer01 .bl_footerTop_comInfo {
  font-size: 1.071rem;
  letter-spacing: 0.05em;
}

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

#footer01 .bl_footerTop_map {
  text-decoration: underline;
}

#footer01 .ly_footerBtm {
  background-color: #75161e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer01 .ly_footerBtm {
    padding-bottom: 14vw;
  }
}

#footer01 .ly_footerBtm_inner {
  max-width: 1870px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

#footer01 .bl_footerBtmUnits {
  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;
  height: 74px;
}

@media screen and (max-width: 767px) {
  #footer01 .bl_footerBtmUnits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer01 .el_footerCopyright {
  display: block;
  color: #fff;
  font-size: 0.714rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer01 .el_footerCopyright {
    line-height: 1.2;
  }
}

#footer01 .bl_footerBtmUnits_policy {
  margin-right: 2.2em;
  font-size: 1.071rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
}

#footer01 .bl_footerTop_bnr {
  width: 191px;
  height: 43px;
}

#footer01 .bl_spFooter_btm {
  margin-top: 3em;
}

#footer01 .bl_spFooter_policy {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #footer01 .bl_spFooter_policy {
    margin-bottom: 1em;
    font-size: 0.9rem;
  }
}

#footer02 .ly_footerTop {
  background-color: #333;
}

#footer02 .ly_footerTop_inner {
  width: 1230px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  #footer02 .ly_footerTop_inner {
    width: 100%;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

#footer02 .bl_footerTop_contWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_contWrap {
    display: block;
  }
}

#footer02 .bl_footerTop_contL {
  width: 32%;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_contL {
    width: 100%;
    margin-bottom: 12vw;
  }
}

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

@media screen and (max-width: 767px) {
  #footer02 .el_footer_logo img {
    width: 70%;
  }
}

#footer02 .bl_footerTop_contR {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_contR {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_listBox {
    width: 48%;
  }
}

#footer02 .bl_footerTop_listBox:not(:first-child) {
  margin-left: 5em;
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_listBox:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_listBox:nth-child(n):not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 1.5em;
  }
}

#footer02 .bl_footerTop_listTtl {
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ccc;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_listTtl {
    font-size: 1rem;
  }
}

#footer02 .bl_footerTop_lists {
  color: #ccc;
}

#footer02 .bl_footerTop_lists li {
  font-size: 1rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #footer02 .bl_footerTop_lists li {
    font-size: 0.9rem;
  }
}

#footer02 .ly_footerBtm {
  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;
  height: 100px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #footer02 .ly_footerBtm {
    height: 25vw;
  }
}

#footer02 .ly_footerBtm_inner {
  text-align: center;
}

#footer02 .bl_footerBtm_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer02 .bl_footerBtm_lists li {
  font-size: 0.75rem;
}

#footer02 .bl_footerBtm_lists li:not(:last-child) {
  margin-right: 2em;
}

#footer02 .el_footer_policy {
  color: #000;
}

#footer02 .el_footerCopyright {
  text-align: center;
  color: #000;
  font-size: 0.7rem;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  #footer02 .el_footerCopyright {
    line-height: 1.2;
  }
}

#footer03 .ly_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}

#footer03 .hp_btGray {
  border-top: 1px solid #777 !important;
}

#footer03 .ly_footer_inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer03 .bl_footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

#footer03 .bl_footerNav_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#footer03 .bl_footerNav_item > *:last-child {
  margin-bottom: 0;
}

#footer03 .bl_footerNav_item:last-child .bl_footerNav_link::after {
  content: none;
}

#footer03 .bl_footerNav_link {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

#footer03 .bl_footerNav_link:focus,
#footer03 .bl_footerNav_link:hover {
  text-decoration: underline;
}

#footer03 .bl_footerNav_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#footer03 .bl_footerChildNav {
  padding-left: 0;
  list-style-type: none;
}

#footer03 .bl_footerChildNav_item {
  margin-bottom: 10px;
}

#footer03 .bl_footerChildNav_link {
  color: #ddd;
  font-size: 15px;
  text-decoration: none;
}

#footer03 .bl_footerChildNav_link:focus,
#footer03 .bl_footerChildNav_link:hover {
  text-decoration: underline;
}

#footer03 .el_footerCopyright {
  display: block;
  color: #ddd;
  font-size: 12px;
  text-align: center;
}

/*===========================================================
# CTA デザインパーツページ
============================================================*/
#cta01 .bl_cta {
  width: 900px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #ec213e;
  border-radius: 10px;
}

#cta01 .bl_cta_tel {
  width: 500px;
  padding: 21px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #cta01 .bl_cta_tel {
    width: 100%;
    padding: 1em;
  }
}

#cta01 .bl_cta_telTtl {
  margin-bottom: 0.5em;
  font-size: 1.628rem;
  font-weight: 600;
  color: #ec213e;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  #cta01 .bl_cta_telTtl {
    margin-bottom: 0.6em;
    text-align: center;
    font-size: 1.4rem;
  }
}

#cta01 .bl_cta_telContWrap {
  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;
}

@media screen and (max-width: 767px) {
  #cta01 .bl_cta_telContWrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

#cta01 .bl_cta_telTime span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 767px) {
  #cta01 .bl_cta_telTime span {
    font-size: 0.8rem;
    line-height: 1.1;
  }
}

#cta01 .bl_cta_telNum {
  font-size: 2.952rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #ec213e;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  #cta01 .bl_cta_telNum {
    font-size: 1.7rem;
  }
}

#cta02 .bl_ctaWrap {
  background-color: #2999c4;
}

#cta02 .bl_cta {
  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;
  height: 400px;
}

@media screen and (max-width: 767px) {
  #cta02 .bl_cta {
    display: block;
    height: auto;
    padding: 3em 0;
  }
}

#cta02 .bl_cta_txt {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #cta02 .bl_cta_txt {
    margin-bottom: 1em;
    font-size: 1.3rem;
    text-align: center;
  }
}

#cta02 .bl_cta_btn {
  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;
  width: 440px;
  height: 100px;
  background: #fed943;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-radius: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #cta02 .bl_cta_btn {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
  }
}

#cta02 .bl_cta_btn::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #fff;
  border-radius: 50px;
}

/*===========================================================
# サービスの特徴 デザインパーツページ
============================================================*/
#feature01 .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) {
  #feature01 .bl_plan_wrap {
    display: block;
  }
}

#feature01 .bl_plan_item {
  width: 30%;
  padding: 2% 2% 0;
}

@media screen and (max-width: 767px) {
  #feature01 .bl_plan_item {
    width: 100%;
    margin-bottom: 5em;
  }
}

#feature01 .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) {
  #feature01 .bl_plan_ttl {
    font-size: 1.4rem;
  }
}

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

#feature01 .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) {
  #feature01 .bl_plan_price {
    font-size: 1.2rem;
  }
}

#feature01 .bl_plan_price span {
  padding-left: 0.2em;
  padding-right: 0.1em;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  #feature01 .bl_plan_price span {
    font-size: 2.3rem;
  }
}

#feature01 .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;
}

#feature01 .bl_plan_txt {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #feature01 .bl_plan_txt {
    font-size: 1rem;
    width: 88%;
    margin: 0 auto;
  }
}

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

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

#feature01 .bl_plan_maintTtl {
  margin-bottom: 0.6em;
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #feature01 .bl_plan_maintTtl {
    font-size: 1rem;
  }
}

#feature01 .bl_plan_maintTxt {
  font-size: 1.125rem;
}

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

/*===========================================================
# FAQ デザインパーツページ
============================================================*/
#faq01 .bl_faq_item {
  margin-bottom: 4px;
}

#faq01 .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;
  background-color: #EAEAEA;
  border: 1px solid #AFAFAF;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  #faq01 .bl_faq_q {
    padding: 0.8em 2.2em 0.8em 2.5em;
  }
}

#faq01 .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) {
  #faq01 .bl_faq_q::after {
    width: 4vw;
    height: 2vw;
    right: 3vw;
  }
}

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

#faq01 .bl_faq_q p {
  font-size: 1.285rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (max-width: 767px) {
  #faq01 .bl_faq_q p {
    font-size: 1rem;
  }
}

#faq01 .bl_faq_a {
  display: none;
  color: #000;
  padding-left: 16px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  #faq01 .bl_faq_a {
    padding-right: 0;
  }
}

#faq01 .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) {
  #faq01 .bl_faq_a p {
    padding: 1em 0 1.5em;
    font-size: 1rem;
  }
}

#faq02 .bl_faq_item {
  margin-bottom: 20px;
}

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

#faq02 .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 .5s ease;
  transition: all .5s ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  #faq02 .bl_faq_q {
    padding: 0.8em 2.2em 0.8em 2.5em;
  }
}

#faq02 .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) {
  #faq02 .bl_faq_q::after {
    width: 4vw;
    height: 2vw;
    right: 3vw;
  }
}

#faq02 .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) {
  #faq02 .bl_faq_q.close::before {
    right: 1em;
  }
}

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

#faq02 .bl_faq_q p {
  font-size: 1.285rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (max-width: 767px) {
  #faq02 .bl_faq_q p {
    font-size: 1rem;
  }
}

#faq02 .bl_faq_a {
  display: none;
  color: #000;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  #faq02 .bl_faq_a {
    padding-right: 0;
    padding: 0.4em 2.2em 0.4em 2.5em;
  }
}

#faq02 .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) {
  #faq02 .bl_faq_a p {
    padding: 1em 0 1.5em;
    font-size: 1rem;
  }
}

/*===========================================================
# タブ デザインパーツページ
============================================================*/
#tab01 .bl_tab ul li {
  float: left;
  margin-right: 1px;
  list-style-type: none;
}

#tab01 .bl_tab ul li a {
  font-size: 2em;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 15px 20px;
  background: #C15757;
}

#tab01 .bl_tab ul li a:hover {
  background: #D26161;
  color: #FFF;
}

#tab01 .bl_tab ul li a.current {
  background: #F5F4F2;
  color: #C15757;
}

#tab01 .bl_tab #js_tabContents {
  clear: both;
  margin-bottom: 150px;
}

#tab01 .bl_tab #js_tabContents div {
  padding: 30px 20px;
  background: #F5F4F2;
}

#tab01 .bl_tab #js_tabContents p {
  margin-top: 20px;
  line-height: 2em;
  color: #C15757;
}

#tab01 .bl_tab #js_tabContents strong {
  font-size: 4em;
  font-weight: bold;
  color: #D6AF62;
}
