@charset "utf-8";
#index-kv img {
  width: 100%;
}
#index-kv img.sp {
  display: none;
}
@media (max-width: 641px) {
  #index-kv img.pc {
    display: none;
  }
  #index-kv img.sp {
    display: block;
  }
}

#pickup .inner-sct {
  padding: 60px 0;
}
#pickup .ctn {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
#pickup .ctn ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pickup .ctn ul li {
  width: 25%;
  margin: 0 auto 15px;
}
#pickup .ctn ul li.wide {
  width: 50%;
}
#pickup .ctn ul li a {
  display: block;
  width: 94%;
  margin: 0 auto;
}
#pickup .ctn ul li a img {
  width: 100%;
}
#pickup .ctn ul li.wide a {
  width: 96.5%;
}
#pickup .ctn ul li img.line {
  border: solid 1px #cddbe0;
}
#pickup .ctn ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 801px) {
  #pickup .ctn ul li {
    width: 49.5%;
  }
  #pickup .ctn ul li.wide {
    width: 100%;
  }
}
@media (max-width: 481px) {
  #pickup .inner-sct {
    padding: 40px 0;
  }
}

#ch .inner-sct {
  padding: 60px 0 90px;
}
#ch .ctn {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
#ch .youtube__title {
  margin-bottom: 20px;
  color: #e70a03;
  font-size: 28px;
  text-align: center;
}
#ch .youtube__title span {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: solid 2px #e70a03;
}
#ch .ctn p {
  margin-bottom: 75px;
  font-weight: 700;
  text-align: center;
}

#ch ul.award {
  margin: 0 auto 50px;
  font-size: 0;
  text-align: center;
}
#ch ul.award li {
  display: inline-block;
  width: 30%;
}
#ch ul.award li dl {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 15px;
}
#ch ul.award li dl dt {
  margin: 0 auto 6px;
}
#ch ul.award li dl dt img {
  width: 100%;
  height: auto;
}
#ch ul.award li dl dd {
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
#ch ul.award li dl dd span {
  font-size: 16px;
  font-weight: bold;
}

#ch ul.follower {
  margin: 0 auto 20px;
  font-size: 0;
  text-align: center;
}
#ch ul.follower li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
#ch ul.follower li dl {
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 15px;
  background: #fff;
  border: solid 1px #bdbdbd;
}
#ch ul.follower li dl dt {
  margin: 0 auto 6px;
}
#ch ul.follower li dl dt img {
  width: 80%;
  max-width: 112px;
}
#ch ul.follower li dl dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
#ch ul.follower li dl dd span {
  display: block;
  font-size: 24px;
}
#ch ul.follower li dl dd span em {
  font-size: 30px;
}

#ch ul.upload {
  margin: 0 auto 50px;
  font-size: 0;
  text-align: center;
}
#ch ul.upload li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
#ch ul.upload li a {
  display: block;
  width: 94%;
  max-width: 248px;
  margin: 0 auto;
  text-decoration: none;
}
#ch ul.upload li dl {
}
#ch ul.upload li dt {
  margin: 0 auto 10px;
}
#ch ul.upload li dt img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#ch ul.upload li dl dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  text-align: justify;
}
#ch ul.upload li a:hover dt {
  opacity: 0.8;
}
#ch ul.upload li a:hover dd {
  text-decoration: underline;
}

#ch .btn {
  width: 80%;
  max-width: 660px;
}
#ch .btn a {
  font-size: 24px;
  line-height: 1.25;
}
#ch .btn a img {
  width: 60px;
  vertical-align: middle;
}
#ch .btn a br {
  display: none;
}
#ch .book {
  margin-bottom: 50px;
}
#ch .book .ttl h3 {
  color: #000;
  margin-bottom: 20px;
  font-size: clamp(14px, 3.8vw, 24px);
}
#ch .book .ttl h3 span {
  display: inline;
  border-bottom: 2px solid #000;
  line-height: 2;
}
#ch .book iframe {
  display: block;
  margin: 0 auto 20px;
  height: 53vw;
  max-height: 360px;
  width: 100%;
  max-width: 640px;
}
#ch .book .ttl-red h3 {
  color: #e70a03;
}
#ch .book .ttl-red h3 span {
  border-bottom: 2px solid #e70a03;
}
#ch .book br.sp {
  display: none;
}

