@charset "UTF-8";
/* CSS Document */

/* ---------- ABOUT ---------- */
.about .innerHead {
  position: relative;
}
.about .innerHead::after {
  content: "";
  width: 100%;
  height: 15.6%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .mainLead {
  padding: 110px 3% 78px;
  background: url(../img/about/lead_bg.webp) no-repeat center 0;
  background-size: cover;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.no-webp .about .mainLead {
  background: url(../img/about/lead_bg.jpg) no-repeat center 0;
  background-size: cover;
}
.about .mainLead h2 {
  margin-bottom: 70px;
}
.mainLead h2 span {
  color: #c4c577;
}
.about .mainLead h3 {
  font-size: clamp(4rem,2.6vw,5rem);
  font-weight: 500;
  margin-bottom: 72px;
  display: flex;
  justify-content: center;
  text-align: left;
  line-height: 2;
  text-shadow: 0px 6px 2px rgba(196, 197, 119, 0.47);
  letter-spacing: 2.5px;
}
.visionBox {
  max-width: 1330px;
  margin: 0 auto;
  padding: 64px 3% 1px;
  background: #fff;
}
.visionBox dl {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 62px;
}
.visionBox dt {
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  font-weight: 600;
  color: #c4c577;
  padding-top: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-right: 3.6%;
}
.visionBox dd h4 {
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.visionBox dd h4 span {
  display: inline-block;
  background: #c4c577;
  font-weight: 500;
  padding: 3px 0 3px 8px;
  line-height: 1;
}
.visionBox dd p {
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  font-weight: 500;
  line-height: 1.3;
}
.aboutBlock {
  padding: 44px 3% 76px;
  background: #fff;
}
.aboutBlock h3 {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-size: clamp(3.4rem,2.08vw,4rem);
  font-weight: bold;
  max-width: 1600px;
  margin: 0 auto 14px;
  letter-spacing: 2px;
}
.aboutBlock h3 span {
  font-weight: 600;
  font-size: 8rem;
  font-size: clamp(7rem,4.16vw,8rem);
  margin-right: 2.2%;
  letter-spacing: 0;
}
.aboutBlock.block01 .box {
  max-width: 1600px;
  margin: 0 auto;
}
.aboutBlock.block01 .box .boxWrap {
  border-radius: 60px 60px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 56px 6.4% 62px 5.5%;
}
.aboutBlock.block01 .box .boxWrap .details {
  width: 43%;
}
.aboutBlock.block01 .box .boxWrap h4 {
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
.aboutBlock.block01 .box .boxWrap h4 span {
  display: block;
  font-weight: 600;
  font-size: 8rem;
  font-size: clamp(7rem,4.16vw,8rem);
  letter-spacing: 4px;
}
.aboutBlock.block01 .box .boxWrap .note {
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.aboutBlock.block01 .box .boxWrap ul {
  width: 49.4%;
  margin-top: max(5.6%,120px);
}
.aboutBlock.block01 .box .boxWrap li {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-size: clamp(1.8rem,1.25vw,2.4rem);
  background: #fff;
  border-radius: 30px;
  margin-bottom: 24px;
  padding: 6px 6% 6px 11%;
  letter-spacing: 1.5px;
  min-height: 80px;
}
.aboutBlock.block01 .box .boxWrap li p {
  line-height: 1.2;
}
.aboutBlock.block01 .box .boxWrap li span {
  font-size: 3.4rem;
  font-size: clamp(2rem,1.77vw,3.4rem);
  font-weight: 500;
}
.aboutBlock.block01 .box .boxWrap li sizeb {
  font-size: 4rem;
  font-size: clamp(2.6rem,2.08vw,4rem);
  font-weight: 500;
}
.aboutBlock.block01 .box .boxWrap li .caution {
  display: block;
  font-size: 2rem;
  font-size: clamp(1.4rem, 1.04vw, 2rem);
  font-weight: 500;
  color: #aeaeae;
  margin-top: 5px;
}
.aboutBlock.block01 .box .boxWrap li figure {
  max-width: 110px;
  width: 20%;
  margin-right: 6%;
}
.aboutBlock.block01 .box.box01 .boxWrap {
  background: #c4c577;
}
.aboutBlock.block01 .box.box01 h4 span {
  color: #fff;
}
.aboutBlock.block01 .box.box02 {
  background: #c4c577;
}
.aboutBlock.block01 .box.box02 .boxWrap {
  background: #efeff1;
}
.aboutBlock.block01 .box.box02 h4 span {
  color: #c4c577;
}
.aboutBlock.block01 .box.box03 {
  background: #efeff1;
}
.aboutBlock.block01 .box.box03 .boxWrap {
  background: #d7d7d7;
}
.aboutBlock.block01 .box.box03 h4 span {
  color: #fff;
}
.aboutBlock.block02 {
  background: #c4c577;
  padding-bottom: 80px;
}
.aboutBlock.block02 h4 {
  text-align: center;
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: bold;
  margin: 45px 0 20px;
  letter-spacing: 1px;
}
.aboutBlock.block02 .lead {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  letter-spacing: 0.8px;
  margin-bottom: 94px;
}
.aboutBlock.block02 .attemptBox {
  position: relative;
}
.aboutBlock.block02 .attemptBox::before {
  content: "";
  width: 1px;
  height: 120px;
  background: #212121;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  z-index: 2;
}
.aboutBlock.block02 .specialty {
  background: #fff;
  padding: 100px 5.6% 87px;
  text-align: center;
}
.aboutBlock.block02 .specialty .title {
  display: inline-block;
  font-weight: 500;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  border: 1px solid #212121;
  letter-spacing: 1px;
  padding: 17px 38px;
  margin-bottom: 50px;
}
.aboutBlock.block02 .specialty ul {
  display: flex;
  justify-content: center;
}
.aboutBlock.block02 .specialty li {
  font-size: 3.4rem;
  font-size: clamp(2.8rem,1.77vw,3.4rem);
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 4.5%;
}
.aboutBlock.block02 .plusBox {
  position: relative;
  background: #efeff1;
  padding: 100px 0 126px;
}
.aboutBlock.block02 .plusBox::before {
  content: "+";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 13rem;
}
.aboutBlock.block02 .plusBox .value {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 206px;
}
.aboutBlock.block02 .plusBox .value .valueBox {
  font-size: 4rem;
  font-size: clamp(3.4rem,2.08vw,4rem);
  font-weight: bold;
}
.aboutBlock.block02 .plusBox .value .valueItem {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 3px solid #c4c577;
  width: 30%;
  max-width: 250px;
  aspect-ratio: 1/1;
}
.aboutBlock.block02 .plusBox .value .value02 {
  position: relative;
  padding: 0 8% 0;
  margin: 0 1.5%;
  display: flex;
}
.aboutBlock.block02 .plusBox .value .value02::after {
  content: "&";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #c4c577;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16rem,12.5vw,24rem);
  font-style: italic;
}
.aboutBlock.block02 .plusBox .value .value02 p {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
}
.aboutBlock.block02 .plusBox .value .note {
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  line-height: 2.08;
  font-weight: 500;
  margin-top: 60px;
  letter-spacing: 0.8px;
}
.aboutBlock.block02 .plusBox .plan {
  position: relative;
}
.aboutBlock.block02 .plusBox .plan::before {
  content: "";
  width: 1px;
  height: 120px;
  background: #212121;
  position: absolute;
  left: 0;
  right: 0;
  top: -154px;
  margin: auto;
  z-index: 2;
}
.aboutBlock.block02 .plusBox .plan h5 {
  text-align: center;
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 52px;
}
.aboutBlock.block02 .plusBox .plan .planList {
  display: flex;
  overflow-y: auto;
  padding: 0 6.5% 0 0;
}
.aboutBlock.block02 .plusBox .plan .planBox {
  position: relative;
  width: 29%;
  min-width: 340px;
  padding: 36px 3% 63px;
  margin: 28px 0 0 6.5%;
  background: #fff;
  box-shadow: 0px 8px 2px 0px rgba(215, 215, 215, 0.7);
  text-align: center;
}
.aboutBlock.block02 .plusBox .plan .planBox::before {
  content: "";
  width: 53.41px;
  height: 53.41px;
  background: rgba(196, 197, 119, 0.6);
  position: absolute;
  left: -22px;
  top: -28px;
}
.aboutBlock.block02 .plusBox .plan .planBox h6 {
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.aboutBlock.block02 .plusBox .plan .planBox.plan02 h6 {
  font-size: 2.6rem;
  font-size: clamp(2.4rem,1.35vw,2.6rem);
}
.aboutBlock.block02 .plusBox .plan .planBox dl {
  position: relative;
}
.aboutBlock.block02 .plusBox .plan .planBox .before::after {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%209%2023%22%20style%3D%22enable-background%3Anew%200%200%209%2023%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23212121%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.8811998%2C14.1391001l-3.4322%2C4.6542006V0.0726H3.5770001v18.7207012l-3.4582-4.6542006v2.8860998%20L4.513%2C22.9274006l4.3681998-5.9022007V14.1391001z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  width: 9px;
  height: 23px;
  display: block;
  margin: 20px auto 38px;
}
.aboutBlock.block02 .plusBox .plan .planBox dt p {
  display: inline-block;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  line-height: 1;
  background: #efeff1;
  padding: 6px 8px;
}
.aboutBlock.block02 .plusBox .plan .planBox .after dt p {
  background: #c4c577;
  margin-bottom: 18px;
}
.aboutBlock.block02 .plusBox .plan .planBox dd {
  font-size: 6rem;
  font-size: clamp(4rem,3.12vw,6rem);
  font-weight: 500;
}
.aboutBlock.block02 .plusBox .plan .planBox .after dd {
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
.aboutBlock.block02 .plusBox .plan .planBox dd span {
  font-size: 2.6rem;
  font-size: clamp(2.4rem,1.35vw,2.6rem);
  font-weight: 500;
}
.aboutBlock.block02 .moreBox {
  position: relative;
  background: url(../img/about/more_bg.jpg);
  padding: 110px 6% 34px;
}
.aboutBlock.block02 .moreBox::before {
  content: "MORE";
  font-size: 1.537rem;
  width: 91.15px;
  height: 91.15px;
  position: absolute;
  top: -45.57px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 197, 119, 0.85);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.aboutBlock.block02 .moreBox .t1 {
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto 20px;
  letter-spacing: 2.2px;
}
.aboutBlock.block02 .moreBox .t1 span {
  color: #c4c577;
}
.aboutBlock.block02 .moreBox .t2 {
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto 30px;
  letter-spacing: 1.1px;
}
.aboutBlock.block02 .moreBox ul {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.aboutBlock.block02 .moreBox li {
  display: inline-block;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 2.7%;
}
.aboutBlock.block02 .moreBox li span {
  color: #c4c577;
  font-weight: 500;
}
.aboutBlock.block03 .styleJ {
  max-width: 1600px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutBlock.block03 .styleJ figure {
  width: 46.8%;
}
.aboutBlock.block03 .styleJ .txtBox {
  width: 50%;
}
.aboutBlock.block03 .styleJ .txtBox h4 {
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 48px;
}
.aboutBlock.block03 .styleJ .txtBox h4 span {
  font-weight: 600;
}
.aboutBlock.block03 .styleJ .txtBox .notes p {
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.aboutBlock.block03 .styleJ .txtBox .notes p span {
  color: #aeaeae;
  font-weight: 500;
}
.aboutBlock.block03 .styleJ .txtBox .notes .caution {
  margin-bottom: 0;
  color: #aeaeae
}
.aboutBlock.block03 .trainingSystem h4 {
  text-align: center;
  font-size: 3.4rem;
  font-size: clamp(3.2rem,1.77vw,3.4rem);
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 100px;
}
.aboutBlock.block03 .trainingSystem .systemBox {
  max-width: 1600px;
  padding: 0 5.6% 58px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: url(../img/about/system_bg.webp) no-repeat;
  background-size: cover;
}
.no-webp .aboutBlock.block03 .trainingSystem .systemBox {
  background: url(../img/about/system_bg.jpg) no-repeat;
  background-size: cover;
}
.aboutBlock.block03 .trainingSystem .systemBox h5 {
  max-width: 1040px;
  margin: 0 auto 40px;
  background: rgba(112, 113, 10, 0.6);
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  top: -40px;
  padding: 24px 0;
}
.aboutBlock.block03 .trainingSystem .systemList {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutBlock.block03 .trainingSystem .systemList .box {
  position: relative;
  background: #fff;
  box-shadow: 0px 8px 2px 0px rgba(144, 145, 56, 0.84);
  width: 40%;
  max-width: 300px;
  padding: 5.7% 0 4.5%;
  margin: 0 2.5%;
  margin-bottom: 60px;
}
.aboutBlock.block03 .trainingSystem .systemList .box::before {
  content: "";
  width: 53.41px;
  height: 53.41px;
  background: rgba(112, 113, 10, 0.6);
  position: absolute;
  left: -22px;
  top: -28px;
}
.aboutBlock.block03 .trainingSystem .systemList .box h6 {
  font-size: 2.4rem;
  font-size: clamp(2rem,1.25vw,2.4rem);
  font-weight: 500;
  margin-bottom: 27%;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.aboutBlock.block03 .trainingSystem .systemList .box p {
  font-size: 2rem;
  font-size: clamp(1.6rem,1.04vw,2rem);
  line-height: 1.5;
}
.aboutBlock.block03 .trainingSystem ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.aboutBlock.block03 .trainingSystem li {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
  font-size: clamp(1.8rem,1.25vw,2.4rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #212121;
  margin: 0 1.7%;
}
.aboutBlock.block03 .trainingSystem .note {
  font-size: 3rem;
  font-size: clamp(2.4rem,1.56vw,3rem);
  font-weight: bold;
  letter-spacing: 0.8px;
}
.aboutBlock.block03 .trainingSystem .note span {
  font-weight: 600;
}
.nextContents.about .nav01 a {
  pointer-events: none;
  color: #aeaeae;
}
@media only screen and (max-width:749px) {
  .about {
    width: 100%;
    overflow: hidden;
  }
  .about .innerHead::after {
    display: none;
  }
  .about .mainLead {
    padding: 16% 6% 10.5%;
    background: url(../img/about/lead_bg_sp.webp) no-repeat center 0;
    background-size: cover;
    max-width: none;
  }
  .no-webp .about .mainLead {
    background: url(../img/about/lead_bg_sp.jpg) no-repeat center 0;
    background-size: cover;
  }
  .about .mainLead h2 {
    margin-bottom: 9%;
  }
  .about .mainLead h3 {
    font-size: 5.33vw;
    line-height: 1.75;
    letter-spacing: 0.5px;
    margin: 0 0 10%;
    text-shadow: 0px 3px 2px rgba(196, 197, 119, 0.47);
  }
  .visionBox {
    max-width: none;
    padding: 7% 6% 3%;
  }
  .visionBox dl {
    display: block;
    max-width: none;
    margin: 0 auto 7%;
  }
  .visionBox dt {
    font-size: 3.2vw;
    padding-top: 0;
    margin: 0;
  }
  .visionBox dd h4 {
    font-size: 4.26vw;
    letter-spacing: 0.5px;
    margin-bottom: 5%;
    line-height: 1.56;
  }
  .visionBox dd h4 span {
    padding: 0.5vw 0 0.5vw 1vw;
  }
  .visionBox dd p {
    font-size: 3.2vw;
    line-height: 1.41;
    margin: 0;
  }
  .aboutBlock {
    padding: 5% 6% 11%;
  }
  .aboutBlock h3 {
    font-size: 4.26vw;
    max-width: none;
    margin: 0 auto 3%;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .aboutBlock h3 span {
    font-size: 10.66vw;
    margin-right: 4%;
  }
  .aboutBlock.block01 .box {
    max-width: none;
    margin: 0 auto;
  }
  .aboutBlock.block01 .box .boxWrap {
    border-radius: 30px 30px 0 0;
    display: block;
    padding: 5.4% 6.4% 9%;
  }
  .aboutBlock.block01 .box .boxWrap .details {
    width: 100%;
    margin-bottom: 10%;
  }
  .aboutBlock.block01 .box .boxWrap h4 {
    font-size: 4.26vw;
    line-height: 1.8;
    margin-bottom: 6%;
  }
  .aboutBlock.block01 .box .boxWrap h4 span {
    font-size: 10.66vw;
    letter-spacing: 2px;
  }
  .aboutBlock.block01 .box.box03 .boxWrap h4 span {
    font-size: 9.1vw;
  }
  .aboutBlock.block01 .box .boxWrap .note {
    font-size: 3.2vw;
    line-height: 1.41;
  }
  .aboutBlock.block01 .box .boxWrap ul {
    width: 100%;
    margin-top: 0;
  }
  .aboutBlock.block01 .box .boxWrap li {
    font-size: 3.2vw;
    border-radius: 15px;
    margin-bottom: 4%;
    padding: 0 0 0 3%;
    letter-spacing: 1px;
    min-height: 20vw;
  }
  .aboutBlock.block01 .box .boxWrap li span {
    font-size: 4.53vw;
  }
  .aboutBlock.block01 .box .boxWrap li sizeb {
    font-size: 5.33vw;
  }
  .aboutBlock.block01 .box .boxWrap li .caution {
    font-size: 3vw;
    margin-top: 0.8%;
  }
  .aboutBlock.block01 .box .boxWrap li figure {
    max-width: none;
    margin-right: 5%;
  }
  .aboutBlock.block02 {
    padding-bottom: 11%;
  }
  .aboutBlock.block02 h4 {
    font-size: 4.26vw;
    margin: 6% 0 4%;
  }
  .aboutBlock.block02 .lead {
    font-size: 3.2vw;
    letter-spacing: 0.8px;
    margin-bottom: 17%;
    line-height: 1.41;
  }
  .aboutBlock.block02 .attemptBox::before {
    height: 16vw;
    top: -8vw;
  }
  .aboutBlock.block02 .specialty {
    padding: 15% 0 12.5%;
  }
  .aboutBlock.block02 .specialty .title {
    font-size: 3.2vw;
    padding: 2vw 4vw;
    margin-bottom: 7%;
  }
  .aboutBlock.block02 .specialty li {
    font-size: 3.2vw;
    letter-spacing: 0.8px;
    margin: 0 4.2%;
  }
  .aboutBlock.block02 .plusBox {
    padding: 13% 0 13%;
  }
  .aboutBlock.block02 .plusBox::before {
    top: -8.5vw;
    font-size: 17.33vw;
  }
  .aboutBlock.block02 .plusBox .value {
    margin-bottom: 36%;
  }
  .aboutBlock.block02 .plusBox .value .valueBox {
    font-size: 4.26vw;
  }
  .aboutBlock.block02 .plusBox .value .valueItem {
    border: 2px solid #c4c577;
    width: 21.33vw;
    max-width: none;
  }
  .aboutBlock.block02 .plusBox .value .value02 {
    padding: 0 17% 0;
    margin: 0 0.5%;
  }
  .aboutBlock.block02 .plusBox .value .value02::after {
    font-size: 29.86vw;
  }
  .aboutBlock.block02 .plusBox .value .value02 p {
    letter-spacing: 1px;
  }
  .aboutBlock.block02 .plusBox .value .note {
    font-size: 3.2vw;
    margin-top: 10%;
  }
  .aboutBlock.block02 .plusBox .plan::before {
    height: 17.33vw;
    top: -22vw;
  }
  .aboutBlock.block02 .plusBox .plan h5 {
    font-size: 4.53vw;
    letter-spacing: 1px;
    margin-bottom: 4%;
  }
  .aboutBlock.block02 .plusBox .plan .planBox {
    position: relative;
    min-width: 61vw;
    padding: 9.5% 0 6%;
    margin: 6% 0 0 8.5%;
    box-shadow: 0px 8px 2px 0px rgba(215, 215, 215, 0.7);
  }
  .aboutBlock.block02 .plusBox .plan .planBox::before {
    width: 7.12vw;
    height: 7.12vw;
    left: -4vw;
    top: -4%;
  }
  .aboutBlock.block02 .plusBox .plan .planBox h6 {
    font-size: 4.26vw;
    margin-bottom: 9%;
    min-height: 5.2vw;
  }
  .aboutBlock.block02 .plusBox .plan .planBox.plan02 h6 {
    font-size: 3.46vw;
  }
  .aboutBlock.block02 .plusBox .plan .planBox .before::after {
    width: 1.33vw;
    height: 3.06vw;
    margin: 2% auto 7%;
  }
  .aboutBlock.block02 .plusBox .plan .planBox dt p {
    font-size: 2.66vw;
    padding: 0.8vw 2vw;
  }
  .aboutBlock.block02 .plusBox .plan .planBox .after dt p {
    margin-bottom: 4%;
  }
  .aboutBlock.block02 .plusBox .plan .planBox dd {
    font-size: 8vw;
  }
  .aboutBlock.block02 .plusBox .plan .planBox dd span {
    font-size: 3.46vw;
  }
  .aboutBlock.block02 .moreBox {
    padding: 10% 0 3% 7%;
  }
  .aboutBlock.block02 .moreBox::before {
    font-size: 2.04vw;
    width: 12.16vw;
    height: 12.16vw;
    top: -6.08vw;
  }
  .aboutBlock.block02 .moreBox .t1 {
    font-size: 4.26vw;
    max-width: none;
    margin: 0 auto 4%;
    letter-spacing: 1.5px;
  }
  .aboutBlock.block02 .moreBox .t2 {
    font-size: 3.2vw;
    max-width: none;
    line-height: 1.41;
    padding-right: 7%;
    margin: 0 auto 4%;
    letter-spacing: 1.1px;
  }
  .aboutBlock.block02 .moreBox ul {
    max-width: none;
    margin: 0 auto 7%;
  }
  .aboutBlock.block02 .moreBox li {
    display: block;
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin: 0 0 0.5%;
  }
  .aboutBlock.block03 {
    padding: 5% 0 11%;
  }
  .aboutBlock.block03 h3 {
    margin: 0 0 6% 6%;
  }
  .aboutBlock.block03 .styleJ {
    max-width: none;
    margin: 0 auto 6%;
    display: block;
  }
  .aboutBlock.block03 .styleJ figure {
    width: 100%;
  }
  .aboutBlock.block03 .styleJ .txtBox {
    width: 100%;
    margin: 7% auto 0;
  }
  .aboutBlock.block03 .styleJ .txtBox h4 {
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.8px;
    margin-bottom: 5%;
  }
  .aboutBlock.block03 .styleJ .txtBox .notes {
    width: 76%;
    margin: 0 auto;
  }
  .aboutBlock.block03 .styleJ .txtBox .notes p {
    font-size: 3.2vw;
    line-height: 1.41;
    margin-bottom: 6%;
    letter-spacing: 0.8px;
  }
  .aboutBlock.block03 .trainingSystem h4 {
    font-size: 4.26vw;
    letter-spacing: 0.8px;
    margin-bottom: 10%;
  }
  .aboutBlock.block03 .trainingSystem .systemBox {
    max-width: none;
    padding: 0 5.6% 9%;
    margin: 0 6%;
    background: url(../img/about/system_bg_sp.webp) no-repeat;
    background-size: cover;
  }
  .no-webp .aboutBlock.block03 .trainingSystem .systemBox {
    background: url(../img/about/system_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .aboutBlock.block03 .trainingSystem .systemBox h5 {
    max-width: 87%;
    margin: 0 auto 1.4%;
    font-size: 3.2vw;
    letter-spacing: 0.8px;
    top: -7.5vw;
    padding: 4% 0;
    line-height: 1.41;
  }
  .aboutBlock.block03 .trainingSystem .systemList {
    max-width: none;
    margin: 0 auto 4%;
  }
  .aboutBlock.block03 .trainingSystem .systemList .box {
    width: 45%;
    padding: 10% 0 6%;
    box-shadow: 0px 8px 2px 0px rgba(144, 145, 56, 0.84);
    margin-bottom: 8%;
  }
  .aboutBlock.block03 .trainingSystem .systemList .box::before {
    width: 4vw;
    height: 4vw;
    left: -2vw;
    top: -4%;
  }
  .aboutBlock.block03 .trainingSystem .systemList .box h6 {
    font-size: 3.2vw;
    margin-bottom: 23%;
    line-height: 1.41;
    min-height: 6.66vw;
  }
  .aboutBlock.block03 .trainingSystem .systemList .box p {
    font-size: 2.66vw;
  }
  .aboutBlock.block03 .trainingSystem ul {
    margin-bottom: 6%;
    flex-wrap: wrap;
  }
  .aboutBlock.block03 .trainingSystem li {
    max-width: 32%;
    font-size: 3.2vw;
    margin: 0 3.7% 4%;
  }
  .aboutBlock.block03 .trainingSystem .note {
    font-size: 4vw;
    line-height: 1.66;
  }
}
/* ---------- VOICE ---------- */
.voice .mainLead {
  padding: 55px 3% 14px;
}
.voice .mainLead h2 {
  margin-bottom: 28px;
}
.voice .mainLead p {
  max-width: none;
  text-align: center;
  line-height: 1.67;
}
.voiceContents {
  padding: 0;
  position: relative;
}
.voiceContents h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 3rem;
  font-size: clamp(2.4rem,1.56vw,3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 3;
  margin-bottom: -16px;
}
.voiceContents h3 span {
  display: inline-block;
  position: relative;
  top: 40px;
  font-size: 14.093rem;
  font-size: clamp(10rem,7.34vw,14.093rem);
  font-weight: 300;
  margin-right: 8px;
  letter-spacing: 0;
  color: #c4c577;
}
.contents02.voiceContents h3 span {
  color: #fff;
}
.voiceBox {
  position: relative;
  width: calc(100% - 4.9vw);
  overflow: hidden;
  margin-left: 4.9vw;
  padding: 115px 0 90px;
  background: #fff;
}
.contents02 .voiceBox {
  background: #c4c577;
}
.voiceList {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 0 0 15px 3.4vw;
  overflow-x: auto;
}
.voiceList .box {
  width: 41.75vw;
  position: relative;
  min-width: 550px;
}
.voiceList .box .boxWrap {
  padding: 2.1vw 2.4vw;
  width: 100%;
  height: 100%;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  position: relative;
}
.voiceList .box:nth-child(odd) .boxWrap {
  border-top: 1px solid #212121;
}
.voiceList .box:nth-child(-n+2) {
  border-left: 1px solid #212121;
}
.voiceList .box:first-child::before,
.voiceList .box:nth-child(-n+2)::after,
.voiceList .box:last-child::before,
.voiceList .box:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -3.4vw;
  border-top: 1px solid #212121;
  width: 50%;
  height: 1px;
}
.voiceList .box:last-child::before,
.voiceList .box:last-child::after {
  left: auto;
  right: -3.4vw;
}
.voiceList .box:last-child::after,
.voiceList .box:nth-child(-n+2)::after {
  top: auto;
  bottom: 0;
}
.voiceList .box:nth-last-child(-n+2) .boxWrap {
  border-right: 1px solid #212121;
}
.voiceList .box .boxWrap .titleWrap {
  display: flex;
  flex-wrap: wrap;
  padding: 1vw 1.3vw;
  background: #c4c577;
}
.contents02 .voiceList .box .boxWrap .titleWrap {
  background: #fff;
}
.voiceList .box .boxWrap .titleWrap li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1.2vw;
  letter-spacing: 0.5px;
}
.voiceList .box .boxWrap .titleWrap .name {
  width: 100%;
  margin-right: 1vw;
}
.voiceList .box .boxWrap .titleWrap .name span {
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 1vw;
}
.voiceList .box .boxWrap .txtWrap {
  display: flex;
  background: #212121;
}
.voiceList .box .boxWrap .txtWrap figure {
  width: 36%;
}
.voiceList .box .boxWrap .txtWrap .txtBox {
  width: 64%;
  padding: 2.1vw 3% 0;
  position: relative;
}
.voiceList .box .boxWrap .txtWrap .txtBox .title {
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  font-weight: 500;
  color: #c4c577;
  line-height: 1.9;
  margin-bottom: 2vw;
}
.voiceList .box .boxWrap .txtWrap .txtBox .title span {
  display: block;
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  font-weight: 600;
}
.voiceList .box .boxWrap .txtWrap .txtBox h4 {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  font-weight: 500;
  color: #fffefe;
  letter-spacing: 1px;
}
.voiceList .box .boxWrap .txtWrap .txtBox .boxLead {
  position: absolute;
  bottom: 0.6vw;
  right: 1.1vw;
}
.voiceList .box .boxWrap .txtWrap .txtBox .boxLead a {
  color: #fffefe;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
.voiceList .box .boxWrap .txtWrap .txtBox .boxLead a:hover {
  opacity: 0.6;
}
.modalBg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(33, 33, 33, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}
.modalBg.modalActive {
  opacity: 1;
  visibility: visible;
}
.modalInner {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 3%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}
.modalInner.modalActive {
  opacity: 1;
  visibility: visible;
}
.modalCard {
  max-width: 1600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
}
.modalCard.modalActive {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.modalContents {
  display: flex;
  justify-content: space-between;
}
.modalCard figure {
  width: 40.5%;
}
.modalCard .txtBox {
  width: 55%;
}
.modalCard .txtBox .titleWrap {
  display: flex;
  flex-wrap: wrap;
  padding: 1vw 2.3vw;
  background: #c4c577;
  margin-bottom: 2.5vw;
}
.modalCard .contents02 .txtBox .titleWrap {
  background: #fff;
}
.modalCard .txtBox .titleWrap li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1.2vw;
  letter-spacing: 0.5px;
}
.modalCard .txtBox .titleWrap .name {
  width: 100%;
  margin-right: 1vw;
}
.modalCard .txtBox .titleWrap .name span {
  font-size: 2.4rem;
  font-weight: 600;
}
.modalCard .txtBox .title {
  color: #efeff1;
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0.8px;
  margin-bottom: 1.6vw;
}
.modalCard .txtBox .title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #fff;
  margin-left: 1.2vw;
}
.modalCard .txtBox h4 {
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  color: #c4c577;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 2vw;
}
.modalCard .txtBox .notes {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  color: #fff;
}
.modalCard .txtBox .notes p {
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 1.8vw;
}
.modalCardClose {
  text-align: center;
  margin-top: 1.6vw;
}
.modalCardCloseBtn {
  color: #fff;
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
.voice .square01 {
  width: 2.78vw;
  right: 5.5%;
  top: 4.2%;
}
.voice .square02 {
  width: 1.67vw;
  right: 9.8%;
  top: 10.4%;
}
.voice .square span {
  background: #c4c577;
}
.nextContents.voice .nav02 a {
  pointer-events: none;
  color: #aeaeae;
}
@media only screen and (max-width:749px) {
  .mainLead {
    padding: 17% 0 14%;
    margin-bottom: 0;
  }
  .mainLead h2 {
    font-size: 2.66vw;
    line-height: 1.5;
    margin-bottom: 4%;
  }
  .mainLead h2 span {
    font-size: 10.66vw;
    letter-spacing: 2px;
  }
  .mainLead p {
    max-width: none;
    font-size: 3.2vw;
    line-height: 1.4;
    margin: 0 12%;
    text-align: left;
  }
  .voiceContents h3 {
    text-align: left;
    font-size: 4.26vw;
    letter-spacing: 0.5px;
    margin-bottom: -2vw;
    padding: 0 0 0 6%;
  }
  .voiceContents h3 span {
    top: 2.4vw;
    font-size: 18.79vw;
    margin-right: 3vw;
  }
  .voiceBox {
    width: 100%;
    margin-left: 0;
    padding: 9.5% 0 7.5%;
  }
  .voiceList {
    padding: 0 0 3% 3vw;
  }
  .voiceList .box {
    width: 87.75vw;
    min-width: 0;
  }
  .voiceList .box .boxWrap {
    padding: 4vw 3vw;
  }
  .voiceList .box:first-child::before,
  .voiceList .box:nth-child(-n+2)::after,
  .voiceList .box:last-child::before,
  .voiceList .box:last-child::after {
    left: -3vw;
  }
  .voiceList .box:last-child::before,
  .voiceList .box:last-child::after {
    right: -3vw;
  }
  .voiceList .box .boxWrap .titleWrap {
    padding: 3vw 6.3vw 4vw;
  }
  .voiceList .box .boxWrap .titleWrap li {
    font-size: 3.2vw;
    margin-right: 1.2vw;
  }
  .voiceList .box .boxWrap .titleWrap .name {
    width: auto;
    margin-right: 5vw;
    font-size: 2.66vw;
  }
  .voiceList .box .boxWrap .titleWrap .name span {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
  .voiceList .box .boxWrap .titleWrap .department {
    margin-right: 0;
  }
  .voiceList .box .boxWrap .txtWrap figure {
    width: 42%;
  }
  .voiceList .box .boxWrap .txtWrap .txtBox {
    width: 58%;
    padding: 3.1vw 5% 0;
  }
  .voiceList .box .boxWrap .txtWrap .txtBox .title {
    font-size: 2.66vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  .voiceList .box .boxWrap .txtWrap .txtBox .title span {
    font-size: 2.66vw;
  }
  .voiceList .box .boxWrap .txtWrap .txtBox h4 {
    font-size: 3.2vw;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
  .voiceList .box .boxWrap .txtWrap .txtBox .boxLead {
    bottom: 4.6vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .voiceList .box .boxWrap .txtWrap .txtBox .boxLead a {
    font-size: 2.66vw;
  }
  .modalInner {
    padding: 0 6%;
  }
  .modalCard {
    max-width: none;
  }
  .modalContents {
    display: block;
  }
  .modalCard figure {
    width: 100%;
    margin-bottom: 7vw;
  }
  .modalCard .txtBox {
    width: 100%;
  }
  .modalCard .txtBox .titleWrap {
    padding: 2vw 6.3vw;
    margin-bottom: 6.5vw;
  }
  .modalCard .txtBox .titleWrap li {
    font-size: 3.2vw;
    margin-right: 0;
  }
  .modalCard .txtBox .titleWrap .name {
    width: 18vw;
    margin-right: 0;
    font-size: 2.66vw;
  }
  .modalCard .txtBox .titleWrap .name span {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
  .modalCard .txtBox .titleWrap .previous {
    margin-left: 18vw;
  }
  .modalCard .txtBox .title {
    font-size: 3.6vw;
    letter-spacing: 0.5px;
    margin: 0 0 6.6vw 7vw;
  }
  .modalCard .txtBox .title:after {
    margin-left: 1.2vw;
  }
  .modalCard .txtBox h4 {
    font-size: 4.26vw;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 7vw 5.5vw;
  }
  .modalCard .txtBox .notes {
    font-size: 3.2vw;
    margin: 0 7vw;
    line-height: 1.4;
  }
  .modalCard .txtBox .notes p {
    letter-spacing: 0.5px;
    margin-bottom: 4vw;
  }
  .modalCardClose {
    margin-top: 4.6vw;
  }
  .modalCardCloseBtn {
    font-size: 3.2vw;
  }
  .voice .square01,
  .voice .square02 {
    display: none;
  }
}