@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 1s !important;
}

.anim--delay {
  animation-delay: 0.6s !important;
}

.anim-hide {
  opacity: 0;
}

.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:placeholder-shown {
  color: #ccc;
}

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

a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

html {
  font-size: 16px;
}
@media all and (max-width: 768px) {
  html {
    font-size: 3.7208vw;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  color: #0A0A0A;
  overscroll-behavior: none;
}
@media all and (max-width: 768px) {
  body {
    font-size: 3.7208vw;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

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

.o_sp {
  display: none !important;
}

.o_tab {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 1024px) {
  .o_tab {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  html {
    font-size: 3.7208vw;
  }
  body {
    font-size: 3.7208vw;
  }
}
@media all and (max-width: 768px) {
  .o_sp2 {
    display: block !important;
  }
  .no_sp {
    display: none !important;
  }
}
.inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 768px) {
  .inner {
    padding: 0 4.651vw;
  }
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #0B005C;
  transition: all 0.3s ease 0s;
  padding: 20px 40px;
}
.mainHeader:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .mainHeader {
    padding: 2.3255vw 3.48825vw;
  }
}
.mainHeader__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.mainHeader__logo {
  position: relative;
  width: 240px;
  transition: all 0.3s ease 0s;
  filter: none;
}
.mainHeader__logo:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .mainHeader__logo {
    width: 34.8825vw;
  }
}
.mainHeader__logo img {
  height: auto;
  width: 100%;
}
.mainHeader.top {
  translate: 0 -150%;
}

.fv {
  min-height: 70vw;
  transition: opacity 0.5s ease 0.4s;
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .fv {
    min-height: 1px;
  }
}
@media all and (max-width: 768px) {
  .fv {
    flex-direction: column-reverse;
  }
}
.fv__main {
  background-color: #0B005C;
  display: flex;
  color: #fff;
  width: 430px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/fv_bg.webp), radial-gradient(#0e0076 0%, #0b005c 100%);
  padding: 4.375rem 1.25rem;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .fv__main {
    width: 70%;
    padding: 6.25rem 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .fv__main {
    width: 100%;
    padding: 4.375rem 1.25rem;
  }
}
.fv__main__lead {
  color: #0B005C;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0.3em;
  text-align: center;
  width: 100%;
}
.fv__main__lead strong {
  font-weight: bold;
  font-size: 1.2em;
}
.fv__main__copy {
  text-align: center;
  font-size: 0.9375rem;
  margin: 2.5em 0;
}
.fv__main__copy .strong1 {
  font-weight: bold;
  font-size: 1.2em;
}
.fv__main__copy .strong2 {
  font-weight: bold;
  font-size: 1.4em;
}
.fv__main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.625rem;
  padding: 1em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.75em;
}
.fv__main__title .ja {
  font-weight: bold;
  font-size: 1.307em;
}
.fv__main__title .en {
  font-family: "Jost", sans-serif;
}
.fv__main__label {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.fv__main__label span {
  background-color: #fff;
  color: #0B005C;
  font-size: 0.75rem;
  padding: 0 0.3em;
}
.fv__main__content {
  font-weight: bold;
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.075em;
  margin-bottom: 2em;
}
.fv__main__content strong {
  color: #f7e400;
  font-size: 1.95em;
}
.fv__main__btWrap {
  position: relative;
  width: 100%;
}
.fv__main__btLabel {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7e400;
  color: #0B005C;
  width: 6.375rem;
  height: 6.375rem;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  line-height: 1.2;
  font-size: 0.875rem;
  top: 0;
  right: 0;
  translate: 70% -70%;
}
.fv__main__btLabel strong {
  font-weight: bold;
  font-size: 1.125rem;
  translate: 10% 0;
}
.fv__main__btLabel strong strong {
  line-height: 0.75;
  font-size: 3.25em;
}
@media all and (max-width: 1024px) {
  .fv__main__btLabel {
    translate: 0% -70%;
  }
}
@media all and (max-width: 768px) {
  .fv__main__btLabel {
    translate: 30% -70%;
  }
}
.fv__main__bt {
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  gap: 0.75em;
  font-size: 1.375rem;
  position: relative;
  padding: 0.3em;
}
.fv__main__bt:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #BA0700;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
}
.fv__main__bt:before:hover {
  text-decoration: none;
}
.fv__main__bt:after {
  content: "";
  position: relative;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ic_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
}
.fv__main__bt .text {
  position: relative;
  z-index: 5;
}
.fv__main__bt strong {
  font-size: 1.175em;
}
.fv__main__bt:hover {
  text-decoration: none;
}
.fv__main__bt:hover:before {
  background-color: #9a0000;
  scale: 1.05;
}
.fv__images {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .fv__images {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .fv__images {
    flex-direction: row;
  }
}
.fv__images__img {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  top: 0;
  width: calc((100% - 430px) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.25rem 0.625rem;
}
@media all and (max-width: 1024px) {
  .fv__images__img {
    position: relative;
    width: 100%;
    height: 50%;
    flex: 1;
  }
}
@media all and (max-width: 768px) {
  .fv__images__img {
    width: 50%;
    height: 18.75rem;
    background-position: top 30% center;
  }
}
.fv__images .img1 {
  left: 0;
  background-image: url(../images/fv_person1.webp);
}
.fv__images .img2 {
  right: 0;
  background-image: url(../images/fv_person2.webp);
  justify-content: flex-end;
}
.fv__images .caption {
  background-color: rgba(11, 0, 92, 0.7);
  color: #fff;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 1em;
  padding: 0.5em;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .fv__images .caption {
    font-size: 0.625rem;
  }
}
.fv__images .caption .name {
  font-size: 1.3333em;
}
.fv.onAnim {
  opacity: 1;
}

.commonHeading {
  color: #0B005C;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  gap: 1rem;
  margin-bottom: 3.75rem;
}
@media all and (max-width: 768px) {
  .commonHeading {
    gap: 0.75rem;
  }
}
.commonHeading__main {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .commonHeading__main {
    font-size: 1.375rem;
  }
}
.commonHeading__main.white {
  color: #fff;
}
.commonHeading__main strong {
  font-size: 1.25em;
}
.commonHeading__main strong strong {
  font-size: 1.333em;
}
.commonHeading__sub {
  color: #9D99BE;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
@media all and (max-width: 768px) {
  .commonHeading__sub {
    font-size: 1.5rem;
  }
}
.commonHeading__sub:before {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: currentColor;
  translate: -140% -50%;
}
.commonHeading__sub:after {
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: currentColor;
  translate: 140% -50%;
}

.strong-text {
  font-weight: bold;
  color: #BA0700;
}

.cv {
  background-color: #0B005C;
  position: relative;
  padding: 5rem 0;
  color: #f4f4f7;
  overflow: hidden;
  text-align: center;
}
@media all and (max-width: 768px) {
  .cv {
    padding: 3.75rem 0;
  }
}
.cv:before, .cv:after {
  content: "";
  width: 38.4375rem;
  aspect-ratio: 1/1;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/fv_bg.webp);
  top: 0;
}
@media all and (max-width: 768px) {
  .cv:before, .cv:after {
    width: 25rem;
  }
}
.cv:before {
  left: 0;
  translate: -50% -50%;
}
.cv:after {
  right: 0;
  translate: 50% -50%;
}
.cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media all and (max-width: 768px) {
  .cv__inner {
    gap: 2.5rem;
  }
}
.cv__text {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .cv__text {
    line-height: 1.4;
  }
}
.cv__text .small {
  font-size: 0.8em;
}
.cv__text .str1 {
  font-size: 1.2em;
}
.cv__text .str2 {
  font-size: 1.333em;
}
.cv__link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: 1.375rem;
  position: relative;
  padding: 0.3em;
  width: 100%;
  max-width: 31.5rem;
}
.cv__link:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #BA0700;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
}
.cv__link:before:hover {
  text-decoration: none;
}
.cv__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  translate: 0 -50%;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ic_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.3s ease 0s;
}
.cv__link:after:hover {
  text-decoration: none;
}
.cv__link .text {
  position: relative;
  z-index: 5;
}
.cv__link strong {
  font-size: 1.175em;
}
.cv__link:hover {
  text-decoration: none;
}
.cv__link:hover:before {
  background-color: #9a0000;
  scale: 1.05;
}
.cv__link:hover:after {
  translate: 40% -50%;
}

