.mv {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 924px;
}

.mv_title {
  position: absolute;
  top: 67%;
  left: 8%;
  margin: 0;
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv_lead {
  position: absolute;
  top: 78%;
  left: 8%;
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
}

.mv_icon {
  width: 32%;
  position: absolute;
  top: 31%;
  left: 7%;
}

.mv img {
  width: 100%;
}

.icon_padding {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 924px;
  margin: 0 auto;
  margin-bottom: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point_padding {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.point_container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  color: #6486AF;
}

.point_title_container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.point_text {
  color: #6486AF;
  font-size: 12px;
  line-height: 18px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.point_icon_container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 430px;
}

.point_icon {
  width: 80px;
}


.pr_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pr_container {
  display: flex;
  align-items: center;
  width: 924px;
  margin: 0 auto;
  gap: 40px;
}

.pr_img {
  width: 60%;
  font-size: 0;
}

.pr_text {
  font-size: 13px;
  line-height: 21px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
}

/* spanのスタイル - 強調部分 */
.pr_highlight {
  font-weight: normal;
  font-size: 18px;
  display: flex;
  line-height: 28px;
}

.point_highlight {
  font-size: 16px;
}


.box_items_container {
  display: flex;
  gap: 5px;
}

.box_items {
  padding: 1px 5px;
  border: solid 0.5px;
  font-size: 10px;
  display: inline;
  align-items: center;
  font-weight: normal;
}


.point_box {
  border: 1px solid #6486AF;
  font-size: 20px;
  display: grid;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.point {
  font-size: 10px;
}

.point_number {
  font-size: 17px;
}



.pi_lead {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: left;
  margin-bottom: 30px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 5%;
}

.item_main {
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: normal;
}

.item_lead {
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-bottom: 28px;
}

/* コンテナ */
.container {
  display: flex;
  flex-direction: column;
  /* gap: 70px; */
  width: 80%;
  margin-top: 40px;
  margin: 0 auto;
}

.container_item {
  margin-bottom: 40px;
}

.container_item_1 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.container_title {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.container_coordinate {
  display: flex;
  /* margin-bottom: 90px; */
  flex-direction: column;
  font-size: 0;
  width: 314px;
  gap: 1px;
}

.coordinate_template {
  display: flex;
  font-size: 0;
}

.title_item {
  font-size: 20px;
}

.img_main {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1px;
}

.img_sub {
  font-size: 0;
}

.title_coordinate {
  font-size: 1.6rem;
  margin-bottom: 20px;
}



.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin: 10px; */
  padding: 0.7em 1.2em;
  border: none;
  border-radius: 25px;
  background-color: #000000;
  color: #fff;
  /* font-weight: 600; */
  font-size: 10px;
}

.button-2::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

.button-2:hover {
  background-color: #000000;
}