@charset "UTF-8";
/*===========================================================
# topMV
============================================================*/
.bl_topMV {
  padding-top: 150px;
  padding-bottom: 140px;
  background-color: #c32d2c;
}

@media screen and (max-width: 767px) {
  .bl_topMV {
    padding-top: 120px;
    padding-bottom: 20vw;
  }
}

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

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

.bl_topMV_headImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 794px;
  max-width: 100%;
  margin-left: -10px;
}

.bl_topMV_icnBox {
  position: relative;
  width: 154px;
  height: 207px;
}

@media screen and (max-width: 767px) {
  .bl_topMV_icnBox {
    width: 17.1vw;
    height: 23vw;
  }
}

.bl_topMV_icnLight {
  opacity: 0;
  width: 154px;
  height: 207px;
}

@media screen and (max-width: 767px) {
  .bl_topMV_icnLight {
    width: 17.1vw;
    height: 23vw;
  }
}

.bl_topMV_icnLight:first-child {
  opacity: 1;
}

.bl_topMV_icnLight:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.light_sw {
  opacity: 0;
}

.bl_topMV_icn {
  width: 144px;
  height: 144px;
  margin-top: 34px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .bl_topMV_icn {
    width: 16vw;
    height: 16vw;
    margin-top: 3vw;
  }
}

.bl_topMV_headTxt {
  opacity: 0;
  margin-left: 0.5em;
  margin-top: 2em;
  font-size: 2.73rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .bl_topMV_headTxt {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 1.8rem;
    text-align: center;
  }
}

.bl_topMV_headTxt span {
  font-size: 2.047rem;
}

@media screen and (max-width: 767px) {
  .bl_topMV_headTxt span {
    font-size: 1.6rem;
  }
}

.bl_topMV_ttlBox {
  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;
  margin-top: 18px;
  opacity: 0;
}

.bl_topMV_ttlBox span {
  font-size: 7.642rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bl_topMV_ttlBox span {
    margin-bottom: 0.8vw;
    font-size: 2.2rem;
    white-space: nowrap;
  }
}

.bl_topMV_ttlBox img {
  margin-left: 12px;
  width: 274px;
  height: 123px;
}

@media screen and (max-width: 767px) {
  .bl_topMV_ttlBox img {
    width: 19vw;
    height: auto;
    margin: 0 0 0.5vw 1vw;
  }
}

.bl_topMV_midContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_topMV_mid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-left: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_topMV_mid {
    margin-left: 0;
  }
}

.bl_topMV_mid::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -80px;
  width: 61px;
  height: 71px;
  background: url(../../images/index/mv-deco01.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_topMV_mid::before {
    left: -7vw;
    bottom: -1vw;
    width: 6vw;
    height: 7vw;
  }
}

.bl_topMV_mid::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -90px;
  width: 61px;
  height: 71px;
  background: url(../../images/index/mv-deco02.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_topMV_mid::after {
    right: -7vw;
    bottom: -1vw;
    width: 6vw;
    height: 7vw;
  }
}

.bl_topMV_mid .vertical {
  display: inline-block;
  margin-right: 16px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2.85rem;
  font-weight: 600;
  color: #fff;
}

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

.bl_topMV_accentWrap {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .bl_topMV_accentWrap {
    margin-right: 3vw;
  }
}

.bl_topMV_accentWrap span {
  display: inline-block;
  padding: 12px 10px 8px;
  font-size: 3.85rem;
  font-weight: 600;
  background: #3c3648;
  color: #fffd31;
}

@media screen and (max-width: 767px) {
  .bl_topMV_accentWrap span {
    font-size: 1.2rem;
    padding: 0.25em;
  }
}

.bl_topMV_dotWrap {
  margin-top: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bl_topMV_dotWrap span {
  position: relative;
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
}

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

.bl_topMV_dotWrap span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffdb31;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .bl_topMV_dotWrap span::before {
    width: 1vw;
    height: 1vw;
    top: -2vw;
  }
}

.bl_topMV_dotWrap span:last-child {
  margin-left: 10px;
}

.bl_topMV_dotWrap span:last-child:before {
  content: none;
}

.bl_topMV_btm {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}

.bl_topMV_btm .el_btn {
  overflow: hidden;
  position: relative;
}

.bl_topMV_btm .el_btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {
  .bl_topMV_btm {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: 10%;
  }
  10% {
    left: 80%;
    opacity: 0.5;
  }
  12% {
    left: 90%;
    opacity: 0;
  }
  100% {
    left: 90%;
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    left: 10%;
  }
  10% {
    left: 80%;
    opacity: 0.5;
  }
  12% {
    left: 90%;
    opacity: 0;
  }
  100% {
    left: 90%;
    opacity: 0;
  }
}

.bl_topMV_btmTxt {
  margin-top: 6px;
  padding-left: 22px;
  font-size: 1.285rem;
  line-height: 1.66;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bl_topMV_btmTxt {
    margin-top: 1em;
    padding-left: 0;
    font-size: 0.9rem;
    text-align: center;
  }
}

/*===========================================================
# example
============================================================*/
.bl_ex {
  background: url(../../images/index/example-bg.jpg) no-repeat center center/cover;
  height: 1002px;
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_ex {
    height: auto;
    padding-top: 25vw;
    padding-bottom: 10vw;
    background-size: 479vw 250vw;
    background-position: top center;
  }
}

