@charset "UTF-8";
/*スマホ*/
/* その他下層の共通のスタイル　*/
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

main {
  margin-top: 72px;
}
@media (max-width: 767px) {
  main {
    margin-top: 11.5384615385vw;
  }
}
main .pagetitle {
  color: #000;
  background: linear-gradient(202deg, #ffe1ef 30%, #e1edff 95%);
  /* padding: 80px 0; */
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  main .pagetitle {
    height: 19.2307692308vw;
  }
}
main .pagetitle .pagetitle-ja {
  text-align: center;
  font-size: 37px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  main .pagetitle .pagetitle-ja {
    font-size: 5.641025641vw;
  }
}
main section h2 {
  text-align: center;
  font-size: 40px;
  font-family: "c-logo";
  font-weight: normal;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main section h2 {
    font-size: 7.6923076923vw;
    margin-bottom: 12.8205128205vw;
  }
}
main section h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: linear-gradient(45deg, #32B5D2 15%, #E46FA5 55%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  main section h2:after {
    bottom: -3.8461538462vw;
  }
}
main section p {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main section p {
    font-size: 3.5897435897vw;
  }
}
main section .note {
  font-size: 13px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  main section .note {
    font-size: 3.0769230769vw;
  }
}
main section .sec-item h3 {
  text-align: center;
  font-family: "c-logo";
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  main section .sec-item h3 {
    font-size: 6.6666666667vw;
    margin-bottom: 7.6923076923vw;
  }
}
main .lead-sec .container p {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main .lead-sec .container p {
    font-size: 3.5897435897vw;
  }
}
main .lead-sec .container .lead-text {
  text-align: center;
  font-size: 40px;
  font-family: "c-logo";
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  main .lead-sec .container .lead-text {
    font-size: 7.1794871795vw;
    margin-bottom: 7.6923076923vw;
  }
}
main .base-slider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  main .base-slider .slick-slide {
    margin: 0 1.2820512821vw;
  }
}
main .base-slider .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
}
main .base-slider .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/under/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  main .base-slider .slick-arrow:before {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
  }
}
main .base-slider .slick-prev {
  left: 22%;
}
@media (max-width: 767px) {
  main .base-slider .slick-prev {
    left: 8.7179487179vw;
  }
}
main .base-slider .slick-prev:before {
  transform: rotate(180deg);
}
main .base-slider .slick-next {
  right: 22%;
}
@media (max-width: 767px) {
  main .base-slider .slick-next {
    right: 8.7179487179vw;
  }
}

.under-btn {
  margin: 10px 0;
}
.under-btn a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #000;
  display: block;
  padding: 20px 0;
  position: relative;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .under-btn a {
    font-size: 3.8461538462vw;
    padding: 3.8461538462vw 0;
    width: 93%;
    max-width: 102.5641025641vw;
  }
}
.under-btn a:after {
  content: "";
  display: inline-block;
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-image: url(../img/under/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: min(3.8461538462vw, 15px);
  top: 50%;
  transform: translate(0, -50%);
}
.under-btn a:hover {
  background: #000;
  color: #fff;
}

.sec-nav .container {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sec-nav .container {
    padding: 12.8205128205vw 0 0;
  }
}
.sec-nav .container .nav-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec-nav .container .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 3.8461538462vw;
  }
}
.sec-nav .container .nav-list a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding: 20px 35px 20px 10px;
  border-bottom: solid 2px;
  max-width: 287px;
  width: 30%;
}
@media (max-width: 767px) {
  .sec-nav .container .nav-list a {
    width: 80%;
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 1.2820512821vw;
    border-bottom: solid 1px;
    max-width: 73.5897435897vw;
  }
}
.sec-nav .container .nav-list a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/under/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 5px;
  bottom: 16px;
}
@media (max-width: 767px) {
  .sec-nav .container .nav-list a:after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
  }
}
.sec-nav .container .nav-list a:hover {
  opacity: 0.8;
}

