@charset "UTF-8";

/* 下層共通 mv */
.c-page-mv .top {
  padding-top: 100px;
  padding-bottom: 0px;
}
.c-page-mv .title-area {
  text-align: center;
}
.c-page-mv .title-area .t-ja {
  font-size: 4.8rem;
  padding-bottom: 20px;
}
.c-page-mv .bottom {
  height: 650px;
  background-size: cover;
  background-position: center;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .c-page-mv .bottom {
    height: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-mv .top {
    padding-top: 60px;
  }
  .c-page-mv .title-area .t-ja {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-mv .top {
    padding-top: 40px;
  }
  .c-page-mv .title-area .t-ja {
    font-size: 2.8rem;
  }
  .c-page-mv .bottom {
    height: 70vw;
    min-height: 350px;
    background-position: left center;
  }
}
@media screen and (max-width: 430px) {
  .c-page-mv .title-area .t-ja {
    font-size: 2.2rem;
  }
}

/* what mv */
.what-mv .top {
  background-color: #ffa8f2;
}
.what-mv .top::before {
  background-color: #ffa8f2;
}
.what-mv .bottom {
  background-image: url("..//images/sub/what-mv.jpg");
}
/* fair mv */
.fair-mv .top {
  background-color: #68dfef;
}
.fair-mv .top::before {
  background-color: #68dfef;
}
.fair-mv .bottom {
  background-image: url("..//images/sub/fair-mv.jpg");
}

/*---------------------*/
/* what point */
.p-point .title-area2 {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
.p-point .title-area2 h2 {
  font-size: 3.8rem;
  line-height: 1.6;
  border-bottom: 5px solid #fff001;
  display: inline-block;
}
.p-point .title-area2 .title-img {
  width: 18rem;
  height: auto;
  position: absolute;
  left: calc(50% + 300px);
  bottom: -30px;
}
.p-point .title-area2 .title-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-point .content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.p-point .content li {
  display: grid;
  grid-template-columns: 45% 55%;
}
.p-point .content .list02 {
  direction: rtl;
}
.p-point .content .list02 > * {
  direction: ltr;
}
.p-point .img-area {
  margin-right: 60px;
  overflow: hidden;
  border: 5px solid #000;
  border-radius: 20px;
  height: 350px;
}
.p-point .content .list02 .img-area {
  margin-right: 0;
  margin-left: 60px;
}
.p-point .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.p-point .text-area h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}
.p-point .text-area h3::before {
  content: "";
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background-image: url("../images/common/icon-q-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-point .list02 .text-area h3::before {
  background-image: url("../images/common/icon-good.svg");
}
.p-point .text-box p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .p-point .title-area2 h2 {
    font-size: 3.2rem;
  }
  .p-point .title-area2 .title-img {
    width: 14rem;
    left: calc(50% + 240px);
  }
  .p-point .img-area {
    margin-right: 30px;
  }
  .p-point .content .list02 .img-area {
    margin-left: 30px;
  }
  .p-point .text-area h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point .title-area2 h2 {
    font-size: 2.6rem;
  }
  .p-point .title-area2 .title-img {
    width: 12rem;
    left: calc(50% + 90px);
    bottom: -80px;
  }
  .p-point .content {
    margin-bottom: 50px;
  }
  .p-point .content li {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .p-point .img-area {
    margin-right: 0px;
  }
  .p-point .content .list02 .img-area {
    margin-left: 0px;
  }
  .p-point .text-area h3 {
    font-size: 2.2rem;
  }
  .p-point .text-area h3::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 430px) {
  .p-point .title-area2 .title-img {
    width: 8.6rem;
    left: calc(50% + 60px);
  }
  .p-point .content li {
    row-gap: 20px;
  }
  .p-point .img-area {
    height: 300px;
  }
  .p-point .text-area h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .p-point .text-box p {
    font-size: 1.6rem;
  }
}

/*---------------------*/
/* fair benefit */
.p-benefit .content {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  padding-top: 60px;
  margin-bottom: 30px;
}
.p-benefit ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.p-benefit .img-area {
  position: relative;
  border-radius: 20px;
}
.p-benefit .img-area img:not(.mark) {
  width: 100%;
  height: auto;
  border: 5px solid #000;
  border-radius: 20px;
  display: block;
}
.p-benefit .mark {
  position: absolute;
  top: -50px;
  left: -30px;
  width: 126px;
  height: 126px;
  z-index: 10;
}
.p-benefit .list01 .mark,
.p-benefit .list03 .mark {
  left: auto;
  right: -30px;
}
.p-benefit .list02 .img-area,
.p-benefit .list04 .img-area {
  order: 1;
}
.p-benefit .text-area {
  padding: 30px 20px 30px 40px;
}
.p-benefit h2 {
  font-size: 4.2rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 20px;
}
.p-benefit h2::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -5px;
  width: calc(100% + 10px);
  height: 25px;
  background-color: #fff001;
  z-index: -1;
}
.p-benefit .text-box p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-benefit .list04 .bold {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}
.p-benefit .list04 .red-text {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #e50011;
}
@media screen and (max-width: 1024px) {
  .p-benefit .content {
    padding-top: 30px;
  }
  .p-benefit .mark {
    width: 100px;
    height: 100px;
  }
  .p-benefit .text-area {
    padding: 20px 20px 20px 20px;
  }
  .p-benefit h2 {
    font-size: 3.2rem;
  }
  .p-benefit .list04 .bold {
    font-size: 2.6rem;
  }
  .p-benefit .list04 .red-text {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-benefit .content {
    width: 90%;
    margin: 0 auto;
  }
  .p-benefit ul li {
    grid-template-columns: 1fr;
  }
  .p-benefit .list02 .img-area,
  .p-benefit .list04 .img-area {
    order: 0;
  }
  .p-benefit .list04 .text-area {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .p-benefit .mark {
    width: 80px;
    height: 80px;
  }
  .p-benefit .text-area {
    padding: 20px 0px 20px 0px;
  }
  .p-benefit h2 {
    font-size: 2.6rem;
  }
  .p-benefit .text-box p {
    font-size: 1.6rem;
  }
  .p-benefit .list04 .bold {
    font-size: 2rem;
  }
  .p-benefit .list04 .red-text {
    font-size: 4rem;
  }
}