.bl_cntCnt {
  position: absolute;
  top: -145px;
  left: calc(50% - 530px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 375px;
  height: 378px;
  background: url(../../images/index/contracts-num-bg.png) no-repeat center center/contain;
  text-align: center;
}

@media screen and (max-width: 1450px) {
  .bl_cntCnt {
    left: 230px;
  }
}

@media screen and (max-width: 767px) {
  .bl_cntCnt {
    width: 50vw;
    height: 50vw;
    top: -24vw;
    left: 1vw;
    -webkit-transform: none;
    transform: none;
  }
}

.bl_cntCnt_per {
  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;
  margin: 44px auto 0;
  padding-bottom: 0.5em;
  font-size: 1.284rem;
  font-weight: 600;
  color: #fff994;
  width: 256px;
  height: 48px;
  background: url(../../images/index/ribbon.png) no-repeat center center/contain;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_cntCnt_per {
    width: 42vw;
    height: 7.6vw;
    margin-top: 5vw;
    font-size: 0.78rem;
  }
}

.bl_cntCnt_per img {
  width: 8px;
  height: 15px;
  margin: 0 14px;
}

@media screen and (max-width: 767px) {
  .bl_cntCnt_per img {
    margin: 0 1vw;
    width: 1.3vw;
    height: 2.5vw;
  }
}

.bl_cntCnt_ttl {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 0.1em;
  font-size: 2.285rem;
  font-weight: 600;
  color: #d60d33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1380px) {
  .bl_cntCnt_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_cntCnt_ttl {
    margin-top: 0.1em;
    font-size: 1.1rem;
  }
}

.bl_cntCnt_num {
  color: #d60d33;
  font-size: 2.99rem;
  font-weight: 600;
}

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

.bl_cntCnt_num span {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .bl_cntCnt_num span {
    font-size: 3rem;
  }
}

.bl_cntCnt_txt {
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.214rem;
  font-weight: 600;
  color: #3c3648;
  letter-spacing: 0.15em;
  line-height: 1.529;
}

@media screen and (max-width: 767px) {
  .bl_cntCnt_txt {
    margin-top: 0.3em;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
  }
}

.bl_ex_lead {
  font-size: 1.428rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.17em;
  text-align: right;
}

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

.bl_ex_ttl {
  margin-top: 0.3em;
  font-size: 4.285rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .bl_ex_ttl {
    font-size: 2.2rem;
  }
}

.bl_ex_btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .bl_ex_btnArea {
    margin-top: 3em;
  }
}

.filter_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

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

.filter_btnWrapTxt {
  margin-top: 0.5em;
  margin-right: 2.7em;
  font-size: 1.642rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .filter_btnWrapTxt {
    margin-top: 0;
    margin-bottom: 0.4em;
    font-size: 1.1rem;
  }
}

.filter_btnWrapTxt .span01 {
  font-size: 1.428rem;
}

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

.filter_btnWrapTxt .span02 {
  font-size: 1.571rem;
}

@media screen and (max-width: 767px) {
  .filter_btnWrapTxt .span02 {
    font-size: 1.1rem;
  }
}

.bl_ex_btnAreaLink {
  display: block;
  margin-top: 10px;
  padding-right: 70px;
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.bl_ex_btnAreaLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 73px;
  height: 76px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/common/icn-link.png) no-repeat center center/contain;
}

.ly_ex_spBtmLink {
  text-align: center;
}

.bl_ex_spBtmLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 10em;
  height: 2.3em;
  border-radius: 30px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #12255d;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  border: none;
}

.filter_btn,
.bl_links_li {
  padding: 0.3em 1em 0.3em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .filter_btn,
  .bl_links_li {
    margin-bottom: 0.4em;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.2em 0.5em;
  }
}

.bl_links_li {
  color: #000;
}

.bl_links_li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  pointer-events: none;
}

.filter_btn:hover::after,
.bl_links_li:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  pointer-events: none;
}

.bl_links_li a {
  vertical-align: sub;
}

.filter_btn.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  pointer-events: none;
}

.bl_links_li:hover::after {
  border: 1px solid #000;
}

.filter_all,
.bl_links_all {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', "Noto Sans JP",sans-serif;
  padding: 0.4em 1.5em;
  margin-right: 1.3em;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .filter_all,
  .bl_links_all {
    margin-right: 0;
    padding: 0.2em 0.5em;
    margin-bottom: 0.4em;
  }
}

.ly_result {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .ly_result {
    margin-top: 2em;
    padding-bottom: 2em;
  }
}

/*===========================================================
# plan
============================================================*/
.bl_plan {
  padding-top: 66px;
}

@media screen and (max-width: 767px) {
  .bl_plan {
    padding-top: 20vw;
  }
}

.bl_planHead {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .bl_planHead {
    padding-bottom: 0;
  }
}

.bl_planHead_lead {
  margin-bottom: 1.5em;
  font-size: 2.285rem;
  font-weight: 600;
  color: #342e3e;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_planHead_lead {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.bl_planHead_lead span {
  display: inline-block;
  background-color: #fff;
  padding: 0 1.9em;
}

@media screen and (max-width: 767px) {
  .bl_planHead_lead span {
    padding: 0;
  }
}

.bl_planHead_lead::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 354px;
  height: 4px;
  background-color: #3c3648;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bl_planHead_lead::before {
    content: none;
    left: -2%;
    width: 6vw;
  }
}

.bl_planHead_lead::after {
  content: "";
  position: absolute;
  top: 58%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 354px;
  height: 4px;
  background-color: #3c3648;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bl_planHead_lead::after {
    content: none;
    right: -2%;
    width: 6vw;
  }
}

.bl_planHead_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

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

.bl_planHead_item {
  width: 31.7%;
  height: 512px;
  padding: 90px 50px 0;
  border: 2px solid #547096;
  border-radius: 10px;
  text-align: center;
  color: #342e3e;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item {
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 22vw;
    padding: 2.7em 2em 10em;
  }
}

.bl_planHead_item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 150px;
  height: 162px;
  background: url(../../images/index/plan-case01-deco.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item::before {
    width: 20vw;
    height: 21.54vw;
  }
}

.bl_planHead_item:nth-child(2):before {
  background: url(../../images/index/plan-case02-deco.png) no-repeat center center/contain;
}

