@charset "UTF-8";




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

  共通

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


a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px;
  color: #222;
  letter-spacing: 0.095em;
  line-height: 1.75;
  background-image: url(../img/seminar_bg24.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif, 'Zen Old Mincho';
}

.sp_on {
  display: none;
}

.contents {
  max-width: 980px;
  width: 88%;
  margin: 0 auto;
}

.contents-2 {
  width: 100%;
  margin: 0 auto;
}

.sp-br {
  display: none;
}

@media (max-width: 768px) {
  body {
    letter-spacing: 0.07em;
  }

  .sp-br {
    display: block;
  }
}


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

  トップ

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




.mv {
  padding-top: 30px;
  padding-bottom: 80px;
}

.mv h1 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 28px;
}

.mv .mv_longtxt {
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.pc_header {
  position: fixed;
  top: 30px;
  left: 30px;
}

.pc_header ul {
  display: flex;
  gap: 40px;
  display: none;
}




.pc_header ul li a {
  color: #fff;
  font-weight: 500;
}


.pc_header ul li a:hover {
  opacity: 0.8;
}


.mv_date {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}


.mv_date_ttl {
  color: #3C4383;
  background-color: #fff;
  border-radius: 50%;
  font-weight: 700;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #3C4383;
}

.mv_date_right {
  color: #3C4383;
  font-weight: 700;

}

.mv_date_right1 {
  display: flex;
  align-items: baseline;
  margin-bottom: -16px;
}

.mv_date_txt {
  display: flex;
  align-items: baseline
}

.mv_date_txt1 {
  font-size: 18px;
}

.mv_date_txt2 {
  color: #FF6791;
  font-size: 28px;
  margin: 0 4px;
}

.mv_date_time {
  font-size: 28px;
}


.mv_date_txt2 span {
  font-size: 58px;
  font-family: 'Zen Old Mincho';
  font-weight: bold;
}

.mv_online {
  display: inline-flex;
  border: 3px solid #FF6791;
  border-radius: 25px 4px;
  margin: 20px auto 0 auto;
  font-weight: 500;
  background-color: #fff;
}

.mv_attention_txt {
  font-weight: 500;
}

.mv_attention_txt br {
  display: none;
}

.mv_online_ttl {
  border-radius: 20px 0 0 0;
  color: #fff;
  font-size: 18px;
  background-color: #FF6791;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 700;

}

.mv_online_right {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 14px 20px;
}


.mv_online_right p:first-child {
  color: #3C4383;
  font-size: 32px;
  line-height: 1;
}

.mv_online_right p:nth-child(2) {
  color: #3C4383;
  font-size: 18px;
}

.mv_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv-back {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 0 50px;
}

.formlink {
  background: linear-gradient(90deg, #ff6791, #f08300);
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 94px;
  border-radius: 100px;
  font-size: 22px;
  margin: 30px auto 0;
  position:relative;
  padding: .9em 2em;
  z-index: 999;
}

.formlink::after {
  content: "";
  position: absolute;
  max-width: 433px;
  width: 100%;
  height: 80px;
  border-radius: 100px;
  border: 1.5px solid #fff;
}


.formlink::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 31px;
  left: 82%;
  width: 30px;
  height: 30px;
  background-image: url("../img/yubi-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}

.formlink:hover {
  opacity: 0.6;
}

.mail-btn{
  position: relative;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mail-btn.hide {
  opacity: 0;
  visibility: hidden;
}

/* ===== 右上固定ボタン ===== */
.formlink--top {
  position: fixed;
  top: 18px;
  right: 20px;
  left: auto;
  transform: none;
  max-width: 175px;
  height:59px;
  margin-top: 0;
  font-size: 16px;
  padding-left: 10px;
  z-index: 1000;
}
.formlink--top::after {
  max-width: 165px;
  left: 4.8px;
  height: 50px;
  border: 1px solid #fff;
}
/* 指のアイコン位置調整 */
.formlink--top::before {
  top: 21px;
  left: auto;
  right: 28px;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .formlink--top{
    display: none;
  }
  .formlink {
    position: fixed;
    bottom: 20px;
    height: 70px;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, 0);
    z-index: 900;
    max-width: 400px;
    background: linear-gradient(
      45deg,
      rgba(255, 103, 145, 0.8) 0%,
      rgba(240, 131, 0, 0.8) 100%
    );
  }
  .formlink::after {
    height: 60px;
    max-width: 389px;
    border: 1px solid #fff;
}
  .formlink::before {
    width: 20px;
    height: 20px;
    top: 25px;
    left: 78%;
}
  .formlink:hover {
    opacity: 1;
  }
}

@media (max-width: 430px) {
  .formlink {
    max-width: 300px;
    padding-right: 66px;
  }
  .formlink::after {
    max-width: 290px;
    left: 5px;
}
}

.seminar {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 80px 0;
}

.seminar .contents {
  position: relative;
}

.seminar_list li {
  border-bottom: dotted 2px #222;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.seminar_list li:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.seminar_list h3 {
  text-align: left;
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 500;
  margin-top: -10px;
}

.seminar_list_bottom {
  display: flex;
  gap: 40px;
}

.speaker {
  flex-shrink: 0;
}

.speaker img {
  width: 264px;
  border-radius: 4px;
}

.speaker p:first-of-type {
  font-size: 14px;
  font-weight: 500;
}

.speaker p:last-of-type {
  font-size: 28px;
  font-weight: 500;
  margin-top: 4px;
}


.speaker p:last-of-type span {
  font-size: 16px;
  margin-left: 6px;
}

.speaker .hurigana {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: -5px;
  margin-left: -10px;
}

.seminar h2 {
  background-color: #FF6791;
  color: #fff;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 4px;
  padding: 0 20px;
  height: 62px;
  position: absolute;
  top: -110px;
  left: 0;
}


#panel {
  padding: 80px 0;
}



.panel_ttl {
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}


.panel_ttl h2 {
  background-color: #FF6791;
  border-radius: 25px 4px;
  height: 62px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.dotted {
  content: "";
  border-bottom: 2px dotted #fff;
  border-top: 2px dotted #fff;
  height: 10px;
  width: 100%;
}

#panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  margin-bottom: 50px;
}


#panel ul li {
  width: 46%;
  color: #fff;
}


#panel ul li h3 {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#panel ul li p {
  font-size: 28px;
}

