/* ------------------------------
 width: all
------------------------------ */
body {
  background-position: top 0 center;
  background-image: url(../../../images/bg_pp.webp);
}

main section.ttlsection .wrapper {
  background-image: url(../../../images/bg_ttl_ps.webp);
}

main section.s01 {
  padding: 100px 30px 0;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #9e6bb2;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 2.3;
  margin-top: 50px;
}

main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #9e6bb2;
  margin-top: 80px;
}

main section.s01 .wrapper .memberlist {
  max-width: 1280px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

main section.s01 .wrapper .memberlist li {
  width: 33.3%;
  padding: 55px 15px 0;
  position: relative;
}

main section.s01 .wrapper .memberlist li .photo {
  width: 225px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 1000px;
}

main section.s01 .wrapper .memberlist li .txtbox * {
  color: #9e6bb2;
}

main section.s01 .wrapper .memberlist li .txtbox .t03 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 44px;
  line-height: 1;
  font-weight: 200;
}

main section.s01 .wrapper .memberlist li .txtbox .t04 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 15px;
}

main section.s01 .wrapper .memberlist li .txtbox .t05 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
  color: #333;
}

main section.s02 {
  padding: 100px 30px 0;
}

main section.s02 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s02 .wrapper .storybox {
  max-width: 1200px;
  margin: 0 auto;
}

main section.s02 .wrapper .storybox+.storybox {
  margin-top: 120px;
}

main section.s02 .wrapper .storybox .story_ttl {
  display: flex;
  justify-content: space-between;
}

main section.s02 .wrapper .storybox .story_ttl dt {
  width: 130px;
  min-height: 180px;
  display: flex;
  align-items: center;
}

main section.s02 .wrapper .storybox .story_ttl dt p {
  color: #d4bddd;
  font-size: 86px;
  font-weight: bold;
  line-height: 1;
}

main section.s02 .wrapper .storybox .story_ttl dd {
  width: calc(100% - 130px);
  min-height: 180px;
  padding-left: 55px;
  display: flex;
  align-items: center;
  border-left: 1px solid #9e6bb2;
}

main section.s02 .wrapper .storybox .story_ttl dd p {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  color: #9e6bb2;
}

main section.s02 .wrapper .storybox .story_ttl dd p span {
  display: block;
  font-weight: 200;
}

main section.s02 .wrapper .storybox ul {
  max-width: 1000px;
  margin: 70px auto 0;
}

main section.s02 .wrapper .storybox ul li+li {
  margin-top: 65px;
}

main section.s02 .wrapper .storybox ul li dl {
  display: flex;
  justify-content: space-between;
}

main section.s02 .wrapper .storybox ul li dl dt {
  width: 100px;
}

main section.s02 .wrapper .storybox ul li dl dt img {
  width: 100%;
  display: block;
  border-radius: 100px;
}

main section.s02 .wrapper .storybox ul li dl dd {
  width: calc(100% - 100px);
  padding: 15px 0 0 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

main section.s02 .wrapper .storybox .box02 {
  max-width: 1000px;
  margin: 120px auto 0;
  padding-top: 30px;
  border-top: 1px solid #9e6bb2;
  position: relative;
}

main section.s02 .wrapper .storybox .box02 .t10 {
  font-size: 42px;
  font-weight: bold;
  color: #d4bddd;
}

main section.s02 .wrapper .storybox .box02 .t11 {
  font-size: 38px;
  font-weight: 200;
  color: #9e6bb2;
}

main section.s02 .wrapper .storybox .box02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 25px;
}

main section.s02 .wrapper .storybox .box02 table tr th {
  width: 160px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  padding: 10px 0 10px 30px;
  vertical-align: top;
  background-color: #9e6bb2;
}

main section.s02 .wrapper .storybox .box02 table tr td {
  background-color: #eee;
  font-size: 18px;
  line-height: 2.5;
  padding: 10px 30px;
  vertical-align: top;
  color: #9e6bb2;
}

main section.s02 .wrapper .storybox .box02 .photo {
  width: 440px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
}

main section.s02 .wrapper .storybox .box02 .t12 {
  width: 450px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 25px;
  color: #9e6bb2;
}

main section.s02 .wrapper .storybox .box02 .btn03 {
  width: 320px;
  margin: 30px 0 0;
  height: 46px;
}

main section.s02 .wrapper .storybox .box02 .btn03 p {
  padding: 0 20px;
  font-size: 16px;
}

main section.s02 .wrapper .storybox .box02 .btn03 .icon {
  width: 30px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
}

main section.s02 .wrapper .storybox .msgbnr {
  width: 100%;
  display: block;
  margin-top: 100px;
}