.bl_planHead_item:nth-child(3):before {
  background: url(../../images/index/plan-case03-deco.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item:nth-child(2) {
    padding-bottom: 8em;
  }
}

.bl_planHead_item:nth-child(3) {
  padding-top: 122px;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item:nth-child(3) {
    padding-top: 2.6em;
    padding-bottom: 7em;
  }
}

.bl_planHead_item::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 151px;
  height: 312px;
  margin-left: 13px;
  background: url(../../images/index/plan-case01-img.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item::after {
    width: 28vw;
    height: 58vw;
  }
}

.bl_planHead_item:nth-child(2):after {
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 273px;
  height: 219px;
  margin-left: -4px;
  background: url(../../images/index/plan-case02-img.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item:nth-child(2):after {
    width: 48vw;
    height: 38vw;
  }
}

.bl_planHead_item:nth-child(3):after {
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 282px;
  height: 191px;
  margin-left: -15px;
  background: url(../../images/index/plan-case03-img.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_planHead_item:nth-child(3):after {
    width: 48vw;
    height: 32vw;
    margin-left: 0vw;
  }
}

.bl_planHead_add {
  display: block;
  margin-bottom: 0.8em;
  font-size: 1.285rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

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

.bl_planHead_ttl {
  margin-bottom: 0.7em;
  font-size: 1.714rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .bl_planHead_ttl {
    font-size: 1.2rem;
  }
}

.bl_planHead_txt {
  font-size: 1.142rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: justify;
}

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

.bl_planBody {
  padding-top: 240px;
  padding-bottom: 128px;
  background-color: #fcffb0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_planBody {
    padding-top: 25vw;
    padding-bottom: 20vw;
  }
}

.bl_planBody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 451px solid transparent;
  border-left: 451px solid transparent;
  border-top: 174px solid #fff;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bl_planBody::before {
    border-right: 45vw solid transparent;
    border-left: 45vw solid transparent;
    border-top: 17vw solid #fff;
  }
}

.bl_planBody_ttlBox {
  text-align: center;
}

.bl_planBody_lead01 {
  display: inline-block;
  margin-right: 1em;
  font-size: 2.285rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_planBody_lead01 {
    margin-bottom: 0.8em;
    font-size: 1.1rem;
  }
}

.bl_planBody_lead01 .span01 {
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.714rem;
  font-weight: 600;
  color: #d21445;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .bl_planBody_lead01 .span01 {
    font-size: 2.74rem;
  }
}

.bl_planBody_lead01 .span02 {
  padding-right: 10px;
  font-size: 3.428rem;
  font-weight: 600;
  color: #d21445;
}

@media screen and (max-width: 767px) {
  .bl_planBody_lead01 .span02 {
    font-size: 1.64rem;
  }
}

.bl_planBody_ttl {
  display: inline-block;
  font-size: 4.285rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #12255d;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .bl_planBody_ttl {
    font-size: 2rem;
  }
}

.bl_planBody_lead03 {
  margin-top: 0.7em;
  font-size: 2.285rem;
  font-weight: 600;
  color: #12255d;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .bl_planBody_lead03 {
    font-size: 1.1rem;
  }
}

.bl_planBody_lead03 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.285rem;
}

@media screen and (max-width: 767px) {
  .bl_planBody_lead03 span {
    font-size: 1.5rem;
  }
}

.ly_planBody_subTtl {
  margin-top: 4.2em;
}

@media screen and (max-width: 767px) {
  .ly_planBody_subTtl {
    margin-top: 3em;
  }
}

.bl_planBody_subTtl {
  display: inline-block;
  font-size: 2.857rem;
  font-weight: 600;
  color: #d21445;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_planBody_subTtl {
    font-size: 1.1rem;
  }
}

.bl_planBody_subTtl span {
  display: inline-block;
  font-size: 3.571rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (max-width: 767px) {
  .bl_planBody_subTtl span {
    font-size: 1.2rem;
    -webkit-transform: translateY(0.1vw);
            transform: translateY(0.1vw);
  }
}

.bl_planBody_subTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -182px;
  width: 122px;
  height: 1px;
  background-color: #12255d;
}

@media screen and (max-width: 767px) {
  .bl_planBody_subTtl::before {
    width: 3em;
    left: -4em;
  }
}

.bl_planBody_subTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -182px;
  width: 122px;
  height: 1px;
  background-color: #12255d;
}

@media screen and (max-width: 767px) {
  .bl_planBody_subTtl::after {
    width: 3em;
    right: -4em;
  }
}

.bl_planSupply {
  margin-top: 4.2em;
}

@media screen and (max-width: 767px) {
  .bl_planSupply {
    margin-top: 8vw;
  }
}

.bl_planSupply_items {
  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_planSupply_items {
    display: block;
  }
}

.bl_planSupply_item {
  width: 47.4%;
}

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

.bl_planSupply_item:not(:last-child) {
  margin-bottom: 3em;
}

.bl_planSupply_ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  margin-bottom: 1.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid #12255d;
}

.bl_planSupply_type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.8em 1.4em;
  font-size: 1.571rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #12255d;
  color: #fff;
  border-radius: 28px;
}

@media screen and (max-width: 767px) {
  .bl_planSupply_type {
    padding: 0.4em 0.8em;
    font-size: 1rem;
  }
}

.bl_planSupply_desc {
  margin-left: 0.5em;
  font-size: 1.357rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

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

.bl_planSupply_txt {
  font-size: 1.142rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: justify;
}

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

.bl_planSupply_txt .emphasis {
  font-size: 1.285rem;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .bl_planSupply_txt .emphasis {
    font-size: 0.95rem;
  }
}

.bl_planSupply_txt:not(:last-child) {
  margin-bottom: 1em;
}

.ly_points_ttlBox {
  margin-top: 6.6em;
  text-align: center;
}

.ly_points_ttlBox .bl_planBody_subTtl::before {
  width: 1em;
  left: -1.5em;
}

.ly_points_ttlBox .bl_planBody_subTtl::after {
  width: 1em;
  right: -1.5em;
}

.ly_point {
  margin-top: 62px;
}

@media screen and (max-width: 767px) {
  .ly_point {
    margin-top: 8vw;
  }
}

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

.bl_points_tab li {
  list-style-type: none;
}

.bl_points_tab li a {
  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;
  margin-left: auto;
  height: 262px;
  width: 515px;
}

@media screen and (max-width: 1500px) {
  .bl_points_tab li a {
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .bl_points_tab li a {
    width: 100%;
  }
}

.bl_points_tabCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  background: #b51c24;
  color: #fff;
  width: 100%;
  height: 100%;
  border-right: 3px solid #12255d;
  position: relative;
}

.bl_points_tabCont::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6%;
  width: 15px;
  height: 28px;
  background: url(../../images/common/arrow-right-w.png) no-repeat center center/contain;
}

.bl_points_tab li:nth-child(1) .bl_points_tabCont {
  border-radius: 20px 0 0 0;
}

