.headBlock {
  padding: 146px 3% 42px;
}
.headBox {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.headBox .txtBox {
  width: 36.5%;
  max-width: 347px;
  margin: 0 0 0 auto;
  letter-spacing: 0.06em;
  padding: 52px 3% 0 0;
}
.headBox .txtBox .titleBlock {
  border-left: 8px solid #e60033;
  padding: 22px 0 22px 32px;
  margin-bottom: 24px;
}
.headBox .txtBox .titleBlock .eTxt {
  font-size: 2rem;
  letter-spacing: 0.22em;
  font-weight: 300;
  margin-bottom: 8px;
}
.headBox .txtBox .titleBlock h1 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.headBox .txtBox .note {
  font-size: 1.5rem;
  line-height: 1.667;
}
.headBox .imgBox {
  max-width: 721px;
  width: 64%;
}
.memberBlock {
  background: #f3f3f3;
  padding: 30px 3% 38px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 2;
}
.memberBlock .eTxt {
  font-size: 2.5rem;
  font-weight: 300;
  color: #e60033;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 46px;
}
.memberBlock .member {
  display: flex;
  justify-content: center;
}
.memberBlock .member .box {
  max-width: 261px;
  display: flex;
  flex-direction: column;
  margin: 0 2%;
}
.memberBlock .member .box figure {
  margin-bottom: 20px;
}
.memberBlock .member .box .txtBox {
  border-left: 8px solid #e60033;
  flex-grow: 1;
  padding: 16px 0 26px 13px;
  letter-spacing: 0.06em;
}
.memberBlock .member .box .txtBox .name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 18px;
}
.memberBlock .member .box .txtBox .note {
  font-size: 1.5rem;
  line-height: 1.667;
}
.sessionContents {
  padding: 0;
  padding-bottom: 40px;
}
.sessionContents .lineBg0::before {
  display: none;
}
.sessionContents .lineBg0::after {
  right: -50.7%;
  top: -293px;
  transform: scale(-1, 1);
}
.sessionContents .sessionBlock {
  overflow: hidden;
}
.sessionContents .sessionBlock .lineBg {
  padding: 40px 3% 18px;
}
.sessionContents .lineBg::before {
  display: none;
}
.sessionContents .lineBg01::after {
  display: none;
}
.sessionContents .lineBg02::after {
  left: -50.9%;
  top: -349px;
  transform: scale(1, 1);
}
.sessionContents .lineBg03::after {
  right: -50.8%;
  top: -365px;
  transform: scale(-1, 1);
}
.sessionContents .sessionBlock .lineBg.lineBg04 {
  padding-bottom: 0;
  padding-bottom: 0;
}
.sessionContents .lineBg04::before {
  display: block;
  top: 114px;
  left: -50%;
}
.sessionContents .lineBg04::after {
  left: auto;
  right: -50%;
  top: 458px;
  transform: scale(-1, 1);
}
.sessionContents .topTxt {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  font-weight: 300;
  color: #e60033;
  padding: 70px 0 7px;
  position: relative;
  z-index: 2;
}
.sessionContents h2 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.sessionContents .imgBox {
  padding: 0 3%;
}
.sessionContents figure {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sessionContents .chapterTitle {
  max-width: 756px;
  margin: 0 auto 38px;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
}
.sessionContents .chapterTitle .eTxt {
  font-size: 2rem;
  padding-right: 60px;
  width: 130px;
}
.sessionContents .chapterTitle h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  border-left: 8px solid #e60033;
  padding: 0 0 0 28px;
  width: calc(100% - 130px);
  min-height: 80px;
  display: flex;
  align-items: center;
}
.sessionContents .box {
  max-width: 734px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
}
.sessionContents .box figure {
  width: 10%;
  margin: 0;
  text-align: center;
  padding-top: 5px;
}
.sessionContents .box figcaption {
  font-size: 1.7rem;
  font-weight: 500;
}
.sessionContents .box p {
  width: 84%;
  font-size: 1.6rem;
  line-height: 1.563;
}
@media only screen and (max-width:749px) {
  .headBlock {
    padding: calc(8% + 17.33vw) 5% 10.5%;
  }
  .headBox {
    max-width: none;
    display: block;
  }
  .headBox .txtBox {
    width: 88%;
    max-width: none;
    margin: 0 auto 10%;
    padding: 0;
  }
  .headBox .txtBox .titleBlock {
    padding: 7% 0 5% 4.2vw;
    margin-bottom: 12%;
    line-height: 1.4;
  }
  .headBox .txtBox .titleBlock .eTxt {
    font-size: 5.33vw;
    margin-bottom: 0;
  }
  .headBox .txtBox .titleBlock h1 {
    font-size: 6.71vw;
  }
  .headBox .txtBox .note {
    font-size: 4vw;
  }
  .headBox .imgBox {
    width: 100%;
    max-width: none;
  }
  .memberBlock {
    padding: 10% 11% 1.8%;
  }
  .memberBlock .eTxt {
    font-size: 5.33vw;
    margin-bottom: 8.5%;
  }
  .memberBlock .member {
    display: block;
  }
  .memberBlock .member .box {
    max-width: 100%;
    margin: 0 0 11%;
  }
  .memberBlock .member .box figure {
    margin: 0 auto 6.5%;
    width: 54%;
  }
  .memberBlock .member .box .txtBox {
    padding: 2% 0 3% 4vw;
  }
  .memberBlock .member .box .txtBox .name {
    font-size: 4.53vw;
    margin-bottom: 3%;
  }
  .memberBlock .member .box .txtBox .note {
    font-size: 4vw;
  }
  .sessionContents {
    padding: 0;
    padding-bottom: 11vw;
  }
  .sessionContents .lineBg0::after {
    right: -195%;
    top: -56vw;
  }
  .sessionContents .sessionBlock .lineBg {
    padding: 7% 5% 2%;
  }
  .sessionContents .lineBg::after {
    right: -195.2%;
    top: -56vw;
  }
  .sessionContents .lineBg02::after {
    left: -187%;
    top: -105vw;
  }
  .sessionContents .lineBg03::after {
    right: -195%;
    top: -105vw;
  }
  .sessionContents .lineBg04::before {
    top: 14.7vw;
    left: -160%;
  }
  .sessionContents .lineBg04::after {
    right: -147%;
    top: 41vw;
  }
  .sessionContents .topTxt {
    font-size: 5.33vw;
    padding: 10% 0 5%;
  }
  .sessionContents h2 {
    font-size: 5.33vw;
    margin-bottom: 11.2%;
    line-height: 2;
  }
  .sessionContents .imgBox {
    padding: 0 5%;
  }
  .sessionContents figure {
    max-width: none;
    margin: 0 auto;
  }
  .sessionContents .chapterTitle {
    max-width: none;
    margin: 0 auto 9%;
    display: block;
  }
  .sessionContents .chapterTitle .eTxt {
    font-size: 3.73vw;
    padding: 0 0 2%;
    width: auto;
  }
  .sessionContents .chapterTitle h3 {
    font-size: 4.53vw;
    padding: 0 0 0 4vw;
    border-width: 5px;
    width: 100%;
    min-height: 15.2vw;
  }
  .sessionContents .box {
    max-width: none;
    margin: 0 auto 9%;
  }
  .sessionContents .box figure {
    width: 22%;
    padding-top: 2vw;
  }
  .sessionContents .box figcaption {
    font-size: 4vw;
    padding-top: 5%;
  }
  .sessionContents .box p {
    width: 72%;
    font-size: 4.26vw;
  }
}