@charset "UTF-8";
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
img {
  max-width: 100%;
}

section {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-bg {
  background-color: white;
}

.section-title {
  padding-bottom: 60px;
  text-align: center;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #1e4356;
  display: inline-block;
  width: auto;
  border-bottom: 2px solid rgb(177.3428571429, 208.2, 224.6571428571);
}
.section-title h2 strong {
  font-weight: 700;
}
@media (max-width: 667px) {
  .section-title h2 {
    font-size: 20px;
  }
}
.section-title p {
  margin-bottom: 0;
}

#main {
  opacity: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1e4356;
  min-height: 40px;
}
@media (max-width: 576px) {
  .breadcrumbs {
    padding: 10px 0;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
@media (max-width: 576px) {
  .breadcrumbs h2 {
    font-size: 20px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.breadcrumbs ol a {
  color: #fff;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: rgba(50, 98, 123, 0.1);
  padding: 60px 0;
  color: #326f8f;
}
.cta .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.cta h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 667px) {
  .cta h3 {
    font-size: 1.2rem;
  }
}
.cta h4 {
  color: #326f8f;
}
@media (max-width: 667px) {
  .cta h4 {
    font-size: 1rem;
  }
}
.cta p {
  padding: 0;
  margin: 0;
}
.cta .cta-btn {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS Pgothic", Osaka, sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #68A4C4;
  color: #68A4C4;
  background: #fff;
}
.cta .cta-btn:hover {
  background: #68A4C4;
  color: #fff;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .logo .header-title {
    display: block;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid rgb(250.2551724138, 252.2965517241, 253.3448275862);
  height: 200px;
  position: relative;
  background: white;
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #68A4C4;
}
.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #343a40;
}
.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #68A4C4;
}
.services .icon-box:hover .icon i {
  color: #68A4C4;
}
.services .icon-box:hover .title a {
  color: #68A4C4;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}
.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 7px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  border: 1px solid #68A4C4;
  border-radius: 8px;
  margin-right: 6px;
  margin-top: 3px;
}
.portfolio .portfolio-filters li:hover, .portfolio .portfolio-filters li.filter-active {
  color: #fff;
  background: #68A4C4;
}
.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .portfolio .portfolio-filters li {
    width: 48%;
  }
  .portfolio .portfolio-filters li:last-child {
    margin-right: 6px;
  }
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
  position: relative;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 10px;
  max-height: 45px;
  z-index: 13;
  overflow: hidden;
  transition: all ease-in-out 1s;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
@media (max-width: 576px) {
  .portfolio .portfolio-item .portfolio-info {
    max-height: none;
    padding: 15px 0;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 400;
  color: #1e4356;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgb(56.3793103448, 125.9137931034, 161.6206896552);
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgb(43.1896551724, 96.4568965517, 123.8103448276);
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #68A4C4;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: rgb(177.3428571429, 208.2, 224.6571428571);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  max-height: 200px;
}
.portfolio .video-item {
  padding-bottom: 90px;
}

.no-data {
  padding: 80px 0;
  text-align: center;
  font-size: 110%;
}

.category-filters .no-data {
  padding: 20px 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-container {
  display: none;
}
.gallery .gallery-container .display-type {
  text-align: right;
  padding: 5px;
}
.gallery .gallery-container .display-type > div {
  display: ineline-block;
  cursor: pointer;
}
.gallery .gallery-container .display-type > div i {
  font-size: 30px;
}
.gallery .gallery-container .display-type > div i.bi-card-image {
  display: none;
}
.gallery .gallery-container .gallery-info .info-summary {
  display: none;
}
.gallery .gallery-container.horizontal .gallery-item {
  width: 100%;
  display: flex;
}
.gallery .gallery-container.horizontal .gallery-item a {
  width: 120px;
}
.gallery .gallery-container.horizontal .gallery-item {
  border-top: 1px solid #444444;
  margin-bottom: 0;
  overflow: hidden;
}
.gallery .gallery-container.horizontal .gallery-item .gallery-category {
  display: none;
}
.gallery .gallery-container.horizontal .gallery-item .gallery-info {
  width: auto;
}
@media (max-width: 576px) {
  .gallery .gallery-container.horizontal .gallery-item .gallery-info {
    width: 63%;
    padding: 0 0 0 15px;
  }
}
.gallery .gallery-container.horizontal .gallery-item .gallery-info h4 {
  text-align: left;
}
.gallery .gallery-container.horizontal i.bi-card-list {
  display: none;
}
.gallery .gallery-container.horizontal i.bi-card-image {
  display: block !important;
}
.gallery .gallery-item {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a iframe {
  max-width: 100%;
}
.gallery .gallery-item a {
  background-size: cover;
}
.gallery .gallery-item .gallery-category {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #68A4C4;
  padding: 5px 0;
  font-size: 1rem;
}
.gallery .gallery-item .gallery-info {
  display: inline-block;
  opacity: 1;
  width: 100%;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.gallery .gallery-item .gallery-info h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #1e4356;
}
.gallery .gallery-item .gallery-info p {
  color: rgb(56.3793103448, 125.9137931034, 161.6206896552);
  font-size: 13px;
  margin-bottom: 0;
}
.gallery .gallery-item .gallery-info .preview-link,
.gallery .gallery-item .gallery-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgb(43.1896551724, 96.4568965517, 123.8103448276);
}
.gallery .gallery-item .gallery-info .preview-link:hover,
.gallery .gallery-item .gallery-info .details-link:hover {
  color: #68A4C4;
}
.gallery .gallery-item .gallery-info .details-link {
  right: 10px;
}
.gallery .gallery-item .gallery-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.gallery .gallery-item .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.gallery .gallery-item .gallery-links a:hover {
  color: rgb(177.3428571429, 208.2, 224.6571428571);
}
.gallery .gallery-item:hover .gallery-info {
  opacity: 1;
  bottom: 20px;
}
.gallery .gallery-news {
  display: block;
}
.gallery .gallery-news .empty-frame {
  min-height: 400px;
  position: relative;
}
.gallery .gallery-news .empty-frame p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 120%;
}
.gallery .gallery-summary {
  display: none;
}
.gallery .gallery-summary .summary-frame {
  text-align: center;
}
.gallery .gallery-summary .summary-frame .gallery-vimeo {
  max-width: 100%;
  min-height: 480px;
  position: relative;
}
.gallery .gallery-summary .summary-frame .gallery-vimeo iframe {
  max-width: 100%;
}
.gallery {
  /*--------------------------------------------------------------
  # Gallery Details
  --------------------------------------------------------------*/
}
.gallery .gallery-details {
  display: none;
  position: relative;
}
.gallery .gallery-details h2 {
  margin-bottom: 30px;
}
.gallery .gallery-details .gallery-details-slider .gallery-video {
  text-align: center;
  aspect-ratio: 16/9;
}
.gallery .gallery-details .gallery-details-slider .gallery-video iframe {
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
@media (max-width: 667px) {
  .gallery .gallery-details .gallery-details-slider .gallery-video iframe {
    width: 100%;
    height: 100%;
  }
}
.gallery .gallery-details .gallery-details-slider .tutorials {
  display: none;
  text-align: center;
}
.gallery .gallery-details .gallery-details-slider .tutorials ul li {
  padding: 20px;
  font-size: 20px;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.gallery .gallery-details .gallery-details-slider img {
  width: 100%;
}
.gallery .gallery-details .gallery-details-slider.type-2 {
  width: 80%;
}
.gallery .gallery-details .gallery-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #68A4C4;
}
.gallery .gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}
.gallery .gallery-details .gallery-summary {
  display: block;
  padding: 20px;
}
.gallery .gallery-details .gallery-summary p {
  margin: 0;
}
.gallery .gallery-details .gallery-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
}
.gallery .gallery-details .gallery-info h2 {
  font-size: 1.75rem;
}
.gallery .gallery-details .gallery-info h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.gallery .gallery-details .gallery-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.gallery .gallery-details .gallery-info ul li + li {
  margin-top: 10px;
}
.gallery .gallery-details .gallery-description.type-2 {
  width: 80%;
  margin: 0 auto;
}
.gallery .gallery-details .gallery-description h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.gallery .gallery-details .gallery-description p {
  padding: 20px;
}
.gallery .gallery-details .blog-comments {
  margin-bottom: 30px;
}
.gallery .gallery-details .blog-comments .comments-count {
  font-weight: bold;
}
.gallery .gallery-details .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.gallery .gallery-details .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.gallery .gallery-details .blog-comments .comment .comment-img img {
  width: 60px;
}
.gallery .gallery-details .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.gallery .gallery-details .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.gallery .gallery-details .blog-comments .comment h5 a:hover {
  color: #68A4C4;
}
.gallery .gallery-details .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #1e4356;
}
.gallery .gallery-details .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.gallery .gallery-details .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: rgb(43.1896551724, 96.4568965517, 123.8103448276);
  margin-bottom: 5px;
}
.gallery .gallery-details .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.gallery .gallery-details .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.gallery .gallery-details .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.gallery .gallery-details .blog-comments .reply-form p {
  font-size: 14px;
}
.gallery .gallery-details .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.gallery .gallery-details .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgb(177.3428571429, 208.2, 224.6571428571);
}
.gallery .gallery-details .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.gallery .gallery-details .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgb(177.3428571429, 208.2, 224.6571428571);
}
.gallery .gallery-details .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.gallery .gallery-details .blog-comments .reply-form button {
  background: #fff;
  border: solid 1px #999;
  padding: 10px 24px;
  color: #000;
  transition: 0.4s;
  border-radius: 4px;
}
.gallery .gallery-details .blog-comments .reply-form button:hover {
  background: #999;
  color: #fff;
}
.gallery .gallery-details .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  border: 0;
  background-color: #1e4356;
}
.gallery .gallery-details .blog-comments .reply-form .btn-primary:hover {
  background-color: rgb(140.6714285714, 186.1, 210.3285714286);
}
.gallery .gallery-details .blog-comments .reply-form .entry-comment-confirm,
.gallery .gallery-details .blog-comments .reply-form .entry-comment-completed {
  display: none;
}
.gallery .gallery-details .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.gallery .gallery-details .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.gallery .gallery-details .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.gallery .gallery-details .entry .entry-title a {
  color: #1e4356;
  transition: 0.3s;
}
.gallery .gallery-details .entry .entry-title a:hover {
  color: #68A4C4;
}
.gallery .gallery-details .entry .entry-meta {
  margin-bottom: 15px;
  color: rgb(114.1379310345, 174.7413793103, 205.8620689655);
}
.gallery .gallery-details .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.gallery .gallery-details .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.gallery .gallery-details .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.gallery .gallery-details .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.gallery .gallery-details .entry .entry-content p {
  line-height: 24px;
}
.gallery .gallery-details .entry .entry-content .read-more {
  text-align-last: right;
}
.gallery .gallery-details .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.gallery .gallery-details .entry .entry-content .read-more a:hover {
  background: rgb(122.3357142857, 175.05, 203.1642857143);
}
.gallery .gallery-details .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.gallery .gallery-details .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.gallery .gallery-details .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.gallery .gallery-details .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1e4356;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery .gallery-details .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.gallery .gallery-details .entry .entry-footer i {
  color: rgb(76.3275862069, 153.1982758621, 192.6724137931);
  display: inline;
}
.gallery .gallery-details .entry .entry-footer a {
  color: rgb(36.5948275862, 81.7284482759, 104.9051724138);
  transition: 0.3s;
}
.gallery .gallery-details .entry .entry-footer a:hover {
  color: #68A4C4;
}
.gallery .gallery-details .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.gallery .gallery-details .entry .entry-footer .cats li {
  display: inline-block;
}
.gallery .gallery-details .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.gallery .gallery-details .entry .entry-footer .tags li {
  display: inline-block;
}
.gallery .gallery-details .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.gallery .gallery-details .entry .entry-footer .share {
  font-size: 16px;
}
.gallery .gallery-details .entry .entry-footer .share i {
  padding-left: 5px;
}
.gallery.staff .tutorials {
  display: block !important;
}
.gallery .sidebar {
  padding-top: 0;
}