.bl_points_tab li:last-child .bl_points_tabCont {
  border-radius: 0 0 0 20px;
}

.bl_points_tab li:not(:first-child) .bl_points_tabCont {
  border-top: 1px solid #fcffb0;
}

.bl_points_tabNum {
  margin-left: 1em;
  margin-right: 1.3em;
  color: #b51c24;
  font-family: "Oswald", sans-serif;
  font-size: 3.142rem;
  font-style: italic;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.bl_points_tabNum::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.bl_points_tab li a.current .bl_points_tabNum {
  margin-left: 0.6em;
  color: #faff6e;
  font-family: "Oswald", sans-serif;
  font-size: 3.428rem;
  font-style: italic;
  font-weight: 600;
  z-index: 1;
}

.bl_points_tab li a.current .bl_points_tabNum::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 94px;
  height: 94px;
  background-color: #12255d;
  border-radius: 50%;
  z-index: -1;
}

.bl_points_tabContInner {
  background-color: #e6e9f4;
}

.bl_points_tab li a.current .bl_points_tabCont {
  margin-left: 0;
  padding-left: 30px;
  background: #fff;
  border-top: 3px solid #12255d;
  border-left: 3px solid #12255d;
  border-right: none;
  border-bottom: 3px solid #12255d;
}

.bl_points_tab li:nth-child(1) a.current .bl_points_tabCont {
  border-radius: 20px 0 0 0;
}

.bl_points_tab li:nth-child(2) a.current .bl_points_tabCont {
  border-radius: 10px 0 0 10px;
}

.bl_points_tab li:nth-child(3) a.current .bl_points_tabCont {
  border-radius: 0 0 0 20px;
}

.bl_points_tab li a.current .bl_points_tabTxt {
  color: #12255d;
  font-size: 1.857rem;
  letter-spacing: 0.05em;
  line-height: 1.615;
  position: relative;
  z-index: 1;
}

.bl_points_tab li a.current {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  position: relative;
}

.bl_points_tab li a.current::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 97%;
  height: 90%;
  background-color: #e6e9f4;
  -webkit-transform: translate(-50%, -50%);
  transform: translateY(-50%);
  z-index: 1;
}

.bl_points_tab li:nth-child(1) a.current::before {
  border-radius: 20px 0 0 0;
}

.bl_points_tab li:nth-child(2) a.current::before,
.bl_points_tab li:nth-child(3) a.current::before {
  border-radius: 10px 0 0 10px;
}

.bl_points_tab li:nth-child(4) a.current::before {
  border-radius: 0 0 0 20px;
}

.bl_points_tabTxt {
  font-size: 1.571rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.545;
  position: relative;
}

#bl_points_cont {
  width: 100%;
  height: auto;
  clear: both;
  background-color: #fff;
  border-top: 3px solid #12255d;
  border-right: 3px solid #12255d;
  border-bottom: 3px solid #12255d;
  border-radius: 0 20px 20px 0;
}

.bl_points_inner {
  padding: 62px 48px 0;
}

@media screen and (max-width: 1400px) {
  .bl_points_inner {
    padding: 30px 40px;
  }
}

.bl_point_ttl {
  font-size: 2.142rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.466;
  text-align: center;
  color: #12255d;
}

@media screen and (max-width: 1500px) {
  .bl_point_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_point_ttl {
    margin-bottom: 8vw;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.bl_point_ttl span {
  color: #d21445;
}

.bl_points_imgBox {
  text-align: center;
}

#point_tab1 .bl_points_imgBox {
  margin-top: -22px;
  margin-left: 4%;
  margin-bottom: 58px;
}

.bl_points_contTtl {
  padding-left: 1em;
  color: #3c3648;
  font-size: 1.571rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.545;
  margin-bottom: 1.4em;
  margin-top: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_points_contTtl {
    font-size: 1.2rem;
  }
}

.bl_points_contTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 110%;
  min-height: 50px;
  background-color: #d91822;
}

.bl_points_contTtl span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.285rem;
  font-weight: 600;
  color: #e10b2e;
  letter-spacing: 0.12em;
}

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

.bl_points_contTxt {
  font-size: 1.142rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 1em;
}

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

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

.bl_points_contLead {
  margin-left: 0.5em;
  margin-bottom: 1.7em;
  font-size: 1.285rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.666;
}

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

#point_tab3 .bl_points_contLead {
  margin-top: 6px;
}

#point_tab3 .bl_points_contLead:last-of-type {
  margin-bottom: 0;
}

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

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

.bl_pointMedia_cont {
  width: 64%;
  margin-right: 7%;
}

@media screen and (max-width: 767px) {
  .bl_pointMedia_cont {
    width: 100%;
    margin-right: 0;
  }
}

.bl_pointMedia_img {
  margin-top: 5%;
}

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

#point_tab2 .bl_points_imgBox {
  margin-top: 2.5em;
  margin-bottom: 4em;
  padding-left: 2%;
}

#point_tab2 .bl_points_contTtl {
  margin-bottom: 1.1em;
}

#point_tab3 .bl_points_imgBox {
  margin-top: 1.5em;
  margin-bottom: 2.2em;
  position: relative;
}

#point_tab3 .bl_points_imgBox::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -8%;
  width: 61%;
  aspect-ratio: 503 / 265;
  background: url(../../images/index/point03-img02.png) no-repeat center center/contain;
}

#point_tab3 .bl_points_contTxt {
  margin-bottom: 1.6em;
  line-height: 1.8;
}

#point_tab3 .bl_points_contTxt:last-child {
  margin-bottom: 0;
}

.bl_point3_media {
  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_point3_media {
    display: block;
  }
}

.bl_point3_mediaL {
  width: calc(100% - 268px);
}

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

.bl_point3_mediaR {
  width: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .bl_point3_mediaR {
    width: 80%;
    margin: 2em auto 0;
  }
}

.bl_point3_mediaRBox {
  padding: 1.9em 1em 1.8em;
  border: 2px solid #12255d;
  border-radius: 10px;
  color: #3c3648;
}

.bl_point3_mediaRTtl {
  margin-bottom: 1.2em;
  padding-bottom: 0.6em;
  font-size: 1.214rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}

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

.bl_point3_mediaRTtl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #12255d;
}

