@charset "UTF-8";

/* Table of Content
==================================================
1.  Global Styles
2.  Principle section
3.  Service section
4.  Infomation section
5.  Responsive styles

*/

/* Top styles
================================================== */

/* セクション間のpaddingを統一 */
#principle,
#service,
#infomation {
  padding-bottom: 70px;
}

/* Principle section
=====================================*/

.principle-text-area {
  position: relative;
}
.principle-text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.principle-text img {
  width: 100%;
  height: auto;
}
.bg-principle {
  width: 100%;
  height: auto;
}

.btn-principle {
  width: 100%;
}

/* Service section
=====================================*/

#service {
  background: url(/common/img/bg-pc.jpg) no-repeat center top fixed;
  background-size: cover;
}

#service .container {
  z-index: 100;
  position: relative;
}
#service .header-content {
  border-color: #fff;
}
#service .big-title {
  color: #fff;
  border-color: #fff;
}

.service-content-third {
  clear: both;
}
.service-content {
  margin: 20px 0;
}

.service-icon {
  float: left;
  margin-right: 30px;
}



.service-icon i {
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 100%;
  color: #004679;
  line-height: 87px;
  text-align: center;
  border: 4px solid#434650;
  -webkit-box-shadow: 0px 0px 0px 3px #fff;
  box-shadow: 0px 0px 0px 3px #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3 ease 0s;
  display: block;
}

.icon-healthcare{
  display: flex!important;
  align-items: center;
  justify-content: center;
}


.svg-onlineschool {
  fill: #004679;
}
a:hover .svg-onlineschool {
  fill: #ffffff;
}

.service-item {
  color: #fff;
}

a:hover .service-item {
  color: #14c28c;
}

a:hover .service-icon i {
  color: #fff;
  background-color: #14c28c;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #14c28c;
  box-shadow: 0px 0px 0px 3px #14c28c;
}

/* Infomation section
=====================================*/
#links {
  margin-top: 50px;
}

.links-content {
  margin: 0 0 30px;
}

.links-content img {
  border: 2px solid#fff;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 0px 1px #999;
  box-shadow: 0px 0px 0px 1px #999;
}

#news {
  margin-top: 50px;
}

.news-contents {
  border: 1px solid #999;
  height: 750px;
  overflow: auto;
}

.news-content {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.news-content .date {
  width: fit-content;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vh;
  border: 1px solid #28262c;
  line-height: normal;
  margin-bottom: 1rem;
}
.news-content a {
  text-decoration: underline;
}

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
} /* End Large Devices, Wide Screens */

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1200px) {
} /* End Medium Devices, Desktops */

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /*Service section
=====================================*/

  .service-icon {
    margin-right: 20px;
  }
  .service-icon i {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 62px;
  }

  /* Infomation section
=====================================*/
  .news-contents {
    height: 100px;
  }
} /* End Small Devices, Tablets */

/* Custom, iPhone Retina */
@media (min-width: 320px) and (max-width: 767px) {
  /* Service section
=====================================*/

  .service-icon {
    margin-right: 20px;
  }
  .service-icon i {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 62px;
  }
  .icon-onlineschool {
    padding-top: 5px;
  }
  /* .svg-onlineschool {
    margin-top:10px;
  } */

  /* Infomation section
=====================================*/
} /* End Custom, iPhone Retina */
