/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
#pageTtl .pageTtl__bg {
  background-image: url(../img/sec04_bg.jpg);
  background-position: center 30%;
}

.ttl1 strong {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-size: 70px;
  color: #52a4dd;
}

@media screen and (max-width: 767px) {
  #sec01 .w1140 > p {
    text-align: left;
  }
  #sec01 .w1140 > p br {
    display: none;
  }
}
#sec01 ul.courses {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sec01 ul.courses {
    display: block;
  }
}
#sec01 ul.courses * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#sec01 ul.courses li {
  flex: 0 0 32%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #sec01 ul.courses li {
    margin-bottom: 20px;
  }
}
#sec01 ul.courses li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #52a4dd;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
#sec01 ul.courses li:hover {
  opacity: 0.7;
}
#sec01 ul.courses li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px;
  position: relative;
}
#sec01 ul.courses li a h3 {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 1em 0.5em;
  line-height: 1;
  font-weight: normal;
}
#sec01 ul.courses li a p {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  padding: 3em 0 4em;
}
#sec01 ul.courses li a::after {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 40px;
  color: #fff;
  line-height: 1;
  margin: auto;
  padding: 0;
}
#sec01 ul.courses li:nth-child(1) {
  background-image: url(img/course_pic1.png);
}
#sec01 ul.courses li:nth-child(1)::before {
  background: #52a4dd;
}
#sec01 ul.courses li:nth-child(2) {
  background-image: url(img/course_pic2.png);
}
#sec01 ul.courses li:nth-child(2)::before {
  background: #50cd9c;
}
#sec01 ul.courses li:nth-child(3) {
  background-image: url(img/course_pic3.png);
}
#sec01 ul.courses li:nth-child(3)::before {
  background: #e85f84;
}

#sec02 {
  padding-top: 30px;
}
#sec02 figure img {
  display: inline-block;
  border-radius: 50%;
  width: 20%;
  margin: 0 20px 60px;
}
@media screen and (max-width: 767px) {
  #sec02 figure img {
    width: 28%;
    margin: 0 5px 30px;
  }
}
#sec02 .jisseki {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec02 .jisseki {
    display: block;
  }
}
#sec02 .jisseki > div {
  flex: 0 0 32.5%;
  text-align: left;
  margin-bottom: 20px;
}
#sec02 .jisseki > div h3 {
  background: #E85298;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sec02 .jisseki > div dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#sec02 .jisseki > div dl dt, #sec02 .jisseki > div dl dd {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0;
}
#sec02 .jisseki > div dl dt {
  text-align: center;
  border: 1px solid #E85298;
  position: relative;
}
#sec02 .jisseki > div dl dt strong {
  font-size: 14px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  color: #E85298;
}
@media screen and (max-width: 767px) {
  #sec02 .jisseki > div dl dt strong {
    font-size: 13px;
  }
}
#sec02 .jisseki > div dl dd {
  font-size: 13px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #sec02 .jisseki > div dl dd {
    font-size: 12px;
  }
}
#sec02 .jisseki > div dl dd strong {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec02 .jisseki > div dl dd strong {
    font-size: 25px;
  }
}
#sec02 .jisseki > div:nth-child(2) h3 {
  background: #8EC022;
}
#sec02 .jisseki > div:nth-child(2) dt {
  border-color: #8EC022;
}
#sec02 .jisseki > div:nth-child(2) dt strong {
  color: #8EC022;
}
#sec02 .jisseki > div:nth-child(3) h3 {
  background: #999999;
}
#sec02 .jisseki > div:nth-child(3) dt {
  border-color: #999999;
}
#sec02 .jisseki > div:nth-child(3) dt strong {
  color: #999999;
}