.bl_point3_mediaRBox ul {
  padding-left: 5px;
}

.bl_point3_mediaRBox ul li {
  font-size: 1.071rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.866;
}

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

.ly_point01_txt01 {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .ly_point01_txt01 {
    margin-top: 0;
  }
}

.bl_point01_items {
  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_point01_items {
    display: block;
  }
}

.bl_point01_item {
  width: 47%;
}

@media screen and (max-width: 1450px) {
  .bl_point01_item {
    width: 49%;
  }
}

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

.bl_point01_ttl {
  margin-top: 2.2em;
  margin-bottom: 1.3em;
  padding: 0.7em;
  text-align: center;
  font-size: 1.571rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #12255d;
  color: #fff;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .bl_point01_ttl {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_point01_ttl {
    margin-bottom: 2em;
    font-size: 1rem;
  }
}

.bl_point01_ttl span {
  color: #faff6e;
}

.bl_point01_ttl::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 15px solid #12255d;
  border-bottom: 0;
}

.bl_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .bl_features {
    width: 90%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_feature {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  aspect-ratio: 1;
  text-align: center;
  background-color: #ffe4e7;
  border-radius: 10px;
}

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

.bl_feature_topTxt {
  display: block;
  font-size: 1.571rem;
  font-weight: 600;
  color: #12255d;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1500px) {
  .bl_feature_topTxt {
    font-size: 1.4rem;
  }
}

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

.bl_feature_btmTxt {
  display: block;
  margin-top: 0.6em;
  font-size: 2.142rem;
  font-weight: 600;
  color: #3c3648;
}

@media screen and (max-width: 1500px) {
  .bl_feature_btmTxt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_feature_btmTxt {
    font-size: 1.2rem;
  }
}

.bl_feature_btmTxt .num {
  display: inline-block;
  margin-top: -0.3em;
  font-size: 3.428rem;
  line-height: 42px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media screen and (max-width: 1500px) {
  .bl_feature_btmTxt .num {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_feature_btmTxt .num {
    font-size: 2rem;
    -webkit-transform: translateY(0.3vw);
            transform: translateY(0.3vw);
  }
}

.bl_feature_btmTxt .emphasis {
  color: #d21445;
}

.bl_spPoints_item {
  margin-bottom: 1.2vw;
}

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

.bl_spPoints_item__2 .bl_points_imgBox {
  margin-bottom: 8vw;
}

.bl_spPoints_item__3 .bl_points_imgBox {
  margin-bottom: 8vw;
}

.js_spPoints_ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b51c24;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.js_spPoints_ttlBox::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 12px;
  background: url(../../images/common/arrow-down-w.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .js_spPoints_ttlBox::before {
    width: 4vw;
    height: 2vw;
  }
}

.js_spPoints_ttlBox.close::before {
  background: url(../../images/common/arrow-up-w.png) no-repeat center center/contain;
}

.bl_spPoints_tabNum {
  margin-left: 1em;
  margin-right: 1.3em;
  color: #b51c24;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.bl_spPoints_tabNum::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10vw;
  height: 10vw;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.bl_spPoints_tabTxt {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.545;
  position: relative;
}

.js_spPoints_cont {
  display: none;
  padding: 6vw 0 10vw;
}

/*===========================================================
# market
============================================================*/
.bl_market {
  padding-top: 196px;
  padding-bottom: 136px;
  background-color: #fcffb0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_market {
    padding-top: 40vw;
    padding-bottom: 0;
  }
}

.bl_market_head {
  width: 373px;
  position: absolute;
  top: 250px;
  left: calc(50% - 422px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #12255d;
  text-align: center;
}

@media screen and (max-width: 1450px) {
  .bl_market_head {
    top: 200px;
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .bl_market_head {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 6vw;
  }
}

.bl_market_head::after {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 363px;
  height: 177px;
  background: url(../../images/index/market-ttl-deco.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_market_head::after {
    top: -18vw;
    width: 70vw;
    height: 34vw;
  }
}

.bl_market_headTtl {
  font-size: 2.857rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .bl_market_headTtl {
    font-size: 1.428rem;
  }
}

.bl_market_desc {
  font-size: 1.142rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 1.2em;
}

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

.bl_market_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_market_cont {
    display: block;
  }
}

.bl_market_avg {
  font-size: 1.714rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1em;
  border-top: 1px solid #3c3648;
  border-bottom: 1px solid #3c3648;
  padding: 0.4em 0;
}

@media screen and (max-width: 767px) {
  .bl_market_avg {
    font-size: 1.2rem;
  }
}

.bl_market_txt {
  margin-top: 1.8em;
  font-size: 1.142rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .bl_market_txt {
    position: absolute;
    bottom: -38vw;
    left: 0;
    text-align: left;
    font-size: 0.9rem;
  }
}

.bl_market_map {
  width: 802px;
  height: 734px;
  margin-left: 11%;
  position: relative;
}

@media screen and (max-width: 1480px) {
  .bl_market_map {
    width: 55%;
    margin-left: 2%;
    margin-top: 7%;
  }
}

@media screen and (max-width: 767px) {
  .bl_market_map {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}

.bl_market_mapBox {
  position: relative;
}

#js_market_pin {
  position: absolute;
  top: 76%;
  left: 5%;
  width: 8%;
  pointer-events: none;
}

#js_market_pin.hokkaido {
  top: 4%;
  left: 81%;
}

#js_market_pin.touhoku {
  top: 36%;
  left: 68%;
}

#js_market_pin.hokuriku {
  top: 56%;
  left: 41%;
}

#js_market_pin.kanto {
  top: 60%;
  left: 62%;
}

#js_market_pin.chubu {
  top: 63%;
  left: 49%;
}

#js_market_pin.kansai {
  top: 71%;
  left: 36%;
}

#js_market_pin.chugoku {
  top: 62%;
  left: 21%;
}

#js_market_pin.shikoku {
  top: 73%;
  left: 23%;
}

#js_market_pin.kyushu {
  top: 76%;
  left: 5%;
}

@media screen and (max-width: 767px) {
  #marketInfo {
    padding-top: 12vw;
    margin-top: -12vw;
    padding-bottom: 12vw;
  }
}