@media (max-width: 1001px) {
  #ch ul.follower li dl dd {
    font-size: 14px;
  }
  #ch ul.follower li dl dd span {
    font-size: 18px;
  }
  #ch ul.follower li dl dd span em {
    font-size: 24px;
  }
}
@media (max-width: 801px) {
  #ch ul.follower li dl dd {
    font-size: 12px;
  }
  #ch ul.follower li dl dd span {
    font-size: 16px;
  }
  #ch ul.follower li dl dd span em {
    font-size: 21px;
  }
  #ch .btn a br {
    display: block;
  }
}
@media (max-width: 641px) {
  #ch ul.award li {
    width: 50%;
  }
  #ch ul.follower li {
    width: 32%;
    margin: 0 auto 10px;
  }
  #ch ul.upload {
    margin: 0 auto 30px;
  }
  #ch ul.upload li {
    width: 50%;
    margin: 0 auto 15px;
  }
  #ch ul.upload li:nth-child(odd) a {
    margin: 0 10px 0 auto;
  }
  #ch ul.upload li:nth-child(even) a {
    margin: 0 auto 0 10px;
  }
  #ch ul.upload li dl dd {
    font-size: 13px;
  }
  #ch .book br.sp {
    display: block;
  }
}
@media (max-width: 481px) {
  #ch .inner-sct {
    padding: 40px 0;
  }
  #ch .youtube__title {
    font-size: 20px;
  }
  #ch .ctn p {
    margin-bottom: 40px;
    font-size: 13px;
  }
  #ch ul.follower {
    margin: 0 auto 10px;
  }
  #ch ul.follower li dl {
    padding: 12px 0 8px;
  }
  #ch ul.follower li dl dd {
    font-size: 11px;
  }
  #ch ul.follower li dl dd span {
    font-size: 14px;
  }
  #ch ul.follower li dl dd span em {
    font-size: 18px;
  }
  #ch ul.upload {
    margin: 0 auto 20px;
  }
  #ch ul.upload li dl dd {
    font-size: 12px;
  }
  #ch .btn a {
    font-size: 16px;
  }
  #ch .btn a img {
    width: 40px;
  }
}

#info .inner-sct {
  padding: 80px 0;
}
#info .ctn {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
#info ul {
  margin: 0 auto 30px;
}
#info ul li {
  margin: 0 auto 15px;
  border: solid 1px #bdbdbd;
}
#info ul li:last-child {
  margin: 0 auto;
}
#info ul li dl {
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 200px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
#info ul li dl dt {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#info ul li a {
  position: relative;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
#info ul li a span.date {
}
#info .btn a {
  font-size: 22px;
}
@media (max-width: 641px) {
  #info ul li dl {
    padding-left: 125px;
    font-size: 14px;
  }
  #info ul li dl dt {
    left: 20px;
  }
  #info .btn a {
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  #info .inner-sct {
    padding: 40px 0;
  }
  #info ul li dl {
    padding-left: 100px;
    font-size: 13px;
  }
  #info ul li dl dt {
    left: 10px;
    font-size: 12px;
  }
}

#teacher {
  position: relative;
}
#teacher #sct-t {
  position: absolute;
  top: -50px;
}
#teacher .inner-sct {
  padding: 80px 0 100px;
}
#teacher .teacher-ctn {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#teacher .slide {
  margin: 0 auto 40px;
}
/* #teacher .slide:last-child {
  margin: 0 auto;
} */
#teacher .box {
  display: flex;
  width: 94%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 60px 50px;
  background: #fff;
  border: solid 1px #c8c8c8;
  　border-radius: 10px;
}
#teacher .box.no-badge .pht {
  width: 32%;
}
#teacher .box.no-badge .txt {
  width: 78%;
  padding-left: 50px;
}
#teacher .box.has-badge .pht {
  width: 32%;
}
#teacher .box.has-badge .txt {
  width: 53%;
  padding: 0 50px;
}
#teacher .box.has-badge .badge {
  width: 20%;
}

