@charset "UTF-8";
/*--------------------------------------------
 * Global
 * --------------------------------------------*/
html {
  font-family: "ZenOldMincho", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #fff;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

.swiper-button-prev, .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  background-image: url("/assets/img/common/prev_doc.svg");
}

/* 次のボタン */
.swiper-button-next {
  background-image: url("/assets/img/common/next_doc.svg");
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.ly_cont {
  overflow: hidden;
  position: relative;
}

.ly_cont_inner {
  display: block;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ly_header img, .ly_footer img {
  height: auto;
}

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.ly_footer {
  background-color: #282828;
  color: #fff;
  padding: 40px 0 20px;
}

.bl_case_row {
  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;
  z-index: 2;
  position: relative;
}

.bl_case_img {
  width: 50%;
}

.bl_case_con {
  width: 45%;
}

@media not all and (min-width: 768px) {
  .bl_case_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_case_img {
    width: 100%;
  }
  .bl_case_con {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bl_mv {
  position: relative;
}

.bl_mv_title {
  position: absolute;
  left: 4%;
  bottom: 18%;
  width: 49%;
}

.bl_mv_star {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 15%;
  min-width: 180px;
}

/* スクロールダウンの位置 */
.bl_mv_scroll {
  margin-inline: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  font-family: "Marcellus", serif;
}
.bl_mv_scroll::before {
  -webkit-animation: 2s scroll infinite;
          animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
}
.bl_mv_scroll::after {
  border: 2px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  margin-top: 2px;
  width: 30px;
}

@media not all and (min-width: 992px) {
  .bl_mv_scroll {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .bl_mv_title {
    width: calc(100% - 40px);
    bottom: 100px;
    left: 20px;
  }
  .bl_mv_star {
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}
.bl_about {
  background: #282828 url(/assets/img/top/about_bg.png) no-repeat center/cover;
}

.bl_about_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.bl_about_con {
  width: 45%;
}

.bl_about_img {
  width: 50%;
  width: 50vw;
  max-width: none;
  margin-right: calc(-50vw + 50%);
}

.bl_about_title {
  font-size: 1.75rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.bl_about_title .icon {
  margin-right: 18px;
}

.bl_about_txt {
  line-height: 2;
}

@media not all and (min-width: 992px) {
  .bl_about_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-top: 0;
  }
  .bl_about_con {
    width: 100%;
  }
  .bl_about_img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_about_title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .bl_about_title .icon {
    width: 20%;
  }
}
.bl_cont {
  padding: 120px 0;
  background-color: #282828;
}

.bl_cont__center {
  text-align: center;
}

.bl_cont__tree {
  background: #282828 url(/assets/img/common/tree_bg.png) no-repeat right top;
  background-size: 48%;
}

.bl_cont__harfBottom {
  padding-bottom: 60px;
}

.bl_cont_titleBox {
  margin-bottom: 36px;
}

.bl_cont_titleBox__mb {
  margin-bottom: 55px;
}

.bl_cont_titleBox__center {
  text-align: center;
}

.bl_cont_titleTxt {
  line-height: 2;
}

.bl_cont_fix_strength {
  background: url(/assets/img/strength/strength_fix.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 480px;
}

.bl_cont_fixBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 90px;
  height: 90px;
  z-index: 11;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #282828;
}
.bl_cont_fixBtn::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 1px #fff;
  border-right: solid 1px;
  position: absolute;
  left: 50%;
  top: 24px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: border-top 0.3s, border-right 0.3s;
  transition: border-top 0.3s, border-right 0.3s;
}

.bl_cont_fixBtn__contact {
  right: 80px;
}

.bl_cont_fixTxt {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .bl_cont_fixBtn:hover {
    background-color: #fff;
  }
  .bl_cont_fixBtn:hover::before {
    border-top: solid 1px #282828;
    border-right: solid 1px #282828;
  }
  .bl_cont_fixBtn:hover .bl_cont_fixTxt {
    color: #282828;
  }
}
@media not all and (min-width: 992px) {
  .bl_cont_fix_strength {
    background-attachment: local;
    height: 280px;
  }
}
@media not all and (min-width: 768px) {
  .bl_cont {
    padding: 60px 0;
  }
  .bl_cont__tree {
    background-size: 84%;
  }
  .bl_cont_titleBox {
    margin-bottom: 28px;
  }
  .bl_cont__spPt {
    padding-top: 90px;
  }
  .bl_cont_fixBtn {
    bottom: 16px;
    right: 16px;
    width: 75px;
    height: 75px;
  }
  .bl_cont_fixBtn::before {
    content: "";
    width: 13px;
    height: 13px;
    top: 19px;
  }
  .bl_cont_fixBtn__contact {
    bottom: 84px;
  }
  .bl_cont_fixTxt {
    font-size: 0.875rem;
    bottom: 13px;
  }
}
.bl_faq_unit {
  text-align: left;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.bl_faq_box {
  background-color: #1F1F1F;
}

.bl_faq_qBox {
  padding: 35px 80px 35px 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
  border-radius: 60px;
  font-size: 1.25rem;
  border: 2px solid transparent;
}
.bl_faq_qBox::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 19px);
  right: 40px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.bl_faq_qBox.active::after {
  -webkit-transform: rotate(315deg) translateY(-50%);
      -ms-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  top: calc(50% + 4px);
  right: 30px;
}

.bl_faq_q {
  position: relative;
  padding-left: 60px;
}
.bl_faq_q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 2.25rem;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Marcellus", serif;
}

.bl_faq_aBox {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  position: relative;
  font-size: 1.125rem;
}
.bl_faq_aBox.active {
  max-height: 500px;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}
.bl_faq_aBox.active::before {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #535353;
  top: 0;
  left: 25px;
}

.bl_faq_aCon {
  padding: 35px 50px 45px 20px;
}

.bl_faq_a {
  padding-left: 60px;
  position: relative;
}
.bl_faq_a::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 10px;
  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: 2.25rem;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Marcellus", serif;
}

@media not all and (min-width: 768px) {
  .bl_faq_unit {
    margin-top: 36px;
  }
  .bl_faq_qBox, .bl_faq_aBox {
    font-size: 1rem;
  }
  .bl_faq_q, .bl_faq_a {
    padding-left: 45px;
  }
  .bl_faq_q::before, .bl_faq_a::before {
    font-size: 1.75rem;
  }
}
.bl_instagram {
  background: url(/assets/img/top/instagram_bg.jpg) no-repeat center/cover;
}

.bl_instagram_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.bl_instagram_item__large {
  grid-column: span 2;
  grid-row: span 2;
}

@media not all and (min-width: 768px) {
  .bl_instagram_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.bl_news_facebook {
  height: 400px;
}

.bl_productsTop {
  background: #282828 url(/assets/img/top/products_bg.png) no-repeat center/cover;
}

.bl_productsTop_slide {
  margin: 25px 90px 0;
}
.bl_productsTop_slide .swiper {
  padding-bottom: 50px;
}
.bl_productsTop_slide .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 8px !important;
}
.bl_productsTop_slide .swiper-pagination-bullet-active {
  background-color: #fff;
}
.bl_productsTop_slide .swiper-button-prev, .bl_productsTop_slide .swiper-button-next {
  top: calc(50% - 50px);
}
.bl_productsTop_slide .swiper-button-prev {
  left: -80px;
}
.bl_productsTop_slide .swiper-button-next {
  right: -80px;
}

.bl_productsTop_slideInner {
  max-width: 1080px;
  position: relative;
}

.bl_productsTop_label .icon {
  margin-right: 10px;
}

.bl_products_thumbnail {
  position: relative;
}
.bl_products_thumbnail::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/assets/img/common/icon_bottomSearch.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bl_products_thumbnail__none::before {
  content: none;
}

.bl_products_block {
  margin-bottom: 110px;
}
.bl_products_block:last-of-type {
  margin-bottom: 0;
}

.bl_products_caption {
  margin-top: 15px;
  font-weight: 500;
  color: #fff;
}

.bl_products_unit {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.1%;
     -moz-column-gap: 3.1%;
          column-gap: 3.1%;
  row-gap: 30px;
}

.bl_products_group {
  margin-bottom: 80px;
}
.bl_products_group:last-of-type {
  margin-bottom: 0;
}

.bl_products_pageBtn {
  margin-bottom: 80px;
}

.bl_products_subTitle {
  font-size: 2.25rem;
  font-weight: 500;
  padding-bottom: 22px;
  margin-bottom: 35px;
  display: block;
  border-bottom: 1px solid #fff;
}

.bl_products_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

@media not all and (min-width: 1280px) {
  .bl_products_unit {
    grid-template-columns: repeat(4, 1fr);
  }
  .bl_products_wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media not all and (min-width: 992px) {
  .bl_products_unit {
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_products_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media not all and (min-width: 768px) {
  .bl_products_unit {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_products_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_productsTop_label {
    margin-bottom: 20px;
  }
  .bl_productsTop_slide {
    margin: 0 -20px;
  }
  .bl_productsTop_slide .swiper-button-prev {
    left: 15px;
  }
  .bl_productsTop_slide .swiper-button-next {
    right: 15px;
  }
  .bl_products_subTitle {
    font-size: 1.5rem;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
  .bl_products_pageBtn {
    margin-bottom: 80px;
  }
}
@media not all and (min-width: 576px) {
  .bl_products_wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}
.bl_strengthTop_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.2%;
     -moz-column-gap: 3.2%;
          column-gap: 3.2%;
  margin-bottom: 150px;
}

.bl_strengthTop_box {
  position: relative;
}
.bl_strengthTop_box:nth-child(2) {
  -webkit-transform: translateY(55px);
      -ms-transform: translateY(55px);
          transform: translateY(55px);
}
.bl_strengthTop_box:nth-child(3) {
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px);
}

.bl_strengthTop_num {
  position: absolute;
  top: -35px;
  right: -24px;
  mix-blend-mode: difference;
  font-family: "Marcellus", serif;
  font-size: 7.5rem;
  line-height: 1;
}

.bl_strengthTop_catch {
  position: absolute;
  left: -15px;
  bottom: 15px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7;
}
.bl_strengthTop_catch span {
  display: inline-block;
  background-color: #fff;
  color: #282828;
  padding: 0 2px;
  line-height: 1.3;
}

.bl_strength_box {
  padding: 90px 0;
  margin-bottom: 115px;
  position: relative;
}
.bl_strength_box:last-of-type {
  margin-bottom: 0;
}
.bl_strength_box::before {
  content: "";
  background-color: #1F1F1F;
  width: 105vw;
  height: 45vw;
  max-height: 860px;
  min-height: 580px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_strength_box__rev::before {
  left: auto;
  right: 0;
}
.bl_strength_box__rev .bl_strength_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_strength_box__rev .bl_strength_img {
  margin-left: 0;
  margin-right: calc(-50vw + 50%);
}

.bl_strength_row {
  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;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  z-index: 2;
  position: relative;
}

.bl_strength_con {
  width: 50%;
}

.bl_strength_img {
  width: 50vw;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.bl_strength_img .swiper-pagination {
  bottom: -35px;
}
.bl_strength_img .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 8px !important;
}
.bl_strength_img .swiper-pagination-bullet-active {
  background-color: #fff;
}
.bl_strength_img .swiper-button-prev {
  left: 20px;
}
.bl_strength_img .swiper-button-next {
  right: 12px;
}

.bl_strength_num {
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-family: "Marcellus", serif;
}
.bl_strength_num .num {
  font-size: 2.25rem;
}

.bl_strength_title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
.bl_strength_title span {
  display: inline-block;
  background-color: #fff;
  color: #282828;
  padding: 0 2px 3px;
  line-height: 1.3;
}

.bl_strength_txt {
  line-height: 1.8;
}

@media not all and (min-width: 1280px) {
  .bl_strengthTop_catch {
    left: -15px;
    bottom: 15px;
    font-size: 1.5rem;
  }
}
@media not all and (min-width: 992px) {
  .bl_strengthTop_num {
    font-size: 6rem;
  }
  .bl_strength_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .bl_strength_img {
    width: 100%;
    margin-left: 0;
  }
  .bl_strength_con {
    width: 100%;
  }
  .bl_strength_num {
    margin-bottom: 10px;
  }
  .bl_strength_box::before {
    height: 135vw;
    max-height: 1200px;
    min-height: 750px;
    left: 20px;
  }
  .bl_strength_box__rev::before {
    left: auto;
    right: 20px;
  }
  .bl_strength_box__rev .bl_strength_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_strength_box__rev .bl_strength_img {
    margin-right: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_strengthTop_row {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
    margin-top: 60px;
  }
  .bl_strengthTop_catch {
    letter-spacing: 0;
  }
  .bl_strength_title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .bl_strength_box {
    margin-bottom: 20px;
  }
  .bl_strength_box::before {
    max-height: 920px;
  }
}
.bl_info {
  background: url(/assets/img/top/info_bg.jpg) no-repeat center/cover;
}

.bl_info_box {
  background-color: #fff;
  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;
  padding: 55px 16px;
  gap: 11.6%;
  position: relative;
}
.bl_info_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 120px;
  background-color: #282828;
}

.bl_info_item {
  width: 50%;
}

.bl_info_item_block {
  text-align: right;
}
.bl_info_item_block .bl_info_time {
  margin-right: 30px;
}

.bl_info_tel {
  color: #282828;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Marcellus", serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.bl_info_tel .icon {
  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-right: 8px;
}

.bl_info_time {
  font-size: 1rem;
  font-weight: 500;
  color: #282828;
}
.bl_info_time span {
  font-weight: 400;
}

@media not all and (min-width: 992px) {
  .bl_info_box {
    padding: 45px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_info_box::before {
    content: none;
  }
  .bl_info_item {
    width: 100%;
    text-align: center;
  }
  .bl_info_item_block {
    border-bottom: 1px solid #282828;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media not all and (min-width: 768px) {
  .bl_info_tel {
    font-size: 1.75rem;
  }
  .bl_info_time {
    font-size: 0.75rem;
  }
}
.bl_footer {
  text-align: center;
}

.bl_footer_logo {
  display: block;
  margin-bottom: 10px;
}

.bl_footer_address {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_footer_map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.bl_footer_map .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
}

.bl_footer_sns {
  margin: 25px 0 40px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.05em;
}

.bl_footer_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 8px;
}

.bl_footer_bottom {
  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;
  border-top: 1px solid #535353;
  padding-top: 8px;
  font-size: 0.75rem;
  color: #CECECE;
}

.bl_footer_copy {
  font-size: 12px;
}

.bl_footer_icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 768px) {
  .bl_footer_icon:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media not all and (min-width: 768px) {
  .bl_footer_address {
    -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;
  }
  .bl_footer_bottom {
    -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-top: 12px;
    gap: 30px;
  }
  .bl_footer_sns {
    margin: 32px auto 20px;
  }
}
.bl_header {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_header.is_scrolled {
  background-color: rgba(40, 40, 40, 0.8);
}

.bl_header_inner {
  padding-left: 20px;
}

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

.bl_header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.bl_header_item {
  margin-right: 45px;
}

.bl_header_telBox {
  max-width: 200px;
  text-align: center;
  margin-right: 20px;
}

.bl_header_telBox_label {
  font-size: 0.75rem;
  background-color: #fff;
  color: #282828;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 7px;
}

.bl_header_telBox_tel {
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.bl_header_telBox_tel .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
}

.bl_header_telBox_time {
  font-size: 0.75rem;
  margin-top: 3px;
}

.bl_header_contact {
  font-size: 1.125rem;
  padding: 36px 50px;
  background-color: #fff;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.bl_header_contact span {
  padding-left: 30px;
  position: relative;
}
.bl_header_contact span::before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(/assets/img/common/icon_mail_black.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .bl_header_link {
    position: relative;
  }
  .bl_header_link:hover::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
}
@media (min-width: 768px) {
  .bl_header_contact:hover {
    background-color: #282828;
    color: #fff;
  }
  .bl_header_contact:hover span::before {
    background: url(/assets/img/common/icon_mail.svg) no-repeat center/cover;
  }
}
@media not all and (min-width: 1280px) {
  .bl_header_content {
    display: none;
    position: fixed;
    z-index: -1;
    margin-right: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 150px 40px 100px;
    background-color: #282828;
    overflow-y: scroll;
  }
  .bl_header_box {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .bl_header_logo {
    max-width: 206px;
  }
  .bl_header_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .bl_header_item {
    margin-right: 0;
    font-size: 1.25rem;
  }
  .bl_header_link {
    padding-left: 20px;
    position: relative;
  }
  .bl_header_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
  .bl_header_telBox {
    max-width: 400px;
    margin: 60px auto 35px;
  }
  .bl_header_telBox_label {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .bl_header_telBox_tel {
    font-size: 2.25rem;
  }
  .bl_header_telBox_time {
    font-size: 1rem;
  }
}
@media not all and (min-width: 768px) {
  .bl_header_telBox {
    max-width: 280px;
  }
  .bl_header_telBox_label {
    font-size: 1rem;
  }
}
.bl_lowerKv {
  padding: 190px 0 175px;
  background-color: #282828;
}

.bl_lowerKv__strength {
  background: url(/assets/img/strength/strength_bg.jpg) no-repeat center/cover;
}

.bl_lowerKv__company {
  background: url(/assets/img/company/company_bg.jpg) no-repeat center/cover;
}

.bl_lowerKv__products {
  background: url(/assets/img/products/products_bg.jpg) no-repeat center/cover;
}

.bl_lowerKv__contact {
  background: url(/assets/img/contact/contact_bg.jpg) no-repeat center/cover;
}

.bl_lowerKv__privacy {
  background: url(/assets/img/privacy/privacy_bg.jpg) no-repeat center/cover;
}

.bl_lowerKv_title .title {
  font-size: 3rem;
  font-weight: 500;
}
.bl_lowerKv_title .catch {
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
}

.bl_lowerCont {
  background-color: #282828;
  padding: 120px 0;
}

@media not all and (min-width: 768px) {
  .bl_lowerCont {
    padding: 60px 0;
  }
  .bl_lowerKv {
    padding: 110px 0 75px;
  }
  .bl_lowerKv_title .title {
    font-size: 2.375rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .bl_lowerKv_title .catch {
    font-size: 1.25rem;
  }
}
.bl_companyMesssage {
  background-color: #1F1F1F;
}

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

.bl_companyMesssage_img {
  width: 50vw;
  max-width: none;
  margin-left: calc(-50vw + 50%);
}

.bl_companyMesssage_con {
  width: 45%;
}
.bl_companyMesssage_con p {
  margin-bottom: 28px;
  line-height: 1.8;
}

.bl_companyOverview dl {
  margin-bottom: 30px;
}
.bl_companyOverview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px;
  border-bottom: 1px solid #535353;
}
.bl_companyOverview .row:last-of-type {
  border-bottom: none;
}
.bl_companyOverview dt {
  width: 13%;
}
.bl_companyOverview dd {
  width: 75%;
}

.bl_companyOverview_img {
  width: 100%;
}

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

.bl_company_left {
  width: 53%;
}

.bl_company_right {
  width: 42%;
}

.bl_companyAccess {
  background-color: #1F1F1F;
}

.bl_companyAccess_box {
  margin-bottom: 50px;
}

.bl_companyAccess_label {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
}

.bl_companyAccess_access {
  margin-bottom: 10px;
}

.bl_companyAccess_list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.bl_companyAccess_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_companyAccess_list li:last-of-type {
  margin-bottom: 0;
}

.bl_companyDownload_txt {
  margin-bottom: 30px;
  line-height: 1.8;
}

.bl_companyDownload_box {
  margin-bottom: 30px;
  padding: 24px 30px;
  background-color: #1F1F1F;
}

.bl_companyDownload_label {
  margin-bottom: 12px;
}

.bl_companyDownload_note {
  font-size: 0.75rem;
}

@media not all and (min-width: 768px) {
  .bl_companyMesssage_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .bl_companyMesssage_img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .bl_companyMesssage_con {
    width: 100%;
  }
  .bl_companyOverview .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .bl_companyOverview dt, .bl_companyOverview dd {
    width: 100%;
  }
  .bl_company_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .bl_company_left, .bl_company_right {
    width: 100%;
  }
  .bl_company_right img {
    display: block;
    margin: 0 auto;
  }
}
.bl_contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 20px;
  border-top: 1px solid #535353;
}
.bl_contact_row dt {
  width: 26%;
  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;
}
.bl_contact_row dd {
  width: 70%;
  height: 100%;
  position: relative;
}
.bl_contact_row .top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_contact_row .top label {
  margin-top: 15px;
}
.bl_contact_row .bl_contact_labelPlus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_contact_row .bl_contact_labelPlus p {
  font-size: 0.75rem;
  color: #666;
}
.bl_contact_row .error_upload {
  display: none;
}

.bl_conatct .check {
  resize: vertical;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 17px 20px;
  letter-spacing: 0.06em;
  background-color: #1F1F1F;
  color: #fff;
  border: none;
}
.bl_conatct .check::-webkit-input-placeholder {
  color: #535353;
}
.bl_conatct .check::-moz-placeholder {
  color: #535353;
}
.bl_conatct .check:-ms-input-placeholder {
  color: #535353;
}
.bl_conatct .check::-ms-input-placeholder {
  color: #535353;
}
.bl_conatct .check::placeholder {
  color: #535353;
}
.bl_conatct .file {
  cursor: pointer;
  width: 100%;
}
.bl_conatct .file::-webkit-file-upload-button {
  background: transparent;
  padding: 8px 16px;
  border: 1px solid #fff;
  margin-right: 15px;
}
.bl_conatct .file::file-selector-button {
  background: transparent;
  padding: 8px 16px;
  border: 1px solid #fff;
  margin-right: 15px;
}

.bl_conatct_catch {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8;
}

.bl_contact_radioRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.bl_contact_radio input {
  margin-right: 10px;
}

.bl_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.bl_contact_flexBox {
  position: relative;
}

.bl_contact_flexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.bl_contact_flexItem:last-of-type {
  margin-bottom: 0;
}
.bl_contact_flexItem label {
  display: block;
  width: 19%;
}

.bl_contact_policy {
  text-align: center;
  padding: 30px;
  border: 1px solid #fff;
}

.bl_contact_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.bl_contact_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.bl_contact_submit_back .el_btn {
  max-width: 100%;
  width: 160px;
  padding: 16px 30px;
}
.bl_contact_submit_back .el_btn::after {
  right: auto;
  left: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.bl_contact_submit_next .el_btn {
  width: 320px;
}

.bl_conatctFinish {
  text-align: center;
}
.bl_conatctFinish .ly_cont_inner {
  max-width: 600px;
}

.bl_conatctFinish_title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.bl_conatctFinish_txt {
  margin-bottom: 42px;
}

.bl_conatctFinish_box {
  padding: 26px;
  background-color: #1F1F1F;
  text-align: left;
}

.grecaptcha-badge {
  z-index: 10;
}

.bl_conatct_error {
  color: #282828;
}

@media (min-width: 768px) {
  .bl_contact_submit_back .el_btn:hover::after {
    border: 0;
    border-bottom: 1px solid #282828;
    border-left: 1px solid #282828;
  }
}
@media not all and (min-width: 768px) {
  .bl_contact_flexItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
    gap: 4px;
  }
  .bl_contact_flexItem label {
    width: 100%;
    font-size: 0.875rem;
  }
  .bl_contact_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_contact_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .bl_contact_row dt, .bl_contact_row dd {
    width: 100%;
  }
  .bl_contact_row dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_contact_row dt label {
    font-size: 1.125rem;
  }
  .bl_contact_row .top label {
    margin-top: 0;
  }
  .bl_conatct .file::-webkit-file-upload-button {
    font-size: 0.875rem;
  }
  .bl_conatct .file::file-selector-button {
    font-size: 0.875rem;
  }
  .bl_contact_confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_conatctFinish_title {
    font-size: 1.5rem;
  }
}
.bl_progress {
  max-width: 400px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.bl_progress::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #535353;
  z-index: -2;
}
.bl_progress .txt {
  text-align: center;
  margin-top: 10px;
}

.bl_progress__02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 50%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.bl_progress__03::before {
  background-color: #fff;
}
.bl_progress__03::after {
  content: none;
}

.bl_progress_inner {
  background-color: #535353;
  color: #282828;
  width: 40px;
  height: 40px;
  border-radius: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bl_progress_inner .number {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
.bl_progress_inner.current {
  background-color: #fff;
  color: #282828;
}

.bl_privacy_block {
  margin-bottom: 60px;
}
.bl_privacy_block:last-of-type {
  margin-bottom: 0;
}
.bl_privacy_block li {
  margin-bottom: 18px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.bl_privacy_block li:last-of-type {
  margin-bottom: 0;
}

.bl_privacy_label {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 28px;
}

.bl_privacy_txt {
  margin-bottom: 28px;
}

.bl_privacy_box {
  padding: 28px;
  margin-bottom: 30px;
  border: 1px solid #535353;
}
.bl_privacy_box:last-of-type {
  margin-bottom: 0;
}

@media not all and (min-width: 768px) {
  .bl_privacy_label {
    margin-bottom: 20px;
  }
  .bl_privacy_txt {
    margin-bottom: 20px;
  }
}
.bl_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

/* モーダルがアクティブなとき */
.bl_modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_modal_content {
  background: #fff;
  padding: 40px;
  width: 80%;
  max-width: 960px;
  border-radius: 8px;
  position: relative;
  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;
}

.bl_modal_img {
  width: 46%;
}
.bl_modal_img img {
  height: auto;
}

.bl_modal_con {
  width: 49%;
  color: #282828;
}

.bl_modal_title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.bl_modal_en {
  font-weight: 500;
  margin-bottom: 20px;
}

.bl_modal_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
  border-bottom: 1px solid #282828;
}
.bl_modal_row:last-of-type {
  border-bottom: none;
}

.bl_modal_row dt {
  width: 17%;
}

.bl_modal_row dd {
  width: 75%;
}

.bl_modal {
  cursor: pointer;
}

.bl_modal_content {
  cursor: default;
}

.bl_modal_close {
  cursor: pointer;
  position: absolute;
  top: 3%;
  right: 3%;
  width: 48px;
  height: 48px;
  border: 1px solid #282828;
  border-radius: 50%;
}
.bl_modal_close::before, .bl_modal_close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #282828;
  left: 45%;
}
.bl_modal_close::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 64%;
}
.bl_modal_close::after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  top: 34%;
}

@media not all and (min-width: 992px) {
  .bl_modal_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 380px;
    padding: 20px;
    display: block;
  }
  .bl_modal_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .bl_modal_con {
    width: 100%;
  }
  .bl_modal_title {
    font-size: 1.5rem;
  }
  .bl_modal_en {
    margin-bottom: 8px;
    font-size: 0.875rem;
  }
  .bl_modal_row {
    padding: 12px 10px;
  }
  .bl_modal_row dt {
    width: 30%;
  }
  .bl_modal_row dd {
    width: 65%;
  }
  .bl_modal_close {
    top: 2%;
    width: 40px;
    height: 40px;
  }
  .bl_modal_close::before {
    top: 70%;
  }
  .bl_modal_close::after {
    top: 32%;
  }
}
@media not all and (min-width: 768px) {
  .bl_modal_content {
    width: 75%;
    max-height: 90vh;
    overflow-y: scroll;
  }
  .bl_modal_img {
    margin-bottom: 20px;
  }
  .bl_modal_title {
    font-size: 1.25rem;
    margin-bottom: 7px;
  }
  .bl_modal_en {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  .bl_modal_row {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.el_btnOuter {
  margin-top: 40px;
}
.el_btnOuter .el_btn {
  margin: 0 auto;
}

.el_btnOuter__left .el_btn {
  margin: 0;
}

.el_btn {
  color: #fff;
  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;
  text-align: center;
  padding: 16px 20px;
  max-width: 320px;
  border: 1px solid #fff;
  border-radius: 40px;
  position: relative;
  width: 100%;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.el_btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 20px;
}
.el_btn .icon {
  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;
  max-width: 100%;
  margin-right: 7px;
}

.el_btn__info {
  padding: 23px 34px;
  background-color: #282828;
  font-size: 1.25rem;
  max-width: 420px;
}
.el_btn__info::after {
  content: none;
}
.el_btn__info span {
  padding-left: 30px;
  position: relative;
}
.el_btn__info span::before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(/assets/img/common/icon_mail.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn__submit {
  background-color: #C1272D;
  border: none;
}

.el_btn__blank::after {
  border: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/img/common/icon_blank_white.svg) no-repeat center/cover;
}

.el_pageBtn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.1%;
     -moz-column-gap: 3.1%;
          column-gap: 3.1%;
}

.el_pageBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_ham {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.el_ham span {
  position: absolute;
  height: 1px;
  width: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #282828;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_ham span:first-of-type {
  top: 22px;
}
.el_ham span:nth-of-type(2) {
  top: 30px;
}
.el_ham span:nth-of-type(3) {
  bottom: 20px;
}
.el_ham.is_open span {
  left: 48%;
}
.el_ham.is_open span:first-of-type {
  top: 24px;
  -webkit-transform: rotate(-40deg) translateX(-50%);
      -ms-transform: rotate(-40deg) translateX(-50%);
          transform: rotate(-40deg) translateX(-50%);
}
.el_ham.is_open span:nth-of-type(2) {
  opacity: 0;
}
.el_ham.is_open span:nth-of-type(3) {
  bottom: 20px;
  -webkit-transform: rotate(40deg) translateX(-50%);
      -ms-transform: rotate(40deg) translateX(-50%);
          transform: rotate(40deg) translateX(-50%);
}

.el_ham_txt {
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 33px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}

@media (min-width: 768px) {
  .el_btn:hover {
    background: #fff;
    color: #282828;
  }
  .el_btn:hover::after {
    border-top: solid 1px #282828;
    border-right: solid 1px #282828;
  }
  .el_btn__blank:hover::after {
    border: 0;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center/cover;
  }
  .el_btn__info:hover {
    border: 1px solid #282828;
  }
  .el_btn__info:hover span::before {
    background: url(/assets/img/common/icon_mail_black.svg) no-repeat center/cover;
  }
  .el_pageBtn:hover::after {
    border: 0;
    background-color: #282828;
  }
}
@media not all and (min-width: 1280px) {
  .el_ham {
    display: block;
  }
}
@media not all and (min-width: 992px) {
  .el_btn__info {
    border-radius: 0;
    margin: 0 auto;
  }
  .el_pageBtn_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }
}
@media not all and (min-width: 768px) {
  .el_btn__info {
    font-size: 0.875rem;
    padding: 28px 20px;
  }
  .el_pageBtn_wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }
  .el_pageBtn {
    max-width: 100%;
  }
}
@media not all and (min-width: 576px) {
  .el_pageBtn_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.el_tilte {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 36px;
  line-height: 1.4;
  position: relative;
}

.el_tilte__center {
  text-align: center;
}

.el_tilte__mb {
  margin-bottom: 55px;
}

.el_noteBox {
  margin-top: 10px;
}

.el_note {
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}

.el_label_left {
  font-size: 16.875rem;
  font-family: "Marcellus", serif;
  position: absolute;
  top: 25px;
  left: -40px;
  -webkit-transform: rotate(90deg) translateY(-100%);
      -ms-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  color: #1F1F1F;
  line-height: 1;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.el_label_left__lh {
  left: 30px;
}

.el_label_center {
  position: absolute;
  font-family: "Marcellus", serif;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  font-size: 10rem;
  pointer-events: none;
  line-height: 1;
}

.el_label_rightOn {
  position: absolute;
  font-family: "Marcellus", serif;
  top: 10%;
  left: 52vw;
  color: #1F1F1F;
  font-size: 16.875rem;
  line-height: 1;
}

.el_label__220 {
  font-size: 13.75rem;
}

.el_label__180 {
  font-size: 11.25rem;
}

@media not all and (min-width: 768px) {
  .el_tilte {
    font-size: 2rem;
    margin-bottom: 28px;
  }
  .el_label_left {
    display: none;
  }
  .el_label_center {
    font-size: 4.875rem;
  }
  .el_label_rightOn {
    left: 20px;
    top: 4%;
    font-size: 7.5rem;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_center {
  text-align: center;
}

.hp_eventsNone {
  opacity: 0.3;
  pointer-events: none;
}

.hp_required {
  width: 40px;
  height: 20px;
  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: 10px;
  background-color: #C1272D;
  line-height: 1;
  font-size: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hp_txtLink {
  text-decoration: underline;
}

.hp_txtBlank {
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.hp_txtBlank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/img/common/icon_blank_white.svg) no-repeat center/cover;
}

@media (min-width: 768px) {
  .hp_txtLink:hover {
    text-decoration: none;
  }
  .hp_txtLink__rev:hover {
    text-decoration: underline;
  }
}
@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
  .hp_pcOnly {
    display: none;
  }
}
.un_agreeBtn {
  text-align: center;
  margin: 30px 0 0;
}
.un_agreeBtn:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.un_agreeBtn label,
.un_agreeBtn input,
.un_agreeBtn span {
  cursor: pointer;
}
.un_agreeBtn input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
.un_agreeBtn label {
  position: relative;
}
.un_agreeBtn input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d4d4d4;
}
.un_agreeBtn input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(50% - 4px);
  display: block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(38deg) translateY(-50%);
      -ms-transform: rotate(38deg) translateY(-50%);
          transform: rotate(38deg) translateY(-50%);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.un_agreeBtn input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.un_checkboxTxt {
  position: relative;
  padding-left: 40px;
}

.un_formCaution {
  color: #ED1C24;
  font-weight: 500;
  font-size: 0.875rem;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}/*# sourceMappingURL=style.css.map */