.main_image {
  position: relative;
  height: 450px;
  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;
  padding-left: 180px;
  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: 115px;
  bottom: -100%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/common/arch.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.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 {
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text:before {
    left: 0;
    right: 0;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    margin: 0 auto;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .item_image img {
    width: 100%;
    height: 100%;
  }
}
.lead_sec .sec_text {
  margin-bottom: 80px;
}
.lead_sec .box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
}
.lead_sec .box_cont {
  width: 510px;
  max-width: 44%;
  padding: 30px 50px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #f9f9f5;
}
.lead_sec .box_title {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.lead_sec .box_cont01 {
  position: relative;
}
.lead_sec .box_cont01:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5px;
  width: 70px;
  height: 70px;
  background: url(/images/price/hoken01.webp) center/contain no-repeat;
}
.lead_sec .box_cont01:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50px;
  width: 80px;
  height: 61px;
  background: url(/images/price/hoken02.webp) center/contain no-repeat;
}
.lead_sec .box_cont02 {
  position: relative;
}
.lead_sec .box_cont02:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 65px;
  width: 90px;
  height: 31px;
  background: url(/images/price/jihi01.webp) center/contain no-repeat;
}
.lead_sec .box_cont02:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 50px;
  background: url(/images/price/jihi02.webp) center/contain no-repeat;
}
.lead_sec .box_cont01 .box_title {
  border-bottom: 2px dashed #c47177;
}
.lead_sec .box_cont02 .box_title {
  border-bottom: 2px dashed #00a99d;
}
.lead_sec .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.lead_sec .links_item {
  width: 216px;
}
.lead_sec .links_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.lead_sec .links_item a:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.lead_sec .links_item01,
.lead_sec .links_item02,
.lead_sec .links_item03 {
  margin-bottom: 30px;
}
.lead_sec .links_item01 a {
  background: #75d0da;
}
.lead_sec .links_item02 a {
  background: #f9b168;
}
.lead_sec .links_item03 a {
  background: #f18ea4;
}
.lead_sec .links_item04 a {
  background: #00a99d;
}
.lead_sec .links_item05 a {
  background: #29a6dd;
}
.lead_sec .links_item06 a {
  background: #29a6dd;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .lead_sec .box_cont01:before {
    left: -25px;
  }
  .lead_sec .box_cont01:after {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lead_sec .sec_text {
    margin-bottom: 13.3vw;
  }
  .lead_sec .box {
    display: block;
    margin-bottom: 13.3vw;
  }
  .lead_sec .box_cont {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    border-radius: 20px;
    box-sizing: border-box;
    background: #f9f9f5;
  }
  .lead_sec .box_title {
    font-size: 5.5vw;
    font-weight: 500;
    padding-bottom: 2.7vw;
    margin-bottom: 2.7vw;
    text-align: center;
  }
  .lead_sec .box_cont01 {
    position: relative;
    margin-bottom: 5.5vw;
  }
  .lead_sec .box_cont01:before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 1vw;
    width: 13.8vw;
    height: 13.8vw;
    background: url(/images/price/hoken01.webp) center/contain no-repeat;
  }
  .lead_sec .box_cont01:after {
    content: "";
    position: absolute;
    top: 2.7vw;
    left: 8vw;
    width: 13.8vw;
    height: 10.5vw;
    background: url(/images/price/hoken02.webp) center/contain no-repeat;
  }
  .lead_sec .box_cont02 {
    position: relative;
  }
  .lead_sec .box_cont02:before {
    content: "";
    position: absolute;
    top: -2.7vw;
    right: 65px;
    width: 18.6vw;
    height: 6.4vw;
    background: url(/images/price/jihi01.webp) center/contain no-repeat;
  }
  .lead_sec .box_cont02:after {
    content: "";
    position: absolute;
    top: 2.7vw;
    right: 2.7vw;
    width: 13.8vw;
    height: 11.5vw;
    background: url(/images/price/jihi02.webp) center/contain no-repeat;
  }
  .lead_sec .box_cont01 .box_title {
    border-bottom: 2px dashed #c47177;
  }
  .lead_sec .box_cont02 .box_title {
    border-bottom: 2px dashed #00a99d;
  }
  .lead_sec .links {
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .links_item {
    width: 43vw;
  }
  .lead_sec .links_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .lead_sec .links_item a:before {
    right: 0.8vw;
  }
  .lead_sec .links_item01,
  .lead_sec .links_item02,
  .lead_sec .links_item03,
  .lead_sec .links_item04 {
    margin-bottom: 2.7vw;
  }
  .lead_sec .links_item01 a {
    background: #75d0da;
  }
  .lead_sec .links_item02 a {
    background: #f9b168;
  }
  .lead_sec .links_item03 a {
    background: #f18ea4;
  }
  .lead_sec .links_item04 a {
    background: #00a99d;
  }
  .lead_sec .links_item05 a {
    background: #29a6dd;
  }
  .lead_sec .links_item06 a {
    background: #29a6dd;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .kome_text {
  text-align: right;
}
.sec01 .price_cont_item {
  padding-bottom: 40px;
  border-bottom: 1px solid #534741;
  margin-bottom: 40px;
}
.sec01 .price_cont_title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 10px solid #75d0da;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.sec01 .flex {
  display: flex;
  align-items: center;
}
.sec01 .item_image {
  min-width: 300px;
}
.sec01 .item_title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
.sec01 .price {
  text-align: right;
}
.sec01 .link_text {
  text-align: center;
}
.sec01 .link_text a {
  position: relative;
  padding-right: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #75d0da;
}
.sec01 .link_text a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  background: url(/images/price/sec01_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .kome_text {
    text-align: right;
    padding-right: 2.7vw;
    font-size: 4vw;
  }
  .sec01 .price_cont_item {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .sec01 .price_cont_title {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
    border-left: 2.7vw solid #75d0da;
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec01 .flex {
    display: block;
  }
  .sec01 .item_image {
    width: 50vw;
    min-width: 50vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec01 .item_title {
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec01 .price {
    margin-top: 5.5vw;
    font-size: 4vw;
  }
  .sec01 .link_text a {
    position: relative;
    padding-right: 10.4vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #75d0da;
  }
  .sec01 .link_text a:before {
    width: 8vw;
    height: 8vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .kome_text {
  text-align: right;
}
.sec02 .price_cont01 {
  margin-bottom: 50px;
}
.sec02 .price_cont_item {
  padding-bottom: 40px;
  border-bottom: 1px solid #534741;
  margin-bottom: 40px;
}
.sec02 .price_cont_title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 10px solid #f9b168;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.sec02 .flex {
  display: flex;
  align-items: center;
}
.sec02 .item_image {
  min-width: 300px;
}
.sec02 .item_title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
.sec02 .price {
  text-align: right;
}
.sec02 .link_text {
  text-align: center;
}
.sec02 .link_text a {
  position: relative;
  padding-right: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #f9b168;
}
.sec02 .link_text a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  background: url(/images/price/sec02_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .kome_text {
    text-align: right;
    padding-right: 2.7vw;
    font-size: 4vw;
  }
  .sec02 .price_cont01 {
    margin-bottom: 8vw;
  }
  .sec02 .price_cont_item {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .sec02 .price_cont_title {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
    border-left: 2.7vw solid #f9b168;
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec02 .flex {
    display: block;
  }
  .sec02 .item_image {
    width: 50vw;
    min-width: 50vw;
    margin: 0 auto 5.5vw;
    text-align: center;
  }
  .sec02 .item_title {
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec02 .price {
    margin-top: 5.5vw;
    font-size: 4vw;
  }
  .sec02 .link_text a {
    position: relative;
    padding-right: 10.4vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #f9b168;
  }
  .sec02 .link_text a:before {
    width: 8vw;
    height: 8vw;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .kome_text {
  text-align: right;
}
.sec03 .price_cont01 {
  margin-bottom: 50px;
}
.sec03 .price_cont_item {
  padding-bottom: 40px;
  border-bottom: 1px solid #534741;
  margin-bottom: 40px;
}
.sec03 .price_cont_title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 10px solid #f9b168;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.sec03 .flex {
  display: flex;
  align-items: center;
}
.sec03 .item_image {
  min-width: 300px;
}
.sec03 .item_title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
.sec03 .price {
  text-align: right;
}
.sec03 .link_text {
  text-align: center;
}
.sec03 .link_text a {
  position: relative;
  padding-right: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #f18ea4;
}
.sec03 .link_text a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  background: url(/images/price/sec03_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .kome_text {
    padding-right: 2.7vw;
    font-size: 4vw;
  }
  .sec03 .price_cont_item {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .sec03 .price_cont_title {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
    border-left: 2.7vw solid #f9b168;
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec03 .flex {
    display: block;
  }
  .sec03 .item_image {
    width: 50vw;
    min-width: 50vw;
    margin: 0 auto 5.5vw;
    text-align: center;
  }
  .sec03 .item_title {
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec03 .price {
    margin-top: 5.5vw;
    font-size: 4vw;
  }
  .sec03 .link_text a {
    position: relative;
    padding-right: 10.4vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #f18ea4;
  }
  .sec03 .link_text a:before {
    width: 8vw;
    height: 8vw;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .kome_text {
  text-align: right;
}
.sec04 .price_cont01 {
  margin-bottom: 50px;
}
.sec04 .price_cont_item {
  padding-bottom: 40px;
  border-bottom: 1px solid #534741;
  margin-bottom: 40px;
}
.sec04 .price_cont_title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 10px solid #f9b168;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.sec04 .flex {
  display: flex;
  align-items: center;
}
.sec04 .item_image {
  min-width: 300px;
}
.sec04 .item_title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
.sec04 .price {
  text-align: right;
}
.sec04 .link_text {
  text-align: center;
}
.sec04 .link_text a {
  position: relative;
  padding-right: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #00a99d;
}
.sec04 .link_text a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  background: url(/images/price/sec04_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .kome_text {
    padding-right: 2.7vw;
    margin-bottom: 5.5vw;
    font-size: 4vw;
  }
  .sec04 .price_cont_title {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
    border-left: 2.7vw solid #534741;
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec04 .flex {
    display: block;
  }
  .sec04 .item_image {
    width: 50vw;
    min-width: 50vw;
    margin: 0 auto 5.5vw;
    text-align: center;
  }
  .sec04 .item_title {
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec04 .price {
    margin-top: 5.5vw;
    font-size: 4vw;
  }
  .sec04 .link_text {
    text-align: center;
  }
  .sec04 .link_text a {
    position: relative;
    padding-right: 10.4vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #00a99d;
  }
  .sec04 .link_text a:before {
    width: 8vw;
    height: 8vw;
  }
}

.sec05 {
  padding-bottom: 100px;
}
.sec05 .sec_text {
  margin-bottom: 50px;
  text-align: center;
}
.sec05 .cards {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 13.8vw;
  }
  .sec05 .sec_text {
    padding: 0 5.5vw;
    margin-bottom: 5.5vw;
    text-align: center;
    font-size: 4vw;
  }
  .sec05 .cards {
    width: 80vw;
    margin: 0 auto;
    text-align: center;
  }
}

.sec06 {
  padding-bottom: 100px;
}
.sec06 .sec_text {
  width: 830px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.sec06 .box {
  width: 1080px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto 30px;
  border: 1px solid #77bb8d;
  box-sizing: border-box;
}
.sec06 .box_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec06 .box_text01 {
  width: 780px;
  max-width: 100%;
  margin: 0 auto 30px;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.sec06 .box_text02 {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
}
.sec06 .link_text {
  text-align: center;
}
.sec06 .link_text a {
  position: relative;
  padding-right: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #8bc53f;
}
.sec06 .link_text a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  background: url(/images/price/sec06_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: 100px;
  }
  .sec06 .sec_text {
    padding: 0 5.5vw;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  .sec06 .box {
    width: 89.3vw;
    max-width: auto;
    padding: 5.5vw;
    margin: 0 auto 8vw;
  }
  .sec06 .box_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec06 .box_text01 {
    margin: 0 auto 5.5vw;
    font-size: 4vw;
  }
  .sec06 .box_text02 {
    font-size: 3.7vw;
  }
  .sec06 .link_text a {
    position: relative;
    padding-right: 10.4vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #8bc53f;
  }
  .sec06 .link_text a:before {
    width: 8vw;
    height: 8vw;
  }
}/*# sourceMappingURL=price.css.map */