#teacher .box .btn-ch a {
  display: block;
  padding: 12px 0;
  background: #f00;
  border-radius: 6px;
  box-shadow: 0 4px 0 #cf0505;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#teacher .box .btn-ch a span {
  display: inline-block;
  vertical-align: middle;
}
#teacher .box .btn-ch a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border: solid 7px transparent;
  border-left: solid 12px #fff;
  border-right: 0;
}
#teacher .box .btn-ch a:hover {
  opacity: 0.85;
}

#teacher .box .pht figure {
  width: 100%;
  max-width: 315px;
  margin: 0 auto 30px;
}
#teacher .box .pht figure img {
  width: 100%;
}
#teacher .box .txt h3 {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: dashed 1px #d7d5cb;
  color: #3a3a3a;
  font-size: 28px;
}
#teacher .box .txt p {
  margin-bottom: 25px;
  font-size: 14px;
}
#teacher .box .txt p.record {
  font-size: 18px;
  font-weight: 700;
}
#teacher .box .txt p.read {
  font-size: 16px;
}
#teacher .box .txt dl {
  font-size: 14px;
}
#teacher .box .txt dl.prof {
  font-size: 16px;
}
#teacher .box .txt dl dd {
  position: relative;
  padding-left: 65px;
}
#teacher .box .txt dl dd span {
  position: absolute;
  left: 0;
}
#teacher .box .badge .btn-ch {
  display: none;
}
#teacher .box .badge p {
  text-align: center;
}
#teacher .box .badge p img {
  width: 100%;
  max-width: 192px;
}
#teacher .box .badge p img.sp {
  display: none;
}
@media (max-width: 1201px) {
  #teacher .box {
    padding: 50px 40px;
  }
  #teacher .box.has-badge .txt {
    padding: 0 30px;
  }
  #teacher .box .btn-ch a {
    font-size: 14px;
  }
  #teacher .box .txt p {
    font-size: 13px;
  }
  #teacher .box .txt p.record {
    font-size: 16px;
  }
}
@media (max-width: 1001px) {
  #teacher .box {
    padding: 30px;
  }
  #teacher .box.has-badge .txt {
    padding: 0 20px;
  }
  #teacher .box .btn-ch a {
    font-size: 13px;
  }
}
@media (max-width: 801px) {
  #teacher .box {
    display: block;
  }
  #teacher .box.no-badge .pht {
    width: 100%;
  }
  #teacher .box.no-badge .txt {
    width: 100%;
    padding: 0px;
  }
  #teacher .box.has-badge .pht {
    width: 100%;
  }
  #teacher .box.has-badge .txt {
    width: 100%;
    padding: 0px;
  }
  #teacher .box.has-badge .badge {
    width: 100%;
  }

  #teacher .box .pht .btn-ch {
    display: none;
  }
  #teacher .box .pht figure {
    margin: 0 auto 20px;
  }
  #teacher .box .txt h3 {
    text-align: center;
  }
  #teacher .box .badge .btn-ch {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  #teacher .box .badge p {
    margin: 15px 0;
  }
  #teacher .box .badge p img.pc {
    display: none;
  }
  #teacher .box .badge p img.sp {
    display: block;
    width: 80%;
    max-width: 410px;
    margin: 0 auto;
  }
  #teacher .box .txt p.read {
    font-size: 14px;
  }
  #teacher .box .txt dl.prof {
    font-size: 14px;
  }
}
@media (max-width: 481px) {
  #teacher #sct-t {
    top: -30px;
  }
  #teacher .inner-sct {
    padding: 40px 0;
  }
  #teacher .box {
    padding: 25px 18px;
  }
  #teacher .box .pht figure {
    width: 60%;
    margin: 0 auto 10px;
  }
  #teacher .box .txt h3 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  #teacher .box .txt p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #teacher .box .txt p.record {
    font-size: 10px;
  }
  #teacher .box .txt p.record span {
    font-size: 13px;
  }
  #teacher .box .txt p.read {
    font-size: 12px;
  }
  #teacher .box .txt dl {
    font-size: 12px;
  }
  #teacher .box .txt dl.prof {
    font-size: 12px;
  }
  #teacher .box .txt dl dd {
    padding-left: 55px;
  }
  #teacher .box .btn-ch a {
    padding: 8px 0;
    font-size: 12px;
  }
  #teacher .box .btn-ch a:after {
    margin-left: 12px;
    border-width: 6px 0 6px 10px;
  }
}

