<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* //////////////////// POINT 03 //////////////////// */
#point03 {
  padding-bottom: 0;
}
#point03 .p03_annual_list &gt; li:nth-child(2n + 1) {
  background-color: #fdfce7;
}
/* block_head */
#point03 .p03_sect .block_head {
  padding-top: 2em;
  text-align: center;
}
#point03 .p03_sect .block_title {
  margin-bottom: 2em;
  padding: 0.5em;
  width: 90%;
  max-width: 1000px;
  border-radius: 1.5em;
  border: solid 0.1em #ccc;
  background-color: #fff;
  font-size: 0.8125em;
}
#point03 .p03_sect .block_title::after {
  content: '';
  background-image: url("/gakubu/engineering/education/assets/images/balloon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  padding-top: 5%;
}
#point03 .p03_sect .block_copy {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}
/* block_foot */
#point03 .p03_sect .block_foot {
  padding-bottom: 2em;
}
#point03 .p03_sect .next_arr {
  display: block;
  margin: auto;
  width: 3em;
  height: 3em;
  fill: #54c3f1;
}
/* block_body */
#point03 .p03_sect .block_visual {
  max-width: 1100px;
}
/* block_body */
#point03 .p03_sect .block_body {
  padding: 1em 0 2em;
}
#point03 .p03_sect .block_subtitle {
  margin-top: 1em;
  padding: 0.25em 0.5em;
  border: solid thin #54c3f1;
  background-color: #fff;
  font-size: 1em;
  text-align: center;
}
#point03 .p03_sect .block_subtitle .annual,
#point03 .p03_sect .block_subtitle em {
  display: inline-block;
  vertical-align: middle;
}
#point03 .p03_sect .block_subtitle .annual {
  color: #54c3f1;
  font-size: 0.8em;
}
#point03 .p03_sect .block_subtitle em {
  font-style: normal;
  font-size: 1em;
}
#point03 .p03_text_list &gt; dt {
  padding: 0.25em 0.5em;
  background-color: #54c3f1;
  color: #fff;
  text-align: center;
}
#point03 .p03_text_list &gt; dd + dt {
  margin-top: 2em;
}
#point03 .p03_sect .text_img {
  display: block;
}
#point03 .p03_sect .text_img::before {
  content: '';
  display: block;
  padding-top: 80%;
}
#point03 .p03_sect .text_img &gt; img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#point03 .p03_sect .block01 {
  margin-top: 1em;
}
#point03 .p03_sect .block01 .text_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* sect_intro */
#point03 .sect_intro .mark_list {
  margin-top: 1em;
}
#point03 .sect_intro .mark_list &gt; li {
  font-size: 0.8125em;
}
/* point03_01 */
#point03_01 .p03_course_list {
  display: table;
  table-layout: fixed;
  margin: auto auto 4em;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
#point03_01 .p03_course_list &gt; li {
  display: table-cell;
}
#point03_01 .p03_course_list .course {
  display: block;
  padding-top: 100%;
}
#point03_01 .p03_course_list .course .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#point03_01 .p03_course_list .course .course_name {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0.25em 0;
  width: 70%;
  font-size: 0.5em;
  line-height: 1.25;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
#point03_01 .p03_course_list .course .arr {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 2em;
  height: 2em;
}
/* point03_03 */
#point03 #point03_03.p03_sect .block_copy {
  font-size: 1.5em;
  color: #4ebcc1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#point03 .p03_sect .block_body {
  transition-delay: 1s;
}
#point03 .block_visual .img_list &gt; li,
#point03 .view {
  opacity: 0;
  transition-property: all;
  transition-duration: 2s;
}
#point03 .block_visual .img_list &gt; li {
  -webkit-transform: translate(0, -1em);
  transform: translate(0, -1em);
}
#point03 .block_visual.-view .img_list &gt; li {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
#point03 .block_visual .img_list &gt; li:nth-child(1) {
  transition-delay: 0s;
}
#point03 .block_visual .img_list &gt; li:nth-child(2) {
  transition-delay: 1s;
}
#point03 .block_visual .img_list &gt; li:nth-child(3) {
  transition-delay: 2s;
}
#point03 .block_visual .img_list &gt; li:nth-child(4) {
  transition-delay: 3s;
}
#point03 .block_visual .img_list &gt; li:nth-child(5) {
  transition-delay: 4s;
}
#point03 .-view .view {
  opacity: 1;
}
#point03 .-view .v01 {
  transition-delay: 0.5s;
}
#point03 .-view .v02 {
  transition-delay: 1s;
}
#point03 .-view .v03 {
  transition-delay: 1.5s;
}
#point03 .-view .v04 {
  transition-delay: 2s;
}
#point03 .-view .v04 {
  transition-delay: 2.5s;
}
#point03 .-view .v05 {
  transition-delay: 3s;
}
#point03_01 .block_visual::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 5%;
  background: #89ba41;
}
#point03_02 .block_visual .img_list,
#point03_03 .block_visual .img_list {
  padding-top: 112.5%;
}
#point03_03 .block_visual .img_list &gt; li:nth-child(3) {
  -webkit-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
}
#point03_03 .block_visual .img_list &gt; li:nth-child(4) {
  -webkit-transform: translate(10%, -10%);
  transform: translate(10%, -10%);
}
#point03_03 .block_visual .img_list &gt; li:nth-child(5) {
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}
#point03_03 .block_visual .block_copy {
  transition-delay: 5s;
}
@media only screen and (orientation: portrait){
  #point03 .p03_sect .block_head,
  #point03 .p03_sect .block_body{
    min-height: 100vh;
  }
}
@media print, (min-width: 768px){
  #point03 .p03_sect .block_head{
    margin: auto;
    width: 100%;
  }
  #point03 .p03_sect .block_title{
    font-size: 1em;
  }
  #point03 .p03_sect .block_subtitle .annual{
    font-size: 1em;
  }
  #point03 .p03_sect .block_subtitle em{
    font-size: 1.25em;
  }
  #point03 .p03_sect .text_img{
    float: left;
    margin-right: 4%;
    width: 36%;
  }
  #point03 .sect_intro .mark_list &gt; li{
    font-size: 1.25em;
  }
  #point03_01 .p03_course_list .course .course_name{
    padding: 0.75em 0;
    font-size: 1.25em;
  }
  #point03_01 .p03_course_list .course .arr{
    width: 4em;
    height: 4em;
  }
  #point03 #point03_03.p03_sect .block_copy{
    font-size: 2.25em;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
  }
}
@media only screen and (max-width: 767px){
  #point03 .p03_sect .text_img{
    width: 80%;
  }
  #point03 .p03_sect .block01{
    padding-top: 1em;
  }
  #point03 .p03_sect .block01 .text_title{
    width: 80%;
  }
}
</pre></body></html>