:root {
  --primary: #ececec;
  --secondary: #3487b3;
  --secondary: #2eabc4;
  ---bgc: linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
}

html,
body {
  height: 100%;
}

div.ccm-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
}

/*#top-image-name {
  content: "top_image_sample.png";
}*/

/* * {
  border: 1px solid red;
} */

/* Body Styles
-------------------------------------------------- */

div.ccm-page {
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

/*.ccm-toolbar-visible .navbar-fixed-top {
  top: 48px;
  z-index: 4;
}*/

/* a
-------------------------------------------------- */

div.ccm-page a {
  color: #333;
  transition: color 1s ease 0s;
}

div.ccm-page a:hover,
div.ccm-page a:focus,
div.ccm-page a:active {
  color: #999;
}

/* h1 h2 h3 h4 h5 h6
-------------------------------------------------- */

div.ccm-page h1,
div.ccm-page .h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

div.ccm-page h1.error {
  color: #666;
}

div.ccm-page h2,
div.ccm-page .h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  /* border-bottom: 1px solid var(--primary); */
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

div.ccm-page h2 span,
div.ccm-page .h2 span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  /* border-bottom: 1px solid var(--primary); */
  font-family: "Noto Sans", sans-serif;
}

div.ccm-page h3,
div.ccm-page .h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5em;
  /* margin-bottom: 0; */
  /* margin-top: 0.5em; */
  /* padding-top: 0.5em; */
  padding-bottom: 0.25em;
  /* border-bottom: 1px solid var(--primary); */
}

div.ccm-page h4,
div.ccm-page .h4 {
  font-size: 20px;
  font-weight: 600;
}

div.ccm-page h5,
div.ccm-page .h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75em;
}

div.ccm-page h6,
div.ccm-page .h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.75em;
}

div.ccm-page .h1 .small,
div.ccm-page .h1 small,
div.ccm-page .h2 .small,
div.ccm-page .h2 small,
div.ccm-page .h3 .small,
div.ccm-page .h3 small,
div.ccm-page .h4 .small,
div.ccm-page .h4 small,
div.ccm-page .h5 .small,
div.ccm-page .h5 small,
div.ccm-page .h6 .small,
div.ccm-page .h6 small,
div.ccm-page h1 .small,
div.ccm-page h1 small,
div.ccm-page h2 .small,
div.ccm-page h2 small,
div.ccm-page h3 .small,
div.ccm-page h3 small,
div.ccm-page h4 .small,
div.ccm-page h4 small,
div.ccm-page h5 .small,
div.ccm-page h5 small,
div.ccm-page h6 .small,
div.ccm-page h6 small {
  font-weight: normal;
  color: inherit;
}

@media screen and (max-width: 767px) {
  div.ccm-page h1,
  div.ccm-page .h1 {
    font-size: 24px;
  }

  div.ccm-page h2,
  div.ccm-page .h2 {
    font-size: 24px;
    font-weight: 700;
  }

  div.ccm-page h3,
  div.ccm-page .h3 {
    font-size: 22px;
    font-weight: 700;
  }

  div.ccm-page h4,
  div.ccm-page .h4 {
    font-size: 20px;
    font-weight: 700;
  }

  div.ccm-page h5,
  div.ccm-page .h5 {
    font-size: 18px;
    font-weight: 700;
  }

  div.ccm-page h6,
  div.ccm-page .h6 {
    font-size: 16px;
    font-weight: 700;
  }
}

/* Header
-------------------------------------------------- */

div.ccm-page #main-header-home {
  /* border-bottom: 10px solid var(--primary); */
  margin-top: 169.484px;
  min-height: 414px;
  /* background-image: url(../img/main-header-home.jpg);
  background-repeat: no-repeat;
  background-position: right 0px top 0px;
  background-position:  center;
  background-size: cover; */
}

div.ccm-page #main-header-home h1 {
  color: #fff;
  /*text-shadow: 2px 2px 10px rgba(81, 102, 114, 0.6);*/
  text-shadow: 2px 2px 4px rgba(81, 102, 114, 0.25),
              2px 0 4px rgba(81, 102, 114, 0.25),
              -2px 0 4px rgba(81, 102, 114, 0.25),
              0 2px 4px rgba(81, 102, 114, 0.25),
              0 -2px 4px rgba(81, 102, 114, 0.25),
              2px 2px 4px rgba(81, 102, 114, 0.25),
              2px -2px 4px rgba(81, 102, 114, 0.25),
              -2px 2px 4px rgba(81, 102, 114, 0.25),
              -2px -2px 4px rgba(81, 102, 114, 0.25);
  font-size: 40px;
  font-weight: 600;
  padding: 250px 0;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  display: flex;
  /* justify-content: center; */
}

div.ccm-page #main-header-home span {
  display: block;
}

div.ccm-page #main-header-page {
  margin-top: 169.484px;
  min-height: 170px;
  /*background-image: url(../images/main-header-page.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

div.ccm-page #main-header-page h1 {
  color: #fff;
  /*text-shadow: 2px 2px 10px rgba(81, 102, 114, 0.6);*/
  text-shadow: 2px 2px 4px rgba(81, 102, 114, 0.25),
              2px 0 4px rgba(81, 102, 114, 0.25),
              -2px 0 4px rgba(81, 102, 114, 0.25),
              0 2px 4px rgba(81, 102, 114, 0.25),
              0 -2px 4px rgba(81, 102, 114, 0.25),
              2px 2px 4px rgba(81, 102, 114, 0.25),
              2px -2px 4px rgba(81, 102, 114, 0.25),
              -2px 2px 4px rgba(81, 102, 114, 0.25),
              -2px -2px 4px rgba(81, 102, 114, 0.25);
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

div.ccm-page #main-header-page small {
  padding-left: 10px;
  font-family: "Lato", sans-serif;
}

/* Top Navigation
-------------------------------------------------- */

div.ccm-page nav.navbar {
  margin-bottom: 0px;
  min-height: 120px;
  /* background-color: #ccc; */
  /* 追加 */
  align-items: normal;
  padding: 0;
  color: var(--primary);
}

div.ccm-page #seren-masthead {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

div.ccm-page #language-switcher-area {
  text-align: right;
}

div.ccm-page .navbar-fixed-top {
  background-color: rgba(250, 251, 253, 0.9);
  transition: background-color 2s ease 0s;
}

div.ccm-page .navbar-fixed-top.opaque {
  background-color: rgba(250, 251, 253, 1);
  transition: background-color 2s ease 0s;
}

div.ccm-page #seren-main-nav {
  background-color: var(--primary);
}

div.ccm-page .navbar-inverse {
  background-color: #ffffff;
  border: none;
}

div.ccm-page .navbar-inverse .navbar-collapse,
div.ccm-page .navbar-inverse .navbar-form {
  border-top: none;
  border-bottom: 1px solid #fff;
}

div.ccm-page .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  outline: 0;
  transition: box-shadow 0.2s ease 0s;
  font-weight: 500;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

div.ccm-page #site-logo a img {
  color: #333333;
}

/* div.ccm-page .navbar-inverse .navbar-nav > li > a small {
  display: block;
  color: rgb(255, 255, 255, .8)!important;
  font-weight: 300;
} */
div.ccm-page .navbar-nav li.nav-item > a small {
  display: block;
  color: #555555;
  font-weight: 300;
  font-size: 12px;
}

