@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: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #001d52;
  height: 100%;
  margin: 0;
  font-feature-settings: "palt";
}

h2 {
  text-align: center;
  padding-bottom: 20px;
  color:#FFF;
}

h2.pt20 {
    padding-top: 2rem;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #001d52;
}

.atention{
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
}

#contents-wrap {
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
}

.sp-logo {
  display: block;
  width: 20%;
  margin: 0 auto;
}

.sp-logo img {
    margin: 0 auto;
}

.dbflogo{
    position: absolute;
    left:2rem;
    top:1rem;
    width: 15%;
}


.title-wrap {
  background: url("../images/img-main.webp") ;
  background-size: cover;
  background-position: center;  
  text-align: center;
  color: #fff;
  position: relative;
}


.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: 2.5rem;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto;
}
.title-main span {
  font-size: 1.25rem;
  }

.title-date {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  background: #00000070;
  width: 45%;
  margin: 1rem auto ;

}

.title-date span {
  font-size: 2.4rem;
}

p.label {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
}

/* btn  */
.btn-wrap {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 1.5rem;
}

.btn-wrap p.deadline {
  color: #fff;
  font-weight: bold;
}

.btn-wrap p.deadline02 {
  color: #fff;
  font-size: 1.2rem;
}

.instructor-wrap .btn-wrap p.deadline {
  font-size: 1.25rem;
  font-weight: normal;
  color: ＃FFF;
}

.btn-wrap.mt30 {
  margin-top: 30px;
}

/* main */
#main-contents {
  width: 100%;
  margin: 0 auto;
  background: rgb(6,0,64);
  background: linear-gradient(159deg, rgba(6,0,64,1) 0%, rgba(236,45,174,1) 50%, rgba(52,233,255,1) 77%, rgba(6,0,64,1) 100%);
}

.greeting-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  color:#FFF;
}

.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;
  background: linear-gradient(19deg, rgba(198,160,214,0.5) 0%, rgba(123,149,206,0.5) 53%, rgba(158,216,221,0.5) 100%);
}

.about-list dt {
  display: block;
  width: 15%;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  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;
  background-color: #000d4a30;

}

.instructor-wrap {
  width: 100%;
  margin: 0 auto 30px;
}

.instructor-intro {
  /*background: url("../images/wa.png")right center no-repeat;*/
  background-color: #000d4a;
  padding: 60px 0 30px;
}

.instructor-intro03 {
    background: url("../images/bg_technology01_pc.jpg") center top no-repeat;
    background-size: cover;
    margin: 0 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%;
}

.instructor-list.borderline {
  background-color: #ffffff00;
  border:1px solid #FFFFFF;
  color: #FFF;
}


.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 #7c6ca9;
  padding-bottom: 5px;
}
.explanation li p.keynote_psition span {
  font-weight: bold;
  font-size: 1rem;
}

.book-Area{
    width: 100%;
    background:#ececec;
}

.book-Area ul{
    padding: 2rem;
    margin:     0 auto;
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
}

.book-Area ul li:first-child{
    width: 70%
}

h3.book-title{
    font-size: 1.25rem;
    font-weight: bold;
}

.book-Area ul li img{
    max-width: 300px;
    width:50%;
    margin: auto;
}

.program-wrap {
  width: 100%;
  margin: 0 auto 3rem;
  padding: 60px 10px;
  background: #ececec;
}

.program-wrap h2{
    color: #000d4a80;
}

.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 #424c68;
  max-width: 900px;
  margin: auto;
}

.program-list dt {
  display: flex;
  width: 15%;
  text-align: center;
  padding: 10px;
  background-color: #000d4a60;  
  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;
  color: #000d4a;
}

.program-list dd span {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

.program-list dd span.hisi {
  color: #000d4a;
}

dt.top-dt {
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.title {
  color: #000d4a;
}

.box01 {
  position: relative;
  margin: 1em auto;
  padding: 25px 10px 7px;
  border: dotted 2px #000d4a60;
}
.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: #000d4a60;
  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;
  max-width: 900px;
}
.footer-wrap {
  width: 100%;
  background-color: #0f0e37;
  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: #04bd08;
}

dd.right-block {
  color: #FFFFFF;
  border-top: 1px solid #90a5e1;
}

dd.rightBlock_top
 {
  color: #FFFFFF;
}
dd.right-block.darktext,
dd.rightBlock_top.darktext{
    color:#000d4a80 ;
}
/*btn*/
.button a {
  background: #04bd08;
  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: #04bd08;
  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: #7c6ca9;
  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: -15px;
  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-mainspan {
    font-size: 1rem;
  }

  .title-date span {
    font-size: 2rem;
  }

  p.label {
    font-size: 1.1rem;    
  }

  .greeting-wrap,
  .about-wrap,
  .program-wrap {
    padding: 1rem 10px;
    line-height: 1.4;
  }

  .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: 1.82rem;
    margin: 0.75rem auto 1rem;    
  }
   .title-date {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 1rem;
    width: 50%;
    display: inline-block;
  }
.instructor-box02{
	padding: 0;
  }
.title-main span {
    font-size: 1.25rem;
}  
	
}

@media screen and (max-width: 640px) {
  .sp-logo{
		width: 50%;
	}
.dbflogo {
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    width: 25%;
}

.greeting-wrap, .about-wrap, .program-wrap {
    padding: 1rem 10px;
    line-height: 1.4;
}


  .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;	
  }
  
.book-Area ul {
    display: block; 
}


.book-Area ul li:first-child{
    width: 100%;
}


.book-Area ul li img{
    margin:  auto;
}

}

/*---- 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-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;
  }
}
