@charset "UTF-8";
/* ------------------------------------------------------
変数
------------------------------------------------------ */
:root {
  --primary: #9D1F2F;
  --secondary: #1C1817;
  --subprimary: #0F3568;
}

/* =======================================================

2column

======================================================= */
.wrapper_ac {
  max-width: 100%;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .wrapper_ac {
    flex-direction: column;
    margin: 20px auto 0;
  }
}
.wrapper_ac .main_ac {
  width: 67%;
  max-width: 100%;
  min-height: 500px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .wrapper_ac .main_ac {
    padding: 0;
    width: 850px;
    max-width: 100%;
  }
}
.wrapper_ac .main_ac .ac_container {
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper_ac .main_ac .ac_container {
    padding: 0 30px;
  }
}
.wrapper_ac .sidebar_ac {
  width: 33%;
  padding-right: 60px;
  box-sizing: border-box;
  word-break: break-all;
}
@media (max-width: 768px) {
  .wrapper_ac .sidebar_ac {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
}
.wrapper_ac .sidebar_ac .widget {
  min-height: calc(100vh - 100px);
  margin-bottom: 68px;
  max-width: 100%;
  width: 100%;
  padding: 4% 5%;
  box-sizing: border-box;
}
.wrapper_ac .sidebar_ac .widget .academy_formtitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper_ac .sidebar_ac .widget .academy_formtitle div {
  margin: 0 2% 20px;
  font-weight: bold;
  color: var(--subprimary);
}
.wrapper_ac .sidebar_ac .widget .academy_formtitle div p {
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
.wrapper_ac .sidebar_ac .widget .academy_formtitle div span {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: bold;
  color: var(--subprimary);
}
.wrapper_ac .sidebar_ac .widget #mktoForm_2346 {
  width: auto !important;
}
.wrapper_ac .sidebar_ac .widget .mktoForm .mktoOffset {
  height: 0 !important;
}
.wrapper_ac .sidebar_ac .widget .mktoHtmlText {
  width: auto !important;
  line-height: 1.4em;
}
.wrapper_ac .sidebar_ac .widget .mktoHtmlText a {
  text-decoration: underline;
}
.wrapper_ac .sidebar_ac .widget .mktoHtmlText a:hover {
  text-decoration: none;
}
.wrapper_ac .sidebar_ac .widget .mktoForm .mktoAsterix {
  width: initial;
  color: #fff !important;
  margin-right: 5px;
}
.wrapper_ac .sidebar_ac .widget .mktoForm .mktoAsterix::after {
  background: var(--primary);
  color: #fff;
  content: "必須";
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 4px 6px;
  border-radius: 3px;
  display: inline-block;
}
.wrapper_ac .sidebar_ac .widget .mktoForm .mktoFormRow:nth-of-type(9) .mktoFieldDescriptor .mktoFieldWrap {
  display: flex;
}
.wrapper_ac .sidebar_ac .widget #Lblpmcf_q5 {
  font-weight: bold;
}
.wrapper_ac .sidebar_ac .widget #Lblpmcf_q5 .mktoAsterix {
  width: 0;
  margin-right: 0;
}
.wrapper_ac .sidebar_ac .widget #Lblpmcf_q5 .mktoAsterix::after {
  display: none;
}
.wrapper_ac .sidebar_ac .widget #Lblprivacy_agreetment {
  width: 190px !important;
  max-width: 100%;
  /* margin-right: 10px; */
  display: inline-block;
}
.wrapper_ac .sidebar_ac .widget #privacy_agreetment {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px;
}
.wrapper_ac .sidebar_ac .widget .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  background: var(--subprimary) !important;
  color: #fff !important;
  width: 220px !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  height: 60px !important;
  font-weight: bold !important;
  transition: ease 0.3s opacity !important;
  position: relative !important;
  font-size: 1.8rem !important;
  border: none !important;
  border-radius: 9px;
  box-shadow: none;
}
.wrapper_ac .sidebar_ac .mktoForm .mktoFormRow .mktoField {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .wrapper_ac .sidebar_ac .mktoForm .mktoFormRow .mktoField {
    width: 90% !important;
  }
}
@media (max-width: 540px) {
  .wrapper_ac .sidebar_ac .mktoForm .mktoFormRow .mktoField {
    width: 100% !important;
  }
}
.wrapper_ac .widget--sticky_ac {
  position: sticky;
  top: 85px;
}