div.ccm-page .navbar-inverse .navbar-nav > li:hover > a small {
  color: var(--primary);
}

div.ccm-page .navbar-inverse .navbar-nav > li > a.nav-selected {
  position: relative;
}

div.ccm-page .seren-logo-link > img {
  height: auto;
  width: 100%;
  padding-top: 0;
}

div.ccm-page a.seren-logo-font {
  color: #000;
  text-decoration: none;
}

div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active {
  color: #000;
  text-decoration: none;
}

div.ccm-page .navbar-inverse .navbar-nav > .active > a,
div.ccm-page .navbar-inverse .navbar-nav > .active > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
}

/* div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > li > a:focus {
  background-color: var(--primary);
  color: #000;
} */

/* div.ccm-page .navbar-inverse .navbar-toggler {
  border: none;
  margin-right: 0;
  margin-top: 25px;
}

div.ccm-page .navbar-toggler .icon-bar {
  border-radius: 0;
  display: block;
  height: 2px;
  width: 26px;
}

div.ccm-page .navbar-inverse .navbar-toggle:hover,
div.ccm-page .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

div.ccm-page .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
} */

.navbar-toggler {
  border: none !important;
}

div.ccm-page .navbar-nav {
  margin: 0 -15px;
  justify-content: center;
  /* float: left; */
}

div.ccm-page .navbar-nav > li {
  text-align: initial;
  vertical-align: top;
}

div.ccm-page .navbar-nav > li > a {
  /* border-bottom: 1px solid #ccc; */
  font-weight: normal;
  font-size: 15px;
  padding: 15px;
  color: #333333;
}

div.ccm-page .navbar-nav > li:last-child > a {
  border-bottom: none;
}

div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  background-color: transparent;
}

div.ccm-page .navbar-inverse .navbar-nav > .open > a,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000;
}

div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  font-size: 14px;
  background-color: #ffffff;
}

div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: var(--primary);
  color: #000;
  transition: background-color 2s ease 0s;
}

div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  border-color: #666;
}

div.ccm-page .dropdown-menu {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
}

div.ccm-page .dropdown-menu > li > a {
  color: #000;
}

div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  color: #000;
  background-color: var(--primary);
  background-position: center center;
  box-shadow: none;
  transition: background-color 2s ease 0s;
}

div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 40px;
}

div.ccm-page .navbar-collapse.in {
  background-color: var(--primary);
}

div.ccm-page .navbar-collapse.in > li > a {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

/* for english(single row) navigation
-------------------------------------------------- */

div.ccm-page .navbar-nav > li > a > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.ccm-page .seren-logo-link {
  float: left;
}

div.ccm-page #seren-masthead-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.lang-btn {
  padding: 2px 14px;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
  color: var(--primary) !important;
  border: 1px solid var(--primary);
  background-color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  display: block;
  max-width: 100px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.lang-btn::after {
  background: rgb(73, 92, 215);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.lang-btn:hover,
.lang-btn:focus,
.lang-btn:active {
  color: #fff !important;
}

.lang-btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

@media screen and (max-width: 767px) {
  div.ccm-page .navbar-nav > li > a > div {
    margin: 0;
  }

  .lang-btn {
    padding: 2px 8px;
    font-size: 12px;
  }
}

div.ccm-page .navbar-nav > li > a {
  position: relative;
  /*transition: 0.5s;*/
}

@media (min-width: 768px) {
  div.ccm-page .navbar-collapse {
    margin-top: 0;
  }

  div.ccm-page .navbar-collapse.in {
    background-color: transparent;
  }

  div.ccm-page .navbar-nav {
    margin: 0;
    width: 100%;
  }

  div.ccm-page .navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
  }

  /* div.ccm-page .navbar-nav > li > a {
    padding: 12px 30px;
    border: none;
  } */

  div.ccm-page .navbar-inverse .navbar-collapse,
  div.ccm-page .navbar-inverse .navbar-form {
    border: none;
  }

  div.ccm-page .dropdown-menu {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }

  div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
  div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
  }

  div.ccm-page .seren-logo-link {
    float: none;
  }

  div.ccm-page .seren-logo-link > img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  div.ccm-page a.seren-logo-font {
    font-size: 60px;
    padding-top: 0;
  }

  div.ccm-page #seren-masthead {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  div.ccm-page #seren-masthead-left {
    text-align: left;
  }

  div.ccm-page #seren-logo {
    text-align: center;
  }

  /* div.ccm-page .navbar-inverse .navbar-nav > li > a.nav-selected::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  div.ccm-page .navbar-nav > li > a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
  }
  div.ccm-page .navbar-nav > li > a:hover:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
  } */

  div.ccm-page .navbar-nav > li > a.active {
    color: #000000;
    box-shadow: 0 -5px var(--secondary) inset;
  }

  div.ccm-page .navbar-nav > li > a:hover,
  div.ccm-page .navbar-nav > li > a:active {
    background-position: center center;
    box-shadow: 0 -5px var(--secondary) inset;
  }

  div.ccm-page .navbar-nav > li > a.active {
    box-shadow: 0 -5px var(--secondary) inset;
  }

  div.ccm-page .navbar-nav > li > a:hover,
  div.ccm-page .navbar-nav > li > a:active {
    background-position: center center;
    box-shadow: 0 -5px var(--secondary) inset;
  }
}

@media screen and (min-width: 768px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 24px !important;
  }
}

/* @media screen and (max-width: 1199px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 24px!important;
  }
} */

/* @media screen and (max-width: 991px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 24px!important;
  }
} */

@media screen and (max-width: 767px) {
  div.ccm-page .navbar-nav {
    margin: 15px 0;
  }

  div.ccm-page .navbar-nav > li > a {
    padding: 8px !important;
  }

  div.ccm-page .navbar-nav > li > a.active {
    color: #3487b3;
  }

  div.ccm-page .navbar-nav > li > a.active small {
    color: #3487b3;
  }

  div.ccm-page .navbar-nav > li > a > img {
    margin-top: -5px;
  }
}

/* home
-------------------------------------------------- */
div.ccm-page .home-concept,
div.ccm-page .home-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

div.ccm-page .home-concept {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
}

div.ccm-page .home-concept h3,
div.ccm-page .home-concept h4 {
  font-weight: 700;
  padding-bottom: 0.75em;
}

div.ccm-page .home-concept p {
  color: #000;
  padding: 0 10px 0.5em;
}

div.ccm-page .home-concept p:last-child {
  margin-bottom: 30px;
}

div.ccm-page .home-news h2 {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: none;
}

.ccm-custom-style-homeconcept {
  background-color: rgb(221, 221, 221);
  background-image: url(../img/messege_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  div.ccm-page .home-concept p {
    font-size: 16px;
    padding: 0;
  }
}

/* main-section
-------------------------------------------------- */

div.ccm-page #main-section {
  background-color: #ffffff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
}

div.ccm-page #overview {
  background-color: #ffffff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
}

div.ccm-page #coordinator {
  background-color: #dbf4ff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
}

div.ccm-page #main-section {
  background-color: #ffffff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
}

div.ccm-page #main-section p {
  line-height: 1.8;
  margin-bottom: 5px;
}

