@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

html {
  font-size: 0.694444vw;
  scroll-padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 6rem;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

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

img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.bd_inner {
  width: calc(100% - 36rem);
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bd_inner {
    width: 92%;
    max-width: none;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ======================================================================
 header
====================================================================== */
.bd_header {
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  height: 8rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .bd_header {
    height: 6rem;
  }
}
.bd_header_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_header_logo {
    transition: none;
  }
}
.bd_header_logo:hover, .bd_header_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_header_logo:hover, .bd_header_logo:hover img {
    opacity: 1;
  }
}
.bd_header_logo {
  width: 22rem;
}
@media screen and (max-width: 768px) {
  .bd_header_logo {
    width: 15rem;
  }
}
.bd_header_menu {
  position: relative;
  width: 3rem;
  height: 2rem;
  cursor: pointer;
  z-index: 100;
}
.bd_header_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #EB581B;
  transition: 0.3s;
  transform-origin: center;
}
.bd_header_menu span:nth-child(1) {
  top: 0;
}
.bd_header_menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.bd_header_menu span:nth-child(3) {
  bottom: 0;
}
.bd_header_menu._active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.bd_header_menu._active span:nth-child(2) {
  opacity: 0;
}
.bd_header_menu._active span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.bd_header_menu._active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.bd_header_menu._active span:nth-child(2) {
  opacity: 0;
}
.bd_header_menu._active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 50%;
}
@media screen and (max-width: 768px) {
  .bd_header_cont {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 6rem;
    width: 100%;
    height: 100vh;
  }
}
.bd_header_cont_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_top {
    flex-direction: column;
    order: 2;
    padding: 4% 0;
  }
}
.bd_header_cont_top_tel {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  background: url(../img/common/ico_tel.svg) no-repeat 0 50%;
  background-size: 2.2rem;
  font-size: 3.2rem;
  padding-left: 3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_top_tel {
    pointer-events: inherit;
  }
}
.bd_header_cont_top_txt {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_top_txt {
    margin-top: 1rem;
  }
}
.bd_header_cont_top_sns {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_top_sns {
    margin: 4% 0 0;
  }
}
.bd_header_cont_top_sns_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_top_sns_box {
    transition: none;
  }
}
.bd_header_cont_top_sns_box:hover, .bd_header_cont_top_sns_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_top_sns_box:hover, .bd_header_cont_top_sns_box:hover img {
    opacity: 1;
  }
}
.bd_header_cont_top_sns_box {
  width: 2.6rem;
  margin-left: 1.5rem;
}
.bd_header_cont_btm {
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_btm {
    display: block;
    padding: 0 4%;
    margin-top: 0;
  }
}
.bd_header_cont_btm_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_btm_box {
    transition: none;
  }
}
.bd_header_cont_btm_box:hover, .bd_header_cont_btm_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_btm_box:hover, .bd_header_cont_btm_box:hover img {
    opacity: 1;
  }
}
.bd_header_cont_btm_box {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .bd_header_cont_btm_box {
    display: block;
    font-size: 1.4rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #c1c1c1;
    background: url(../img/common/arw_r_or.svg) no-repeat 100% 50%;
    background-size: 1.2rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.bd_footer {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_footer {
    margin-top: 20%;
  }
}
.bd_footer_bg {
  background: #180903;
  padding: 5rem 10rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_bg {
    padding: 4% 4% 7%;
  }
}
.bd_footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bd_footer_top {
    position: relative;
    display: block;
  }
}
.bd_footer_top_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_logo {
    transition: none;
  }
}
.bd_footer_top_logo:hover, .bd_footer_top_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_logo:hover, .bd_footer_top_logo:hover img {
    opacity: 1;
  }
}
.bd_footer_top_logo {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_logo {
    display: block;
    width: 20rem;
    margin: 0 0 4%;
  }
}
.bd_footer_top_add {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_add {
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
    font-size: 1.2rem;
  }
}
.bd_footer_top_add a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_add a {
    pointer-events: inherit;
  }
}
.bd_footer_top_sns {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_sns {
    justify-content: center;
    margin: 4% auto;
  }
}
.bd_footer_top_sns_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_sns_box {
    transition: none;
  }
}
.bd_footer_top_sns_box:hover, .bd_footer_top_sns_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_sns_box:hover, .bd_footer_top_sns_box:hover img {
    opacity: 1;
  }
}
.bd_footer_top_sns_box {
  width: 3rem;
  margin-left: 1.5rem;
}
.bd_footer_top_mark {
  box-sizing: border-box;
  background: #fff;
  border-radius: 1rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 10rem;
  }
}
.bd_footer_top_mark_box {
  padding: 1rem;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_top_mark_box {
    width: 50%;
    padding: 0.5rem;
  }
}
.bd_footer_btm {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm {
    display: block;
    margin-top: 7%;
  }
}
.bd_footer_btm_menu {
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu {
    width: 100%;
  }
}
.bd_footer_btm_menu_ttl {
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 1.3;
  padding-left: 1.5rem;
}
.bd_footer_btm_menu_ttl::before {
  content: "";
  display: block;
  background: #EB581B;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  margin-top: -0.3rem;
}
.bd_footer_btm_menu a.bd_footer_btm_menu_ttl {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu a.bd_footer_btm_menu_ttl {
    transition: none;
  }
}
.bd_footer_btm_menu a.bd_footer_btm_menu_ttl:hover, .bd_footer_btm_menu a.bd_footer_btm_menu_ttl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu a.bd_footer_btm_menu_ttl:hover, .bd_footer_btm_menu a.bd_footer_btm_menu_ttl:hover img {
    opacity: 1;
  }
}
.bd_footer_btm_menu a.bd_footer_btm_menu_ttl {
  border-bottom: 1px solid #493d38;
  background: url(../img/common/arw_r_wh2.svg) no-repeat 100% 50%;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu a.bd_footer_btm_menu_ttl {
    background-position: 98% 50%;
  }
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu div.bd_footer_btm_menu_ttl {
    border-bottom: 1px solid #493d38;
  }
  .bd_footer_btm_menu div.bd_footer_btm_menu_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
    right: 0.8rem;
    margin-top: -0.3rem;
  }
}
.bd_footer_btm_menu div.bd_footer_btm_menu_ttl._active {
  border-bottom: none;
}
.bd_footer_btm_menu div.bd_footer_btm_menu_ttl._active::after {
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu_sub {
    display: none;
    margin-left: 1.5rem;
  }
}
.bd_footer_btm_menu_sub_box {
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu_sub_box {
    transition: none;
  }
}
.bd_footer_btm_menu_sub_box:hover, .bd_footer_btm_menu_sub_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu_sub_box:hover, .bd_footer_btm_menu_sub_box:hover img {
    opacity: 1;
  }
}
.bd_footer_btm_menu_sub_box {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #493d38;
  background: url(../img/common/arw_r_wh2.svg) no-repeat 100% 50%;
  background-size: 1rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .bd_footer_btm_menu_sub_box {
    background-position: 98% 50%;
  }
}
.bd_footer_link {
  display: flex;
  gap: 2rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_link {
    margin-top: 7%;
  }
}
.bd_footer_link_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_footer_link_box {
    transition: none;
  }
}
.bd_footer_link_box:hover, .bd_footer_link_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_footer_link_box:hover, .bd_footer_link_box:hover img {
    opacity: 1;
  }
}
.bd_footer_link_box {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_link_box {
    font-size: 1.2rem;
  }
}
.bd_footer_copy {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  text-align: center;
  font-size: 1.4rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_footer_copy {
    font-size: 1.2rem;
    padding: 1rem;
  }
}

/* ======================================================================
 main
====================================================================== */
.bd_main {
  background: #f5f5f5;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .bd_main {
    margin-top: 6rem;
  }
}
.bd_breadcrumb {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .bd_breadcrumb {
    overflow-x: scroll;
    padding: 1.5rem 0;
  }
}
.bd_breadcrumb ol {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bd_breadcrumb ol {
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .bd_breadcrumb ol li {
    font-size: 1.2rem;
  }
}
.bd_breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 0.5rem;
}
.bd_breadcrumb ol li:last-child span {
  color: #AAA;
}
.bd_breadcrumb ol li a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_breadcrumb ol li a {
    transition: none;
  }
}
.bd_breadcrumb ol li a:hover, .bd_breadcrumb ol li a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_breadcrumb ol li a:hover, .bd_breadcrumb ol li a:hover img {
    opacity: 1;
  }
}
.bd_btn {
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_btn {
    transition: none;
  }
}
.bd_btn:hover, .bd_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_btn:hover, .bd_btn:hover img {
    opacity: 1;
  }
}
.bd_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB581B;
  color: #fff;
  margin: 0 auto;
  width: 50rem;
  height: 6rem;
  border-radius: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bd_btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.bd_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  right: 3rem;
  margin-top: -0.4rem;
}
@media screen and (max-width: 768px) {
  .bd_btn::after {
    right: 2rem;
  }
}
.bd_btn._wt {
  background: #fff;
  color: #EB581B;
}
.bd_btn._wt::after {
  border-top-color: #EB581B;
  border-right-color: #EB581B;
}
.bd_ttl01 {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .bd_ttl01 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.bd_ttl01 span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-weight: normal;
  color: #EB581B;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_ttl01 span {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.bd_under_mv {
  background: #EB581B;
  color: #fff;
  border-radius: 2rem;
  margin: 0 3rem 5rem;
  padding: 5rem 13rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv {
    margin: 0 auto 10%;
    width: 92%;
    padding: 4%;
  }
}
.bd_under_mv_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_cont {
    display: block;
  }
}
.bd_under_mv_img {
  overflow: hidden;
  border-radius: 2rem;
  order: 2;
  text-align: center;
  background: #fff;
  width: 51.5rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_img {
    width: 100%;
    border-radius: 1.6rem;
  }
}
.bd_under_mv_img img {
  object-fit: cover;
  max-width: 100%;
  width: auto;
  height: 44.5rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_img img {
    width: 100%;
    height: 20rem;
  }
}
.bd_under_mv_en {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_en {
    font-size: 1.2rem;
  }
}
.bd_under_mv a.bd_under_mv_en {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_under_mv a.bd_under_mv_en {
    transition: none;
  }
}
.bd_under_mv a.bd_under_mv_en:hover, .bd_under_mv a.bd_under_mv_en:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_under_mv a.bd_under_mv_en:hover, .bd_under_mv a.bd_under_mv_en:hover img {
    opacity: 1;
  }
}
.bd_under_mv_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_ttl {
    font-size: 2rem;
  }
}
.bd_under_mv_txt {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_txt {
    margin-top: 2rem;
  }
}
.bd_under_mv_txt strong {
  font-weight: 700;
}
.bd_under_mv_txt a {
  color: #fff;
  text-decoration: underline;
}
.bd_under_mv_txt a:hover {
  text-decoration: none;
}
.bd_under_mv_link {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_link {
    transition: none;
  }
}
.bd_under_mv_link:hover, .bd_under_mv_link:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_link:hover, .bd_under_mv_link:hover img {
    opacity: 1;
  }
}
.bd_under_mv_link {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin-top: 3rem;
  word-break: break-all;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_link {
    margin-top: 2rem;
  }
}
.bd_under_mv_desc {
  width: 56rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_desc {
    width: 100%;
    margin-top: 4%;
  }
}
.bd_under_mv_anchor {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_anchor {
    margin-top: 4%;
  }
}
.bd_under_mv_anchor_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_anchor_box {
    transition: none;
  }
}
.bd_under_mv_anchor_box:hover, .bd_under_mv_anchor_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_anchor_box:hover, .bd_under_mv_anchor_box:hover img {
    opacity: 1;
  }
}
.bd_under_mv_anchor_box {
  background: #fff url(../img/common/check_or.svg) no-repeat 1.8rem 50%;
  background-size: 2.4rem;
  color: #EB581B;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  border-radius: 6rem;
  font-size: 2.6rem;
  margin-top: 1rem;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .bd_under_mv_anchor_box {
    font-size: 1.6rem;
    background-position: 1.2rem 50%;
    background-size: 1.6rem;
    height: 4rem;
    padding: 0 3.5rem;
  }
}

