@charset "UTF-8";
/*============== Fonts ==============*/
/*============== Color ==============*/
/*============== ブレイクポイント ==============*/
/* =============================================
Fonts
============================================= */
/* =============================================
Border
============================================= */
html {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #393939;
}
@media screen and (max-width: 560px) {
  html {
    font-size: 14px;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-color: white;
}
@media screen and (max-width: 960px) {
  body {
    overflow: hidden;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 2px;
}

p {
  line-height: 2;
}
@media screen and (max-width: 960px) {
  p {
    font-size: 14px;
  }
}
ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: #393939;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  color: #D9D9D9;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iphoneデフォルトのボタンcssを無効にする */
*:not(input[type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
}

input[type=submit] {
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  font: "Noto Sans JP", sans-serif;
  color: #393939;
  background: none;
  font-size: 16px;
}

img {
  vertical-align: middle;
  width: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* =============================================
ボタン
============================================= */
.el_btn {
  min-width: 290px;
  padding: 16px 62px 16px 20px;
  display: inline-block;
  border-radius: 40px;
  background: white;
  position: relative;
  border: 1px solid #D1D1D1;
  transition: 0.3s;
}
.el_btn:hover {
  background-color: #C22F2F;
}
.el_btn:hover::after {
  background-image: url(/wp-content/themes/blp/assets/img/common/arrow_right_w.svg);
  transform: translate(8px, -50%);
}
.el_btn:hover p {
  color: white;
}
.el_btn::after {
  content: "";
  width: 14px;
  height: 5px;
  background: url(/wp-content/themes/blp/assets/img/common/arrow_right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.el_btn p {
  color: #393939;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .el_btn p {
    font-size: 14px;
  }
}
.el_btn__center {
  padding-left: 10px;
  padding-right: 10px;
}
.el_btn__center p {
  text-align: center;
}
.el_btn a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.el_btn__big {
  padding: 25px 110px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .el_btn__big {
    padding: 16px;
  }
}
.el_btn__big p {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .el_btn__big p {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .el_btn__big p {
    font-size: 14px;
  }
}
.el_btn__right {
  margin-top: 50px;
  margin-left: auto;
  display: block;
  max-width: 250px;
  min-width: inherit;
}
@media screen and (max-width: 960px) {
  .el_btn__right {
    margin-right: auto;
    text-align: center;
  }
}
/* =============================================
ブロックリンク
============================================= */
.el_blockLink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* =============================================
汎用タイトル
============================================= */
.el_commonTtl {
  position: relative;
}
.el_commonTtl > * {
  font-size: 16px;
  color: #C22F2F;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .el_commonTtl > * {
    font-size: 14px;
  }
}
.el_commonTtl > * span:not(.voice_ttl) {
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 100px;
  color: #393939;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .el_commonTtl > * span:not(.voice_ttl) {
    font-size: 50px;
  }
}
.ly_lowerWrap .el_commonTtl {
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .ly_lowerWrap .el_commonTtl {
    padding-bottom: 20px;
  }
}
/* =============================================
中見出し
============================================= */
.el_mdTtl {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .el_mdTtl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.el_mdTtl_small {
  color: #C22F2F;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .el_mdTtl_small {
    font-size: 20px;
  }
}
.el_mdTtl__red {
  color: #C22F2F;
}

/* =============================================
下層見出し
============================================= */
.el_lowerTtl > * {
  line-height: normal;
}
.el_lowerTtl_en {
  font-size: 55px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .el_lowerTtl_en {
    font-size: 35px;
  }
}
.el_lowerTtl_main {
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: 1px solid #C22F2F;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.el_lowerTtl__white p,
.el_lowerTtl__white h3 {
  color: white;
}
.el_lowerTtl__white .el_lowerTtl_main {
  color: white;
  border-color: white;
}

/* =============================================
バナーのタイトル
============================================= */
.el_bannerTtl {
  font-size: 35px;
  font-weight: 500;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .el_bannerTtl {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .el_bannerTtl {
    font-size: 20px;
  }
}
.el_bannerTtl .red {
  padding-bottom: 4px;
  border-bottom: 1px solid #C22F2F;
}
@media screen and (max-width: 960px) {
  .el_bannerTtl .red {
    padding-bottom: 1px;
  }
}
/* =============================================
下層サブ見出し
============================================= */
.el_pageTtl {
  margin-bottom: 60px;
  text-align: center;
  color: #C22F2F;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .el_pageTtl {
    margin-bottom: 50px;
  }
}
.el_pageTtl p {
  font-size: 80px;
}
@media screen and (max-width: 960px) {
  .el_pageTtl p {
    font-size: 45px;
  }
}
.el_pageTtl h1 {
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  .el_pageTtl h1 {
    font-size: 16px;
  }
}
/* =============================================
太字
============================================= */
.el_boldTxt {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .el_boldTxt {
    font-size: 14px;
  }
}
/* =============================================
ヘッダーのリンクメニュー（サービスページ）
============================================= */
.el_header_link {
  margin: 0 auto 100px;
  margin-bottom: 100px;
  width: 80%;
  max-width: 1092px;
}
.el_header_link a {
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  .el_header_link a {
    font-size: 20px;
  }
}
.el_header_link li {
  margin-bottom: 20px;
}

/* =============================================
パンくずリスト
============================================= */
.el_breadcrumbs {
  display: flex;
  justify-content: left;
  gap: 20px;
}
.el_breadcrumbs li {
  position: relative;
}
.el_breadcrumbs li::before {
  content: " > ";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-55%);
}
.el_breadcrumbs li:last-child::before {
  display: none;
}
.el_breadcrumbs li a {
  font-size: 14px;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .el_breadcrumbs li a {
    font-size: 10px;
  }
}
/* =============================================
引用
============================================= */
.el_reference {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 10px;
  text-align: left;
}
.el_reference::before, .el_reference::after {
  font-size: 63px;
  color: #C22F2F;
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.el_reference::before {
  content: "“";
  top: -33px;
  left: -10px;
}
.el_reference::after {
  content: "”";
  bottom: -33px;
  right: -10px;
}
.el_reference_bold {
  font-weight: 700;
  font-size: 20px;
}

/* =============================================
注意書き
============================================= */
.el_attention {
  margin-top: 30px;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .el_attention {
    text-align: left;
  }
}
.el_attention__left {
  text-align: left;
}

/* =============================================
お客様の声のタグ
============================================= */
.el_voiceTag {
  padding: 3px 20px;
  background-color: #F1F1F1;
  color: #A54B4B;
  border-radius: 15px;
  display: inline-block;
  font-size: 12px;
}

/* =============================================
お知らせブロック
============================================= */
.bl_news li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #D1D1D1;
  font-weight: 500;
  position: relative;
}
.bl_news li.is_hover .bl_news_arrow {
  transform: translateX(8px);
}
.bl_news li.is_hover .bl_news_txt {
  opacity: 0.6;
}
.bl_news_txt {
  transition: 0.3s;
}
.bl_news_ttl {
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .bl_news_ttl {
    padding-right: 40px;
  }
}
.bl_news_sub {
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  justify-content: left;
}
@media screen and (max-width: 960px) {
  .bl_news_sub {
    gap: 10px;
  }
}
.bl_news_cat {
  display: flex;
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
}
.bl_news_cat_item {
  height: 28px;
  padding: 5px 13px;
  font-size: 12px;
  border-radius: 17px;
  border: 1px solid #C22F2F;
  color: #C22F2F;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
}
.bl_news_arrow {
  width: 14px;
  height: 5px;
  background: url(/wp-content/themes/blp/assets/img/common/arrow_right.svg) center center no-repeat;
  background-size: contain;
  position: relative;
  transition: 0.3s;
}

/* =============================================
お知らせのカテゴリー選択BOX
============================================= */
.bl_catSelect {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #F1F1F1;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .bl_catSelect {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.bl_catSelect ul {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.bl_catSelect li {
  display: flex;
  align-items: center;
  justify-content: left;
}
.bl_catSelect li > a {
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  background-color: white;
  position: relative;
}
.bl_catSelect li > a.current::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3599F5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.bl_catSelect li p {
  padding-left: 5px;
}

/* =============================================
バナー
============================================= */
.bl_banner {
  padding-top: 100px;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .bl_banner {
    padding-top: 60px;
  }
}
.bl_banner_cont {
  max-width: 1125px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .bl_banner_cont {
    display: block;
    width: 90%;
  }
}
.bl_banner_item {
  width: calc(50% - 15px);
  max-width: 550px;
  height: 310px;
  margin: 0 auto;
  padding: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .bl_banner_item {
    width: 100%;
    height: 130px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
}
.bl_banner_item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/breaunetwork/assets/img/banner/banner_company.png) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.bl_banner_item:hover::after {
  transform: scale(1.3);
}
.bl_banner_item p {
  font-size: 32px;
  color: white;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .bl_banner_item p {
    font-size: 20px;
  }
}
.bl_banner_item.recruit::after {
  background-image: url(/wp-content/themes/breaunetwork/assets/img/banner/banner_recruit.png);
}
.bl_banner_item.customer::after {
  background-image: url(/wp-content/themes/breaunetwork/assets/img/banner/banner_customer.png);
}
.bl_banner_item .el_commonBtn {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bl_banner_item .el_commonBtn {
    width: 55px;
    height: 55px;
    right: 20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.bl_banner_item a {
  z-index: 2;
}

/* =============================================
CTA
============================================= */
.ly_cta {
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  .ly_cta {
    padding-top: 80px;
  }
}
.bl_cta {
  padding: 60px 0px;
  background: url(/wp-content/themes/blp/assets/img/common/footer_contact.png) center center no-repeat;
  background-size: cover;
  border-radius: 200px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .bl_cta {
    padding-bottom: 50px;
    border-radius: 80px 0px 0px 0px;
  }
}
.bl_cta_ttl {
  color: white;
}
.bl_cta_ttl h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
.bl_cta_ttl p {
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .bl_cta_ttl p {
    font-size: 16px;
  }
}
.js_modal {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.js_modal.sp_only {
  display: none;
}
.js_modal_back {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.js_modal_img {
  width: calc(100vw - 40px);
  height: calc(100% - 80px);
  height: calc(100dvh - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: top center no-repeat;
  background-size: cover;
}
.js_modal_cont {
  width: min(100% - 40px, 1000px);
  height: calc(100% - 80px);
  height: calc(100dvh - 80px);
  margin: 40px auto 0;
  color: white;
  overflow-y: scroll;
}
.js_modal_cont::before {
  content: "";
  width: calc(100vw - 40px);
  height: calc(100% - 80px);
  height: calc(100dvh - 80px);
  border-radius: 10px;
  background-color: #020e55;
  mix-blend-mode: multiply;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.js_modal_txtCont {
  padding: 30px 5%;
  position: relative;
  z-index: 1;
}
.js_modal_txt {
  padding-top: 30px;
  padding-left: 0;
  color: white;
  background-color: transparent;
}
.js_modal_txt_furigana {
  color: white;
  font-size: 12px;
}
.js_modal_txt_name {
  font-size: 20px;
}
.js_modal .modalClose {
  margin: 30px auto 0;
  padding: 20px 0;
  width: 240px;
  background-color: #d9d9d9;
  border-radius: 20px;
  font-weight: 700;
  display: block;
}

/* =============================================
ニュースティッカー
============================================= */
.bl_newsTicker {
  margin: 0 auto;
  padding: 20px;
  max-width: 812px;
  border-radius: 33px;
  background: white;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .bl_newsTicker {
    padding: 15px 50px 15px 20px;
    margin-top: 30px;
    width: 90%;
    border-radius: 0px;
    text-align: left;
  }
}
.bl_newsTicker_cont li {
  position: relative;
}
.bl_newsTicker_cont li .sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .bl_newsTicker_cont li .pc {
    display: none;
  }
  .bl_newsTicker_cont li .sp {
    display: block;
  }
}
.bl_newsTicker_cont .date {
  margin-right: 35px;
  color: #A7A7A7;
}
@media screen and (max-width: 960px) {
  .bl_newsTicker_cont .date {
    width: 100%;
    display: block;
  }
}
.bl_newsTicker::after {
  content: "";
  width: 14px;
  height: 5px;
  background: url(/wp-content/themes/blp/assets/img/common/arrow_right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .bl_newsTicker::after {
    right: 20px;
  }
}
.bl_newsTicker.is_hover::after {
  transform: translate(8px, -50%);
}

/* =============================================
お客様の声ブロック
============================================= */
.bl_voice {
  padding: 30px 10% 0px;
  background-color: white;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 960px) {
  .bl_voice {
    padding: 0px 5% 0px;
  }
}
.bl_voice li {
  padding: 50px 0;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .bl_voice li {
    padding: 30px 0;
    flex-direction: column;
    gap: 25px;
  }
}
.bl_voice li:last-child {
  border-bottom: none;
}
.bl_voice_left {
  width: 30%;
  min-width: 260px;
}
@media screen and (max-width: 960px) {
  .bl_voice_left {
    width: 100%;
    min-width: inherit;
  }
}
.bl_voice_left_top {
  margin-bottom: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
}
.bl_voice_left_top p {
  font-weight: 500;
  line-height: 1.5;
}
.bl_voice_left_top img {
  width: 50px;
}
.bl_voice_right {
  width: 63%;
}
@media screen and (max-width: 960px) {
  .bl_voice_right {
    width: 100%;
  }
}
.un_detail_voice .bl_voice {
  position: relative;
  top: -140px;
}
@media screen and (max-width: 960px) {
  .un_detail_voice .bl_voice {
    margin-bottom: -90px;
  }
}
.un_detail_voice .bl_voice_left_top {
  margin-bottom: 10px;
}
.un_detail_voice .bl_voice_left_top p {
  font-weight: 700;
  line-height: 120%;
}
.un_detail_voice .bl_voice_left_prof {
  margin-bottom: 20px;
  font-size: 13px;
  color: #5F5D5D;
  line-height: normal;
}

/* =============================================
基本テーブル
============================================= */
.bl_table {
  width: 100%;
}
.bl_table tr {
  padding: 30px 0;
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 50px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .bl_table tr {
    padding: 15px 0;
    flex-direction: column;
    gap: 10px;
    border: none;
  }
}
.bl_table th {
  padding: 5px 0;
  width: 27%;
  background-color: #F1F1F1;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .bl_table th {
    padding-left: 20px;
    width: 100%;
    text-align: left;
  }
}
.bl_table td {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .bl_table td {
    width: 100%;
  }
}
/* =============================================
リスト
============================================= */
.bl_list ul {
  margin-top: 40px;
}
.bl_list li {
  padding: 40px 0;
  border-bottom: 1px solid #D1D1D1;
}
.bl_list_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.bl_list_name {
  margin-bottom: 15px;
}

/* =============================================
サービスブロック
============================================= */
.bl_serviceBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_serviceBlock li {
  width: 30%;
  padding: 25px 25px 17px;
  margin-bottom: 30px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 0px 8.366px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .bl_serviceBlock li {
    padding: 10px 8px 10px;
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
}
.bl_serviceBlock li.other div {
  height: 35px;
}
.bl_serviceBlock p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .bl_serviceBlock p {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 560px) {
  .bl_serviceBlock p {
    margin-bottom: 10px;
  }
}
.bl_serviceBlock_arrow {
  margin-left: auto;
  padding: 9px;
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/blp/assets/img/common/arrow_right.svg) center center no-repeat, url(/wp-content/themes/blp/assets/img/common/arrow_right_w.svg) center center no-repeat;
  background-size: 40%, 0 0;
  background-color: #f8d0d0;
  border-radius: 30px;
  transition: all 0.3s;
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .bl_serviceBlock_arrow {
    background-color: transparent;
  }
}
.bl_serviceBlock_arrow.hover {
  background-color: #C22F2F;
  background-size: 0 0, 40%;
  transform: scale(1.3);
}
.bl_serviceBlock img {
  max-height: 77px;
}
@media screen and (max-width: 560px) {
  .bl_serviceBlock img {
    max-height: 60px;
  }
}

/* =============================================
Anybot用
============================================= */
wrapper.active {
  position: relative;
  z-index: 20000;
}

.ly_fixedBtn.hidden {
  display: none;
}

/* =============================================
ヘッダー
============================================= */
.ly_header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .ly_header {
    height: 80px;
  }
}
.ly_header.header_front {
  border: none;
}
@media screen and (max-width: 960px) {
  .ly_header.scroll {
    padding-top: 48px;
    height: 48px;
  }
}
.ly_header.scroll .ly_spHeader {
  height: 48px;
}
.ly_header.scroll .ly_spHeader_logo {
  width: 50px;
}
.ly_header_cont {
  width: 100%;
  height: 100%;
}
.ly_header .ly_pcHeader {
  max-width: 1230px;
  padding: 0 35px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .ly_header .ly_pcHeader {
    display: none !important;
  }
}
.ly_header .ly_pcHeader_navArea {
  display: flex;
  align-items: center;
}
.ly_header .ly_pcHeader_nav {
  margin-right: 45px;
  display: flex;
  gap: 40px;
  font-weight: 500;
}
.ly_header .ly_pcHeader_nav p {
  font-size: 14px;
}
.ly_header_logo img {
  max-width: 68px;
}
.ly_header_btnCont {
  display: flex;
  gap: 10px;
}
.ly_header_btnCont li {
  padding: 14px 25px;
  border-radius: 25px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ly_header_btnCont li.is_hover {
  opacity: 0.6;
}
.ly_header_btnCont img {
  margin-right: 4px;
}
.ly_header_btnCont .contact {
  border: 1px solid #393939;
}
.ly_header_btnCont .pastore {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #C22F2F;
  color: white;
}
.ly_header_btnCont .subsidy {
  background-color: #393939;
  color: white;
}

/* =============================================
SPヘッダー
============================================= */
.ly_spHeader {
  width: 100%;
  height: 80px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .ly_spHeader {
    display: block;
  }
}
.ly_spHeader_logo {
  width: 65px;
  transition: 0.3s;
}
.ly_spHeader_cont {
  height: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly_spHeader_menu {
  padding: 0 5%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(100%);
  transition: all 0.6s;
  z-index: 20;
  text-align: left;
  overflow-y: scroll;
}
.ly_spHeader_menu_logo {
  width: 68px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.ly_spHeader_menu_cont {
  margin: 120px auto 25px;
}
.ly_spHeader_menu_main {
  margin-bottom: 50px;
}
.ly_spHeader_menu_main > li {
  padding: 20px 0;
  border-bottom: 1px solid #D1D1D1;
}
.ly_spHeader_menu_main > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_spHeader_menu_main > li a p:first-child {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #393939;
}
.ly_spHeader_menu_main > li a p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #C22F2F;
}
.ly_spHeader_menu_main_service li {
  padding: 0;
  margin-top: 15px;
}
.ly_spHeader_menu_main_service li:first-child {
  margin-top: 20px;
}
.ly_spHeader_menu.active {
  display: block;
  transform: translateX(0%);
}
.ly_spHeader_menu .ly_header_btnCont {
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.ly_spHeader_menu .ly_header_btnCont li {
  padding-right: 20px;
  padding-left: 20px;
  width: 250px;
  border-radius: 30px;
}
.ly_spHeader_subMenu {
  padding: 50px 0;
}
.ly_spHeader_subMenu a {
  margin-bottom: 15px;
  font-size: 12px;
  display: block;
}
.ly_spHeader_copyright {
  font-size: 12px;
}

/* ハンバーガーメニューボタン */
.hamburger {
  width: 25px;
  height: 58px;
  margin-right: 25px;
  display: block;
  position: relative;
  z-index: 30;
  cursor: pointer;
  text-align: center;
  /* スマホメニューを開いてる時のボタン */
}
.hamburger span {
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #393939;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 25px;
}
.hamburger span:nth-child(2) {
  top: 32px;
}
.hamburger.active span {
  top: 25px;
  left: 0;
  background: #393939;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  transform: rotate(45deg);
}

/* =============================================
固定ボタン
============================================= */
.ly_fixedBtn {
  position: fixed;
  right: 30px;
  bottom: 120px;
  display: none;
}
@media screen and (max-width: 1250px) {
  .ly_fixedBtn {
    display: block;
  }
}
.ly_fixedBtn_cont img {
  margin-bottom: 12px;
  display: block;
  width: 60px;
  height: 60px;
}

/* =============================================
front-pageのヘッダー切り替え
============================================= */
.ly_pcHeader.header_front {
  display: none;
}
.ly_pcHeader.header_front.fixed {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1250px) {
  .ly_pcHeader.header_front {
    display: none;
  }
}

.ly_spHeader.header_front {
  display: none;
}
@media screen and (max-width: 1250px) {
  .ly_spHeader.header_front.fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* =============================================
ページ内リンクヘッダー
============================================= */
.ly_subHeader {
  width: 100%;
  padding: 9px 0;
  position: fixed;
  top: 90px;
  background-color: #C22F2F;
  display: none;
}
@media screen and (max-width: 1250px) {
  .ly_subHeader {
    display: none;
  }
}
.ly_subHeader.fixed {
  display: block;
}
@media screen and (max-width: 1250px) {
  .ly_subHeader.fixed {
    display: none;
  }
}
.ly_subHeader ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.ly_subHeader a {
  color: white;
}
.ly_subHeader a.current {
  font-weight: 700;
}

/* =============================================
フッター
============================================= */
.ly_footer {
  padding: 80px 0 30px;
  border-top: 1px solid #D1D1D1;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .ly_footer {
    padding: 50px 0 30px;
  }
}
.ly_footer_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .ly_footer_cont {
    flex-direction: column;
    gap: 30px;
  }
}
.ly_footer_logo {
  text-align: center;
}
.ly_footer_logo img {
  max-width: 134px;
}
@media screen and (max-width: 960px) {
  .ly_footer_logo img {
    max-width: 100px;
  }
}
.ly_footer_menu {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .ly_footer_menu {
    width: 100%;
  }
}
.ly_footer_main {
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
  gap: 10%;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .ly_footer_main {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
  }
}
.ly_footer_main_address {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .ly_footer_main_address {
    width: 100%;
  }
}
.ly_footer_main_address .name {
  font-size: 18px;
  margin-bottom: 20px;
}
.ly_footer_main_sitemap ul {
  display: flex;
  flex-wrap: wrap;
}
.ly_footer_main_sitemap ul li {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .ly_footer_main_sitemap ul li {
    margin-bottom: 25px;
  }
}
.ly_footer_main_sitemap ul li a {
  font-weight: 500;
}
.ly_footer_ttl {
  margin-bottom: 40px;
  color: #C22F2F;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .ly_footer_ttl {
    margin-bottom: 25px;
  }
}
.ly_footer_icons {
  margin-top: 30px;
  display: flex;
}
.ly_footer_icons img {
  margin-right: 18px;
  max-width: 35px;
}
.ly_footer_sub {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 25px 50px;
}
@media screen and (max-width: 960px) {
  .ly_footer_sub {
    margin-bottom: 30px;
    gap: 15px 25px;
  }
}
.ly_footer_sub a {
  font-size: 12px;
  color: #5f5d5d;
}
.ly_footer_sub a:hover {
  color: #D9D9D9;
}
.ly_footer .copyright {
  margin-top: 30px;
  font-size: 12px;
  color: #5f5d5d;
  text-align: center;
}

/* =============================================
コンテナー
============================================= */
.ly_cont {
  padding: 80px 0 60px;
}
@media screen and (max-width: 960px) {
  .ly_cont {
    padding: 60px 0;
  }
}
.ly_bigCont {
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  .ly_bigCont {
    padding-top: 80px;
  }
}
@media screen and (max-width: 560px) {
  .ly_bigCont {
    padding-top: 50px;
  }
}

.ly_lowerWrap {
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  .ly_lowerWrap {
    padding-top: 100px;
  }
}
.ly_lowerWrap .ly_inner {
  width: 65%;
}
@media screen and (max-width: 1250px) {
  .ly_lowerWrap .ly_inner {
    width: 90%;
  }
}
.ly_inner {
  width: 85%;
  max-width: 1092px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .ly_inner {
    width: 90%;
  }
}
.ly_inner.ly_inner__small {
  width: 70%;
  max-width: 880px;
}
@media screen and (max-width: 960px) {
  .ly_inner.ly_inner__small {
    width: 90%;
  }
}
.ly_inner__big {
  width: 85%;
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .ly_inner__big {
    width: 90%;
  }
}

/* =============================================
下層ページ
============================================= */
.ly_lowerImg {
  width: 100%;
  padding-top: 26%;
  background: center center no-repeat;
  background-size: cover;
}

/* =============================================
その他ページ
============================================= */
.un_page .el_lowerTtl {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .un_page .el_lowerTtl {
    margin-bottom: 50px;
  }
}
.un_page h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .un_page h4 {
    font-size: 16px;
  }
}
.un_page h4.mgt_0 {
  margin-top: 0;
}
.un_page .bl_table {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .un_page .bl_table {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .un_page .bl_table tbody tr {
    border-bottom: 1px solid #D1D1D1;
  }
}
.un_page .bl_table tbody tr:first-child {
  border-bottom: none;
}
.un_page .bl_table th {
  width: 100%;
  color: #393939;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2.5px;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .un_page .bl_table th {
    padding-left: 0;
    font-size: 20px;
  }
}
.un_page .bl_table td:nth-child(1) {
  width: 40%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .un_page .bl_table td:nth-child(1) {
    width: 100%;
  }
}
/* =============================================
お問い合わせフォーム
============================================= */
.un_contact {
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .un_contact {
    padding-bottom: 80px;
  }
}
.un_contact .el_lowerTtl {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .un_contact .el_lowerTtl {
    margin-bottom: 50px;
  }
}
.bl_form {
  padding: 55px 10%;
  margin: 50px auto 0;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .bl_form {
    padding: 40px 0 0px;
    max-width: 600px;
    margin-top: 30px;
  }
}
.bl_form_cont {
  max-width: 900px;
  margin: 0 auto;
}
.bl_form_attention {
  padding-left: 65px;
}
.bl_form_attention.el_required::after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 960px) {
  .bl_form_attention {
    padding-left: 55px;
  }
}
.bl_form_select {
  position: relative;
}
.bl_form_select::before {
  width: 18px;
  height: 9px;
  content: "";
  background: url("assets/img/common/arrow_select.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.bl_form .input_non {
  display: none;
}
.bl_form > p {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .bl_form > p {
    margin-bottom: 30px;
  }
}
.bl_form dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .bl_form dl {
    margin-bottom: 35px;
  }
}
.bl_form dt {
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .bl_form dt {
    margin-bottom: 10px;
  }
}
.bl_form input, .bl_form textarea, .bl_form select {
  padding: 18px 30px;
  width: 100%;
  background-color: white;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  font-size: 16px;
  color: #393939;
}
@media screen and (max-width: 960px) {
  .bl_form input, .bl_form textarea, .bl_form select {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.bl_form textarea {
  height: auto;
}
.bl_form_txt {
  margin-bottom: 100px;
  font-size: 15px;
}
.bl_form_txt span {
  font-size: 15px;
}
.bl_form_attention {
  font-size: 14px;
}

.el_required {
  position: relative;
}
.el_required::after {
  content: "必須";
  padding: 2px 13px;
  color: #C22F2F;
  background-color: white;
  position: absolute;
  top: 50%;
  right: -78px;
  transform: translateY(-50%);
  border: 1px solid #C22F2F;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .el_required::after {
    padding: 1px 10px;
    right: -55px;
    font-size: 12px;
  }
}
/* =============================================
送信ボタン
============================================= */
.el_contactBtn {
  width: 270px;
  margin: 60px auto 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .el_contactBtn {
    margin-top: 50px;
  }
}
.el_contactBtn.is_hover:not(.el_backBtn) input {
  background-color: #C22F2F;
  color: white;
}
.el_contactBtn.is_hover:not(.el_backBtn)::before {
  background-image: url(/wp-content/themes/blp/assets/img/common/arrow_right_w.svg);
  transform: translate(8px, -50%);
}
.el_contactBtn input {
  width: 100%;
  padding: 16px;
  background-color: white;
  border: 1px solid #D1D1D1;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .el_contactBtn input {
    font-size: 15px;
  }
}
.el_contactBtn input[name=submitBack] {
  border: none;
}
.el_contactBtn::before {
  content: "";
  width: 14px;
  height: 6px;
  background: url(/wp-content/themes/blp/assets/img/common/arrow_right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.el_contactBtn.el_backBtn {
  width: 120px;
  display: none;
  margin-top: 25px;
  position: relative;
}
.el_contactBtn.el_backBtn input {
  width: inherit;
}
.el_contactBtn.el_backBtn::before {
  background-image: url(/wp-content/themes/blp/assets/img/common/arrow_prev_black.svg);
  right: auto;
  left: 16px;
}

/* =============================================
確認画面
============================================= */
.mw_wp_form_confirm .bl_form {
  margin-top: 0;
}
.mw_wp_form_confirm .bl_form_attention, .mw_wp_form_confirm .bl_form .hp_fs_small {
  display: none;
}
.mw_wp_form_confirm dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: top;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .mw_wp_form_confirm dl {
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #D1D1D1;
  }
}
.mw_wp_form_confirm dl dt {
  margin-bottom: 0;
  width: 25%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .mw_wp_form_confirm dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.mw_wp_form_confirm dl dd {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .mw_wp_form_confirm dl dd {
    width: 100%;
  }
}
.mw_wp_form_confirm .el_required::after {
  display: none;
}
.mw_wp_form_confirm .input_non {
  display: block;
}
.mw_wp_form_confirm .confirm_non {
  display: none;
}
.mw_wp_form_confirm .el_contactBtn.el_backBtn {
  display: flex;
}
.mw_wp_form_confirm .bl_form_select::before {
  display: none;
}
.mw_wp_form_confirm .bl_form {
  padding: 0;
}

/* =============================================
完了画面
============================================= */
.mw_wp_form_complete .el_btn {
  margin-top: 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================
エラー
============================================= */
.mw_wp_form .error {
  font-size: 12px !important;
  text-align: left;
  color: #B70000;
}

.is-error input, .is-error select, .is-error textarea {
  background-color: #FFE6E6;
}

/* =============================================
チェックボックス
============================================= */
.bl_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  left: -25px;
}
@media screen and (max-width: 560px) {
  .bl_checkbox {
    margin-bottom: 50px;
  }
}
.bl_checkbox a, .bl_checkbox .el_required {
  color: #393939;
}
.bl_checkbox a {
  margin-right: 10px;
  border-bottom: 1px solid #C22F2F;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .bl_checkbox a {
    margin-right: 5px;
  }
}
.bl_checkbox .el_required {
  display: flex;
  right: -5px;
}
.bl_checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: white;
  padding: 0;
  border: 1px solid #393939;
  position: relative;
  top: 3px;
}
.bl_checkbox .error {
  position: relative;
  left: -25px;
  bottom: -20px;
  margin-right: -85px;
}

/* =============================================
TOP全体
============================================= */
body.frontPage {
  background-color: white;
  transition: 0.3s;
}

body.frontPage.is-in {
  background-color: #C22F2F;
}

.frontPage section:not(#fv, .un_topAbout),
.frontPage .ly_cta,
.frontPage footer {
  background-color: white;
}

/* =============================================
TOP 会社案内
============================================= */
.un_topAbout {
  padding: 270px 0 170px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .un_topAbout {
    padding: 70px 0 50px;
  }
}
.un_topAbout > * {
  color: white;
}
.un_topAbout::after {
  content: "";
  padding-top: 26%;
  width: 100%;
  display: block;
  background: url(/wp-content/themes/blp/assets/img/top/about_bottom.jpeg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -26vw;
  transform: translateX(-50%);
  border-radius: 0 0 0 182px;
}
.un_topAbout_cont {
  position: relative;
}
.un_topAbout_cont .un_fv_txtAnimation_item {
  opacity: 0.5;
}
.un_topAbout_main {
  text-align: center;
}
.un_topAbout_main h2 {
  padding-top: 150px;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 2.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 960px) {
  .un_topAbout_main h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .un_topAbout_main h2 {
    padding-top: 120px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.un_topAbout_main > p {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .un_topAbout_main > p {
    margin-bottom: 30px;
  }
}
.un_topAbout_sub {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
@media screen and (max-width: 960px) {
  .un_topAbout_sub {
    margin-top: 60px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.un_topAbout_sub_txt {
  width: 35%;
}
@media screen and (max-width: 960px) {
  .un_topAbout_sub_txt {
    width: 100%;
    margin-bottom: 50px;
  }
}
.un_topAbout_sub_txt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 56px;
  font-weight: 300;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .un_topAbout_sub_txt h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .un_topAbout_sub img {
    max-width: 500px;
  }
}
/* =============================================
サービス一覧
============================================= */
.un_topService {
  margin: 0 auto;
  padding-top: calc(26vw + 100px);
  padding-bottom: 200px;
}
@media screen and (max-width: 960px) {
  .un_topService {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 560px) {
  .un_topService {
    padding-bottom: 50px;
  }
}
.un_topService .bl_serviceBlock {
  margin: 80px auto 120px;
}
@media screen and (max-width: 960px) {
  .un_topService .bl_serviceBlock {
    margin: 50px auto;
  }
}
.un_topService > h3 {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .un_topService > h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.un_topService_detail {
  width: 90%;
  margin-right: auto;
  padding-right: 10%;
  border-right: 1px solid #bfbfbf;
  position: relative;
}
@media screen and (max-width: 960px) {
  .un_topService_detail {
    width: 90%;
    margin-left: auto;
    border: none;
    padding: 0;
  }
}
.un_topService_detail .sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .un_topService_detail .pc_only {
    display: none;
  }
  .un_topService_detail .sp_only {
    display: block;
  }
}
.un_topService_detail_righttxt {
  width: 11px;
  height: 50px;
  position: sticky;
  top: 115px;
  left: 100vw;
  color: black;
  font-weight: 700;
  transform: translateX(13vw);
}
@media screen and (max-width: 960px) {
  .un_topService_detail_righttxt {
    display: none;
  }
}
.un_topService_detail li {
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .un_topService_detail li {
    margin-bottom: 50px;
  }
}
.un_topService_detail li:last-child {
  margin-bottom: 0;
}
.un_topService_detail_img {
  width: 50%;
  padding-top: 35%;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 960px) {
  .un_topService_detail_img {
    width: 70%;
    margin-bottom: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 560px) {
  .un_topService_detail_img {
    width: 100%;
    padding-top: 58%;
  }
}
.un_topService_detail_txt {
  width: 42%;
}
.un_topService_detail_txt .sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .un_topService_detail_txt {
    width: 100%;
  }
  .un_topService_detail_txt .pc_only {
    display: none;
  }
  .un_topService_detail_txt .sp_only {
    display: block;
  }
}
.un_topService_detail_txt .el_btn {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .un_topService_detail_txt .el_btn {
    margin-top: 20px;
  }
}
.un_topService_detail_txt .el_btn .sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .un_topService_detail_txt .el_btn .sp_only {
    display: block;
  }
}
/* =============================================
お客様の声
============================================= */
.un_topVoice {
  position: relative;
}
@media screen and (max-width: 960px) {
  .un_topVoice {
    margin-bottom: -30px;
  }
}
.un_topVoice_back {
  width: 86%;
  max-width: 1180px;
  height: 75%;
  background-color: #C22F2F;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 180px 0px 0px 0;
}
@media screen and (max-width: 960px) {
  .un_topVoice_back {
    width: 100%;
    height: 30%;
    border-radius: 0;
    position: relative;
  }
}
.un_topVoice_back.hidden {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .un_topVoice_back.hidden {
    padding-bottom: 80px;
  }
}
.un_topVoice .el_commonTtl {
  padding-top: 120px;
  left: -5%;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .un_topVoice .el_commonTtl {
    padding-top: 30px;
    left: 5%;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .un_topVoice .el_commonTtl.pc_only {
    display: none;
  }
}
.un_topVoice .el_commonTtl .sp_only {
  display: none;
}
@media screen and (max-width: 560px) {
  .un_topVoice .el_commonTtl .sp_only {
    display: block;
  }
}
.un_topVoice .el_commonTtl .voice_ttl {
  padding-left: 10%;
  font-size: 16px;
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .un_topVoice .el_commonTtl .voice_ttl {
    padding-left: 0;
  }
}
.un_topVoice .el_commonTtl h2 span {
  color: white;
}
.un_topVoice .el_commonTtl__voice h2 span {
  color: #C22F2F;
}
.un_topVoice .el_commonTtl__voice h2 span.voice_front {
  font-size: 16px;
  padding-left: 10%;
  font-weight: 500;
}
.un_topVoice_cont {
  padding-top: 360px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .un_topVoice_cont {
    padding-top: 0px;
    top: -60px;
  }
}
/* =============================================
TOPお知らせ
============================================= */
.un_topNews {
  position: relative;
}
.un_topNews .el_commonTtl {
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .un_topNews .el_commonTtl {
    margin-bottom: 10px;
  }
}
.un_topNews .el_commonBtn {
  margin: 50px 0 45px;
  justify-content: right;
}
@media screen and (max-width: 960px) {
  .un_topNews .el_commonBtn {
    justify-content: center;
    margin-bottom: 0;
  }
}

/* =============================================
会社案内
============================================= */
.un_company_mission {
  padding: 40px 0 200px;
}
@media screen and (max-width: 960px) {
  .un_company_mission {
    padding: 0 0 50px;
  }
}
.un_company_mission li {
  padding: 60px 0;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_company_mission li {
    padding: 30px 0;
  }
}
.un_company_mission li > p {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .un_company_mission li > p {
    margin-top: 30px;
    font-size: 16px;
  }
}
.un_company_mission li:last-child {
  border: none;
}
.un_company_greeting {
  padding: 70px 0 100px;
  background-color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_company_greeting {
    padding: 30px 0 50px;
  }
}
.un_company_greeting .el_lowerTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .un_company_greeting .el_lowerTtl {
    margin-bottom: 30px;
  }
}
.un_company_greeting p {
  color: white;
}
.un_company_greeting_shomei {
  margin-top: 60px;
  text-align: right;
}
.un_company_greeting_shomei img {
  max-width: 230px;
}
@media screen and (max-width: 960px) {
  .un_company_greeting_shomei img {
    max-width: 200px;
  }
}
.un_company_sdgs {
  background: url(/wp-content/themes/blp/assets/img/page/page_company.png) center center no-repeat;
  background-size: cover;
}
.un_company_sdgs_cont {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .un_company_sdgs_cont {
    padding: 30px 0 50px;
  }
}
.un_company_sdgs_cont > img {
  margin-top: 40px;
  max-width: 360px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .un_company_sdgs_cont > img {
    margin-left: 0;
  }
}
.un_company_sdgs_txt {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .un_company_sdgs_txt {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.un_company_sdgs_txt p {
  color: white;
}
@media screen and (max-width: 960px) {
  .un_company_sdgs_txt img {
    max-width: 150px;
  }
}
.un_company_table {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .un_company_table {
    margin-top: 30px;
  }
}
.un_company_table .bl_table {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .un_company_table .bl_table {
    margin-top: 30px;
  }
}
.un_company_access .map {
  margin-top: 50px;
  padding-top: 45%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .un_company_access .map {
    padding-top: 65%;
  }
}
.un_company_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.un_company_partner_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.un_company_partner ul {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .un_company_partner ul {
    margin-top: 10px;
  }
}
.un_company_partner li {
  padding: 40px 0;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_company_partner li {
    padding: 30px 0;
  }
}
/* =============================================
アーカイブ
============================================= */
.un_news_select {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.un_news_select::before {
  content: "";
  width: 18px;
  height: 9px;
  background: url(/wp-content/themes/breaunetwork/assets/img/common/icon_select.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.un_news_select select {
  cursor: pointer;
  padding: 15px 50px 15px 20px;
  border-radius: 20px;
  position: relative;
  font-weight: 700;
  background-color: white;
  border: 1px solid #393939;
  color: #393939;
}
@media screen and (max-width: 960px) {
  .un_news_select select {
    padding: 12px 50px 12px 20px;
    font-size: 14px;
  }
}
.un_news_select select option {
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  #top_news .bl_news_cat_item:nth-child(3), #top_news .bl_news_cat_item:nth-child(4), #top_news .bl_news_cat_item:nth-child(5), .un_news .bl_news_cat_item:nth-child(3), .un_news .bl_news_cat_item:nth-child(4), .un_news .bl_news_cat_item:nth-child(5) {
    display: none;
  }
}
/* =============================================
シングル
============================================= */
.un_single {
  padding-bottom: 120px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_single {
    padding-bottom: 80px;
  }
}
.un_single .el_commonBtn {
  margin-top: 60px;
}
.un_single .el_btn {
  margin-top: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .un_single .el_btn {
    margin-top: 50px;
  }
}
.un_single_cont {
  margin-top: 30px;
}
.un_single_ttl {
  margin-bottom: 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_single_ttl {
    margin-bottom: 50px;
  }
}
.un_single_ttl .el_mdTtl {
  margin-bottom: 40px;
  color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_single_ttl .el_mdTtl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.un_single_ttl_sub {
  display: flex;
  justify-content: left;
  gap: 25px;
}
.un_single_catCont {
  display: flex;
  justify-content: left;
  gap: 10px;
}
.un_single_article h2 {
  margin-top: 70px;
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_single_article h2 {
    font-size: 20px;
    margin: 50px 0 20px;
  }
}
.un_single_article h2 span {
  color: #C22F2F;
  font-weight: 700;
  font-size: 22px;
}
.un_single_article h2__red {
  color: #C22F2F;
}
.un_single_article h3 {
  margin: 60px 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #393939;
}
@media screen and (max-width: 960px) {
  .un_single_article h3 {
    margin-top: 50px;
    font-size: 20px;
  }
}
.un_single_article img {
  margin: 30px 0;
}
.un_single_article ul,
.un_single_article ol,
.un_single_article blockquote {
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .un_single_article ul,
  .un_single_article ol,
  .un_single_article blockquote {
    padding: 20px;
  }
}
@media screen and (max-width: 560px) {
  .un_single_article ul,
  .un_single_article ol,
  .un_single_article blockquote {
    padding: 15px;
  }
}
.un_single_article ul li {
  padding-left: 22px;
  margin-bottom: 15px;
  line-height: 2;
  position: relative;
}
.un_single_article ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #C22F2F;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.un_single_article ul li:last-child {
  margin-bottom: 0;
}
.un_single_article ol {
  counter-reset: li;
}
.un_single_article ol li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.un_single_article ol li:before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C22F2F;
  border-radius: 20px;
  counter-increment: li;
  content: counter(li);
}
@media screen and (max-width: 960px) {
  .un_single_article ol li:before {
    width: 28px;
    height: 28px;
    font-size: 14px;
    top: -3px;
  }
}
.un_single_article ol li:last-child {
  margin-bottom: 0;
}
.un_single_article blockquote cite {
  margin-top: 20px;
  color: #8f8f8f;
  display: block;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .un_single_article blockquote cite {
    font-size: 14px;
  }
}
/* =============================================
ページネーション
============================================= */
.el_pagenation {
  margin-top: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 960px) {
  .el_pagenation {
    margin-top: 40px;
    gap: 20px;
  }
}
.el_pagenation .screen-reader-text {
  display: none;
}
.el_pagenation_prev, .el_pagenation_next {
  display: flex;
  align-items: center;
}
.el_pagenation_prev img, .el_pagenation_next img {
  width: 21px;
  height: 12px;
}

.page-numbers {
  display: flex;
  gap: 35px;
  justify-content: center;
}
.page-numbers li {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers li.current {
  border-radius: 50%;
  background-color: #C22F2F;
  color: white;
  position: relative;
}
.page-numbers li.current::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: #C22F2F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page-numbers a {
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
}
.page-numbers.dots {
  background-color: transparent;
  color: #393939;
}

/* =============================================
私たちが解決できること
============================================= */
.un_customer_link {
  margin: 130px auto 30px;
  max-width: 885px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .un_customer_link {
    width: 90%;
    margin: 40px auto;
    display: block;
  }
}
.un_customer_link li {
  padding: 12px;
  width: 160px;
  height: 160px;
  background-color: #C22F2F;
  color: white;
  border-radius: 100px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .un_customer_link li {
    padding: 15px 0;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #C22F2F;
    display: block;
    text-align: left;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 0;
  }
}
.un_customer_link li::before {
  content: "";
  width: 7px;
  height: 21px;
  background: url(/wp-content/themes/breaunetwork/assets/img/common/arrow_down.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .un_customer_link li::before {
    width: 21px;
    height: 7px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/breaunetwork/assets/img/common/arrow.svg);
  }
}
.un_customer_link li:hover::before {
  transform: translate(-50%, 12px);
}
@media screen and (max-width: 960px) {
  .un_customer_link li:hover::before {
    transform: none;
  }
}
.un_customer_link li p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .un_customer_link li p {
    font-size: 16px;
  }
  .un_customer_link li p .hp_inline_block {
    display: inline;
  }
}
/* =============================================
私たちについて
============================================= */
.un_aboutus {
  position: sticky;
  top: 0;
  margin: 120px 0 70px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .un_aboutus {
    margin: 80px 0 60px;
    position: relative;
  }
}
.un_aboutus_cont {
  padding-left: 10%;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 1250px) {
  .un_aboutus_cont {
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .un_aboutus_cont {
    padding-left: 5%;
    flex-wrap: wrap;
  }
}
.un_aboutus_txt {
  padding: 45px 0 40px;
}
@media screen and (max-width: 960px) {
  .un_aboutus_txt {
    padding-bottom: 0;
  }
}
.un_aboutus_reference.el_reference {
  max-width: 575px;
  margin-top: 75px;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .un_aboutus_reference.el_reference {
    width: 95%;
    max-width: inherit;
    margin-top: 50px;
  }
}
.un_aboutus_img {
  width: 45%;
  background: url(/wp-content/themes/breaunetwork/assets/img/page/customer_about.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px 20px 0px 20px;
}
.un_aboutus_img.sp_only {
  display: none;
}
@media screen and (max-width: 1250px) {
  .un_aboutus_img {
    border-radius: 20px 0px 0px 20px;
  }
}
@media screen and (max-width: 960px) {
  .un_aboutus_img {
    width: 100%;
    height: 89vw;
    margin: 50px auto;
  }
  .un_aboutus_img.pc_only {
    display: none;
  }
  .un_aboutus_img.sp_only {
    display: block;
  }
}
.un_aboutus_img_cap {
  padding: 12px 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  background-color: #C22F2F;
  border-radius: 20px 0px 0px 0px;
}
.un_aboutus_img_cap .small {
  font-size: 14px;
}

/* =============================================
私たちの経営サポート
============================================= */
@media screen and (max-width: 960px) {
  .un_support.ly_cont {
    padding-right: 0;
    padding-left: 0;
  }
}
.un_support .el_commonTtl {
  padding-left: 5%;
}
@media screen and (max-width: 960px) {
  .un_support .el_commonTtl {
    padding-left: 0;
  }
}
.un_support .el_commonBtn {
  margin-top: 110px;
}
.un_support_item {
  padding-left: 5%;
  margin-top: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
@media screen and (max-width: 960px) {
  .un_support_item {
    padding-left: 0;
    margin-top: 40px;
    display: block;
  }
}
.un_support_item_03 {
  margin-top: 65px;
}
.un_support_item__rev {
  padding: 0 5% 0 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .un_support_item__rev {
    padding: 0;
  }
}
.un_support_item h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .un_support_item h3 {
    font-size: 20px;
  }
}
.un_support_item h3 span {
  font-size: 100px;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  color: transparent;
}
@media screen and (max-width: 960px) {
  .un_support_item h3 span {
    font-size: 80px;
    line-height: 1.3;
  }
}
.un_support_item_txt {
  width: 41%;
}
@media screen and (max-width: 960px) {
  .un_support_item_txt {
    width: 100%;
  }
}
.un_support_item_img {
  width: 50%;
  height: 28vw;
  max-height: 600px;
}
@media screen and (max-width: 960px) {
  .un_support_item_img {
    margin-top: 30px;
    width: 100%;
    height: 62vw;
    max-height: 500px;
  }
}
.un_support_item_img.img1 {
  background: url(/wp-content/themes/breaunetwork/assets/img/page/support_1.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.un_support_item_img.img2 {
  height: 36vw;
  background: url(/wp-content/themes/breaunetwork/assets/img/page/support_2.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .un_support_item_img.img2 {
    height: 90vw;
  }
}
.un_support_item_img.img3 {
  height: 48vw;
  background: url(/wp-content/themes/breaunetwork/assets/img/page/support_3.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .un_support_item_img.img3 {
    height: 86vw;
  }
}
.un_support_item_img.img4 {
  height: 35vw;
  background: url(/wp-content/themes/breaunetwork/assets/img/page/support_4.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .un_support_item_img.img4 {
    height: 70vw;
  }
}
/* =============================================
サポート事例
============================================= */
.un_case {
  position: relative;
  background-color: white;
}
.un_case .el_commonTtl {
  margin-bottom: 110px;
}
@media screen and (max-width: 960px) {
  .un_case .el_commonTtl {
    margin-bottom: 40px;
  }
}
.un_case .el_plusBtn {
  position: absolute;
  top: 35px;
  right: 30px;
}
.un_case_item {
  margin-bottom: 60px;
  padding: 120px 6% 60px;
  background-color: white;
  border: 1px solid #C22F2F;
  position: relative;
}
@media screen and (max-width: 960px) {
  .un_case_item {
    padding-bottom: 30px;
  }
}
.un_case_item .js_toggle {
  margin-top: 40px;
  display: none;
}
.un_case_item.active .un_case_issue {
  border-bottom: dashed 1px #C22F2F;
  padding-bottom: 40px;
}
.un_case_item.active .js_toggle {
  display: block;
}
.un_case_issue {
  width: 82%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
@media screen and (max-width: 960px) {
  .un_case_issue {
    width: 100%;
    display: block;
  }
}
.un_case_issue_left {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .un_case_issue_left {
    width: 100%;
  }
}
.un_case_issue_left p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .un_case_issue_left p {
    font-size: 14px;
  }
}
.un_case_issue_left .el_tag {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .un_case_issue_left .el_tag.pc_only {
    display: none;
  }
}
.un_case_issue_left .el_tag.sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .un_case_issue_left .el_tag.sp_only {
    display: block;
  }
}
.un_case_issue_right {
  width: 134px;
  height: 134px;
}
@media screen and (max-width: 960px) {
  .un_case_issue_right {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
  }
}
.un_case_issue_right_img {
  width: 134px;
  height: 100%;
  background: center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .un_case_issue_right_img {
    width: 70px;
  }
}
.un_case_issue_right_img.case1 {
  background-image: url(/wp-content/themes/breaunetwork/assets/img/page/case_1.png);
}
.un_case_issue_right_img.case2 {
  background-image: url(/wp-content/themes/breaunetwork/assets/img/page/case_2.png);
}
.un_case_issue_right_img.case3 {
  background-image: url(/wp-content/themes/breaunetwork/assets/img/page/case_3.png);
}
.un_case_flow {
  padding: 50px 5%;
  background-color: #C22F2F;
  color: white;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.un_case_flow.sp_only {
  width: 90vw;
  display: none;
  background-color: #C22F2F;
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .un_case_flow.sp_only {
    display: block;
  }
}
.un_case_flow.sp_only img {
  max-width: 390px;
}
@media screen and (max-width: 960px) {
  .un_case_flow.sp_only img {
    max-width: 330px;
    width: 90%;
  }
}
.un_case_flow_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 0;
}
.un_case_flow_icon {
  width: 30%;
  min-width: 250px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .un_case_flow_icon {
    min-width: inherit;
  }
}
.un_case_flow_icon.plus::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url(/wp-content/themes/breaunetwork/assets/img/icon/plus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.un_case_flow_icon img {
  max-width: 64px;
}
.un_case_flow_icon p {
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .un_case_flow_icon p {
    font-size: 16px;
  }
}
.un_case_flow_mid {
  margin: 10px 15px;
}
.un_case_flow_txt {
  margin-top: 12px;
  padding: 45px;
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .un_case_flow_txt {
    padding: 15px;
  }
}
.un_case_flow_txt p {
  max-width: 560px;
  margin: 0 auto;
  color: #C22F2F;
  text-align: left;
  display: inline-block;
}
.un_case_flow_review {
  margin: 50px 0;
  padding: 0 5%;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .un_case_flow_review {
    margin: 30px 0;
    display: block;
    padding: 0;
  }
}
.un_case_flow_review p {
  color: #393939;
  font-weight: normal;
}
.un_case_flow_review .el_reference_ttl {
  margin-bottom: 15px;
  color: #C22F2F;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .un_case_flow_review .el_reference_ttl {
    font-size: 14px;
  }
}
.un_case_flow_review img {
  width: 174px;
  height: 174px;
}
@media screen and (max-width: 960px) {
  .un_case_flow_review img {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }
}
.un_case_sample {
  padding-bottom: 45px;
  background-color: white;
  border: 1px solid #C22F2F;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .un_case_sample {
    padding-bottom: 20px;
  }
}
.un_case_sample_label {
  padding: 0 20px;
  border-radius: 20px 0px;
  background-color: #C22F2F;
  display: inline-block;
}
.un_case_sample_label p {
  color: white;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .un_case_sample_label p {
    font-size: 16px;
  }
}
.un_case_sample_cont {
  max-width: 700px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px 5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .un_case_sample_cont {
    max-width: 550px;
    align-items: end;
    gap: 30px 5px;
  }
}
.un_case_sample_icon {
  width: 30%;
  min-width: 200px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .un_case_sample_icon {
    min-width: 100px;
  }
}
.un_case_sample_icon.plus::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url(/wp-content/themes/breaunetwork/assets/img/icon/plus_black.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .un_case_sample_icon.plus::before {
    display: none;
  }
}
.un_case_sample_icon img {
  max-width: 134px;
}
@media screen and (max-width: 960px) {
  .un_case_sample_icon img {
    width: 70px;
  }
}
.un_case_sample_icon p {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* =============================================
チーム紹介
============================================= */
.un_member {
  background-color: white;
  padding-bottom: 100px;
  border-bottom: 1px solid white;
}
.un_member_cont {
  max-width: 1268px;
  margin: 130px auto 0;
  display: flex;
  gap: 95px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .un_member_cont {
    margin-top: 60px;
    gap: 10px 5px;
  }
}
.un_member_card {
  position: relative;
  width: calc((100% - 40px) / 3);
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 960px) {
  .un_member_card {
    width: calc((100% - 5px) / 2);
  }
}
.un_member_card::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #020e55;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
}
.un_member_card:nth-child(3n-1) {
  top: 45px;
}
@media screen and (max-width: 960px) {
  .un_member_card:nth-child(3n-1) {
    top: auto;
  }
}
.un_member_card_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: white;
  border-radius: 20px;
  transition: all 0.6s ease;
}
.un_member_card_cont_img {
  height: 34vw;
  max-height: 472px;
  border-radius: 10px 10px 0px 0px;
  background: top center no-repeat;
  background-size: cover;
}
.un_member_card:hover::before {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .un_member_card:hover::before {
    display: none;
  }
}
.un_member_card:hover .un_member_card_cont {
  opacity: 0.2;
}
.un_member_card_txt {
  padding: 25px 40px;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width: 960px) {
  .un_member_card_txt {
    padding: 10px;
  }
}
.un_member_card_txt p {
  font-weight: 700;
}
.un_member_card_txt_post {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .un_member_card_txt_post {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
.un_member_card_txt_furigana {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_member_card_txt_furigana {
    font-size: 10px;
    line-height: 1;
  }
}
.un_member_card_txt_name {
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  .un_member_card_txt_name {
    font-size: 16px;
  }
}
.un_member_card_modal {
  padding: 30px 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  opacity: 0;
  transition: 0.3s;
  overflow: scroll;
}
@media screen and (max-width: 960px) {
  .un_member_card_modal.pc_only {
    display: none;
  }
}
.un_member_card_modal p {
  position: relative;
}
.un_member_card:hover .un_member_card_modal {
  opacity: 1;
}

.js_more {
  padding-right: 32px;
  margin: 40px auto 0;
  display: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .js_more {
    display: inline-block;
  }
}
.js_more::before {
  content: "";
  width: 17px;
  height: 9px;
  background: url(/wp-content/themes/breaunetwork/assets/img/common/arrow_more.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.is_hidden {
  display: none;
  opacity: 0;
}

.is_show {
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* =============================================
パートナー企業様
============================================= */
.un_partner {
  background-color: white;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .un_partner {
    padding: 35px 0 40px;
  }
}
.un_partner_ttl {
  margin-bottom: 50px;
  font-size: 25px;
  color: #C22F2F;
}
.un_partner_slide_item {
  margin-right: 50px;
  text-align: center;
}
.un_partner_slide_item_img {
  width: 250px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.un_partner_slide_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.un_partner_slide p {
  padding: 5px 20px;
  color: #C22F2F;
  border: 1px solid #C22F2F;
  border-radius: 20px;
  display: inline-block;
  font-weight: 700;
}

/* =============================================
事業内容ページ
============================================= */
.un_service_intro {
  padding: 100px 0;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_service_intro {
    padding: 30px 0 50px;
  }
}
.un_service_menu {
  padding: 70px 0 140px;
}
@media screen and (max-width: 960px) {
  .un_service_menu {
    padding: 30px 0 65px;
  }
}
.un_service_menu .bl_serviceBlock {
  margin-top: 65px;
}
@media screen and (max-width: 960px) {
  .un_service_menu .bl_serviceBlock {
    margin-top: 30px;
  }
}
.un_service_voice {
  position: relative;
}
.un_service_voice_back {
  width: 100%;
  height: 300px;
  background-color: #C22F2F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.un_service_voice .el_lowerTtl {
  padding: 35px 0 50px;
}

/* =============================================
事業詳細ページ
============================================= */
.un_detail {
  /* =============================================
  補助金事業独自
  ============================================= */
  /* =============================================
  WEBマーケティング独自
  ============================================= */
}
.un_detail h1 {
  padding: 180px 0 30px;
  color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_detail h1 {
    padding: 100px 0 5px;
  }
}
.un_detail_intro_back {
  padding: 80px 0;
  background: center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .un_detail_intro_back {
    padding: 50px 0;
  }
}
.un_detail_intro p {
  margin-top: 60px;
  color: white;
}
@media screen and (max-width: 960px) {
  .un_detail_intro p {
    margin-top: 30px;
  }
}
.un_detail_intro p strong {
  font-size: 26px;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .un_detail_intro p strong {
    font-size: 20px;
  }
}
.un_detail_reason {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  .un_detail_reason {
    padding-top: 50px;
  }
}
.un_detail_reason .el_mdTtl {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .un_detail_reason .el_mdTtl {
    margin-bottom: 60px;
  }
}
.un_detail_reason .ly_inner {
  padding-bottom: 160px;
  margin-bottom: 100px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_detail_reason .ly_inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 560px) {
  .un_detail_reason .ly_inner {
    padding-bottom: 50px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.un_detail_reason_cont {
  counter-reset: item;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  gap: 80px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .un_detail_reason_cont {
    flex-direction: column;
    gap: 60px;
  }
}
.un_detail_reason_cont li {
  width: calc(50% - 25px);
  padding: 70px 30px 25px;
  position: relative;
  border-radius: 16px;
  background: white;
  box-shadow: 0px 0px 8.366px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .un_detail_reason_cont li {
    width: 100%;
    padding: 60px 15px 25px;
  }
}
@media screen and (max-width: 560px) {
  .un_detail_reason_cont li {
    padding-top: 40px;
  }
}
.un_detail_reason_cont li::before {
  width: 75px;
  height: 75px;
  counter-increment: item;
  content: "0" counter(item);
  background-color: #C22F2F;
  font-size: 25px;
  font-weight: 700;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 560px) {
  .un_detail_reason_cont li::before {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }
}
.un_detail_reason_cont li p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .un_detail_reason_cont li p:nth-child(2) {
    font-size: 16px;
  }
}
.un_detail_reason_cont img {
  margin-bottom: 20px;
  max-width: 89px;
  max-height: 64px;
}
.un_detail_reason_sub {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .un_detail_reason_sub {
    max-width: 350px;
  }
}
.un_detail_pr_img {
  width: 100%;
  padding-top: 32%;
  background: center center no-repeat;
  background-size: cover;
}
.un_detail_pr_txt {
  padding: 80px 0;
  background-color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_detail_pr_txt .pc_only {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .un_detail_pr_txt {
    padding: 30px 0 50px;
  }
}
.un_detail_pr_txt > * {
  color: white;
}
.un_detail_pr_txt_main {
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .un_detail_pr_txt_main {
    margin-top: 30px;
  }
}
.un_detail_qa {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .un_detail_qa {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .un_detail_qa .el_mdTtl {
    margin-bottom: 30px;
  }
}
.un_detail_qa li {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .un_detail_qa li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .un_detail_qa li > p {
    line-height: 1.5;
  }
}
.un_detail_qa_q {
  margin-bottom: 20px;
  padding-left: 54px;
  font-weight: 700;
  color: #C22F2F;
  position: relative;
}
@media screen and (max-width: 560px) {
  .un_detail_qa_q {
    padding-left: 47px;
  }
}
.un_detail_qa_q::before {
  width: 37px;
  height: 37px;
  content: "";
  background: url(/wp-content/themes/blp/assets/img/icon/icon_q.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .un_detail_qa_q::before {
    top: -5px;
  }
}
.un_detail_banner {
  padding: 60px 0;
  background-color: #C22F2F;
  text-align: center;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}
.un_detail_banner h2 {
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  .un_detail_banner h2 {
    font-size: 20px;
  }
}
.un_detail_banner_txt {
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  .un_detail_banner_txt {
    margin: 30px 0;
  }
}
.un_detail_banner_txt_link {
  margin-top: 30px;
}
.un_detail_banner_txt_link a {
  border-bottom: 1px solid white;
  display: inline-block;
  color: white;
}
.un_detail.hojyokin .un_detail_pr_txt {
  padding-bottom: 226px;
}
@media screen and (max-width: 560px) {
  .un_detail.hojyokin .un_detail_pr_txt {
    padding-bottom: 180px;
  }
}
.un_detail .un_detail_voice {
  margin-bottom: -100px;
}
.un_detail .el_bannerTtl {
  margin: 15px 0 40px;
}
.un_detail.un_detail_web .un_detail_web_intro {
  padding: 100px 0;
  background-color: #C22F2F;
}
@media screen and (max-width: 960px) {
  .un_detail.un_detail_web .un_detail_web_intro {
    padding: 50px 0;
  }
}
.un_detail.un_detail_web .un_detail_web_intro .un_topService_detail_txt,
.un_detail.un_detail_web .un_detail_web_intro .el_mdTtl .el_mdTtl_small {
  color: white;
}
.un_detail.un_detail_web .un_topService_detail {
  border-color: white;
}
@media screen and (max-width: 960px) {
  .un_detail.un_detail_web .un_detail_reason .ly_inner {
    padding-bottom: 0;
  }
}
.un_detail.un_detail_web .un_detail_reason_cont {
  display: block;
}
.un_detail.un_detail_web .un_detail_reason_cont li {
  padding: 60px 30px;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10%;
  font-weight: 700;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .un_detail.un_detail_web .un_detail_reason_cont li {
    padding: 50px 15px 25px;
    flex-direction: column;
  }
}
@media screen and (max-width: 560px) {
  .un_detail.un_detail_web .un_detail_reason_cont li {
    padding-top: 40px;
  }
}
.un_detail.un_detail_web .un_detail_reason_cont li::before {
  left: 0;
}
@media screen and (max-width: 960px) {
  .un_detail.un_detail_web .un_detail_reason_cont li::before {
    left: 50%;
  }
}
.un_detail.un_detail_web .un_detail_reason_cont li .un_detail_reason_ttl {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .un_detail.un_detail_web .un_detail_reason_cont li .un_detail_reason_ttl {
    width: 100%;
  }
}
.un_detail.un_detail_web .un_detail_reason_cont li > p {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .un_detail.un_detail_web .un_detail_reason_cont li > p {
    width: 100%;
  }
}
.un_detail_flow img {
  margin: 80px auto;
}
.un_detail_flow img.sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .un_detail_flow img {
    margin: 30px auto 50px;
  }
  .un_detail_flow img.pc_only {
    display: none;
  }
  .un_detail_flow img.sp_only {
    width: 80%;
    max-width: 300px;
    margin-bottom: 20px;
    display: block;
  }
}
.un_detail_flow_txt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .un_detail_flow_txt {
    flex-direction: column;
  }
}
.un_detail_flow_txt li {
  width: 33.3333333333%;
  padding: 0 20px;
  border-right: 1px solid #D1D1D1;
}
@media screen and (max-width: 960px) {
  .un_detail_flow_txt li {
    padding: 30px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D1D1D1;
  }
}
.un_detail_flow_txt li:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .un_detail_flow_txt li:last-child {
    border: none;
  }
}
.un_detail_flow_txt_ttl {
  margin-bottom: 30px;
  color: #C22F2F;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .un_detail_flow_txt_ttl {
    margin-bottom: 10px;
  }
}
/* =============================================
Bマッチメーカー独自
============================================= */
.b_matchmaker.un_detail_banner {
  background: url(/wp-content/themes/blp/assets/img/service/b_matchmaker.png) center center no-repeat;
  background-size: cover;
  background-color: white;
}
.b_matchmaker.un_detail_banner .b_matchmaker_ttl {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .b_matchmaker.un_detail_banner .b_matchmaker_ttl {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.b_matchmaker.un_detail_banner .b_matchmaker_subTtl {
  font-size: 14px;
}
.b_matchmaker.un_detail_banner .el_btn {
  margin-top: 30px;
}

/*============== Width ==============*/
.hp_w5 {
  width: 5%;
  margin: 0 auto;
}

.hp_w10 {
  width: 10%;
  margin: 0 auto;
}

.hp_w15 {
  width: 15%;
  margin: 0 auto;
}

.hp_w20 {
  width: 20%;
  margin: 0 auto;
}

.hp_w25 {
  width: 25%;
  margin: 0 auto;
}

.hp_w30 {
  width: 30%;
  margin: 0 auto;
}

.hp_w35 {
  width: 35%;
  margin: 0 auto;
}

.hp_w40 {
  width: 40%;
  margin: 0 auto;
}

.hp_w45 {
  width: 45%;
  margin: 0 auto;
}

.hp_w50 {
  width: 50%;
  margin: 0 auto;
}

.hp_w55 {
  width: 55%;
  margin: 0 auto;
}

.hp_w60 {
  width: 60%;
  margin: 0 auto;
}

.hp_w65 {
  width: 65%;
  margin: 0 auto;
}

.hp_w70 {
  width: 70%;
  margin: 0 auto;
}

.hp_w75 {
  width: 75%;
  margin: 0 auto;
}

.hp_w80 {
  width: 80%;
  margin: 0 auto;
}

.hp_w85 {
  width: 85%;
  margin: 0 auto;
}

.hp_w90 {
  width: 90%;
  margin: 0 auto;
}

.hp_w95 {
  width: 95%;
  margin: 0 auto;
}

.hp_w100 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .hp_w5 {
    width: 90%;
  }
  .hp_w10 {
    width: 90%;
  }
  .hp_w15 {
    width: 90%;
  }
  .hp_w20 {
    width: 90%;
  }
  .hp_w25 {
    width: 90%;
  }
  .hp_w30 {
    width: 90%;
  }
  .hp_w35 {
    width: 90%;
  }
  .hp_w40 {
    width: 90%;
  }
  .hp_w45 {
    width: 90%;
  }
  .hp_w50 {
    width: 90%;
  }
  .hp_w55 {
    width: 90%;
  }
  .hp_w60 {
    width: 90%;
  }
  .hp_w65 {
    width: 90%;
  }
  .hp_w70 {
    width: 90%;
  }
  .hp_w75 {
    width: 90%;
  }
  .hp_w80 {
    width: 90%;
  }
  .hp_w85 {
    width: 90%;
  }
  .hp_w90 {
    width: 90%;
  }
  .hp_w95 {
    width: 90%;
  }
  .hp_w100 {
    width: 90%;
  }
}
/*============== Padding・Margin ==============*/
.hp_pdb_10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_10 {
    padding-bottom: 5px;
  }
}

.hp_mgt_10 {
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_10 {
    margin-top: 5px;
  }
}

.hp_mgr_10 {
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_10 {
    margin-right: 5px;
  }
}

.hp_mgb_10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_10 {
    margin-bottom: 5px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_20 {
    padding-bottom: 10px;
  }
}

.hp_mgt_20 {
  margin-top: 20px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_20 {
    margin-top: 10px;
  }
}

.hp_mgr_20 {
  margin-right: 20px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_20 {
    margin-right: 10px;
  }
}

.hp_mgb_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_20 {
    margin-bottom: 10px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_30 {
    padding-bottom: 15px;
  }
}

.hp_mgt_30 {
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_30 {
    margin-top: 15px;
  }
}

.hp_mgr_30 {
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_30 {
    margin-right: 15px;
  }
}

.hp_mgb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_30 {
    margin-bottom: 15px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_40 {
    padding-bottom: 20px;
  }
}

.hp_mgt_40 {
  margin-top: 40px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_40 {
    margin-top: 20px;
  }
}

.hp_mgr_40 {
  margin-right: 40px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_40 {
    margin-right: 20px;
  }
}

.hp_mgb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_40 {
    margin-bottom: 20px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_50 {
    padding-bottom: 25px;
  }
}

.hp_mgt_50 {
  margin-top: 50px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_50 {
    margin-top: 25px;
  }
}

.hp_mgr_50 {
  margin-right: 50px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_50 {
    margin-right: 25px;
  }
}

.hp_mgb_50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_50 {
    margin-bottom: 25px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_60 {
    padding-bottom: 30px;
  }
}

.hp_mgt_60 {
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_60 {
    margin-top: 30px;
  }
}

.hp_mgr_60 {
  margin-right: 60px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_60 {
    margin-right: 30px;
  }
}

.hp_mgb_60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_60 {
    margin-bottom: 30px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_70 {
    padding-bottom: 35px;
  }
}

.hp_mgt_70 {
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_70 {
    margin-top: 35px;
  }
}

.hp_mgr_70 {
  margin-right: 70px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_70 {
    margin-right: 35px;
  }
}

.hp_mgb_70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_70 {
    margin-bottom: 35px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_80 {
    padding-bottom: 40px;
  }
}

.hp_mgt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_80 {
    margin-top: 40px;
  }
}

.hp_mgr_80 {
  margin-right: 80px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_80 {
    margin-right: 40px;
  }
}

.hp_mgb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_80 {
    margin-bottom: 40px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_90 {
    padding-bottom: 45px;
  }
}

.hp_mgt_90 {
  margin-top: 90px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_90 {
    margin-top: 45px;
  }
}

.hp_mgr_90 {
  margin-right: 90px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_90 {
    margin-right: 45px;
  }
}

.hp_mgb_90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_90 {
    margin-bottom: 45px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_100 {
    padding-bottom: 50px;
  }
}

.hp_mgt_100 {
  margin-top: 100px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_100 {
    margin-top: 50px;
  }
}

.hp_mgr_100 {
  margin-right: 100px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_100 {
    margin-right: 50px;
  }
}

.hp_mgb_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_100 {
    margin-bottom: 50px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_110 {
    padding-bottom: 55px;
  }
}

.hp_mgt_110 {
  margin-top: 110px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_110 {
    margin-top: 55px;
  }
}

.hp_mgr_110 {
  margin-right: 110px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_110 {
    margin-right: 55px;
  }
}

.hp_mgb_110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_110 {
    margin-bottom: 55px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_120 {
    padding-bottom: 60px;
  }
}

.hp_mgt_120 {
  margin-top: 120px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_120 {
    margin-top: 60px;
  }
}

.hp_mgr_120 {
  margin-right: 120px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_120 {
    margin-right: 60px;
  }
}

.hp_mgb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_120 {
    margin-bottom: 60px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_130 {
    padding-bottom: 65px;
  }
}

.hp_mgt_130 {
  margin-top: 130px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_130 {
    margin-top: 65px;
  }
}

.hp_mgr_130 {
  margin-right: 130px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_130 {
    margin-right: 65px;
  }
}

.hp_mgb_130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_130 {
    margin-bottom: 65px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_140 {
    padding-bottom: 70px;
  }
}

.hp_mgt_140 {
  margin-top: 140px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_140 {
    margin-top: 70px;
  }
}

.hp_mgr_140 {
  margin-right: 140px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_140 {
    margin-right: 70px;
  }
}

.hp_mgb_140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_140 {
    margin-bottom: 70px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_150 {
    padding-bottom: 75px;
  }
}

.hp_mgt_150 {
  margin-top: 150px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_150 {
    margin-top: 75px;
  }
}

.hp_mgr_150 {
  margin-right: 150px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_150 {
    margin-right: 75px;
  }
}

.hp_mgb_150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_150 {
    margin-bottom: 75px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_160 {
    padding-bottom: 80px;
  }
}

.hp_mgt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_160 {
    margin-top: 80px;
  }
}

.hp_mgr_160 {
  margin-right: 160px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_160 {
    margin-right: 80px;
  }
}

.hp_mgb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_160 {
    margin-bottom: 80px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_170 {
    padding-bottom: 85px;
  }
}

.hp_mgt_170 {
  margin-top: 170px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_170 {
    margin-top: 85px;
  }
}

.hp_mgr_170 {
  margin-right: 170px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_170 {
    margin-right: 85px;
  }
}

.hp_mgb_170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_170 {
    margin-bottom: 85px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_180 {
    padding-bottom: 90px;
  }
}

.hp_mgt_180 {
  margin-top: 180px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_180 {
    margin-top: 90px;
  }
}

.hp_mgr_180 {
  margin-right: 180px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_180 {
    margin-right: 90px;
  }
}

.hp_mgb_180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_180 {
    margin-bottom: 90px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_190 {
    padding-bottom: 95px;
  }
}

.hp_mgt_190 {
  margin-top: 190px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_190 {
    margin-top: 95px;
  }
}

.hp_mgr_190 {
  margin-right: 190px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_190 {
    margin-right: 95px;
  }
}

.hp_mgb_190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_190 {
    margin-bottom: 95px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_200 {
    padding-bottom: 100px;
  }
}

.hp_mgt_200 {
  margin-top: 200px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_200 {
    margin-top: 100px;
  }
}

.hp_mgr_200 {
  margin-right: 200px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_200 {
    margin-right: 100px;
  }
}

.hp_mgb_200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_200 {
    margin-bottom: 100px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

/* =============================================
改行調整
============================================= */
.hp_inline_block {
  display: inline-block;
}

/* =============================================
レスポンシブ表示
============================================= */
@media screen and (max-width: 960px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_only {
    display: block;
  }
}

/* =============================================
フォント
============================================= */
.hp_fc_w {
  color: white;
}

.hp_fc_orage {
  color: #C22F2F;
}

.hp_fs_small {
  font-size: 12px;
}

.hp_txa_center {
  text-align: center;
}

/* =============================================
背景
============================================= */
.hp_bg_base {
  background-color: #C22F2F;
}

.hp_bg_white {
  background-color: white;
}

/* =============================================
FVのレイアウト
============================================= */
#fv {
  padding: 90px 0 40px;
}

.un_fv {
  width: 75%;
  padding-top: 44%;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .un_fv {
    padding-top: 60%;
  }
}
@media screen and (max-width: 560px) {
  .un_fv {
    padding-top: 75%;
  }
}
.un_fv_img {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/blp/assets/img/fv/fv_1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px 0 0 20px;
}

.un_fv_txt {
  height: 100%;
}

.fv_red {
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  font-size: 43px;
  font-weight: 700;
  color: #C22F2F;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .fv_red {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .fv_red {
    top: 75%;
    left: -25%;
  }
}
.fv_red.un_fv_txt_sub {
  transform: translateY(calc(-50% + 130px));
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .fv_red.un_fv_txt_sub {
    transform: translateY(calc(-50% + 100px));
  }
}

.fv_white {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv_white::after {
  content: "お客様の夢の実現のために \a最善を尽くします。";
  white-space: pre;
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  font-size: 43px;
  font-weight: 700;
  color: white;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .fv_white::after {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .fv_white::after {
    top: 75%;
    left: -25%;
  }
}
.fv_white.un_fv_txt_sub::after {
  content: "We will do our best \ato make your dreams come true.";
  transform: translateY(calc(-50% + 130px));
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .fv_white.un_fv_txt_sub::after {
    transform: translateY(calc(-50% + 100px));
  }
}

/* =============================================
FVのテキストアニメーション
============================================= */
.un_fv_txtAnimation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
@media screen and (max-width: 560px) {
  .un_fv_txtAnimation {
    top: 20px;
  }
}
.un_fv_txtAnimation.txtAnimation_white {
  overflow: hidden;
}
.un_fv_txtAnimation_item {
  display: flex;
  position: relative;
  animation: loop 180s linear infinite both;
}
.un_fv_txtAnimation_item li {
  width: 4450px;
  height: 106px;
}
@media screen and (max-width: 960px) {
  .un_fv_txtAnimation_item li {
    width: 3000px;
    height: 62px;
  }
}
@media screen and (max-width: 560px) {
  .un_fv_txtAnimation_item1 {
    position: relative;
    top: -13px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* =============================================
フワッとフェードイン
============================================= */
.fadein, .fadein_stay {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* =============================================
スライドイン
============================================= */
.container {
  overflow: hidden;
}

.slidein {
  /* 装飾に関わるスタイルは省略 */
  margin: 50px auto;
  transition: 2s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left {
  transform: translateX(calc(-50vw - 50%));
}

.slide_right {
  transform: translateX(calc(50vw + 50%));
}

.show {
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */