@charset "utf-8";

.p-result {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-result {
    margin-top: 50px;
    overflow-x: hidden;
  }
}
.p-result__inner {

}

.p-result__resort {

}
@media screen and (max-width: 767px) {
  .p-result__resort img {
    width: 100vw;
    height: 300px;
    margin-left: -20px;
    object-fit: cover;
  }
}

.p-result__resort h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__resort h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 30px;
  }
}
.p-result__resort p {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-result__resort p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
  }
}

.p-result__point {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-result__point {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-result__point + .p-result__point {
    margin-top: 83px;
  }
}
.p-result__pointHead {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-result__pointHead {
    display: block;
  }
}

.p-result__point h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-result__point h3 {
    font-size: 22px;
    margin-top: 15px;
  }
}

.p-result__point p {
  display: inline-block;
  font-family: "roboto", sans-serif;
  color: #F50000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-result__point p {
    font-size: 22px;
  }
}
.p-result__point p::after {
  content: "";
  width: 2px;
  height: 36px;
  background: #F50000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-result__point p::after {
    height: 24px;
  }
}

.p-result__pointItems {
  display: flex;
  gap: 40px 60px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__pointItems {
    flex-direction: column;
    gap: 60px;
    margin-top: 31px;
  }
}

.p-result__pointItem {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-result__pointItem {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
  }
}

.p-result__pointItem img {
  width: 100%;
  height: auto;
  aspect-ratio: 570 / 290;
}
.p-result__pointContent {
  flex-grow: 1;
  background: #F5F5F5;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  min-height: 309px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .p-result__pointContent {
    padding: 20px 10px;
    min-height: auto;
  }
}

.p-result__pointContent h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-result__pointContent h4 {
    font-size: 18px;
  }
}

.p-result__pointContent ul {
  margin-top: 30px;
  /* flex-grow: 1; */
}

.p-result__pointContent li {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;

}

@media screen and (max-width: 767px) {
  .p-result__pointContent li {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 0;
  }
}

.p-result__pointContent li::before {
  content: "・";
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-result__pointContent li::before {
    top: 14px;
    transform: translateY(-50%);
  }
}

.p-result__chart {
  display: flex;
  gap: 100px;
  margin-top: 150px;
}

@media screen and (max-width: 1199px) {
  .p-result__chart {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-result__chart {
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
  }
}

.p-result__chartContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-result__chartContent {
    display: block;
  }
}

.p-result__chartContent h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-result__chartContent h4 {
    font-size: 22px;
  }
}

.p-result__chartContent p {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__chartContent p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }
}

.p-result__chartImg {
  width: 508px;
  margin-left: auto;
  image-rendering: -webkit-optimize-contrast;

}
@media screen and (max-width: 1199px) {
  .p-result__chartImg {
    width: calc(50% - 25px);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-result__chartImg {
    width: 100%;
    margin-left: 0;
  }
}

.p-result__others {
  border-top: 1px solid #222;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-result__others {
    margin-top: 80px;
  }
}

.p-result__othersHead {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__othersHead {
    margin-top: 30px;
  }
}

.p-result__othersHead h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-result__othersHead h2 {
    font-size: 22px;
  }
}

.p-result__othersHead p {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-result__othersHead p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-result__othersBody {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-result__othersBody {
    margin-top: 80px;
  }
}

.p-result__item {

}

.p-result__item + .p-result__item {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .p-result__item + .p-result__item {
    margin-top: 150px;
  }
}

.p-result__itemHead {
}


.p-result__itemHead img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-result__itemHead img {
    width: 100vw;
    height: 300px;
    margin-left: -20px;
    object-fit: cover;
  }
}

.p-result__itemTag {
  display: flex;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__itemTag {
    margin-top: 30px;
  }
}

.p-result__itemTag p {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  background: #F50000;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-result__itemTag--en {
  font-family: "roboto", sans-serif;
}

.p-result__itemContents {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__itemContents {
    margin-bottom: 0;
  }
}
.p-result__itemContents h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-result__itemContents h3 {
    font-size: 22px;
  }
}

.p-result__itemContents p {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-result__itemContents p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-result__itemPictures {
  display: flex;
  gap: 30px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-result__itemPictures {
    flex-direction: column;
    gap: 10px;
  }
}

.p-result__itemPictures img {
  width: calc(380 / 1200 * 100%);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-result__itemPictures img {
    width: 100%;  
  }
}

.p-result__btn {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-result__btn {
    margin-top: 50px;
  }
}