@charset "utf-8";
/* ============================================
共通
============================================= */
#topBox {
  margin-bottom: 0;
}
.content_wrap {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto auto;
}

.content_inner {
  padding: 0 30px;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.bg_gray {
  background: #F5F5F5;
}

.sp {
  display: none;
}

.mv_area {
  height: 183px;
  background: url(../images/price/mv_bg.png) 0 0/cover no-repeat;
}

.mv_area .mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.mv {
  padding: 35px 10px 0;
}

.mv .mv_ttl {
  /* font-size: 32px; */
  font-family: a-otf-ryumin-pr6n, serif;
  color: #2679B9;
  background: linear-gradient(90deg, #2679B9, #3AB5DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 0.7rem;
  letter-spacing: 0.15em !important;
  width: fit-content;
  margin: auto;
}

.mv .copy {
  width: 100%;
  line-height: 1;
}

.mv p span {
  font-size: unset;
  letter-spacing: inherit;
  /* display: inline-block; */
}

.breadcrumb {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.breadcrumb .list li {
  margin-right: 20px;
  position: relative;
}

.breadcrumb .list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.breadcrumb .list li:last-child {
  margin-right: 0;
}

.breadcrumb .list li:last-child::after {
  content: none;
}

.breadcrumb .list li a {
  color: #000;
}

.sec_wrap {
  padding-bottom: 60px;
}

.sec_wrap .sec_ttl {
  font-size: 28px;
  padding: 50px 0;
  letter-spacing: 0.06em;
}

.sec_wrap .page_ttl {
  font-size: 40px;
  color: #282D69;
  padding: 50px 0;
  padding-top: 0 !important;
  letter-spacing: 0.06em;
}

.sec_wrap .sec_txt {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.sec_wrap .sec_txt .note {
  text-align: right;
  display: block;
  font-size: 85%;
}

.sec_wrap .sec_txt .small {
  font-size: 14px;
}

.sec_wrap .sec_txt .accent {
  color: #EA0000;
}

.sec_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sec_example .conclusion {
  font-size: 0.24rem;
  color: #282d69;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.sec_box-system {
  padding: 20px 0;
  background: #fff;
}
.sec_box-example .ttl,
.sec_box-system .ttl {
  font-size: 0.24rem;
}
.sec_box-example .thumb,
.sec_box-system .thumb {
  margin-top: 18px;
}


.border_bottom_dot {
  border-bottom: 1px dotted #707070;
}

.contact_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/price/contact_bnr_bg.png) 0 0/cover no-repeat;
  padding: 50px 70px;
}

.contact_bnr .bnr_txt {
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.06em;
}

.contact_bnr .bnr_btn {
  max-width: 332px;
  height: 60px;
}

.contact_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/price/contact_bnr_bg.png) 0 0/cover no-repeat;
  padding: 45px 70px;
}

.contact_bnr .bnr_txt {
  font-size: 26px;
  color: #fff;
  line-height: 1.923;
  letter-spacing: 0.06em;
}

.contact_bnr .bnr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 332px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #1072B8;
  background: #fff;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
}

.contact_bnr .bnr_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 7px;
  background: url(../images/price/contact_btn_arrow.png) 0 0/cover no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_wrap {
  margin: 50px auto;
}
.btn_wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 332px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  border: solid 1px #707070;
  color: #222;
  background: #fff;
}
.btn_wrap .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 7px;
  background: url(../images/btn_arrow.png) 0 0/cover no-repeat;
  transform: translateY(-50%);
}
.content_wrap .btn_wrap .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.content_wrap .btn_wrap .btn {
  margin: 0;
}
.content_wrap .btn_wrap .btn:nth-of-type(1) {
  background: #fff;
  border: 1px solid #0d6fb8;
  color: #0d6fb8;
  margin: 0;
}
.content_wrap .btn_wrap .btn:nth-of-type(2) {
  background: linear-gradient(90deg, #2679B9, #3AB5DC);
  border: none;
  margin: 0;
}
.content_wrap .btn_wrap .btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all .3s ease;
}
.content_wrap .btn_wrap .btn::after {
  content: none;
}
.content_wrap .btn_wrap .btn a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 20px 10px;
}
.content_wrap .btn_wrap .btn:nth-of-type(1) a {
  color: #0d6fb8;
}
.pt_img-txt {
  padding-top: 44px;
}

