@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.thum_link {
  color: inherit;
  text-decoration: none;
}
.thum_link .name {
  display: flex;
  margin-top: 10px;
  position: relative;
}
.thum_link .name .icon {
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  fill: #00508e;
  margin: .3em .5em 0 0;
}

.equal4_to2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 13px;
}
@media screen and (max-width: 767px) {
  .equal4_to2 {
    justify-content: space-between;
    gap: 25px 0;
  }
}
.equal4_to2 > * {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .equal4_to2 > * {
    width: calc(320 / 750 * 100vw);
  }
}

.equal2_to1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .equal2_to1 {
    display: block;
  }
}
.equal2_to1 > * {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .equal2_to1 > * {
    width: 100%;
    margin-top: 20px;
  }
}

.heading_main {
  border-left: 1px solid #989797;
  padding-left: 0.3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.2;
  letter-spacing: -.04em;
  color: #333;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .heading_main {
    font-size: 2.1rem;
  }
}

.lbdr_head {
  padding: 0 0 0 .5em;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lbdr_head {
    font-size: 1.6rem;
  }
}
.lbdr_head::before {
  position: absolute;
  left: 0;
  top: .15em;
  bottom: .1em;
  content: "";
  display: block;
  width: 1px;
  background: #00508e;
}
@media screen and (max-width: 767px) {
  .lbdr_head::before {
    top: 0;
    bottom: 0;
  }
}

.sec_head {
  margin: 0 0 30px;
  padding: 0 0 .3em;
  border-bottom: 1px solid #00508e;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec_head {
    margin: 0 0 25px;
    font-size: 1.9rem;
  }
}

.sec_head2 {
  margin: 0 0 25px;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #e1e1e1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec_head2 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}

.family_note {
  margin-top: 50px;
}

.exclamation_head {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e1e1e1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .exclamation_head {
    padding: 0 0 10px;
    font-size: 1.5rem;
  }
}
.exclamation_head .wrap {
  font-weight: inherit;
  padding: .25em 0 0 10px;
}
@media screen and (max-width: 767px) {
  .exclamation_head .wrap {
    padding: 0 0 0 5px;
  }
}
.exclamation_head::before {
  content: "";
  background: url(/shared/images/bim/ico-info.png) no-repeat left top/contain;
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .exclamation_head::before {
    width: 15px;
    height: 15px;
    margin-top: .15em;
  }
}

.embed_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embed_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.disc_list {
  line-height: 1.75;
}
.disc_list > li {
  display: flex;
  align-items: flex-start;
}
.disc_list > li::before {
  flex-shrink: 0;
  content: "●";
  transform: scale(0.5);
  margin: 0 .2em 0 0;
}
.disc_list > li + li {
  margin-top: .5em;
}

.square_head_gray {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: .8em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .square_head_gray {
    font-size: 1.7rem;
  }
}
.square_head_gray::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  color: #aaaaaa;
}

.section_bim + .section_bim {
  margin-top: 100px;
}

.sec_block + .sec_block {
  margin-top: 70px;
}

.sec_block2 + .sec_block2 {
  margin-top: 50px;
}

.line_h {
  line-height: 1.75;
}

.bg_gray {
  background: #f8f7f7;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .bg_gray {
    padding: 25px calc(40 / 750 * 100vw);
  }
}
.bg_gray + .sec_block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bg_gray + .sec_block {
    margin-top: 35px;
  }
}

.anchor_box {
  border: 1px solid #b5b5b5;
  padding: 30px 29px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .anchor_box {
    padding: 25px calc(30 / 750 * 100vw);
    margin-bottom: 35px;
  }
}

.anchor_link {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .anchor_link {
    display: block;
  }
}
.anchor_link > * {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .anchor_link > * {
    min-width: none;
  }
  .anchor_link > * + * {
    margin-top: .5em;
  }
}
.anchor_link a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.anchor_link a .icon {
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  margin: 0 .5em 0 0;
  fill: #00508e;
  transform: rotate(90deg);
}

.lede_box {
  line-height: 1.75;
  padding: 30px;
}
.lede_box .lede_txt {
  margin-bottom: .8em;
}
@media screen and (max-width: 767px) {
  .lede_box .lede_txt {
    margin-bottom: 2em;
  }
}
.lede_box .lede_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lede_box .lede_inner {
    display: block;
    margin-top: 1em;
  }
  .lede_box .lede_inner .link_btn {
    width: fit-content;
    margin: 35px auto 0;
  }
}
.lede_box .lede_note {
  margin-top: .5em;
}

.circle_list > li {
  display: flex;
}
.circle_list > li::before {
  content: "●";
}

.boldheading {
  font-size: 1.6rem;
  font-weight: bold;
}

.list_category + .list_category {
  margin-top: 50px;
}

.bim_wrapper {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 30px 0 100px;
}
.bim_wrapper button {
  cursor: pointer;
}

.simu_area {
  margin: 30px 0;
}

.square_head {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}
.square_head::before {
  flex-shrink: 0;
  content: "■";
  color: #aaa;
}

.inner_wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner_wrap {
    width: 100%;
    padding-left: calc(40 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
  }
}

.lede_txt + .btn_wrap {
  margin-top: 25px;
}

.link_txt {
  color: #00508e;
  text-decoration: none;
}
.link_txt:hover {
  text-decoration: underline;
}

.link_btn {
  position: relative;
  background: #fff;
  border: 1px solid #c4c4c4;
  color: inherit;
  display: flex;
  align-items: center;
  min-height: 50px;
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 15px 10px 30px;
}
.link_btn svg {
  width: 6px;
  height: 10px;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  fill: #00508e;
}

.btn_wrap {
  width: fit-content;
}

.inquiry_btn {
  width: fit-content;
  margin: 25px auto 0;
}

.shrink0 {
  flex-shrink: 0;
}

.txt_red {
  color: #a40404;
}

.entry_example {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .entry_example {
    display: block;
  }
}
.entry_example > * {
  flex-shrink: 0;
}
.entry_example .capture_img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .entry_example .capture_img {
    width: 100%;
  }
}
.entry_example .fuki_img {
  width: 490px;
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .entry_example .fuki_img {
    width: calc(510 / 750 * 100vw);
    margin: calc(-10 / 750 * 100vw) auto 0;
  }
}

.flow_arr .arr {
  background: #aaa;
  width: 50px;
  height: 35px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 30px auto 15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .flow_arr .arr {
    margin: 25px auto 15px;
    width: 25px;
    height: 18px;
  }
}

.indent1em {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_cl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_cl {
    text-align: left;
  }
}

.disp_tbl {
  display: table;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.mt1em {
  margin-top: 1em !important;
}

.mb_halfem {
  margin-bottom: .5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

@media screen and (min-width: 768px) {
  .link_btn:hover {
    background: #00508f;
    color: #fff;
  }
  .link_btn:hover svg {
    fill: #fff;
  }

  .thum_link:hover .thumbs {
    opacity: .7;
  }
}

/*# sourceMappingURL=bim.css.map */