/* section --------------------------------------- */

div.ccm-page section {
  padding-bottom: 20px;
}

/* a
-------------------------------------------------- */

div.ccm-page #main-section a {
  color: #333;
  text-decoration: underline;
}

div.ccm-page #main-section a:visited {
  color: #333;
}

div.ccm-page #main-section a:hover {
  color: #999;
  text-decoration: none;
}

/* footer
-------------------------------------------------- */

div.ccm-page .footer a {
  color: #fff;
}

div.ccm-page .footer a img {
  box-shadow: 1px 2px 5px rgba(179, 179, 179, 0.8), 1px 2px 5px rgba(179, 179, 179, 0.8);
  color: #fff;
}

div.ccm-page .footer a:hover img {
  box-shadow: 1px 1px 2px rgba(179, 179, 179, 0.8), 1px 1px 2px rgba(179, 179, 179, 0.8);
  color: #fff;
}

div.ccm-page .footer a:hover,
.footer a:focus {
  color: #fff;
}

div.ccm-page #footer {
  margin-top: auto;
}

div.ccm-page #top-footer {
  /*background: var(--primary) url(../images/top-footer.jpg) no-repeat center left / cover;*/
  background-color: var(--primary);
  padding-top: 70px;
  padding-bottom: 70px;
}

div.ccm-page #top-footer .banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  div.ccm-page #top-footer .banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
}

div.ccm-page #top-footer .banner > div {
  margin-bottom: 15px;
}

div.ccm-page #top-footer a {
  color: #333;
  text-decoration: none;
}

div.ccm-page #top-footer a:hover {
  color: #999;
}

div.ccm-page #middle-footer .menu > div:not(:first-child) {
  padding-left: 1em;
}

div.ccm-page #middle-footer .menu > div:not(:last-child) {
  padding-right: 1em;
}

div.ccm-page #middle-footer .menu > div > div:last-child {
  margin-bottom: 5px;
}

div.ccm-page #bottom-footer {
  background: rgb(48, 210, 190);
  background: var(---bgc);
  background: -webkit-linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
  background: -moz-linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
  color: #fff;
  min-height: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

div.ccm-page #bottom-footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

div.ccm-page #bottom-footer > .container > .row > .col-md-6 small {
  color: rgb(255, 255, 255, 0.8);
  font-weight: 100;
}

div.ccm-page #bottom-footer h5 {
  color: #fff;
}

div.ccm-page #bottom-footer copyright {
  font-size: 80%;
  line-height: 1.2;
}

div.ccm-page #bottom-footer .ccm-block-social-links a > .fa {
  color: #fff;
}

div.ccm-page #bottom-footer .ccm-block-social-links a > .fa:hover,
div.ccm-page #bottom-footer .ccm-block-social-links a > .fa:active,
div.ccm-page #bottom-footer .ccm-block-social-links a > .fa:focus {
  color: #d5aaae;
}

div.ccm-page #bottom-footer .logo {
  text-align: right;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  div.ccm-page #bottom-footer {
    padding-bottom: 30px;
  }

  div.ccm-page #bottom-footer .logo {
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .footer-logo {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 300px;
    margin-bottom: 16px;
  }
}

/* max-width: 1400px
-------------------------------------------------- */
@media screen and (max-width: 1400px) {
  div.ccm-page #main-header-home h1 {
    color: #ffffff;
    /*text-shadow: 2px 2px 10px rgba(81, 102, 114, 0.6);*/
    margin: 0px;
    padding: 250px 0 250px 20px;
  }
}

/* max-width: 1199px
-------------------------------------------------- */

@media screen and (max-width: 1199px) {
  div.ccm-page nav.navbar {
    min-height: 120px;
  }

  div.ccm-page #seren-masthead {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }

  div.ccm-page #main-header-home {
    margin-top: 167.484px;;
  }

  div.ccm-page #main-header-page {
    margin-top: 167.484px;;
  }

  div.ccm-page #top-footer .banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  div.ccm-page #middle-footer .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  div.ccm-page #middle-footer .menu > div {
    padding: 0 20px;
  }
}

/* max-width: 991px
-------------------------------------------------- */

@media screen and (max-width: 991px) {
  div.ccm-page nav.navbar {
    min-height: 120px;
  }

  div.ccm-page #seren-masthead {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  div.ccm-page #main-header-home {
    margin-top: 167.484px;
  }

  div.ccm-page #main-header-page {
    margin-top: 167.484px;
  }
}

/* max-width: 767px
-------------------------------------------------- */

@media screen and (max-width: 767px) {
  div.ccm-page nav.navbar {
    margin-bottom: 0px;
    min-height: 70px;
  }

  div.ccm-page #main-header-home {
    margin-top: 74.0312px;
    min-height: 148px;
  }

  div.ccm-page #main-header-home h1 {
    font-size: 30px;
    padding-top: 74px;
    padding-bottom: 74px;
  }

  div.ccm-page #main-header-page {
    margin-top: 74.0312px;
    min-height: 108px;
  }

  div.ccm-page #main-header-page h1 {
    font-size: 28px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  div.ccm-page #seren-masthead {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  div.ccm-page #site-logo-area {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  /* div.ccm-page #site-logo {
    flex: 1;
  } */

  div.ccm-page #site-logo a img {
    width: 400px;
  }

  div.ccm-page #hamburger-menu {
    width: 61px;
  }

  div.ccm-page #hamburger-menu .navbar-toggle {
    border: none;
    border-radius: initial;
    height: 32px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 10px;
  }

  div.ccm-page #top-footer .banner {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
  }

  div.ccm-page #top-footer .banner > div {
    padding: 0;
    width: 100%;
  }

  div.ccm-page #top-footer .banner > div:not(:first-child) {
    padding: 0;
  }

  div.ccm-page #top-footer .banner > div:not(:last-child) {
    padding: 0;
  }

  div.ccm-page #middle-footer .menu {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
  }

  div.ccm-page #middle-footer .menu > div {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
  }

  div.ccm-page #middle-footer .menu > div:not(:first-child) {
    padding: 0;
  }

  div.ccm-page #middle-footer .menu > div:not(:last-child) {
    padding: 0;
  }
}

/* max-width: 479px
-------------------------------------------------- */

@media screen and (max-width: 479px) {
  div.ccm-page nav.navbar {
    margin-bottom: 0px;
    min-height: 55px;
  }

  div.ccm-page #main-header-home {
    margin-top: 58px;
    min-height: 128px;
  }

  div.ccm-page #main-header-home h1 {
    font-size: 20px;
    padding-top: 64px;
    padding-bottom: 64px;
    /* margin: 0 auto; */
  }

  div.ccm-page #main-header-page {
    margin-top: 58px;
    min-height: 92px;
  }

  div.ccm-page #main-header-page h1 {
    font-size: 22px;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  div.ccm-page #main-header-page span {
    padding: 0 10px;
  }
}

/* side nav menu
-------------------------------------------------- */

div.ccm-page #sidebar h3 {
  color: #000;
  font-size: 17px;
  margin-bottom: 2px;
  padding: 20px 10px 20px 1.25em;
  border-top: 5px solid var(--primary);
}

div.ccm-page ul.seren-vertical-menu {
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.224);
}