/* ======================================================================
 top
====================================================================== */
.js-reveal-card {
  position: relative;
  overflow: hidden;
  --reveal-bg: #EB581B;
}

.js-reveal-group {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.js-reveal-group._active {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal-card .js-reveal-content {
  opacity: 0;
  will-change: opacity;
}

.js-reveal-card .js-reveal-content:not(img) {
  transition: opacity 0.2s linear;
}

.js-reveal-card img.js-reveal-content {
  transition: opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s;
}

.js-reveal-card .js-reveal-overlay {
  pointer-events: none;
  position: absolute;
  top: -24%;
  right: -46%;
  bottom: -24%;
  left: -46%;
  z-index: 2;
  background: var(--reveal-bg);
  backface-visibility: hidden;
  will-change: transform;
  transform: translateX(-142%) skewX(-20deg) scale(1.5);
}

.js-reveal-card._active .js-reveal-content {
  opacity: 1;
  transition-delay: 0.78s;
}

.js-reveal-card._active img.js-reveal-content {
  transition: opacity 0.2s linear 0.78s, transform 0.2s ease-in-out 0s;
}

.js-reveal-card._active .js-reveal-overlay {
  animation-name: bdMaskStart, bdMaskEnd;
  animation-duration: 1.12s, 1.12s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0s, 0.84s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.bd_under_mv_img.js-reveal-card {
  --reveal-bg: #FDEEE8;
  background: transparent;
  transition: background-color 0.01s linear 0s;
}

.bd_under_mv_img.js-reveal-card._active {
  background: #fff;
  transition-delay: 0.78s;
}

.bd_top_mv_box {
  height: 78rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bd_top_mv_box {
    height: 21rem;
  }
}
.bd_top_mv_video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd_top_mv_video._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .bd_top_mv_video {
    height: auto;
  }
  .bd_top_mv_video._pc {
    display: none;
  }
  .bd_top_mv_video._sp {
    display: block;
  }
}
.bd_top_news {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .bd_top_news {
    padding: 4rem 0;
  }
}
.bd_top_news_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bd_top_news_cont {
    display: block;
  }
}
.bd_top_news_top {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_top {
    position: relative;
    width: auto;
  }
}
.bd_top_news_top_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_top_ttl {
    font-size: 2rem;
  }
}
.bd_top_news_top_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  color: #EB581B;
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_top_ttl span {
    font-size: 1.4rem;
  }
}
.bd_top_news_top_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_news_top_btn {
    transition: none;
  }
}
.bd_top_news_top_btn:hover, .bd_top_news_top_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_news_top_btn:hover, .bd_top_news_top_btn:hover img {
    opacity: 1;
  }
}
.bd_top_news_top_btn {
  display: block;
  background: url(../img/common/arw_r_or.svg) no-repeat 100% 20%;
  border-bottom: 1px solid #333;
  background-size: 1.3rem;
  margin-top: 5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_top_btn {
    position: absolute;
    right: 0;
    top: 1rem;
    margin-top: 0;
    font-size: 1.4rem;
    padding: 0 2rem 1rem 0;
  }
}
.bd_top_news_btm {
  border-top: 1px solid #DDD;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm {
    width: auto;
    margin-top: 4rem;
  }
}
.bd_top_news_btm_tab {
  display: flex;
  border-bottom: 1px solid #DDD;
  gap: 1.5rem;
}
.bd_top_news_btm_tab_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_tab_btn {
    transition: none;
  }
}
.bd_top_news_btm_tab_btn:hover, .bd_top_news_btm_tab_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_tab_btn:hover, .bd_top_news_btm_tab_btn:hover img {
    opacity: 1;
  }
}
.bd_top_news_btm_tab_btn {
  cursor: pointer;
  padding-bottom: 1.5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_tab_btn {
    font-size: 1.2rem;
    margin-right: 0;
  }
}
.bd_top_news_btm_tab_btn._active {
  color: #EB581B;
  border-bottom: 2px solid #EB581B;
}
.bd_top_news_btm_list_box {
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_box {
    padding: 1.5rem 0;
  }
}
.bd_top_news_btm_list_top {
  display: flex;
  align-items: center;
}
.bd_top_news_btm_list_top_date {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_top_date {
    margin-right: 1rem;
  }
}
.bd_top_news_btm_list_top_cate {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_top_cate {
    transition: none;
  }
}
.bd_top_news_btm_list_top_cate:hover, .bd_top_news_btm_list_top_cate:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_top_cate:hover, .bd_top_news_btm_list_top_cate:hover img {
    opacity: 1;
  }
}
.bd_top_news_btm_list_top_cate {
  background: #EB581B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  min-width: 12rem;
  height: 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_top_cate {
    font-size: 1rem;
    min-width: 8rem;
    height: 1.5rem;
  }
}
.bd_top_news_btm_list_btm {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_btm {
    transition: none;
  }
}
.bd_top_news_btm_list_btm:hover, .bd_top_news_btm_list_btm:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_news_btm_list_btm:hover, .bd_top_news_btm_list_btm:hover img {
    opacity: 1;
  }
}
.bd_top_news_btm_list_btm {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.7;
  margin-top: 1rem;
}
.bd_top_about {
  background: url(../img/top/about_bg.jpg) no-repeat 50% 0;
  background-size: 100%;
  padding: 0 6rem 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about {
    padding: 0 4% 10%;
    background-size: 200%;
    background-position: 0 0;
  }
}
.bd_top_about_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 28rem;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_ttl {
    height: auto;
    padding: 14% 0;
    font-size: 2rem;
  }
}
.bd_top_about_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_ttl span {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.bd_top_about_cont {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_cont {
    padding: 10% 4%;
  }
}
.bd_top_about_cont_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #EB581B;
  font-size: 3.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bd_top_about_cont_ttl {
    font-size: 1.8rem;
  }
}
.bd_top_about_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 7rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list {
    margin-top: 10%;
    margin-bottom: 10%;
    display: block;
  }
}
.bd_top_about_list_btn {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_btn {
    display: block;
    width: 100%;
    height: 20rem;
    margin-top: 4%;
  }
}
.bd_top_about_list_btn:hover img {
  transform: scale(1.1);
}
.bd_top_about_list_btn img {
  display: block;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_btn img {
    object-fit: cover;
    height: 100%;
  }
}
.bd_top_about_list_btn {
  --reveal-bg: #EB581B;
}
.bd_top_about_list_btn._w100 {
  width: 100%;
}
.bd_top_about_list_btn._w100 .bd_top_about_list_ttl {
  position: static;
  text-align: left;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_btn._w100 .bd_top_about_list_ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.bd_top_about_list_btn_box {
  position: absolute;
  display: flex;
  z-index: 1;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 5rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_btn_box {
    box-sizing: border-box;
    left: 0;
    text-align: center;
    padding: 0 4%;
  }
}
.bd_top_about_list_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_ttl {
    bottom: 2rem;
  }
}
.bd_top_about_list_en {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_en {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.bd_top_about_list_txt {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_list_txt {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.bd_top_about_menu {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  margin: 7rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_menu {
    display: block;
    margin: 10% 0;
  }
}
.bd_top_about_menu_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_about_menu_btn {
    transition: none;
  }
}
.bd_top_about_menu_btn:hover, .bd_top_about_menu_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_about_menu_btn:hover, .bd_top_about_menu_btn:hover img {
    opacity: 1;
  }
}
.bd_top_about_menu_btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #E4DFDD url(../img/common/arw_r_or.svg) no-repeat 95% 50%;
  background-size: 1.3rem;
  width: 33.33%;
  height: 10rem;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .bd_top_about_menu_btn {
    width: 100%;
    height: 5rem;
    margin-top: 2%;
    padding: 0 2rem;
  }
}
.bd_top_service {
  position: relative;
  background: #FDEEE8;
  display: flex;
  justify-content: flex-end;
  height: 100rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service {
    height: auto;
    flex-direction: column;
    padding: 10% 0;
  }
}
.bd_top_service_ttl {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_service_ttl {
    transition: none;
  }
}
.bd_top_service_ttl:hover, .bd_top_service_ttl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_service_ttl:hover, .bd_top_service_ttl:hover img {
    opacity: 1;
  }
}
.bd_top_service_ttl {
  position: absolute;
  z-index: 1;
  left: 12rem;
  top: 7rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_ttl {
    width: fit-content;
    position: relative;
    left: auto;
    top: auto;
    padding: 0 8rem 0 4%;
  }
}
.bd_top_service_ttl::before, .bd_top_service_ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: -7rem;
  top: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_ttl::before, .bd_top_service_ttl::after {
    right: 4%;
  }
}
.bd_top_service_ttl::before {
  background: #EB581B;
  z-index: 1;
}
.bd_top_service_ttl::after {
  z-index: 2;
  background: url(../img/common/arw_r_wh.svg) no-repeat 50% 50%;
  background-size: 1.5rem;
}
.bd_top_service_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  display: block;
  font-size: 6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_ttl span {
    font-size: 5rem;
    margin-bottom: 0.5rem;
  }
}
.bd_top_service_slider {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1);
  left: 12rem;
  width: 56rem;
  top: 22.5rem;
  border-radius: 2rem;
  padding: 5rem 8rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider {
    position: static;
    width: auto;
    padding: 4% 4% 7%;
    margin: 7% auto 0;
    width: 92%;
  }
}
.bd_top_service_slider_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB581B;
  width: 26rem;
  height: 26rem;
  border-radius: 26rem;
  margin: 1.5rem auto 3rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_img {
    width: 20rem;
    height: 20rem;
    margin: 1.5rem auto;
  }
}
.bd_top_service_slider_img img {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_img img {
    width: 10rem;
  }
}
.bd_top_service_slider_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_ttl {
    font-size: 2rem;
  }
}
.bd_top_service_slider_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  display: block;
  color: #EB581B;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_ttl span {
    margin-bottom: 0;
  }
}
.bd_top_service_slider_txt {
  line-height: 1.7;
}
.bd_top_service_slider_dots {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 17rem;
  width: 86rem;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots {
    width: auto;
    padding: 15% 7% 10%;
    border-radius: 5rem;
    order: 2;
    margin-top: -10%;
  }
}
.bd_top_service_slider_dots_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box {
    transition: none;
  }
}
.bd_top_service_slider_dots_box:hover, .bd_top_service_slider_dots_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box:hover, .bd_top_service_slider_dots_box:hover img {
    opacity: 1;
  }
}
.bd_top_service_slider_dots_box {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 2rem 4rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}
.bd_top_service_slider_dots_box::before, .bd_top_service_slider_dots_box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box::before, .bd_top_service_slider_dots_box::after {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
}
.bd_top_service_slider_dots_box::before {
  z-index: 1;
}
.bd_top_service_slider_dots_box::after {
  z-index: 2;
  background: url(../img/common/arw_r_gy.svg) no-repeat 50% 50%;
  background-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box::after {
    background-size: 1rem;
  }
}
.bd_top_service_slider_dots_box span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  text-align: right;
  color: #909090;
  font-size: 2rem;
  margin-right: 2rem;
}
.bd_top_service_slider_dots_box._active {
  font-size: 2.4rem;
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box._active {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
  }
}
.bd_top_service_slider_dots_box._active::before {
  background: #EB581B;
}
.bd_top_service_slider_dots_box._active::after {
  z-index: 2;
  background: url(../img/common/arw_r_wh.svg) no-repeat 50% 50%;
  background-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box._active::after {
    background-size: 1rem;
  }
}
.bd_top_service_slider_dots_box._active span {
  color: #EB581B;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_dots_box._active span {
    font-size: 2rem;
  }
}
.bd_top_service_slider .slick-arrow {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider .slick-arrow {
    transition: none;
  }
}
.bd_top_service_slider .slick-arrow:hover, .bd_top_service_slider .slick-arrow:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider .slick-arrow:hover, .bd_top_service_slider .slick-arrow:hover img {
    opacity: 1;
  }
}
.bd_top_service_slider .slick-arrow {
  position: absolute;
  bottom: 2rem;
  font-size: 0;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider .slick-arrow {
    bottom: 0;
  }
}
.bd_top_service_slider .slick-arrow.slick-next {
  right: 2rem;
  background-image: url(../img/common/arw_r_or.svg);
  background-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider .slick-arrow.slick-next {
    right: 1rem;
  }
}
.bd_top_service_slider .slick-arrow.slick-prev {
  right: 6rem;
  background-image: url(../img/common/arw_l_or.svg);
  background-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider .slick-arrow.slick-prev {
    right: 5rem;
  }
}
.bd_top_service_slider_btn {
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_btn {
    transition: none;
  }
}
.bd_top_service_slider_btn:hover, .bd_top_service_slider_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_btn:hover, .bd_top_service_slider_btn:hover img {
    opacity: 1;
  }
}
.bd_top_service_slider_btn {
  background: #EB581B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  width: 20rem;
  height: 4rem;
  border-radius: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bd_top_service_slider_btn {
    margin: 1rem auto;
    width: 15rem;
    height: 3rem;
    border-radius: 4rem;
    font-size: 1.4rem;
  }
}
.bd_top_voice {
  position: relative;
  background: #1BEB58;
  border-radius: 6rem 6rem 0 0;
  margin-top: 10rem;
  padding-top: 17rem;
}
@media screen and (max-width: 768px) {
  .bd_top_voice {
    border-radius: 5rem 5rem 0 0;
    margin-top: 10%;
    padding-top: 14%;
  }
}
.bd_top_voice_ttl {
  position: relative;
  display: block;
  width: fit-content;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_ttl {
    transition: none;
  }
}
.bd_top_voice_ttl:hover, .bd_top_voice_ttl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_ttl:hover, .bd_top_voice_ttl:hover img {
    opacity: 1;
  }
}
.bd_top_voice_ttl {
  z-index: 1;
  padding-right: 7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_ttl {
    margin-bottom: 3rem;
  }
}
.bd_top_voice_ttl a {
  color: #fff;
}
.bd_top_voice_ttl::before, .bd_top_voice_ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
}
.bd_top_voice_ttl::before {
  background: #fff;
  z-index: 1;
}
.bd_top_voice_ttl::after {
  z-index: 2;
  background: url(../img/common/arw_r_gr.svg) no-repeat 50% 50%;
  background-size: 1.5rem;
}
.bd_top_voice_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  display: block;
  font-size: 6rem;
  margin-bottom: 1rem;
}
.bd_top_voice_txt {
  color: #fff;
  line-height: 1.7;
}
.bd_top_voice_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_cont {
    display: block;
  }
}
.bd_top_voice_cont_desc, .bd_top_voice_cont_img {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_cont_desc, .bd_top_voice_cont_img {
    width: auto;
  }
}
.bd_top_voice_cont_desc {
  padding-left: 12rem;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_cont_desc {
    padding: 0 4% 7%;
  }
}
.bd_top_voice_cont_img {
  display: flex;
  justify-content: space-between;
}
.bd_top_voice_cont_img_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_cont_img_box {
    transition: none;
  }
}
.bd_top_voice_cont_img_box:hover, .bd_top_voice_cont_img_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_cont_img_box:hover, .bd_top_voice_cont_img_box:hover img {
    opacity: 1;
  }
}
.bd_top_voice_cont_img_box {
  --reveal-bg: #f5f5f5;
  background: transparent;
  transition: background-color 0.01s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 47rem;
}
.bd_top_voice_cont_img_box._active {
  background: #fff;
  transition-delay: 0.62s;
}
@media screen and (max-width: 768px) {
  .bd_top_voice_cont_img_box {
    height: 30rem;
  }
}
.bd_top_voice_cont_img_box img {
  max-width: 20rem;
}
.bd_top_case {
  background: url(../img/top/case_bg.jpg) no-repeat 50% 0;
  background-size: 100%;
  padding: 28rem 6rem 0;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case {
    padding: 40% 4% 0;
    background-size: 200%;
    margin-top: 10%;
  }
}
.bd_top_case_cont {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case_cont {
    padding: 5% 4% 10%;
  }
}
.bd_top_case_cont_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #EB581B;
  font-size: 3.5rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case_cont_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.bd_top_case_cont_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case_cont_ttl span {
    font-size: 1.2rem;
  }
}
.bd_top_case_cont_ttl span::before, .bd_top_case_cont_ttl span::after {
  content: "";
  background: #EB581B;
  width: 4rem;
  height: 1px;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case_cont_ttl span::before, .bd_top_case_cont_ttl span::after {
    width: 2rem;
  }
}
.bd_top_case_cont_txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bd_top_case_cont_txt {
    line-height: 1.5;
  }
}
.bd_top_case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 7rem;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .bd_top_case_list {
    display: block;
    margin: 10% 0;
  }
}
.bd_top_case_list_btn {
  display: block;
  --reveal-bg: #EB581B;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case_list_btn {
    display: block;
    width: 100%;
    height: 20rem;
    margin-top: 4%;
  }
}
.bd_top_case_list_btn:hover img {
  transform: scale(1.1);
}
.bd_top_case_list_btn img {
  display: block;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_case_list_btn img {
    object-fit: cover;
    height: 100%;
  }
}
.bd_top_case_list_btn_box {
  position: absolute;
  display: flex;
  z-index: 1;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 5rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bd_top_case_list_btn_box {
    box-sizing: border-box;
    left: 0;
    text-align: center;
    padding: 0 4%;
  }
}
.bd_top_case_list_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 4rem;
  font-size: 1.9rem;
  line-height: 1.5;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_case_list_ttl {
    bottom: 2rem;
  }
}
.bd_top_column {
  background: #F08254;
  margin-top: 10rem;
  border-radius: 6rem 6rem 0 0;
  padding: 17rem 12rem 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_column {
    margin-top: 10%;
    border-radius: 5rem 5rem 0 0;
    padding: 10% 4%;
  }
}
.bd_top_column_ttl {
  position: relative;
  display: block;
  width: fit-content;
  color: #fff;
  z-index: 1;
  padding-right: 7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_column_ttl {
    margin-bottom: 4rem;
  }
}
.bd_top_column_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wght" 700;
  display: block;
  font-size: 6rem;
  margin-bottom: 1rem;
}
.bd_top_column_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 5rem;
  margin: 5rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .bd_top_column_list {
    display: block;
    margin: 0 0 10%;
  }
}
.bd_top_column_list_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_column_list_box {
    transition: none;
  }
}
.bd_top_column_list_box:hover, .bd_top_column_list_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_column_list_box:hover, .bd_top_column_list_box:hover img {
    opacity: 1;
  }
}
.bd_top_column_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .bd_top_column_list_box {
    width: 100%;
    margin-top: 4%;
  }
}
.bd_top_column_list_img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #C06843;
  width: 35%;
  height: 10rem;
  border-radius: 1rem;
}
.bd_top_column_list_img img {
  object-fit: cover;
}
.bd_top_column_list_desc {
  width: 60%;
  line-height: 1.7;
}
.bd_top_column_list_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.bd_top_column_list_date {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.bd_top_bnr {
  background: #FDEEE8;
  margin-top: 10rem;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .bd_top_bnr {
    padding: 3% 0 10%;
    margin-top: 10%;
  }
}
.bd_top_bnr_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bd_top_bnr_cont {
    display: block;
  }
}
.bd_top_bnr_cont_box {
  --reveal-bg: #EB581B;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .bd_top_bnr_cont_box {
    display: block;
    width: 100%;
    margin-top: 7%;
  }
}
.bd_top_bnr_cont_box:hover .bd_top_bnr_cont_box_img img {
  transform: scale(1.1);
}
.bd_top_bnr_cont_box_img {
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.bd_top_bnr_cont_box_img img {
  transition: all 0.2s ease-in-out;
}
.bd_top_bnr_cont_box_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  background: url(../img/common/arw_ur_or.svg) no-repeat 100% 50%;
  background-size: 1rem;
  padding-right: 2rem;
  font-size: 1.8rem;
  margin: 0 auto 2rem;
}
.bd_top_bnr_cont_box_txt {
  line-height: 1.7;
}
.bd_top_cv {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: url(../img/top/cv_bg.jpg) no-repeat 0 50%;
  background-size: cover;
  height: 60rem;
  border-radius: 6rem 6rem 0 0;
  margin-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv {
    margin-top: 10%;
    border-radius: 5rem 5rem 0 0;
    height: auto;
    padding: 10% 0;
  }
}
.bd_top_cv_ttl {
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  border-radius: 1rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_ttl {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.bd_top_cv_tel {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  padding: 2rem 0;
  border-radius: 1rem;
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_tel {
    pointer-events: inherit;
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
}
.bd_top_cv_tel_ttl {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_tel_ttl {
    margin: 0 0 1rem;
  }
}
.bd_top_cv_tel_num {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-size: 2.8rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_tel_num {
    margin: 0 0 1rem;
  }
}
.bd_top_cv_tel_txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_tel_txt {
    font-size: 1.2rem;
  }
}
.bd_top_cv_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_btn {
    display: block;
  }
}
.bd_top_cv_btn_box {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_btn_box {
    transition: none;
  }
}
.bd_top_cv_btn_box:hover, .bd_top_cv_btn_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_btn_box:hover, .bd_top_cv_btn_box:hover img {
    opacity: 1;
  }
}
.bd_top_cv_btn_box {
  background: #EB581B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 6.6rem;
  border-radius: 6.6rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_btn_box {
    width: 100%;
    margin-top: 4%;
  }
}
.bd_top_cv_btn_box_img {
  width: 10%;
  margin-right: 2%;
}
.bd_top_cv_btn_box_desc {
  width: 80%;
}
.bd_top_cv_btn_box_desc_txt {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_btn_box_desc_txt {
    font-size: 1.2rem;
  }
}
.bd_top_cv_btn_box_desc_txt::before, .bd_top_cv_btn_box_desc_txt::after {
  content: "ー";
  margin: 0 1rem;
}
.bd_top_cv_btn_box_desc_ttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_cv_btn_box_desc_ttl {
    font-size: 1.6rem;
  }
}
.bd_top_column_inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .bd_top_column_inner {
    width: 100%;
  }
}
.bd_top_column_menu {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .bd_top_column_menu {
    margin-top: 4rem;
  }
}
.bd_top_column_list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_column_list {
    margin-top: 4rem;
  }
}
.bd_top_column_list_ttl {
  font-weight: 900;
  text-align: center;
  background: url(../img/common/h3_dot_bl.svg) no-repeat 50% 100%;
  background-size: 88px;
  font-size: 28px;
  margin: 20px 0 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_column_list_ttl {
    font-size: 2.2rem;
    background-size: 8.8rem;
    margin-top: 6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}
.bd_top_column_pager {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .bd_top_column_pager {
    margin-top: 4rem;
  }
}
.bd_top_column_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bd_top_column_head .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.bd_top_column_head .post-categories a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 700;
  height: 27px;
  border-radius: 27px;
  font-size: 14px;
  padding: 0 10px;
  margin-right: 5px;
}
.bd_top_post {
  background: #fff;
  border-radius: 60px;
  padding: 60px 80px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post {
    box-sizing: border-box;
    margin: 3rem calc(50% - 50vw) 0;
    width: 100vw;
    border-radius: 2rem;
    padding: 3rem 4% 4rem;
  }
}
.bd_top_post + .bd_column_list {
  margin-top: 60px;
}
.bd_top_post .post_thumbnail {
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 40px;
}
.bd_top_post .post_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bd_top_post .post_thumbnail {
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
}
.bd_top_post .bd_post_lead_image {
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 40px;
}
.bd_top_post .bd_post_lead_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_lead_image {
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
}
.bd_top_post .toc {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }
}
.bd_top_post .toc h2 {
  font-weight: 900;
  color: #fff;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/ico/index.svg);
  background-size: 19px;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 29px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc h2 {
    background-size: 1.9rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 2.9rem;
  }
}
.bd_top_post .toc ol li {
  font-weight: 700;
  position: relative;
  counter-increment: num;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc ol li {
    padding-left: 3.5rem;
    font-size: 1.6rem;
  }
}
.bd_top_post .toc ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.bd_top_post .toc ol li::before, .bd_top_post .toc ol li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc ol li::before, .bd_top_post .toc ol li::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bd_top_post .toc ol li::before {
  content: counter(num, decimal);
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc ol li::before {
    font-size: 1.6rem;
  }
}
.bd_top_post .toc ol li::after {
  content: "";
  display: block;
  background: #fff;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .toc ol li::after {
    border-radius: 2.5rem;
  }
}
.bd_top_post .bd_post_content .toc {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .toc {
    margin-bottom: 6rem;
  }
}
.bd_top_post .bd_post_content .toc h2 {
  font-weight: 900;
  color: #fff;
  background: transparent url(../img/ico/index.svg) no-repeat 0 50%;
  background-size: 19px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 29px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .toc h2 {
    background-size: 1.9rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 2.9rem;
  }
}
.bd_top_post .bd_post_content .toc h2::after {
  content: none;
}
.bd_top_post .bd_post_content .toc ol {
  margin: 0;
}
.bd_top_post .bd_post_content .toc a {
  text-decoration: none;
}
.bd_top_post .bd_post_content .toc a:link, .bd_top_post .bd_post_content .toc a:visited, .bd_top_post .bd_post_content .toc a:active {
  color: inherit;
  text-decoration: none;
}
.bd_top_post .bd_post_content .toc a:hover {
  color: inherit;
  text-decoration: underline;
}
.bd_top_post .bd_post_content a {
  color: #1383F3;
  text-decoration: underline;
}
.bd_top_post .bd_post_content a:link, .bd_top_post .bd_post_content a:visited, .bd_top_post .bd_post_content a:active {
  color: #1383F3;
  text-decoration: underline;
}
.bd_top_post .bd_post_content a:hover {
  text-decoration: none;
}
.bd_top_post .bd_post_content a[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.bd_top_post .bd_post_content a[target=_blank]::after {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: url(../img/ico/blank.svg) no-repeat center/contain;
}
.bd_top_post .bd_post_content h2 {
  position: relative;
  overflow: hidden;
  font-weight: 900;
  background: #FDEEE8;
  font-size: 30px;
  line-height: 1.6;
  padding: 15px 20px 15px 26px;
  border-radius: 5px 10px 10px 5px;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content h2 {
    font-size: 2.4rem;
    padding: 1.5rem 2rem;
    margin-top: 6rem;
    margin-bottom: 2.5rem;
  }
}
.bd_top_post .bd_post_content h2::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 5px;
}
.bd_top_post .bd_post_content h3 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.6;
  background: url(../img/common/h3_dot_bl.svg) no-repeat 0 100%;
  background-size: 88px;
  margin-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content h3 {
    font-size: 2.2rem;
    background-size: 8.8rem;
    margin-top: 6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}