.container {
  padding: 120px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .container {
    padding: 18.604vw 0;
  }
}

.bg-dot {
  background-image: url(../images/bg_dot.png);
  background-size: 7.5rem;
}

.lead {
  background-color: #f4f4f7;
  position: relative;
}
.lead:before, .lead:after {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/lead_bg.svg);
  position: absolute;
}
@media all and (max-width: 768px) {
  .lead:before, .lead:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.lead:before {
  top: 1.25rem;
  left: 1.25rem;
}
@media all and (max-width: 768px) {
  .lead:before {
    left: 0.625rem;
  }
}
.lead:after {
  bottom: 1.25rem;
  right: 1.25rem;
  rotate: 180deg;
}
@media all and (max-width: 768px) {
  .lead:after {
    right: 0.625rem;
  }
}
.lead__heading {
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  color: #0B005C;
  display: flex;
  justify-content: center;
  line-height: 1.65;
  margin-bottom: 1.5em;
}
@media all and (max-width: 768px) {
  .lead__heading {
    font-size: 1.375rem;
  }
}
.lead__heading > span {
  padding-bottom: 0.3em;
  position: relative;
}
.lead__heading > span:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0B005C;
}
@media all and (min-width: 769px) {
  .lead__text {
    font-size: 1.125rem;
  }
}