div.ccm-page ul.seren-vertical-menu > li {
  border-bottom: 1px solid #ccc;
  /*transition: 0.5s;*/
  width: 100%;
}

div.ccm-page ul.seren-vertical-menu > li:hover {
  background-color: #e4e4e4;
}

div.ccm-page ul.seren-vertical-menu > li > a {
  color: #222;
  margin-left: 1.5em;
  padding: 13px 10px;
  text-decoration: none !important;
  display: block;
}

div.ccm-page ul.seren-vertical-menu > li > a:focus,
div.ccm-page ul.seren-vertical-menu > li > a:hover {
  color: #222 !important;
  background-color: transparent !important;
  text-decoration: none;
  transition: color 1s ease 0s;
}

div.ccm-page ul.seren-vertical-menu > li > a:hover:before {
  color: var(--primary) !important;
  transition: color 1s ease 0s;
}

div.ccm-page ul.seren-vertical-menu > li.selected > a {
  color: #000;
}

div.ccm-page ul.seren-vertical-menu > li > ul > li {
  font-weight: 400;
  text-align: right;
  list-style: none;
}

div.ccm-page ul.seren-vertical-menu > li > ul > li > a {
  color: #222 !important;
  margin-right: 2.5em;
  padding: 5px;
  text-decoration: none !important;
}

div.ccm-page ul.seren-vertical-menu > li.selected {
  color: #ffffff !important;
  font-weight: 600;
  background: rgb(48, 210, 190);
  background: var(---bgc);
  background: -webkit-linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
  background: -moz-linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
}

div.ccm-page ul.seren-vertical-menu > li.selected a {
  color: #ffffff !important;
}

div.ccm-page ul.seren-vertical-menu > li.selected > a:before,
div.ccm-page ul.seren-vertical-menu > li.selected > a:focus:before,
div.ccm-page ul.seren-vertical-menu > li.selected > a:hover:before {
  color: var(--primary) !important;
}

div.ccm-page ul.seren-vertical-menu > li > ul > li > a:hover:after {
  color: var(--primary) !important;
  transition: color 1s ease 0s;
}

div.ccm-page ul.seren-vertical-menu > li > ul > li.selected {
  color: #000 !important;
  font-weight: 600;
}

div.ccm-page ul.seren-vertical-menu > li > ul > li.selected > a {
  color: #000 !important;
}

div.ccm-page ul.seren-vertical-menu > li > ul > li.selected > a:after,
div.ccm-page ul.seren-vertical-menu > li > ul > li.selected > a:focus:after,
div.ccm-page ul.seren-vertical-menu > li > ul > li.selected > a:hover:after {
  color: var(--primary) !important;
}

div.ccm-page .seren-vertical-menu .collapse > li {
  border: none;
}

div.ccm-page .seren-vertical-menu .collapse > li > a:focus,
div.ccm-page .seren-vertical-menu .collapse > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

div.ccm-page .seren-vertical-menu > li small:before {
  content: " ";
  white-space: pre;
  font-size: 16px;
}

div.ccm-page .vertical-menu-title > small:before {
  content: "\A";
  white-space: pre;
}

div.ccm-page .vertical-menu-title > small {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  div.ccm-page .vertical-menu-title > small:before {
    content: " ";
    white-space: pre;
  }
}

/* Logo
-------------------------------------------------- */

div.ccm-page a.seren-logo-font {
  font-size: 42px;
  color: #000;
  padding-top: 15px;
  text-decoration: none;
}

div.ccm-page a.seren-logo-link {
  text-decoration: none;
}

div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active {
  color: #000;
  text-decoration: none;
}

div.ccm-page a.seren-logo-link:hover,
div.ccm-page a.seren-logo-link:focus,
div.ccm-page a.seren-logo-link:active {
  color: #000;
  text-decoration: none;
}

/* panel
-------------------------------------------------- */
div.ccm-page .panel-group .panel.panel-seren,
.footer .panel-group .panel.panel-seren {
  border-radius: 0;
}

div.ccm-page .panel-default.panel-seren,
.footer .panel-default.panel-seren {
  border-color: #07182c;
  background-color: #fff;
}

div.ccm-page .panel-heading-seren a,
.footer .panel-heading-seren a {
  text-decoration: none;
}

div.ccm-page .panel-heading-seren,
.footer .panel-heading-seren {
  background-color: #fff;
}

div.ccm-page .panel-default.panel-seren > .panel-heading,
.footer .panel-default.panel-seren > .panel-heading {
  border-color: #07182c;
}

div.ccm-page .panel-title > a,
.footer .panel-title > a {
  color: #333;
}

div.ccm-page .panel-title > a:hover,
.footer .panel-title > a:hover,
div.ccm-page .panel-title > a:focus,
.footer .panel-title > a:focus,
div.ccm-page .panel-title > a:active,
.footer .panel-title > a:active {
  color: #333;
}

div.ccm-page .panel-body-seren,
.footer .panel-body-seren {
  background-color: #f0f1f1;
  color: #333;
}

div.ccm-page .panel-body-seren a,
.footer .panel-body-seren a {
  color: #666;
}

div.ccm-page .panel-body-seren a:hover,
.footer .panel-body-seren a:hover,
div.ccm-page .panel-body-seren a:focus,
.footer .panel-body-seren a:focus {
  color: #fff;
}

div.ccm-page .panel-heading-seren a:after,
.footer .panel-heading-seren a:after {
  color: #07182c;
  content: "\e114";
  float: right;
}

div.ccm-page .panel-heading-seren a.collapsed:after,
.footer .panel-heading-seren a.collapsed:after {
  content: "\e080";
}

/* blog
-------------------------------------------------- */

div.ccm-page .seren-blog-listitem {
  border: none;
  text-align: center;
  background: transparent;
}

div.ccm-page .seren-blog-thumb-img {
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

div.ccm-page .seren-blog-thumb-img:hover {
  opacity: 0.6;
}

div.ccm-page .seren-blog-thumb-img img {
  border-bottom: 5px solid var(--primary);
}

div.ccm-page p.seren-blog-description {
  padding-top: 0px;
  font-size: 16px;
}

div.ccm-page p.seren-blog-date {
  font-size: 12px;
  font-style: italic;
}

div.ccm-page h3.seren-blog-thumb-heading a {
  font-size: 24px;
}

div.ccm-page h3.seren-blog-thumb-heading a:hover,
div.ccm-page h3.seren-blog-thumb-heading a:focus {
  text-decoration: none;
}

/* block
-------------------------------------------------- */

div.ccm-page .ccm-block-page-list-rss-feed .fa-rss {
  background-color: var(--primary);
  color: #000;
  padding: 3px 5px;
  margin-bottom: 15px;
}

div.ccm-page .ccm-block-page-list-rss-feed .fa-rss:hover {
  background-color: var(--primary);
}

div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 0;
}

div.ccm-page .ccm-block-date-navigation-dates a {
  text-decoration: none;
}

div.ccm-page .ccm-block-date-navigation-dates a:focus,
div.ccm-page .ccm-block-date-navigation-dates a:active {
  text-decoration: none;
}

div.ccm-page .ccm-block-tags-wrapper a:hover,
div.ccm-page ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}

div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper label {
  border-radius: 0;
}

div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
  background-color: var(--primary);
  color: #fff;
}