.bl_market_info {
  width: 420px;
  max-width: 100%;
  margin-top: 54px;
  padding: 54px 36px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 1480px) {
  .bl_market_info {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .bl_market_info {
    width: 100%;
    margin-top: 8vw;
    padding: 2em;
  }
}

.bl_market_info::before {
  content: "";
  position: absolute;
  top: 18%;
  left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 60px solid #ffffff;
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .bl_market_info::before {
    content: none;
  }
}

.bl_market_infoTtl {
  margin-bottom: 2em;
  padding: 12px;
  text-align: center;
  font-size: 1.714rem;
  font-weight: 600;
  background-color: #ffdede;
  color: #f04949;
  border-radius: 25px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_market_infoTtl {
    font-size: 1.2rem;
  }
}

#js_hokkaido .bl_market_infoTtl {
  color: #696cb8;
  background-color: #dfe0fc;
}

#js_tohoku .bl_market_infoTtl {
  color: #1c97cb;
  background-color: #c4eafa;
}

#js_kanto .bl_market_infoTtl {
  color: #11b7a3;
  background-color: #d4f8e9;
}

#js_hokuriku .bl_market_infoTtl {
  color: #31b4c3;
  background-color: #d0f4fc;
}

#js_chubu .bl_market_infoTtl {
  color: #9aa91b;
  background-color: #e5ffcb;
}

#js_kansai .bl_market_infoTtl {
  color: #c0920c;
  background-color: #fffbb5;
}

#js_chugoku .bl_market_infoTtl {
  color: #d57612;
  background-color: #ffe1b5;
}

#js_shikoku .bl_market_infoTtl {
  color: #f04949;
  background-color: #ffdede;
}

#js_kyushu .bl_market_infoTtl {
  color: #e64770;
  background-color: #f7d6e2;
}

.bl_market_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .bl_market_detail {
    margin-bottom: 2.5em;
  }
}

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

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

.bl_market_timeImg {
  width: 98px;
  height: 98px;
  margin-right: 12%;
}

@media screen and (max-width: 767px) {
  .bl_market_timeImg {
    width: 18vw;
    height: 18vw;
  }
}

.bl_market_time {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.bl_market_time img {
  width: 5px;
  height: 15px;
  margin: 2px 0;
}

.bl_market_beg,
.bl_market_end {
  font-size: 1.285rem;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767px) {
  .bl_market_beg,
  .bl_market_end {
    font-size: 1rem;
  }
}

.bl_market_price {
  color: #f04949;
  font-size: 1.571rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_market_price {
    font-size: 1.2rem;
  }
}

.bl_market_num {
  margin-right: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #f04949;
}

@media screen and (max-width: 767px) {
  .bl_market_num {
    font-size: 2.2rem;
  }
}

.bl_market_cap {
  margin-top: 4em;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.42;
  color: #12255d;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .bl_market_cap {
    font-size: 0.78rem;
    letter-spacing: 0.03em;
  }
}

#js_hokkaido,
#js_tohoku,
#js_hokuriku,
#js_kanto,
#js_chubu,
#js_kansai,
#js_chugoku,
#js_shikoku {
  display: none;
}

/*===========================================================
# 容量市場について
============================================================*/
.bl_about {
  padding-top: 9.6em;
  margin-top: -2em;
  padding-bottom: 8em;
}

@media screen and (max-width: 767px) {
  .bl_about {
    padding-top: 30vw;
    padding-bottom: 20vw;
    margin-top: -10vw;
  }
}

#about .el_ttl {
  color: #12255d;
}

#about .el_ttl span {
  font-size: 3.428rem;
}

@media screen and (max-width: 767px) {
  #about .el_ttl span {
    font-size: 2rem;
  }
}

.bl_about_lead {
  padding-top: 0.2em;
  font-size: 1.428rem;
  font-weight: 600;
  color: #74778c;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bl_about_lead {
    font-size: 1.08rem;
    line-height: 1.7;
  }
}

.bl_about_cont {
  margin-top: 2.8em;
}

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

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

.bl_halfMedia.bl_halfMedia__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_halfMedia_imgWrapper {
  width: 50%;
  margin-bottom: 0;
}

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

.bl_halfMedia_body {
  width: 50%;
  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;
  padding-left: 4em;
  padding-right: 5em;
  background-color: #f4f4f4;
}

