@charset "utf-8";
/* ==================================
common
===================================== */
/* ==================================
top
===================================== */
.under-line-title {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.under-line-title::after {
  content: "";
  position: absolute;
  width: 150%;
  max-width: 80vw;
  height: 2px;
  background-color: #e76425;
  bottom: 0;
  left: 0;
}
.under-line-title.--main-2::after {
  background-color: #ceec69;
}
.under-line-title.--main-3::after {
  background-color: #65c5e0;
}
@media screen and (min-width: 1200px) {
  .under-line-title::after {
    max-width: 1000px;
  }
}
/* ==================================
MV
===================================== */
.main-image {
  height: 650px;
  background-image: url(/dcms_media/image/main-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-image .main_txt {
  display: table;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.main-image .main_txt_in {
  display: table-cell;
  vertical-align: middle;
}
/*編集可能*/

/* ==================================
MVスライダー
===================================== */
.top_mv {
  height: 70vh;
}
.top_mv img {
  width: 100%;
  height: 100%;
}
.main-catch {
  position: absolute;
  top: 50%;
  left: 15%;
}
.top_mv .swiper-slide-active {
  z-index: 1;
}

/* ==================================
パンくず
===================================== */
#locator ol {
  padding: 0;
}

/* ==================================
改行
===================================== */
.br-pc {
  display: inline;
}
.br-sp {
  display: none;
}

/* ==================================
アンカーリンク
===================================== */
html {
  scroll-padding-top: 7.5rem;
}
/* #dcms_layoutPageBlockPasteArea a[id] {
  display: inline-block;
  padding-top: 100px;
  margin-top: -100px;
}
.dcms_editor #dcms_layoutPageBlockPasteArea a[id] {
  display: inherit !important;
  padding-top: inherit !important;
  margin-top: inherit !important;
} */
/*管理画面の崩れ防止*/

/* ==================================
グラデーション
===================================== */
.grad-color {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==================================
テキストシャドウ
===================================== */
.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

/* ==================================
aタグの遅延
===================================== */
a,
.t-default a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

/* ==================================
背景画像を設定したい時
===================================== */
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ==================================
黒透過
===================================== */
.bg-black-shadow {
  position: relative;
}
.bg-black-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ==================================
白透過
===================================== */
.bg-white-shadow {
  position: relative;
}
.bg-white-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* ==================================
table要素のborder-right
===================================== */
.main_table th {
  border-right: 1px solid #dee2e6;
}

/* ==================================
フローコンテンツの矢印の色（デフォルトはグレー）
===================================== */
.dlb_flow-5 .dlb_flow-item + .dlb_flow-item::before {
  border-color: #e2cb58 transparent transparent transparent !important;
}

/* ==================================
 横100% BGとテキストの背景画像の設定（コンテンツ31）
===================================== */
.dlb_contents_wrap-wide {
  background-size: cover;
}

/* ==================================
横並びコンテンツの崩れ修正（コンテンツ66/67）
===================================== */
.dlb_contents_overflow .dlb_contents_overflow-right:before,
.dlb_contents_overflow .dlb_contents_overflow-left:before {
  top: 50% !important;
}

/* ==================================
アコーディオンの矢印の調整
===================================== */
.dlb_list_accordion .btn::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.dlb_list_accordion .btn.collapsed::after {
  margin-top: -6px !important;
}
.dlb_list_accordion .btn::after {
  margin-top: -3px !important;
}

/* ==================================
アコーディオンの中のボタンの矢印を消す
===================================== */
.accordion-in-btn .btn::after,
.accordion-in-btn .btn::before {
  display: none !important;
}
.accordion-in-btn .btn {
  padding-right: 0 !important;
}

/* ==================================
ブログの見た目調整
===================================== */
.dlb_blog_column-4 .dlb_blog-data p {
  max-height: none !important;
}

/* ==================================
お知らせの見た目調整
===================================== */
.dlb_news-list dl {
  border-top: 1px solid #f5f5f5;
  padding: 10px 0;
}
.dlb_news-list dl:last-child {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}

/* ==================================
お問い合わせ
===================================== */
#form_contact_main {
  width: 60% !important;
  margin: auto !important;
}
#form_intro p {
  width: 60% !important;
  margin: auto !important;
  margin-bottom: 40px !important;
}
#form_contact_main dd {
  width: 70% !important;
  margin-bottom: 0px !important;
}
#form_contact_main dt {
  width: 250px !important;
}
#form_contact_main dl {
  margin-bottom: 0px;
  padding: 30px 0 !important;
}
#contact-form #table_address tr td {
  padding: 8px !important;
}
#form_wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  /* ==================================
MVスライダー
===================================== */
  .main-catch {
    top: 50%;
    left: 5%;
  }
}
@media only screen and (max-width: 690px) {
  /* ==================================
    改行
    ===================================== */
  .br-sp {
    display: inline;
  }
  .br-pc {
    display: none;
  }
  /* ==================================
    アンカーリンク
    ===================================== */
  #dcms_layoutPageBlockPasteArea a[id] {
    padding-top: 60px;
    margin-top: -60px;
  }
  .btn.btn-anchor-link {
    padding-left: 0 !important;
  }
  /* ==================================
    パンくず
    ===================================== */
  #locator ol {
    padding: 0;
  }
  /* ==================================
    お知らせ
    ===================================== */
  .dlb_news .rss_date {
    padding-left: 0;
  }
  /* ==================================
    お問い合わせ
    ===================================== */
  #form_contact_main {
    width: 90% !important;
  }
  #form_intro p {
    width: 90% !important;
    margin-bottom: 30px !important;
  }
  #form_contact_main dl {
    padding: 20px 0 !important;
  }
  #form_contact_main dd {
    width: 100% !important;
  }
  #privacy_txt {
    margin-top: 40px !important;
  }
  #form_wrap {
    margin-bottom: 40px;
  }
  #submit_button {
    display: flex;
    justify-content: center;
  }

  /* ==================================
    サイトマップ
    ===================================== */
  #sitemap {
    padding-left: 0 !important;
  }
}