div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag {
  background-color: var(--primary);
  color: #fff;
}

div.ccm-page .ccm-block-tags-wrapper .label {
  font-size: 100%;
}

/* btn
-------------------------------------------------- */

div.ccm-page .btn {
  border-radius: 0;
  font-weight: 500;
}

div.ccm-page #main-section a.btn,
div.ccm-page #main-section .btn {
  text-decoration: none;
}

div.ccm-page .btn-group-lg > .btn,
div.ccm-page .btn-lg {
  border-width: 2px;
}

div.ccm-page .btn-xlg {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 1.3333333;
  border-width: 3px;
}

div.ccm-page a.btn-normal,
div.ccm-page .btn-normal {
  border-radius: 50px;
  width: 200px;
  padding: 12px 16px;
  background: rgb(48, 210, 190);
  background: -webkit-linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
  background: -moz-linear-gradient(290deg, #2eb1c7 0%, #28659f 100%);
  background: var(---bgc);
  color: #fff;
  text-align: center;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 0;
  background-position: 30% 20%;
  background-size: 150% auto;
}

div.ccm-page a.btn-normal:hover,
div.ccm-page a.btn-normal:focus,
div.ccm-page a.btn-normal:active,
div.ccm-page .btn-normal:hover,
div.ccm-page .btn-normal:focus,
div.ccm-page .btn-normal:active {
  background-position: 99% 50%;
  box-shadow: 1px 1px 2px #b3b3b3, 1px 1px 2px #b3b3b3;
}

div.ccm-page a.btn-normal:before,
div.ccm-page .btn-normal:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  width: 200px;
  padding: 16px 20px;
  background-color: #2c94b8;
  background: -webkit-linear-gradient(290deg, rgba(56, 210, 237, 0.7) 0%, rgba(53, 135, 211, 0.7) 100%);
  background: -moz-linear-gradient(290deg, rgba(56, 210, 237, 0.7) 0%, rgba(53, 135, 211, 0.7) 100%);
  background: linear-gradient(290deg, rgba(56, 210, 237, 0.7) 0%, rgba(53, 135, 211, 0.7) 100%);
  transform: translate3d(0px, 10px, 0) scale(1);
  filter: blur(10px);
  opacity: var(0.1);
  /*transition: 0.5s;*/
}

div.ccm-page a.btn-normal:hover:before,
div.ccm-page .btn-normal:hover:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  width: 200px;
  padding: 16px 20px;
  background-color: #2c94b8;
  background: -webkit-linear-gradient(290deg, rgba(56, 210, 237, 0.7) 0%, rgba(53, 135, 211, 0.7) 100%);
  background: -moz-linear-gradient(290deg, rgba(56, 210, 237, 0.7) 0%, rgba(53, 135, 211, 0.7) 100%);
  background: linear-gradient(290deg, rgba(56, 210, 237, 0.7) 0%, rgba(53, 135, 211, 0.7) 100%);
  transform: translate3d(0px, 6px, 0) scale(0.95);
  filter: blur(5px);
  opacity: var(0.1);
}

div.ccm-page a.btn-normal:after,
div.ccm-page .btn-normal:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

@supports (-webkit-filter: blur(20px)) {
  .box::before {
    background-image: linear-gradient(135deg, #fc00ff 0, #00dbde 100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    transform: translateY(20px);
    box-shadow: none;
  }
}

div.ccm-page a.btn-transparent,
div.ccm-page .btn-transparent {
  border-color: var(--primary);
  color: var(--primary);
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-transparent:hover,
div.ccm-page a.btn-transparent:focus,
div.ccm-page a.btn-transparent:active,
div.ccm-page .btn-transparent:hover,
div.ccm-page .btn-transparent:focus,
div.ccm-page .btn-transparent:active {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-light-transparent,
div.ccm-page .btn-light-transparent {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-light-transparent:hover,
div.ccm-page a.btn-light-transparent:focus,
div.ccm-page a.btn-light-transparent:active,
div.ccm-page .btn-light-transparent:hover,
div.ccm-page .btn-light-transparent:focus,
div.ccm-page .btn-light-transparent:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-dark-transparent,
div.ccm-page .btn-dark-transparent {
  border-color: #000;
  color: #000;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-dark-transparent:hover,
div.ccm-page a.btn-dark-transparent:focus,
div.ccm-page a.btn-dark-transparent:active,
div.ccm-page .btn-dark-transparent:hover,
div.ccm-page .btn-dark-transparent:focus,
div.ccm-page a.btn-dark-transparent:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

/* spacer
-------------------------------------------------- */

div.ccm-page .spacer-10 {
  height: 10px;
}

div.ccm-page .spacer-20 {
  height: 20px;
}

div.ccm-page .spacer-30 {
  height: 30px;
}

div.ccm-page .spacer-40 {
  height: 40px;
}

div.ccm-page .spacer-50 {
  height: 50px;
}

div.ccm-page .spacer-60 {
  height: 60px;
}

div.ccm-page .spacer-70 {
  height: 70px;
}

div.ccm-page .spacer-80 {
  height: 80px;
}

div.ccm-page .spacer-90 {
  height: 90px;
}

div.ccm-page .spacer-100 {
  height: 100px;
}

/* social-links
-------------------------------------------------- */

div.ccm-page .ccm-block-social-links a > .fa {
  color: #000;
  transition: color 1s ease-in-out;
  font-size: 18px;
}

div.ccm-page .ccm-block-social-links a > .fa:hover,
div.ccm-page .ccm-block-social-links a > .fa:active,
div.ccm-page .ccm-block-social-links a > .fa:focus {
  color: var(--primary);
  font-size: 18px;
}

/* form
-------------------------------------------------- */

div.ccm-page input[type="text"],
div.ccm-page input[type="email"],
div.ccm-page input[type="tel"],
div.ccm-page input[type="search"],
div.ccm-page input[type="url"],
div.ccm-page input[type="password"],
div.ccm-page input,
div.ccm-page input.form-control,
div.ccm-page .ui-autocomplete-input,
div.ccm-page textarea,
div.ccm-page .uneditable-input {
  border-radius: 0;
}

div.ccm-page div.ccm-block-type-form span.text-muted {
  color: #ccc;
}

/* pagenation
-------------------------------------------------- */

div.ccm-page .pagination > li:first-child > a,
div.ccm-page .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

div.ccm-page .pagination > li:last-child > a,
div.ccm-page .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.ccm-page .pagination > .active > a,
div.ccm-page .pagination > .active > a:focus,
div.ccm-page .pagination > .active > a:hover,
div.ccm-page .pagination > .active > span,
div.ccm-page .pagination > .active > span:focus,
div.ccm-page .pagination > .active > span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

div.ccm-page .pagination a {
  color: #333;
}

/* page-nav
-------------------------------------------------- */

div.ccm-page a.seren-page-nav {
  font-size: 24px;
}

div.ccm-page .row-1-threeovertwo {
  margin-bottom: 50px;
}

/* fade
-------------------------------------------------- */

div.ccm-page .seren-fade {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

div.ccm-page .seren-fade:hover {
  opacity: 0.6;
}

/* image
-------------------------------------------------- */

div.ccm-page .center-block > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.ccm-page img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

div.ccm-page a img {
  /*transition: 0.3s;*/
}

/* div.ccm-page a img:hover {
  opacity: .8;
} */

div.ccm-page img.img-full-width,
div.ccm-page .img-full-width img.img-responsive {
  width: 100%;
  height: auto;
}

div.ccm-page img.img-circle,
div.ccm-page .img-circle img {
  border-radius: 50%;
}

/* hr
-------------------------------------------------- */

div.ccm-page hr.seren-hr {
  width: 50%;
  border-color: var(--primary);
}

/* portfolio
-------------------------------------------------- */

div.ccm-page .seren-portfolio-extra {
  background-color: #e7e8e8;
  padding: 50px 0;
  margin-top: 50px;
}

div.ccm-page .seren-portfolio-bottom {
  padding: 50px 0;
}

div.ccm-page .seren-portfolio-listitem {
  border: none;
  text-align: center;
  background: transparent;
}

div.ccm-page .seren-portfolio-listitem .caption {
  color: #fff;
}

div.ccm-page .seren-portfolio-listitem img:hover {
  box-shadow: 0 4px 2px -2px #333;
  margin-bottom: 0;
}

div.ccm-page .seren-portfolio-listitem .seren-img-hover {
  margin-bottom: 0 !important;
}

div.ccm-page .seren-img-hover {
  position: relative;
  overflow: hidden;
}

div.ccm-page .seren-portfolio-thumb-bottom {
  background-color: #ffffff;
  color: #000;
  padding: 20px 10px;
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid var(--primary);
}

div.ccm-page .seren-portfolio-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  background: var(--primary);
  width: 100%;
  height: 100%;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}

div.ccm-page p.seren-portfolio-description-icon {
  padding-top: 25%;
  font-size: 80px;
  line-height: 0.6;
}

div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon {
  font-size: 80px;
}

div.ccm-page p.seren-portfolio-description {
  padding-top: 0px;
  font-size: 16px;
  font-weight: 700;
}

div.ccm-page .seren-portfolio-headingarea {
  height: 60px;
}

@media (min-width: 768px) {
  div.ccm-page .seren-portfolio-listitem a > img,
  div.ccm-page .seren-portfolio-listitem > img {
    max-width: 100%;
  }

  div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon {
    font-size: 42px;
  }
}

/* list
-------------------------------------------------- */

div.ccm-page ul.bordered {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

div.ccm-page ul.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 40px;
  border-bottom: 1px dotted #ccc;
}

div.ccm-page ul.bordered li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  width: 28px;
  text-align: right;
}

div.ccm-page ul.list {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

div.ccm-page ul.list li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 20px;
  border-bottom: 1px dotted #ccc;
}

div.ccm-page ul.without-marker {
  padding-left: 0;
  margin-bottom: 2em;
}

div.ccm-page ul.without-marker li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0.5em 0 0.5em 0em;
  border-bottom: 1px dotted var(--primary);
}

div.ccm-page .list-styled {
  counter-reset: counter-name;
  padding: 0;
  margin: 0;
}

div.ccm-page .list-styled li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  padding: 0 0 0 2em;
  position: relative;
}

div.ccm-page .list-styled li::before {
  content: "";
  background-color: var(--primary);
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 6px;
  top: 7px;
  padding: 4px;
  margin: auto 0;
}

div.ccm-page ol {
  counter-reset: counter-name;
  padding-left: 0;
}

div.ccm-page ol li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
}

/*
div.ccm-page ol.bordered {
  counter-reset: counter-name;
  padding-left: 0;
}

div.ccm-page ol.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 2.4em;
  border-bottom: 1px dotted #ccc;
}

div.ccm-page ol.bordered li:last-child {
  border-bottom: none;
} */

div.ccm-page ol.no-border {
  counter-reset: counter-name;
  padding-left: 0;
}

div.ccm-page ol.no-border li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
  border-bottom-style: none !important;
}