#voice .inner-sct {
  padding: 80px 0 60px;
}
#voice .voice-video__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 20px;
  width: 100%;
  max-width: 1100px;
}
#voice .voice-video {
  width: 49%;
}


#voice .voice-video2 {
  width: 49%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 801px){
  #voice .voice-video2 {
      width: 100%;
      max-width: 640px;
  }
}


#voice .voice-video2 .ctn {
  padding: 20px;
}

@media (max-width: 801px){

  #voice .voice-video2 .ctn {
    padding: 0 20px;
  }

}


#voice .voice-video h3 {
  margin-bottom: 20px;
  font-size: clamp(16px, 20 / 1000 * 100vw, 20px);
  text-align: center;
}
#voice .voice-video h3 span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
#voice .voice-video iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: min(264 / 1000 * 100vw, 292px);
}

#voice .voice-video2 h3 {
  margin-bottom: 20px;
  font-size: clamp(16px, 20 / 1000 * 100vw, 20px);
  text-align: center;
}

@media (max-width: 801px){
  #voice .voice-video2 h3 {
      font-size: 20px;
  }
}
@media (max-width: 481px){
  #voice .voice-video2 h3 {
      font-size: 16px;
  }
}


#voice .voice-video2 h3 span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
#voice .voice-video2 iframe {
  display: block;
    margin: 0 auto;
    height: 53vw;
    max-height: 360px;
    width: 100%;
    max-width: 640px;
}


#voice .ctn {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto;
}
#voice .voice-slide {
  padding: 0 60px;
}
#voice .box {
  width: 96%;
  max-width: 250px;
  margin: 0 auto;
}
#voice .txt {
  position: relative;
  min-height: 244px;
  margin: 0 auto 30px;
  padding: 25px;
  background: #fff;
  border: solid 1px #c8c8c8;
  border-radius: 10px;
}
#voice .txt:after {
  content: "";
  display: block;
  width: 24px;
  height: 15px;
  background: url(/img/bg-voice.png) no-repeat 50% 0;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -12px;
}
#voice .txt p.name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
#voice .txt p.status {
  margin-bottom: 20px;
  color: #2c5ea7;
  font-size: 17px;
}
#voice .txt p.comment {
  font-size: 16px;
}

#voice .pht {
  width: 100%;
  max-width: 250px;
}
#voice .pht img {
  width: 100%;
}
#voice .pht a.fire {
  display: block;
  position: relative;
}
#voice .pht a.fire::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(/img/fire.png) no-repeat center/contain;
  width: 75px;
  height: 75px;
}
@media (max-width: 1130px) {
  #voice .txt {
    min-height: 270px;
  }
}
@media (max-width: 955px) {
  #voice .txt {
    min-height: 296px;
  }
}
@media (max-width: 918px) {
  #voice .txt {
    min-height: 324px;
  }
}
@media (max-width: 820px) {
  #voice .txt {
    min-height: 381px;
  }
}
@media (max-width: 816px) {
  #voice .txt {
    min-height: 356px;
  }
}
@media (max-width: 801px) {
  #voice .txt {
    min-height: 211px;
    margin: 0 auto 20px;
    padding: 15px;
  }
  #voice .txt p.name {
    margin-bottom: 6px;
    font-size: 16px;
  }
  #voice .txt p.status {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #voice .txt p.comment {
    font-size: 14px;
  }
  #voice .voice-video__wrap {
    justify-content: center;
    row-gap: 32px;
  }
  #voice .voice-video {
    width: 100%;
    max-width: 640px;
  }
  #voice .voice-video h3 {
    font-size: 20px;
  }
  #voice .voice-video iframe {
    height: min(190 / 375 * 100vw, 360px);
  }
}
@media (max-width: 481px) {
  #voice .inner-sct {
    padding: 40px 0;
  }
  #voice .voice-video h3 {
    font-size: 16px;
  }
}