.breadcrumb-list {
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* =======================================================

MV

======================================================= */
.academyLP-mv {
  position: relative;
}

.academyLP-mv__top {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .academyLP-mv__top {
    flex-direction: column;
  }
}

.academyLP-mv__left {
  width: 70%;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .academyLP-mv__left {
    width: 70%;
  }
}
@media (max-width: 540px) {
  .academyLP-mv__left {
    width: 100%;
  }
}

.academyLP-mv__right {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .academyLP-mv__right {
    width: 30%;
  }
}
@media (max-width: 540px) {
  .academyLP-mv__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .academyLP-mv__right img {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .academyLP-mv__right img {
    width: 50%;
    max-width: 200px;
  }
}

.mv_copy {
  text-align: center;
  font-size: clamp(16px, 2.2vw, 24px);
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .mv_copy {
    font-size: 2.8vw;
  }
}
@media (max-width: 540px) {
  .mv_copy {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
}

.mv_logo {
  text-align: center;
}
@media (max-width: 768px) {
  .mv_logo {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .mv_logo img {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .mv_logo img {
    width: 90%;
  }
}

.mv_by {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding: 5px 5px 10px;
}
@media (max-width: 768px) {
  .mv_by {
    font-size: 2vw;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mv_by {
    font-size: 4vw;
  }
}

.academyLP-mv__btm {
  position: relative;
  background: #F0F5F9;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin-top: -21px;
  z-index: 0;
}
@media (max-width: 540px) {
  .academyLP-mv__btm {
    margin-top: 20px;
  }
}
.academyLP-mv__btm h2 {
  background: url(../imgs/academy/mv_txtbg.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 2.2vw, 24px);
  display: inline-block;
  padding: 20px 30px 20px 20px;
}
.academyLP-mv__btm ul {
  padding: 20px 40px 40px;
}
@media (max-width: 540px) {
  .academyLP-mv__btm ul {
    padding: 20px 30px 30px;
  }
}
.academyLP-mv__btm ul li {
  background: url(../imgs/academy/mv_checkicon.png) no-repeat left top 5px;
  background-size: 17px 14px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.academyLP-mv__btm ul li span {
  font-weight: bold;
  font-size: 1.2em;
}
.academyLP-mv__btm ul li:last-of-type {
  margin-bottom: 0;
}

.academyLP-mv__fuki {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 69px;
  height: auto;
  max-width: 8%;
}

.mv_copy__sub {
  font-size: 2.2rem;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 540px) {
  .mv_copy__sub {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.mv_copy__sub .bold {
  font-size: 1.5em;
  color: var(--primary);
  background: linear-gradient(transparent 70%, #F8EAE7 0%);
  margin: 0 0.2em;
}
@media (max-width: 540px) {
  .mv_copy__sub .bold {
    font-size: 1.4em;
  }
}

.academyLP-mv__btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .academyLP-mv__btns {
    gap: 10px;
  }
}
.academyLP-mv__btns li {
  flex: 1;
}
@media (max-width: 540px) {
  .academyLP-mv__btns li {
    flex: none;
    width: 100%;
  }
}

.academyLP-mv__btn {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  display: block;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: ease 0.3s opacity;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  gap: 5px;
  padding: 0 40px;
}
@media (max-width: 540px) {
  .academyLP-mv__btn {
    font-size: 1.8rem;
    height: 60px;
  }
}
.academyLP-mv__btn:hover {
  opacity: 0.7;
}
.academyLP-mv__btn > span {
  display: block;
  font-size: 0.7em;
}
.academyLP-mv__btn > i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 540px) {
  .academyLP-mv__btn > i {
    right: 15px;
  }
}
.academyLP-mv__btn.blue {
  background: #053A73;
}
.academyLP-mv__btn.blue > i {
  font-size: 1.6rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #053A73;
  text-align: center;
  padding-top: 0.3em;
}
.academyLP-mv__btn.red {
  background: var(--primary);
}
.academyLP-mv__btn.red > i {
  font-size: 2.6rem;
}
.academyLP-mv__btn.big {
  height: 90px;
  max-width: 600px;
  margin: 0 auto;
  font-size: 2.5rem;
}
@media (max-width: 540px) {
  .academyLP-mv__btn.big {
    height: 75px;
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}

/* =======================================================

おすすめ

======================================================= */
.academyLP-bg {
  background: #FCF8F7;
  padding: 80px 0 100px;
}
@media (max-width: 540px) {
  .academyLP-bg {
    padding: 50px 0 80px;
  }
}

.academyLP-h2 {
  font-size: 3.6rem;
  margin: 1em auto;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
}
.academyLP-h2 span {
  color: var(--subprimary);
  font-weight: bold;
}
@media (max-width: 768px) {
  .academyLP-h2 {
    margin-bottom: 1em;
  }
}
@media (max-width: 540px) {
  .academyLP-h2 {
    font-size: 2.3rem;
  }
}

.academyLP-h3 {
  color: var(--subprimary);
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 540px) {
  .academyLP-h3 {
    font-size: 3.5vw;
  }
}

.academyLP-recommend {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .academyLP-recommend {
    padding: 50px 30px;
  }
}
@media (max-width: 540px) {
  .academyLP-recommend {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
}
.academyLP-recommend .academyLP-h2 {
  font-size: 2.2rem;
}
.academyLP-recommend::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 80px 0 80px;
  border-color: #ffffff transparent transparent transparent;
}
@media (max-width: 540px) {
  .academyLP-recommend::before {
    border-width: 30px 40px 0 40px;
  }
}

.recommend-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .recommend-list {
    flex-direction: column;
    gap: 10px;
  }
}
.recommend-list li {
  text-align: center;
  flex: 1;
}
@media (max-width: 540px) {
  .recommend-list li {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 540px) {
  .recommend-list li .img {
    width: 30%;
  }
}
.recommend-list li p {
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 0.3em;
}
@media (max-width: 768px) {
  .recommend-list li p {
    font-size: 1.6rem;
  }
}
@media (max-width: 540px) {
  .recommend-list li p {
    width: 70%;
    text-align: left;
    font-size: 1.5rem;
    padding-top: 0;
  }
}

/* =======================================================

step

======================================================= */
.academyLP-htoptext {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 550px;
  max-width: 80%;
  color: #fff;
  padding: 10px 20px 15px;
  background-color: var(--primary);
  margin: 40px auto 0;
  font-size: 1.6em;
}
.academyLP-htoptext span {
  font-size: 120%;
}
@media (max-width: 1024px) {
  .academyLP-htoptext {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .academyLP-htoptext {
    font-size: 3.5vw;
  }
}

.academyLP-h2step {
  font-size: 3.6rem;
  margin: 1em auto 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
}
.academyLP-h2step span {
  color: var(--primary);
  font-weight: bold;
}
@media (max-width: 768px) {
  .academyLP-h2step {
    margin-bottom: 1em;
  }
}
@media (max-width: 540px) {
  .academyLP-h2step {
    font-size: 2.3rem;
  }
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-bottom: 15%;
}
@media (max-width: 768px) {
  .step-list {
    gap: 60px 0;
    max-width: 600px;
    margin: 0 auto 18%;
    padding-top: 20px;
  }
}
@media (max-width: 540px) {
  .step-list {
    gap: 0;
    flex-direction: column;
    padding-top: 0;
  }
}

.step-list__item {
  padding: 30px 0px 30px 40px;
  position: relative;
  flex: 1;
}
.step-list__item::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0;
  height: 100%;
  width: 25px;
  background-size: 25px 100% !important;
}
@media (max-width: 540px) {
  .step-list__item::before {
    height: 25px;
    width: 90%;
    background-size: 100% 25px !important;
    top: -2px;
    left: 5%;
    background-position: center top !important;
  }
}
@media (max-width: 768px) {
  .step-list__item {
    flex: auto;
    width: 50%;
  }
}
@media (max-width: 540px) {
  .step-list__item {
    width: 100%;
    padding: 35px 20px 10px;
  }
}
.step-list__item:nth-child(1) {
  background: #F0F5F9;
}
.step-list__item:nth-child(1)::before {
  content: none;
}
@media (max-width: 540px) {
  .step-list__item:nth-child(1) {
    padding-top: 20px;
  }
}
.step-list__item:nth-child(2) {
  background: #E5EDF3;
  padding-right: 20px;
}
.step-list__item:nth-child(2)::before {
  background: url(../imgs/academy/step_arrow01b.svg) no-repeat center;
}
@media (max-width: 540px) {
  .step-list__item:nth-child(2)::before {
    background: url(../imgs/academy/step_arrow01b-sp.svg) no-repeat center;
  }
}
@media (max-width: 768px) {
  .step-list__item:nth-child(2)::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    height: 100%;
    width: 25px;
    background-size: 25px 100% !important;
    background: url(../imgs/academy/step_arrow02b.svg) no-repeat center;
  }
}
@media (max-width: 540px) {
  .step-list__item:nth-child(2)::after {
    content: none;
  }
}
.step-list__item:nth-child(3) {
  background: #D5E4EF;
  padding-right: 20px;
}
.step-list__item:nth-child(3)::before {
  background: url(../imgs/academy/step_arrow02b.svg) no-repeat center;
}
@media (max-width: 768px) {
  .step-list__item:nth-child(3)::before {
    content: none;
  }
}
@media (max-width: 540px) {
  .step-list__item:nth-child(3)::before {
    content: "";
    background: url(../imgs/academy/step_arrow02b-sp.svg) no-repeat center;
  }
}
.step-list__item:nth-child(4) {
  background: #C3DAEB;
  padding-right: 20px;
}
.step-list__item:nth-child(4)::before {
  background: url(../imgs/academy/step_arrow03b.svg) no-repeat center;
}
@media (max-width: 540px) {
  .step-list__item:nth-child(4)::before {
    background: url(../imgs/academy/step_arrow03b-sp.svg) no-repeat center;
  }
}
@media (max-width: 540px) {
  .step-list__item:nth-child(4) {
    padding-bottom: 20px;
  }
}
.step-list__item .num {
  color: var(--subprimary);
  position: absolute;
  font-size: 4.5rem;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: -50px;
  left: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .step-list__item .num {
    font-size: 4rem;
    top: -30px;
  }
}
@media (max-width: 540px) {
  .step-list__item .num {
    top: 20px;
    left: 20px;
  }
}
.step-list__item .num span {
  font-size: 0.45em;
  display: block;
}
.step-list__item .img {
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .step-list__item .img img {
    max-width: 200px;
  }
}
@media (max-width: 540px) {
  .step-list__item .img img {
    max-width: 180px;
  }
}
.step-list__item .txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.6em;
}
@media (max-width: 540px) {
  .step-list__item .txt {
    text-align: center;
  }
}

/* =======================================================

受講生の声

======================================================= */
.academyLP-voice {
  display: block;
  width: calc(100% - 120px);
  margin: 5em auto;
}
@media (max-width: 768px) {
  .academyLP-voice {
    width: calc(100% - 60px);
  }
}
.academyLP-voice .ac_container {
  background: #F0F5F9;
  margin: -5px auto 0 !important;
  position: relative;
  padding: 60px !important;
  z-index: 1;
}
@media (max-width: 768px) {
  .academyLP-voice .ac_container {
    padding: 30px !important;
  }
}
.academyLP-voice .ac_container .academyLP-h2-in {
  font-size: 2.8rem;
  margin: 0 auto 1em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  color: var(--subprimary);
}
@media (max-width: 540px) {
  .academyLP-voice .ac_container .academyLP-h2-in {
    font-size: 2.3rem;
  }
}
.academyLP-voice .academyLP-voiceh2 {
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 540px) {
  .academyLP-voice .academyLP-voiceh2 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.academyLP-voice .academyLP-voiceh2 div {
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4em;
  text-align: left;
}
@media (max-width: 540px) {
  .academyLP-voice .academyLP-voiceh2 div {
    font-size: 3.8vw;
  }
}
.academyLP-voice .academyLP-voiceh2 div:last-of-type {
  padding-bottom: 30px;
}
@media (max-width: 540px) {
  .academyLP-voice .academyLP-voiceh2 div:last-of-type {
    padding-bottom: 1px;
  }
}
.academyLP-voice .academyLP-voiceh2 div span {
  color: var(--primary);
  font-size: 3.6rem;
  font-weight: bold;
}
@media (max-width: 540px) {
  .academyLP-voice .academyLP-voiceh2 div span {
    font-size: 5vw;
  }
}
.academyLP-voice .academyLP-voiceh2 div img {
  width: 85px;
  height: auto;
  margin: 2rem auto 0;
}
@media (max-width: 540px) {
  .academyLP-voice .academyLP-voiceh2 div img {
    width: 100px;
    margin-bottom: -30px;
  }
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .voice-list {
    gap: 50px;
  }
}
@media (max-width: 540px) {
  .voice-list {
    gap: 35px;
    margin-bottom: 30px;
  }
}

.voice-list__item {
  flex: 1;
  padding: 30px;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .voice-list__item {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .voice-list__item {
    padding: 25px 20px;
  }
}
.voice-list__item .top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .voice-list__item .top {
    gap: 10px;
  }
}
.voice-list__item .top .thumbnail {
  min-width: 90px;
  width: 90px;
}
@media (max-width: 540px) {
  .voice-list__item .top .thumbnail {
    min-width: 65px;
    width: 65px;
    margin-left: -5px;
  }
}
.voice-list__item .top .ttls {
  font-weight: bold;
}
.voice-list__item .top .ttls .ttl {
  font-size: 2rem;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
@media (max-width: 540px) {
  .voice-list__item .top .ttls .ttl {
    font-size: 1.6rem;
  }
}
.voice-list__item .top .ttls .info {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 540px) {
  .voice-list__item .top .ttls .info {
    font-size: 1.4rem;
  }
}
.voice-list__item .top .ttls .info .cate {
  font-size: 0.9em;
  color: #fff;
  background: var(--primary);
  border-radius: 30px;
  padding: 0.4em 1em;
}
.voice-list__item .sentence {
  font-size: 1.5rem;
}
@media (max-width: 540px) {
  .voice-list__item .sentence {
    line-height: 1.6em;
  }
}

/* =======================================================

講師

======================================================= */
.academyLP-teacher {
  width: 100%;
  display: block;
  background: #F0F5F9;
  padding: 50px 0 1px;
  box-sizing: border-box;
}

.teacher-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  justify-content: center;
}
@media (max-width: 540px) {
  .teacher-list {
    margin-bottom: 20px;
  }
}

.teacher-list__item {
  display: flex;
  margin-bottom: 4rem;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 768px) {
  .teacher-list__item {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .teacher-list__item {
    flex-direction: column;
    width: 100%;
  }
}
.teacher-list__item .img {
  position: relative;
}
.teacher-list__item .img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 540px) {
  .teacher-list__item .img img {
    aspect-ratio: 1/0.85;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.teacher-list__item .txts {
  position: relative;
  padding: 30px 40px;
  background: #fff;
  margin: 0;
  width: 100%;
}
@media (max-width: 540px) {
  .teacher-list__item .txts {
    padding: 15px 20px;
  }
}
.teacher-list__item .txts .names {
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .teacher-list__item .txts .names {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 8px;
  }
}
.teacher-list__item .txts .name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4em;
}
@media (max-width: 540px) {
  .teacher-list__item .txts .name {
    font-size: 2rem;
  }
}
.teacher-list__item .txts .name--eng {
  color: var(--primary);
  font-size: 1.4rem;
  margin-left: 10px;
}
@media (max-width: 540px) {
  .teacher-list__item .txts .name--eng {
    font-size: 1.2rem;
  }
}
.teacher-list__item .txts .sentence {
  font-size: 1.4rem;
  line-height: 1.7em;
}
@media (max-width: 540px) {
  .teacher-list__item .txts .sentence {
    font-size: 1.6rem;
  }
}

.teacher-videoWrap {
  display: block;
  text-align: center;
  margin: 0 auto 80px;
}
.teacher-videoWrap img {
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}
.teacher-videoWrap img:hover {
  opacity: 0.7;
}
.teacher-videoWrap p {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 540px) {
  .teacher-videoWrap {
    margin: 0 auto calc(50px + 1em);
  }
}

/* =======================================================

セミナー一覧

======================================================= */
.academy-articles__ttls {
  padding-top: 70px;
}/*# sourceMappingURL=academy.css.map */