div.ccm-page ol li:before,
div.ccm-page ol.bordered li:before,
div.ccm-page ol.no-border li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: var(--primary);
  font-weight: 700;
  position: absolute;
  left: 0;
  display: block;
  width: 1.6em;
  text-align: right;
}

/* news
-------------------------------------------------- */

div.ccm-page .news-wrapper {
  margin-bottom: 30px;
}

div.ccm-page dl.news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

div.ccm-page dl.news dt {
  color: #3487b3;
  padding: 1.2em 0 1.2em 20px;
  width: 12%;
  border-bottom: 1px dotted #ccc;
  background-color: var(--primary);
  margin: 8px 0;
}

div.ccm-page dl.news dd {
  padding: 1.2em 0 1.2em 1em;
  border-bottom: 1px dotted #ccc;
  width: 88%;
  background-color: var(--primary);
  margin: 8px 0;
}

div.ccm-page dl.news dd p {
  line-height: inherit !important;
}

div.ccm-page dl.news dd p:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
  div.ccm-page dl.news dt {
    width: 100%;
    border-bottom: none;
    /* padding-bottom: 0; */
    margin: 0;
    padding: 1.2em 0 0 8px;
  }

  div.ccm-page dl.news dd {
    width: 100%;
    padding-top: 0.5em;
    padding: 0 0 1.2em 8px;
    margin: 0 0 10px 0;
  }
}

dl.news {
  display: flex;
  flex-wrap: wrap;
}

dl.news dt {
  color: #07182c;
  width: 20%;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  letter-spacing: 0.05em;
}

dl.news dd {
  padding: 10px 15px;
  margin: 0;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}

dl.news dd a {
  color: #888888;
  text-decoration: underline;
}

dl.news dd a:visited {
  color: #888888;
}

dl.news dd a:hover {
  color: #1f1f1f;
}

@media screen and (max-width: 960px) {
  dl.news {
    flex-flow: column nowrap;
  }

  dl.news dt,
  dl.news dd {
    width: 100%;
  }

  dl.news dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* blog
-------------------------------------------------- */

.blog-page-list {
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.blog-page-list h4 {
  margin-bottom: 0px;
}

div.blog-page-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

div.blog-page-title h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div.blog-page-title span.page-date {
  margin-right: 2em;
}

div.blog-page-title span.page-date,
div.blog-page-title span.page-author {
  font-style: italic;
  font-size: 0.85em;
}

/* custom
-------------------------------------------------- */

.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 8px 0 0 0;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.align-left {
  float: left;
  padding: 10px 15px 10px 0;
}

.align-right {
  float: right;
  padding: 10px 0 10px 15px;
}

@media screen and (max-width: 767px) {
  div.ccm-page .seren-logo-link > img {
    width: 100%;
    height: auto;
  }

  div.ccm-page .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
  }

  div.ccm-page h1.page-caption {
    font-size: 28px;
    padding: 100px 0 20px 0;
  }

  /* div.ccm-page .navbar-inverse .navbar-nav > li > a small {
    display: inline;
    padding-left: 1em;
  } */
  div.ccm-page .navbar-nav li.nav-item > a small {
    display: inline;
    padding-left: 1em;
  }

  div.ccm-page .list-inline > li {
    display: block;
    padding-top: 10px;
  }
}

/* Page-top
-------------------------------------------------- */

#back-top a {
  z-index: 500;
  background: rgb(46, 171, 196, 0.6);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 7px 15px 10px 15px;
  text-align: center;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}