.b-close {
  position: absolute;
  top: 0px;
  right: -40px;
  top: -40px;
  opacity: 0.5;
  z-index: 100;
}
@media (max-width: 667px) {
  .b-close {
    right: 0;
  }
}
.b-close {
  cursor: pointer;
}
.b-close i {
  font-size: 30px;
}
.b-close:hover {
  opacity: 1;
}

.popup .gallery-video {
  text-align: center;
  width: 640px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding-top: 50px;
}
.popup .b-close {
  z-index: 1002;
  top: calc(50% - 240px);
  right: calc(50% - 320px);
}

/*--------------------------------------------------------------
# 新着情報
--------------------------------------------------------------*/
.news .news-container .container-contents {
  min-height: 160px;
}
.news .news-container .post-item {
  list-style: none;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 10px;
  width: 100%;
}
.news .news-container .post-item a {
  color: #343a40;
  min-width: 200px;
}
.news .news-container .post-item:hover span.title {
  text-decoration: underline;
}
.news .news-container .post-item > span {
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 110px;
  font-weight: normal !important;
}
.news .news-container .post-item span.date,
.news .news-container .post-item span.category {
  white-space: nowrap;
  font-size: 16px;
  min-height: 24px;
}
@media (max-width: 667px) {
  .news .news-container .post-item span.date,
  .news .news-container .post-item span.category {
    font-size: 14px;
  }
}
.news .news-container .post-item span.category {
  text-align: center;
  display: inline-block;
  color: #68A4C4;
  border: 1px solid #68A4C4;
  border-radius: 6px;
  padding: 2px;
  width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 90%;
}
.news .news-container .post-item span.category.highlight {
  background-color: rgba(253, 126, 20, 0.4);
}
@media (max-width: 576px) {
  .news .news-container .post-item span.category {
    margin-bottom: 6px;
    overflow: visible;
    width: auto;
  }
}
.news .news-container .post-item span.title {
  font-size: 16px;
}
@media (max-width: 667px) {
  .news .news-container .post-item span.title {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .news .news-container .post-item {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .news .news-container .post-item span.title {
    display: block;
  }
}
.news .news-details {
  display: none;
  position: relative;
}
.news .news-details h2 {
  padding-bottom: 30px;
}
.news .news-details .news-date {
  text-align: right;
  padding-bottom: 20px;
}
.news .news-details .news-entry .news-description .main-image {
  width: 40%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 667px) {
  .news .news-details .news-entry .news-description main-image {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us h3 {
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 667px) {
  .about-us h3 {
    font-size: 1.2rem;
  }
}
.about-us h4 {
  color: rgb(56.3793103448, 125.9137931034, 161.6206896552);
}
@media (max-width: 667px) {
  .about-us h4 {
    font-size: 1rem;
  }
}
@media (max-width: 667px) {
  .about-us .content {
    padding: 30px 0;
  }
}
.about-us .content .icon-box {
  margin-top: 25px;
}
.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #68A4C4;
}
.about-us .content .icon-box p {
  font-size: 15px;
  color: rgb(131.75, 131.75, 131.75);
  margin-left: 60px;
}
@media (max-width: 667px) {
  .about-us .content .comment {
    padding-top: 20px;
  }
}
.about-us .image {
  background: url("../img/slide/5169910_m.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}
@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  height: 100%;
}
@media (max-width: 576px) {
  .testimonials .testimonial-item {
    padding: 20px 10px;
  }
}
.testimonials .testimonial-item i {
  font-size: 40px;
  padding-right: 20px;
  float: left;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgb(250.6857142857, 252.4, 253.3142857143);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item a.mylink img {
  max-width: 100%;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.error-message br + br {
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #68A4C4;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  color: rgb(3.6206896552, 8.0862068966, 10.3793103448);
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: rgb(56.3793103448, 125.9137931034, 161.6206896552);
}
.contact .info:hover i {
  background: #68A4C4;
  color: #fff;
}
.contact .form-contact-input,
.contact .form-contact-confirm,
.contact .form-contact-completed {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .form-contact-input .form-group,
.contact .form-contact-confirm .form-group,
.contact .form-contact-completed .form-group {
  padding-bottom: 8px;
}
.contact .form-contact-input .sent-message,
.contact .form-contact-confirm .sent-message,
.contact .form-contact-completed .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .form-contact-input .loading,
.contact .form-contact-confirm .loading,
.contact .form-contact-completed .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .form-contact-input .loading:before,
.contact .form-contact-confirm .loading:before,
.contact .form-contact-completed .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .form-contact-input input,
.contact .form-contact-input textarea,
.contact .form-contact-input label,
.contact .form-contact-confirm input,
.contact .form-contact-confirm textarea,
.contact .form-contact-confirm label,
.contact .form-contact-completed input,
.contact .form-contact-completed textarea,
.contact .form-contact-completed label {
  border-radius: 4px;
  box-shadow: none;
}
.contact .form-contact-input textarea,
.contact .form-contact-confirm textarea,
.contact .form-contact-completed textarea {
  padding: 10px 12px;
}
.contact .form-contact-input button[type=submit],
.contact .form-contact-confirm button[type=submit],
.contact .form-contact-completed button[type=submit] {
  background: #68A4C4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .form-contact-input button[type=submit]:hover,
.contact .form-contact-confirm button[type=submit]:hover,
.contact .form-contact-completed button[type=submit]:hover {
  background: rgb(140.6714285714, 186.1, 210.3285714286);
}
.contact .form-contact-input button[type=button],
.contact .form-contact-confirm button[type=button],
.contact .form-contact-completed button[type=button] {
  background: #fff;
  border: solid 1px #999;
  padding: 10px 24px;
  color: #000;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .form-contact-input button[type=button]:hover,
.contact .form-contact-confirm button[type=button]:hover,
.contact .form-contact-completed button[type=button]:hover {
  background: #999;
  color: #fff;
}
.contact .form-contact-confirm,
.contact .form-contact-completed,
.contact .form-comment-confirm,
.contact .form-comment-completed {
  display: none;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.privacy .container,
.terms .container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.privacy .row > ol,
.terms .row > ol {
  margin-left: 1.5rem;
}
.privacy .row > ol > li > ol li,
.terms .row > ol > li > ol li {
  list-style: none;
  counter-increment: cnt;
}
.privacy .row > ol > li > ol li:before,
.terms .row > ol > li > ol li:before {
  content: counter(cnt) ")";
  margin-left: -2rem;
  padding-right: 1rem;
}
.privacy .row p,
.terms .row p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.privacy .row ul,
.terms .row ul {
  margin-bottom: 0.5rem;
}

#message-box {
  display: none;
  z-index: 4000;
  position: fixed;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.read-more {
  margin: 10px;
  text-align: center;
}
.read-more .more-btn {
  display: inline-block;
  color: #444444;
  background: #fff;
  transition: all 0.5s;
  border: 2px solid #68A4C4;
  border-radius: 4px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
}
.read-more .more-btn:hover {
  color: #fff;
  background: #68A4C4;
}

.sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .sidebar {
    margin: 0;
  }
}
.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  margin: 20px 0 0 0;
  color: #326f8f;
  position: relative;
  text-align: left;
}
.sidebar .sidebar-item {
  margin-bottom: 30px;
}
.sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.sidebar .search-form form button i {
  line-height: 0;
}
.sidebar .search-form form button:hover {
  background: rgb(118.6685714286, 172.84, 201.7314285714);
}
.sidebar .search-form p {
  font-size: 80%;
}
.sidebar .search-form p a {
  float: right;
  padding: 5px;
  border: 1px solid #68A4C4;
  border-radius: 8px;
}
.sidebar .categories {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}
.sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .categories ul > li {
  padding-top: 10px;
}
.sidebar .categories ul > li p {
  cursor: pointer;
  padding: 5px 20px 5px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  color: #444444;
  transition: all 0.5s;
  border: 1px solid #68A4C4;
  border-radius: 8px;
}
.sidebar .categories ul > li p:hover {
  color: #fff;
  background: #68A4C4;
}
.sidebar .categories ul > li.filter-active > p {
  color: #fff;
  background: #68A4C4;
}
.sidebar .categories ul > li.filter-active .sub-filters {
  max-height: 999px;
  color: #444444;
  background: #fff;
  font-size: 90%;
}
.sidebar .categories ul > li:last-child {
  margin-right: 0;
}
.sidebar .categories ul > li .sub-filters {
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 90%;
}
.sidebar .categories ul > li .sub-filters li {
  padding-top: 5px;
}
.sidebar .categories ul > li .sub-filters li p {
  border: none;
  border-radius: 0;
  padding: 2px 20px 2px 20px;
  font-size: 90%;
}
.sidebar .categories ul > li .sub-filters li p:hover {
  color: #444444 !important;
  background: #fff !important;
  border-bottom: 1px solid #68A4C4;
}
.sidebar .categories ul > li .sub-filters li.filter-active {
  border-bottom: 1px solid #68A4C4;
  color: #444444 !important;
  background: #fff !important;
}
.sidebar .categories.by-year ul li {
  display: inline-block;
  margin: 0 3px;
}
.sidebar {
  /*
    .categories {
      ul {
        list-style: none;
        padding: 0;
        li + li {
          padding-top: 10px;
        }

        a {
          color: $secondary;
          transition: 0.3s;
          &:hover {
            color: $primary;
          }
          span {
            padding-left: 5px;
            color: lighten($default, 40);
            font-size: 14px;
          }
        }
      }
    }
  */
}
.sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.sidebar .recent-posts h4 a {
  color: #1e4356;
  transition: 0.3s;
}
.sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}
.sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.sidebar .tags {
  margin-bottom: -10px;
}
.sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.sidebar .tags ul li {
  display: inline-block;
}
.sidebar .tags ul a {
  color: rgb(62.974137931, 140.6422413793, 180.525862069);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgb(227.5689655172, 239.3706896552, 245.4310344828);
  display: inline-block;
  transition: 0.3s;
}
.sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #68A4C4;
  background: #68A4C4;
}
.sidebar .tags ul a span {
  padding-left: 5px;
  color: rgb(189.7586206897, 217.8275862069, 232.2413793103);
  font-size: 14px;
}

.hot-area {
  display: inline-block;
}
@media (max-width: 576px) {
  .hot-area {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
}

.gallery {
  opacity: 0;
}
.gallery .category-filters {
  display: flex;
  flex-direction: column;
}
.gallery .category-filters > li {
  order: 1;
}
.gallery .category-filters > li[data-filter="*"],
.gallery .category-filters > li[data-filter=".filter-education-news"],
.gallery .category-filters > li[data-filter=".filter-edcs-news"] {
  order: 0;
}

.mypage-filters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
  display: flex;
  justify-items: center;
}
.mypage-filters li {
  width: 33%;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: middle;
}

.search-actions {
  margin-bottom: 1.25rem;
}
.search-actions .btn-search .bi-arrows-collapse {
  display: none;
}
.search-actions .btn-search.expand .bi-arrows-collapse {
  display: inline-block;
}
.search-actions .btn-search.expand .bi-arrows-expand {
  display: none;
}

.portfolio-container {
  overflow: auto;
  max-height: 80vh;
}
.portfolio-container .table {
  min-width: 100%;
}
.portfolio-container .table tbody {
  border-top-width: 1px;
}
.portfolio-container .table tr th {
  min-width: 100px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  background-color: rgb(214.0142857143, 230.3, 238.9857142857) !important;
  position: sticky;
  top: 0;
  z-index: 2;
}
.portfolio-container .table tr th.group-common {
  z-index: 3;
}
.portfolio-container .table tr .group-common {
  width: 210px;
  min-width: 210px;
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 1;
}
.portfolio-container .table tr .group-common2 {
  width: 170px;
  min-width: 170px;
}
.portfolio-container .table tr .group-common3 {
  white-space: nowrap;
  text-align: center;
}
.portfolio-container .table tr td {
  vertical-align: middle;
}
.portfolio-container .table tr .group_a,
.portfolio-container .table tr .group_b,
.portfolio-container .table tr .group_e,
.portfolio-container .table tr .group_f {
  text-align: center;
}
.portfolio-container .table tr .group_c,
.portfolio-container .table tr .group_d,
.portfolio-container .table tr .group_g {
  min-width: 360px;
  max-width: 100%;
}

.login {
  display: block;
  text-align: end;
}

.portfolio #portfolio-groups li:hover, .portfolio #portfolio-groups li.group-active {
  color: #fff;
  background: #1e4356;
}
.portfolio .portfolio-item .gallery-frame {
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px) {
  .portfolio .portfolio-item .gallery-frame img {
    height: 50vw;
  }
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  max-height: none;
}
.portfolio .portfolio-item .portfolio-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
}
.portfolio .portfolio-item .portfolio-info p {
  margin-top: 10px;
  display: none;
}
.portfolio .portfolio-item:hover .portfolio-info p {
  display: block;
}
.portfolio .portfolio-item .gallery-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.handle {
  display: none;
}

.popup {
  display: none;
  z-index: 1100;
}
.popup .popup-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 30px 50px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.popup .popup-frame button {
  display: inline-block;
  width: auto;
  min-width: 120px;
}

.gallery .container .gallery-container,
.gallery .container .gallery-news {
  min-height: calc(100vh - 160px);
}
.gallery .container .gallery-container .row,
.gallery .container .gallery-news .row {
  position: relative;
}
.gallery .container .gallery-details .entry-protected {
  display: none;
}
.gallery .container .gallery-details.PROTECTED .entry-protected {
  display: block;
  margin: 10vh 50px;
}
.gallery .container .gallery-details.PROTECTED .gallery-details-slider {
  display: none;
}
.gallery .container .gallery-details.PROTECTED .blog-comments {
  display: none;
}
.gallery .drawer {
  height: calc(100vh - 160px);
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .gallery .drawer {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    max-height: none;
    overflow: none;
  }
  .gallery .drawer.active {
    max-height: none;
  }
}
.gallery .drawer i.bi-search {
  display: block;
}
.gallery .drawer i.bi-x-circle {
  display: none;
}
.gallery .drawer.active .handle i.bi-search {
  display: none;
}
.gallery .drawer.active .handle i.bi-x-circle {
  display: block;
}
@media (max-width: 992px) {
  .gallery .drawer .drawer {
    position: fixed;
    top: -40px;
    background-color: white;
    z-index: 1000;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.6s;
  }
  .gallery .drawer .drawer .handle {
    display: block;
    text-align: right;
    cursor: pointer;
  }
  .gallery .drawer .drawer .handle i {
    font-size: 30px;
  }
  .gallery .drawer .drawer.active {
    max-height: 9999px;
    overflow: auto;
  }
}

.news .news-details .entry-protected {
  display: none;
}
.news .news-details.PROTECTED .entry-protected {
  display: block;
  margin: 10vh 50px;
}
.news .news-details.PROTECTED .news-description,
.news .news-details.PROTECTED .news-date {
  display: none;
}

@media (max-width: 992px) {
  section {
    overflow: visible;
  }
}
.ST-3 {
  position: relative;
}
.ST-3:after {
  content: "削除";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  border-radius: 8px;
}

.filter-item.ST-3:after {
  margin-top: 10px;
  padding: 2px;
}

.recent-posts .ST-3:after {
  padding: 12px;
}

.news-container .ST-3:after {
  padding: 2px;
  margin-bottom: 20px;
}

.testimonials .ST-3:after {
  padding-top: 100px;
}

.tmce-body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.tmce-body header,
.tmce-body footer,
.tmce-body nav,
.tmce-body menu,
.tmce-body article,
.tmce-body aside,
.tmce-body section,
.tmce-body details,
.tmce-body figcaption,
.tmce-body figure {
  display: block;
}
.tmce-body ul,
.tmce-body ol {
  list-style: none;
}
.tmce-body table {
  border-collapse: collapse;
}
.tmce-body img {
  vertical-align: bottom;
}
.tmce-body a img {
  border: none;
}
.tmce-body strong {
  font-weight: normal;
}
.tmce-body i {
  font-style: normal;
}

header .navbar {
  flex-wrap: nowrap;
}
header .navbar .line-friend img {
  height: 32px;
  min-width: 96px;
}
@media (max-width: 992px) {
  header .navbar .line-friendli img {
    display: none;
  }
}
header .navbar > a {
  max-width: 128px;
  padding: 10px;
  display: none;
}
@media (max-width: 992px) {
  header .navbar > a {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  header h1 {
    margin-top: 0 !important;
  }
  header h1 a {
    display: flex;
    flex-direction: column;
  }
  header .header-title,
  header .cafeteria {
    margin-top: 0;
    font-size: 0.9rem !important;
  }
  header .header-title span,
  header .cafeteria span {
    font-size: 0.9rem !important;
    margin-top: 5px;
  }
}

.back-to-search {
  visibility: hidden;
  opacity: 0;
}
.back-to-search i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}
.back-to-search.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .back-to-search {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #68A4C4;
    width: 60px;
    height: auto;
    border-radius: 4px;
    transition: all 0.4s;
    display: block !important;
    padding-top: 6px;
    text-align: center;
  }
  .back-to-search::after {
    content: "カテゴリー 一覧へ";
    font-size: 10px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 4px 4px 4px;
  }
}
.LOGOUT {
  display: inline-block;
  padding: 10px 16px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: orange;
  color: white;
  cursor: pointer;
}

#pageLoading,
.pre-loader {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  background-image: radial-gradient(at 76% 100%, rgb(168, 168, 168), rgb(255, 255, 255));
}
#pageLoading .modal-loading-body,
.pre-loader .modal-loading-body {
  position: absolute;
  color: inherit;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: transparent;
  width: 50%;
  height: 100px;
  padding: 23px 15px 15px 15px;
}

.container-contents ol,
.container-contents ul,
.news-container ol,
.news-container ul {
  padding-left: 0;
}

.mypage .seminar-schedule-button {
  width: auto;
}
.mypage .filters {
  list-style: none;
  display: flex;
  justify-items: center;
}
.mypage .filters li {
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 20px 7px 20px;
  border: 1px solid #68A4C4;
  border-radius: 8px;
  cursor: pointer;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage .filters li.active, .mypage .filters li:hover {
  color: #fff;
  background-color: #68A4C4;
}
.mypage .top-filter .filters li {
  border-radius: 30px;
  margin-left: 6px;
  margin-right: 6px;
}
.mypage .top-filter .filters li.active, .mypage .top-filter .filters li:hover {
  color: #fff;
  background-color: #f58220;
  border-color: #f58220;
}
@media (max-width: 769px) {
  .mypage .top-filter .filters {
    width: 100%;
    gap: 6px;
  }
  .mypage .top-filter .filters li {
    flex: 1;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 4px;
    white-space: normal;
    overflow-x: visible;
    text-overflow: clip;
    font-size: 0.85rem;
    line-height: 1.3;
  }
}
.mypage .filters-2 .filters li {
  padding: 3px 20px 3px 20px;
}
.mypage .mobile-filter-btn {
  display: none;
}
.mypage .filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
.mypage .filter-overlay.open {
  display: block;
}
.mypage .filter-drawer .filter-drawer-header {
  display: none;
}
.mypage .filter-drawer .drawer-keyword-search {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.mypage .filter-drawer .drawer-keyword-search .drawer-keyword-label {
  white-space: nowrap;
  margin: 0;
}
.mypage .filter-drawer .drawer-keyword-search .drawer-keyword-input {
  flex: 1;
}
@media (max-width: 769px) {
  .mypage .mobile-filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px calc(var(--bs-gutter-x, 1.5rem) * 0.5) 12px;
    width: calc(100% - var(--bs-gutter-x, 1.5rem));
    padding: 8px;
    border: 1px solid #68A4C4;
    border-radius: 8px;
    background: #fff;
    color: #68A4C4;
    cursor: pointer;
    font-size: 0.95rem;
    box-sizing: border-box;
  }
  .mypage .filter-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    background: #fff;
    z-index: 1100;
    overflow-y: auto;
    padding: 16px 15px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.18);
  }
  .mypage .filter-drawer.open {
    transform: translateX(0);
  }
  .mypage .filter-drawer .filter-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 1.05rem;
  }
  .mypage .filter-drawer .filter-drawer-header .filter-drawer-close {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    color: #666;
  }
  .mypage .filter-drawer .filters-1 {
    display: block !important;
    padding: 0;
  }
  .mypage .filter-drawer .filters-1 .filters {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  .mypage .filter-drawer .filters-1 .filters li {
    width: 100%;
    max-width: none;
    margin: 4px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    padding: 10px 40px 10px 15px;
    position: relative;
  }
  .mypage .filter-drawer .filters-1 .filters li[data-filter^=".filters-2"]::after {
    content: "\f282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    transition: transform 0.2s, top 0.2s;
    color: #68A4C4;
    line-height: 1;
  }
  .mypage .filter-drawer .filters-1 .filters li[data-filter^=".filters-2"].active::after {
    top: 18px;
    transform: translateY(0) rotate(180deg);
    color: #fff;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 {
    display: none;
    width: 100%;
    margin: 8px 0 0;
    padding: 0 !important;
    border-top: 1px solid rgba(104, 164, 196, 0.3);
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2.active {
    display: block !important;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 .filters {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 .filters li {
    flex-direction: row;
    align-items: center;
    margin: 2px 0;
    padding: 8px 12px 8px 14px;
    padding-right: 12px !important;
    font-size: 0.9rem;
    background-color: #f4f7f9;
    color: #666;
    border: 1px solid #e0e8ee;
    border-radius: 6px;
    width: calc(100% - 0px);
    position: static;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 .filters li::after {
    display: none !important;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 .filters li.active {
    background-color: #f58220;
    border-color: #f58220;
    color: #fff;
    font-weight: 600;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 .filters li.active::before {
    content: "\f272";
    font-family: "bootstrap-icons";
    margin-right: 6px;
    font-size: 1rem;
    font-weight: normal;
  }
  .mypage .filter-drawer .filters-1 .filters li > .filters-2 .filters li:hover:not(.active) {
    background-color: #e0edf5;
    color: #68A4C4;
    border-color: #68A4C4;
  }
  .mypage .filter-drawer > .filters-2 {
    padding: 0 !important;
  }
  .mypage .filter-drawer > .filters-2 .filters {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  .mypage .filter-drawer > .filters-2 .filters li {
    width: 100%;
    max-width: none;
    margin: 3px 0;
    justify-content: flex-start;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    padding: 8px 15px;
  }
  .mypage .filter-drawer > .filters-2.active {
    display: block !important;
  }
  .mypage .filter-drawer .drawer-keyword-search {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e8ee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mypage .filter-drawer .drawer-keyword-search .drawer-keyword-label {
    flex: 0 0 100%;
    font-size: 0.85rem;
    color: #666;
    margin: 0;
  }
  .mypage .filter-drawer .drawer-keyword-search .drawer-keyword-input {
    flex: 0 0 100%;
    font-size: 0.9rem;
    padding: 6px 10px;
  }
  .mypage .filter-drawer .drawer-keyword-search .drawer-keyword-clear,
  .mypage .filter-drawer .drawer-keyword-search .drawer-keyword-submit {
    flex: 1;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
.mypage .mypage-contents .filters-2 {
  justify-content: center;
}
.mypage .mypage-contents .filters-2.sub-1, .mypage .mypage-contents .filters-2.sub-2, .mypage .mypage-contents .filters-2.sub-3, .mypage .mypage-contents .filters-2.sub-4 {
  display: none;
}
.mypage .mypage-contents .filters-2.sub-1.active, .mypage .mypage-contents .filters-2.sub-2.active, .mypage .mypage-contents .filters-2.sub-3.active, .mypage .mypage-contents .filters-2.sub-4.active {
  display: flex;
}
.mypage .mypage-contents .tag-search {
  display: none;
  justify-content: center;
}
.mypage .mypage-contents .tag-search.active {
  display: flex;
}
.mypage .mypage-contents .news-contents,
.mypage .mypage-contents .cafeteria-contents,
.mypage .mypage-contents .QandA-contents {
  display: none;
}
.mypage .mypage-contents .news-contents.active,
.mypage .mypage-contents .cafeteria-contents.active,
.mypage .mypage-contents .QandA-contents.active {
  display: block;
}
.mypage .mypage-contents .pg-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.mypage .mypage-contents .pg-list .list-item {
  width: 24%;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px;
  position: relative;
  border: 1px solid #eee;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .mypage .mypage-contents .pg-list .list-item {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .mypage .mypage-contents .pg-list .list-item {
    width: 48%;
  }
}
.mypage .mypage-contents .pg-list .list-item .photo-frame {
  margin: 10px 0 10vw 0;
  max-width: 100%;
}
.mypage .mypage-contents .pg-list .list-item .photo-info {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: left;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .mypage .mypage-contents .pg-list .list-item .photo-info {
    top: 70%;
  }
}
@media (max-width: 768px) {
  .mypage .mypage-contents .pg-list .list-item .photo-info {
    top: 78%;
  }
}
.mypage .mypage-contents .ph-pagenation {
  display: flex;
  justify-content: flex-end;
}
.mypage .mypage-contents .ph-pagenation .btn {
  min-width: auto;
  border-color: #ddd;
}
.mypage .mypage-contents .ph-pagenation .current-page {
  display: inline-block;
}

.movie-details {
  background-color: #fff;
}
.movie-details .gallery-summary {
  width: 640px;
  margin: 30px auto;
}/*# sourceMappingURL=main.css.map */