.main_image {
  position: relative;
  height: 522px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/price/price_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images/common/line.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 60vw;
    padding-top: 28.3vw;
    box-sizing: border-box;
    background: url(/images/price/price_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images/price/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
.lead_sec02 .first_box {
  margin: 150px 0 100px;
}
.lead_sec02 .first_box .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.lead_sec02 .first_box .gridbox {
  grid-template-columns: repeat(auto-fit, minmax(510px, 1fr));
  justify-items: center;
}
.lead_sec02 .first_box .item {
  width: 510px;
  max-width: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
}
.lead_sec02 .first_box .item_title {
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  border-bottom: 3px dashed #00A99D;
  margin-bottom: 20px;
  width: 254px;
  text-align: center;
  margin: 0 0 0 auto;
}
.lead_sec02 .first_box .item:nth-of-type(1) .item_title {
  border-bottom: 3px dashed #C47177;
}
.lead_sec02 .first_box .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 510px;
  height: 289px;
  top: 0;
  left: 0;
  background: url(/images/price/hoken.webp) center/contain no-repeat;
  z-index: -1;
}
.lead_sec02 .first_box .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 510px;
  height: 289px;
  top: 0;
  left: 0;
  background: url(/images/price/jiyuu.webp) center/contain no-repeat;
  z-index: -1;
}
.lead_sec02 .first_box .item_text {
  margin-top: 20px;
}
.lead_sec02 .second_box {
  margin-bottom: 46px;
}
.lead_sec02 .second_box .flexbox {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
}
.lead_sec02 .second_box .about_btn {
  width: 262px;
  height: 87px;
  background-color: #0071BC;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 15px 45px;
  position: relative;
}
.lead_sec02 .second_box .about_btn .btn_text {
  color: #fff;
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
}
.lead_sec02 .second_box .about_btn::before {
  background: url(/images/price/white.webp) center/contain no-repeat;
  width: 15px;
  height: 9px;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  top: initial;
}
.lead_sec02 .second_box .orange {
  background-color: #EC9149;
}
.lead_sec02 .second_box .blue {
  background-color: #0071BC;
}
.lead_sec02 .second_box .green {
  background-color: #7DBB27;
}
.lead_sec02 .second_box .pink {
  background-color: #DD868F;
}
.lead_sec02 .third_box {
  margin-bottom: 100px;
}
.lead_sec02 .third_box .flexbox {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 30px;
}
.lead_sec02 .third_box .about_btn {
  padding: 15px;
  width: 190px;
  height: 87px;
  border-bottom: 2.1px dashed #333631;
}
.lead_sec02 .third_box .about_btn::before {
  background: url(/images/price/black.webp) center/contain no-repeat;
  width: 15px;
  height: 9px;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  top: initial;
}
@media screen and (max-width: 767px) {
  .lead_sec02 .first_box {
    margin: 10vw 0 13.8vw;
  }
  .lead_sec02 .first_box .gridbox {
    grid-template-columns: repeat(auto-fit, minmax(90vw, 1fr));
  }
  .lead_sec02 .first_box .item {
    width: 90vw;
    max-width: 100%;
    padding: 7vw 5vw;
  }
  .lead_sec02 .first_box .item_title {
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding-bottom: 2vw;
    border-bottom: 3px dashed #00A99D;
    margin-bottom: 5vw;
    width: 40vw;
    text-align: center;
    margin: 0 0 0 auto;
  }
  .lead_sec02 .first_box .item:nth-of-type(1) .item_title {
    border-bottom: 3px dashed #C47177;
  }
  .lead_sec02 .first_box .item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 90vw;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/images/price/hoken.webp) center/contain no-repeat;
    z-index: -1;
  }
  .lead_sec02 .first_box .item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 90vw;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/images/price/jiyuu.webp) center/contain no-repeat;
    z-index: -1;
  }
  .lead_sec02 .first_box .item_text {
    margin-top: 5vw;
    font-feature-settings: "palt";
    font-size: 3.7vw;
  }
  .lead_sec02 .second_box {
    margin-bottom: 10vw;
  }
  .lead_sec02 .second_box .flexbox {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 4vw;
  }
  .lead_sec02 .second_box .flexbox .about_btn {
    width: 42vw;
    height: 15.46vw;
    margin: 0 auto 4.2vw;
    border-radius: 100vw;
    padding: 5vw;
  }
  .lead_sec02 .second_box .flexbox .about_btn .btn_text {
    font-size: 4vw;
    padding-bottom: 1vw;
  }
  .lead_sec02 .second_box .flexbox .about_btn::before {
    width: 4vw;
    height: 3vw;
    bottom: 1vw;
  }
  .lead_sec02 .third_box {
    margin-bottom: 13.8vw;
  }
  .lead_sec02 .third_box .flexbox {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 4vw;
  }
  .lead_sec02 .third_box .flexbox .about_btn {
    width: 42vw;
    height: 15.46vw;
    margin: 0 auto 4.2vw;
    padding: 0;
    font-size: 3.9vw;
  }
  .lead_sec02 .third_box .flexbox .about_btn .btn_text {
    font-size: 4vw;
  }
  .lead_sec02 .third_box .flexbox .about_btn::before {
    width: 4vw;
    height: 3vw;
    bottom: 1vw;
  }
}