#back-top a:hover {
  text-decoration: none;
  background: rgb(46, 171, 196, 0.8);
}

@media screen and (max-width: 576px) {
  #back-top a {
    font-size: 16px;
    padding: 3px 10px 5px 10px;
    bottom: 10px;
    right: 10px;
  }
}

/* Members
-------------------------------------------------- */

figure.member {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid var(--primary);
  position: relative;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

figure.member img {
  transition: transform 0.3s linear;
  vertical-align: bottom;
}

figure.member img:hover {
  transform: scale(1.2);
}

figure.member figcaption {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  opacity: 1;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-top: 72%;
  padding-top: 5%;
  padding-left: 3%;
}

figure.no-profile {
  pointer-events: none;
}

figure.no-profile img:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/* Link
-------------------------------------------------- */

div.ccm-page ul.link {
  list-style: none;
  padding-left: 0;
}

div.ccm-page ul.link > li {
  border-bottom: 1px solid #ccc;
}

div.ccm-page ul.link > li:first-child {
  border-top: 1px solid #ccc;
}

div.ccm-page ul.link ul {
  list-style: none;
  padding-left: 0;
}

div.ccm-page ul.link li {
  color: #000;
  display: block;
  padding: 3px 0px 3px 22px;
  position: relative;
}

div.ccm-page ul.link li a {
  display: block;
  padding: 5px 0;
  text-decoration: none !important;
}

div.ccm-page ul.link li a:focus,
ul.link li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

div.ccm-page ul.mini-bar {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

div.ccm-page ul.mini-bar > li {
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  padding: 8px 5px 8px 10px;
  position: relative;
}

div.ccm-page ul.mini-bar > li:first-child {
  border-top: 1px solid #ccc;
}

div.ccm-page ul.mini-bar > li > a {
  display: block;
  position: relative;
  text-decoration: none !important;
}

div.ccm-page ul.mini-bar > li > a:focus,
.ccm-page ul.mini-bar > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

div.ccm-page ul.mini-bar > li.selected {
  color: #888;
  background-color: #fdeaeb;
}

div.ccm-page ul.mini-bar > li.selected > a {
  color: #888 !important;
}

div.ccm-page ul.mini-bar > li.selected > a:focus,
.ccm-page ul.mini-bar > li.selected > a:hover {
  color: #1f1f1f !important;
}

div.ccm-page ul.mini-bar > li.selected > a:before {
  color: #fff !important;
}

div.ccm-page ul.mini-bar > li.selected > a:focus:before,
.ccm-page ul.mini-bar > li.selected > a:hover:before {
  color: #fff !important;
}

/* original devided grid
-------------------------------------------------- */

.col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    float: left;
    width: 20%;
  }
}

.col-md-1-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-7 {
    float: left;
    width: 14.2857%;
  }
}

.col-md-1-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-8 {
    float: left;
    width: 12.5%;
  }
}

.col-md-1-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-9 {
    float: left;
    width: 11.1111%;
  }
}

.col-md-1-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-10 {
    float: left;
    width: 10%;
  }
}

/* table
-------------------------------------------------- */

.table-no-bordered {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.table-no-bordered > tbody > tr {
  border: 0px;
}

.table-no-bordered > tbody > tr > th {
  border: 0px;
}

.table-no-bordered > tbody > tr > td {
  border: 0px;
}

table.vertical-align-middle > tbody > tr > th {
  vertical-align: middle;
}

table.vertical-align-middle > tbody > tr > td {
  vertical-align: middle;
}

/* .table-striped > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
} */

.domain::before {
  content: "@";
}

@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .dl-horizontal-left dt {
    float: left;
    width: 100px;
    clear: left;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal-left dd {
    margin-left: 120px;
  }
}

div.ccm-page .table {
  table-layout: fixed;
}

div.ccm-page .table td:nth-child(2) {
  white-space: nowrap;
  font-weight: bold;
}

div.ccm-page .table td:nth-child(5) {
  word-break: break-all;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.table-member th,
.table-member td {
  box-sizing: border-box;
}

.table-member tr td:nth-child(1),
.table-member tr th:nth-child(1) {
  width: 15%;
}

.table-member tr td:nth-child(2),
.table-member tr th:nth-child(2) {
  width: 15%;
}

.table-member tr td:nth-child(1) img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .table-member tr td:nth-child(2),
  .table-member tr th:nth-child(2) {
    width: 18%;
  }
}

@media screen and (max-width: 640px) {
  .table-member {
    width: 100%;
  }

  .table-member thead {
    display: none;
  }

  .table-member tr td:nth-child(1) {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 30px 0;
  }

  .table-member tr td:nth-child(2) {
    width: 100%;
  }

  .table-member tr td:nth-child(5) {
    border-bottom: 1px solid #8b8b8b;
  }

  table.table-member tr td {
    display: block;
    width: 100%;
  }
}

/* Original panel settings
-------------------------------------------------- */

/* Kyoto University original panel settings */
/** panel-kyoto-u **/

.panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.224);
  display: flex;
  flex: 1;
}

.panel.panel-member {
  margin-bottom: 20px;
  border: 5px solid #edf4f4;
  border: 1px solid var(--primary);
  background-color: #f6fbfb;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.224); */
}

.panel.panel-member .panel-body .panel-member-profile p {
  margin-bottom: 0 !important;
}

.panel-member-profile .col-md-9 h5 {
  margin-bottom: 5px !important;
  line-height: 1.4;
}

.panel-member-profile .col-md-9 p {
  line-height: 1.4 !important;
}

@media screen and (max-width:576px) {
  .panel-member-profile .col-md-9 h5 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

div.ccm-page .panel-kyoto-u {
  border-color: #07182c;
  border-radius: 0px;
}

div.ccm-page .panel-kyoto-u .collapsing,
div.ccm-page .panel-kyoto-u .collapse.in {
  border-top: 1px solid #07182c;
}

div.ccm-page .panel-kyoto-u .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #07182c;
  color: #fff;
}

