@charset "UTF-8";
/*
Theme Name: 強化指定クラブ「エンターテイメントダンス部」誕生
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
  color: #fff;
  background-color: #000;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

:-ms-input-placeholder {
  color: #C4C4C4;
}

::-moz-placeholder {
  color: #C4C4C4;
}

::-placeholder {
  color: #C4C4C4;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a, a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 19;
  left: 0;
  top: 0;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}

/*=======================================
コンテンツ
=========================================*/
.p-kv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100dvh;
  height: 100vh;
  min-height: 880px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-kv-wrap {
  position: relative;
}
.p-kv-wrap:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.p-kv-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: 0;
}
.p-kv-wrap .bg:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/kv_img1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.p-kv-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.p-kv .period {
  font-size: 55px;
  font-size: 5.5rem;
  margin-bottom: 40px;
  line-height: 1.2;
}
.p-kv .title {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
}
.p-kv .title span {
  margin-bottom: 20px;
}
.p-kv .title em {
  font-size: 65px;
  font-size: 6.5rem;
}
.p-kv .title2 {
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1.2;
}
.p-kv .lead {
  margin-top: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.91;
}
.p-kv .scroll {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-kv .scroll span {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 22px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.p-kv .scroll span:before, .p-kv .scroll span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-kv .scroll span:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
}
.p-kv .scroll span:after {
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 30px;
  background: #eee;
}
@keyframes circlemove {
  0% {
    bottom: 38px;
  }
  100% {
    bottom: 5px;
  }
}
@keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-concept {
  padding-top: 90px;
  padding-bottom: 116px;
  position: relative;
  z-index: 9;
}
.p-concept__heading {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 93px;
  padding-bottom: 93px;
  text-align: center;
  margin-bottom: 47px;
}
.p-concept__heading:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/concept_icon_lt.svg) left top, url(../img/concept_icon_rt.svg) right top, url(../img/concept_icon_rb.svg) right bottom, url(../img/concept_icon_lb.svg) left bottom;
  background-repeat: no-repeat;
  background-size: 100px 80px;
}
.p-concept__heading > * {
  position: relative;
  z-index: 9;
}
.p-concept__heading .en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-concept__heading .en span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}
.p-concept__heading .h {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  font-weight: 400;
}
.p-concept__block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.p-concept__block1 .box1 {
  width: 62.5%;
}
.p-concept__block1 .box1 .t {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 38px;
  line-height: 1.5;
}
.p-concept__block1 .box1 p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.3;
  font-weight: 500;
}
.p-concept__block1 .img1 {
  width: 33.33%;
}
.p-concept__block1 .img1 video {
  width: 100%;
  height: auto;
}
.p-concept__block2 {
  margin-bottom: 100px;
}
.p-concept__block2 .t {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.53;
}
.p-concept__block2 ul {
  display: flex;
  flex-wrap: wrap;
}
.p-concept__block2 li {
  width: 48.33%;
  margin-left: 3.34%;
  margin-bottom: 40px;
  position: relative;
}
.p-concept__block2 li:nth-child(2n+1) {
  margin-left: 0;
}
.p-concept__block2 li p {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  text-align: right;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}
.p-concept__block3 {
  border: 1px solid #fff;
  text-align: center;
  padding: 64px 15px 54px;
}
.p-concept__block3 p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.25;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-supporter {
  padding-top: 106px;
  padding-bottom: 100px;
  position: relative;
}
.p-supporter:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.p-supporter .c-wrap {
  position: relative;
  z-index: 9;
}
.p-supporter .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: 0;
}
.p-supporter .bg:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/supporter_bg1.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.p-supporter__heading {
  text-align: center;
  margin-bottom: 60px;
}
.p-supporter__heading .t {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-supporter__heading .name {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  margin-bottom: 35px;
}
.p-supporter__heading .name strong {
  font-weight: 500;
}
.p-supporter__heading .lead {
  font-weight: 500;
  line-height: 2.5;
}
.p-supporter__teacher .block1 {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-supporter__teacher .block1 .img1 {
  width: 21.0526%;
}
.p-supporter__teacher .block1 .box1 {
  width: 74.6411%;
}
.p-supporter__teacher .block1 .box1 p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88;
  margin-top: 26px;
}
.p-supporter__teacher .block1 .box1 p:first-child {
  margin-top: 0;
}
.p-supporter__teacher .block1 .box1 p img {
  vertical-align: text-bottom;
  margin-right: 12px;
}
.p-supporter__teacher .block1 .box1 .catch {
  font-size: 20px;
  font-size: 2rem;
}
.p-supporter__teacher .block2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-supporter__teacher .block2 .img1 {
  width: 28.33%;
}
.p-supporter__teacher .block2 .box1 {
  width: 68.75%;
}
.p-supporter__teacher .block2 .box1 .info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.p-supporter__teacher .block2 .box1 .name {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.p-supporter__teacher .block2 .box1 .name span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 37px;
}
.p-supporter__teacher .block2 .box1 .name strong {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
.p-supporter__teacher .block2 .box1 .name rt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.6em;
}
.p-supporter__teacher .block2 .box1 .profile {
  font-weight: 500;
}
.p-supporter__teacher .block2 .box1 .qa dl {
  margin: 0;
}
.p-supporter__teacher .block2 .box1 .qa dt {
  margin-bottom: 24px;
}
.p-supporter__teacher .block2 .box1 .qa dt:before {
  content: "Q";
}
.p-supporter__teacher .block2 .box1 .qa dd:before {
  content: "A";
}
.p-supporter__teacher .block2 .box1 .qa dt,
.p-supporter__teacher .block2 .box1 .qa dd {
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}
.p-supporter__teacher .block2 .box1 .qa dt:before,
.p-supporter__teacher .block2 .box1 .qa dd:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.p-supporter__teacher .block2 .history {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-supporter__teacher .block2 .history .t {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-supporter__teacher .block2 .history dl {
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-supporter__teacher .block2 .history dl:last-child {
  margin-bottom: 0;
}
.p-supporter__teacher .block2 .history dt {
  width: 140px;
}
.p-supporter__teacher .block2 .history dd {
  width: calc(100% - 140px);
}

.p-consider {
  padding-top: 80px;
  padding-bottom: 62px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.p-consider-wrap {
  background: url(../img/consider_bg1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.p-consider-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.p-consider .h {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  margin-bottom: 50px;
}
.p-consider p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 40px;
}
.p-consider p:last-child {
  margin-bottom: 0;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 16px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 9;
}
.l-footer .logo {
  margin-bottom: 30px;
}
.l-footer .info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
  margin-bottom: 56px;
}
.l-footer .info a {
  color: #fff;
  text-decoration: none;
}
.l-footer .info a:hover {
  text-decoration: underline;
}
.l-footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64;
    min-width: initial;
  }

  .l-header {
    padding: 10px;
  }
  .l-header .logo img {
    width: 160px;
  }

  .p-kv {
    min-height: initial;
  }
  .p-kv .period {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-kv .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .p-kv .title span {
    margin-bottom: 15px;
  }
  .p-kv .title em {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-kv .title2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-kv .lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-kv .scroll {
    -webkit-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
    transform-origin: center bottom;
  }

  .p-concept {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .p-concept__heading {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
  .p-concept__heading:before {
    background-size: 45px 36px;
  }
  .p-concept__heading .en {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .p-concept__heading .en span {
    padding-bottom: 6px;
  }
  .p-concept__heading .h {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-concept__block1 {
    display: block;
    margin-bottom: 40px;
  }
  .p-concept__block1 .box1 {
    width: auto;
    margin-bottom: 30px;
  }
  .p-concept__block1 .box1 .t {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-concept__block1 .box1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-concept__block1 .img1 {
    width: auto;
  }
  .p-concept__block2 {
    margin-bottom: 50px;
  }
  .p-concept__block2 .t {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .p-concept__block2 ul {
    display: block;
  }
  .p-concept__block2 li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-concept__block2 li p {
    font-size: 16px;
    font-size: 1.6rem;
    width: 180px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  }
  .p-concept__block3 {
    padding: 20px 15px;
  }
  .p-concept__block3 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .p-supporter {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .p-supporter__heading {
    margin-bottom: 40px;
  }
  .p-supporter__heading .t {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-supporter__heading .name {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .p-supporter__heading .lead {
    text-align: left;
    line-height: 2;
  }
  .p-supporter__teacher .block1 {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    max-width: inital;
  }
  .p-supporter__teacher .block1 .img1 {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .p-supporter__teacher .block1 .box1 {
    width: auto;
  }
  .p-supporter__teacher .block1 .box1 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-supporter__teacher .block1 .box1 .catch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
  .p-supporter__teacher .block1 .box1 .catch img {
    width: 24px;
  }
  .p-supporter__teacher .block2 {
    display: block;
  }
  .p-supporter__teacher .block2 .img1 {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-supporter__teacher .block2 .box1 {
    width: auto;
  }
  .p-supporter__teacher .block2 .box1 .info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-supporter__teacher .block2 .box1 .name {
    margin-bottom: 15px;
  }
  .p-supporter__teacher .block2 .box1 .name span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 25px;
  }
  .p-supporter__teacher .block2 .box1 .name strong {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-supporter__teacher .block2 .box1 .name rt {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-supporter__teacher .block2 .box1 .qa dt,
  .p-supporter__teacher .block2 .box1 .qa dd {
    padding-left: 26px;
  }
  .p-supporter__teacher .block2 .history {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-supporter__teacher .block2 .history .t {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-supporter__teacher .block2 .history dl {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .p-supporter__teacher .block2 .history dt {
    width: 100px;
  }
  .p-supporter__teacher .block2 .history dd {
    width: calc(100% - 100px);
  }

  .p-consider {
    padding: 40px 20px;
  }
  .p-consider .h {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .p-consider p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
  }

  .l-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-footer .logo {
    margin-bottom: 20px;
  }
  .l-footer .logo img {
    width: 200px;
  }
  .l-footer .info {
    margin-bottom: 30px;
    line-height: 2;
  }
  .l-footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}
