@charset "UTF-8";
/***** Width *****/
.baseW {
  width: 1160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .baseW {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
}

.baseW02 {
  width: 1520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .baseW02 {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
}

.baseW03 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media all and (max-width: 767px) {
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.baseW04 {
  width: 1230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media all and (max-width: 767px) {
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.dPc {
  display: block !important;
}

.dPcInline {
  display: inline !important;
}

.dPcInB {
  display: inline-block !important;
}

.dPcTb {
  display: table !important;
}

.dPcLi {
  display: list-item !important;
}

.dPcFlex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.dTb,
.dSp,
.dTbInline,
.dSpInline,
.dTbInB,
.dSpInB,
.dTbTb,
.dSpTb,
.dTbLi,
.dSpLi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* Sp ***************************************************/
  .dPc,
  .dTb,
  .dPcInline,
  .dTbInline,
  .dPcInB,
  .dTbInB,
  .dPcTb,
  .dTbTb,
  .dPcLi,
  .dTbLi,
  .dPcFlex {
    display: none !important;
  }
  .dSp {
    display: block !important;
  }
  .dSpInline {
    display: inline !important;
  }
  .dSpInB {
    display: inline-block !important;
  }
  .dSpTb {
    display: table !important;
  }
  .dSpLi {
    display: list-item !important;
  }
}

.ly_lowerPageTtl {
  margin: 4em 0 3em;
}

.el_ttl {
  margin-bottom: 1.2em;
  padding-bottom: 0.6em;
  text-align: center;
  color: #000;
  font-size: 2.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.el_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 149px;
  height: 5px;
  background: url(../../images/common/ttl-deco-border.png) no-repeat center center/contain;
}

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

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

.el_bullet {
  margin-bottom: 0.7em;
  padding-left: 1.9em;
  font-size: 1.142rem;
  font-weight: 600;
  color: #3c3648;
  letter-spacing: 0.04em;
  line-height: 1.75;
  position: relative;
}

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

.el_bullet::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.2em;
  width: 17px;
  height: 7px;
  background: url(../../images/common/deco-bullet.svg) no-repeat center center/contain;
}

.ly_contInner {
  padding: 80px 0 80px;
}

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

/*===========================================================
# Floating Menu
============================================================*/
.bl_floatMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.bl_floatMenu.hidden {
  opacity: 0;
  pointer-events: none;
}

.bl_floatMenu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  height: 112px;
  padding: 12px 12px 0 12px;
  background-color: rgba(60, 54, 72, 0.8);
  border-radius: 12px 0 0 0;
}

.bl_floatMenu_item {
  width: 137px;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: skyblue;
  border-radius: 8px 8px 0 0;
  border-top: 3px solid #3c3648;
  border-left: 3px solid #3c3648;
  border-right: 3px solid #3c3648;
  position: relative;
}

.bl_floatMenu_item.mail {
  background: url(../../images/common/bg-mail-btn.png) no-repeat center center/cover;
}

.bl_floatMenu_item.mail img {
  width: 28px;
  height: 26px;
}

.bl_floatMenu_item.line {
  background: url(../../images/common/bg-line-btn.png) no-repeat center center/cover;
}

.bl_floatMenu_item.line img {
  width: 31px;
  height: 31px;
}

.bl_floatMenu_item.tel {
  background-color: #e6e6e6;
  width: 172px;
}

.bl_floatMenu_item.tel img {
  width: 26px;
  height: 26px;
}

.bl_floatMenu_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../../images/common/deco-mail-btn.png) no-repeat center center/contain;
}

.bl_floatMenu_item.tel::after {
  background: url(../../images/common/deco-tel-btn.png) no-repeat center center/contain;
}

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

.bl_floatMenu_item:not(:last-child) {
  margin-right: 10px;
}

.bl_floatMenu_imgBox {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 54px;
  height: 54px;
  margin-bottom: 11px;
  background-color: #fff;
  border-radius: 50%;
}

