@charset "UTF-8";



html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}





body {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  font-size: 16px;
  width: 100%;
}

main {
  /*margin-top:-27px;*/
}

ul {
  padding: 0;
}

li {
  list-style: none;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  opacity: 0.6;
}

p {
  line-height: 165%;
  margin: 0;
  font-size: 18px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.content {
  margin: 0 auto;
  position: relative;
}

.main-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.main-column {
  flex: 1;
  max-width: 800px;
}

.side-column {
  width: 380px;
  position: relative;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  font-weight: 700;
}


.small-font {
  font-size: 80%;
}

.br-wrap {
  display: inline-block;
}



.marker {
  background: linear-gradient(transparent 60%, #ffff66a3 60%);
  /*background:linear-gradient(transparent 60%, #ff6 60%);*/
}

.wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 111px 15px;
}

.wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 15px;
}





/*PC
@media screen and (min-width: 1280px){*/

.sec-title {
  text-align: center;
}

.sub-en {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 7px;
}

.sec-title {
  background: #162e56;
  padding: 20px 15px 17px;
}

.sec-title h2 {
  color: #fff;
  margin: 0;
  font-size: 31px;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 0;
}



.header {
  width: 98%;
  background: #1E1E1E;
  padding: 1%;
  text-align: center;
}

.header-in {
  text-align: center;
  width: fit-content;
  display: inline-block;
}

.header .logo {
  max-width: 240px;
}










.mv-area {
  background: url(images/mv-back.webp) no-repeat;
  background-size: cover;
  background-position: right;
}

