/* main */
main {
}

section {
  min-width: 1400px;
}
.section1 {
  height: 700px;
  background: url(../img/main/visual.png) 50% / cover no-repeat;
  padding-left: 170px;
}

.section1 h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 100px;
}
.section1 h2 b {
  display: block;
  font-size: 48px;
  font-weight: 300;
}
.section1 p {
  color: #e3e8ee;
  line-height: 1.8;
  margin-bottom: 25px;
}


.section2 {
  position: relative;
  background: #f3f5f7;
  min-height: 500px;
  padding-bottom: 170px;
}
.section2::before {
  content: "";
  display: block;
  background: url(../img/main/section2_top.png) top left / cover no-repeat;
  position: absolute;
  top: -180px;
  height: 200px;
  width: 100%;
}

.section2 .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: -50px;
  top: -50px;
}
.section2 .title h2 {
  font-size: 24px;
  padding-right: 200px;
}
.section2 .title p {
  font-size: 24px;
}
.section2 .title p b {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.review {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16.5px;
}

.review .box {
  position: relative;
  width: 260px;
  background: #fff;
  height: 240px;
  box-shadow: 5px 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 25px 20px;
}

.review .box b {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.1px;
}
.review .box p {
  font-size: 14px;
  color: #707077;
  line-height: 1.2;
  margin: 10px 0;
  word-break: keep-all;
}
.review .box .customer {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.review .box .customer img {
  margin-right: 5px;
}

.section2 .underText {
  margin: 75px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btnMainStyle {
  display: inline-block;
  width: 250px;
  height: 70px;
  font-size: 24px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(70deg, #0472fa, #6051f2);
  box-shadow: 0 5px 20px rgb(0 145 255 / 32%);
}
.btnMainStyle2 {
  display: inline-block;
  width: 250px;
  height: 70px;
  font-size: 24px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(70deg, #047ce7, #07b280);
  box-shadow: 0 5px 20px rgb(0 145 255 / 32%);
}

.btnMainStyle3 {
  display: inline-block;
  width: 250px;
  height: 70px;
  font-size: 24px;
  border-radius: 5px;
  color: #fff;
  background: #6051f2;
  box-shadow: 0 5px 20px rgb(96 81 242 / 32%);
}

.section3 {
  background: #fff;
  min-height: 500px;
  position: relative;
  padding-bottom: 100px;
}

.section3::before {
  content: "";
  display: block;
  background: url(../img/main/section3_top.png) top left / cover no-repeat;
  position: absolute;
  top: -180px;
  height: 200px;
  width: 100%;
}

.section3 .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: -50px;
  top: -50px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.section3 .title h2 {
  font-size: 24px;
  padding-right: 50px;
}
.section3 .title p {
  font-size: 18px;
  padding-top: 30px;
}
.section3 .title p b {
  font-size: 18px;
  display: block;
  font-weight: bold;
}

.section3 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.section3 .box .text {
  padding-left: 60px;
}

.section3 .box .text h3 {
  font-size: 32px;
}
.section3 .box .text h3 span {
}
.section3 .box .text h3 b {
  font-weight: bold;
  padding-bottom: 40px;
}

.section3 .box .text h3 * {
  font-size: 32px;
  display: block;
}
.section3 .box .text p {
  margin-bottom: 20px;
}

.btnDetailView {
  display: inline-block;
  width: 110px;
  height: 40px;
  background: #0472fa;
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
}

main audio {
  filter: sepia(100%) saturate(0%) grayscale(100%) contrast(100%) invert(0%);
  width: 200px;
  height: 25px;
}

.audiobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px 40px;
}
.audiobox .audio {
}
.audiobox .audio .information {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.audiobox .audio .information .icon {
  padding-right: 20px;
  padding-bottom: 10px;
}
.audiobox .audio .information .icon img {
}
.audiobox .audio .information .text {
}

.audiobox .audio .information .text span {
  color: #707077;
}
.audiobox .audio .information .text p {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin-top: 5px;
}

.audiobox .audio .sample {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.audiobox .audio .sample a {
  width: 80px;
  height: 30px;
  line-height: 28px;
  background: #0472fa;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.audiobox .audio .sample a:hover{
  text-decoration: none !important;
}

.checkSchedule {
  border: 2px dashed #8abdfd;
  border-radius: 20px;
  padding: 60px;
  position: relative;
}
.checkSchedule h3 b,
.checkSchedule h3 {
  font-size: 32px;
}
.checkSchedule h3 {
  margin-bottom: 20px;
}
.checkSchedule .btnMainStyle {
  position: absolute;
  right: 65px;
  bottom: 65px;
}

.section4 {
  text-align: center;
  background: url(../img/main/section3_bg.jpg) 50% / cover no-repeat;
  padding: 20px 0 205px;
}

.section4 h2 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section4 h2 p {
  color: #f3f5f7;
  font-size: 24px;
  margin-bottom: 20px;
}

.section4 .partnerList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 810px;
  margin: 0 auto;
}

.section4 .partnerList li {
  width: 50%;
}

.section4 .partnerList li .partnerInfo {
  padding: 20px 0 40px;
}

.section4 .partnerList li .partnerInfo * {
  color: #707077;
  font-size: 14px;
}

.section4 .partnerLogo {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .partnerLogo img {
}
.section4 .btnMainStyle {
  margin-top: 50px;
}

.section5 {
  background: url(../img/main/section5_bg.png) 50% / cover no-repeat;
  padding: 90px 0 110px;
}
.section5 h2 {
  text-align: center;
  margin-bottom: 75px;
}
.section5 h2 img {
}
.section5 .content {
  width: 1090px;
  height: 445px;
  background: #fff url(../img/main/section5_img.png) 50% / cover no-repeat;
  border-radius: 50px;
  padding: 95px 85px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
}
.section5 .content h3 {
  font-size: 32px;
}
.section5 .content h3 b {
  font-size: 32px;
  font-weight: bold;
}

.section5 .content h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
.section5 .content p {
  color: #707077;
}
.section5 .content button {
  background: #07bc6e;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
}

.section6 {
  background: #fff url(../img/main/section6_bg.png) top / contain no-repeat;
  padding: 90px 0 110px;
}

.section6 h2 {
  text-align: center;
  margin-bottom: 50px;
}

.section6 .content1 {
  width: 1090px;
  height: 445px;
  background: #fff url(../img/main/section6_img1.png) 50% / cover no-repeat;
  border-radius: 50px;
  padding: 50px 85px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
}

.section6 .content1 h3 *,
.section6 .content1 h3 {
  font-size: 32px;
  margin: 30px 0;
}
.section6 .content1 p {
  color: #707077;
}
.section6 .content1 button {
  background: #6051f2;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
}

.section6 .review {
  padding: 25px 0 40px;
}

.section6 .content2 {
  width: 1090px;
  height: 445px;
  background: #fff url(../img/main/section6_img2.png) 50% / cover no-repeat;
  border-radius: 50px;
  padding: 50px 45px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
  padding-left: 570px;
}

.section6 .content2 h3 *,
.section6 .content2 h3 {
  font-size: 32px;
  margin: 30px 0;
}
.section6 .content2 p {
  color: #707077;
}

.section6 .content2 > p {
  margin-bottom: 30px;
}

.section6 .content2 button {
  background: #6051f2;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
}

.section6 .content2 li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.section6 .content2 li b {
  color: #333;
}
.section6 .content2 li img {
  margin-right: 10px;
}

.section6 .content3 {
  width: 1150px;
  height: 840px;
  background: url(../img/main/section6_frame.png) 50% / cover no-repeat;
  border-radius: 50px;
  padding: 110px 140px 50px;
  position: relative;
  left: -30px;
  margin-bottom: 20px;
}

.section6 .content3 h2 *,
.section6 .content3 h2 {
  text-align: left;
  font-size: 32px;
}
.section6 .content3 p {
  margin-top: 25px;
  color: #707077;
  font-size: 16px;
}

.section6 .content3 .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 90px;
  left: 140px;
  width: 870px;
}
.section6 .content3 .btm p {
  color: #212121;
  font-size: 18px;
  margin-bottom: 15px;
}