.sec01, .sec02, .sec03, .sec04 {
  padding-bottom: 100px;
}
.sec01 .sec_body, .sec02 .sec_body, .sec03 .sec_body, .sec04 .sec_body {
  padding: 0;
}
.sec01 .title, .sec02 .title, .sec03 .title, .sec04 .title {
  font-size: 30px;
  letter-spacing: 0.1em;
  border-left: 11px solid #0071BC;
  padding-left: 1em;
  height: 58px;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.sec01 .menu_box, .sec02 .menu_box, .sec03 .menu_box, .sec04 .menu_box {
  margin: 0 auto 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .menu_box .menu_pic, .sec02 .menu_box .menu_pic, .sec03 .menu_box .menu_pic, .sec04 .menu_box .menu_pic {
  width: 240px;
  min-width: 240px;
  margin: 0 40px;
}
.sec01 .menu_box .textbox, .sec02 .menu_box .textbox, .sec03 .menu_box .textbox, .sec04 .menu_box .textbox {
  width: initial;
  box-sizing: border-box;
}
.sec01 .menu_box .textbox .menu_head, .sec02 .menu_box .textbox .menu_head, .sec03 .menu_box .textbox .menu_head, .sec04 .menu_box .textbox .menu_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec01 .menu_box .textbox .menu_title, .sec02 .menu_box .textbox .menu_title, .sec03 .menu_box .textbox .menu_title, .sec04 .menu_box .textbox .menu_title {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  position: relative;
}
.sec01 .menu_box .textbox .menu_text, .sec02 .menu_box .textbox .menu_text, .sec03 .menu_box .textbox .menu_text, .sec04 .menu_box .textbox .menu_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 50px;
}
.sec01 .menu_box .textbox .menu_price, .sec02 .menu_box .textbox .menu_price, .sec03 .menu_box .textbox .menu_price, .sec04 .menu_box .textbox .menu_price {
  text-align: right;
}
.sec01 .about_btn, .sec02 .about_btn, .sec03 .about_btn, .sec04 .about_btn {
  border-bottom: 1px solid #4A924F;
}
.sec01 .about_btn::before, .sec02 .about_btn::before, .sec03 .about_btn::before, .sec04 .about_btn::before {
  background: url(/images/price/green_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01, .sec02, .sec03, .sec04 {
    padding-bottom: 23.7vw;
  }
  .sec01 .title, .sec02 .title, .sec03 .title, .sec04 .title {
    font-size: 4.8vw;
    border-left: 3vw solid #0071BC;
    height: 12vw;
    margin-bottom: 5vw;
  }
  .sec01 .menu_box, .sec02 .menu_box, .sec03 .menu_box, .sec04 .menu_box {
    margin: 0 auto 10vw;
  }
  .sec01 .menu_box .menu_pic, .sec02 .menu_box .menu_pic, .sec03 .menu_box .menu_pic, .sec04 .menu_box .menu_pic {
    margin: 0 auto 5vw;
    width: 100%;
    min-width: initial;
    text-align: center;
    width: 54.4vw;
    min-width: 54.4vw;
  }
  .sec01 .menu_box .menu_pic img, .sec02 .menu_box .menu_pic img, .sec03 .menu_box .menu_pic img, .sec04 .menu_box .menu_pic img {
    width: 100%;
    height: 100%;
  }
  .sec01 .menu_box .textbox .menu_title, .sec02 .menu_box .textbox .menu_title, .sec03 .menu_box .textbox .menu_title, .sec04 .menu_box .textbox .menu_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec01 .menu_box .textbox .menu_text, .sec02 .menu_box .textbox .menu_text, .sec03 .menu_box .textbox .menu_text, .sec04 .menu_box .textbox .menu_text {
    margin-bottom: 5vw;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .payment_text {
  text-align: center;
  margin-bottom: 60px;
}
.sec05 .imagebox {
  max-width: initial;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 23.8vw;
  }
  .sec05 .payment_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .sec_body {
  padding: 0;
}
.sec06 .iryouhi_text {
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.sec06 .iryouhi_box {
  letter-spacing: 0.1em;
  line-height: 2;
  border: 1px solid #4A924F;
  width: 986px;
  max-width: 100%;
  margin: 0 auto;
}
.sec06 .iryouhi_box .iryouhi_title {
  font-size: 30px;
  color: #534741;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 55px;
}
.sec06 .iryouhi_box .middle_box {
  width: 73%;
  margin: 0 auto;
}
.sec06 .iryouhi_box .koujo {
  margin-bottom: 55px;
}
.sec06 .iryouhi_box .small {
  font-size: 11px;
  margin-bottom: 50px;
}
.sec06 .about_btn {
  margin-top: 50px;
  border-bottom: 1px solid #7DBB27;
}
.sec06 .about_btn::before {
  background: url(/images/price/green_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .iryouhi_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec06 .iryouhi_box .iryouhi_title {
    font-size: 4.8vw;
    margin-bottom: 10vw;
    margin-top: 10vw;
  }
  .sec06 .iryouhi_box .koujo {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec06 .iryouhi_box .small {
    font-size: 3.2vw;
    margin-bottom: 10vw;
  }
}/*# sourceMappingURL=price.css.map */