@charset "UTF-8";
/*========== set.scss ==========*/
#bousaiLP {
  text-align: center;
  letter-spacing: 0.08em;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 375px) {
  #bousaiLP {
    font-size: 4vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP {
    font-size: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP {
    font-size: 15px;
  }
}
#bousaiLP div, #bousaiLP li, #bousaiLP span, #bousaiLP th, #bousaiLP td, #bousaiLP a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#bousaiLP img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}
@media screen and (max-width: 375px) {
  #bousaiLP .noSP {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .noPC {
    display: none !important;
  }
}
#bousaiLP .overTab {
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .overTab {
    display: block;
  }
}
#bousaiLP a {
  text-decoration: none;
}
#bousaiLP a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#bousaiLP #breadcrumbs {
  text-align: left;
}
@media screen and (max-width: 375px) {
  #bousaiLP #breadcrumbs {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}

#content {
  padding-bottom: 0;
}

/*========== c-inner.scss ==========*/
#bousaiLP .c-inner {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 375px) {
  #bousaiLP .c-inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .c-inner {
    width: 83.3116036506vw;
  }
}

/*========== c-btn.scss ==========*/
#bousaiLP .c-btn-std {
  text-align: center;
  border-radius: 1000px;
  color: #fff;
  display: block;
  margin: 0 auto;
  letter-spacing: 0;
  max-width: 315px;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1;
  padding: 1.5625em 0;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .c-btn-std {
    font-size: 2.0860495437vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .c-btn-std {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .c-btn-std {
    font-size: 16px;
  }
}
#bousaiLP .c-btn-std.clBK {
  background-color: #000;
}
#bousaiLP .c-btn-std.clBK:hover {
  background-color: #fff;
  color: #333;
}
#bousaiLP .c-btn-std.clOR {
  background-color: #EE6D34;
  border: 1.3333333333vw solid #EE6D34;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .c-btn-std.clOR {
    border-width: 0.6518904824vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .c-btn-std.clOR {
    border-width: 0.5208333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .c-btn-std.clOR {
    border-width: 5px;
  }
}
#bousaiLP .c-btn-std.clOR:hover {
  background-color: #fff;
  color: #333;
}
#bousaiLP .c-btn-std:hover {
  opacity: 1;
}