#column .inner-sct {
  padding: 70px 0 80px;
}
#column .ctn {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
#column ul.article {
  font-size: 0;
}
#column ul.article li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
#column ul.article li a {
  text-decoration: none;
}
#column ul.article li dl {
  display: block;
  width: 94%;
  max-width: 250px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #c8c8c8;
}
#column ul.article li dl dt {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 auto 20px;
}
#column ul.article li dl dt img {
  position: absolute;
  width: 130%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#column ul.article li dl dd {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: 700;
}
#column ul.article li dl dd span.date {
  display: block;
  margin-bottom: 6px;
  color: #2c5ea7;
  font-size: 16px;
}
#column ul.article li dl dd span.tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
#column ul.article li dl dt a:hover {
  opacity: 0.8;
}
#column ul.article li dl dd a:hover span.tit {
  color: #666;
}
#column ul.article li dl dd.tag {
  min-height: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}
#column ul.article li dl dd.tag a {
  display: inline-block;
  margin: 5px;
  margin-left: 0;
  padding: 2px 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}
#column ul.article li dl dd.tag a.tag-1 {
  background: #2c5ea7;
}
#column ul.article li dl dd.tag a.tag-2 {
  background: #66a17a;
}
#column ul.article li dl dd.tag a.tag-3 {
  background: #e39f52;
}
#column ul.article li dl dd.tag a.tag-4 {
  background: #2c5ea7;
}
#column .tag-list {
  width: 90%;
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 25px 30px 15px;
  background: #fff;
  border: solid 1px #c8c8c8;
}
#column .tag-list ul {
  font-size: 0;
}
#column .tag-list ul li {
  display: inline-block;
  margin: 0 8px 10px;
}
#column .tag-list ul li a {
  display: inline-block;
  padding: 2px 15px;
  background: #dfe5ec;
  border-radius: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
#column .btn a {
  font-size: 22px;
}

@media (max-width: 801px) {
  #column ul.article li dl dt {
    min-height: 120px;
    height: 120px;
  }
}
@media (max-width: 641px) {
  #column ul.article li {
    width: 50%;
    margin: 0 auto 20px;
  }
  #column ul.article li:nth-child(odd) dl {
    margin: 0 10px 0 auto;
  }
  #column ul.article li:nth-child(even) dl {
    margin: 0 auto 0 10px;
  }
  #column ul.article li dl dt {
    margin: 0 auto 10px;
  }
  #column ul.article li dl dd {
    padding-bottom: 10px;
  }
  #column ul.article li dl dd span.date {
    margin-bottom: 4px;
    font-size: 13px;
  }
  #column ul.article li dl dd span.tit {
    font-size: 14px;
  }
  #column ul.article li dl dd.tag {
    padding-bottom: 15px;
  }
  #column ul.article li dl dd.tag a {
    font-size: 12px;
  }
  #column .tag-list {
    padding: 15px 20px 10px;
  }
  #column .tag-list ul li a {
    font-size: 13px;
  }
}
@media (max-width: 481px) {
  #column .inner-sct {
    padding: 40px 0;
  }
  #column ul.article li dl dt {
    min-height: 85px;
    height: 85px;
  }
  #column ul.article li dl dd {
    width: 86%;
    padding-bottom: 8px;
  }
  #column ul.article li dl dd span.date {
    margin-bottom: 0px;
    font-size: 11px;
  }
  #column ul.article li dl dd span.tit {
    font-size: 13px;
    text-align: left;
  }
  #column ul.article li dl dd.tag {
    min-height: 65px;
  }
  #column ul.article li dl dd.tag a {
    font-size: 10px;
    margin: 0 0 5px;
    padding: 2px 6px;
  }
  #column .tag-list {
    padding: 15px 10px 10px;
  }
  #column .tag-list ul li a {
    font-size: 12px;
  }
  #column .btn a {
    font-size: 16px;
  }
}