.about .sec-a {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .about .sec-a {
    padding-top: 12.8205128205vw;
  }
}
@media (max-width: 767px) {
  .about .sec-a .container {
    width: 100%;
  }
}
.about .sec-a .sec-item-a {
  background: linear-gradient(-45deg, #ff87be 10%, #2fd9ff 120%);
  color: #fff;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-a .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-a h3 {
    text-align: left;
    font-size: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
.about .sec-a .sec-item-a .message {
  max-width: 700px;
  margin: 0 auto;
}
.about .sec-a .sec-item-a .message p {
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-a .message p {
    width: 75%;
    margin: 0 auto 10.2564102564vw;
  }
}
.about .sec-a .sec-item-a p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-a p {
    text-align: left;
    font-size: 3.5897435897vw;
  }
}
.about .sec-a .sec-item-a .youtube {
  text-align: center;
  margin: 30px auto 0;
  width: 90%;
  aspect-ratio: 2/1;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-a .youtube {
    width: 100%;
    margin: 7.6923076923vw auto 0;
  }
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-b {
    width: 90%;
    margin: 0 auto;
  }
}
.about .sec-a .sec-item-b > P {
  background: #f2f2f2;
  color: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  width: 95%;
  border-radius: 5px;
  color: #000;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-b > P {
    padding: 5.1282051282vw;
    font-size: 4.1025641026vw;
    max-width: 179.4871794872vw;
  }
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-c {
    width: 90%;
    margin: 0 auto;
  }
}
.about .sec-a .sec-item-c p {
  text-align: center;
}
.about .sec-a .sec-item-c .percent {
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  margin: 30px 0 10px;
  font-family: "c-logo";
  font-weight: normal;
  color: red;
  line-height: 1;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-c .percent {
    font-size: 19.2307692308vw;
    margin: 2.5641025641vw 0 1.2820512821vw;
  }
}
.about .sec-a .sec-item-c .small {
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-c .small {
    font-size: 0.8em;
  }
}
.about .sec-a .sec-item-c ul {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  gap: 15px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-c ul {
    flex-direction: column;
    margin: 12.8205128205vw auto;
    gap: 3.8461538462vw;
  }
}
.about .sec-a .sec-item-c ul li {
  width: 28%;
  text-align: center;
  border: solid 4px;
  -o-border-image: conic-gradient(#32B5D2, #c6cee4, #e9a8c7, #E46FA5, #e9a7c6, #32B5D2) 1;
     border-image: conic-gradient(#32B5D2, #c6cee4, #e9a8c7, #E46FA5, #e9a7c6, #32B5D2) 1;
  border-radius: 15px;
  padding: 30px 0;
  font-size: 55px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-c ul li {
    width: 90%;
    max-width: 76.9230769231vw;
    margin: 0 auto;
    padding: 5.1282051282vw 0;
    font-size: 14.1025641026vw;
  }
}
.about .sec-a .sec-item-c ul li .small {
  font-size: 0.4em;
  line-height: 1.2;
}
.about .sec-a .sec-item-c ul li .block {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-c ul li .block {
    margin-bottom: 1.2820512821vw;
  }
}
.about .sec-a .sec-item-d .voiceslider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-d .voiceslider .slick-slide {
    margin: 0 1.2820512821vw;
  }
}
.about .sec-a .sec-item-d .voiceslider .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-d .voiceslider .slick-arrow {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}
.about .sec-a .sec-item-d .voiceslider .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/under/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-d .voiceslider .slick-arrow:before {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
  }
}
.about .sec-a .sec-item-d .voiceslider .slick-prev {
  left: 200px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-d .voiceslider .slick-prev {
    left: 12.8205128205vw;
  }
}
.about .sec-a .sec-item-d .voiceslider .slick-prev:before {
  transform: rotate(180deg);
}
.about .sec-a .sec-item-d .voiceslider .slick-next {
  right: 200px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item-d .voiceslider .slick-next {
    right: 12.8205128205vw;
  }
}
.about .sec-a .sec-item + .sec-item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .about .sec-a .sec-item + .sec-item {
    margin-top: 12.8205128205vw;
  }
}
.about .sec-b {
  padding: 100px 0;
  background: linear-gradient(45deg, #e9a8c7 30%, #c3d1e6 95%);
}
@media (max-width: 767px) {
  .about .sec-b {
    padding: 12.8205128205vw 0;
  }
}
.about .sec-b .container {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .about .sec-b .container {
    padding: 12.8205128205vw 0;
  }
}
.about .sec-b ul .point-list h3 {
  max-width: 700px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list h3 {
    margin: 0 auto 7.6923076923vw;
    max-width: 179.4871794872vw;
  }
}
.about .sec-b ul .point-list .sec-item h4 {
  text-align: center;
  font-family: "c-logo";
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item h4 {
    font-size: 5.641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.about .sec-b ul .point-list .sec-item h4 span {
  background: #000;
  color: #fff;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item h4 span {
    padding: 1.2820512821vw 3.0769230769vw;
  }
}
.about .sec-b ul .point-list .sec-item h4 .strong {
  color: yellow;
}
.about .sec-b ul .point-list .sec-item .flex-Box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item .flex-Box {
    flex-direction: column;
  }
}
.about .sec-b ul .point-list .sec-item .flex-Box img {
  width: 45%;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item .flex-Box img {
    width: 100%;
  }
}
.about .sec-b ul .point-list .sec-item .flex-Box .text-item {
  width: 55%;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item .flex-Box .text-item {
    width: 100%;
  }
}
.about .sec-b ul .point-list .sec-item .sub-lead-text {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item .sub-lead-text {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
    text-align: left;
  }
}
.about .sec-b ul .point-list .sec-item + .sec-item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-list .sec-item + .sec-item {
    margin-top: 12.8205128205vw;
  }
}
.about .sec-b ul > .point-list + .point-list {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .about .sec-b ul > .point-list + .point-list {
    margin-top: 12.8205128205vw;
  }
}
.about .sec-b ul .point-01 .sec-item-a > div {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-01 .sec-item-a > div {
    max-width: 179.4871794872vw;
  }
}
.about .sec-b ul .point-01 .sec-item-a > div .flex-Box {
  display: flex;
  justify-content: center;
}
.about .sec-b ul .point-01 .sec-item-a > div .flex-Box img {
  width: 33%;
}
.about .sec-b ul .point-01 .sec-item-a > div ul {
  background: #fff;
  padding: 20px;
  margin: 20px auto 0;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-01 .sec-item-a > div ul {
    padding: 5.1282051282vw;
    margin: 5.1282051282vw auto 0;
  }
}
.about .sec-b ul .point-01 .sec-item-a > div ul li {
  width: 48%;
  font-weight: bold;
  margin-top: 0;
}
.about .sec-b ul .point-01 .sec-item-a > div ul li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-01 .sec-item-a > div ul li:nth-child(n+3) {
    margin-top: 5.1282051282vw;
  }
}
.about .sec-b ul .point-01 .sec-item-a > div ul li span {
  background: #fff000;
  color: #000;
  font-size: 0.8em;
  padding: 2px 10px;
  border-radius: 0px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-01 .sec-item-a > div ul li span {
    padding: 0.5128205128vw 2.5641025641vw;
    border-radius: 0px;
    margin-right: 5.1282051282vw;
  }
}
.about .sec-b ul .point-01 .sec-item-d .flex-Box {
  display: flex;
  justify-content: center;
}
.about .sec-b ul .point-01 .sec-item-d .flex-Box img {
  width: 48%;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-01 .sec-item-d .flex-Box img {
    width: 100%;
  }
}
.about .sec-b ul .point-02 .sec-item-a .flex-Box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-02 .sec-item-a .flex-Box {
    flex-direction: column;
    gap: 3.8461538462vw 0;
  }
}
.about .sec-b ul .point-02 .sec-item-a .flex-Box p {
  width: 32%;
  padding: 1%;
  background: #fff;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-02 .sec-item-a .flex-Box p {
    width: 100%;
  }
}
.about .sec-b ul .point-02 .sec-item-a .flex-Box p img {
  width: 100%;
}
.about .sec-b ul .point-03 .sec-item > p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item > p {
    max-width: 205.1282051282vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample {
    margin: 12.8205128205vw 0;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample > p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
  max-width: 350px;
  padding: 5px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample > p {
    font-size: 4.6153846154vw;
    max-width: 89.7435897436vw;
    padding: 1.2820512821vw;
    margin: 0 auto 5.1282051282vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-arrow {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/under/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-arrow:before {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-prev {
  left: -25px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-prev {
    left: -3.8461538462vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-prev:before {
  transform: rotate(180deg);
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-next {
  right: -25px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .my-select-slider .slick-next {
    right: -3.8461538462vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .accordion {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .accordion {
    margin-top: 10.2564102564vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-header {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  border: solid 1px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-header {
    font-size: 4.1025641026vw;
    max-width: 76.9230769231vw;
    margin: 0 auto 5.1282051282vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-header::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/under/common/accordion-header_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-header::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    right: 2.5641025641vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-content {
  display: none;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-content {
    padding: 5.1282051282vw;
  }
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .sec-item .my-select-sample .accordion .accordion-content p {
    font-size: 3.5897435897vw;
  }
}
.about .sec-b ul .point-03 .sec-item .my-select-sample .accordion.ac-open .accordion-header::after {
  background-image: url(../img/under/common/accordion-header_minus.svg);
}
.about .sec-b ul .point-03 .my-sample {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .my-sample {
    flex-direction: column;
    gap: 5.1282051282vw 0;
    margin-top: 5.1282051282vw;
  }
}
.about .sec-b ul .point-03 .my-sample .sample-item {
  width: 49%;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-03 .my-sample .sample-item {
    width: 100%;
  }
}
.about .sec-b ul .point-04 h5 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-04 h5 {
    font-size: 5.1282051282vw;
    margin-top: 11.5384615385vw;
    margin-bottom: 5.1282051282vw;
  }
}
.about .sec-b ul .point-04 .event-list {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-04 .event-list {
    padding: 6.4102564103vw;
    max-width: 205.1282051282vw;
  }
}
.about .sec-b ul .point-04 .event-list li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-04 .event-list li {
    display: block;
    font-size: 3.3333333333vw;
    margin-right: 5.1282051282vw;
  }
}
.about .sec-b ul .point-04 .event-list + p {
  max-width: 800px;
  text-align: right;
  font-size: 0.8em;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .about .sec-b ul .point-04 .event-list + p {
    margin: 2.5641025641vw auto 7.6923076923vw;
  }
}
.about .sec-c {
  padding: 100px 0;
  background-image: url(../img/under/common/ami_bg.jpg);
  background-size: 20px;
}
@media (max-width: 767px) {
  .about .sec-c {
    padding: 25.641025641vw 0;
    background-size: 5.1282051282vw;
  }
}
.about .sec-c .container {
  padding: 0;
}
.about .sec-c .container > p {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  max-width: 350px;
  margin: 20px auto;
  font-size: 28px;
  font-family: "c-logo";
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about .sec-c .container > p {
    margin: 3.8461538462vw auto;
    font-size: 6.1538461538vw;
    padding: 2.5641025641vw;
    max-width: 89.7435897436vw;
    margin: 5.1282051282vw auto;
  }
}
.about .sec-c .container .department-list {
  margin-top: 50px;
}
.about .sec-c .container .department-list .list-item {
  display: flex;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item {
    flex-direction: column;
  }
}
.about .sec-c .container .department-list .list-item figure {
  width: 30%;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item figure {
    width: 100%;
  }
}
.about .sec-c .container .department-list .list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .sec-c .container .department-list .list-item dl {
  width: 70%;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl {
    width: 100%;
  }
}
.about .sec-c .container .department-list .list-item dl dt {
  background: red;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dt {
    font-size: 5.8974358974vw;
    padding: 3.8461538462vw;
  }
}
.about .sec-c .container .department-list .list-item dl dt .department {
  display: block;
  margin-bottom: 5px;
  font-size: 0.5em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dt .department {
    margin-bottom: 1.2820512821vw;
  }
}
.about .sec-c .container .department-list .list-item dl dt .nen {
  margin-left: 10px;
  background-color: #fff;
  color: #000;
  padding: 5px;
  display: inline-block;
  font-size: 0.5em;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dt .nen {
    font-size: 0.6em;
    margin-left: 2.5641025641vw;
    padding: 1.2820512821vw;
  }
}
.about .sec-c .container .department-list .list-item dl .musicArtist {
  background: linear-gradient(190deg, #EE8593, #FF2B23);
}
.about .sec-c .container .department-list .list-item dl .dance {
  background: linear-gradient(190deg, #C3D700, #F39700);
}
.about .sec-c .container .department-list .list-item dl .kpopEntertainment {
  background: linear-gradient(190deg, #CEA4C9, #E30071);
}
.about .sec-c .container .department-list .list-item dl .liveStaff {
  background: linear-gradient(190deg, #A0D7DE, #6BBA2F);
}
.about .sec-c .container .department-list .list-item dl .soundLighting {
  background: linear-gradient(190deg, #FCD5BC, #9070AF);
}
.about .sec-c .container .department-list .list-item dl .soundCreator {
  background: linear-gradient(190deg, #FFDC5E, #EA560C);
}
.about .sec-c .container .department-list .list-item dl .totaleEntertainment {
  background: linear-gradient(190deg, #89C45A, #009FB3);
}
.about .sec-c .container .department-list .list-item dl .university {
  background: linear-gradient(190deg, #6FC8DB, #6D59A4);
}
.about .sec-c .container .department-list .list-item dl dd {
  padding: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd {
    padding: 3.8461538462vw 3.8461538462vw 17.9487179487vw;
  }
}
.about .sec-c .container .department-list .list-item dl dd .osusume {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  background: #000;
  display: inline-block;
  color: #eaff2f;
  padding: 9px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd .osusume {
    font-size: 3.0769230769vw;
    margin-bottom: 2.5641025641vw;
    padding: 1.2820512821vw;
  }
}
.about .sec-c .container .department-list .list-item dl dd p + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd p + p {
    margin-top: 3.8461538462vw;
  }
}
.about .sec-c .container .department-list .list-item dl dd ul {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd ul {
    padding-right: 0;
  }
}
.about .sec-c .container .department-list .list-item dl dd ul li {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd ul li {
    font-size: 3.8461538462vw;
  }
}
.about .sec-c .container .department-list .list-item dl dd ul li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd ul li + li {
    margin-top: 2.5641025641vw;
  }
}
.about .sec-c .container .department-list .list-item dl dd a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #000;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd a {
    font-size: 4.6153846154vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.1282051282vw;
    padding: 3.8461538462vw;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 3.5897435897vw;
  }
}
.about .sec-c .container .department-list .list-item dl dd a:hover {
  transform: scale(1.1);
  transform-origin: center;
}
.about .sec-c .container .department-list .list-item dl dd a span {
  display: none;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item dl dd a span {
    display: inline-block;
    margin-right: 3.8461538462vw;
  }
}
.about .sec-c .container .department-list .list-item + .list-item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about .sec-c .container .department-list .list-item + .list-item {
    margin-top: 12.8205128205vw;
  }
}

.modaal-content .heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modaal-content .heading {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.modaal-content .content h6 {
  max-width: 500px;
  margin: 0 auto 15px;
  display: block;
  width: 80%;
}
@media (max-width: 767px) {
  .modaal-content .content h6 {
    max-width: 128.2051282051vw;
    margin: 0 auto 3.8461538462vw;
  }
}
.modaal-content .content h6 img {
  width: 100%;
}
.modaal-content .content .block-a > p {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modaal-content .content .block-a > p {
    width: 100%;
    font-size: 3.5897435897vw;
    max-width: 192.3076923077vw;
  }
}
.modaal-content .content .block-a .company {
  margin: 20px auto;
  width: 90%;
  border: solid 1px;
  padding: 15px;
  max-width: 600px;
  background: #353535;
  color: #fff;
}
@media (max-width: 767px) {
  .modaal-content .content .block-a .company {
    width: 100%;
    padding: 2.5641025641vw;
  }
}
.modaal-content .content .block-a .company .head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-a .company .head {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}
.modaal-content .content .block-a .company p {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-a .company p {
    font-size: 3.3333333333vw;
  }
}
.modaal-content .content .block-b h6 {
  width: 100%;
  text-align: center;
  font-size: 23px;
  margin-bottom: 35px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .modaal-content .content .block-b h6 {
    font-size: 4.6153846154vw;
    margin-bottom: 3.8461538462vw;
    line-height: 1.8;
  }
}
.modaal-content .content .block-b h6 span {
  background: #000;
  color: #fff;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-b h6 span {
    padding: 0 2.5641025641vw;
  }
}
.modaal-content .content .block-b > p {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modaal-content .content .block-b > p {
    width: 100%;
    font-size: 3.5897435897vw;
    max-width: 192.3076923077vw;
    margin: 0 auto 7.6923076923vw;
  }
}
.modaal-content .content .block-b .flex-Box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modaal-content .content .block-b .flex-Box {
    flex-direction: column;
    width: 100%;
    max-width: 192.3076923077vw;
  }
}
.modaal-content .content .block-b .flex-Box p {
  width: 55%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modaal-content .content .block-b .flex-Box p {
    width: 100%;
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
.modaal-content .content .block-b .flex-Box img {
  display: block;
  width: 40%;
}
@media (max-width: 767px) {
  .modaal-content .content .block-b .flex-Box img {
    width: 100%;
  }
}
.modaal-content .content .block-c {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c {
    margin-bottom: 7.6923076923vw;
  }
}
.modaal-content .content .block-c h6 {
  width: 100%;
  text-align: center;
  font-size: 23px;
  margin-bottom: 35px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c h6 {
    font-size: 4.6153846154vw;
    margin-bottom: 3.8461538462vw;
    line-height: 1.8;
  }
}
.modaal-content .content .block-c h6 span {
  background: #000;
  color: #fff;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c h6 span {
    padding: 0 2.5641025641vw;
  }
}
.modaal-content .content .block-c .flex-Box {
  display: flex;
  justify-content: center;
  gap: 30px;
  background: #f3f3f3;
  padding: 30px;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c .flex-Box {
    flex-direction: column;
    padding: 5.1282051282vw;
    gap: 5.1282051282vw;
    max-width: 192.3076923077vw;
  }
}
.modaal-content .content .block-c .flex-Box img {
  width: 40%;
  max-width: 270px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c .flex-Box img {
    width: 100%;
    max-width: none;
  }
}
.modaal-content .content .block-c .flex-Box > div {
  width: 50%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c .flex-Box > div {
    width: 100%;
    max-width: none;
  }
}
.modaal-content .content .block-c .flex-Box > div p {
  line-height: 1.5;
  font-size: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c .flex-Box > div p {
    font-size: 3.5897435897vw;
    margin-top: 3.8461538462vw;
  }
}
.modaal-content .content .block-c .flex-Box > div p:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin: 0;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c .flex-Box > div p:first-child {
    font-size: 4.6153846154vw;
    padding-bottom: 1.2820512821vw;
  }
}
.modaal-content .content .block-c .flex-Box > div p:first-child span {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-size: 0.7em;
}
@media (max-width: 767px) {
  .modaal-content .content .block-c .flex-Box > div p:first-child span {
    padding: 0.7692307692vw 2.5641025641vw;
    margin-bottom: 1.2820512821vw;
  }
}
.modaal-content .content .block-item + .block-item {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .modaal-content .content .block-item + .block-item {
    margin-top: 12.8205128205vw;
  }
}
.modaal-content .content .hoge {
  position: static;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #000;
  display: block;
  padding: 15px 0;
  position: relative;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #000;
  height: auto;
  top: auto;
  right: auto;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .modaal-content .content .hoge {
    font-size: 4.1025641026vw;
    padding: 3.8461538462vw 0;
    max-width: 76.9230769231vw;
  }
}
.modaal-content .content .hoge:hover {
  background-color: #000;
  color: #fff;
}
.modaal-content .content .hoge:before {
  content: none;
}
.modaal-content .content .hoge:after {
  content: none;
}

.lectures .bg-sec {
  background: linear-gradient(45deg, #e9a8c7 30%, #c3d1e6 95%);
}
@media screen and (max-width: 767px) {
  .lectures .lecturers-main-midashi > br {
    display: none;
  }
}
.lectures .tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lectures .tabList {
    margin-bottom: 15.3846153846vw;
  }
}
.lectures .tabItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px;
  color: white;
  font-weight: bold;
  background-color: #000;
  transition: opacity 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  font-family: "c-logo";
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .lectures .tabItem {
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw;
  }
}
.lectures .tabItem:nth-child(3n) {
  width: 34%;
}
@media screen and (max-width: 980px) {
  .lectures .tabItem {
    width: 50%;
  }
  .lectures .tabItem:nth-child(3n) {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .lectures .tabItem {
    width: 100%;
  }
  .lectures .tabItem:nth-child(3n) {
    width: inherit;
  }
}
.lectures .tabItem:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .lectures .tabItem:hover {
    opacity: 1;
  }
}
.lectures .tabItem::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  transform: translateY(-50%);
  aspect-ratio: 22/13;
  background-image: url(../img/under/lectures/arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.lectures .tabItem--a {
  color: #D4101A;
}
.lectures .tabItem--b {
  color: #F6AB00;
}
.lectures .tabItem--c {
  color: #00AC97;
}
.lectures .tabItem--d {
  color: #A675B0;
}
.lectures .tabItem--e {
  color: #22AC39;
}
.lectures .tabItem--f {
  color: #3D62AD;
}
.lectures .tabItem--g {
  color: #168fc6;
}
.lectures .tabItem.active::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.lectures .new-tab .tabList {
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lectures .new-tab .tabList {
    gap: 2.5641025641vw;
  }
}
.lectures .new-tab .tabList .tabItem {
  width: 25%;
  min-height: 55px;
}
@media screen and (max-width: 980px) {
  .lectures .new-tab .tabList .tabItem {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .lectures .new-tab .tabList .tabItem {
    font-size: 4.1025641026vw;
    min-height: 14.1025641026vw;
  }
}
@media screen and (max-width: 580px) {
  .lectures .new-tab .tabList .tabItem {
    width: 100%;
  }
  .lectures .new-tab .tabList .tabItem:nth-child(3n) {
    width: inherit;
  }
}
.lectures .new-tab .tabList .tabItem.active {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px;
  background-color: transparent;
  font-family: "c-logo";
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .lectures .new-tab .tabList .tabItem.active {
    width: 100%;
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .lectures .new-tab .tabList .tabItem.active {
    bottom: -25.641025641vw;
  }
}
.lectures .new-tab .tabList .tabItem.active::after {
  content: "";
  background: none;
}
.lectures .new-tab .tabList .tabItem.active br {
  display: none;
}
.lectures .new-tab .tab.active {
  padding-top: 80px;
}
.lectures .new-tab .tab .t-item {
  padding: 2em;
}
.lectures .new-tab .tab .t-item__l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .lectures .new-tab .tab .t-item__l {
    width: 100%;
  }
}
.lectures .new-tab .tab .t-item__r {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .lectures .new-tab .tab .t-item__r {
    width: 100%;
  }
}
.lectures .bg-sec {
  min-height: 100vh;
}
.lectures .bg-sec::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../image/course_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.lectures .bg-sec > .container {
  position: relative;
  z-index: 2;
}
.lectures .bg-sec > .container:first-of-type {
  margin-top: -100vh;
}
.lectures .tab {
  display: none;
}
.lectures .tab.active {
  display: block;
}
.lectures .tab-a > .t-title {
  background-color: #D4101A;
}
.lectures .tab-a .t-profile > span {
  background-color: #D4101A;
}
.lectures .tab-a .t-name > small, .lectures .tab-a .t-profile > ul > li::before, .lectures .tab-a .t-message > span {
  color: #D4101A;
}
.lectures .tab-a .t-message {
  border-color: #D4101A;
}
.lectures .tab-b > .t-title {
  background-color: #F6AB00;
}
.lectures .tab-b .t-profile > span {
  background-color: #F6AB00;
}
.lectures .tab-b .t-name > small, .lectures .tab-b .t-profile > ul > li::before, .lectures .tab-b .t-message > span {
  color: #F6AB00;
}
.lectures .tab-b .t-message {
  border-color: #F6AB00;
}
.lectures .tab-c > .t-title {
  background-color: #00AC97;
}
.lectures .tab-c .t-profile > span {
  background-color: #00AC97;
}
.lectures .tab-c .t-name > small, .lectures .tab-c .t-profile > ul > li::before, .lectures .tab-c .t-message > span {
  color: #00AC97;
}
.lectures .tab-c .t-message {
  border-color: #00AC97;
}
.lectures .tab-d > .t-title {
  background-color: #A675B0;
}
.lectures .tab-d .t-profile > span {
  background-color: #A675B0;
}
.lectures .tab-d .t-name > small, .lectures .tab-d .t-profile > ul > li::before, .lectures .tab-d .t-message > span {
  color: #A675B0;
}
.lectures .tab-d .t-message {
  border-color: #A675B0;
}
.lectures .tab-e > .t-title {
  background-color: #22AC39;
}
.lectures .tab-e .t-profile > span {
  background-color: #22AC39;
}
.lectures .tab-e .t-name > small, .lectures .tab-e .t-profile > ul > li::before, .lectures .tab-e .t-message > span {
  color: #22AC39;
}
.lectures .tab-e .t-message {
  border-color: #22AC39;
}
.lectures .tab-f > .t-title {
  background-color: #3D62AD;
}
.lectures .tab-f .t-profile > span {
  background-color: #3D62AD;
}
.lectures .tab-f .t-name > small, .lectures .tab-f .t-profile > ul > li::before, .lectures .tab-f .t-message > span {
  color: #3D62AD;
}
.lectures .tab-f .t-message {
  border-color: #3D62AD;
}
.lectures .t-title {
  font-size: 30px;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-align: center;
  line-height: 1;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lectures .t-title {
    font-size: 4.6153846154vw;
  }
}
.lectures .t-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
  font-size: 16px;
  background-color: #fff;
  padding: 1em;
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  .lectures .t-item {
    flex-direction: column;
    font-size: 3.5897435897vw;
  }
}
.lectures .t-item__l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .lectures .t-item__l {
    width: 100%;
  }
}
.lectures .t-photo {
  display: block;
  line-height: 0;
  margin-bottom: 24px;
}
.lectures .t-photo:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lectures .t-photo {
    margin-bottom: 4.1025641026vw;
  }
}
.lectures .t-mov {
  width: 100%;
  aspect-ratio: 1280/720;
}
.lectures .t-mov > iframe {
  width: 100%;
  height: 100%;
}
.lectures .t-item__r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lectures .t-item__r {
    width: 100%;
    margin-top: 4.1025641026vw;
  }
}
.lectures .t-name {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5em;
}
.lectures .t-name > small {
  display: block;
  font-size: 0.66em;
}
.lectures .t-tanto {
  font-size: 0.8em;
  color: #555;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .lectures .t-tanto {
    margin-top: 1.2820512821vw;
  }
}
.lectures .t-profile {
  margin-top: 1.5em;
  line-height: 1.6;
}
.lectures .t-profile > span {
  color: #fff;
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lectures .t-profile > span {
    font-size: 3.0769230769vw;
    padding: 1.2820512821vw;
  }
}
.lectures .t-profile > p {
  margin-bottom: 0.25em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lectures .t-profile > p {
    font-size: 3.3333333333vw;
  }
}
.lectures .t-profile > p + span {
  margin-top: 0.5em;
}
.lectures .t-profile > ul > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .lectures .t-profile > ul > li {
    font-size: 3.3333333333vw;
  }
}
.lectures .t-profile > ul > li::before {
  content: "・";
}
.lectures .t-profile > ul + span {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .lectures .t-profile {
    margin-top: 1.2em;
  }
}
.lectures .t-message {
  margin-top: 1.5em;
  padding: 0.8em;
  border-style: solid;
  border-width: 2px;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .lectures .t-message {
    font-size: 3.8461538462vw;
  }
}
.lectures .t-message > span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lectures .t-message > span {
    margin-bottom: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  .lectures .t-message {
    margin-top: 1.2em;
  }
}

.show_seminar .sec-a .container .sec-item-a dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.show_seminar .sec-a .container .sec-item-a dl > div {
  width: 30%;
  position: relative;
  background: linear-gradient(202deg, #ffe1ef 30%, #e1edff 95%);
  padding: 25px 15px;
}
.show_seminar .sec-a .container .sec-item-a dl > div dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.show_seminar .sec-a .container .sec-item-a dl > div dt span {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  font-family: "c-logo";
  font-weight: normal;
}
.show_seminar .sec-a .container .sec-item-a dl > div dd img {
  margin-bottom: 5px;
}
.show_seminar .sec-a .container .sec-item-a dl > div dd p {
  font-size: 15px;
}
.show_seminar .sec-a .container .sec-item-b .lead {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
.show_seminar .sec-a .container .sec-item-b .achievement {
  margin-top: 100px;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li {
  font-size: 22px;
  line-height: 1.2;
  width: 30%;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li span {
  display: block;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li .explanation {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 0.7em;
  color: #1b8dc4;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li .company {
  font-size: 0.5em;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li .name {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1em;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li .name small {
  font-size: 0.5em;
}
.show_seminar .sec-a .container .sec-item-b .achievement ul li .name .san {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.5em;
}
.show_seminar .sec-a .container .sec-item-b .achievement > p {
  margin: 50px auto 0;
  padding: 25px;
  border: solid 1px;
  font-size: 14px;
  line-height: 1.5;
}
.show_seminar .sec-a .container .sec-item + .sec-item {
  margin-top: 100px;
}