/* footer */
#contact .inner p {
  letter-spacing: 4px;
}
#contact .inner .contact_right .tel a {
  letter-spacing: 0;
}


/* ============================================
ページ固有style
============================================= */

/* feature */
.sub_ttl {
  padding: 22px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFF;
  background: #0D6FB8;
}
.sec_intro .img_wrap {
  margin: 38px 0;
}
.sec_intro .img_wrap .img {
  margin: 0 auto;
}
.sec_intro .bg_gray {
  padding: 0 40px 40px;
}
.sec_intro .bg_gray:not(:first-of-type) {
  margin-top: 30px;
}
.sec_intro .bg_gray .sec_txt {
  margin: 0 auto 40px;
  font-size: 16px;
}
.sec_intro .bg_gray .sub_ttl {
  margin: 0 70px;
}
.sec_intro .bg_gray .img_wrap {
  width: 100%;
  margin: 0 0 48px;
}
.sec_intro .bg_gray .img_wrap .img {
  display: block;
  width: 100%;
  height: auto;
}
.sec_box_2col {
  display: flex;
  gap: 30px;
  /* margin-top: 40px; */
}
.sec_box_2col.reverse {
  flex-direction: row-reverse;
}
.sec_box_2col .item {
  flex: 1 1 auto;
}
.sec_box_2col .item.img-item {
  flex: 1 0 600px;
}
.sec_box_2col .item img {
  display: block;
  width: 100%;
  height: auto;
}
.sec_block {
  margin: 80px auto 0;
}
.item_ttl {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.2rem;
  text-align: left;
  margin: 1em 0;
}
.item_ttl:nth-of-type(1)::before,
.item_ttl:nth-of-type(2)::before,
.item_ttl:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}
.item_ttl:nth-of-type(1)::before {
  background: url(../images/bcp/icon_bcp_point_01.png) no-repeat left 100% / contain;
}
.item_ttl:nth-of-type(2)::before {
  background: url(../images/bcp/icon_bcp_point_02.png) no-repeat left 100% / contain;
}
.item_ttl:nth-of-type(3)::before {
  background: url(../images/bcp/icon_bcp_point_03.png) no-repeat left 100% / contain;
}
.sec_arrow {
  position: relative;
  display: block;
  height: 55px;
  margin-top: 40px;
}
.sec_arrow::before {
  content: '';
  width: 60px;
  height: 45px;
  background-color: #282D69;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_arrow::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 55px;
  border-color: #282D69 transparent transparent transparent;
}
.sec_arrow_txt {
  font-size: 0.5rem;
  font-weight: bold;
  margin-top: 0.2rem;
}
.sec_arrow_txt .underline {
  background: linear-gradient(0deg, #EDCD25 0.5em, transparent 0.5em);
  padding: 0px 5px 2px 5px;
}

@media screen and (max-width:980px) {
  .sec_box_2col {
    flex-wrap: wrap;
  }
    /* .item_ttl:nth-of-type(1)::before,
    .item_ttl:nth-of-type(2)::before,
    .item_ttl:nth-of-type(3)::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 0.3rem;
      height: 0.3rem;
    }.item_ttl:nth-of-type(1)::before {
      background: url(../images/bcp/icon_dummy_01.png);
      background-size: contain;
    }
    .item_ttl:nth-of-type(2)::before {
      background: url(../images/bcp/icon_dummy_02.png);
      background-size: contain;
    }
    .item_ttl:nth-of-type(3)::before {
      background: url(../images/bcp/icon_dummy_03.png);
      background-size: contain;
    } */

  .item_ttl:nth-of-type(1)::before,
  .item_ttl:nth-of-type(2)::before,
  .item_ttl:nth-of-type(3)::before {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block; */
    width: 0.3rem;
    height: 0.3rem;
  }
  /* .item_ttl:nth-of-type(1)::before {
    background: url(../images/bcp/icon_bcp_point_01.png) no-repeat left 100% / contain;
  }
  .item_ttl:nth-of-type(2)::before {
    background: url(../images/bcp/icon_bcp_point_02.png) no-repeat left 100% / contain;
  }
  .item_ttl:nth-of-type(3)::before {
    background: url(../images/bcp/icon_bcp_point_03.png) no-repeat left 100% / contain;
  } */

  .sec_box_2col .item.img-item {
    flex: 1 1 auto;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .content_wrap {
    max-width: calc(100% - 40px);
  }
  .content_inner {
    padding: 0;
  }
  .mv {
    padding: 30px 0;
  }
  .mv .mv_ttl {
    font-size: 32px;
    line-height: 1.4;
    /* text-align: left; */
  }
  .mv .copy {
    font-size: 20px;
    margin-top: 5px;;
    margin-bottom: 5px;
  }
  .mv_area {
    height: 100px;
    background: url(../images/price/mv_bg_sp.png) 0 0 / cover no-repeat;
  }
  .sec_wrap {
    padding-bottom: 30px;
  }
  .sec_wrap .sec_ttl {
    font-size: 22px;
    padding: 30px 0;
  }
  .sec_wrap .page_ttl {
    font-size: 28px;
    padding: 30px 0;
  }
  .sec_wrap .sec_txt {
    font-size: 15px;
  }
  .sec_wrap .sec_txt.ta_c {
    text-align: left;
  }
  .sec_wrap .sec_txt .small {
    font-size: 12px;
  }
  .sec_box {
    flex-wrap: wrap;
    gap: 25px;
  }
  /* .sec_box-system {
  } */
  .sec_box-example .ttl,
  .sec_box-system .ttl {
    font-size: 20px;
    margin-top: 0;
  }
  .sec_box-example .thumb,
  .sec_box-system .thumb {
    margin-top: 5px;
  }
  .contact_bnr {
    flex-direction: column;
    text-align: center;
    padding: 30px 22px 38px;
    background: url(../images/price/contact_bnr_bg_sp.png) 0 0/cover no-repeat;
  }
  .contact_bnr .bnr_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact_bnr .bnr_btn {
    max-width: 100%;
    font-size: 15px;
  }
  .sec_intro .bg_gray {
    padding: 0 20px 30px;
  }
  .sec_intro .bg_gray:not(:last-child) {
    padding: 0 20px 30px;
  }
  .sec_intro .bg_gray .sec_txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sub_ttl {
    font-size: 18px;
    line-height: 1.38;
    padding: 11px;
  }
  .sec_intro .bg_gray .sub_ttl {
    margin: 0;
  }
  .btn_wrap {
    margin: 30px 0 40px;
  }
  .btn_wrap .btn {
    font-size: 15px;
  }
  .content_wrap .btn_wrap .btns {
    flex-wrap: wrap;
  }
  .content_wrap .btn_wrap .btn {
    font-size: 15px;
  }
  .sec_box_2col {
    flex-wrap: wrap;
    gap: 20px;
    /* margin-top: 30px; */
  }
  .sec_box_2col.reverse {
    flex-direction: row;
  }
  .sec_box_2col .item {
    flex: 1 1 auto;
  }
  .sec_block {
    margin: 30px auto auto;
  }
  .item_ttl {
    position: relative;
    padding-left: 0.4rem;
    font-size: 0.2rem;
    text-align: left;
    margin: 0.5em 0;
  }
  .sec_arrow {
    position: relative;
    display: block;
    height: 55px;
    margin-top: 40px;
  }
  .sec_arrow::before {
    width: 60px;
    height: 45px;
    top: 0;
  }
  .sec_arrow::after {
    top: 0px;
    border-width: 55px;
  }
  .sec_arrow_txt {
    font-size: 0.32rem;
    font-weight: bold;
    margin-top: 0.2rem;
  }
  .pt_img-txt {
    padding-top: 0;
  }
}