@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Open+Sans:ital,wght@1,600&display=swap");
/* CSS Document */

/* 共通スタイル------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #001d52;
  background: #fff;
  height: 100%;
  margin: 0;
  font-feature-settings: "palt";
}

h2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: "BIZ UDPMincho", serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #001d52;
}

#contents-wrap {
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
}

.sp-logo {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #90a5e1;  
  padding: 20px;
  margin: 0 auto;
}

.title-wrap {
  background: url("../images/img_main.webp");
  background-size: cover;
  background-position: center;  
  text-align: center;
  color: #fff;
}
.title-sub {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.title-sub p.text {
  width: 65%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #001d52;
  line-height: 1.4;
  padding-left: 50px;
}

.title-main {
  font-size: 3.5rem;
  line-height: 1.4;
  color: #001d52;
  margin: 25px auto;
  font-family: "BIZ UDPMincho", serif;
}
.title-main span {
  font-size: 1.85rem;
  color: #001d52;
}

.title-date {
  font-size: 1.5rem;
  font-weight: bold;
  color: #001d52;
  margin: 2rem;
  line-height: 1.4;
  font-family: "BIZ UDPMincho", serif;
}

.title-date span {
  font-size: 2.4rem;
}

p.label {
  color: #001d52;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 1rem auto;
  font-size: 1.6rem;
  font-weight: bold;
}

/* btn  */
.btn-wrap {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 3rem;
}

.btn-wrap p.deadline {
  color: #fff;
  font-weight: bold;
}

.btn-wrap p.deadline02 {
  color: #072545;
  font-size: 1.2rem;
}

.instructor-wrap .btn-wrap p.deadline {
  color: #072545;
  font-size: 1.25rem;
  font-weight: normal;
}

.btn-wrap.mt30 {
  margin-top: 30px;
}

/* main */
#main-contents {
  width: 100%;
  margin: 0 auto;
}

.greeting-wrap {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  padding: 1rem;
}

.greeting-text {
  text-align: left;
  font-size: 0.95rem;
}

.border {
  border-bottom: 1px solid #90a5e1;
}

.about-wrap {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 30px;
  padding: 0 10px;
}
.about-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  border: 1px solid #90a5e1;
}

.about-list dt {
  display: block;
  width: 15%;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  background-color: #90a5e1;  
  border-top: 1px solid #f4f8f9;
  color: #fff;
}
.about-list dt.pt20 {
  padding-top: 23px;
}
.about-list dt.pt20bt {
  padding-top: 23px;
  border: none;
}
.about-list dt.pt20bt02 {
  padding-top: 23px;
}
.about-list dd {
  width: 85%;
  padding: 10px 20px;
}

.instructor-wrap {
  width: 100%;
  margin: 60px auto 30px;
}

.instructor-intro {
  background-color: #90a5e1;
  padding: 0 0 30px;
}

.instructor-intro03 {
    background: #d2dcf7;
    margin: 20px 0 30px;
	padding: 0 0 30px;
}

.instructor-box02 {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.instructor-list {
  background-color: #fff;
  margin: 30px 0 0 0;
  padding: 15px;
  max-width: 100%;
  width: 100%;
}

.explanation {
  display: flex;
  justify-content: flex-start;
}
.explanation li:first-child {
  width: 36%;
  margin-right: 20px;
}
.explanation li:nth-child(2) {
  width: 60%;
}

.explanation li figure {
  width: 100%;
}

.explanation li p {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
}

.explanation li.keynote_pic {
  width: 20%;
  margin-right: 25px;
}

.explanation li.keynote_text {
  width: 80%;
}
.explanation li p.keynote_psition {
  line-height: 1.4;
  border-bottom: 2px solid #ff9e82;
  padding-bottom: 5px;
}
.explanation li p.keynote_psition span {
  font-weight: bold;
  font-size: 1rem;
}

.program-wrap {
  max-width: 900px;
  width: 100%;
  margin: 3rem auto 3rem;
  padding: 0 10px;
}
.program-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #90a5e1;
}