.bd_top_post .bd_post_content h4 {
  position: relative;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6;
  padding-left: 21px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content h4 {
    font-size: 2rem;
    margin-top: 5rem;
    padding-left: 2.1rem;
    margin-bottom: 2rem;
  }
}
.bd_top_post .bd_post_content h4::before, .bd_top_post .bd_post_content h4::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  height: 50%;
  width: 6px;
}
.bd_top_post .bd_post_content h4::before {
  background: #95D4FF;
  top: 0;
  border-radius: 6px 6px 0 0;
}
.bd_top_post .bd_post_content h4::after {
  background: #fff;
  bottom: 0;
  border-radius: 0 0 6px 6px;
}
.bd_top_post .bd_post_content h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content h5 {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.bd_top_post .bd_post_content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content p {
    font-size: 1.6rem;
  }
}
.bd_top_post .bd_post_content p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content p + p {
    margin-top: 3rem;
  }
}
.bd_top_post .bd_post_content ul, .bd_top_post .bd_post_content ol {
  font-size: 16px;
  line-height: 1.6;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ul, .bd_top_post .bd_post_content ol {
    font-size: 1.6rem;
    margin: 3rem 0;
  }
}
.bd_top_post .bd_post_content ul li, .bd_top_post .bd_post_content ol li {
  position: relative;
}
.bd_top_post .bd_post_content ul li:not(:last-child), .bd_top_post .bd_post_content ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ul li:not(:last-child), .bd_top_post .bd_post_content ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.bd_top_post .bd_post_content ul li::before, .bd_top_post .bd_post_content ul li::after, .bd_top_post .bd_post_content ol li::before, .bd_top_post .bd_post_content ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.bd_top_post .bd_post_content ul li {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ul li {
    padding-left: 2rem;
  }
}
.bd_top_post .bd_post_content ul li::before {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ul li::before {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    top: 0.7rem;
  }
}
.bd_top_post .bd_post_content ol li {
  counter-increment: num;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ol li {
    padding-left: 3.4rem;
  }
}
.bd_top_post .bd_post_content ol li::before, .bd_top_post .bd_post_content ol li::after {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ol li::before, .bd_top_post .bd_post_content ol li::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bd_top_post .bd_post_content ol li::before {
  content: counter(num, decimal);
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ol li::before {
    font-size: 1.6rem;
  }
}
.bd_top_post .bd_post_content ol li::after {
  content: "";
  display: block;
  background: #fff;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content ol li::after {
    border-radius: 2.5rem;
  }
}
.bd_top_post .bd_post_content blockquote {
  position: relative;
  background: #FDEEE8;
  border-radius: 20px;
  margin: 50px 0;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content blockquote {
    margin: 4rem 0;
    padding: 3rem 1.5rem;
  }
}
.bd_top_post .bd_post_content blockquote::before, .bd_top_post .bd_post_content blockquote::after {
  content: "";
  z-index: 1;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 43px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content blockquote::before, .bd_top_post .bd_post_content blockquote::after {
    width: 3.5rem;
    height: 2.8rem;
  }
}
.bd_top_post .bd_post_content blockquote::before {
  background-image: url(../img/common/dbq_top_bl.svg);
  top: -10px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content blockquote::before {
    left: 1.5rem;
    top: -1rem;
  }
}
.bd_top_post .bd_post_content blockquote::after {
  background-image: url(../img/common/dbq_btm_bl.svg);
  bottom: -10px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content blockquote::after {
    right: 1.5rem;
    bottom: -1rem;
  }
}
.bd_top_post .bd_post_content blockquote cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content blockquote cite {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.bd_top_post .bd_post_content blockquote cite em {
  font-style: normal;
}
.bd_top_post .bd_post_content blockquote cite a {
  text-decoration: underline;
}
.bd_top_post .bd_post_content blockquote cite a:hover {
  text-decoration: none;
}
.bd_top_post .bd_post_content .wp-block-media-float::after {
  content: "";
  display: block;
  clear: both;
}
.bd_top_post .bd_post_content .wp-block-media-float {
  margin-top: 40px;
}
.bd_top_post .bd_post_content .wp-block-media-text {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 45.7%;
  column-gap: 40px;
  align-items: start;
}
.bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__media {
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}
.bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h2:first-child,
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h3:first-child,
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h4:first-child,
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h5:first-child,
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h2:first-child {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h3:first-child {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h4:first-child {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > h5:first-child {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__content > p:first-child {
    margin-top: 0;
  }
}
.bd_top_post .bd_post_content .wp-block-media-text:not(.has-media-on-the-right) {
  grid-template-columns: 45.7% 1fr;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-media-text {
    display: block;
    margin-top: 3rem;
  }
  .bd_top_post .bd_post_content .wp-block-media-text > *:first-child {
    margin-bottom: 2rem;
  }
  .bd_top_post .bd_post_content .wp-block-media-text .wp-block-media-text__media {
    border-radius: 1rem;
    margin: 0;
  }
  .bd_top_post .bd_post_content .wp-block-media-text > .wp-block-media-text__media:first-child {
    margin-bottom: 2rem;
  }
}
.bd_top_post .bd_post_content .wp-block-image {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-image {
    border-radius: 1rem;
  }
}
.bd_top_post .bd_post_content .alignleft {
  float: left;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .alignleft {
    float: none;
    margin: 0 0 3rem;
  }
}
.bd_top_post .bd_post_content .alignright {
  float: right;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .alignright {
    float: none;
    margin: 0 0 3rem;
  }
}
.bd_top_post .bd_post_content .aligncenter {
  display: block;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .aligncenter {
    margin: 0 0 3rem;
  }
}
.bd_top_post .bd_post_content .alignleft,
.bd_top_post .bd_post_content .alignright {
  max-width: 45.7%;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .alignleft,
  .bd_top_post .bd_post_content .alignright {
    max-width: none;
  }
}
.bd_top_post .bd_post_content .wp-block-group {
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-group {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
.bd_top_post .bd_post_content .wp-block-group h2, .bd_top_post .bd_post_content .wp-block-group h3, .bd_top_post .bd_post_content .wp-block-group h4, .bd_top_post .bd_post_content .wp-block-group h5 {
  margin-top: 0;
}
.bd_top_post .bd_post_content .wp-block-group.box--bg {
  background: #FDEEE8;
}
.bd_top_post .bd_post_content .wp-block-group.box--border {
  border: 3px solid #fff;
}
.bd_top_post .bd_post_content .u-underline,
.bd_top_post .bd_post_content .u-marker-highlight {
  background: linear-gradient(transparent 60%, #FFFBB4 0%);
}
.bd_top_post .bd_post_content .u-marker-highlight {
  background: linear-gradient(transparent 60%, var(--u-marker-color, #FFFBB4) 0%);
}
.bd_top_post .bd_post_content .has-text-color {
  color: #EB4B45;
}
.bd_top_post .bd_post_content .note,
.bd_top_post .bd_post_content .is-style-note {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .note,
  .bd_top_post .bd_post_content .is-style-note {
    font-size: 1.4rem;
  }
}
.bd_top_post .bd_post_content .wp-block-separator {
  border: none;
  background-image: radial-gradient(circle, #EB581B 1.75px, transparent 1.75px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 3px;
  height: 3px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-separator {
    margin: 3rem 0;
  }
}
.bd_top_post .bd_post_content table {
  width: 100%;
  border: 1px solid #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content table {
    margin-top: 3rem;
  }
}
.bd_top_post .bd_post_content table th, .bd_top_post .bd_post_content table td {
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content table th, .bd_top_post .bd_post_content table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.bd_top_post .bd_post_content table tr:not(:last-child) td {
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: url(../img/common/table_dot_bl.png);
  background-size: 9px;
}
.bd_top_post .bd_post_content table td {
  border: none;
  border-right: 1px solid #fff;
}
.bd_top_post .bd_post_content table th {
  position: relative;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: 1px solid #fff;
  background: #C9E7F9;
  font-weight: 700;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content table th {
    width: auto;
    min-width: 85px;
  }
}
.bd_top_post .bd_post_content table thead th {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content table thead th {
    box-sizing: border-box;
    width: 240px;
    min-width: 240px;
    max-width: 240px;
  }
}
.bd_top_post .bd_post_content table tbody tr:not(:last-child) th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .js-table-scroll-wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .js-table-scroll-wrap.is-first-column-th > table,
  .bd_top_post .bd_post_content .js-table-scroll-wrap.is-first-column-th > table.has-fixed-layout {
    width: 100% !important;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .js-table-scroll-wrap > table {
    margin-top: 0;
    width: max-content !important;
    min-width: 100%;
    table-layout: auto;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .js-table-scroll-wrap > table.has-fixed-layout {
    table-layout: auto !important;
    width: max-content !important;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .js-table-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 120px;
    background: url(../img/p_column/scroll_guide.svg) no-repeat center/100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .js-table-scroll-wrap.is-scrollable.is-guide-visible::after {
    opacity: 1;
  }
}
.bd_top_post .bd_post_content .wp-block-table thead {
  border-bottom: none;
}
.bd_top_post .bd_post_content .wp-block-embed-youtube {
  background: #FDEEE8;
  border-radius: 20px;
  padding: 60px 80px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-embed-youtube {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }
}
.bd_top_post .bd_post_content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .wp-block-embed-youtube iframe {
    height: 18rem;
  }
}
.bd_top_post .bd_post_content .wp-block-embed-youtube p,
.bd_top_post .bd_post_content .wp-block-embed-youtube figcaption,
.bd_top_post .bd_post_content .wp-block-embed-youtube .wp-element-caption {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bd_top_post .bd_post_content .l-post-talk-box-txt p {
    font-size: 1.4rem;
  }
}
.bd_top_post_talk {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk {
    margin: 3rem 0;
  }
}
.bd_top_post_talk_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box {
    margin-top: 3rem;
  }
}
.bd_top_post_talk_box:nth-child(odd) .bd_post_talk_box_txt::before {
  left: -26px;
  background-image: url(../img/common/bal_left_bl.png);
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box:nth-child(odd) .bd_post_talk_box_txt::before {
    left: -1.6rem;
    background-image: url(../img/common/sp/bal_left_bl.png);
  }
}
.bd_top_post_talk_box:nth-child(even) .bd_post_talk_box_txt::before {
  right: -26px;
  background-image: url(../img/common/bal_right_bl.png);
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box:nth-child(even) .bd_post_talk_box_txt::before {
    right: -1.6rem;
    background-image: url(../img/common/sp/bal_right_bl.png);
  }
}
.bd_top_post_talk_box:nth-child(even) .bd_post_talk_box_img {
  order: 2;
}
.bd_top_post_talk_box.is-img-left .bd_post_talk_box_txt::before {
  left: -26px;
  right: auto;
  background-image: url(../img/common/bal_left_bl.png);
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box.is-img-left .bd_post_talk_box_txt::before {
    left: -1.6rem;
    background-image: url(../img/common/sp/bal_left_bl.png);
  }
}
.bd_top_post_talk_box.is-img-left .bd_post_talk_box_img {
  order: 0;
}
.bd_top_post_talk_box.is-img-right .bd_post_talk_box_txt::before {
  left: auto;
  right: -26px;
  background-image: url(../img/common/bal_right_bl.png);
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box.is-img-right .bd_post_talk_box_txt::before {
    right: -1.6rem;
    background-image: url(../img/common/sp/bal_right_bl.png);
  }
}
.bd_top_post_talk_box.is-img-right .bd_post_talk_box_img {
  order: 2;
}
.bd_top_post_talk_box_img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box_img {
    width: 17%;
  }
}
.bd_top_post_talk_box_txt {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #fff;
  width: 750px;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box_txt {
    width: 74%;
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.bd_top_post_talk_box_txt::before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50px;
  width: 26px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_talk_box_txt::before {
    top: 2rem;
    width: 1.6rem;
    height: 1.3rem;
  }
}
.bd_top_post_author {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author {
    margin-top: 4rem;
  }
}
.bd_top_post_author_ttl {
  font-weight: 900;
  background: url(../img/ico/writer.svg) no-repeat 0 50%;
  background-size: 34px;
  font-size: 24px;
  padding-left: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_ttl {
    background-size: 2.8rem;
    font-size: 2rem;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.bd_top_post_author_box {
  display: flex;
  justify-content: space-between;
  background: #FDEEE8;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_box {
    position: relative;
    display: block;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
  }
}
.bd_top_post_author_avatar {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_avatar {
    width: 23%;
  }
}
.bd_top_post_author_info {
  width: 690px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_info {
    width: 100%;
  }
}
.bd_top_post_author_name {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_name {
    position: absolute;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    top: 3rem;
    right: 1.5rem;
    width: 67%;
  }
}
.bd_top_post_author_name span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_name span {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.bd_top_post_author_name .l-post-author-meta {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  gap: 15px;
}
.bd_top_post_author_name .l-post-author-meta .l-post-author-company,
.bd_top_post_author_name .l-post-author-meta .l-post-author-title {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_name .l-post-author-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    gap: 0;
    line-height: 1.6;
  }
}
.bd_top_post_author_description {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bd_top_post_author_description {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.bd_top_post_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_menu {
    justify-content: flex-start;
    gap: 1rem;
  }
}
.bd_top_post_menu_box {
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 2px solid #fff;
  height: 33px;
  border-radius: 33px;
  padding: 0 19px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_menu_box {
    font-size: 1.4rem;
  }
}
.bd_top_post_menu_box-active {
  background: #fff;
}
.bd_top_post_list {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list {
    display: block;
  }
}
.bd_top_post_list::before, .bd_top_post_list::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.bd_top_post_list_box {
  transition: all 0.3s !important;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 4px 0px 0px rgba(10, 39, 74, 0.1019607843);
  border-radius: 20px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_box {
    display: block;
    width: 100%;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
.bd_top_post_list_box:hover {
  box-shadow: none !important;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_box:hover {
    box-shadow: 4px 4px 0px 0px rgba(10, 39, 74, 0.1019607843) !important;
    transform: none;
  }
}
.bd_top_post_list_img img {
  height: 170px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_img img {
    height: 18rem;
  }
}
.bd_top_post_list_desc {
  padding: 15px 20px 40px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_desc {
    padding: 1.5rem 1.5rem 4.5rem;
  }
}
.bd_top_post_list_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_tag {
    margin-bottom: 1.5rem;
  }
}
.bd_top_post_list_tag_cate, .bd_top_post_list_tag_area {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 27px;
  border-radius: 27px;
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_tag_cate, .bd_top_post_list_tag_area {
    font-size: 1.4rem;
    height: 2.7rem;
    border-radius: 2.7rem;
  }
}
.bd_top_post_list_tag_cate {
  background: #fff;
}
.bd_top_post_list_tag_area {
  background: #FFF7F3;
}
.bd_top_post_list_ttl {
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_ttl {
    font-size: 1.6rem;
  }
}
.bd_top_post_list_date {
  color: #8697AC;
  position: absolute;
  text-align: right;
  right: 20px;
  bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_list_date {
    font-size: 1.4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.bd_top_post_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_head {
    order: 3;
    display: block;
  }
}
.bd_top_post_head .bd_post_list_tag {
  margin-bottom: 0;
}
.bd_top_post_head .bd_post_meta {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_head .bd_post_meta {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.bd_top_post_head .bd_post_meta .posted-date, .bd_top_post_head .bd_post_meta .updated-date {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px;
  margin-left: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_head .bd_post_meta .posted-date, .bd_top_post_head .bd_post_meta .updated-date {
    margin: 0 1.5rem 0 0;
    padding-left: 2rem;
  }
}
.bd_top_post_head .bd_post_meta .posted-date {
  background-image: url(../img/ico/post.svg);
}
.bd_top_post_head .bd_post_meta .updated-date {
  background-image: url(../img/ico/update.svg);
}
.bd_top_post_cv {
  position: relative;
  background: linear-gradient(180deg, #C5F1FC 0%, #A1E0FF 100%);
  border-radius: 20px;
  padding: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_cv {
    background-size: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 6rem calc(50% - 50vw) 0;
    width: 100vw;
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bd_top_post_cv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/common/sp/cv_bg_under.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
}
.bd_top_post_cv .bd_post_cv {
  width: 100%;
}
.bd_top_post_cv .bd_post_cv_list_box {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_cv .bd_post_cv_list_box {
    width: 100%;
  }
}
.bd_top_post_cv .bd_post_cv_list_tel .bd_post_cv_list_btn {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_cv .bd_post_cv_list_tel .bd_post_cv_list_btn {
    font-size: 1.8rem;
  }
}
.bd_top_post_section_heading {
  position: relative;
  overflow: hidden;
  font-weight: 900;
  background: #FDEEE8;
  font-size: 30px;
  line-height: 1.6;
  padding: 15px 20px 15px 26px;
  border-radius: 5px 10px 10px 5px;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bd_top_post_section_heading {
    font-size: 2.4rem;
    padding: 1.5rem 2rem;
    margin-top: 6rem;
    margin-bottom: 2.5rem;
  }
}
.bd_top_post_section_heading::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 5px;
}
.bd_top_post_case_links .bd_post_list {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .bd_top_post_case_links {
    max-width: 940px;
    margin: 0 auto;
  }
  .bd_top_post_case_links .bd_post_list {
    gap: 60px 16px;
  }
  .bd_top_post_case_links .bd_post_list_box {
    width: calc((100% - 32px) / 3);
  }
}
.bd_top_metaball {
  background: #fff;
  padding: 10rem 6rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball {
    padding: 15% 0 0;
    margin-bottom: -30%;
  }
}
.bd_top_metaball_ttl {
  font-weight: 900;
  color: #EB581B;
  text-align: center;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_ttl {
    font-size: 3rem;
  }
}
.bd_top_metaball_list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list {
    margin-top: 5rem;
  }
}
.bd_top_metaball_list_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_box:nth-child(2n) {
    margin-top: -15rem;
  }
}
.bd_top_metaball_list_box:nth-child(2n) .bd_top_metaball_list_desc {
  order: 2;
}
.bd_top_metaball_list_box:nth-child(2n) .wrap {
  margin: -12rem 0 0 -15rem;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_box:nth-child(2n) .wrap {
    margin: -18rem 0 0 0;
  }
}
.bd_top_metaball_list_box .wrap {
  margin: 0 -15rem 0 0;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_box .wrap {
    z-index: -1;
    margin: -18rem 0 0 0;
  }
}
.bd_top_metaball_list_box .floating {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_box .floating {
    font-size: 3rem;
  }
}
.bd_top_metaball_list_desc {
  width: 60%;
  margin: 0 -20rem 0 0;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_desc {
    width: auto;
    margin: 0;
  }
}
.bd_top_metaball_list_ttl {
  font-weight: 900;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.bd_top_metaball_list_txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .bd_top_metaball_list_txt {
    text-align: center;
  }
}
.bd_top_forte {
  padding: 15rem 6rem;
}
@media screen and (max-width: 768px) {
  .bd_top_forte {
    padding: 17% 4% 10%;
  }
}
.bd_top_forte_ttl {
  font-weight: 900;
  color: #EB581B;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_top_forte_ttl {
    font-size: 2.6rem;
  }
}
.bd_top_forte_list {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_forte_list {
    display: block;
    margin-top: 5rem;
  }
}
.bd_top_forte_list_box {
  box-sizing: border-box;
  background: #fff;
  width: 32%;
  border-radius: 5rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_top_forte_list_box {
    width: 100%;
    margin-top: 3rem;
  }
}
.bd_top_forte_list_img {
  margin: 0 auto;
  width: 90%;
}
.bd_top_forte_list_ttl {
  font-weight: 900;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .bd_top_forte_list_ttl {
    font-size: 2rem;
  }
}
.bd_top_forte_list_txt {
  line-height: 1.7;
}
.bd_top_forte_list_num {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background: #EB581B;
  color: #fff;
  margin: 2rem auto;
}
.bd_top_forte_list_copy {
  font-weight: 700;
  text-align: center;
  color: #EB581B;
  margin-bottom: 2rem;
}
.bd_top_sdgs {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_top_sdgs {
    margin-top: 10%;
  }
}
.bd_top_sdgs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3%;
}
@media screen and (max-width: 768px) {
  .bd_top_sdgs_list {
    margin-top: 10%;
    gap: 3rem;
  }
}
.bd_top_sdgs_list_box {
  background: #fff;
  width: 48.5%;
  border-radius: 5rem;
  padding: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bd_top_sdgs_list_box {
    width: 100%;
  }
}
.bd_top_sdgs_list_img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_top_sdgs_list_img {
    margin-bottom: 1rem;
  }
}
.bd_top_sdgs_list_txt {
  line-height: 1.7;
}

/* ======================================================================
 voice
====================================================================== */
.bd_voice_detail_head {
  background: #FDEEE8;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head {
    padding: 10% 0;
  }
}
.bd_voice_detail_head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_cont {
    display: block;
  }
}
.bd_voice_detail_head_img {
  background: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 2rem;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_img {
    width: 100%;
  }
}
.bd_voice_detail_head_img img {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  height: 54rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_img img {
    height: 30rem;
  }
}
.bd_voice_detail_head_list {
  width: 62rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_list {
    width: 100%;
    margin-top: 10%;
  }
}
.bd_voice_detail_head_list_box {
  position: relative;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 2rem;
  padding: 5rem 3rem 2.8rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_list_box {
    padding: 8% 4% 4%;
  }
}
.bd_voice_detail_head_list_box:first-child {
  border-color: #C2C2C2;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_list_box:first-child {
    margin-bottom: 10%;
  }
}
.bd_voice_detail_head_list_box:first-child .bd_voice_detail_head_list_ttl {
  border-color: #C2C2C2;
}
.bd_voice_detail_head_list_box:last-child {
  border-color: #EB581B;
}
.bd_voice_detail_head_list_box:last-child .bd_voice_detail_head_list_ttl {
  border-color: #EB581B;
  color: #EB581B;
}
.bd_voice_detail_head_list_ttl {
  font-weight: 700;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  background: #fff;
  left: 50%;
  border-width: 2px;
  font-size: 2.4rem;
  width: 24.5rem;
  height: 6rem;
  border-radius: 6rem;
  top: -3rem;
  margin-left: -12.25rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_head_list_ttl {
    font-size: 1.6rem;
    width: 15rem;
    height: 4rem;
    margin-left: -7.5rem;
    top: -2rem;
  }
}
.bd_voice_detail_head_list_txt {
  line-height: 1.5;
}
.bd_voice_detail_post {
  background: #fff;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post {
    padding: 5% 0 10%;
  }
}
.bd_voice_detail_post h2, .bd_voice_detail_post h3, .bd_voice_detail_post h4, .bd_voice_detail_post h5, .bd_voice_detail_post h6 {
  font-weight: 700;
  color: #EB581B;
  line-height: 1.4;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post h2, .bd_voice_detail_post h3, .bd_voice_detail_post h4, .bd_voice_detail_post h5, .bd_voice_detail_post h6 {
    margin-top: 3rem;
  }
}
.bd_voice_detail_post h2 {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post h2 {
    font-size: 2rem;
  }
}
.bd_voice_detail_post h3 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post h3 {
    font-size: 1.6rem;
  }
}
.bd_voice_detail_post p {
  line-height: 1.7;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post p {
    margin-top: 2rem;
  }
}
.bd_voice_detail_post img, .bd_voice_detail_post iframe, .bd_voice_detail_post table {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post img, .bd_voice_detail_post iframe, .bd_voice_detail_post table {
    margin-top: 2rem;
  }
}
.bd_voice_detail_post img {
  border-radius: 2rem;
}
.bd_voice_detail_post iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post iframe {
    height: 20rem;
  }
}
.bd_voice_detail_post .wp-block-table thead {
  border-bottom: none;
}
.bd_voice_detail_post table {
  width: 100%;
  line-height: 1.7;
}
.bd_voice_detail_post table thead th, .bd_voice_detail_post table thead td {
  font-weight: 700;
  text-align: center;
  background: #EB581B;
  color: #fff;
  padding: 2rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post table thead th, .bd_voice_detail_post table thead td {
    padding: 0.5rem;
  }
}
.bd_voice_detail_post table tbody th {
  font-weight: 700;
  color: #EB581B;
}
.bd_voice_detail_post table tbody th, .bd_voice_detail_post table tbody td {
  background: #fff;
  border: 1px solid #EB581B;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post table tbody th, .bd_voice_detail_post table tbody td {
    padding: 0.5rem;
  }
}
.bd_voice_detail_post table tbody *:first-child {
  border-left: none;
}
.bd_voice_detail_post table tbody *:last-child {
  border-right: none;
}
.bd_voice_detail_post table tbody tr:nth-child(2n) * {
  background: #FFF7F3;
}
.bd_voice_detail_post ul, .bd_voice_detail_post ol {
  margin-top: 4rem;
  line-height: 1.7;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_post ul, .bd_voice_detail_post ol {
    margin-top: 3rem;
  }
}
.bd_voice_detail_post ul {
  list-style: disc;
}
.bd_voice_detail_post ol {
  list-style: decimal;
}
.bd_voice_detail_post a {
  color: #EB581B;
  text-decoration: underline;
}
.bd_voice_detail_post a:hover {
  text-decoration: none;
}
.bd_voice_detail_back {
  background: #fff;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_detail_back {
    padding: 0 4%;
  }
}
.bd_voice_archive {
  background: #FDEEE8;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive {
    padding: 10% 0;
  }
}
.bd_voice_archive_menu {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
  border-radius: 2rem;
  margin: -21rem 10rem 0;
  padding: 2rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_menu {
    margin: -15% 4% 0;
    gap: 0.5rem;
    padding: 4%;
    justify-content: flex-start;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  }
}
.bd_voice_archive_menu_box {
  font-weight: 700;
  color: #EB581B;
  text-decoration: underline;
  font-size: 2rem;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_menu_box {
    font-size: 1.4rem;
  }
}
.bd_voice_archive_menu_box:hover {
  text-decoration: none;
}
.bd_voice_archive_menu_box._active {
  background: #EB581B;
  color: #fff;
  pointer-events: none;
  border-radius: 0.5rem;
  text-decoration: none;
}
.bd_voice_archive_menu_break {
  flex-basis: 100%;
  width: 100%;
  height: 0;
}
.bd_voice_archive_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list {
    display: block;
    margin-top: 0;
  }
}
.bd_voice_archive_list_box {
  --reveal-bg: #EB581B;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list_box {
    width: 100%;
    margin-top: 10%;
  }
}
.bd_voice_archive_list_img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list_img {
    transition: none;
  }
}
.bd_voice_archive_list_img:hover, .bd_voice_archive_list_img:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list_img:hover, .bd_voice_archive_list_img:hover img {
    opacity: 1;
  }
}
.bd_voice_archive_list_img {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 2rem;
}
.bd_voice_archive_list_img img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list_img img {
    height: 20rem;
  }
}
.bd_voice_archive_list_desc {
  line-height: 1.5;
}
.bd_voice_archive_list_desc a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list_desc a {
    transition: none;
  }
}
.bd_voice_archive_list_desc a:hover, .bd_voice_archive_list_desc a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_voice_archive_list_desc a:hover, .bd_voice_archive_list_desc a:hover img {
    opacity: 1;
  }
}
.bd_voice_archive_list_desc a {
  display: block;
  color: #EB581B;
}
.bd_voice_archive_list_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.bd_voice_archive_list_meta .bd_voice_archive_list_tag {
  margin-top: 0;
}
.bd_voice_archive_list_industry {
  font-weight: 700;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #EB581B;
  color: #fff !important;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 0.3rem 0.9rem;
}
.bd_voice_archive_list_tag {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.bd_voice_archive_list_ttl {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.bd_voice_archive_list_txt {
  margin-top: 1rem;
}
.bd_voice_pager {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_pager {
    margin-top: 10%;
  }
}
.bd_voice_pager .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.bd_voice_pager .nav-links a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_voice_pager .nav-links a {
    transition: none;
  }
}
.bd_voice_pager .nav-links a:hover, .bd_voice_pager .nav-links a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_voice_pager .nav-links a:hover, .bd_voice_pager .nav-links a:hover img {
    opacity: 1;
  }
}
.bd_voice_pager .nav-links .page-numbers {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EB581B;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .bd_voice_pager .nav-links .page-numbers {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.bd_voice_pager .nav-links .page-numbers:not(.prev, .next) {
  border: 1px solid #EB581B;
  background: #fff;
}
.bd_voice_pager .nav-links .page-numbers.current {
  background: #EB581B;
  color: #fff;
}
.bd_voice_pager .nav-links .page-numbers.prev, .bd_voice_pager .nav-links .page-numbers.next {
  font-size: 4rem;
}

@keyframes bdMaskStart {
  0% {
    transform: translateX(-142%) skewX(-20deg) scale(1.5);
  }
  100% {
    transform: translateX(0) skewX(-20deg) scale(1.5);
  }
}
@keyframes bdMaskEnd {
  0% {
    transform: translateX(0) skewX(-20deg) scale(1.5);
  }
  100% {
    transform: translateX(147%) skewX(-20deg) scale(1.5);
  }
}
.bd_under_mv_img img {
  object-fit: contain;
}

/* ======================================================================
 company
====================================================================== */
.bd_company {
  background: #FDEEE8;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .bd_company {
    padding: 10% 0;
  }
}
.bd_company_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_company_ttl {
    font-size: 2rem;
    margin-bottom: 5%;
  }
}
.bd_company_ttl::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgb(235, 88, 27) 0%, rgba(235, 88, 27, 0) 100%);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_company_ttl::after {
    margin-top: 1.5rem;
  }
}
.bd_company_ttl span {
  font-family: "sofia-pro-variable", "Poppins", "Helvetica Neue", Arial, "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 100;
  font-weight: normal;
  color: #EB581B;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_company_ttl span {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.bd_company_table {
  width: 100%;
}
.bd_company_table th, .bd_company_table td {
  vertical-align: top;
  border-bottom: 1px solid #333;
  padding: 1.5rem 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .bd_company_table th, .bd_company_table td {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
.bd_company_table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .bd_company_table th {
    font-weight: 700;
    width: 100%;
    padding-top: 1rem;
  }
}
.bd_company_table td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .bd_company_table td {
    width: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
  }
}
.bd_company_access {
  background: #fff;
  padding: 9rem 6rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access {
    padding: 10% 4%;
  }
}
.bd_company_access_cont {
  background: #FDEEE8;
  border-radius: 2rem;
  padding: 9rem 12rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_cont {
    padding: 7% 4% 4%;
  }
}
.bd_company_access_list_box {
  background: #fff;
  border-radius: 2rem;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_box {
    padding: 7% 4% 4%;
    border-radius: 1.5rem;
  }
}
.bd_company_access_list_box:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_box:not(:last-child) {
    margin-bottom: 4%;
  }
}
.bd_company_access_list_box:first-child iframe {
  height: 48rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_box:first-child iframe {
    height: 28rem;
  }
}
.bd_company_access_list_box:first-child .bd_company_access_list_map_img img {
  height: 48rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_box:first-child .bd_company_access_list_map_img img {
    height: 28rem;
    width: 100%;
  }
}
.bd_company_access_list_ttl {
  color: #EB581B;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_ttl {
    font-size: 1.8rem;
  }
}
.bd_company_access_list_txt {
  line-height: 1.7;
}
.bd_company_access_list_map {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_map {
    display: block;
  }
}
.bd_company_access_list_map_img {
  overflow: hidden;
}
.bd_company_access_list_map_img img {
  width: auto;
  max-width: 30rem;
  object-fit: cover;
  height: 28rem;
}
.bd_company_access_list_map iframe {
  width: 64rem;
  height: 28rem;
}
@media screen and (max-width: 768px) {
  .bd_company_access_list_map iframe {
    width: 100%;
  }
}