.mv-area-in {
  position: relative;
  padding: 80px 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.mv-left {
  width: 70%;
}

.mv-text1 {
  font-size: 50px;
  display: block;
  width: fit-content;
  color: #fff;
  margin-top: 0;
}


.mv-text1 span {
  background: #fff;
  padding: 3px 8px 9px;
  color: #162e56;
  display: inline-block;
  margin-right: 8px;
  line-height: 100%;
}

.mv-text3 {
  font-size: 19px;
  margin-top: 28px;
  color: #fff;
}


.mv-text-bottom {
  width: fit-content;
  background: url(images/mv-bottom-back.webp);
  background-size: 100% 100%;
  padding: 30px 50px;
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}

.mv-text-bottom-text {
  text-align: left;
  margin-top: 10px;
}

.mv-text-bottom-title {
  color: #fff;
  background: #4e6cd0;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
}



.mv-right {
  width: 25%;
  margin: 0 2.5%;
}


.sec-title p {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
}


.sec1-in {
  display: flex;
  align-items: center;
}

.sec1-left {
  width: 64%;
  margin-right: 9%;
}

.sec1-left .sec-title {
  background: none;
  padding: 0;
  margin-bottom: 0;

}

.sec1-left .sec-title h2 {
  margin-bottom: 30px;
  color: #162e56;
  text-align: left;
}


.sec1-right {
  width: 27%;
}



.sec2 {
  background: url(images/sec2-back.webp)no-repeat;
  background-size: cover;
  background-position: top right;
}

.sec2-in {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.sec2-left {
  width: 25%;
}

.sec2-right {
  width: 70%;
  margin-left: 5%;
}

.sec2 ul {}

.sec2 ul li {
  width: 100%;
  position: relative;
  font-weight: bold;
  font-size: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 50px;
}

.sec2 ul li:before {
  content: "";
  display: block;
  height: 30.7px;
  width: 34.9px;
  background: url(images/check.webp) no-repeat;
  background-size: cover;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}




.sec3 {
  background: #92c6e24d;
}

.sec3-sub {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.sec3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}


.sec3 ul li {
  width: 42.5%;
  ;
  margin-bottom: 3%;
  position: relative;
  background: #f5f5f5;
  padding: 3.2% 2.5%;
  border: 1px solid #aaa;
}

.sec3 ul li:nth-child(even) {
  margin-left: 3%;
}


.sec3 ul li h3 {
  margin: 0 0 18px;
  font-size: 22px;
  text-align: center;
  color: #1b1464;
}



/*共通コンテンツエリア*/

.sec4 {
  background: url(images/sec4-back.webp)no-repeat;
  background-size: cover;
  color: #fff;
}

.sec4 .sec-title h2:after {
  background: #fff;
}


.sec4-box {
  background: #fff;
  border-radius: 15px;
  color: #000;
  padding: 40px 50px;
}

.sec4-sub {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background: #0064b4;
  padding: 5px 20px 4px;
  border-radius: 100px;
}

.sec4 h3 {
  text-align: center;
}


.sec4 table {
  width: 100%;
}


.sec4 table th {
  text-align: left;
  color: #0064b4;
  vertical-align: top;
  width: 13%;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.sec4 table td {
  vertical-align: top;
  padding-left: 4%;

  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}



.lecturer {
  background: url(common-images/lecturer-back.webp) no-repeat;
  background-size: cover;
  position: relative;
  ;
}


.lecturer .sec-title {
  margin-bottom: 0;
  background: none;
  padding: 0;
}

.lecturer .sec-title h2 {
  margin-bottom: 0;
  padding-bottom: 18px;
  color: #000;
}

.lecturer .sec-title h2:after {
  display: none;
}

.lecturer-box {
  display: flex;
  align-items: center;
}

.lecturer-left {
  width: 30%;
}

.lecturer-sub {
  font-weight: bold;
}

.lecturer-right {
  margin-left: 5%;
  width: 65%;
}

.lecturer-right h3 {
  margin: 0 0 25px;
  font-size: 27px;
}

.contact-area {
  background: #dcdcdc;
  text-align: center;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
}


.contact-area h2 {
  margin-bottom: 10px;
}

.contact-sub {
  display: block;
  margin-bottom: 40px;
}


.sec-banner {
  background: url(common-images/sec-banner-back.webp);
  background-position: center;
  background-size: cover;
  text-align: center;
}

.sec-banner a {
  padding: 123px 15px;
  display: block;
}

.footer-contact {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #B3B3B4;
}

.footer-contact-in {
  padding: 0;
}

.footer-contact a {
  max-width: 315px;
  display: block;
  margin: 0 auto;
}

.footer-contact-bottom {
  background: #EDEDED;
  font-size: 14.5px;
  padding: 7px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 0 0;
}


.footer {
  background: #1E1E1E;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 20px;
}


.footer a {
  color: #fff;
}

.footer .address {
  font-size: 10px;
  font-style: normal;
  color: #ffffff;
  margin-top: 20px;
}





/*****　サンクスページ　*******/


.thanks-area {
  padding: 80px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.thanks-area h2 {
  text-align: center;
}

.thanks-area p {
  margin-bottom: 15px;
}

.thanks-m {
  margin: 40px 0;
}

.thanks-about {
  padding: 20px;
  margin-top: 30px;
  border: 1px dotted #333333;
  text-align: left;
}

.thanks-button {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #ce6e2e;
  /* 背景色 */
  box-shadow: 0 5px 0 #9b5114;
  /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  /* 文字の下線を消す */
  margin: 25px 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.thanks-button br {
  display: none;
}


/*モーダル*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.js-modal-open {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}



a.js-modal-close {
  background: url(common-images/modal-close.webp);
  background-size: cover;
  position: absolute;
  top: -12px;
  right: -15px;
  width: 30px;
  height: 30px;
}

a.js-modal-close:hover {
  opacity: 1;
}

/**再生ボタン*/

.js-modal-open:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background: url(common-images/play.webp);
  background-size: 100% 100%;
}

/*****　サンクスページ　ここまで　*******/





.pc-dis {
  display: block;
}

.sp-dis {
  display: none !important;
}

.hamburger,
.globalMenuSp {
  display: none;
}

.spbr {
  display: none;
}

/*スマートフォン*/
@media screen and (max-width: 900px) {

  br {
    display: none;
  }

  br.spbr {
    display: unset;
  }

  /*モーダル*/
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .thanks-button br {
    display: block;
  }






  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 13px;
    top: 11px;
    width: 42px;
    height: 32px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 105;
    top: 0;
    left: 0;
    color: #000;
    background: none;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    margin-top: 0;
    background: url(/wp-content/uploads/2024/08/hamburger-back.webp);
    background-size: cover;
  }

  nav.globalMenuSp ul {
    background: #c7b299e8;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    padding-top: 44px;
    display: block;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;

  }


  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    transition: 0.5s;
    font-size: 18px;
    font-weight: normal;
  }

  nav.globalMenuSp ul li a:hover {
    background: #ddd;
    color: #000;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }






  p {
    line-height: 170%;
    font-size: 16px;
  }

  .wrap1200,
  .wrap1000 {
    width: 96%;
    padding: 50px 2%;
  }

  .sec-title h2 {
    font-size: 6.3vw;
  }

  h2 {
    font-size: 6.3vw;
  }

  h3 {
    font-size: 20px;
  }

  .main-content {
    flex-direction: column;
  }

  .main-column,
  .side-column {
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
  }

  .contact-area {
    position: static;
    height: auto;
  }


  .mv-area {
    background: url(images/mv-back.webp) no-repeat;
    background-size: cover;
    background-position: right;
  }


  .mv-area-in {
    display: block;
  }

  .mv-area-in {
    padding: 0;
  }


  .mv-left {
    width: 96%;
    padding: 50px 2%;
  }

  .mv-left img {
    max-width: 45%;
  }

  .mv-text1 {
    width: 100%;
    font-size: 8.7vw;
    text-align: center;
    margin-bottom: 0;
  }

  .mv-text1 span {
    margin: 0;
    padding: 3px 8px 6px;
  }


  .mv-text2 span {
    display: block;
    width: fit-content;
    font-size: 100%;
    margin: 0 auto;
  }

  .mv-text2 br {
    display: none;
  }


  .mv-text3 {
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
  }




  .mv-right {
    width: 95%;
    margin: 0 2.5%;
    padding-bottom: 44px;
  }

  .mv-right-in {
    display: flex;
  }


  .mv-text-bottom {
    width: 96%;
    margin-top: 25px;
    width: fit-content;
    background: #fff;
    padding: 24px 2%;
  }

  .mv-text-bottom img {
    width: 100%;
    max-width: 180px;
  }

  .mv-text-bottom-text {
    display: block;
    padding: 0 15px 2px;
    font-size: 15px;
    text-align: left;
    margin-top: 0;
  }



  .sec1-in {
    display: block;
  }

  .sec1-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .sec1-left .sec-title h2 {
    text-align: center;
  }

  .sec1-right {
    width: 70%;
    margin: 0 15%;
  }

  .sec2-in {
    display: block;
  }

  .sec2-right {
    width: 100%;
    margin-left: 0;
  }

  .sec2 ul {
    display: block;
    margin: 0 0 35px;
  }

  .sec2 ul li {
    width: 87%;
    margin: 0 0 5%;
    padding-left: 45px;
    font-size: 15px;
    border-bottom: 1px solid #999;
    position: relative;
    padding-bottom: 5%;
  }

  .sec2 ul li:before {
    content: "";
    display: block;
    position: absolute;
    height: 25.7px;
    width: 29.9px;
    left: 0;
    top: 0;
  }


  .sec2-left {
    width: 70%;
    margin: 15%;
  }


  .sec3-sub {
    text-align: center;
    display: block;
    font-size: 5vw;
  }



  .sec3 ul {
    display: block;
  }

  .sec3 ul li {
    width: 92%;
    margin: 0 1px 0 0;
    padding: 7% 4%;
    display: block;
    margin-bottom: 14px;
  }

  .sec3 ul li:nth-child(even) {
    margin-left: 0;
  }


  .sec3 ul li h3 {
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
  }

  .sec3 ul li p {
    font-size: 16px;
  }

  .sec3 ul li img {
    max-width: 20px;
    display: block;
    margin: 10px auto 13px;
  }

  .sec4 h3 {
    text-align: center;
    font-size: 4.6vw;
  }

  .sec4-box {
    padding: 30px 15px;
  }

  .sec4 table {
    width: 100%;
    font-size: 15px;
  }

  .sec4 table th {
    width: 23%;
  }



  .lecturer-box {
    display: block;
  }

  .lecturer-left {
    width: 56%;
    display: block;
    margin: 0 auto 20px;
  }

  .lecturer-left {
    width: 56%;
    display: block;
    margin: 0 auto 20px;
  }

  .lecturer-right {
    margin-left: 0;
    width: 100%;
  }

  .lecturer-sub {
    text-align: center;
  }

  .lecturer-right h3 {
    text-align: center;
    margin-bottom: 13px;
  }

  .sec6 {
    background: url(images/sec6-back.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }


  .footer-contact {
    padding: 20px 15px;
  }

  .footer-contact-in.wrap1000 {
    padding: 0;
  }


  /*サンクスページ*/

  .thanks-area {
    text-align: left;
  }

  .thanks-area h2 {
    font-size: 6vw;
  }

  .thanks-button {
    display: block;
  }

  .thanks-about {
    padding: 0;
    margin-top: 30px;
    border: none;
    font-size: 14px;
  }

  .js-modal-open:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(common-images/play.webp);
    background-size: 100% 100%;
  }


  .pc-dis {
    display: none !important;
  }

  .sp-dis {
    display: block !important;
  }

}








/*アニメーション*/

/*スライドアニメーション*/

.slideUp {
  animation-name: slideUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  bottom: -6.5vw;
}

@keyframes slideUpAnime {
  from {
    bottom: -6.0vw;
  }

  to {
    bottom: 0;
  }
}


/*フェードインアニメーション*/
.fade-box {
  opacity: 0;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */



.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}