@charset "UTF-8";
/*
	Filename: pointclub
	Version: 1.0.1
*/
.point {
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../img/pointclub/pointclub_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  color: #0b384d;
}
.point h2 {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
.point h2 span {
  display: block;
  margin-bottom: 40px;
  font-size: 31px;
  font-weight: 400;
}
.point p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.point_wrap {
  width: 1320px;
  margin: 80px auto 0;
  padding: 80px 40px;
  background: #c2c4c7;
  box-shadow: 0px 0px 16px -6px rgba(217,185,98,0.6);
}
.point_wrap .inner {
  width: 1240px;
}
@media screen and (max-width: 1380px) {
  .point_wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .point_wrap .inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .point_wrap .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.point_wrap .inner h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.point_wrap .inner ul {
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 30px 50px;
  background: #F5F2EB;
}
.point_wrap .inner ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 18px;
  line-height: 2;
}
.point_title {
  position: relative;
  margin-top: 150px;
  margin-bottom: 95px;
}
.point_wrap .inner .point_title:first-of-type {
  margin-top: 95px;
}
.point_title::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -25px;
	left: 40px;
  width: calc(100% - 40px);
  height: 1px;
  background: #0b384d;
}
.point_icon {
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.point_icon img {
  width: 183px;
  height: 152px;
}
.point_title h4 {
  padding-left: 210px;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}
.point_title h4 span {
  margin-left: 10px;
  font-size: 20px;
}
.point_01, .point_02, .point_03 {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  margin-bottom: 30px;
}
.point_04 {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  gap: 20px;
}
.point_04 .point_photo {
  width: calc((100% - 40px) / 3);
  margin-top: 50px;
  margin-bottom: 80px;
}
.point_text {
  position: relative;
  width: 61%;
}
.point_02 .point_text {
  width: 76%;
}
.point_03 .point_text {
  width: 69%;
}
.point_text_inner {
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  padding: 0 50px;
}
.point_text h5 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 55px;
  font-size: 30px;
  font-weight: 400;
}
.point_text h5::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  width: 43px;
  height: 37px;
  background: url("../img/pointclub/bara.png") no-repeat center center;
  background-size: cover;
}
.point_text p {
  text-align: left;
}
.point_photo {
  width: 39%;
}
.point_02 .point_photo {
  width: 24%;
}
.point_03 .point_photo {
  width: 31%;
}
.point_photo img {
  width: 100%;
}

.point_flow {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.point_flow_box {
  width: calc((100% - 20px) / 2);
  padding: 30px;
  background: #F5F2EB;
}
.point_flow_box p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.point_flow_box img {
  max-width: 100%;
}
.number {
  position: relative;
  margin-bottom: 30px;
}
.number span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 9px 8px;
  border-radius: 50%;
  background: #0b384d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.number h6 {
  padding-top: 10px;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .point_wrap .inner h3 {
    font-size: 25px;
  }
  .point_title h4 {
    padding-left: 210px;
    font-size: 30px;
    line-height: 1.4;
  }
  .point_title h4 span {
    font-size: 18px;
  }
  .point_01, .point_02, .point_03 {
    margin-bottom: 50px;
  }
  .point_text_inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 30px;
  }
  .point_text h5 {
    font-size: 25px;
    line-height: 1.4;
  }
  .point_flow_box {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .point {
    margin-top: -30px;
  }
  .point h2 {
    margin-bottom: 30px;
  }
  .point h2 img {
    max-width: 90%;
  }
  .point h2 span {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .point p {
    font-size: 16px;
  }
  .point_wrap {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .point_wrap .inner h3 {
    font-size: 20px;
  }
  .point_wrap .inner ul {
    margin-bottom: 60px;
    padding: 20px 30px;
  }
  .point_wrap .inner ul li {
    font-size: 16px;
  }
  .point_title {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .point_wrap .inner .point_title:first-of-type {
    margin-top: 50px;
  }
  .point_title::after {
    bottom: -20px;
    left: 0;
    width: 100%;
  }
  .point_icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .point_icon img {
    width: 120px;
    height: auto;
  }
  .point_title h4 {
    padding-left: 140px;
    font-size: 25px;
  }
  .point_title h4 span {
    font-size: 16px;
  }
  .point_01, .point_02, .point_03 {
    margin-bottom: 50px;
  }
  .point_04 {
    gap: 20px 0;
  }
  .point_04 .point_photo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .point_04 .point_photo img {
    width: 100%;
  }
  .point_04 .point_photo:last-of-type {
    margin-bottom: 60px;
  }
  .point_text {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .point_02 .point_text {
    width: 100%;
  }
  .point_03 .point_text {
    width: 100%;
  }
  .point_text_inner {
    padding: 0;
  }
  .point_text h5 {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 22px;
  }
  .point_text h5::before {
    top: 5px;
    width: 25px;
    height: 22px;
  }
  .point_photo {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .point_02 .point_photo {
    width: 100%;
  }
  .point_03 .point_photo {
    width: 100%;
  }
  .point_photo img {
    width: 60%;
  }
  .point_flow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
  }
  .point_flow_box {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 414px) {
  .point_title::after {
    top: 83px;
    bottom: auto;
  }
  .point_icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 10px;
  }
  .point_title h4 {
    padding-left: 0;
  }
}