#media {
  position: relative;
}
#media #sct-m {
  position: absolute;
  top: -50px;
}
#media .inner-sct {
  padding: 60px 0;
}
#media figure.media-img {
  width: 80%;
  max-width: 480px;
  margin: 0 auto 20px;
}
#media figure.media-img img {
  width: 100%;
}
#media iframe.media-video {
  display: block;
  margin: 0 auto;
  height: 53vw;
  max-height: 360px;
  width: 94%;
  max-width: 640px;
}
/* #media .media-slide {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
#media .media-slide .slick-prev {
  left: -52px;
}
#media .media-slide .slick-next {
  right: -52px;
} */
#media .media-item {
  margin-top: 40px;
  text-align: center;
}
#media .media-item__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#media .media-item__title span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
#media .media-item__img {
  /* height: 400px; */
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
#media .media-item__img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
/* @media (max-width: 621px) {
  #media .media-slide {
    width: 85%;
  }
  #media .media-item__img {
    height: 300px;
  }
} */
@media (max-width: 481px) {
  #media .inner-sct {
    padding: 40px 0;
  }
  /* #media .media-slide {
    width: 80%;
  }
  #media .media-slide .slick-prev {
    left: -36px;
  }
  #media .media-slide .slick-next {
    right: -36px;
  } */
  #media .media-item__title {
    font-size: 16px;
    /* text-align: left; */
  }
  #media .media-item__img {
    /* height: 200px; */
    width: 80%;
  }
}

#popup {
  display: none;
}
.mfp-content .box {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.mfp-content .box .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 6px;
}
.mfp-content .box .pht {
  width: 20%;
  max-width: 180px;
}
.mfp-content .box .txt {
  width: 80%;
  padding-left: 30px;
}
.mfp-content .box .pht figure {
  width: 100%;
}
.mfp-content .box .pht figure.fire {
  position: relative;
}
.mfp-content .box .pht figure.fire::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(/img/fire.png) no-repeat center/contain;
  width: 65px;
  height: 65px;
}
.mfp-content .box .pht figcaption {
  display: none;
}
.mfp-content .box .pht figure img {
  width: 100%;
}
.mfp-content .box .txt p {
  margin: 0 auto 20px;
  line-height: 2;
  text-align: justify;
}
.mfp-content .box .txt p.name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
.mfp-content .box .txt p.name:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #000;
  vertical-align: middle;
}
.mfp-content .box .txt p.name span {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
@media (max-width: 801px) {
  .mfp-content .box .inner {
    display: block;
  }
  .mfp-content .box .pht {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .mfp-content .box .txt {
    width: 100%;
    padding-left: 0px;
  }
  .mfp-content .box .pht figure {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .mfp-content .box .pht figcaption {
    display: block;
    width: 60%;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
  }
  .mfp-content .box .pht figcaption span {
    display: block;
  }
  .mfp-content .box .pht figure img {
    width: 65%;
  }
  .mfp-content .box .txt p.name {
    display: none;
  }
  .mfp-content .box .txt p {
    margin: 0 auto;
  }
}
@media (max-width: 641px) {
  .mfp-content .box .pht figcaption {
    font-size: 16px;
  }
  .mfp-content .box .txt p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 641px) {
  .mfp-content .box .inner {
    padding: 25px 20px;
  }
  .mfp-content .box .pht {
    margin: 0 auto 10px;
  }
  .mfp-content .box .pht figcaption {
    font-size: 14px;
  }
  .mfp-content .box .txt p {
    font-size: 13px;
  }
}

#aboutus2021 a {
  text-align: center;
  display: block;
}
#aboutus2021 a img {
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 641px) {
  #aboutus2021 a img.pc {
    display: none;
  }
  #aboutus2021 a img.sp {
    display: block;
  }
}
@media (min-width: 642px) {
  #aboutus2021 a img.pc {
    display: block;
  }
  #aboutus2021 a img.sp {
    display: none;
  }
}

/* ATTENTION(2022_06_20) */
#attention .inner-sct {
  padding: 0 0 90px;
}
#attention .ctn {
  margin: 0 auto 60px;
  overflow: hidden;
}
.attention__slide {
  margin: 0 auto;
  /* padding: 0 60px; */
  width: 100%;
  max-width: 600px;
}
.attention__slide .slick-list {
  overflow: visible;
}
.attention__list {
  padding: 0 16px;
}
.attention__link {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.attention__img img {
  object-fit: contain;
  height: 336px;
  width: 100%;
}
.attention__title {
  color: #000;
  margin-top: 8px;
}
@media (max-width: 641px) {
  .attention__link {
    font-size: 18px;
  }
  .attention__img img {
    height: 47.55vw;
  }
}
@media (max-width: 481px) {
  #attention .inner-sct {
    padding: 0 0 40px;
  }
  #attention .ctn {
    margin: 0 auto 40px;
  }
}