.program-list dt {
  display: flex;
  width: 15%;
  text-align: center;
  padding: 10px;
  background-color: #90a5e1;  
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.program-list dd {
  width: 85%;
  padding: 10px 10px;
  line-height: 1rem;
}

.program-list dd span {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
.program-list dd span.hisi {
  color: #f27a57;
}

dt.top-dt {
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.title {
  color: #f27a57;
}
.box01 {
  position: relative;
  margin: 1em auto;
  padding: 25px 10px 7px;
  border: dotted 2px#90a5e1;
}
.box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: -1px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 0.875rem;
  background: #90a5e1;
  color: #fff;
  font-weight: normal;
}
.box01 p {
  font-size: 0.9rem;
  padding-top: 0.4rem;
}
.notes {
  font-size: 0.9rem;
  text-align: right;
  margin: 0.4rem auto 2rem;
}
.footer-wrap {
  width: 100%;
  background-color: #90a5e1;
  color: #fff;
  text-align: center;
  /*margin-top: 40px;*/
  padding: 2rem 0 1rem;
}

p.mail a {
  display: inline;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 0px;
  width: 40%;
  margin: 12px auto 30px;
}

p.mail img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
  width: 35px;
}

p.mail {
  position: relative;
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
  width: 35px;
}
p.mail .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
p.mail:hover .active {
  opacity: 1;
}

.ft-name {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

p.copyright {
  margin-top: 20px;
}

.mail a:hover {
  text-decoration: underline;
  color: #fda347;
}

dd.right-block {
  background-color: #fff;
  color: #001d52;
  border-top: 1px solid #90a5e1;
}

dd.rightBlock_top {
  background-color: #fff;
  color: #001d52;
}

/*btn*/
.button a {
  background: #ff9e82;
  text-align: center;
  display: block;
  padding: 14px 0 12px;
  font-size: 1.4rem;  
  color: #fff;
  text-decoration: none;  
  transition: 0.8s;
  position: relative;
  z-index: 1;
}

.button a:hover {  
  color: #fff;
}

.button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffd43f;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease 0.3s;
}

.button a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

.button_top a {
  background: #ff9e82;
  text-align: center;
  display: block;
  padding: 14px 0 12px;
  font-size: 1.4rem;  
  color: #fff;
  text-decoration: none;  
  transition: 0.8s;
  position: relative;
  z-index: 1;
}

.button_top a:hover {  
  color: #fff;
}

.button_top a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffd43f;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease 0.3s;
}

.button_top a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

.mb20 {
  margin-bottom: 20px;
}

.btn-closed {
  background: #ccc;
  margin: 0 auto;
  padding: 16px;  
  font-size: 1.2rem;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #ff9e82;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 1050px) {
  .title-sub p.label span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .title-wrap .label span {
    font-size: 1rem;
  }

  .title-sub {
    flex-wrap: wrap;
    width: 90%;
  }

  .title-sub figure {
    width: 18%;
    margin-bottom: 20px;
  }

  .title-sub p.text {
    width: 80%;
    font-size: 0.8rem;
    padding-left: 8px;
  }

  .title-main span {
    font-size: 1rem;
  }

  .title-date span {
    font-size: 2rem;
  }

  p.label {
    font-size: 1.1rem;    
  }

  .greeting-wrap,
  .about-wrap,
  .program-wrap {
    padding: 0 10px;
    line-height: 1.2;
  }

  .instructor-box {
    display: block;
    justify-content: center;
	padding: 20px 0 0;
  }

  .footer-wrap {
    font-size: 0.75rem;
  }
  .ft-name {
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .program-list {
    font-size: 0.875rem;
  }
  .program-list dt {
    width: 25%;
  }
  .program-list dd {
    width: 75%;
  }
  .program-list dt.pt12p {
    padding-top: 4%;
  }
  .program-list dt.pt9p {
    padding-top: 4%;
  }

  .instructor-list.mr0 {
    margin-right: auto;
  }
  .instructor-list {
    margin: 10px auto 0;
    max-width: 95%;
  }

  .explanation li:first-child {
    width: 20%;
    margin-right: 20px;
  }
  .explanation li:nth-child(2) {
    width: 78%;
  }

  .program-list dt.pt3p {
    padding-top: 4%;
  }

  .instructor-intro h3 {
    width: 80%;
  }
  .instructor-intro02 h3 {
    width: 80%;
  }

  .instructor-intro:first-of-type {
    padding: 20px 0;
  }

  .instructor-box.last {
    padding-top: 0;
    margin-top: 10px;
  }
  .instructor-list.last {
    margin: 0 auto 30px;
  }

  .instructor-intro02 {
    padding-top: 30px;
  }
  .instructor-intro03{
	padding-top: 20px;	
  }

  .program-list dt.pt11p {
    padding-top: 4%;
  }
  .program-list dt.pt7p {
    padding-top: 4%;
  }
  .program-list dt.pt15p {
    padding-top: 4%;
  }
    .title-main {
    font-size: 2rem;
    margin: 2rem auto 1rem;    
  }
   .title-date {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;    
    display: inline-block;
  }
.instructor-box02{
	padding: 0;
  }
	
}

@media screen and (max-width: 640px) {
  .sp-logo{
		width: 48%;
	}

  .title-wrap {    
    background-size: cover;
    background-position: left;
    padding: 0 10px;
    text-align: center;
    color: #fff;
  }

  .explanation li:first-child {
    width: 36%;
    margin-right: 20px;
  }
  .explanation li:nth-child(2) {
    width: 60%;
  }

  .btn-wrap {
    width: 90%;
	padding-bottom: 1rem;
  }

  .button_top {
    margin-top: 1rem;	
  }
}

/*---- fadeUp ----*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bgappearTrigger,
.fadeUpTrigger {
  opacity: 0;
}

@media screen and (min-width: 667px) {
  .sp_br {
    display: none;
  }
}

@media screen and (min-width: 667px) and (max-width: 1020px) {
	.sp-logo{
		width:22%;
	}
  .title-wrap {
    background-size: cover;
    background-position: center;
    /*padding: 20px 0;*/
    text-align: center;
    color: #fff;
  }

  .title-main {
    /* font-size: 1.5rem; */
    margin: 0 auto;
  }

  .title-sub figure {
    width: 12%;
  }
  .title-sub p.text {
    width: 60%;
    font-size: 0.85rem;
    padding-left: 20px;
  }
}