.suggest {
  position: relative;
}
.suggest:before {
  content: "";
  width: 6.25rem;
  aspect-ratio: 10/4;
  background-color: #f4f4f7;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -4%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.suggest__list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .suggest__list {
    flex-direction: column;
    gap: 3.125rem;
    align-items: center;
  }
}
.suggest__list li {
  width: 30%;
  max-width: 17.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.65;
}
@media all and (max-width: 768px) {
  .suggest__list li {
    width: 100%;
  }
}
.suggest__list .img {
  height: 12.5rem;
  width: 12.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.suggest__list .img img {
  height: 100%;
  width: auto;
}

.features__inner {
  max-width: 81.25rem;
}
.features__list {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media all and (max-width: 768px) {
  .features__list {
    gap: 4.375rem;
  }
}
.features__list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .features__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.features__list__item:nth-child(2n) .features__list__header {
  flex-direction: row-reverse;
}
.features__list__item:nth-child(2n) .features__list__num:after {
  right: auto;
  left: -1.25rem;
}
@media all and (max-width: 768px) {
  .features__list__item {
    flex-direction: column;
  }
}
.features__list__header {
  width: 48%;
  display: flex;
  justify-content: space-between;
  gap: 3.75rem;
}
@media all and (max-width: 1024px) {
  .features__list__header {
    gap: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .features__list__header {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.features__list__num {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color: #9d99be;
  position: relative;
  padding-top: 0.2em;
}
@media all and (max-width: 1024px) {
  .features__list__num {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .features__list__num {
    font-size: 2rem;
  }
}
.features__list__num:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background-color: #0B005C;
  right: -1.25rem;
  top: 0;
}
.features__list__content {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 15rem;
}
@media all and (max-width: 1024px) {
  .features__list__content {
    min-height: 1px;
  }
}
@media all and (max-width: 768px) {
  .features__list__content {
    width: 100%;
  }
}
.features__list__heading {
  font-weight: bold;
  color: #0B005C;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.625rem;
}
@media all and (max-width: 768px) {
  .features__list__heading {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 769px) {
  .features__list__text {
    font-size: 1.125rem;
  }
}

.lecturer {
  background-color: #f4f4f7;
  overflow: hidden;
}
.lecturer__section {
  margin-bottom: 7.5rem;
}
.lecturer__section:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .lecturer__section {
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 769px) {
  .lecturer__section:nth-child(2n+1) .lecturer__main {
    padding-left: 20.625rem;
    padding-right: 0;
  }
}
@media all and (min-width: 769px) {
  .lecturer__section:nth-child(2n+1) .lecturer__img {
    left: 0;
    right: auto;
  }
}
@media all and (max-width: 768px) {
  .lecturer__section:nth-child(2n+1) .lecturer__img {
    float: right;
    margin: 0 0 1.5625rem 1.5625rem;
  }
}
.lecturer__section:nth-child(2n+1) .lecturer__img.onAnim:before {
  translate: -1.25rem 1.25rem;
}
@media all and (max-width: 768px) {
  .lecturer__section:nth-child(2n+1) .lecturer__img.onAnim:before {
    translate: 0.625rem 0.625rem;
  }
}
.lecturer__main {
  position: relative;
}
@media all and (min-width: 769px) {
  .lecturer__main {
    padding-right: 20.625rem;
  }
}
.lecturer__img {
  position: relative;
}
@media all and (min-width: 769px) {
  .lecturer__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 18.75rem;
  }
}
@media all and (max-width: 768px) {
  .lecturer__img {
    width: 40%;
    float: left;
    margin: 0 1.5625rem 1.5625rem 0;
  }
}
.lecturer__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0B005C;
  border-radius: 0.25rem;
  translate: 0 0;
  transition: all 0.8s ease 0.6s;
  opacity: 0;
}
.lecturer__img.onAnim:before {
  opacity: 1;
  translate: 1.25rem 1.25rem;
}
@media all and (max-width: 768px) {
  .lecturer__img.onAnim:before {
    translate: -0.625rem 0.625rem;
  }
}
.lecturer__img img {
  position: relative;
  z-index: 5;
  border-radius: 0.25rem;
}
.lecturer__heading {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  color: #0B005C;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .lecturer__heading {
    display: flex;
    flex-direction: column;
  }
}
.lecturer__heading .role {
  font-weight: 400;
  display: block;
  color: #9d99be;
}
.lecturer__heading .name {
  font-size: 1.625rem;
}
.lecturer__explanation {
  font-size: 0.875rem;
  line-height: 2.4;
}
.lecturer__message {
  margin-top: 3.75rem;
  background-color: #fff;
  padding: 3.125rem 2.5rem 3.75rem;
  position: relative;
  border-radius: 0.625rem;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}
@media all and (max-width: 768px) {
  .lecturer__message {
    padding: 2.5rem 1.25rem;
    font-size: 0.875rem;
  }
}
.lecturer__message:before {
  content: "";
  width: 1.875rem;
  height: 1.375rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 3.625rem;
  translate: 0 -98%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.lecturer__message:after {
  content: "";
  width: 12.25rem;
  height: 7.0625rem;
  position: absolute;
  z-index: 5;
  top: -1.5625rem;
  right: -1.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/messege.webp);
}
@media all and (max-width: 768px) {
  .lecturer__message:after {
    scale: 0.8;
  }
}
.lecturer__message__heading {
  font-weight: bold;
  color: #0B005C;
  font-size: 1.25rem;
  margin-bottom: 0.75em;
}

.program__lead {
  margin-top: -2.5rem;
  margin-bottom: 3.75rem;
  text-align: center;
  font-weight: bold;
  color: #0B005C;
  font-size: 1.125rem;
  line-height: 1.5;
}
.program__lead strong {
  font-size: 1.55em;
  color: #ba0700;
}
.program__table {
  width: 100%;
  line-height: 1.75;
}
.program__table th,
.program__table td {
  border: 1px solid #9D99BE;
}
.program__table thead th {
  background-color: #0B005C;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.5em;
}
.program__table thead th:first-child {
  width: 37.5%;
}
@media all and (max-width: 768px) {
  .program__table thead {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .program__table tbody tr,
  .program__table tbody th,
  .program__table tbody td {
    width: 100%;
    display: block;
  }
  .program__table tbody td {
    margin-bottom: 2.5rem;
  }
  .program__table tbody tr:last-child td {
    margin-bottom: 0;
  }
}
.program__table tbody td {
  vertical-align: top;
  padding: 1.75em 1.25em;
  background-color: #fff;
}
.program__table tbody td .theme {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 0.75em;
}
.program__table tbody td dl dd {
  margin-bottom: 1em;
}
.program__table tbody td dl dd:last-child {
  margin-bottom: 0;
}
.program__table tbody th {
  vertical-align: top;
  text-align: left;
  background-color: #0B005C;
  color: #fff;
  padding: 1.25em;
}
.program__table tbody th .times {
  font-weight: bold;
  margin-right: 0.4em;
  font-size: 1.25rem;
}
.program__table tbody th .times strong {
  font-size: 1.3em;
}
.program__table tbody th .title {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}
.program__caption {
  border: 1px solid #9D99BE;
  background-color: #fff;
  padding: 1.875rem;
  color: #0b005c;
  margin-top: 3.75rem;
}
@media all and (max-width: 768px) {
  .program__caption {
    padding: 1.25rem;
  }
}
@media all and (min-width: 769px) {
  .program__caption {
    font-size: 1.125rem;
  }
}
.program__caption dl {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  line-height: 1.6;
}
.program__caption .row {
  display: flex;
}
@media all and (max-width: 768px) {
  .program__caption .row {
    flex-direction: column;
  }
}
.program__caption .row dt {
  width: 10em;
  position: relative;
}
@media all and (max-width: 768px) {
  .program__caption .row dt {
    margin-bottom: 0.3em;
  }
}
.program__caption .row dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (min-width: 769px) {
  .program__caption .row dd {
    padding-left: 1em;
  }
}

.qa {
  background-color: #F4F4F7;
}
.qa__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media all and (max-width: 768px) {
  .qa__list {
    margin-top: 13.953vw;
  }
}
.qa__list__item {
  overflow: hidden;
  border-radius: 0.65rem;
  background-color: #fff;
}
.qa__list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.25rem;
  gap: 1.25rem;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .qa__list dt {
    padding: 1rem;
  }
}
.qa__list dt .q {
  width: 1.125rem;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/q.svg);
  overflow: hidden;
  text-indent: -99em;
}
.qa__list dt .text {
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .qa__list dt .text {
    font-size: 1rem;
  }
}
.qa__list dt .icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background-color: #22186A;
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  .qa__list dt .icon {
    width: 2em;
  }
}
.qa__list dt .icon:before, .qa__list dt .icon:after {
  content: "";
  width: 35%;
  height: 0.15rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease 0s;
}
.qa__list dt .icon:before:hover, .qa__list dt .icon:after:hover {
  text-decoration: none;
}
.qa__list dt .icon:after {
  rotate: 90deg;
}
.qa__list dt.active .icon:after {
  rotate: 0deg;
}
.qa__list dd {
  border-radius: 0 0 0.65rem 0.65rem;
  border: 1px solid #EDEDED;
  padding: 1.75rem 2.25rem;
  display: none;
}
@media all and (max-width: 768px) {
  .qa__list dd {
    padding: 1.75rem;
    font-size: 0.875rem;
  }
}
.qa__list dd ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.fixedContact {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 15;
  translate: 110% -50%;
  transition: translate 0.6s 1.5s ease;
}
.fixedContact.active {
  translate: 0% -50%;
}
@media all and (max-width: 768px) {
  .fixedContact {
    translate: 0% 110%;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .fixedContact.active {
    translate: 0% 0%;
  }
}
.fixedContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  padding: 1.75em 1em;
  gap: 1em;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-weight: bold;
}
.fixedContact a:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #BA0700;
  position: absolute;
  border-radius: 0.25rem 0 0 0.25rem;
  transition: all 0.3s ease 0s;
  transform-origin: right center;
}
.fixedContact a:before:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .fixedContact a:before {
    border-radius: 0;
    transform-origin: bottom center;
    padding: 0.25em 1em;
  }
}
.fixedContact a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .fixedContact a {
    width: 100%;
    flex-direction: row;
    height: 3.125rem;
  }
}
.fixedContact a:after {
  content: "";
  position: relative;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ic_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
}
.fixedContact a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  line-height: 1.15;
  position: relative;
  z-index: 5;
  font-size: 1.275em;
}
@media all and (max-width: 768px) {
  .fixedContact a .text {
    flex-direction: row;
  }
}
.fixedContact a .text .small {
  font-size: 1rem;
}
.fixedContact a:hover {
  text-decoration: none;
}
.fixedContact a:hover:before {
  background-color: #9a0000;
  scale: 1.02;
}

.footCaption {
  background-color: #222;
  color: #fff;
  padding: 5rem 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .footCaption {
    padding: 3.75rem 0;
  }
}
.footCaption__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
.footCaption__logo {
  max-width: 15rem;
}
.footCaption__text {
  line-height: 1.75;
}
.footCaption__text strong {
  font-weight: bold;
  font-size: 1.25em;
}
@media all and (max-width: 768px) {
  .footCaption__text {
    text-align: left;
    font-size: 0.875rem;
  }
}

.footer {
  background-color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.75em 0 1.2em;
}
@media all and (max-width: 768px) {
  .footer {
    margin-bottom: 3.125rem;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=common.css.map */