html {
  scroll-behavior: smooth;
}

/* ワークフロー部分調整 */
.u-work-flow-btn.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed::before {
  background: linear-gradient(0, #ffecd2, #fcb69f);
}
.u-work-flow-btn.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed:after {
  border-color: #fff;
}
.u-work-flow-btn.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link::before {
  /* background: inherit ; */
  background: linear-gradient(0, #ffecd2, #fcb69f);
}
.u-work-flow-btn.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed::before {
  border-color: #cc6633;
}

/* 採用情報ページMV部分調整 */
@media screen and (min-width: 992px) {
  .u-recruit-mv-mt-lg-n {
    margin-top: -10rem !important;
  }
}

.u-btn-grad-01 {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: linear-gradient(0, #fcb69f, #e1493d);
}
.u-btn-grad-01:hover {
  color: #fff;
  opacity: 0.7;
}
.u-btn-grad-02 {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: linear-gradient(0, #a1c4fd, #009ab8);
}
.u-btn-grad-02:hover {
  color: #fff;
  opacity: 0.7;
}
.u-bg-grad-01 {
  background: linear-gradient(0, #fcb69f, #e1493d);
}
.u-bg-grad-02 {
  background: linear-gradient(0, #a1c4fd, #009ab8);
}

.u-marker-accent-03.dlb_title-sub-04::before {
  background-color: #009ab8;
}
.u-br-accent-03.dlb_contents_box_column-2 .dlb_contents_box-title {
  border-right-color: #009ab8;
}

.u-marker-accnet-03.dlb_title-sub-04::before {
  background-color: #009ab8;
}

/* // キャリアステップ部分 */
@media screen and (max-width: 991px) {
  .dlb_contents_box_bg-item.--step3 {
    background-color: #ebf9ff !important;
  }
  .dlb_contents_box_bg-item.--step4 {
    background-color: #dbf2ff !important;
  }
}

.under-line-title-h2 {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.under-line-title-h2::after {
  content: "";
  position: absolute;
  /* width: 150%; */
  width: 50px;
  height: 2px;
  background-color: #e76425;
  bottom: 0;
  left: 0;
}

/* ボタンの矢印 */
.u-icon-arw {
  position: relative;
  padding-right: 3.5rem !important;
}

.u-icon-arw::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(/dcms_media/image/icon-arrow.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 0.5rem;
  transform: translateY(5%);
}

.u-icon-header-arw {
  position: relative;
  padding-right: 3rem !important;
}
.u-icon-header-arw::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/dcms_media/image/icon-arrow.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 0.5rem;
  top: 50%;
  transform: translateY(-45%);
}

.u-icon-arw-main {
  position: relative;
  padding-right: 3rem !important;
}
.u-icon-arw-main::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/dcms_media/image/icon-arrow-main.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.u-icon-arw-main:hover::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/dcms_media/image/icon-arrow.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.u-btn-shine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  /* display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none; */
  overflow: hidden;
}

/*キラッと光る*/
.u-btn-shine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 100%);
  transform: skewX(30deg);
}

/*hoverした際の移動のアニメーション*/
.u-btn-shine:hover::before {
  animation: shine 1s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.u-btn-main {
  box-shadow: 2px 2px #b77012;
}
.u-btn-main.btn-main:hover {
  color: #fff;
  background-color: #e76425;
}

.list-style-none {
  list-style: none;
}

/* メディア調整 */
/* デフォルトのaタグの色変更 */
article .info .title a {
  color: #111;
}
.side .reco li .info {
  color: #111;
}
.side .title {
  color: #111;
}
.side .archive li a {
  color: #111;
}

/* 電気工事の dlb_contents_boxlink-icon 市松配色 */
.dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item {
  background-color: #f0ffbc !important;
}
.dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n + 1) {
  background-color: #f8f8f8 !important;
}
.dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n + 3) {
  background-color: #f8f8f8 !important;
}
/* .dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n+6) {
    background-color: #dcdcdc
}
.dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n+8) {
    background-color: #dcdcdc
} */
@media (max-width: 767.98px) {
  .dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n + 3) {
    background-color: #f0ffbc !important;
  }
  .dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n + 4) {
    background-color: #f8f8f8 !important;
  }
  /* .dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n+5) {
        background-color: #dcdcdc
    }
    .dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:nth-child(8n+6) {
        background-color: #f5f5f5
    } */
}