#panel ul li p span.shi {
  font-size: 16px;
  margin-left: 4px;
}

#panel ul li p.katagaki {
  font-size: 14px;
}

.panel_ttl_small {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.panel_comment {
  display: flex;
  color: #fff;
  gap: 40px;
  margin-bottom: 50px;
}

.panel_comment_right p:first-of-type {
  font-size: 14px;
  font-weight: 500;
}

.panel_comment_right p:last-of-type {
  font-size: 28px;
}

.panel_comment_right p:last-of-type span {
  font-size: 16px;
  margin-left: 6px;
}






.coordinator_img {
  max-width: 264px;
}

.coordinator_img:nth-of-type(2) {
  margin-top: 30px;
}

.panel_mc {
  color: #fff;
}


.panel_mc p:first-of-type {
  font-size: 14px;
  font-weight: 500;
}

.panel_mc p:last-of-type {
  font-size: 28px;
}

.panel_mc p:last-of-type span {
  font-size: 16px;
  margin-left: 6px;
}



#online {
  border: 3px solid #FF6791;
  border-radius: 36px 4px 36px 4px;
  padding: 10px;
  background-color: #fff;
}

#online h2 {
  color: #fff;
  font-size: 32px;
  background-color: #FF6791;
  text-align: center;
  padding: 10px;
  border-radius: 25px 4px;
}


#online h2 span {
  font-size: 18px;
}