.bl_floatMenu_txt {
  margin-top: 27px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
}

.bl_floatMenu_txt cat {
  font-size: 1.428rem;
  letter-spacing: 0.08em;
}

.bl_floatMenu_item .bl_floatMenu_txt .min {
  font-size: 1.071rem;
  letter-spacing: 0.05em;
}

.bl_floatMenu_item.line .bl_floatMenu_txt,
.bl_floatMenu_item.mail .bl_floatMenu_txt {
  font-size: 1.214rem;
}

.bl_floatMenu_item.mail .bl_floatMenu_txt .cat {
  font-size: 1.285rem;
}

.bl_floatMenu_item.line .bl_floatMenu_txt .cat {
  font-size: 1.428rem;
}

.bl_floatMenu_item.tel .bl_floatMenu_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: #d60d33;
  line-height: 1.165;
}

.bl_floatMenu_item.tel .bl_floatMenu_txt .small {
  font-size: 1.571rem;
}

.bl_btmMenu {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}

.bl_btmMenu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94vw;
  height: 14vw;
}

.bl_btmMenu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73.6vw;
  padding-top: 1vw;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_btmMenu_item.mail {
  margin-right: 13vw;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  background: url(../../images/common/sp-bg-mail-btn.png) no-repeat center center/contain;
}

.bl_btmMenu_item.mail img {
  width: 57%;
}

.bl_btmMenu_item.line {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: url(../../images/common/sp-bg-line-btn.png) no-repeat center center/contain;
}

.bl_btmMenu_item.line img {
  width: 71%;
}

.bl_btmMenu_imgBox {
  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: 9.3vw;
  height: 9.3vw;
  border-radius: 50%;
  margin-left: 3vw;
  margin-right: 2vw;
  background-color: #fff;
}

.line .bl_btmMenu_imgBox {
  margin-left: 7.4vw;
}

.bl_btmMenu_txt {
  color: #fff;
}

/*===========================================================
# CTA
============================================================*/
.bl_cta {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #ec213e;
  border-radius: 10px;
}

.bl_cta_tel {
  width: 445px;
  padding: 21px;
  margin: 0 auto;
}

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

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

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

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

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

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

.bl_cta02_line {
  width: 47.5%;
  padding: 21px 21px 10px;
  border: 2px solid #00cda9;
  border-radius: 10px;
}

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

.bl_cta02_lineTtl {
  margin-bottom: 0.5em;
  font-size: 1.628rem;
  font-weight: 600;
  color: #00b38b;
  letter-spacing: 0.08em;
}

.bl_cta02_lineTxt {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.71;
  color: #000;
}

.bl_cta02_lineContWrapR {
  margin-top: -10px;
}

.bl_cta02_lineQR {
  width: 102px;
  height: 102px;
}

.bl_cta02_tel {
  width: 47.5%;
  padding: 21px;
  border: 2px solid #ec213e;
  border-radius: 10px;
}

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

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

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

.bl_cta02_telNum {
  margin-top: 0.1em;
  font-size: 2.952rem;
  font-weight: 600;
  color: #ec213e;
  letter-spacing: -0.02em;
}

.bl_spCta_tel {
  display: block;
  padding: 1em;
  border: 2px solid #ec213e;
  border-radius: 10px;
}

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

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

.bl_spCta_telTime span {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #000;
}

.bl_spCta_telNum {
  margin-top: 0.2em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ec213e;
  letter-spacing: -0.02em;
}

/*===========================================================
# Btn
============================================================*/
.el_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: 502px;
  height: 80px;
  background: url(../../images/common/btn-submit.png) no-repeat center center/contain;
  border: none;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 600;
  color: #3c3648;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .el_btn {
    padding-bottom: 0.3em;
    font-size: 1.2rem;
    width: 80vw;
    height: 13vw;
    margin: 0 auto;
  }
}

.el_btn span {
  position: relative;
  padding-right: 2.3em;
  padding-left: 1em;
}

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