/* FIREアワード(2022_08_04) */
#fire-award {
  padding-bottom: 60px;
}
#fire-award .ctn {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
#fire-award .bnr {
  margin: 0 auto 32px;
  width: 100%;
  max-width: 400px;
}
#fire-award .bnr img {
  width: 100%;
}
#fire-award .btn {
  width: 80%;
  max-width: 400px;
}
#fire-award .btn a {
  font-size: 24px;
  line-height: 1.25;
}
#fire-award .btn a img {
  width: 60px;
  vertical-align: middle;
}
@media (max-width: 481px) {
  #fire-award {
    padding-bottom: 40px;
  }
  #fire-award .bnr {
    margin: 0 auto 20px;
    width: 80%;
  }
  #fire-award .btn a {
    font-size: 16px;
  }

  #fire-award .btn a img {
    width: 40px;
  }
}

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

/* 講師紹介(2022_10_14) */
.teacher-video h3 {
  color: #000;
  margin-bottom: 20px;
  font-size: clamp(14px, 3.8vw, 24px);
}
.teacher-video h3 span {
  display: inline;
  border-bottom: 2px solid #000;
  line-height: 2;
}
.teacher-video .ctn {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
.teacher-video iframe {
  display: block;
  margin: 0 auto 20px;
  height: 53vw;
  max-height: 360px;
  width: 100%;
  max-width: 640px;
}

#media iframe.media-video2 {
    display: block;
    margin: 0 auto;
    width: 94%;
    max-width: 640px;
}

.teacher__box {
  display: block;
}

.teacher__box-inner {
  padding: 0 20px;
  margin: auto;
}

.teacher__box-wrapper {
  max-width: 848px;
  width: 100%;
  margin-top: 38px;
  margin-inline: auto;
  border: 1px solid #C8C8C8;
  background: #FFF;
}

.teacher__box-head {
  background: #2C5EA7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  padding-right: 51px;
  padding-bottom: 17px;
}


.teacher__box-head h3 {
  position: relative;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  padding-left: 60px;
  text-align: center;
}

.teacher__box-head h3::before {
  position: absolute;
  content: "";
  background: url(/img/icon-teacher.svg) no-repeat center center /contain;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.teacher__box-content {
  padding: 26px 92px 40px 113px;
}

.teacher__box-body {
  display: grid;
  grid-template-columns: repeat(4, 156px);
}

.teacher__box-content ul:nth-child(1) {
  width: 82px;
}
.teacher__box-content ul:nth-child(2) {
  width: 101px;
  margin-left: -9px;
}
.teacher__box-content ul:nth-child(3) {
  width: 132px;
  margin-left: 1px;
}
.teacher__box-content ul:nth-child(4) {
  width: 82px;
  margin-left: 42px;
}

.teacher__box-content li {
  position: relative;
  width: 156px;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  padding-left: 16px;
}

.teacher__box-content li:not(:first-child) {
  margin-top: -1px;
}

.teacher__box-content li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #F1F4F8;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.teacher__box-text {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
  text-align: right;
}

@media (max-width: 801px) {
  .teacher__box-wrapper {
    max-width: 600px;
  }

  .teacher__box-content  {
    padding-right: 15px;
    padding-left: 15px;
  }

  .teacher__box-body {
    grid-template-columns: repeat(2, 156px);
    justify-content: center;
  }

  .teacher__box-content ul:nth-child(1) {
    width: 156px;
  }
  .teacher__box-content ul:nth-child(2) {
    width: 156px;
    margin-left: 43px;
  }
  .teacher__box-content ul:nth-child(3) {
    width: 156px;
    margin-left: 0;
  }
  .teacher__box-content ul:nth-child(4) {
    width: 156px;
    margin-left: 43px;
  }

  .teacher__box-content li {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .teacher__box-inner {
    padding: 0 5px;
  }
  .teacher__box-body {
    grid-template-columns: repeat(2, 139px);
    justify-content: center;
  }
  .teacher__box-content ul:nth-child(1) {
    width: 91px;
  }
  .teacher__box-content ul:nth-child(2) {
    width: 107px;
    margin-left: 10px;
  }
  .teacher__box-content ul:nth-child(3) {
    width: 141px;
    margin-left: 0;
  }
  .teacher__box-content ul:nth-child(4) {
    width: 90px;
    margin-left: 10px;
  }
}