.online_formlink {
  background: linear-gradient(45deg, #FF6791 0.000%, #F08300 100.000%);
  max-width: 450px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 94px;
  border-radius: 100px;
  font-size: 22px;
  margin: 30px auto;
  position: relative;
}
.online_formlink::after {
  content: "";
  position: absolute;
  max-width: 433px;
  width: 100%;
  height: 79px;
  border-radius: 100px;
  border: 1.5px solid #fff;
}

.online_formlink::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 31px;
  left: 82%;
  width: 30px;
  height: 30px;
  background-image: url("../img/yubi-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  .online_formlink {
    max-width: 300px;
    height: 70px;
    font-size: 16px;
  }
  .online_formlink::after {
    max-width: 288px;
    height: 59px;
    border: 1px solid #fff;
}
  .online_formlink::before {
    top: 26px;
    width: 20px;
    height: 20px;
}
}
@media (max-width: 420px) {
  .online_formlink {
    max-width: 260px;
    padding-right: 41px;
  }
  .online_formlink::after {
    max-width: 247px;
    height: 57px;
    left: 6px;
}
.online_formlink::before {
  top: 24px;
  left: 79%;
}
}
.online_txt {
  width: 90%;
  margin: 0 auto;
}

.online_txt_bottom {
  border-top: 2px dotted #000;
  margin: 30px 0;
  padding-top: 30px;
  font-weight: 700;
}

.panel_comment_txt {
  margin-top: -7px;
}

@media (max-width: 950px) {
  .mv h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}


@media (max-width: 896px) {
  .mv_date_time {
    font-size: 18px;
  }
  .panel_comment_txt {
    margin-top: 0;
  }

}



@media (max-width: 768px) {

  .mv .mv_longtxt {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }

  .pc_header {
    display: none;
  }

  .seminar_list_bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .mv-back {
    padding: 30px 0;
  }


  #online h2 span {
    display: block;
  }

  .sp_on {
    display: block;
  }

  .sp_off {
    display: none;
  }

  .mv h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .mv_date {
    flex-direction: column;
    gap: 0;
    width: 100%;
    align-items: center;
  }

  .mv_date_ttl {
    width: 60px;
    height: 60px;
  }

  .mv_online {
    flex-direction: column;
    width: 88%;
  }

  .mv_online_right {
    flex-direction: column;
    align-items: center;


  }

  .mv_online_ttl {
    padding: 8px 20px;
  }


  .mv_bottom {
    gap: 20px;
  }

  .mv_date_right1 {
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }


  .mv_date_txt {
    line-height: 1.25;
  }

  .mv_attention_txt {
    text-align: center;
  }

  .mv_attention_txt br {
    display: block;
  }

  #panel ul li {
    width: 100%;
  }

  .seminar h2 {
    font-size: 22px;
  }

  .panel_ttl h2 {
    font-size: 22px;
  }

  #panel {
    padding-top: 20px;
  }

  #online h2 {
    font-size: 24px;
    padding: 20px;
    line-height: 1.5;
  }

  #panel ul {
    gap: 30px 0;
  }

  #panel ul li p {
    font-size: 22px;
  }

  #panel ul li h3 {
    font-size: 16px;
  }

  #panel ul li p span.shi {
    font-size: 14px;
  }

  .online_txt {
    font-size: 14px;
  }



  .panel_comment {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .online_formlink {
    font-size: 16px;
  }
  .online_formlink:hover{
    opacity: 1 !important;
  }
  .dotted {
    display: none;
  }

  .panel_ttl h2 {
    width: 100%;
    font-size: 20px;
  }

  .seminar h2 {
    font-size: 20px;
  }

  .seminar_longtxt {
    font-size: 14px;
  }

  .seminar_list h3 {
    font-size: 23px;
    margin: 10px 0;
    text-align: center;
  }

  .seminar_list h3 span {
    font-size: 19px;
  }

  .speaker p:last-of-type {
    font-size: 22px;
  }

  .panel_comment_txt {
    font-size: 14px;
  }

  .panel_comment_right p:last-of-type {
    font-size: 22px;
  }

  .panel_mc p:last-of-type {
    font-size: 22px;
  }


}




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