/* ======================================================================
 message
====================================================================== */
.bd_message {
  background: #FDEEE8;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .bd_message {
    padding: 10% 0;
  }
}
.bd_message_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_message_cont {
    display: block;
    margin-top: 10%;
  }
}
.bd_message_cont_img {
  width: 40rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_message_cont_img {
    width: 100%;
  }
}
.bd_message_cont_img img {
  display: block;
  width: 100%;
  border-radius: 0;
}
.bd_message_cont_desc {
  width: 63rem;
}
@media screen and (max-width: 768px) {
  .bd_message_cont_desc {
    width: 100%;
    margin-top: 7%;
  }
}
.bd_message_cont_txt {
  line-height: 1.7;
}
.bd_message_plsp {
  background: #fff;
  padding: 9rem 6rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp {
    padding: 10% 4%;
  }
}
.bd_message_plsp_cont {
  background: #FDEEE8;
  border-radius: 2rem;
  padding: 9rem 12rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_cont {
    padding: 10% 4% 4%;
  }
}
.bd_message_plsp_copy {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy {
    margin-top: 12%;
  }
}
.bd_message_plsp_copy_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 5.2rem;
  margin-top: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_ttl {
    font-size: 2.4rem;
    padding-left: 2rem;
    line-height: 1.2;
    margin-top: 1.5rem;
    display: block;
  }
}
.bd_message_plsp_copy_ttl::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 0.8rem solid #EB581B;
  top: 2rem;
  left: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_ttl::before {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-width: 0.4rem;
    top: 0.7rem;
  }
}
.bd_message_plsp_copy_box {
  text-align: center;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 2rem;
  margin-top: 3rem;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_box {
    text-align: left;
    padding: 7% 4% 32%;
    margin: 2rem 0 4rem;
  }
}
.bd_message_plsp_copy_box._bg01 {
  background-image: url(../img/message/bg01.png);
  background-size: 101%;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_box._bg01 {
    background-image: url(../img/message/bg01_sp.png);
    background-size: 101%;
  }
}
.bd_message_plsp_copy_box._bg02 {
  background-image: url(../img/message/bg02.png);
  background-size: 101%;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_box._bg02 {
    background-image: url(../img/message/bg02_sp.png);
    background-size: 101%;
  }
}
.bd_message_plsp_copy_box_txt {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_box_txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.bd_message_plsp_copy_box_bold {
  font-weight: 700;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_copy_box_bold {
    font-size: 2rem;
  }
}
.bd_message_plsp_copy_box_bold._c01 {
  color: #EB581B;
}
.bd_message_plsp_copy_box_bold._c02 {
  color: #263662;
}
.bd_message_plsp_img {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  margin: 7rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_img {
    display: block;
    margin: 10% 0 7%;
    border-radius: 1.5rem;
  }
}
.bd_message_plsp_img img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_img img {
    width: 100%;
  }
}
.bd_message_plsp_txt {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  border: 4px solid #EB581B;
  border-radius: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_txt {
    text-align: left;
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 4rem;
    border-radius: 1.5rem;
  }
}
.bd_message_plsp_txt._mt3 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_txt._mt3 {
    margin-top: 3%;
  }
}
.bd_message_plsp_list_box {
  background: #fff;
  margin-top: 7rem;
  border-radius: 2rem;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_box {
    margin-top: 7%;
    padding: 7% 4%;
    border-radius: 1.5rem;
  }
}
.bd_message_plsp_list_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_ttl {
    font-size: 2rem;
  }
}
.bd_message_plsp_list_sub {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0;
  gap: 4rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_sub {
    display: block;
    margin: 0 0 7%;
  }
}
.bd_message_plsp_list_sub_box {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_sub_box {
    width: auto;
    margin-top: 7%;
  }
}
.bd_message_plsp_list_sub_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #EB581B;
  color: #fff;
  font-size: 2.2rem;
  padding: 2.5rem 0;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_sub_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1rem;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
  }
}
.bd_message_plsp_list_txt {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #EB581B;
  border: 4px solid #EB581B;
  border-radius: 2rem;
  padding: 2rem 0;
  font-size: 2rem;
  margin-top: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_txt {
    margin-top: 2rem;
    font-size: 1.8rem;
    padding: 1rem;
    border-radius: 1.5rem;
    line-height: 1.3;
  }
}
.bd_message_plsp_list_copy {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #EB581B;
  font-size: 4rem;
  line-height: 1.5;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_copy {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.bd_message_plsp_list_img {
  margin: 4rem 0 3rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_message_plsp_list_img {
    margin: 7% 0 1rem;
    border-radius: 1.5rem;
  }
}
.bd_message_plsp_list_img img {
  display: block;
  width: 100%;
  border-radius: 0;
}
.bd_message_vision {
  background: #FFF7F3;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .bd_message_vision {
    padding: 10% 0;
  }
}
.bd_message_vision_list {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_message_vision_list {
    display: block;
    margin-top: 10%;
  }
}
.bd_message_vision_list_box {
  box-sizing: border-box;
  background: #FDEEE8;
  width: 33.9rem;
  border-radius: 1rem;
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .bd_message_vision_list_box {
    width: auto;
    border-radius: 1.5rem;
    padding: 7% 4%;
    margin-top: 4%;
  }
}
.bd_message_vision_list_ttl {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  min-height: 11rem;
}
@media screen and (max-width: 768px) {
  .bd_message_vision_list_ttl {
    min-height: auto;
    font-size: 1.8rem;
  }
}
.bd_message_vision_list_img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_message_vision_list_img {
    margin-bottom: 1rem;
  }
}
.bd_message_vision_list_img img {
  border-radius: 1rem;
}
.bd_message_vision_list_txt {
  line-height: 1.7;
}