@media screen and (max-width: 1400px) {
  .bl_halfMedia_body {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .bl_halfMedia_body {
    width: 100%;
    padding-top: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 2em;
  }
}

.bl_halfMedia:first-child .bl_halfMedia_body {
  padding-bottom: 1.5em;
}

@media screen and (max-width: 1400px) {
  .bl_halfMedia:first-child .bl_halfMedia_body {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .bl_halfMedia:first-child .bl_halfMedia_body {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
  }
}

.bl_halfMedia.bl_halfMedia__rev .bl_halfMedia_body {
  padding-left: 5.6em;
  padding-right: 3em;
}

@media screen and (max-width: 1400px) {
  .bl_halfMedia.bl_halfMedia__rev .bl_halfMedia_body {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .bl_halfMedia.bl_halfMedia__rev .bl_halfMedia_body {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.bl_halfMedia_ttl {
  margin-bottom: 1.2em;
  padding-left: 2.4em;
  font-size: 1.571rem;
  font-weight: 600;
  color: #12255d;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_halfMedia_ttl {
    padding-left: 1.7em;
    font-size: 1.05rem;
  }
}

.bl_halfMedia_ttl::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 49px;
  height: 26px;
  background: url(../../images/common/ttl-deco-logo.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_halfMedia_ttl::before {
    left: -0.3em;
    width: 8vw;
    height: 3.8vw;
  }
}

.bl_halfMedia_txt {
  font-size: 1.142rem;
  font-weight: 600;
  color: #3c3648;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
}

@media screen and (max-width: 1400px) {
  .bl_halfMedia_txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1400px) and (max-width: 767px) {
  .bl_halfMedia_txt {
    padding: 0 1em;
    font-size: 0.9rem;
  }
}

.bl_halfMedia_txt:not(:last-child) {
  margin-bottom: 1.6em;
}

.bl_halfMedia_txt .note {
  display: block;
  color: #e50052;
  padding-left: 0.8em;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .bl_halfMedia_txt .note {
    font-size: 1rem;
  }
}

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

.bl_halfMedia_txt .note::before {
  content: "＊";
  position: absolute;
  left: 0;
  top: 0;
}

.ly_about_btmTxt {
  margin-top: 5.9em;
}

@media screen and (max-width: 767px) {
  .ly_about_btmTxt {
    margin-top: 3em;
  }
}

.bl_about_btmTxt {
  text-align: center;
  font-size: 1.571rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5454;
}

@media screen and (max-width: 767px) {
  .bl_about_btmTxt {
    font-size: 1.15rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bl_about_btmTxt:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .bl_about_btmTxt:nth-child(2) {
    text-align: left;
  }
}

.ly_reason_items {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2.6em;
}

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

.bl_reason_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 30px 0 30px;
}

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

.bl_reason_item {
  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;
  width: 32%;
  aspect-ratio: 408/227;
  border: 2px solid #d60d33;
  border-radius: 0 30px 0 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_reason_item {
    width: 100%;
    aspect-ratio: auto;
    padding: 1em 0;
    margin-bottom: 2em;
  }
}

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

.bl_reason_item::before {
  content: "01";
  position: absolute;
  top: 2%;
  left: 3%;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-size: 2.714rem;
  font-weight: 600;
  color: #d60d33;
}

@media screen and (max-width: 767px) {
  .bl_reason_item::before {
    top: 10%;
    font-size: 2rem;
  }
}

.bl_reason_item:nth-child(2):before {
  content: "02";
}

.bl_reason_item:nth-child(3):before {
  content: "03";
}

.bl_reason_itemTtl {
  font-size: 1.857rem;
  font-weight: 600;
  color: #d60d33;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1350px) {
  .bl_reason_itemTtl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_reason_itemTtl {
    font-size: 1.2rem;
  }
}

.bl_reason_itemTtl span {
  font-size: 2.428rem;
}

@media screen and (max-width: 1350px) {
  .bl_reason_itemTtl span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_reason_itemTtl span {
    font-size: 1.5rem;
  }
}

.ly_reason_itemBtn {
  margin-top: 1.5em;
}

@media screen and (max-width: 1350px) {
  .ly_reason_itemBtn {
    margin-top: 1em;
  }
}

.bl_rsnModal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(181, 28, 36, 0.9);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .bl_rsnModal_box {
    padding: 120px 4vw 0;
    z-index: 1001;
  }
}

.bl_rsnModal_box::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.bl_rsnModal_box.active {
  opacity: 1;
  visibility: visible;
}

.bl_reasonModal_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.bl_rsnModal_close {
  position: absolute;
  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;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.bl_reasonModal_content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

/*===========================================================
# faq
============================================================*/
.bl_faq {
  padding-top: 11em;
  margin-top: -3.1em;
  padding-bottom: 9em;
  background-color: #b51c24;
}

@media screen and (max-width: 767px) {
  .bl_faq {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }
}

.bl_faq .el_ttl {
  color: #fff;
  letter-spacing: 0.2em;
}

.ly_showMoreBtn {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

#js_showMoreBtn {
  width: 200px;
  height: 40px;
  border-radius: 30px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #b51c24;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  border: none;
}

@media screen and (max-width: 767px) {
  #js_showMoreBtn {
    width: 10em;
    height: 2.3em;
    font-size: 1rem;
  }
}

#js_showMoreBtn:hover {
  opacity: 0.8;
}

.js_faq_more_items.hidden {
  display: none;
}

.bl_faq_item {
  margin-bottom: 4px;
}

.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) {
  .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/common/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::after {
  background: url(../../images/common/arrow-up.png) no-repeat center center/contain;
}

.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) {
  .bl_faq_q p {
    font-size: 1rem;
  }
}

.bl_faq_q p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../../images/common/faq-q.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_faq_q p::before {
    left: -1.9em;
    width: 6vw;
    height: 6vw;
    max-width: 36px;
    max-height: 36px;
  }
}

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

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

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

/*===========================================================
# company
============================================================*/
.bl_company {
  padding-top: 126px;
  padding-bottom: 95px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .bl_company {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

.bl_company_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_company_wrap {
    display: block;
  }
}

.bl_company_logo {
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .bl_company_logo {
    margin-left: 0;
    text-align: center;
  }
}

.bl_company_logo img {
  width: 204px;
  height: 107px;
}

@media screen and (max-width: 767px) {
  .bl_company_logo img {
    width: 45vw;
    height: auto;
  }
}

.bl_company_ttl {
  margin-top: 1.4em;
  margin-left: 24px;
  font-size: 2.285rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #342e3e;
}

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

.bl_company_ttlEn {
  display: block;
  margin-top: 1em;
  margin-left: 24px;
  font-family: "Oswald", sans-serif;
  font-size: 1.071rem;
  letter-spacing: 0.12em;
  color: #342e3e;
}

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

.bl_company_info {
  margin-top: 6px;
  width: 824px;
}

.bl_company_info 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;
  padding: 24px 0;
  border-top: 1px solid #d5d5d5;
}

.bl_company_business {
  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_company_business {
    display: block;
  }
}

.bl_company_business_L {
  line-height: 1.6;
}

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

.bl_company_business_R img {
  width: 191px;
  height: 52px;
}

.bl_company_table {
  margin-top: 6px;
  width: 824px;
  max-width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .bl_company_table {
    width: 100%;
    margin-top: 12vw;
  }
}

.bl_company_table td {
  font-weight: 600;
}

.bl_company_table td:first-child {
  width: 19.03%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border-top: 2px solid #f4e600;
  border-bottom: 2px solid #f4e600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bl_company_table td:first-child {
    width: 21%;
    font-size: 1rem;
  }
}

.bl_company_table td:nth-child(2) {
  width: 80.96%;
  padding: 1.5em 0 1.5em 5em;
  font-size: 1.1428rem;
  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:nth-child(2) {
    width: 79%;
    padding: 1.5em 0 1.5em 1em;
    font-size: 0.9rem;
  }
}

/*===========================================================
# staff
============================================================*/
.bl_staff {
  padding-bottom: 82px;
  background-color: #f4f4f4;
}