フッター

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

.footer_top {
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  margin-top: 50px;
  flex-wrap: wrap;
}

#movie_test .footer_top {
  color: #000;
  padding-top: 30px;
  margin-top: 0;
}

.footer_top p:first-child {
  font-size: 18px;
  font-weight: 700;
}

.footer_middle {
  color: #fff;
  margin-bottom: 66px;
}

#movie_test .footer_middle {
  color: #000;
}

#movie_test .footer_middle {
  margin-bottom: 30px;
}

.footer_middle p a {
  color: #fff;
  text-decoration: underline;
}

#movie_test .footer_middle p a {
  color: #000;
}




.footer_bottom {
  background-color: #fff;
  padding: 30px 0;
}


.footer_bottom ul {
  display: flex;
  justify-content: space-between;
}

.footer_top_address br {
  display: none;
}

.program_flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.program_flex a {
  background-color: #FFDE29;
  color: #000;
  border-radius: 60px;
  padding: 4px 30px;
  font-size: 14px;
}

.movie_question {
  margin: 20px 0 60px;
  text-align: center;
}

.movie_question p {
  color: #222;
  margin-bottom: 30px;
  font-weight: bold;
}

.movie_question a {
  position: relative;
  background: linear-gradient(45deg, #FF6791 0.000%, #F08300 100.000%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px 30px;
  border-radius: 60px;
  font-weight: bold;
  width: 88%;
  max-width: 400px;
  margin: 0 auto;
}

.movie_question a::after {
  content: "";
  position: absolute;
  max-width: 388px;
  width: 100%;
  height: 58px;
  border-radius: 100px;
  border: 1px solid #fff;
}

.movie_question a::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 21px;
  left: 80%;
  width: 27px;
  height: 27px;
  background-image: url(../img/anketo_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .movie_question a::after {
    height: 54px;
  }
  .movie_question a::before {
    top: 21px;
    width: 22px;
    height: 22px;
  }
  
}

@media (max-width: 470px) {
  .movie_question a {
    max-width: 300px;
    padding-right: 70px;
  }
  .movie_question a::after {
    max-width: 288px;
    left: 2%;
  }
  .movie_question a::before {
    top: 21px;
    left: 76%;
  }

}


@media (max-width: 960px) {
  .footer_bottom ul {
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  .program_flex a {
    font-size: 11px;
    padding: 2px 16px;
  }

  .footer_top_address br {
    display: block;
  }

  .footer_top_address {
    font-size: 14px;
  }

  .footer_middle {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .footer_top {
    margin-top: 30px;
  }




  .footer_top p:first-child {
    font-size: 16px;
  }



}







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

スマホメニュー

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

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  right: -30%;
  width: 100%;
  max-width: 330px;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(255, 255, 255, 0.9);
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  max-width: 330px;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
}

#g-nav.panelactive ul {
  display: inline-block;
  width: 80%;
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  padding: 16px 0 16px 30px;
  font-weight: 500;
  border-bottom: 2px dotted #000;
  position: relative;
}

#g-nav li::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 28px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 800;
}

#g-nav li a:first-child {
  color: #000;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
}

#g-nav li a:nth-child(2),
#g-nav li a:nth-child(3) {
  font-size: 16px;
  display: block;
  color: #000;
}



.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 27px;
}

.openbtn1:hover {
  cursor: pointer;
}


/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}

.openbtn1 span:nth-of-type(1) {
  top: 0;
}

.openbtn1 span:nth-of-type(2) {
  top: 13px;
}

.openbtn1 span:nth-of-type(3) {
  bottom: 0;
}

.openbtn1.active span:nth-of-type(1) {
  top: 6px;
  right: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
  background-color: #000 !important;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  bottom: 6px;
  right: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
  background-color: #000 !important;
}

@media (max-width: 480px) {
  .openbtn1 {
    top: 20px;
    right: 20px;
  }
}





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