div.ccm-page .panel-kyoto-u .panel-heading h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-kyoto-u .panel-heading h2.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u .panel-heading h3 {
  color: #fff;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-kyoto-u .panel-heading h3.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u .panel-heading a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

div.ccm-page .panel-kyoto-u .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-kyoto-u .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-kyoto-u .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-kyoto-u .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/** panel-kyoto-u-inverse **/
div.ccm-page .panel-kyoto-u-inverse {
  border-color: #07182c;
  border-radius: 0px;
}

div.ccm-page .panel-kyoto-u-inverse .collapsing,
div.ccm-page .panel-kyoto-u-inverse .collapse.in {
  border-top: 1px solid #07182c;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #07182c;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading h2 {
  color: #07182c;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading h2.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading h3 {
  color: #07182c;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading h3.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading a {
  color: #07182c !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-kyoto-u-inverse .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-kyoto-u-inverse .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/** panel-kyoto-u-small **/
div.ccm-page .panel-kyoto-u-small {
  border-color: #07182c;
  border-radius: 0px;
}

div.ccm-page .panel-kyoto-u-small .collapsing,
div.ccm-page .panel-kyoto-u-small .collapse.in {
  border-top: 1px solid #07182c;
}

div.ccm-page .panel-kyoto-u-small .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #07182c;
  color: #fff;
}

div.ccm-page .panel-kyoto-u-small .panel-heading h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-kyoto-u-small .panel-heading h2.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u-small .panel-heading h3 {
  color: #fff;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-kyoto-u-small .panel-heading h3.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u-small .panel-heading a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 5px 0;
  position: relative;
}

div.ccm-page .panel-kyoto-u-small .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-kyoto-u-small .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-kyoto-u-small .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-kyoto-u-small .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/** panel-kyoto-u-small-inverse **/
div.ccm-page .panel-kyoto-u-small-inverse {
  border-color: #d8d8d8;
  border-radius: 0px;
  background-color: var(--white);
}

div.ccm-page .panel-kyoto-u-small-inverse .collapsing,
div.ccm-page .panel-kyoto-u-small-inverse .collapse.in {
  border-top: 1px solid #d8d8d8;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #07182c;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading h2 {
  color: #07182c;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading h2.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading h3 {
  color: #07182c;
  padding: 0;
  margin: 0;
  border-bottom: none;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  div.ccm-page .panel-kyoto-u-small-inverse .panel-heading h3 {
    font-size: 14px;
  }
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading h3.panel-title {
  font-weight: 500;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading a {
  color: #07182c !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 5px 40px 5px 0;
  position: relative;
  transition: 0.5s;
  padding: 10px 15px;
  margin: 0;
}

.panel-heading {
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading a:hover {
  background-color: #e4e4e4;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading a:after {
  font-family: bootstrap-icons;
  content: "\F286";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  transition: 0.5s;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-heading a.collapsed:after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  transition: 0.5s;
}

div.ccm-page .panel-kyoto-u-small-inverse .panel-body p:last-child {
  margin-bottom: 0px !important;
}

.achievements-body {
  width: 90%;
}

.achievements-body h5 {
  margin-top: 0;
}

.achievements-image {
  width: 10%;
  padding-left: 10px;
}

.achievements-body,
.achievements-image {
  display: table-cell;
  vertical-align: top;
}

/* Kyoto University original achievements settings */
.achievements,
.achievements-body {
  overflow: hidden;
  zoom: 1;
}

.panel-body {
  padding: 10px 15px;
}

.panel-kyoto-u-small-inverse ol {
  counter-reset: counter-name;
  padding-left: 0 !important;
}

.panel-kyoto-u-small-inverse ol li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 2.4em !important;
  border-bottom: 1px dotted #ccc;
}

.panel-kyoto-u-small-inverse ol li:last-child {
  border-bottom: none;
}

/* --------------original-------------- */

.disabled {
  pointer-events: none;
  color: #d2d2d2 !important;
}

a.disabled small {
  color: #d2d2d2 !important;
}

.mb-5 {
  margin-bottom: 3rem;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 576px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.w-65 {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .w-65 {
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------- */

div.ccm-page figcaption {
  margin: 3px 0 30px 0;
  font-size: 13px;
  line-height: 1.2;
  color: #474747;
}


.ccm-custom-style-container.ccm-custom-style-main-262 .container .row .col-sm-3 img {
  object-fit: contain;
  width: 150px;
  height: 150px;
  /* border: 1px solid #120d6b; */
  border: 1px solid #8681ec;
  /* background-color: #eff2ff; */
}

/* overview */

/*#overview {
  background: url(../images/overview.jpg)  no-repeat top center / cover;
}*/

#overview .col-lg-12.col-xl-9 {
  border-radius: 8px;
  padding: 3rem;
  color: #252525;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgba(47, 130, 137, 0.283);
}
#overview .col-lg-12.col-xl-9:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

#overview .col-lg-12.col-xl-9 p {
  line-height: 2;
}

@media screen and (max-width:578px) {
/*  #overview {
    background: url(../images/overview_sp.jpg)  no-repeat center / cover;
  }*/
  #overview .col-lg-12.col-xl-9 {
    width: 90%;
    padding: 2rem 1rem;
  }
}


/* animation ------------------- */


/* .fadeUp {
  display: flex;
  flex-direction: column;
}

.fadeUp span {
  clip-path: inset( 100% 0 0 0);
  animation: textAnime .5s ease-out .5s forwards;
  display: inline-block;
}

.fadeUp span + span {
  clip-path: inset( 100% 0 0 0);
  animation: textAnime 1s ease-out .5s forwards;
  display: inline-block;
}

@keyframes textAnime {
  0% {
    -webkit-clip-path: inset( 100% 0 0 0);
    clip-path: inset( 100% 0 0 0);
  }

  100% {
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
} */


.block {
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(81, 102, 114, 0.6);
/*  text-shadow: 2px 2px 4px rgba(81, 102, 114, 0.25),
              2px 0 4px rgba(81, 102, 114, 0.25),
              -2px 0 4px rgba(81, 102, 114, 0.25),
              0 2px 4px rgba(81, 102, 114, 0.25),
              0 -2px 4px rgba(81, 102, 114, 0.25),
              2px 2px 4px rgba(81, 102, 114, 0.25),
              2px -2px 4px rgba(81, 102, 114, 0.25),
              -2px 2px 4px rgba(81, 102, 114, 0.25),
              -2px -2px 4px rgba(81, 102, 114, 0.25);*/
  font-weight: bold;
  margin: 0px;
  padding-top: 160px;
  padding-bottom: 160px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.title {
  line-height: 1.2;
}

.text-split {
  overflow: hidden;
  display: flex;
}
.text-split span {
  display: inline-block;
  min-width: .15em;
}

.text-split span {
  transform: translateY(100%);
}

.text-wrap {
  position: relative;
  width: fit-content;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.text-wrap::before, .text-wrap::after {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.text-wrap::before {
  color: #2C94B8;
  }
.text-wrap::after {
  color: #00dbde;
}
.is-active .text-wrap::before, .is-active .text-wrap::after {
  opacity: 0;
  clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s;
}
.is-active .text-wrap:nth-child(1)::before {
  transition-delay: 0s, 1s;
}
.is-active .text-wrap:nth-child(1)::after {
  transition-delay: 0.1s, 1.1s;
}
.is-active .text-wrap:nth-child(1) .text-item {
  transition-delay: 0.25s;
}
.is-active .text-wrap:nth-child(2)::before {
  transition-delay: 0.12s, 1.12s;
}
.is-active .text-wrap:nth-child(2)::after {
  transition-delay: 0.22s, 1.22s;
}
.is-active .text-wrap:nth-child(2) .text-item {
  transition-delay: 0.37s;
}
.is-active .text-wrap:nth-child(3)::before {
  transition-delay: 0.24s, 1.24s;
}
.is-active .text-wrap:nth-child(3)::after {
  transition-delay: 0.34s, 1.34s;
}
.is-active .text-wrap:nth-child(3) .text-item {
  transition-delay: 0.49s;
}

.text-item {
  color: #fff;
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.is-active .text-item {
  clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}

.btn-outline-secondary {
  border-radius: 50px !important;
  /* background: transparent; */
  transition: 1s ease 0s;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  border: var(--secondary) 1px solid;
  background: rgb(48, 210, 190);
  background: var(---bgc);
  background: -webkit-linear-gradient(290deg, #2EB1C7 0%, #28659F 100%);
  background: -moz-linear-gradient(290deg, #2EB1C7 0%, #28659F 100%);
}