/*========== c-title.scss ==========*/
.c-titleArea {
  background-color: #DFF4EB;
}
.c-titleArea:after {
  content: "";
  display: block;
  width: 100%;
  height: 20.5333333333vw;
  background: url("../images/titlearea_bg_sp.png") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 376px) {
  .c-titleArea:after {
    background-image: url("../images/titlearea_bg.png");
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-titleArea:after {
    height: 10.0391134289vw;
  }
}
@media screen and (min-width: 768px) {
  .c-titleArea:after {
    height: 8.0208333333vw;
  }
}
@media screen and (min-width: 961px) {
  .c-titleArea:after {
    height: 77px;
  }
}
.c-titleArea .c-inner {
  position: relative;
}
@media screen and (max-width: 375px) {
  .c-titleArea .c-inner {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-titleArea .c-inner {
    padding-top: 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  .c-titleArea .c-inner {
    min-height: 27.9166666667vw;
    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;
  }
}
@media screen and (min-width: 961px) {
  .c-titleArea .c-inner {
    min-height: 268px;
  }
}
.c-titleArea.forIdea {
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .c-titleArea.forIdea {
    background-color: transparent;
    position: absolute;
    left: 4.1727672035vw;
    bottom: 10.2489019034vw;
    width: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1342px) {
  .c-titleArea.forIdea {
    bottom: 140px;
    left: 50%;
    width: 1342px;
    padding-left: 77px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-titleArea.forIdea:after {
  display: none;
}
.c-titleArea.forIdea .c-inner {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 375px) {
  .c-titleArea.forIdea .c-inner {
    margin-top: -21.3333333333vw !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-titleArea.forIdea .c-inner {
    margin-top: -10.2998696219vw !important;
  }
}
@media screen and (min-width: 768px) {
  .c-titleArea.forIdea .c-inner {
    min-height: inherit;
    max-width: none !important;
    margin: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .c-titleArea.forIdea .c-inner .c-title-obj {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0 2.3426061493vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .c-titleArea.forIdea .c-inner .c-title-txt {
    text-align: left;
  }
}
.c-titleArea.forIdea .c-inner .forIntro {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-titleArea.forIdea .c-inner .forIntro {
    text-align: left;
  }
}
.c-title-obj {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42.4vw;
  height: 42.4vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-obj {
    height: 20.7301173403vw;
    width: 20.7301173403vw;
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-obj {
    height: 16.5625vw;
    width: 16.5625vw;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 961px) {
  .c-title-obj {
    height: 159px;
    width: 159px;
  }
}
.c-title-obj .forIcon {
  margin: 0 auto;
  width: 24.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-obj .forIcon {
    width: 11.9947848761vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-obj .forIcon {
    width: 9.5833333333vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-obj .forIcon {
    width: 92px;
  }
}
.c-title-obj .forEng {
  line-height: 1;
  width: 100%;
  color: #CC0000;
  font-weight: 700;
  padding: 0.35em 0;
  font-size: 5.3333333333vw;
  letter-spacing: -0.02em;
}
.c-title-obj .forEng.forLines {
  padding-bottom: 0;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-obj .forEng {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-obj .forEng {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-obj .forEng {
    font-size: 20px;
  }
}
.c-title-obj .forSub {
  width: 100%;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 4vw;
}
.c-title-obj .forSub.forLines {
  margin-bottom: 1em;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-obj .forSub {
    font-size: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-obj .forSub {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-obj .forSub {
    font-size: 15px;
  }
}
.c-title-obj .forSub .sizeS {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-obj .forSub .sizeS {
    font-size: 1.3037809648vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-obj .forSub .sizeS {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-obj .forSub .sizeS {
    font-size: 10px;
  }
}
.c-title-txt {
  padding-bottom: 16vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-txt {
    padding-bottom: 4.5632333768vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-txt {
    padding-bottom: 0;
  }
}
.c-title-txt .forTtl {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
  letter-spacing: 0;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-txt .forTtl {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-txt .forTtl {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-txt .forTtl {
    font-size: 25px;
  }
}
.c-title-txt .forTtl .sizeS {
  font-size: 4vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-txt .forTtl .sizeS {
    font-size: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-txt .forTtl .sizeS {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-txt .forTtl .sizeS {
    font-size: 15px;
  }
}
.c-title-txt .forIntro {
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .c-title-txt .forIntro {
    line-height: 1.75;
    text-align: justify;
    font-size: 3.7333333333vw;
  }
}
.c-title-txt .forNotice {
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .c-title-txt .forNotice {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5645371578vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-txt .forNotice {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.25vw;
    padding: 0 17.7083333333vw 0 19.7916666667vw;
  }
}
@media screen and (min-width: 961px) {
  .c-title-txt .forNotice {
    font-size: 12px;
    padding: 0 170px 0 190px;
  }
}
.c-title-txt .forNotice_ttl {
  border: 1px solid #333333;
  width: 5em;
  margin-right: 1em;
}
@media screen and (max-width: 375px) {
  .c-title-txt .forNotice_ttl {
    width: 3em;
    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;
  }
}
.c-title-txt .forNotice_txt {
  width: calc(100% - 6.5em);
  text-align: left;
}
@media screen and (max-width: 375px) {
  .c-title-txt .forNotice_txt {
    width: calc(100% - 4.5em);
  }
}

/*========== c-table.scss ==========*/
.c-table-std {
  width: 100%;
  border-collapse: collapse;
}

/*========== p-mv.scss ==========*/
#bousaiLP .p-mv {
  background-color: #DFF4EB;
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv {
    position: relative;
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (min-width: 1367px) {
  #bousaiLP .p-mv {
    padding-bottom: 100px;
  }
}
#bousaiLP .p-mv-viewport {
  overflow: hidden;
  background-color: #DFF4EB;
  z-index: 1;
  position: relative;
}
#bousaiLP .p-mv-ttl {
  text-align: left;
  position: absolute;
  font-size: 8.2666666667vw;
  left: 8vw;
  top: 6.9333333333vw;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-ttl {
    font-size: 5.2151238592vw;
    left: 8.3441981747vw;
    top: 4.5632333768vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-ttl {
    font-size: 35px;
    position: absolute;
    top: 42px;
    left: 53px;
  }
}
#bousaiLP .p-mv-ttl .bg {
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.35em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-mv-ttl .bg:first-child {
    padding-right: 0;
  }
  #bousaiLP .p-mv-ttl .bg:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-ttl .bg:first-child {
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-ttl .sp_only {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-content {
    height: 154.9333333333vw;
    width: 259.2vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-content {
    height: 82.6597131682vw;
    width: 178.0964797914vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-content {
    height: 739px;
    width: 1342px;
  }
}
@media screen and (min-width: 1343px) {
  #bousaiLP .p-mv-content {
    margin: 0 0 0 auto;
  }
}
#bousaiLP .p-mv-image {
  width: auto;
  height: 100%;
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-image.forSP {
    display: block;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-image.forTAB {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-image.forPC {
    display: block;
  }
}
#bousaiLP .p-mv-point .point {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point {
    width: 17.9921773142vw;
    height: 17.9921773142vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point {
    width: 138px;
    height: 138px;
  }
}
#bousaiLP .p-mv-point .point__content {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
#bousaiLP .p-mv-point .point__content-normal {
  opacity: 1;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-mv-point .point__content-normal {
    font-size: 13px;
  }
}
#bousaiLP .p-mv-point .point__content-over {
  display: none;
  opacity: 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#bousaiLP .p-mv-point .point__content:after {
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #D7092F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#bousaiLP .p-mv-point .point__content:hover:after {
  -webkit-transform: scale(3.45);
          transform: scale(3.45);
  background-color: #DFF4EB;
}
#bousaiLP .p-mv-point .point__content:hover .point__content-normal {
  opacity: 0;
  display: none;
}
#bousaiLP .p-mv-point .point__content:hover .point__content-over {
  display: block;
  opacity: 1;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 345%;
  height: 345%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-mv-point .point__content:hover .point__content-over {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point01 {
    right: 109.0666666667vw;
    top: 85.3333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point01 {
    right: 65.8409387223vw;
    top: 40.1564537158vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point01 {
    right: 493px;
    top: 314px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point02 {
    right: 85.6vw;
    top: 44.5333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point02 {
    right: 48.370273794vw;
    top: 13.1681877445vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point02 {
    right: 359px;
    top: 107px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point03 {
    right: 54.4vw;
    top: 62.9333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point03 {
    right: 27.2490221643vw;
    top: 25.1629726206vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point03 {
    right: 197px;
    top: 199px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point04 {
    right: 106.9333333333vw;
    top: 52.2666666667vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point04 {
    right: 63.3637548892vw;
    top: 18.3833116037vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point04 {
    right: 474px;
    top: 147px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point05 {
    right: 54.4vw;
    top: 90.4vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point05 {
    right: 27.2490221643vw;
    top: 44.7196870926vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point05 {
    right: 197px;
    top: 349px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point06 {
    right: 22.4vw;
    top: 113.0666666667vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point06 {
    right: 4.5632333768vw;
    top: 61.0169491525vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point06 {
    right: 29px;
    top: 468px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point07 {
    right: 52.5333333333vw;
    top: 32vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point07 {
    right: 23.3376792699vw;
    top: 5.8670143416vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point07 {
    right: 167px;
    top: 51px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point08 {
    right: 18.6666666667vw;
    top: 52.2666666667vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point08 {
    right: 2.7379400261vw;
    top: 18.3833116037vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point08 {
    right: 9px;
    top: 147px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point09 {
    right: 144.2666666667vw;
    top: 88vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point09 {
    right: 89.0482398957vw;
    top: 43.0247718383vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point09 {
    right: 671px;
    top: 336px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-mv-point .point10 {
    right: 153.8666666667vw;
    top: 69.3333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-mv-point .point10 {
    right: 95.6975228162vw;
    top: 30.2477183833vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-mv-point .point10 {
    right: 722px;
    top: 238px;
  }
}

.md-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #333;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.md-overlay.open {
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.md-contents {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 379px;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
  background: #F7F7F7;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 375px) {
  .md-contents {
    width: 100%;
  }
}
.md-contents.open {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.md-inner {
  padding: 0 15.2vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 376px) {
  .md-inner {
    padding: 0 60px;
  }
}
.md-inner .forTtl {
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 -15.2vw 0.5em;
  font-size: 4.8vw;
}
@media screen and (min-width: 376px) {
  .md-inner .forTtl {
    line-height: 1.75;
    margin: 0 -60px 1.5em;
    font-size: 20px;
  }
}
.md-inner .forTxt {
  text-align: justify;
  padding-top: 1em;
  line-height: 1.7;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 376px) {
  .md-inner .forTxt {
    line-height: 2;
    padding-top: 2em;
    font-size: 15px;
  }
}

.md-xmark {
  position: absolute;
  top: 7.2vw;
  right: 7.7333333333vw;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  z-index: 9999;
  cursor: pointer;
  background: url("../images/close.png") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 376px) {
  .md-xmark {
    top: 27px;
    right: 29px;
    width: 56px;
    height: 56px;
  }
}

/*========== p-nav.scss ==========*/
#bousaiLP .p-nav {
  padding: 17.3333333333vw 0 10.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav {
    padding: 17.3333333333vw 0 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav {
    padding: 13.037809648vw 0;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav {
    padding: 160px 0 100px;
  }
}
#bousaiLP .p-nav-ttl {
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 8vw;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-ttl {
    font-size: 5.2151238592vw;
    margin-bottom: 9.1264667536vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-ttl {
    font-size: 4.6875vw;
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-ttl {
    font-size: 45px;
    margin-bottom: 100px;
  }
}
#bousaiLP .p-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bousaiLP .p-nav-items__item {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-nav-items__item {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item {
    margin-bottom: 5.8670143416vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item {
    margin-bottom: 45px;
  }
}
#bousaiLP .p-nav-items__item a {
  background-color: #DFF4EB;
  width: 38.6666666667vw;
  height: 38.1333333333vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-nav-items__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-nav-items__item a {
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item a {
    width: 37.8096479791vw;
    height: 37.8096479791vw;
    padding-top: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item a {
    width: 30.2083333333vw;
    height: 30.2083333333vw;
    padding-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item a {
    width: 290px;
    height: 290px;
    padding-top: 25px;
  }
}
#bousaiLP .p-nav-items__item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-nav-items__item a:after {
    display: none;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item a:after {
    width: 2.4771838331vw;
    height: 2.4771838331vw;
    bottom: 5.8670143416vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item a:after {
    width: 1.9791666667vw;
    height: 1.9791666667vw;
    bottom: 4.6875vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item a:after {
    width: 19px;
    height: 19px;
    bottom: 45px;
  }
}
#bousaiLP .p-nav-items__item .forIcon {
  display: block;
  margin: 0 auto;
  width: 20.2666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item .forIcon {
    width: 19.556714472vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item .forIcon {
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item .forIcon {
    width: 160px;
  }
}
#bousaiLP .p-nav-items__item .forEng {
  letter-spacing: 0;
  line-height: 1;
  padding: 0.5em 0 0.3em;
  color: #CC0000;
  font-weight: 700;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-nav-items__item .forEng {
    display: block;
    padding: 0.75em 0 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item .forEng {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item .forEng {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item .forEng {
    font-size: 20px;
  }
}
#bousaiLP .p-nav-items__item .forSub {
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-nav-items__item .forSub {
    display: inline-block;
    padding-top: 0.6em;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item .forSub {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item .forSub {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item .forSub {
    font-size: 25px;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-nav-items__item .forSub.lines {
    padding-top: 0;
  }
}
#bousaiLP .p-nav-items__item .forSub .sizeS {
  font-size: 3.2vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-nav-items__item .forSub .sizeS {
    font-size: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-nav-items__item .forSub .sizeS {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-nav-items__item .forSub .sizeS {
    font-size: 15px;
  }
}
#bousaiLP .p-nav-items__item .forSub:after {
  content: "";
  display: block;
  margin: 0.25em auto 0;
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain;
  width: 4vw;
  height: 4vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-nav-items__item .forSub:after {
    display: none;
  }
}

/*========== p-dl.scss ==========*/
#bousaiLP .p-dl {
  background-color: #FCD02F;
  padding: 12vw 0;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-dl {
    padding: 4.5632333768vw 0 5.8670143416vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-dl {
    padding: 5.2083333333vw 0 3.6458333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-dl {
    padding: 50px 0 35px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-dl .c-inner {
    position: relative;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-dl .c-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-dl-obj {
    position: absolute;
    left: 8vw;
    top: 0;
    width: 38.6666666667vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-dl-obj {
    width: 28.0312907432vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-dl-obj {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-dl-obj .forObj02 {
    display: none;
  }
}
#bousaiLP .p-dl-txt {
  text-align: justify;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-dl-txt {
    width: 50.8474576271vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-dl-txt {
    width: 50%;
    padding-left: 9.375vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-dl-txt {
    padding-left: 90px;
  }
}
#bousaiLP .p-dl-txt .forTtl {
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-dl-txt .forTtl {
    padding-left: 50%;
    line-height: 1.75;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-dl-txt .forTtl {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-dl-txt .forTtl {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-dl-txt .forTtl {
    font-size: 25px;
  }
}
#bousaiLP .p-dl-txt .forTxt {
  line-height: 1.65;
  margin-bottom: 1.5em;
  font-size: 3.7333333333vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-dl-txt .forTxt {
    padding-left: 50%;
    line-height: 1.75;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-dl-txt .forTxt {
    font-size: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-dl-txt .forTxt {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-dl-txt .forTxt {
    font-size: 15px;
  }
}
#bousaiLP .p-dl-txt .c-btn-std {
  margin: 0;
}

/*========== p-vision.scss ==========*/
#bousaiLP .p-vision {
  padding-top: 12vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision {
    padding-top: 7.8226857888vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision {
    padding-top: 7.2916666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision {
    padding-top: 70px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision__inner {
    width: 100%;
  }
}
#bousaiLP .p-vision-ttl {
  margin-bottom: 1em;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-ttl {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-ttl {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-ttl {
    font-size: 25px;
  }
}
#bousaiLP .p-vision-subTtl {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-subTtl {
    margin-bottom: 5.8670143416vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-subTtl {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-subTtl {
    margin-bottom: 45px;
  }
}
#bousaiLP .p-vision-subTtl .inBox {
  display: inline-block;
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-subTtl .inBox {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-subTtl .inBox {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-subTtl .inBox {
    font-size: 20px;
  }
}
#bousaiLP .p-vision-subTtl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1.8666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-subTtl:after {
    height: 0.9126466754vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-subTtl:after {
    height: 0.7291666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-subTtl:after {
    height: 7px;
  }
}
#bousaiLP .p-vision-subTtl.vision01:after {
  background-color: #FD9968;
}
#bousaiLP .p-vision-subTtl.vision02:after {
  background-color: #FAD358;
}
#bousaiLP .p-vision-subTtl.vision03:after {
  background-color: #8EE2D4;
}
#bousaiLP .p-vision-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab {
    margin-bottom: 6.258148631vw;
    padding: 0 8.3441981747vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab {
    margin-bottom: 56px;
  }
}
#bousaiLP .p-vision-tab__item {
  width: 33.3333333333%;
  cursor: pointer;
  padding: 3.2vw 1.8666666667vw 1.8666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab__item {
    padding: 2.6075619296vw 0.9126466754vw 0.9126466754vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab__item {
    padding: 3.6458333333vw 0.7291666667vw 0.7291666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab__item {
    padding: 35px 7px 7px;
  }
}
#bousaiLP .p-vision-tab__item.item01 {
  background-color: #FD9968;
}
#bousaiLP .p-vision-tab__item.item01:after {
  border-color: #FD9968 transparent transparent transparent;
}
#bousaiLP .p-vision-tab__item.item02 {
  background-color: #FAD358;
}
#bousaiLP .p-vision-tab__item.item02:after {
  border-color: #FAD358 transparent transparent transparent;
}
#bousaiLP .p-vision-tab__item.item03 {
  background-color: #8EE2D4;
}
#bousaiLP .p-vision-tab__item.item03:after {
  border-color: #8EE2D4 transparent transparent transparent;
}
#bousaiLP .p-vision-tab__item .forNum {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab__item .forNum {
    font-size: 3.1290743155vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab__item .forNum {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab__item .forNum {
    font-size: 36px;
  }
}
#bousaiLP .p-vision-tab__item .forTxt {
  background-color: #fff;
  padding: 5.3333333333vw 0 6.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab__item .forTxt {
    padding: 4.0417209909vw 0 5.8670143416vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab__item .forTxt {
    padding: 3.8541666667vw 0 4.6875vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab__item .forTxt {
    padding: 37px 0 45px;
  }
}
#bousaiLP .p-vision-tab__item .forTxt_01 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab__item .forTxt_01 {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab__item .forTxt_01 {
    font-size: 2.0833333333vw;
  }
  #bousaiLP .p-vision-tab__item .forTxt_01 .overTab {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab__item .forTxt_01 {
    font-size: 20px;
  }
}
#bousaiLP .p-vision-tab__item .forTxt_02 {
  letter-spacing: 0;
  font-size: 2.4vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab__item .forTxt_02 {
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab__item .forTxt_02 {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab__item .forTxt_02 {
    font-size: 15px;
  }
}
#bousaiLP .p-vision-tab__item.active {
  position: relative;
}
#bousaiLP .p-vision-tab__item.active .forTxt {
  background-color: transparent;
  color: #fff;
}
#bousaiLP .p-vision-tab__item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -2.6666666667vw;
  border-width: 3.2vw 2.6666666667vw 0 2.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tab__item.active:after {
    bottom: -1.1734028683vw;
    border-width: 1.3037809648vw 1.3037809648vw 0 1.3037809648vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tab__item.active:after {
    bottom: -1.7708333333vw;
    border-width: 1.875vw 1.7708333333vw 0 1.7708333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tab__item.active:after {
    bottom: -17px;
    border-width: 18px 17px 0 17px;
  }
}
#bousaiLP .p-vision-tabContainer__content {
  display: none;
  border-top-width: 1.8666666667vw;
  border-top-style: solid;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content {
    border-top-width: 0.9126466754vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content {
    border-top-width: 0.7291666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content {
    border-top-width: 7px;
  }
}
#bousaiLP .p-vision-tabContainer__content.content01 {
  border-top-color: #FD9968;
}
#bousaiLP .p-vision-tabContainer__content.content02 {
  border-top-color: #FAD358;
}
#bousaiLP .p-vision-tabContainer__content.content03 {
  border-top-color: #8EE2D4;
}
#bousaiLP .p-vision-tabContainer__content.active {
  display: block;
}
#bousaiLP .p-vision-tabContainer__content .content-MV {
  position: relative;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV {
    margin-bottom: 7.8226857888vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV {
    margin-bottom: 8.2291666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV {
    margin-bottom: 79px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 5.3333333333vw 8vw 15.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 {
    left: 35.2020860495vw;
    top: 6.518904824vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 {
    left: 48.2291666667vw;
    top: 5.8333333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 {
    left: 463px;
    top: 56px;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 .forObj01 {
  width: 36.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 .forObj01 {
    width: 17.8617992177vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 .forObj01 {
    width: 14.2708333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision01 .forObj01 {
    width: 137px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 {
    left: 44.1981747066vw;
    top: 27.7705345502vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 {
    left: 57.6041666667vw;
    top: 23.3333333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 {
    left: 553px;
    top: 224px;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 .forObj01 {
  width: 26.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 .forObj01 {
    width: 13.037809648vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 .forObj01 {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision02 .forObj01 {
    width: 100px;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 {
    display: block;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 {
    left: 58.9308996089vw;
    top: 3.6505867014vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 {
    left: 73.2291666667vw;
    top: 2.1875vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 {
    left: 703px;
    top: 21px;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 .forObj01 {
  width: 36.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 .forObj01 {
    width: 17.8617992177vw;
    margin-bottom: 1.3037809648vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 .forObj01 {
    width: 14.2708333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_ctt.vision03 .forObj01 {
    width: 137px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV_bg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV .forTxt {
    width: 50%;
    text-align: justify;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-vision-tabContainer__content .content-MV .forTxt {
    text-align: left;
    padding-left: 1.75em;
    line-height: 2;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three {
  position: relative;
  letter-spacing: 0;
  margin-bottom: 6.6666666667vw;
}
#bousaiLP .p-vision-tabContainer__content .content-three_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item {
  line-height: 1.3;
  width: 33.3333333333%;
  min-height: 77.0666666667vw;
  font-size: 3.7333333333vw;
  padding-top: 32vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item {
    min-height: 59.3220338983vw;
    padding-top: 32.5945241199vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item {
    width: 26.4583333333vw;
    min-height: 48.0208333333vw;
    padding-top: 23.4375vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item {
    width: 254px;
    min-height: 461px;
    padding-top: 225px;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item:not(:last-child) {
    margin-right: 3.4375vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item:not(:last-child) {
    margin-right: 33px;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item01-1 {
  background-image: url("../images/vision01_item01.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item01-1 {
    background-image: url("../images/vision01_item01_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item01-2 {
  background-image: url("../images/vision01_item02.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item01-2 {
    background-image: url("../images/vision01_item02_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item01-3 {
  background-image: url("../images/vision01_item03.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item01-3 {
    background-image: url("../images/vision01_item03_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item02-1 {
  background-image: url("../images/vision02_item01.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item02-1 {
    background-image: url("../images/vision02_item01_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item02-2 {
  background-image: url("../images/vision02_item02.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item02-2 {
    background-image: url("../images/vision02_item02_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item02-3 {
  background-image: url("../images/vision02_item03.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item02-3 {
    background-image: url("../images/vision02_item03_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item03-1 {
  background-image: url("../images/vision03_item01.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item03-1 {
    background-image: url("../images/vision03_item01_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item03-2 {
  background-image: url("../images/vision03_item02.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item03-2 {
    background-image: url("../images/vision03_item02_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three_items__item.item03-3 {
  background-image: url("../images/vision03_item03.png");
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-three_items__item.item03-3 {
    background-image: url("../images/vision03_item03_sp.png");
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three .forTtl {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forTtl {
    font-size: 2.4771838331vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forTtl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forTtl {
    font-size: 20px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forTxt {
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forTxt {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forTxt {
    font-size: 15px;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-three .forArw {
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/vision_arrow.png") center no-repeat;
  background-size: 100% 100%;
  bottom: 5.3333333333vw;
  width: 95.2vw;
  height: 17.3333333333vw;
  line-height: 17.3333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forArw {
    bottom: 3.520208605vw;
    width: 93.8722294654vw;
    height: 15.7757496741vw;
    line-height: 15.7757496741vw;
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forArw {
    bottom: 3.75vw;
    width: 78.2291666667vw;
    height: 12.6041666667vw;
    line-height: 12.6041666667vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-three .forArw {
    bottom: 36px;
    width: 751px;
    height: 121px;
    line-height: 121px;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj {
    padding: 0 8vw;
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj {
    margin-bottom: 9.1264667536vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj {
    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;
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg {
    margin: 0 auto 5.7366362451vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision01 {
    width: 56.7144719687vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision01 {
    width: 45.3125vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision01 {
    width: 435px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision02 {
    width: 55.8018252934vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision02 {
    width: 44.5833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision02 {
    width: 428px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision03 {
    width: 58.2790091265vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision03 {
    width: 46.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forImg.vision03 {
    width: 447px;
  }
}
#bousaiLP .p-vision-tabContainer__content .content-obj .forTxt {
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.75;
  color: #D7092F;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forTxt {
    text-align: justify;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forTxt {
    line-height: 2.25;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forTxt {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forTxt {
    padding-left: 2em;
    text-align: left;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tabContainer__content .content-obj .forTxt {
    font-size: 20px;
  }
}
#bousaiLP .p-vision-tbl {
  min-width: 256vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-vision-tbl {
    min-width: 960px;
  }
}
#bousaiLP .p-vision-tblBox {
  position: relative;
  overflow-x: scroll;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tblBox {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tblBox {
    padding-top: 3.9113428944vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-vision-tblBox {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tblBoxWrap {
    padding: 0 8.3441981747vw;
  }
}
#bousaiLP .p-vision-tblBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 13.8666666667vw;
  top: 0;
  background: url("../images/swipe.png") center no-repeat;
  background-size: contain;
  width: 28.2666666667vw;
  height: 16.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-vision-tblBox:before {
    left: 9.3872229465vw;
    width: 19.1655801825vw;
    height: 10.9517601043vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-vision-tblBox:before {
    display: none;
  }
}
#bousaiLP .p-vision-tbl th, #bousaiLP .p-vision-tbl td {
  letter-spacing: -0.01em;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-vision-tbl th, #bousaiLP .p-vision-tbl td {
    border-left-width: 1.0666666667vw;
    border-bottom-width: 1.0666666667vw;
  }
}
#bousaiLP .p-vision-tbl th {
  padding: 1em 0;
}
#bousaiLP .p-vision-tbl th.bgGR {
  width: 29.5%;
}
#bousaiLP .p-vision-tbl td {
  padding: 0.65em 0.8em;
}
#bousaiLP .p-vision-tbl td.txtCenter {
  text-align: center !important;
}
#bousaiLP .p-vision-tbl thead th {
  background-color: #DFE7E7;
}
#bousaiLP .p-vision-tbl thead th.leftTop {
  background-color: transparent;
}
#bousaiLP .p-vision-tbl thead th:last-child {
  border-right: none;
}
#bousaiLP .p-vision-tbl tbody th {
  text-align: center;
  padding: 0 1em;
  vertical-align: middle;
  border-left: none;
}
#bousaiLP .p-vision-tbl tbody.vision01 th {
  background-color: #F8C1A6;
}
#bousaiLP .p-vision-tbl tbody.vision02 th {
  background-color: #FDE8A6;
}
#bousaiLP .p-vision-tbl tbody.vision03 th {
  background-color: #C1EBE5;
}
#bousaiLP .p-vision-tbl tbody td {
  vertical-align: middle;
  text-align: left;
  background-color: #F7F7F7;
}
#bousaiLP .p-vision-tbl tbody td.vision01 {
  background-color: #F8E8E1;
}
#bousaiLP .p-vision-tbl tbody td.vision02 {
  background-color: #FCF3D8;
}
#bousaiLP .p-vision-tbl tbody td.vision03 {
  background-color: #E2FAF7;
}
#bousaiLP .p-vision-tbl tbody td:last-child {
  border-right: none;
}

/*========== p-plan.scss ==========*/
#bousaiLP .p-plan {
  padding-top: 9.3333333333vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-plan {
    margin: 0 -8vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-plan {
    padding-top: 9.1264667536vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-plan {
    padding-top: 13.0208333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-plan {
    padding-top: 125px;
  }
}
#bousaiLP .p-plan-tbl {
  min-width: 256vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-plan-tbl {
    min-width: 960px;
  }
}
#bousaiLP .p-plan-tblBox {
  position: relative;
  overflow-x: scroll;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-plan-tblBox {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-plan-tblBox {
    padding-top: 3.9113428944vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-plan-tblBox {
    overflow-x: hidden;
  }
}
#bousaiLP .p-plan-tblBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 13.8666666667vw;
  top: 0;
  background: url("../images/swipe.png") center no-repeat;
  background-size: contain;
  width: 28.2666666667vw;
  height: 16.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-plan-tblBox:before {
    left: 9.3872229465vw;
    width: 19.1655801825vw;
    height: 10.9517601043vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-plan-tblBox:before {
    display: none;
  }
}
#bousaiLP .p-plan-tblBox th, #bousaiLP .p-plan-tblBox td {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-plan-tblBox th, #bousaiLP .p-plan-tblBox td {
    border-left-width: 1.0666666667vw;
    border-bottom-width: 1.0666666667vw;
  }
}
#bousaiLP .p-plan-tblBox th.year, #bousaiLP .p-plan-tblBox td.year {
  border-left: 3px dashed #fff;
  padding: 1em 0 !important;
  text-align: center;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-plan-tblBox th.year, #bousaiLP .p-plan-tblBox td.year {
    border-left-width: 0.8vw;
  }
}
#bousaiLP .p-plan-tblBox thead th {
  padding: 1.25em 0;
  text-align: center;
  background-color: #DFE7E7;
}
#bousaiLP .p-plan-tblBox thead th.leftTop {
  background-color: transparent;
}
#bousaiLP .p-plan-tblBox tbody th {
  padding: 1.25em 1.25em;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-plan-tblBox tbody th {
    border-left: none;
  }
}
#bousaiLP .p-plan-tblBox tbody th.type01 {
  background-color: #F8C1A6;
}
#bousaiLP .p-plan-tblBox tbody th.type02 {
  background-color: #FDE8A6;
}
#bousaiLP .p-plan-tblBox tbody th.type03 {
  background-color: #C1EBE5;
}
#bousaiLP .p-plan-tblBox tbody td {
  padding: 0 1em;
  vertical-align: middle;
  background-color: #F7F7F7;
}
#bousaiLP .p-plan-tblBox tbody td.type01 {
  background-color: #F8C1A6;
}
#bousaiLP .p-plan-tblBox tbody td.type02 {
  background-color: #FDE8A6;
}
#bousaiLP .p-plan-tblBox tbody td.type03 {
  background-color: #C1EBE5;
}
#bousaiLP .p-plan-tblBox tbody td.type04 {
  background-color: #F8E8E1;
}
#bousaiLP .p-plan-tblBox tbody td.type05 {
  background-color: #FCF3D8;
}
#bousaiLP .p-plan-tblBox tbody td.type06 {
  background-color: #E2FAF7;
}
#bousaiLP .p-plan-tblBox tbody td.txtCenter {
  text-align: center;
}

/*========== p-bokulab.scss ==========*/
#bousaiLP .p-bokulab {
  padding-top: 11.4666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-bokulab {
    padding-top: 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-bokulab {
    padding-top: 4.4791666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-bokulab {
    padding-top: 43px;
  }
}
#bousaiLP .p-bokulab-ttl {
  font-weight: 700;
  line-height: 1.6;
  font-size: 6.6666666667vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-bokulab-ttl {
    font-size: 3.259452412vw;
    margin-bottom: 6.518904824vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-bokulab-ttl {
    font-size: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-bokulab-ttl {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
#bousaiLP .p-bokulab-txt {
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-bokulab-txt {
    line-height: 1.66;
    margin: 0 auto;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-bokulab-txt {
    margin-bottom: 6.518904824vw;
    max-width: 71.8383311604vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-bokulab-txt {
    margin-bottom: 5.2083333333vw;
    max-width: 57.3958333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-bokulab-txt {
    margin-bottom: 50px;
    max-width: 551px;
  }
}

/*========== p-agreement.scss ==========*/
#bousaiLP .p-agreement:not(:last-child) {
  margin-bottom: 16vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement:not(:last-child) {
    margin-bottom: 7.8226857888vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement:not(:last-child) {
    margin-bottom: 60px;
  }
}
#bousaiLP .p-agreement-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9.8666666667vw 0 18.9333333333vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-guide {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-guide {
    margin: 3.259452412vw 0 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-guide {
    margin: 2.6041666667vw 0 3.4375vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-guide {
    margin: 25px 0 33px;
  }
}
#bousaiLP .p-agreement-guide .guide {
  letter-spacing: 0;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-guide .guide {
    font-size: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-guide .guide {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-guide .guide {
    font-size: 15px;
  }
}
#bousaiLP .p-agreement-guide .guide:not(:last-child) {
  margin-right: 1em;
}
#bousaiLP .p-agreement-guide .guide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-guide .guide:before {
    width: 3.259452412vw;
    height: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-guide .guide:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-guide .guide:before {
    width: 25px;
    height: 25px;
  }
}
#bousaiLP .p-agreement-guide .guide01:before {
  border: 2px solid #D7092F;
  border-radius: 2.4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-guide .guide01:before {
    border-radius: 1.1734028683vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-guide .guide01:before {
    border-radius: 0.9375vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-guide .guide01:before {
    border-radius: 9px;
  }
}
#bousaiLP .p-agreement-guide .guide02:before {
  background-color: #FDE8A6;
}
#bousaiLP .p-agreement-guide .guide03:before {
  background-color: #C1EBE5;
}
#bousaiLP .p-agreement-ttl {
  color: #333;
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1.4em;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-ttl {
    line-height: 1.4;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-ttl {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-ttl {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-ttl {
    font-size: 25px;
  }
}
#bousaiLP .p-agreement-ttl .forIcon {
  line-height: 1;
  color: #D7092F;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-ttl .forIcon {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-ttl .forIcon {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-ttl .forIcon {
    font-size: 20px;
  }
}
#bousaiLP .p-agreement-ttl .forIcon__inner {
  position: relative;
}
#bousaiLP .p-agreement-ttl .forIcon__inner:before {
  content: "";
  display: block;
  margin: 0 auto 2.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.2vw;
  height: 19.2vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-ttl .forIcon__inner:before {
    width: 9.3872229465vw;
    margin-bottom: 1.3037809648vw;
    height: 9.3872229465vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-ttl .forIcon__inner:before {
    width: 7.5vw;
    margin-bottom: 1.0416666667vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-ttl .forIcon__inner:before {
    width: 72px;
    margin-bottom: 10px;
    height: 72px;
  }
}
#bousaiLP .p-agreement-ttl .forIcon__inner.icon01:before {
  background-image: url("../images/agreement_icon01.png");
}
#bousaiLP .p-agreement-ttl .forIcon__inner.icon02:before {
  background-image: url("../images/agreement_icon02.png");
}
#bousaiLP .p-agreement-ttl .forIcon__inner.icon03:before {
  background-image: url("../images/agreement_icon03.png");
}
#bousaiLP .p-agreement-ttl .forIcon__inner.icon04:before {
  background-image: url("../images/agreement_icon04.png");
}
#bousaiLP .p-agreement-subTtl {
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  color: #D7092F;
  border: 0.5333333333vw solid #D7092F;
  border-radius: 1.8666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 16vw;
  line-height: 16vw;
  width: 42.1333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-subTtl {
    border-width: 2px;
    border-radius: 7px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-subTtl {
    font-size: 1.9556714472vw;
    height: 7.8226857888vw;
    line-height: 7.8226857888vw;
    width: 20.5997392438vw;
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-subTtl {
    font-size: 1.5625vw;
    height: 6.25vw;
    line-height: 6.25vw;
    width: 16.4583333333vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-subTtl {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    width: 158px;
  }
}
#bousaiLP .p-agreement-tbl {
  letter-spacing: 0;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-agreement-tbl {
    border: 0.5333333333vw solid #fff;
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-agreement-tblBox {
    margin: 0 -8vw;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tblBox {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-tblBox {
    width: 65.1890482399vw;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl {
    margin-bottom: 10px;
  }
}
#bousaiLP .p-agreement-tbl th {
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  background-color: #FDE8A6;
  padding: 1em 0;
  position: relative;
  width: 42%;
  border-right: 1.0666666667vw solid #fff;
  border-bottom: 1.0666666667vw solid #fff;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl th {
    width: 40%;
    border-right-width: 4px;
    border-bottom-width: 4px;
    padding: 1.5em 0;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tbl th {
    padding: 1.1em 0;
  }
}
#bousaiLP .p-agreement-tbl th:after {
  content: "締結";
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: block;
  background-color: #FD9968;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(calc(50% + 0.5333333333vw), -50%);
          transform: translate(calc(50% + 0.5333333333vw), -50%);
  border-radius: 50%;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  line-height: 10.1333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl th:after {
    -webkit-transform: translate(calc(50% + 2px), -50%);
            transform: translate(calc(50% + 2px), -50%);
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-tbl th:after {
    width: 5.9973924381vw;
    height: 5.9973924381vw;
    line-height: 5.9973924381vw;
    font-size: 1.6949152542vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tbl th:after {
    width: 4.7916666667vw;
    height: 4.7916666667vw;
    line-height: 4.7916666667vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-tbl th:after {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }
}
#bousaiLP .p-agreement-tbl th.lines:after {
  top: 0.5em;
  -webkit-transform: translate(calc(50% + 0.5333333333vw), 0);
          transform: translate(calc(50% + 0.5333333333vw), 0);
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl th.lines:after {
    -webkit-transform: translate(calc(50% + 2px), 0);
            transform: translate(calc(50% + 2px), 0);
  }
}
#bousaiLP .p-agreement-tbl td {
  vertical-align: middle;
  background-color: #C1EBE5;
  border-bottom: 1.0666666667vw solid #fff;
  padding: 1em 0;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl td {
    border-bottom-width: 4px;
    padding: 1.5em 0;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tbl td {
    padding: 1.1em 0;
  }
}
#bousaiLP .p-agreement-tbl .forNote {
  text-align: justify;
  font-size: 80%;
  padding: 3em 8vw 0;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl .forNote {
    padding: 3em 1.65em 0;
  }
}
#bousaiLP .p-agreement-tbl .forGroup {
  text-align: left;
  padding: 0 6.4vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-tbl .forGroup {
    padding: 0 2.6em;
  }
}
#bousaiLP .p-agreement-tbl .forGroup_pref {
  margin-bottom: 0.25em;
  position: relative;
}
#bousaiLP .p-agreement-tbl .forGroup_pref .inBox {
  display: inline-block;
  background-color: #C1EBE5;
  position: relative;
  z-index: 1;
  padding-right: 1em;
}
#bousaiLP .p-agreement-tbl .forGroup_pref:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/agreement_line.png") center no-repeat;
  background-size: auto 100%;
}
#bousaiLP .p-agreement-tbl .forGroup_partner {
  padding-left: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#bousaiLP .p-agreement-flex:not(:last-child) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-flex:not(:last-child) {
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-flex:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-flex:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-flex_L {
    text-align: right;
    width: 33.5%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-flex_R {
    width: 61.6%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-flex_R .p-agreement-tblBox {
    margin: 0;
    width: 75.5%;
  }
}
#bousaiLP .p-agreement-flex_R .p-agreement-tblBox.w100 {
  width: 100% !important;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-agreement-flex_R .p-agreement-tblBox.w100 {
    width: 100vw !important;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-agreement-flex_R .p-agreement-tblBox.w100 th {
    width: 30.25%;
  }
}
#bousaiLP .p-agreement-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9.3333333333vw 0 9.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-tab {
    margin: 9.1264667536vw 0 9.778357236vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tab {
    border-radius: 0;
    overflow: visible;
    margin: 8.3333333333vw 0 7.2916666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-tab {
    margin: 80px 0 70px;
  }
}
#bousaiLP .p-agreement-tab__item {
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  background-color: #F5F3F2;
  color: #D7092F;
  padding: 1.5em 0;
  width: 49.5%;
  margin-bottom: 1%;
  font-size: 4.5333333333vw;
}
#bousaiLP .p-agreement-tab__item:nth-child(1) {
  border-radius: 2.6666666667vw 0 0 0;
}
#bousaiLP .p-agreement-tab__item:nth-child(2) {
  border-radius: 0 2.6666666667vw 0 0;
}
#bousaiLP .p-agreement-tab__item:nth-child(3) {
  border-radius: 0 0 0 2.6666666667vw;
}
#bousaiLP .p-agreement-tab__item:nth-child(4) {
  border-radius: 0 0 2.6666666667vw 0;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-agreement-tab__item {
    padding: 0.7em 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-tab__item {
    font-size: 2.6075619296vw;
    width: 30.6388526728vw;
    margin-bottom: 0.9126466754vw;
  }
  #bousaiLP .p-agreement-tab__item:nth-child(odd) {
    margin-right: 0.9126466754vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tab__item {
    width: 24.48%;
    font-size: 2.0833333333vw;
  }
  #bousaiLP .p-agreement-tab__item:nth-child(1) {
    border-radius: 10px 0 0 10px;
  }
  #bousaiLP .p-agreement-tab__item:nth-child(4) {
    border-radius: 0 10px 10px 0;
  }
  #bousaiLP .p-agreement-tab__item:nth-child(2), #bousaiLP .p-agreement-tab__item:nth-child(3) {
    border-radius: 0;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-tab__item {
    font-size: 20px;
  }
}
#bousaiLP .p-agreement-tab__item .icon {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-tab__item .icon {
    padding-left: 7.1707953064vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tab__item .icon {
    padding-left: 5.7291666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-tab__item .icon {
    padding-left: 55px;
  }
}
#bousaiLP .p-agreement-tab__item .icon:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-agreement-tab__item .icon:before {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    margin: 0 auto 1.3333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-agreement-tab__item .icon:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.518904824vw;
    height: 6.518904824vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tab__item .icon:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-agreement-tab__item .icon:before {
    width: 50px;
    height: 50px;
  }
}
#bousaiLP .p-agreement-tab__item .icon01:before {
  background-image: url("../images/agreement_icon01.png");
}
#bousaiLP .p-agreement-tab__item .icon02:before {
  background-image: url("../images/agreement_icon02.png");
}
#bousaiLP .p-agreement-tab__item .icon03:before {
  background-image: url("../images/agreement_icon03.png");
}
#bousaiLP .p-agreement-tab__item .icon04:before {
  background-image: url("../images/agreement_icon04.png");
}
#bousaiLP .p-agreement-tab__item.active {
  background-color: #D7092F;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-agreement-tab__item.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    bottom: -12px;
    border-width: 18px 12px 0 12px;
    border-color: #D7092F transparent transparent transparent;
  }
}
#bousaiLP .p-agreement-tab__item.active .icon01:before {
  background-image: url("../images/agreement_icon01_wh.png");
}
#bousaiLP .p-agreement-tab__item.active .icon02:before {
  background-image: url("../images/agreement_icon02_wh.png");
}
#bousaiLP .p-agreement-tab__item.active .icon03:before {
  background-image: url("../images/agreement_icon03_wh.png");
}
#bousaiLP .p-agreement-tab__item.active .icon04:before {
  background-image: url("../images/agreement_icon04_wh.png");
}
#bousaiLP .p-agreement-tabContainer__content {
  display: none;
}
#bousaiLP .p-agreement-tabContainer__content.active {
  display: block;
}

/*========== p-mv.scss ==========*/
#bousaiLP .p-achievement {
  text-align: left;
}
#bousaiLP .p-achievement-intro {
  border-bottom: 5px solid #D6082E;
  margin-bottom: 16vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-intro {
    margin-left: -8vw;
    margin-right: -8vw;
    padding: 11.7333333333vw 8vw 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro {
    margin: 9.1264667536vw -8.3441981747vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro {
    margin-bottom: 10.4166666667vw;
    padding-top: 7.2916666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro {
    margin-bottom: 100px;
    padding-top: 70px;
  }
}
#bousaiLP .p-achievement-intro .forTtl {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-intro .forTtl {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
#bousaiLP .p-achievement-intro .forTtl .inBox {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5em;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-intro .forTtl .inBox {
    font-size: 6.6666666667vw;
    padding: 0;
  }
}
#bousaiLP .p-achievement-intro .forTtl .inBox .kai {
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forTtl .inBox .kai {
    display: block;
  }
}
#bousaiLP .p-achievement-intro .forTtl .date {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forTtl .date {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forTtl .date {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forTtl .date {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement-intro .forTtl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background-color: #D6082E;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-intro .forTtl:after {
    top: 0.7em;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forTtl:after {
    top: 0.6em;
  }
}
#bousaiLP .p-achievement-intro .forPhoto {
  position: relative;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-intro .forPhoto {
    margin: 0 -8vw 13.3333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forPhoto {
    margin: 0 0 3.3898305085vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forPhoto {
    padding: 0 5.2083333333vw;
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forPhoto {
    padding: 0 50px;
    margin-bottom: 28px;
  }
}
#bousaiLP .p-achievement-intro .forPhoto_cap .cap {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  background-color: #C1EBE5;
  width: 32.5333333333vw;
  height: 32.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap {
    width: 15.9061277705vw;
    height: 15.9061277705vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap {
    width: 12.7083333333vw;
    height: 12.7083333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap {
    width: 122px;
    height: 122px;
  }
}
#bousaiLP .p-achievement-intro .forPhoto_cap .cap01 {
  left: 13.3333333333vw;
  top: 27.7333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap01 {
    left: 16.4276401565vw;
    top: auto;
    bottom: 0.7822685789vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap01 {
    left: 17.3958333333vw;
    top: auto;
    bottom: 0.625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap01 {
    left: 167px;
    top: auto;
    bottom: 6px;
  }
}
#bousaiLP .p-achievement-intro .forPhoto_cap .cap02 {
  left: 53.8666666667vw;
  top: 27.7333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap02 {
    left: 30.2477183833vw;
    top: 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap02 {
    left: 32.6041666667vw;
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap02 {
    left: 313px;
    top: 40px;
  }
}
#bousaiLP .p-achievement-intro .forPhoto_cap .cap03 {
  left: 13.3333333333vw;
  bottom: -8vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap03 {
    left: 51.368970013vw;
    top: auto;
    bottom: 0.7822685789vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap03 {
    left: 54.2708333333vw;
    top: auto;
    bottom: 0.625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap03 {
    left: 521px;
    top: auto;
    bottom: 6px;
  }
}
#bousaiLP .p-achievement-intro .forPhoto_cap .cap04 {
  left: 53.8666666667vw;
  bottom: -8vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap04 {
    left: 64.667535854vw;
    bottom: auto;
    top: 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap04 {
    left: 69.6875vw;
    bottom: auto;
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forPhoto_cap .cap04 {
    left: 669px;
    bottom: auto;
    top: 40px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forList {
    padding: 0 8.3441981747vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forList {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forList {
    padding: 0 50px;
  }
}
#bousaiLP .p-achievement-intro .forList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.25em;
}
#bousaiLP .p-achievement-intro .forList_item:last-child {
  margin-bottom: 2em;
}
#bousaiLP .p-achievement-intro .forList_item .num {
  line-height: 1.5;
  margin-right: 0.5em;
  color: #FD9968;
  font-weight: 700;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forList_item .num {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forList_item .num {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forList_item .num {
    font-size: 25px;
  }
}
#bousaiLP .p-achievement-intro .forList_item__ttl {
  font-weight: 700;
  margin-bottom: 0.25em;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .forList_item__ttl {
    font-size: 2.4771838331vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-intro .forList_item__ttl {
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-intro .forList_item__ttl {
    font-size: 19px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-intro .forList_item__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-intro .p-achievement-ttl .sp_only {
    display: none;
  }
}
#bousaiLP .p-achievement-ttl {
  margin-bottom: 1.25em;
  text-align: center;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-ttl {
    font-size: 3.259452412vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-ttl {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-ttl {
    font-size: 25px;
  }
}
#bousaiLP .p-achievement-anc {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-anc {
    margin-bottom: 9.1264667536vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-anc {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-anc {
    margin-bottom: 100px;
  }
}
#bousaiLP .p-achievement-anc .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-anc .items .item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #bousaiLP .p-achievement-anc .items .item:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-anc .items .item {
    width: 32.16%;
    margin-bottom: 1.76%;
  }
  #bousaiLP .p-achievement-anc .items .item:not(:nth-child(3n)) {
    margin-right: 1.76%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-anc .items .item {
    width: 23.95%;
    margin-bottom: 1.4%;
  }
  #bousaiLP .p-achievement-anc .items .item:not(:nth-child(4n)) {
    margin-right: 1.4%;
  }
}
#bousaiLP .p-achievement-anc .items .item a {
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #B48E7A;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  font-weight: 700;
  padding: 1em 0 2em;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-anc .items .item a {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-anc .items .item a {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-anc .items .item a {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement-anc .items .item a .icon {
  margin: 0 auto;
}
#bousaiLP .p-achievement-anc .items .item a .icon01 {
  width: 11.2vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-anc .items .item a .icon01 {
    width: 7.1707953064vw;
    margin-bottom: 1.4341590613vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-anc .items .item a .icon01 {
    width: 5.7291666667vw;
    margin-bottom: 1.1458333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-anc .items .item a .icon01 {
    width: 55px;
    margin-bottom: 11px;
  }
}
#bousaiLP .p-achievement-anc .items .item a .icon02 {
  width: 13.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-anc .items .item a .icon02 {
    width: 8.4745762712vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-anc .items .item a .icon02 {
    width: 6.7708333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-anc .items .item a .icon02 {
    width: 65px;
  }
}
#bousaiLP .p-achievement-anc .items .item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1em;
  border-style: solid;
  border-width: 0.6em 0.3em 0 0.3em;
  border-color: #fff transparent transparent transparent;
}
#bousaiLP .p-achievement-case {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-case {
    margin-bottom: 10.4302477184vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-case {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-case {
    margin-bottom: 80px;
  }
}
#bousaiLP .p-achievement-subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: left;
  background-color: #B48E7A;
  color: #fff;
  font-weight: 700;
  padding: 17px 23px;
  font-size: 6.1333333333vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-subTtl {
    margin-left: -8vw;
    margin-right: -8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5.8666666667vw 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl {
    font-size: 3.259452412vw;
    margin-bottom: 3.9113428944vw;
    padding: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-subTtl {
    font-size: 2.6041666667vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-subTtl {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
#bousaiLP .p-achievement-subTtl:after {
  content: "";
  display: block;
  width: 2px;
  height: 63px;
  background-color: #fff;
  position: absolute;
  right: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-subTtl:after {
    display: none;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl:after {
    right: 19.556714472vw;
  }
}
#bousaiLP .p-achievement-subTtl .forType {
  display: inline-block;
  position: relative;
  padding: 0 0 0 3.5em;
  font-size: 4vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-subTtl .forType {
    line-height: 1.2;
    text-align: left;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement-subTtl .forType {
    padding: 1em 0.5em 1em 3.5em;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl .forType {
    font-size: 1.9556714472vw;
  }
  #bousaiLP .p-achievement-subTtl .forType .sp_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-subTtl .forType {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-subTtl .forType {
    font-size: 15px;
  }
}
#bousaiLP .p-achievement-subTtl .forType:before {
  content: "";
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12vw;
  height: 10.1333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl .forType:before {
    width: 5.8670143416vw;
    height: 4.9543676662vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-subTtl .forType:before {
    width: 4.6875vw;
    height: 3.9583333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-subTtl .forType:before {
    width: 45px;
    height: 38px;
  }
}
#bousaiLP .p-achievement-subTtl .forTypeWrap {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #333333;
  width: 151px;
  margin-right: 0.5em;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-subTtl .forTypeWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 33.3333333333vw;
    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;
    min-height: 13.3333333333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl .forTypeWrap {
    width: 19.6870925684vw;
  }
}
#bousaiLP .p-achievement-subTtl .forType.icon01:before {
  background-image: url("../images/achievement_icon01.svg");
}
#bousaiLP .p-achievement-subTtl .forType.icon02:before {
  background-image: url("../images/achievement_icon02.svg");
}
#bousaiLP .p-achievement-subTtl .forDate {
  position: absolute;
  width: 220px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 5.3333333333vw;
}
#bousaiLP .p-achievement-subTtl .forDate .kumamoto {
  display: inline-block;
  text-align: right;
  line-height: 1.2;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl .forDate .kumamoto {
    text-align: center;
  }
}
#bousaiLP .p-achievement-subTtl .forDate br {
  display: none;
}
#bousaiLP .p-achievement-subTtl .forDate br.br2nd {
  display: block;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-subTtl .forDate {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl .forDate {
    font-size: 2.6075619296vw;
    width: 19.556714472vw;
    line-height: 1.3;
  }
  #bousaiLP .p-achievement-subTtl .forDate br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-subTtl .forDate {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-subTtl .forDate {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement-subTtl .forTtl {
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-subTtl .forTtl {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    padding-top: 0.75em;
  }
}
#bousaiLP .p-achievement-subTtl .forTtl br {
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-subTtl .forTtl br {
    display: block;
  }
}
#bousaiLP .p-achievement-txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-txt {
    font-size: 3.7333333333vw;
  }
}
#bousaiLP .p-achievement-note {
  font-size: 80%;
  margin-top: -0.5em;
}
#bousaiLP .p-achievement-note.rightSide {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: -2.75em;
  font-weight: normal;
}
#bousaiLP .p-achievement-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  min-width: 960px;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-def {
    min-width: 125.1629726206vw;
  }
}
#bousaiLP .p-achievement-def:not(:last-child) {
  margin-bottom: 18px;
}
#bousaiLP .p-achievement-defWrap {
  overflow-x: scroll;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-defWrap {
    margin-right: -8vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-defWrap {
    padding-bottom: 1.9556714472vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-defWrap {
    overflow-x: hidden;
  }
}
#bousaiLP .p-achievement-defWrap .iconSwipe {
  width: 28.2666666667vw;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-defWrap .iconSwipe {
    width: 19.1655801825vw;
    margin-bottom: 1.1734028683vw;
  }
}
#bousaiLP .p-achievement-def .forTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px 0 0 15px;
  font-size: 4.8vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-def .forTtl {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-def .forTtl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-def .forTtl {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement-def .forTtl sup {
  font-size: 60%;
  position: relative;
  top: -1em;
}
#bousaiLP .p-achievement-def .forItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
}
#bousaiLP .p-achievement-def .forItems .item {
  width: 20%;
  text-align: center;
  padding: 0.5em 1em;
}
#bousaiLP .p-achievement-def .forItems .item:not(:last-child) {
  border-right-width: 3px;
  border-right-style: solid;
}
#bousaiLP .p-achievement-def .forItems .item:nth-child(4) {
  width: 18%;
}
#bousaiLP .p-achievement-def .forItems .item:nth-child(3) {
  width: 22%;
}
#bousaiLP .p-achievement-def .forItems .item.x3 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#bousaiLP .p-achievement-def .forItems .item.x3 .boxL {
  width: 30%;
}
#bousaiLP .p-achievement-def .forItems .item.x3 .boxR {
  width: 70%;
  font-weight: normal;
  font-size: 80%;
  text-align: left;
}
#bousaiLP .p-achievement-def .forItems .item_ttl {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 0.75em;
  margin-right: -1em;
}
#bousaiLP .p-achievement-def .forItems .item_data {
  line-height: 1;
  text-align: left;
  margin-right: -1em;
}
#bousaiLP .p-achievement-def .forItems .item_data .num {
  letter-spacing: 0;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-def .forItems .item_data .num {
    font-size: 3.9113428944vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-def .forItems .item_data .num {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-def .forItems .item_data .num {
    font-size: 30px;
  }
}
#bousaiLP .p-achievement-def .forItems .item_data .null {
  display: block;
  margin: 1.5em auto 0;
  width: 2em;
  height: 2px;
  background-color: #333;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
#bousaiLP .p-achievement-def .forItemsWrap {
  width: calc(100% - 11em);
}
#bousaiLP .p-achievement-def.typeA {
  border-color: #DFE7E7;
}
#bousaiLP .p-achievement-def.typeA .forTtl {
  background-color: #DFE7E7;
  width: 21em;
  padding: 1em 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bousaiLP .p-achievement-def.typeA .forItems {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
#bousaiLP .p-achievement-def.typeA .forItems .item {
  width: 33.3333333333%;
}
#bousaiLP .p-achievement-def.typeA .forItems .item:not(:last-child) {
  border-right-color: #DFE7E7;
}
#bousaiLP .p-achievement-def.typeA .forItems .item .num {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-def.typeA .forItems .item .num {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-def.typeA .forItems .item .num {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-def.typeA .forItems .item .num {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement-def.typeA .forItemsWrap {
  width: calc(100% - 28em);
}
#bousaiLP .p-achievement-def.typeB {
  border-color: #8EE2D4;
  position: relative;
}
#bousaiLP .p-achievement-def.typeB .forTtl {
  background-color: #8EE2D4;
}
#bousaiLP .p-achievement-def.typeB .forItems .item:not(:last-child) {
  border-right-color: #8EE2D4;
}
#bousaiLP .p-achievement-def.typeC {
  border-color: #FAD358;
}
#bousaiLP .p-achievement-def.typeC .forTtl {
  background-color: #FAD358;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1em;
}
#bousaiLP .p-achievement-def.typeC .forItems .item:not(:last-child) {
  border-right-color: #FAD358;
}
#bousaiLP .p-achievement-line {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  font-size: 5.3333333333vw;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-line {
    position: relative;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement-line {
    border-bottom: 3px solid #D7092F;
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-line {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-line {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-line {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-line .line {
    line-height: 1;
    display: inline-block;
    border-bottom: 3px solid #D7092F;
    margin-right: -1em;
  }
}
#bousaiLP .p-achievement-line .note {
  font-weight: normal;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement-line .note {
    font-size: 3.2vw;
    line-height: 1.5;
    position: absolute;
    bottom: -0.5em;
    right: 0;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement-line .note {
    padding-left: 1em;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-line .note {
    font-size: 1.5645371578vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement-line .note {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement-line .note {
    font-size: 12px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement-line .sp_only {
    display: none;
  }
}
#bousaiLP .p-achievement .case01 .p-achievement-txt {
  margin-bottom: 1em;
}
#bousaiLP .p-achievement .case01_sec01 {
  margin-bottom: 12.5333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec01 {
    margin-bottom: 4.5632333768vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement .case01_sec01 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .p-achievement-line {
    display: inline-block;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec01 .layout {
    position: relative;
    padding-left: 32%;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .layout {
    padding-left: 31.25%;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec01 .forObj {
    margin: 0 auto;
    width: 56.5333333333vw;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec01 .forObj {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .forObj {
    width: 20%;
    left: 4.6875%;
  }
}
#bousaiLP .p-achievement .case01_sec01 .forData {
  border: 3px solid #F8C1A6;
  border-radius: 20px;
  font-weight: 700;
  padding: 2.6666666667vw 4vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec01 .forData {
    padding: 2.4%;
  }
}
#bousaiLP .p-achievement .case01_sec01 .forData_ttl {
  text-align: center;
  border-bottom: 3px solid #F8C1A6;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#bousaiLP .p-achievement .case01_sec01 .forData_ttl .num {
  letter-spacing: 0;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_ttl .num {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_ttl .num {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_ttl .num {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement .case01_sec01 .forData_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#bousaiLP .p-achievement .case01_sec01 .forData_items .area {
  letter-spacing: 0;
  width: 50%;
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_items .area {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_items .area {
    width: 28%;
  }
}
#bousaiLP .p-achievement .case01_sec01 .forData_items .area:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #FD9968;
}
#bousaiLP .p-achievement .case01_sec01 .forData_items .area .num {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_items .area .num {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_items .area .num {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement .case01_sec01 .forData_items .area .num {
    font-size: 20px;
  }
}
#bousaiLP .p-achievement .case01_sec02 {
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec02 {
    margin-bottom: 4.5632333768vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec02 {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement .case01_sec02 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec02 .p-achievement-line {
    display: inline-block;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url("../images/achievement_case01_flow_pc.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow {
    background-image: url("../images/achievement_case01_flow_tab.png");
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow {
    width: 33.6%;
  }
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow:first-child {
    width: 29.44%;
  }
}
#bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl {
    margin: 0 auto 1.8666666667vw;
    width: 59.7333333333vw;
    padding: 0.7em 0 1em;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl {
    padding: 0.8em 0 0.75em;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl {
    padding: 0.85em 0 0.75em;
  }
}
#bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl br {
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl br {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl.step01 {
    background-image: url("../images/achievement_case01_flow01_sp.png");
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl.step02 {
    background-image: url("../images/achievement_case01_flow02_sp.png");
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec02 .forFlow .flow_ttl.step03 {
    background-image: url("../images/achievement_case01_flow03_sp.png");
  }
}
#bousaiLP .p-achievement .case01_sec03 {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case01_sec03 {
    margin-bottom: 4.5632333768vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec03 {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement .case01_sec03 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec03 .p-achievement-line {
    display: inline-block;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec03 .layout {
    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;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec03 .layout {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case01_sec03 .forObj {
    margin: 0 auto;
    width: 53.6vw;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec03 .forObj {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec03 .forObj {
    width: 25.3125%;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case01_sec03 .p-achievement-txt {
    width: 66%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case01_sec03 .p-achievement-txt {
    width: 62.5%;
    margin-right: 3.5%;
  }
}
#bousaiLP .p-achievement .case03 .forFlow {
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case03 .forFlow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url("../images/achievement_case03_flow_pc.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case03 .forFlow {
    background-image: url("../images/achievement_case03_flow_tab.png");
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case03 .forFlow {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 961px) {
  #bousaiLP .p-achievement .case03 .forFlow {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow {
    width: 33.92%;
  }
  #bousaiLP .p-achievement .case03 .forFlow .flow:last-child {
    width: 31.2%;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow {
    width: 33.75%;
  }
  #bousaiLP .p-achievement .case03 .forFlow .flow:last-child {
    width: 31.25%;
  }
}
#bousaiLP .p-achievement .case03 .forFlow .flow_ttl {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl {
    margin: 0 auto 1.8666666667vw;
    width: 59.7333333333vw;
    padding: 0.7em 0 1em;
    line-height: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 376px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl {
    padding: 0.8em 0 0.75em;
  }
}
@media screen and (min-width: 768px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl {
    padding: 0.85em 0 0.75em;
  }
}
#bousaiLP .p-achievement .case03 .forFlow .flow_ttl br {
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl br {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl.step01 {
    background-image: url("../images/achievement_case03_flow01_sp.png");
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl.step02 {
    background-image: url("../images/achievement_case03_flow02_sp.png");
  }
}
@media screen and (max-width: 375px) {
  #bousaiLP .p-achievement .case03 .forFlow .flow_ttl.step03 {
    background-image: url("../images/achievement_case03_flow03_sp.png");
  }
}