/* 内装工事の dlb_contents_boxlink-icon 市松配色 */
.dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item {
  background-color: #c1e3ec !important;
}
.dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n + 1) {
  background-color: #d4d4d4 !important;
}
.dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n + 3) {
  background-color: #d4d4d4 !important;
}
/* .dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n+6) {
    background-color: #dcdcdc
}
.dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n+8) {
    background-color: #dcdcdc
} */
@media (max-width: 767.98px) {
  .dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n + 3) {
    background-color: #c1e3ec !important;
  }
  .dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n + 4) {
    background-color: #d4d4d4 !important;
  }
  /* .dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n+5) {
        background-color: #dcdcdc
    }
    .dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:nth-child(8n+6) {
        background-color: #f5f5f5
    } */
}
.dlb_contents_boxlink-icon.--main-2 .dlb_contents_boxlink-item:hover img,
.dlb_contents_boxlink-icon.--main-3 .dlb_contents_boxlink-item:hover img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* .under-line-title::after {
  content: "";
  position: absolute;
  width: 150%;
  max-width: 80vw;
  height: 2px;
  background-color: #e76425;
  bottom: 0;
  left: 0;
} */

.--main-2 .dlb_title-sub-06::after {
  background-color: #ceec69;
  height: auto;
}
.--main-3 .dlb_title-sub-06::after {
  /* background-color: #064c7a; */
  background-color: #65c5e0;
  height: auto;
}

.nav-tabs .nav-link {
  color: #000;
  background-color: #ceec69;
  border-color: #ceec69 #ceec69 transparent;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: #ceec69 #ceec69 #fff;
}

/* MV部分のテキストの装飾 */
@media screen and (min-width: 320px) {
  .u-mv-txt {
    /* font-size: calc([最小値] + ([最大値] - [最小値]) * ((100vw - [最小画面幅]) / ([最大画面幅] - [最小画面幅]))); */
    font-size: calc(24px + 26 * ((100vw - 320px) / (1600)));
  }
}
@media screen and (min-width: 1440px) {
  .u-mv-txt {
    font-size: 3.125rem;
  }
}

.u-top-h2 {
  font-size: 24px;
  font-weight: normal !important;
}
@media screen and (min-width: 768px) {
  .u-top-h2 {
    font-size: 50px;
  }
}

