html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* 活動用 begin */
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}
.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}
.yeslogo i {
  margin-right: 8px;
  float: left;
}
.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}
.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}
.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}

/* 活動用 end */
.banner {
  width: 100%;
  margin-top: 30px;
  /* margin-bottom: 48px; */
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 88;
}
.people_left {
  position: absolute;
  left: -20px;
  bottom: -15px;
  z-index: 1;
}
.people_right {
  position: absolute;
  right: -50px;
  bottom: 0px;
  z-index: 1;
}
.bf {
  max-width: 950px;
  margin: 0 auto -3px;
  z-index: 88;
}
.main {
  max-width: 950px;
  margin: 0 auto -3px;
  z-index: 88;
  display: none;
}
@media screen and (max-width: 1400px) {
  .people_left {
    position: absolute;
    left: -30px;
    bottom: -5px;
    z-index: 1;
    width: 470px;
  }
  .people_right {
    position: absolute;
    right: -80px;
    z-index: 1;
    width: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .people_left {
    position: absolute;
    left: -30px;
    bottom: -5px;
    z-index: 1;
    width: 470px;
  }
  .people_right {
    position: absolute;
    right: -80px;
    z-index: 1;
    width: 500px;
  }
}
@media screen and (max-width: 1080px) {
  .people_left {
    position: absolute;
    left: -30px;
    bottom: -5px;
    z-index: 1;
    width: 400px;
  }
  .people_right {
    position: absolute;
    right: -80px;
    z-index: 1;
    width: 430px;
  }
}

@media screen and (max-width: 980px) {
  .people_left {
    position: absolute;
    left: -30px;
    bottom: -5px;
    z-index: 1;
    width: 350px;
  }
  .people_right {
    position: absolute;
    right: -80px;
    z-index: 1;
    width: 380px;
  }
  .bf {
    width: 750px;
  }
}
@media screen and (max-width: 786px) {
  .people_left {
    display: none;
  }
  .people_right {
    display: none;
  }
  .bf {
    display: none;
  }
  .main {
    display: block;
  }
}
.container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0 0;
  background: url(../img/bg03.png);
}
@media screen and (max-width: 736px) {
  .container {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.page {
  max-width: 950px;
  margin: 0 auto;
}
/* .bg {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 0.3s;
} */

.swiper-father {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-box-1 {
  margin: 36px 10px 64px;
}
.swiper-box-2,
.swiper-box-3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .swiper-box-1 {
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .swiper-box-2,
  .swiper-box-3 {
    margin-bottom: 24px;
  }
}

.swiper-box-1 .title-1,
.swiper-box-2 .title-2,
.swiper-box-3 .title-3 {
  margin-left: 10px;
  margin-bottom: 16px;
}
.title-1:before {
  content: ' ';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/fire.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.title-2:before,
.title-3:before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/vertical-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

/* swiper-button */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
}
.swiper-button-next {
  right: -40px;
}
.swiper-button-prev {
  left: -40px;
}
/* end */

.swiper-box-1 h2 {
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  color: #e83828;
}
@media screen and (max-width: 736px) {
  .swiper-box-1 h2 {
    font-size: 20px;
  }
  .title-1:before {
    content: ' ';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/fire.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
.swiper-box-2 h2,
.swiper-box-3 h2 {
  font-size: 22px;
  font-weight: 900;
  display: inline-block;
}
.swiper-container {
  max-width: 100%;
  height: 100%;
  padding-bottom: 12px;
  padding-left: 1px;
}

/* .swiper-pagination {
  width: initial;
  height: 8%;
  display: inline;
  top: 10px;
  right: 10px;
  left: initial;
} */
.swiper-slide {
  /* text-align: center; */
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  border: 1px #cccccc solid;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide {
  border-radius: 8px;
  width: 100%;
  padding-bottom: 10px;
}
.slide img {
  margin-bottom: 8px;
  border-radius: 8px 8px 0 0;
}
.slide h1 {
  padding: 0 12px;
  margin-bottom: 4px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 20px;
}
.slide h3 {
  /* line-height: 1; */
  padding: 0 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0;
  font-size: 18px;
  color: #000;
}

.slide p {
  /* line-height: 1; */
  padding: 0 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0;
  font-size: 18px;
  color: #000;
}

@media screen and (max-width: 736px) {
  .slide {
    min-height: 168px;
  }
  /* .slide p {
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    font-size: 16px;
    color: #000;
  } */
  .slide h1 {
    padding: 0 12px;
    margin-bottom: 4px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
  }
  .slide h3 {
    /* line-height: 1; */
    padding: 0 12px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0;
    font-size: 16px;
    color: #000;
  }

  .slide p {
    padding: 0 12px;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    font-size: 16px;
    color: #000;
  }
}
/* footer */
.footer {
  background-color: #ffd801;
}
.footer_container {
  width: 950px;
  display: flex;
  padding: 20px 10px 20px;
  margin: 0 auto;
}
.footer .resume {
  width: 49%;
  /* border: 2px #cccccc solid; */
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  margin-right: 2%;
  padding-top: 3px;
}
.resume_img {
  border-radius: 8px;
  margin-bottom: -3px;
}
.resume_txt {
  padding: 16px 20px 16px;
  line-height: 1.5;
}
.resume_txt h4 {
  font-size: 24px;
  font-weight: 900;
  color: #0177ff;
}
.resume_txt p {
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
}
.btn01 {
  width: 160px;
  color: #fff;
  background-color: #ff6b01;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
}
.btn01:hover {
  background-color: #0177ff;
  color: #fff;
}

.footer .test {
  width: 49%;
  /* border: 2px #cccccc solid; */
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  padding-top: 3px;
}
.test_img {
  border-radius: 8px;
  margin-bottom: -3px;
}
.test_txt {
  padding: 16px 16px 16px;
  line-height: 1.5;
}
.test_txt h4 {
  font-size: 24px;
  font-weight: 900;
  color: #0177ff;
}
.test_txt p {
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
}
.btn02 {
  width: 160px;
  color: #fff;
  background-color: #ff6b01;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
}
.btn02:hover {
  background-color: #0177ff;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .resume {
    margin-right: 8px;
  }
}
@media screen and (max-width: 980px) {
  .footer_container {
    width: 100%;
  }
  .footer .resume {
    width: 49%;
    /* flex-direction: column; */
    text-align: center;
    /* margin-right: 2%; */
  }
  .resume_txt {
    padding: 8px;
  }
  .resume_txt h4 {
    font-size: 24px;
  }
  .resume_txt p {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
  }
  .footer .test {
    width: 49%;
    /* flex-direction: column; */
    text-align: center;
  }
  .test_txt {
    padding: 8px;
  }
  .test_txt h4 {
    font-size: 24px;
  }
  .test_txt p {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
  }
  .btn01,
  .btn02 {
    width: 160px;
    font-size: 20px;
    padding: 5px;
  }
}
@media screen and (max-width: 736px) {
  /* .footer {
    flex-direction: column;
  } */
  .footer_container {
    width: 100%;
  }
  .footer .resume {
    width: 50%;
    flex-direction: column;
    text-align: center;
  }

  .resume_txt h4 {
    font-size: 20px;
  }
  .resume_txt p {
    font-size: 16px;
  }
  .footer .test {
    width: 50%;
    flex-direction: column;
    text-align: center;
  }

  .test_txt h4 {
    font-size: 20px;
  }
  .test_txt p {
    font-size: 16px;
  }
  .btn01,
  .btn02 {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    background-color: #0177ff;
    color: #fff;
    font-weight: 500;
  }
}
@media screen and (max-width: 416px) {
  .ml20 {
    margin-left: 20px;
  }
  .ml-20 {
    margin-left: -20px;
  }
}