@media screen and (max-width: 767px) {
  .el_btn span::after {
    width: 2.5vw;
    height: 4.6vw;
  }
}

.el_btn02 {
  display: inline-block;
  font-size: 1.214rem;
  font-weight: 600;
  background-color: #d60d33;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 0.4em 2.8em;
  border-radius: 19px;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

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

.el_btn02:hover {
  opacity: 0.6;
}

/*===========================================================
# Card
============================================================*/
.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.tax-case-type .bl_cardUnit,
.post-type-archive-case .bl_cardUnit {
  margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
  .tax-case-type .bl_cardUnit,
  .post-type-archive-case .bl_cardUnit {
    margin-bottom: 0;
  }
}

.bl_cardUnit__col3 > .bl_card {
  width: 31%;
  margin-right: 3.4%;
  padding: 12px;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .bl_cardUnit__col3 > .bl_card {
    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;
    width: 100%;
    margin-right: 0;
    padding: 1.2em 0.5em;
  }
}

.tax-case-type .bl_cardUnit__col3 > .bl_card,
.post-type-archive-case .bl_cardUnit__col3 > .bl_card {
  margin-bottom: 80px;
  -webkit-box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .tax-case-type .bl_cardUnit__col3 > .bl_card,
  .post-type-archive-case .bl_cardUnit__col3 > .bl_card {
    -webkit-box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 7vw;
    padding: 0.8em 0.5em 1.2em;
  }
}

.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_card_imgWrapper {
  margin-bottom: 0;
  position: relative;
}

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

.bl_card_imgWrapper img {
  aspect-ratio: 1.40602;
  border-radius: 20px;
}

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

.bl_card_body {
  padding: 3.3em 0.6em 0;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_card_body {
    padding: 0 0 0 0.6em;
    width: 61%;
  }
}

.bl_card_ttl {
  margin-bottom: 0.2em;
  font-size: 2rem;
  font-weight: 600;
}

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

.bl_card_catName {
  position: absolute;
  display: block;
  bottom: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78%;
  padding: 0.4em 0px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #12255d;
  text-align: center;
  background-color: #ffdb31;
  border: 2px solid #12255d;
  border-radius: 29px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .bl_card_catName {
    width: 100%;
    bottom: -5vw;
    font-size: 0.78rem;
    padding: 0.5em 0.2em;
    border-radius: 0 0 10px 10px;
    border: none;
  }
}

.bl_card_info {
  margin-top: 1.2em;
  font-size: 1.507rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #282828;
}

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

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

.bl_card_area {
  font-size: 1.214rem;
}

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

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

.bl_card_body dl {
  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: 1360px) {
  .bl_card_body dl {
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .bl_card_body dl {
    margin-top: 0.2em;
  }
}

.bl_card_body dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.3em;
  padding-right: 11%;
  font-size: 1.675rem;
  font-weight: 600;
  color: #12255d;
  letter-spacing: 0.02em;
  line-height: 1.377;
  position: relative;
}

@media screen and (max-width: 1360px) {
  .bl_card_body dt {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .bl_card_body dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.8rem;
    padding-right: 8%;
    white-space: nowrap;
  }
}

.bl_card_body dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 38px;
  background: url(../../images/common/deco-example.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .bl_card_body dt::after {
    width: 2vw;
    height: 6vw;
  }
}

.bl_card_body dd {
  font-size: 1.842rem;
  font-weight: 600;
  color: #12255d;
  letter-spacing: 0.05em;
}

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

.bl_card_body dd span {
  font-family: "Oswald", sans-serif;
  font-size: 4.858rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #12255d;
}

@media screen and (max-width: 1360px) {
  .bl_card_body dd span {
    font-size: 4rem;
  }
}

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

.bl_card_supply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8em;
}

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

.bl_card_supplyType {
  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: 30%;
  height: 38px;
  background-color: #12255d;
  color: #fff;
  font-size: 1.285rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

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

.bl_card_supplyDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  height: 38px;
  padding-left: 0.7em;
  background-color: #eaeaea;
  color: #282828;
  font-size: 1.142rem;
  letter-spacing: 0.05em;
}

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