下層

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

.page_ttl {
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}

.page_ttl h1 {
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.page_ttl h1 br {
  display: none;
}

.page_ttl img {
  width: 500px;
  margin-bottom: -10px;
  margin-top: -5px;
}

.page_ttl_txt {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  padding: 5px 0 10px;
  margin: 10px auto 0;
  color: #FF6791;
  border-radius: 20px 2px 20px 2px;
  align-items: end;
  width: 480px;
  text-align: center;

}

.page_ttl_txt span {
  font-size: 20px;
  margin: 0 4px;
}

#sgh_form {
  background-color: #F4F4F4;
  padding: 60px 0;
}




.question {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.question_txt {
  text-align: center;
  font-size: 28px;
}



.questionlink {
  background: linear-gradient(40deg, #44C7CC, #70BCEB, #2F53A3, #AD6AB2);
  max-width: 450px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 94px;
  border: 3px solid #fff;
  border-radius: 100px;
  font-size: 22px;
  margin: 0 auto 0;
  position: relative;
}


.questionlink::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 36px;
  left: 85%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}



.youtube_wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.movie {
  padding-bottom: 80px;
}

#movie_test .movie {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}

.movie_link {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.movie_link a {
  background: linear-gradient(40deg, #44C7CC, #70BCEB, #2F53A3, #AD6AB2);
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  position: relative;
}

.movie_link a::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 22px;
  left: 85%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.movie_txt {
  text-align: center;
  color: #fff;
  margin: 30px 0 30px;
}

.movie_txt br:first-of-type {
  display: none;
}

.live_231226_img {
  border: 2px solid #fff;
}

.programlink {
  background: linear-gradient(40deg, #44C7CC, #70BCEB, #2F53A3, #AD6AB2);
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 94px;
  border: 3px solid #fff;
  border-radius: 100px;
  font-size: 22px;
  margin: 30px auto 0;
  position: relative;
}


.programlink::before {
  position: absolute;
  z-index: 100;
  content: "";
  top: 36px;
  left: 85%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}


#thanks {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 80px 0;
}


.thanks_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.thanks_txt-2{
  width: 600px;
  margin: 60px auto 0;
}
.thanks_txt-2 .mail-link{
color: #000 !important;
}

.thanks-office_contact{
  margin-bottom: 50px;
}

.thanks_white {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 4px;
  margin-top: 30px;
}

.thanks_white p {
  text-indent: -1em;
  padding-left: 1em;
}

#movie_test .question_txt {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}

#movie_test .question {
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}


#movie_test .questionlink {
  font-size: 16px;
  height: 64px;
  background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgb(255, 84, 45));
}


#movie_test .questionlink::before {
  top: 22px;
}

#movie_test footer {
  background-color: #fff;
}

#movie_test .footer_bottom {
  padding: 30px 0 165px;
}

.office_contact {
  color: #fff;
  padding: 50px 0 0;
  font-weight: 500;
}

#movie_test .office_contact {
  color: #000;
  padding: 50px 0 0;
  font-weight: 500;
  background-color: #fff;
}

.kome {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}

.tel_number {
  font-size: 24px;
}

/* .f_programlnk {
  color: #000;
  padding-left: 26px;
  background-image: url(../img/program_arrow.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  margin-top: 24px;
  display: block;
} */

.f_programlnk {
  color: #fff;
  background-color: #FF6791;
  padding: 3px 16px;
  margin-top: 24px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 30px;
}

.office_contact span.maillink.default a {
  color: #fff !important;
}


#movie_test .office_contact span.maillink.default a {
  color: #000 !important;
}