main section.s02 .wrapper .btnlist02 {
  margin-top: 120px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-position: top 160px center;
    background-image: url(../../../images/bg_pp_sp.webp);
  }

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_ps.webp);
  }

  main section.s01 {
    padding: 15px 32px;
  }

  main section.s01 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #9e6bb2;
  }

  main section.s01 .wrapper .t01 {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
  }

  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #9e6bb2;
    margin-top: 20px;
  }

  main section.s01 .wrapper .memberlist {
    max-width: 1280px;
    margin: 20px auto 0;
    display: block;
  }

  main section.s01 .wrapper .memberlist li {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  main section.s01 .wrapper .memberlist li+li {
    margin-top: 15px;
  }

  main section.s01 .wrapper .memberlist li .photo {
    width: 90px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  main section.s01 .wrapper .memberlist li .txtbox {
    width: calc(100% - 110px);
  }

  main section.s01 .wrapper .memberlist li .txtbox * {
    color: #9e6bb2;
  }

  main section.s01 .wrapper .memberlist li .txtbox .t03 {
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 200;
    text-align: left;
  }

  main section.s01 .wrapper .memberlist li .txtbox .t04 {
    text-align: left;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 5px;
  }

  main section.s01 .wrapper .memberlist li .txtbox .t05 {
    text-align: left;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
  }

  main section.s01 .wrapper .memberlist li .txtbox .t05 br {
    display: none;
  }

  main section.s02 {
    padding: 40px 32px 0;
  }

  main section.s02 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s02 .wrapper .storybox {
    max-width: 1200px;
    margin: 0 auto;
  }

  main section.s02 .wrapper .storybox+.storybox {
    margin-top: 55px;
  }

  main section.s02 .wrapper .storybox .story_ttl {
    display: flex;
    justify-content: space-between;
  }

  main section.s02 .wrapper .storybox .story_ttl dt {
    width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }

  main section.s02 .wrapper .storybox .story_ttl dt p {
    color: #d4bddd;
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
  }

  main section.s02 .wrapper .storybox .story_ttl dd {
    width: calc(100% - 50px);
    min-height: 50px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    border-left: 1px solid #9e6bb2;
  }

  main section.s02 .wrapper .storybox .story_ttl dd p {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    color: #9e6bb2;
  }

  main section.s02 .wrapper .storybox .story_ttl dd p span {
    padding-left: 0px;
    display: block;
    font-size: 13px;
  }

  main section.s02 .wrapper .storybox ul {
    max-width: 1000px;
    margin: 25px auto 0;
  }

  main section.s02 .wrapper .storybox ul li+li {
    margin-top: 20px;
  }

  main section.s02 .wrapper .storybox ul li dl {
    display: flex;
    justify-content: space-between;
  }

  main section.s02 .wrapper .storybox ul li dl dt {
    width: 50px;
  }

  main section.s02 .wrapper .storybox ul li dl dt img {
    width: 100%;
    display: block;
    border-radius: 100px;
  }

  main section.s02 .wrapper .storybox ul li dl dd {
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
  }

  main section.s02 .wrapper .storybox .box02 {
    max-width: 1000px;
    margin: 50px auto 0;
    padding-top: 10px;
    border-top: 1px solid #9e6bb2;
    position: relative;
  }

  main section.s02 .wrapper .storybox .box02 .t10 {
    font-size: 21px;
    font-weight: bold;
    color: #d4bddd;
  }

  main section.s02 .wrapper .storybox .box02 .t11 {
    font-size: 19px;
    font-weight: 200;
    color: #9e6bb2;
  }

  main section.s02 .wrapper .storybox .box02 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: 10px;
  }

  main section.s02 .wrapper .storybox .box02 table tr th {
    width: 65px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-size: 9px;
    line-height: 1.6;
    padding: 5px 0 5px 5px;
    vertical-align: top;
    background-color: #9e6bb2;
  }

  main section.s02 .wrapper .storybox .box02 table tr td {
    background-color: #eee;
    font-size: 9px;
    line-height: 1.6;
    padding: 5px 8px;
    vertical-align: top;
    color: #9e6bb2;
  }

  main section.s02 .wrapper .storybox .box02 .photo {
    width: 100%;
    position: static;
    margin-top: 15px;
  }

  main section.s02 .wrapper .storybox .box02 .t12 {
    width: 100%;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 10px;
    color: #9e6bb2;
  }

  main section.s02 .wrapper .storybox .box02 .btn03 {
    margin: 20px auto 0;
  }

  main section.s02 .wrapper .storybox .box02 .btn03 p {
    padding: 0 20px;
    font-size: 16px;
  }

  main section.s02 .wrapper .storybox .box02 .btn03 .icon {
    width: 30px;
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
  }

  main section.s02 .wrapper .storybox .msgbnr {
    width: 100%;
    display: block;
    margin-top: 40px;
  }

  main section.s02 .wrapper .btnlist02 {
    margin-top: 70px;
  }
}