@charset "UTF-8";
@import url(../../../common/css/layout.css);
.font-size58 {
  font-size: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .font-size58 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size58 {
    font-size: 2.25rem;
  }
}

.font-size36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .font-size36 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size36 {
    font-size: 1.375rem;
  }
}

.font-size30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .font-size30 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size30 {
    font-size: 1.375rem;
  }
}

.font-size26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .font-size26 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .font-size26 {
    font-size: 1.125rem;
  }
}

.font-size22, #contents .arrow-down {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .font-size22, #contents .arrow-down {
    font-size: 1.125rem;
  }
}

.font-size18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .font-size18 {
    font-size: 1.125rem;
  }
}

.font-size15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .font-size15 {
    font-size: 0.8125rem;
  }
}

.font-size14 {
  font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
  .font-size14 {
    font-size: 0.75rem;
  }
}

.column {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 7px;
  padding-left: 7px;
  letter-spacing: -0.5em;
}
.column * {
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .column {
    width: 100vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.column .column {
  padding-right: 0;
  padding-left: 0;
  letter-spacing: -0.5em;
}
.column .column * {
  letter-spacing: normal;
}

.col12 {
  width: calc(100% - 20px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .col12 {
    width: 98vw;
  }
}
@media screen and (max-width: 767px) {
  .col12 {
    width: 94vw;
  }
}

.col9 {
  width: 740px;
  display: inline-block;
  margin-left: 8.75px;
  margin-right: 8.75px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .col9 {
    width: 74vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col9 {
    width: 94vw;
  }
}

.col8 {
  width: 649.3333333333px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .col8 {
    width: 63.3333333333vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

.col6 {
  width: calc((100% - 40px) / 2);
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .col6 {
    width: 47vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col6 {
    width: 94vw;
    margin-left: 0;
    margin-right: 0;
  }
}

.col4 {
  width: calc((100% - 62px) / 3);
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .col4 {
    width: 30.6666666667vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 92vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.col3 {
  width: calc((100% - 80px) / 4);
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .col3 {
    width: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 92vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt60 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt60 {
    margin-top: 20px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt30 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt30 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mt20 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mt20 {
    margin-top: 10px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mb60 {
    margin-bottom: 20px;
  }
}

.mb40, .column {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mb40, .column {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mb40, .column {
    margin-bottom: 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mr20 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mr20 {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .mr20 {
    margin-right: 3vw;
  }
}

.ml20 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .ml20 {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .ml20 {
    margin-left: 3vw;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pt60 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pt60 {
    padding-top: 20px !important;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pt40 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt20 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pt20 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt10 {
  padding-top: 10px;
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pb60 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pb60 {
    padding-bottom: 20px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pb40 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pb30 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pb30 {
    padding-bottom: 10px;
  }
}

.pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .pb20 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0) {
  .pb20 {
    padding-bottom: 10px;
  }
}

.pb10 {
  padding-bottom: 10px;
}

#contents {
  width: 100% !important;
  scroll-behavior: smooth;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#contents section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#contents article {
  width: 988px;
  margin: 0 auto;
  position: relative;
}
#contents article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  color: inherit;
}
body {
  min-width: auto;
}
@media only screen and (min-device-width: 769px) {
  body {
    min-width: 998px;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}

.blue {
  color: #0b61b7 !important;
}

#contents {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "LucidaGrande", Verdana, "ヒラギノ角ゴProW3", "HiraginoKakuGothicPro", Osaka, "ＭＳＰゴシック", sans-serif;
  padding-bottom: 0;
  line-height: 1.6;
}
#contents .headline2 {
  margin-bottom: 2em;
  background: #0b61b7;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #contents .headline2 {
    font-size: 1.125rem;
    position: relative;
    min-height: 40px;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #contents .headline2 {
    font-size: 1rem;
    padding: 1em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #contents .headline2 span {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
  }
}
#contents .font-weight-extrabold {
  font-weight: 900;
}
#contents .font-weight-bold {
  font-weight: 700;
}
#contents .font-weight-normal {
  font-weight: 500;
}
#contents .font-weight-light {
  font-weight: 400;
}
#contents figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #contents figure img {
    max-width: 100%;
    height: auto;
  }
}
#contents .yellow {
  color: #ffff00 !important;
}
#contents .balloon {
  position: relative;
  background-color: #00a5e1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #contents .balloon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 45%;
    border-right: 15px solid #00a5e1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
#contents .arrow-down {
  position: relative;
  display: block;
  height: 1em;
  width: 1.5em;
  background-color: #0b61b7;
  margin: 0 auto;
  margin-bottom: 1.75em;
}
#contents .arrow-down:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 1.5em solid transparent;
  border-top: 1.5em solid #0b61b7;
  left: -0.75em;
  top: 0.9em;
}
#contents #footerNavi h2 {
  background: #0054A8;
  color: #fff;
  text-align: center;
  position: relative;
  clear: both;
  padding: 40px;
  font-size: 1.75rem;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contents #footerNavi h2 {
    font-size: 1.25rem;
    padding: 20px;
    line-height: 1.5;
  }
}
#contents #footerNavi h2:after {
  width: 20px;
  height: 14px;
  margin-left: -10px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  background: url(/bs/lp/common/images/h2.png) no-repeat;
}
#contents #visual_wrap {
  background-color: #a5e6fa;
}
@media screen and (min-width: 991px) {
  #contents #visual {
    position: relative;
    width: 1000px;
    height: 437px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #contents #visual {
    position: relative;
    width: 100vw;
    height: 43.7vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #contents #visual {
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 991px) {
  #contents #visual figure#mimamori_visual_01 img {
    position: absolute;
    top: 40px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #contents #visual figure#mimamori_visual_01 img {
    position: absolute;
    top: 17px;
    left: 2vw;
    width: 59.4vw;
  }
}
@media screen and (max-width: 767px) {
  #contents #visual figure#mimamori_visual_01 img {
    width: 90vw;
  }
}
@media screen and (min-width: 991px) {
  #contents #visual figure#mimamori_visual_02 img {
    position: absolute;
    top: 260px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #contents #visual figure#mimamori_visual_02 img {
    position: absolute;
    bottom: 2vw;
    left: 2vw;
    width: 33.3vw;
  }
}
@media screen and (max-width: 767px) {
  #contents #visual figure#mimamori_visual_02 img {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #contents #visual figure#mimamori_visual_02 {
    text-align: left;
    margin-left: 5vw;
  }
}
@media screen and (min-width: 991px) {
  #contents #visual figure#mimamori_visual_03 img {
    position: absolute;
    bottom: 54px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #contents #visual figure#mimamori_visual_03 img {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    width: 57vw;
  }
}
@media screen and (max-width: 767px) {
  #contents #visual figure#mimamori_visual_03 img {
    width: 75vw;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  #contents #visual figure#mimamori_visual_03 {
    text-align: right;
    margin-right: 5vw;
  }
}
#contents .mimamori_cases_list li {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  height: 100px;
  text-align: center;
}
#contents .mimamori_cases_list li img {
  max-width: 100%;
  max-height: 100%;
}
#contents #footerNavi {
  padding: 0 0 80px;
  border-top: 1px solid #ddd;
  background: #FAFAFA;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi {
    padding: 0 0 40px;
    text-align: center;
  }
}
#contents #footerNavi div {
  width: 980px;
  margin: 40px auto 0;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div {
    width: auto;
    margin: 40px 10px 0;
  }
}
#contents #footerNavi div h4 {
  margin-bottom: 15px;
  color: #045bb3;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div h4 {
    margin-bottom: 15px;
    color: #045bb3;
    font-size: 18px;
    font-weight: bold;
  }
}
#contents #footerNavi div div.contact {
  width: 655px;
  margin-right: 25px;
  border-right: 1px dotted #ccc;
  float: left;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact {
    width: auto;
    margin-right: 10px;
    border-right: none;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    float: none;
  }
}
#contents #footerNavi div div.contact p {
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact p {
    font-size: 13px;
  }
}
#contents #footerNavi div div.contact dl {
  width: 300px;
  margin-top: 20px;
  float: left;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact dl {
    width: auto;
    margin-top: 20px;
    float: none;
  }
}
#contents #footerNavi div div.contact dl dt {
  margin-bottom: 7px;
  color: #045bb3;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact dl dt {
    font-size: 13px;
    margin-bottom: 7px;
    color: #045bb3;
    font-weight: bold;
    font-size: 16px;
    line-height: 180%;
  }
}
#contents #footerNavi div div.contact dl.tell {
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact dl.tell {
    margin-right: 0px;
  }
}
#contents #footerNavi div div.contact dl.tell dd {
  font-size: 13px;
  font-weight: bold;
}
#contents #footerNavi div div.contact dl.tell b {
  padding-left: 45px;
  background: url(/bs/lp/common/images/tell.png) no-repeat 0 0;
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 150%;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact dl.tell b {
    padding-left: 0px;
    background: none;
    font-size: 30px;
    font-weight: bold;
    display: block;
    line-height: 150%;
  }
}
#contents #footerNavi div div.contact dl.form a {
  border-radius: 5px;
  width: 275px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.contact dl.form a {
    border-radius: 5px;
    width: 275px;
    display: inline-table;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    text-decoration: none;
  }
}
#contents #footerNavi div div.trial {
  width: 300px;
  float: right;
}
@media screen and (max-width: 980px) {
  #contents #footerNavi div div.trial {
    width: auto;
    float: none;
  }
}
#contents #footerNavi div div.trial p {
  margin: 20px 0 27px;
  font-size: 15px;
}