@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&family=Quattrocento&display=swap');
/* CSS Document */
:root{
--font-size-sm: clamp(0.7rem, 0.05vw + 0.69rem, 0.75rem);
--font-size-base: clamp(0.88rem, 0.13vw + 0.84rem, 1rem);
--font-size-md: clamp(1.09rem, 0.25vw + 1.03rem, 1.33rem);
--font-size-lg: clamp(1.37rem, 0.44vw + 1.25rem, 1.78rem);
--font-size-xl: clamp(1.71rem, 0.7vw + 1.53rem, 2.37rem);
--font-size-xxl: clamp(2.14rem, 1.08vw + 1.86rem, 3.16rem);
--font-size-xxxl: clamp(2.67rem, 1.63vw + 2.25rem, 4.21rem);
--color-white :#FFFFFF;
--color-base:#00c4cc;
--color-second:#bceaec;
}
/* 共通スタイル------------------------- */
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: 'M PLUS 1p', sans-serif;
  font-family: 'Quattrocento', serif;
}

.fa-sms{
    font-size:var(--font-size-sm);
}
.fa-sms:before{
   display: none;
}

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: 200px;
  background: #FFFFFF;  
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px;
  margin: 0 auto;
}

.title-wrap {
  background: url("../images/img_main.webp");
  background-size: cover;
  background-position: center;  
  text-align: center;
  color: #fff;
}

.grid-wrap{
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(610px,1fr) 1fr ;
  margin: 0 auto;
 align-items:top;
}


.left-img,
.right-img{
    width: 100%;
    display: flex;
    align-items: end;
}


.title-sub {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.title-sub p.text {
  width: 65%;
  font-size: var(--font-size-md);
  font-weight: bold;
  color: #001d52;
  line-height: 1.4;
  padding-left: 50px;
}

.title-main {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  color: #001d52;
  margin: 1rem auto;
  font-family: 'M PLUS 1p', sans-serif;
}

.title-main span {
  font-size: var(--font-size-lg);
  color: #001d52;
}

.sub-title-img{
    width: 60%;
    margin: 0 auto;
}

.title-date {
  font-size: var(--font-size-md);
  font-weight: bold;
  color: #001d52;
  margin: 0 0 1rem;
  line-height: 1.4;
  font-family: 'M PLUS 1p', sans-serif;
}

.title-date span {
  font-size: var(--font-size-xl);
}

p.label {
  color: #001d52;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 1rem auto;
  font-size: var(--font-size-lg);
  font-weight: bold;
}

.right-img.pc{
    display: block;
    display: flex;
    align-items: end;
}
.right-img.sp{
    display: none;
}


/* btn  */
.btn-wrap {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 0;
}

.btn-wrap p.deadline {
  color: #fff;
  font-weight: bold;
}

.btn-wrap p.deadline02 {
  color: #072545;
  font-size: var(--font-size-md);
}

.instructor-wrap .btn-wrap p.deadline {
  color: #072545;
  font-size: var(--font-size-md);
  font-weight: normal;
}

.btn-wrap.mt30 {
  margin-top: 30px;
}

/* main */
#main-contents {
  width: 100%;
  margin: 0 auto;
}

.greeting-wrap {
  max-width: 900px;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  padding: 1rem;
}

.greeting-text {
  text-align: left;
}

.border {
  border-bottom: 1px solid var(--color-base);
}

.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;
  border: 1px solid var(--color-base);
}

.about-list dt {
  display: block;
  width: 15%;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  background-color: var(--color-base);  
  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: var(--color-base);  ;
  padding: 0 0 30px;
}

.instructor-intro03 {
    background: var(--color-second);  
    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%;
  line-height: 1.4;
}

.explanation li p.prof-text{
  font-size: var(--font-size-sm);

}

.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 #f69c2f;
  padding-bottom: 5px;
}
.explanation li p.keynote_psition span {
  font-weight: bold;
}

.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 var(--color-base);
}

.program-list dt {
  display: flex;
  width: 15%;
  text-align: center;
  padding: 10px;
  background-color: var(--color-base);  
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
font-size: var(--font-size-base);
}

.program-list dd {
  width: 85%;
  padding: 10px 10px;
  line-height: 1rem;
}

.program-list dd span {
  font-weight: bold;
font-size: var(--font-size-md);
  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 2pxvar(--color-base);
}
.box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: -1px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  background: var(--color-base);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: normal;
}
.box01 p {

  padding-top: 0.4rem;
}
.notes {
  text-align: right;
  margin: 0.4rem auto 2rem;
}
.footer-wrap {
  width: 100%;
  background-color: var(--color-base);
  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 {
  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 var(--color-base);
}

dd.rightBlock_top {
  background-color: #fff;
  color: #001d52;
}

/*btn*/
.button a {
    width: 70%;
    margin: 0 auto;
  background: #f69c2f;
  text-align: center;
  display: block;
  padding: 14px 0 12px;
  font-size: var(--font-size-md);  
  color: #fff;
  text-decoration: none;  
  border-radius:50px;
  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;
  border-radius:50px;
  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: #f69c2f;
  text-align: center;
  display: block;
  padding: .5rem 0;
  font-size: var(--font-size-lg);  
  color: #fff;
  border-radius: 50px;
  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;
  border-radius:50px;
  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: var(--font-size-md);
 border-radius: 50px;
    width: 80%;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #f69c2f;
  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:var(--font-size-xl);
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
    
 .grid-wrap{
  max-width: 800px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(400px,1fr) 1fr ;
}

}

@media screen and (max-width: 768px) {
 .grid-wrap{
     display: block;
    }
    .left-img{
        display: none;
    }    
    .right-img.pc{
        display: none;
    }
    .right-img.sp{
        display: block;
        width: 80%;
        margin: 0 auto;
    }

  .title-sub {
    flex-wrap: wrap;
    width: 90%;
  }

  .title-sub figure {
    width: 18%;
    margin-bottom: 20px;
  }

  .title-sub p.text {
    width: 80%;
    padding-left: 8px;
  }


  .greeting-wrap,
  .about-wrap,
  .program-wrap {
    padding: 0 10px;
    line-height: 1.2;
  }

  .instructor-box {
    display: block;
    justify-content: center;
	padding: 20px 0 0;
  }

  .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%;
  }
.instructor-box02{
	padding: 0;
  }

.button a {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
.title-main {
  font-size: var(--font-size-xl);
    }
    .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;
  }
}