.bl_staff .el_ttl {
  margin-bottom: 1.67em;
  padding-bottom: 0.8em;
  font-size: 2.142rem;
}

@media screen and (max-width: 767px) {
  .bl_staff .el_ttl {
    font-size: 1.5rem;
  }
}

.bl_staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
}

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

.bl_staff_item {
  width: 47.5%;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .bl_staff_item {
    width: 100%;
    margin-bottom: 3em;
  }
}

.bl_staff_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_staff_img {
  width: 32%;
  margin-right: 7%;
}

.bl_staff_img img {
  width: 100%;
  height: auto;
}

.bl_staff_info {
  margin-top: 1em;
}

.bl_staff_copy {
  display: block;
  font-size: 1.714rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.458;
  color: #c1212d;
}

@media screen and (max-width: 767px) {
  .bl_staff_copy {
    font-size: 1.1rem;
  }
}

.bl_staff_name {
  display: block;
  margin-top: 1em;
  color: #909090;
  font-size: 1.285rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_staff_name {
    font-size: 1.05rem;
  }
}

.bl_staff_body {
  margin-top: 1.7em;
}

.bl_staff_txt {
  margin-bottom: 1.6em;
  color: #343743;
  font-size: 1.142rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.01em;
  text-align: justify;
}

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

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

/*===========================================================
# contact
============================================================*/
.bl_contact {
  padding-top: 130px;
  margin-top: -30px;
  padding-bottom: 113px;
}

@media screen and (max-width: 767px) {
  .bl_contact {
    margin-top: -10vw;
    padding-top: 30vw;
    padding-bottom: 20vw;
  }
}

.bl_contact .el_ttl {
  margin-bottom: 47px;
  letter-spacing: 0.17em;
}

.bl_contact_lead {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.285rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .bl_contact_lead {
    font-size: 1rem;
    text-align: left;
  }
}

.bl_contact_lead span {
  font-size: 1.428rem;
  color: #e70d2c;
}

@media screen and (max-width: 767px) {
  .bl_contact_lead span {
    font-size: 1.1rem;
  }
}

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

/*===========================================================
# policy
============================================================*/
#policy h3 {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 2em 0 1em;
  background: #f3f3f3;
  padding: 0.8em;
  line-height: 1.6em;
}

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

/*===========================================================
# archive-case
============================================================*/
.ly_archCaselink {
  margin-bottom: 4em;
}

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

.post-type-archive-case .filter_btnWrapTxt {
  color: #000;
}

.bl_linkWrap {
  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_linkWrap {
    display: block;
  }
}

.bl_linkWrapTxt {
  margin-right: 2.7em;
  font-size: 1.642rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .bl_linkWrapTxt {
    margin-bottom: 0.6em;
    font-size: 1.1rem;
  }
}

.bl_linkWrapTxt .span01 {
  font-size: 1.428rem;
}

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

.bl_linkWrapTxt .span02 {
  font-size: 1.571rem;
}

@media screen and (max-width: 767px) {
  .bl_linkWrapTxt .span02 {
    font-size: 1.1rem;
  }
}

/*===========================================================
# single
============================================================*/
.ly_entryHead {
  margin-bottom: 3em;
}

.el_entryTtl {
  padding-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .el_entryTtl {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.ly_entryMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 172px;
  font-size: 1.071rem;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ly_entryMeta {
    padding-left: 23vw;
    font-size: 0.9rem;
  }
}

.ly_entryMeta::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 0;
  width: 149px;
  height: 5px;
  background: url(../../images/common/ttl-deco-border.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .ly_entryMeta::before {
    width: 19vw;
    height: 0.6vw;
  }
}

.ly_entryMeta::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  width: calc(100% - 364px);
  height: 1px;
  background-color: #d4d4d4;
}

@media screen and (max-width: 767px) {
  .ly_entryMeta::after {
    width: calc(100% - 65vw);
  }
}

.ly_entryLabel {
  background: #fff;
  z-index: 1;
  padding-right: 1em;
}

.el_entryCat {
  font-size: 1.071rem;
}

.ly_entryBody {
  padding-left: 0.3em;
}

.ly_entryBody h2 + p,
.ly_entryBody h3 + p,
.ly_entryBody h4 + p,
.ly_entryBody h5 + p,
.ly_entryBody h6 + p {
  margin-top: 0;
  margin-bottom: 1em;
}

.ly_entryBody h2 {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 2em 0 1em;
  background: #f3f3f3;
  padding: 0.8em;
  line-height: 1.6em;
}

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

.ly_entryBody h3 {
  border-bottom: 2px solid #e25c00;
  font-size: 1.2rem;
  /* 22px */
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0.4em;
  padding-bottom: 0.4em;
}

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

.ly_entryBody h4,
.ly_entryBody h5,
.ly_entryBody h6 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0.4em;
  padding-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
  .ly_entryBody h4,
  .ly_entryBody h5,
  .ly_entryBody h6 {
    font-size: 1rem;
  }
}

.ly_entryBody p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}

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

.ly_entryBody ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.ly_entryBody ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.ly_entryBody li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.ly_entryBody blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.ly_entryBody blockquote > :first-child {
  margin-top: 0;
}

.ly_entryBody blockquote > :last-child {
  margin-bottom: 0;
}

.ly_entryBody q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.ly_entryBody strong,
.ly_entryBody b {
  font-weight: 600;
}

.ly_entryBody a {
  color: #1592e6;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ly_entryBody a:hover {
  opacity: 0.6;
}

.ly_entryBody figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ly_entryBody figure {
    margin-bottom: 5vw;
  }
}

.ly_entryBody img {
  vertical-align: middle;
}

.ly_entryBody::before,
.ly_entryBody::after {
  content: "";
  clear: both;
  display: block;
}

.ly_entryImgBox {
  float: right;
  width: 440px;
  margin-top: -1.4em;
  padding-left: 40px;
  padding-bottom: 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .ly_entryImgBox {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

/*===========================================================
# archive
============================================================*/
.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;
  }
}

/*===========================================================
# index
============================================================*/
.bl_index {
  margin-top: 106px;
}

@media screen and (max-width: 767px) {
  .bl_index {
    margin-top: 80px;
  }
}