.u-overflow-reset {
  overflow: inherit;
}
.u-loop-wrap {
  width: 100vw;
  overflow: hidden;
}
.u-loop-wrap.position-absolute {
  top: 0;
  z-index: -10;
}
.u-loop-wrap .u-loop-box {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.u-loop-wrap .u-loop-text {
  display: inline-block;
  white-space: nowrap;
  width: 100vw;
  min-width: 640px;
  margin: 0;
  line-height: 1 !important;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.u-loop-wrap .u-loop-text.news {
  width: 50vw;
  min-width: 320px;
}
.u-loop-wrap.--business .u-loop-text {
  color: #0000001a !important;
  /* font-size: calc([最小値] + ([最大値] - [最小値]) * ((100vw - [最小画面幅]) / ([最大画面幅] - [最小画面幅]))); */
  font-size: calc(52px + 48 * ((100vw - 320px) / (1600)));
  /* font-weight: 600; */
}
@media screen and (min-width: 1440px) {
  .u-loop-wrap.--business .u-loop-text {
    font-size: 6.25rem;
  }
}
.u-loop-wrap.--news .u-loop-text {
  color: #0000001a !important;
  /* font-size: calc([最小値] + ([最大値] - [最小値]) * ((100vw - [最小画面幅]) / ([最大画面幅] - [最小画面幅]))); */
  font-size: calc(52px + 148 * ((100vw - 320px) / (1600)));
  /* font-size: 3.123rem; */
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* .u-loop-wrap .u-loop-item {
  width: 800px;
} */
.u-loop-wrap .u-loop-item:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.u-loop-wrap .u-loop-item + .u-loop-item {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

.u-link-sizing {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .u-link-sizing {
    font-size: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
  }
}
.u-link-box a {
  color: #fff;
}
.u-link-box a:hover {
  color: #e76425 !important;
}
.u-link-item.--light {
  background-image: url("/dcms_media/image/top-business01.png");
  /* background-image: url("../image/top-business01.png"); */
}
.u-link-item.--electricity {
  background-image: url("/dcms_media/image/top-business02.png");
  /* background-image: url("../image/top-business02.png"); */
}
.u-link-item.--plumbing {
  background-image: url("/dcms_media/image/top-business03.png");
  /* background-image: url("../image/top-business03.png"); */
}
.u-link-item.--air {
  background-image: url("/dcms_media/image/top-business04.png");
  /* background-image: url("../image/top-business04.png"); */
}
.u-link-item.--interior {
  background-image: url("/dcms_media/image/top-business05.png");
  /* background-image: url("../image/top-business05.png"); */
}

.u-link-box,
.u-link-box:hover {
  transition: all 0.2s ease-in-out;
}
.u-link-box:has(.u-link-item:hover) .u-link-item {
  background-image: none;
}
.u-link-box:has(.--light:hover) {
  background-image: url("../image/top-business01.png");
}
.u-link-box:has(.--electricity:hover) {
  background-image: url("../image/top-business02.png");
}
.u-link-box:has(.--plumbing:hover) {
  background-image: url("../image/top-business03.png");
}
.u-link-box:has(.--air:hover) {
  background-image: url("../image/top-business04.png");
}
.u-link-box:has(.--interior:hover) {
  background-image: url("../image/top-business05.png");
}

.js-hover-text {
  display: none;
}
.js-hover-text.js-text-active {
  display: block;
}

.u-bg-business::before,
.u-bg-news::before {
  position: absolute;
  z-index: -100;
  content: "";
  display: inline-block;
  background-color: #dddad9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
}
@media screen and (min-width: 768px) {
  .u-bg-business::before {
    right: 30%;
    left: 0;
  }
}

.u-top-recruit-box {
  background-image: url("/dcms_media/image/top-recruit.jpg");
  /* background-image: url("../image/top-recruit.jpeg"); */
}
.u-top-company-box {
  background-image: url("/dcms_media/image/top-company.jpg");
  /* background-image: url("../image/top-company.jpeg"); */
}
@media screen and (min-width: 768px) {
  .u-top-recruit-box {
    /* background-image: url('/dcms_media/image/top-recruit.jpeg'); */
    background-image: none;
  }
  .u-top-company-box {
    /* background-image: url('/dcms_media/image/top-company.jpeg'); */
    background-image: none;
  }
  .u-top-rec-com-wrap {
    background-image: url("/dcms_media/image/top-recruit.jpg");
    /* background-image: url("../image/top-recruit.jpeg"); */
    transition: all 0.2s ease-in-out;
  }
  .u-top-rec-com-wrap:has(.u-top-recruit-box:hover) {
    background-image: url("/dcms_media/image/top-recruit.jpg");
    /* background-image: url("../image/top-recruit.jpeg"); */
  }
  .u-top-rec-com-wrap:has(.u-top-company-box:hover) {
    background-image: url("/dcms_media/image/top-company.jpg");
    /* background-image: url("../image/top-company.jpeg"); */
  }
}

/* @media screen and (min-width: 768px) {
  .js-top-rec-com-wrap:has(.js-bg.--rec.js-bg-on) {
    background-image: url("/dcms_media/image/top-recruit.jpg");
    background-image: url("../image/top-recruit.jpeg");
  }
  .js-top-rec-com-wrap:has(.js-bg.--com.js-bg-on) {
    background-image: url("/dcms_media/image/top-company.jpg");
    background-image: url("../image/top-company.jpeg");
  }
} */

@media screen and (max-width: 767px) {
  .u-top-rec-com-wrap .container {
    max-width: 100%;
    /* color: #ffffff4d; */
  }
}

.u-h-en {
  position: relative;
  padding-top: 4%;
  z-index: 10;
}
.u-h-en::before {
  position: absolute;
  content: attr(data-en);
  text-transform: uppercase;
  font-size: 2rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff4d;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .u-h-en::before {
    font-size: 3.75rem;
  }
}

/* .dlb_blog-01.u-position {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
} */
@media screen and (min-width: 768px) {
  .u-custom-slider .dlb_blog-item {
    transition: all 0.3s ease-in-out;
  }
  .u-custom-slider .dlb_blog-item.swiper-slide-active {
    width: 60% !important;
  }
  .u-custom-slider .swiper-wrapper {
    align-items: end;
  }
  .u-right-over {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .u-custom-slider .dlb_blog-item.swiper-slide-active {
    width: 40% !important;
  }
}

/* swiperの大きさの調整 */
.u-custom-slider .dlb_blog-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .u-slider-height {
    height: 25rem;
  }
}
.u-custom-slider　.dlb_blog_column-4 .dlb_blog-data .dlb_title-h3 {
  height: 3rem;
}
.u-custom-slider .dlb_blog-item:hover {
  color: #e76425 !important;
}
.u-custom-slider .dlb_blog-item p {
  display: none;
}

/* swiperボタンの調整 */
.u-custom-slider .swiper-button-next,
.u-custom-slider .swiper-button-prev {
  /* position: absolute; */
  /* top: 18%; */
  /* top: 50%; */
  transform: translateY(-25%);
  /* width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #e76425;
  border: 2px solid #e76425;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.u-custom-slider .swiper-button-next:hover,
.u-custom-slider .swiper-button-prev:hover {
  color: #fff;
  background-color: #e76425;
}
.u-custom-slider .swiper-button-prev {
  right: 5rem;
  left: auto;
}
.u-custom-slider .swiper-button-next {
  right: 15px;
}
/* @media screen and (min-width: 768px) {
  .swiper-button-prev {
    right: calc(20% + 4rem);
  }
  .swiper-button-next {
    right: 20%;
    /* right: calc(50% - 50vh); *
  }
} */
.u-custom-slider .swiper-button-prev::after {
  content: "←";
}
.u-custom-slider .swiper-button-next::after {
  content: "→";
}
.u-custom-slider .dlb_blog-item:hover {
  color: #e76425 !important;
}

@media screen and (max-width: 767px) {
  .u-footer-link-height {
    max-height: 120px;
  }
}

/* #wrapper {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
} */
.u-1-scroll {
  scroll-snap-align: start;
  /* height: 100vh; */
}

.share_top-link .top-link .btn:hover a::before {
  border-color: #e76425;
}
.share_top-link .top-link {
  /* position: absolute; */
  top: unset;
  right: 2rem;
  bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .share_top-link .top-link {
    right: 5rem;
    bottom: 5rem;
  }
}

.u-font-yumincho {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .c-accor-btn {
    position: absolute;
    display: block;
    top: 0.5rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    /* background-color: red; */
    cursor: pointer;
  }
  .c-accor-btn-parts {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: blue; */
  }

  .c-accor-btn-parts::before,
  .c-accor-btn-parts::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e76425;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .c-accor-btn-parts::after {
    top: 0.5rem;
    transform: rotate(90deg);
  }

  .c-accor-btn.is-rotated .c-accor-btn-parts::after {
    opacity: 0;
  }

  .bs_header-01 .navbar-nav .dropdown-menu {
    border: none;
  }
  .bs_header-01 .navbar-nav .btn {
    border: none !important;
  }
  .bs_header-01 .navbar-nav .shadow {
    box-shadow: none !important;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn-lg.u-btn-grad-01 a,
  .btn.btn-lg.u-btn-grad-02 a {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 2rem;
  }
}

#locator,
#locator_template_c2 {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  /* .u-3rd-arrow-custom.dlb_flow-1 .dlb_flow-item:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 47%;
    right: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #ffc732;
  } */

  .u-3rd-arrow-custom.dlb_flow-1 .dlb_flow-item:nth-child(4)::before {
    display: none !important;
  }
}