.bl_card_caption {
  display: block;
  margin-top: 1.3em;
  margin-right: 0.5em;
  font-size: 1.088em;
  color: #282828;
  letter-spacing: 0.05em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .bl_card_caption {
    margin-top: 1em;
    font-size: 0.8rem;
  }
}

/*===========================================================
# txt
============================================================*/
.bl_txt p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}

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

/*===========================================================
# pagenation
============================================================*/
.bl_pagenation {
  margin-top: 187px;
  text-align: center;
  position: relative;
}

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

.bl_pagenation a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bl_pagenation a:not(.prev):not(.next):hover {
  background: #c21f32;
  color: #fff;
  font-weight: 700;
}

.bl_pagenation a.next,
.bl_pagenation a.prev {
  width: 102px;
  height: 36px;
  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;
  font-size: 1rem;
  background: #c21f32;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bl_pagenation a.next,
  .bl_pagenation a.prev {
    font-size: 0.9rem;
    width: 20vw;
    height: 8vw;
  }
}

.bl_pagenation a.next:hover,
.bl_pagenation a.prev:hover {
  opacity: 0.6;
}

.bl_pagenation a.next {
  position: absolute;
  top: -6px;
  right: 0;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .bl_pagenation a.next {
    top: -1vw;
  }
}

.bl_pagenation a.prev {
  position: absolute;
  top: -6px;
  left: 0;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .bl_pagenation a.prev {
    top: -1vw;
  }
}

.bl_pagenation a.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background: url(../../images/common/arrow-right-w.png) no-repeat center center/contain;
}

.bl_pagenation a.prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background: url(../../images/common/arrow-left-w.png) no-repeat center center/contain;
}

.page-numbers {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 1em;
  margin-right: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-numbers {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #c21f32;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.page-numbers.dots {
  background: transparent;
  color: #000;
}

/*===========================================================
# link
============================================================*/
.bl_links_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*===========================================================
# パンくず
============================================================*/
.ly_breadcrumb {
  margin-top: 1.6em;
}

.breadcrumb__item {
  display: inline;
  margin-right: 0.2em;
  line-height: 1.5;
}

.breadcrumb__item:nth-last-child(n + 2):after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-right: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: 3px;
}

.breadcrumb__item a {
  color: #000;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.breadcrumb__item a:hover {
  opacity: .6;
}

/*===========================================================
# ハンバーガーアイコン
============================================================*/
.js_hamburger {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

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

.js_hamburger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.js_hamburger span:nth-of-type(1) {
  top: 15px;
}

.js_hamburger span:nth-of-type(2) {
  top: 23px;
}

.js_hamburger span:nth-of-type(3) {
  top: 31px;
}

.js_hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.js_hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.js_hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*===========================================================
# 検索アイコン
============================================================*/
.open-btn1 {
  position: fixed;
  top: 28px;
  right: 20px;
  background: url(../../images/common/icn-search.svg) no-repeat center center/contain;
  background-size: 20px 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10001;
}

@media screen and (max-width: 1280px) {
  .open-btn1 {
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .open-btn1 {
    top: 15px;
    right: 60px;
    width: 50px;
    height: 50px;
    background-size: 45%;
  }
}

.open-btn1.btnactive {
  background: url(../../images/common/icn-close.svg) no-repeat 15px center/contain;
  background-size: 18px 18px;
}

@media screen and (max-width: 767px) {
  .open-btn1.btnactive {
    top: 15px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: url(../../images/common/icn-close.svg) no-repeat center center/contain;
    background-size: 45%;
  }
}

#search-wrap {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: -1;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
}

#search-wrap.panelactive {
  opacity: 1;
  z-index: 20000;
  width: 280px;
  padding: 20px;
  top: 80px;
  background: #C1212B;
}