/* ======================================================================
 contact
====================================================================== */
.bd_contact {
  background: #FDEEE8;
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  .bd_contact {
    padding: 5% 0 10%;
  }
}
.bd_contact .bd_inner {
  max-width: 80rem;
}
.bd_contact_list._posting-fields {
  display: none;
}
.bd_contact_list_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D1CE;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_box {
    display: block;
    padding: 2rem 0;
  }
}
.bd_contact_list_ttl {
  position: relative;
  font-weight: 700;
  width: 26.25%;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_ttl {
    width: auto;
    margin-bottom: 2rem;
  }
}
.bd_contact_list_tag {
  font-weight: 700;
  background: #EB581B;
  color: #fff;
  position: absolute;
  font-size: 1.2rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.5rem;
  right: 0;
}
.bd_contact_list_desc {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_desc {
    width: auto;
  }
}
.bd_contact_list_zip {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.bd_contact_list_zip input[type=text] {
  width: 9em !important;
  margin-left: 1rem;
}
.bd_contact_list_more {
  font-weight: 700;
  color: #EB581B;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 1.5;
}
.bd_contact_list_posting {
  display: flex;
  align-items: center;
}
.bd_contact_list_posting_box {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.bd_contact_list_posting_box input[type=text], .bd_contact_list_posting_box input[type=date] {
  width: 10em !important;
  margin-right: 1rem;
}
.bd_contact_list_posting .wpcf7-list-item {
  margin-bottom: 0 !important;
}
.bd_contact_list_policy {
  text-align: center;
  padding: 2.5rem 0;
}
.bd_contact_list_policy .wpcf7-list-item-label {
  display: table !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_policy .wpcf7-list-item-label {
    display: flex !important;
    padding-left: 2rem !important;
  }
}
.bd_contact_list_policy .wpcf7-list-item-label a {
  text-decoration: underline;
}
.bd_contact_list_policy .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.bd_contact_list_policy input[type=checkbox]:checked + .wpcf7-list-item-label a {
  color: #EB581B;
}
.bd_contact_list_policy_txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_policy_txt {
    font-size: 1.2rem;
  }
}
.bd_contact_list_btn {
  text-align: center;
}
.bd_contact_list_btn input {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_btn input {
    transition: none;
  }
}
.bd_contact_list_btn input:hover, .bd_contact_list_btn input:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_btn input:hover, .bd_contact_list_btn input:hover img {
    opacity: 1;
  }
}
.bd_contact_list_btn input {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  border-radius: 1rem;
  width: 40rem;
  height: 8rem;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_contact_list_btn input {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.bd_contact_list_btn input.wpcf7-confirm, .bd_contact_list_btn input.wpcf7-submit {
  background: #EB581B;
}
.bd_contact_list_btn input.wpcf7-back {
  background: #909090;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox,
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:last-child,
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-right: 0;
  width: 100%;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label,
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  font-weight: 700;
  color: #EB581B;
  background: url(../img/common/check_on_or.svg) no-repeat 0 50%;
  background-size: 2.2rem;
}
.bd_contact .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.bd_contact .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  background: url(../img/common/check_off_wh.svg) no-repeat 0 50%;
  background-size: 2.2rem;
  padding-left: 3rem;
  height: 2.2rem;
}
.bd_contact .wpcf7-form-control-wrap input[type=text], .bd_contact .wpcf7-form-control-wrap input[type=tel], .bd_contact .wpcf7-form-control-wrap input[type=email], .bd_contact .wpcf7-form-control-wrap input[type=date], .bd_contact .wpcf7-form-control-wrap textarea, .bd_contact .wpcf7-form-control-wrap select {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.bd_contact .wpcf7-form-control-wrap input[type=text], .bd_contact .wpcf7-form-control-wrap input[type=tel], .bd_contact .wpcf7-form-control-wrap input[type=email], .bd_contact .wpcf7-form-control-wrap textarea {
  padding: 1.5rem;
}
.bd_contact .wpcf7-form-control-wrap input[type=text], .bd_contact .wpcf7-form-control-wrap input[type=tel], .bd_contact .wpcf7-form-control-wrap input[type=email] {
  height: 4rem;
}
.bd_contact .wpcf7-form-control-wrap textarea {
  height: 20rem;
}
.bd_contact .wpcf7-form-control-wrap select, .bd_contact .wpcf7-form-control-wrap input[type=date] {
  padding: 0.8rem 1.5rem;
}

/* ======================================================================
 privacy
====================================================================== */
.bd_privacy {
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .bd_privacy {
    padding: 10% 0;
  }
}
.bd_privacy._bg01 {
  background: #FDEEE8;
}
.bd_privacy._bg02 {
  background: #fff;
}
.bd_privacy_txt {
  line-height: 1.7;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_privacy_txt {
    margin-top: 3rem;
  }
}
.bd_privacy_txt._right {
  text-align: right;
}
.bd_privacy_txt._center {
  text-align: center;
}
.bd_privacy strong {
  font-weight: 700;
}
.bd_privacy strong span {
  color: #ff0000;
}
.bd_privacy a {
  text-decoration: underline;
}
.bd_privacy a:hover {
  text-decoration: none;
}
.bd_privacy_en, .bd_privacy_num {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_privacy_en, .bd_privacy_num {
    margin-top: 3rem;
  }
}
.bd_privacy_en_box, .bd_privacy_num_box {
  line-height: 1.7;
}
.bd_privacy_en_box::marker, .bd_privacy_num_box::marker {
  font-weight: 700;
}
.bd_privacy_num {
  list-style-type: decimal;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .bd_privacy_num {
    margin-left: 2rem;
    margin-top: 3rem;
  }
}
.bd_privacy_num_box {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bd_privacy_num_box {
    margin-top: 3rem;
  }
}
.bd_privacy_num_box .bd_privacy_en {
  margin-top: 0;
}
.bd_privacy_num_box .bd_privacy_en_box {
  margin-top: 2rem;
}
.bd_privacy_en, .bd_privacy_list {
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .bd_privacy_en, .bd_privacy_list {
    margin-left: 2rem;
  }
}
.bd_privacy_en_box span, .bd_privacy_list_box span {
  color: #ff0000;
  margin-left: 1em;
}
.bd_privacy_en {
  list-style-type: lower-latin;
}
.bd_privacy_list {
  list-style-type: disc;
}
.bd_privacy_pmark {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bd_privacy_pmark {
    display: block;
  }
}
.bd_privacy_pmark_img {
  width: 10rem;
  margin-right: 3rem;
}
.bd_privacy_pmark_desc {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .bd_privacy_pmark_desc {
    margin-top: 2rem;
  }
}

/*
========================================
  wrap
========================================
*/
.wrap {
  position: relative;
  width: 100%;
  height: 60rem;
  overflow: hidden;
  background: #fff;
}

/*
========================================
  canvas
========================================
*/
.metaballCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

/*
========================================
  image
========================================
*/
.floating {
  position: absolute;
  width: 18rem;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  z-index: 10;
  /* filter:
    drop-shadow(
      0 1rem 2rem rgba(0,0,0,.08)
    ); */
}

/*
========================================
  first
========================================
*/
.img1 {
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: float1 8s ease-in-out infinite;
}

.img2 {
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: float2 10s ease-in-out infinite;
  animation-delay: -2s;
}
@media screen and (max-width: 768px) {
  .img2 {
    left: 90%;
  }
}

/*
========================================
  second
========================================
*/
.img3 {
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: float3 9s ease-in-out infinite;
}

.img4 {
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: float4 11s ease-in-out infinite;
  animation-delay: -3s;
}
@media screen and (max-width: 768px) {
  .img4 {
    left: 90%;
  }
}

/*
========================================
  motion
========================================
*/
@keyframes float1 {
  0% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
  25% {
    transform: translate(-50%, -50%) translate(1.8rem, -1rem);
  }
  50% {
    transform: translate(-50%, -50%) translate(3rem, 1.2rem);
  }
  75% {
    transform: translate(-50%, -50%) translate(1.2rem, 0.4rem);
  }
  100% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
}
@keyframes float2 {
  0% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
  30% {
    transform: translate(-50%, -50%) translate(-2rem, 1rem);
  }
  60% {
    transform: translate(-50%, -50%) translate(-3.4rem, -1.2rem);
  }
  100% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
}
@keyframes float3 {
  0% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
  40% {
    transform: translate(-50%, -50%) translate(2rem, -1.4rem);
  }
  70% {
    transform: translate(-50%, -50%) translate(3rem, 1rem);
  }
  100% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
}
@keyframes float4 {
  0% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
  30% {
    transform: translate(-50%, -50%) translate(-2.4rem, 1.2rem);
  }
  60% {
    transform: translate(-50%, -50%) translate(-3rem, -1rem);
  }
  100% {
    transform: translate(-50%, -50%) translate(0rem, 0rem);
  }
}/*# sourceMappingURL=style.css.map */