.end_txt {
  font-weight: bold;
  text-align: center;
  color: red;
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.end_txt2 {
  font-weight: bold;
  text-align: center;
  color: red;
  margin: 30px 0 30px;
  width: 90%;
  margin: 30px auto;
}





@media (max-width: 950px) {
  .thanks_txt {
    font-size: 22px;
  }
}


@media (max-width: 768px) {
  .thanks_txt-2{
    width: 100%;
  }

  .page_ttl h1 {
    font-size: 14px;
  }

  .page_ttl_txt {
    font-size: 14px;
    display: block;
    width: 300px;
  }

  .page_ttl h1 br {
    display: block;
  }

  .question_txt {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
  }

  .thanks_txt {
    text-align: left;
  }
/* 
  .thanks_txt br {
    display: none;
  } */
}

@media (max-width: 480px) {

  #movie_test .question_txt {
    font-size: 13px;

  }

  .question_txt br {
    display: none;
  }

  .questionlink {
    font-size: 16px;
  }

  .questionlink::before {
    width: 10px;
    height: 10px;
    top: 40px;
  }

  .programlink {
    font-size: 16px;
  }

  .programlink::before {
    width: 10px;
    height: 10px;
    top: 40px;
  }

  .thanks_white {
    padding: 30px;
  }

  .thanks_white p {
    font-size: 14px;
  }

  .thanks_txt {
    font-size: 20px;
  }

  .office_contact {
    font-size: 14px;
  }
}


.fixlink {
  display: none;
}

.fixlink.fixed {
  max-width: 450px;
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

@media (max-width: 768px) {
  .fixlink.fixed {
    display: none;
  }

}


span.maillink.default a {
  color: #000 !important;
}


span.maillink2.sghmail a {
  color: #fff !important;
}



.fixlink.is-hidden {
  visibility: hidden;
  opacity: 0;
  display: none !important;
}

#movie_test .footer_bottom.footer_bottom2 {
  padding-bottom: 30px;
  padding-top: 0;
}

@media(max-width: 768px) {

  .movie_question p {
    margin-bottom: 10px;
  }

  .page_ttl {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .page_ttl img {
    width: 360px;
  }

  .program_flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .movie_question {
    font-size: 14px;
    margin: 20px 0 30px;
  }

  .movie_question a:hover{
opacity: 1 !important;
  }

  .formlink.is-hidden {
    visibility: hidden;
    opacity: 0;
    display: none !important;

  }


  #movie_test .office_contact {
    padding: 30px 0 0;
    color: #000;
    background-color: #fff;
  }

  .movie_link {
    flex-direction: column;
    gap: 15px;
  }


  .movie_link a {
    width: 100%;
  }

  .movie_txt br:first-of-type {
    display: block;
  }

  .movie_txt {
    font-size: 14px;
  }

  .end_txt br,
  .end_txt2 br {
    display: none;
  }

  .end_txt,
  .end_txt2 {
    text-align: left;
  }

}

.mail-black {
  color: #000;
}

.youtube-wrap {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 980px;
  height: 100%;
}

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

@media(max-width: 979px) {
  .youtube-wrap img {
    width: 90%;
  }

  .youtube-wrap iframe {
    width: 90%;
  }
}

/* 修正追加25.12.10 */

.mv_date_time span {
  font-size: 40px;
}

.speaker .name {
  font-size: 22px !important;
}

.page_ttl_txt .heienn {
  font-size: 16px;
}

.live-image {
  background-image: linear-gradient(43deg, #d7faff, #ffe3c6);
}


.live-image .page_ttl {
  background-image: url(../img/seminar_bg24.webp);
  background-position-y: 10%;
  margin-bottom: 46px;
}

.mail-link{
  color: #fff !important;
}


.seminar-title{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.time-text{
  color: #3C4383;
  width: 75px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3C4383;
  height: 75px;
  border-radius: 50%;
  align-content: center;
  font-weight: bold;
}

@media(max-width: 950px) {
  .seminar_list h3{
  }
}
@media screen and (max-width: 480px) {
  .seminar-title {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .time-text {
    order: -1;
    justify-self: center;
    height: 70px;
    width: 70px;
  }
}

.thanks_bold{
  font-weight: bold;
}

.thanks_smoll{
  font-size: 16px;
  font-weight: normal;
}