@media screen and (max-width: 767px) {
  #search-wrap.panelactive {
    top: 65px;
    width: 70vw;
    padding: 1em;
    right: 0;
  }
}

#search-wrap #searchform {
  display: none;
}

#search-wrap.panelactive #searchform {
  display: block;
}

#search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  color: #666;
}

#search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}

#search-wrap input[type="text"]:focus {
  background: #eee;
}

#search-wrap input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 30px;
  background: url(../../images/common/icn-search.svg) no-repeat center right/contain;
  background-size: 20px 20px;
  width: 30px;
  height: 60px;
  border: none;
}

/*===========================================================
# toTop
============================================================*/
#js_pageTop a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#js_pageTop {
  position: fixed;
  right: 10px;
  bottom: 124px;
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

@media screen and (max-width: 767px) {
  #js_pageTop {
    right: 3vw;
    bottom: 1vw;
  }
}

#js_pageTop.js_upMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#js_pageTop.js_downMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

/*===========================================================
# next/prev post
============================================================*/
.ly_pageNavi {
  margin: 7em 0 4em;
  padding: 0 6px;
}

@media screen and (max-width: 767px) {
  .ly_pageNavi {
    margin: 3em 0 6em;
  }
}

.bl_pageNavi {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}

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

.bl_pageNavi a[rel="prev"],
.bl_pageNavi a[rel="next"] {
  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: 100px;
  height: 38px;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  background-color: #c21f32;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bl_pageNavi a[rel="prev"],
  .bl_pageNavi a[rel="next"] {
    width: 20vw;
    height: 8vw;
  }
}

.bl_pageNavi a[rel="prev"]:hover,
.bl_pageNavi a[rel="next"]:hover {
  opacity: 0.6;
}

.bl_pageNavi a[rel="next"] {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 14px;
}

.bl_pageNavi a[rel="next"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background: url(../../images/common/arrow-right-w.png) no-repeat center center/contain;
}

.bl_pageNavi a[rel="prev"] {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 14px;
}

.bl_pageNavi a[rel="prev"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background: url(../../images/common/arrow-left-w.png) no-repeat center center/contain;
}

.bl_pageNavi_archLink {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 240px;
  height: 38px;
  background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
  .bl_pageNavi_archLink {
    width: 30vw;
    height: 8vw;
  }
}

/*===========================================================
# media
============================================================*/
.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 1.8em;
  border-bottom: 1px solid #d4d4d4;
}

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

.bl_media:hover {
  opacity: 0.6;
}

.bl_media:first-child {
  border-top: 1px solid #d4d4d4;
}

.bl_media_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.5%;
          flex: 0 1 20.5%;
  margin-right: 3.33333%;
}

@media screen and (max-width: 767px) {
  .bl_media_imgWrapper {
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

.bl_media_imgWrapper > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 396 / 287;
}

.bl_media_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_media_body > *:last-child {
  margin-bottom: 0;
}

.bl_media_ttl {
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 0.6em;
}

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

.bl_media_meta {
  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) {
  .bl_media_meta {
    padding-left: 24vw;
    font-size: 0.9rem;
  }
}

.bl_media_meta::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) {
  .bl_media_meta::before {
    width: 19vw;
    height: 0.6vw;
  }
}

.bl_media_txt {
  margin-top: 1em;
  font-size: 1.142rem;
  letter-spacing: 0.12em;
  line-height: 1.625;
}

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

/*===========================================================
# アニメーション
============================================================*/
.an_zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.an_zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
}

.an_fadeOut {
  -webkit-animation-name: fadeOutAnime;
          animation-name: fadeOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.an_delay_time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.an_delay_time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.an_delay_time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.an_delay_time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/*===========================================================
# hp
============================================================*/
.hp_tac {
  text-align: center;
}

.hp_cyan {
  color: #03898e;
}

.hp_red {
  color: #d21445;
}

.hp_orange {
  color: #ff8a00;
}

.hp_underline {
  text-decoration: underline;
}
