/* main */
.section1 {
  padding-top: 70px;
  height: 540px;
  background: url(../img/main/visual.png) left top / cover no-repeat;
}

.section1 h2 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section1 h2 b {
  display: block;
  font-size: 26px;
  font-weight: 300;
}
.section1 p {
  color: #e3e8ee;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size:14px;
}


.section2 {
  top:-50px;
  position: relative;
  background: #f3f5f7;
  min-height: 500px;
  padding-bottom: 30px;
}
/* 
.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 {
  position: relative;
}
.section2 .title h2 {
  font-size: 24px;
  padding-right: 200px;
}
.section2 .title h2 img {
  height:180px;
}
main .title p {
  font-size:14px;
}
main .title p b {
  font-size:14px;
}

.review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  flex-wrap:wrap;
  margin-top: 20px;
}

.review .box {
  width:calc(50% - 7px);
  width:-webkit-calc(50% - 7px);
}
.review .box b {
  font-size:12px;
  position: relative;
  background: #fff;
  box-shadow: 5px 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  font-weight: normal !important;
  line-height: 1.2;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  height:47px;
}

.review .box .customer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.section2 .underText {
  margin: 45px 0;
  text-align: center;
}

.section2 .underText img {
  height:70px;
}
.btnMainStyle {
  display: inline-block;
  padding:0 30px;
  height: 49px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(70deg, #0472fa, #6051f2);
  box-shadow: 0 5px 20px rgb(0 145 255 / 32%);
}
.btnMainStyle2 {
  display: inline-block;
  width: 145px;
  height: 49px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(200deg, #047ce7, #07b280);
  box-shadow: 0 5px 20px rgb(0 145 255 / 32%);
}

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


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

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

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

.section3 .title {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
}

.section3 .title h2 {
  font-size: 24px;
}
.section3 .title h2  img {
  width:100%;
  position: relative;
  top:-30px;
}
.section3 .title p b {
  display: block;
  font-weight: bold;
  letter-spacing: -.1px;
}

.section3 .box {
  margin-bottom: 40px;
}
.section3 .box img {
  width:100%;
}


.section3 .box .text h3 {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  color:#212121;
}
.section3 .box .text h3 span {
}
.section3 .box .text h3 b {
  font-weight: bold;
  padding-bottom: 40px;
}
.section3 .box .text p,
.section3 .box .text p b {
  color:#000;
  font-size:14px;
}
.section3 .box .text span {
  display: block;
}

.section3 .box .text,
.section3 .box .text li {
  color:#000;
  font-size:14px;
}
.section3 .box .text li span {
  display: inline-block;
  color:#000;
}
.section3 .box .text h3 * {
  font-size: 17px;
}
.section3 .box .text p {
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}



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

main audio {
  filter: sepia(100%) saturate(0%) grayscale(100%) contrast(100%) invert(0%);
  width:100%;
  height: 25px;
}
.audiobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audiobox .audio {
  width:33.3333%;
}
.audiobox .audio .information .icon {
  padding-right: 20px;
  padding-bottom: 5px;
}
.audiobox .audio .information .icon img {
  height:30px;
}
.audiobox .audio .information .text {
}

.audiobox .audio .information .text span {
  
  font-size:9px;
}
.audiobox .audio .information .text p {
  font-size: 12px;
  color: #212121;
  font-weight: bold;
  margin-top: 5px;
}
.audiobox .audio .sample a {
  max-width: 60px;
  padding:5px;
  background: #0472fa;
  color: #fff;
  border-radius: 2px;
  margin:7px 0;
  display: block;
  text-align: center;
}

.checkSchedule {
  border: 2px dashed #8abdfd;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.checkSchedule h3 b,
.checkSchedule h3 {
  font-size: 18px;
}
.checkSchedule h3 {
  margin-bottom: 10px;
}
.checkSchedule .btnMainStyle {
  width:130px;
  height:40px;
  margin-top: 20px;
  font-size:13px;
  border-radius: 2px;
}

.checkSchedule p {
  color:#000;
  line-height: 1.4;
  font-size:14px;
}

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

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

.section4 h2 .title2  {
  height:40px;
  width:auto;
}
.section4 h2 p {
  color: #f3f5f7;
  font-size: 14px;
  margin-bottom: 10px;
}

.section4 img {
}
.section4 h2 img {
  max-width:80%;
  max-height:40px;
}

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

.section4 .partnerList li {
  width: 50%;
  padding:0 10px;
}

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

.section4 .partnerList li .partnerInfo * {
  color: #fff;
  font-size:14px;
  letter-spacing: -.5px;
  font-weight:normal;
}

.section4 .partnerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height:40px;
}
.section4 .partnerLogo img {
  max-width:90%;
}
.section5 {
  background: url(../img/main/section5_bg.png) 50% / cover no-repeat;
  padding: 50px 0 70px;
}
.section5 h2 {
  text-align: center;
  margin-bottom: 25px;
}
.section5 h2 img {
  width:60%;
}
.section5 .content {
  background: #fff;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow:hidden;
}

.section5 .content .textbox {
  background: #fff;
  padding:20px 30px 30px;
}

.section5 .content img {
  width:100%;
}
.section5 .content h3 {
  font-size:17px;
}
.section5 .content h3 b {
  font-size:17px;
  font-weight: bold;
}

.section5 .content h4 {
  font-weight: bold;
  margin: 10px 0;
  font-size:14px;
}
.section5 .content p {
  
  font-size:14px;
}
.section5 .content button {
  background: #07bc6e;
  width: 100px;
  height: 30px;
  border-radius:3px;
  color: #fff;
  margin-top: 20px;
}

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

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

.section6 h2 img {
  width:60%;
}

.section6 .content1 {
  position: relative;
  border-radius: 10px;
  padding: 10px 20px 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.section6 .content1 img {
  width:100%;
}

.section6 .content1 h3 *,
.section6 .content1 h3 {
  font-size: 17px;
  margin: 20px 0 10px;
}
.section6 .content1 p {
  
  letter-spacing: -0.5px;
  font-size:14px;
}
.section6 .content1 button {
  background: #6051f2;
  min-width: 90px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  padding:0 10px;
}

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

.section6 .content2 {
  border-radius: 10px;
  padding: 10px 20px 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.section6 .content2>img {
  width:80%;
  margin:0 auto;
  display: block;
}

.section6 .content2 h3 *,
.section6 .content2 h3 {
  font-size: 17px;
  margin: 10px 0;
}
.section6 .content2 p {
  
  position: relative;
  top:-3px;
}

.section6 .content2 > p {
  margin-bottom: 20px;
  font-size:12px;
  letter-spacing: -.3px;
}

.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: flex-start;
  margin-top: 10px;
}

.section6 .content2 p,
.section6 .content2 li b {
  color: #333;
  font-size:14px;
}
.section6 .content2 li img {
  margin-right: 5px;
  height:8px;
}

.section6 .content3 {
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
  background: #fff;
  box-shadow:0 5px 5px rgb(0 0 0 / 5%);
  overflow:hidden;
}

.section6 .content3 h2 *,
.section6 .content3 h2 {
  text-align: left;
}
.section6 .content3 p {
  font-size:14px;
  margin-top: 15px;
  
  letter-spacing: -.3px;
}


.section6 .content3 .top {
}

.section6 .content3 .top .text {
  padding:0px 30px 20px;
}
.section6 .content3 .top h2 *,
.section6 .content3 .top h2 {
  font-size:17px;
}

.section6 .content3 .top img {
  width:70%;
  display: block;
  margin:0 auto;
  padding:15px 0;
}

.section6 .content3 .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 30px 25px;
  position: relative;
  top:-2px;
  background: #fff;
}
.section6 .content3 .btm p {
  color: #212121;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.section6 .content3 .btm img {
  width:100%;
}

.section6 .content3 .btm .box:first-child {
    margin-right: 10px;
}

.dividerBar {
  width:100%; 
}
/* 
audio::-webkit-media-controls-current-time-display {
  font-size:12px;
}

audio::-webkit-media-controls-time-remaining-display {
  font-size:12px;
}

audio::-webkit-media-controls-timeline-container {
  width:5px;
} 
*/