@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  background: #fff;
  line-height: 1.8;
  font-family: yu-gothic-pr6n, "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
body.menu-show {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

a {
  transition: 0.3s all ease;
  color: #0092a0;
}
a:hover, a:focus {
  outline: none !important;
  text-decoration: none;
  color: #0092a0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  font-weight: 400;
  color: rgba(0,0,0,.8);
}

.en {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en.light {
  font-weight: 300;
}

.text-primary {
  color: #0092a0 !important;
}

.ftco-navbar-light {
  position: sticky;
  top: -200px;
  right: 0;
  left: 0;
  z-index: 3;
  background: #0092a0;
  height: 80px;
}
.ftco-navbar-light .navbar-brand {
  padding-top: 21px;
  padding-bottom: 15px;
  padding-left: 45px;
  color: #000;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 8px;
  }
  .ftco-navbar-light .navbar-brand img {
    width: 126px;
    height: 40px;
  }
}
.ftco-navbar-light .navbar-brand span {
  color: #e16262;
}
.ftco-navbar-light .navbar-nav {
  align-items: center;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 0.9rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.en {
  font-size: 21px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 10px 34px -20px rgba(0,0,0,.41);
  -moz-box-shadow: 0 10px 34px -20px rgba(0,0,0,.41);
  box-shadow: 0 10px 34px -20px rgba(0,0,0,.41);
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    margin-left: 0;
    padding-left: 0;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255,255,255,.05);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator::before {
    display: none;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-top: 4px;
  padding-top: 0.5rem;
  padding-right: 18px;
  padding-bottom: 0.5rem;
  padding-left: 18px;
  border: 1px solid #0092a0;
  background: #0092a0;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  border: 1px solid #0092a0;
  background: #0092a0;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
  border: 1px solid #e16262;
  background: #e16262 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  width: 40px;
}
.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}
.ftco-navbar-light.scrolled {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  transform: translateY(-100%);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .nav-item > .nav-link {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
}
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 6px !important;
  padding-top: 0.5rem !important;
  padding-right: 20px !important;
  padding-bottom: 0.5rem !important;
  padding-left: 20px !important;
  border: none !important;
  background: #0092a0;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #0092a0;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-radius: 0;
    background: none;
  }
}
.ftco-navbar-light.scrolled .navbar-toggler {
  border-color: rgba(0,0,0,.5) !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #0092a0 !important;
}
.ftco-navbar-light.scrolled.awake {
  top: 0;
  margin-top: 0;
  transition: 0.3s all ease-out;
  transform: translateY(0);
}
.ftco-navbar-light.scrolled.sleep {
  top: 0;
  transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
  color: #000;
}
.ftco-navbar-light.navbar-expand-lg .navbar-brand {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    height: auto;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 5px;
    position: absolute;
    top: 0;
  }
  body[class*=home] .ftco-navbar-light {
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: 0.3s all ease-out;
  }
  body[class*=home] .ftco-navbar-light.scrolled {
    transform: translateY(0);
  }
  .ftco-navbar-light .navbar-nav {
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .ftco-navbar-light .navbar-nav > .nav-item {
    width: 100%;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    line-height: 1.8;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link.en {
    font-size: 15px;
  }
  .ftco-navbar-light.scrolled {
    position: fixed;
  }
}

.navbar-brand {
  font-size: 20px;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.btn img {
  margin-left: 16px;
}

.hero-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 710px;
  overflow: hidden;
}
.hero-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background: linear-gradient(to bottom, #85a6b5, rgba(255,255,255,0));
  mix-blend-mode: multiply;
}
.hero-wrap .rellax {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.hero-wrap .container {
  max-width: none;
}
.hero-wrap.hero-wrap-2 {
  position: relative;
  height: 500px;
}
.hero-wrap.hero-wrap-2::before {
  content: initial;
}
.hero-wrap.hero-wrap-2 .overlay {
  width: 100%;
  height: 600px;
  opacity: 0.1;
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 500px;
}
.hero-wrap.hero-wrap-2 .slider-text [class*=col] {
  justify-content: flex-end;
}
.hero-wrap.hero-wrap-2 .slider-text .logo {
  top: 10px;
  left: 21px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
  line-height: 1;
  font-size: 45px;
  margin-bottom: 30px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread .en {
  margin-top: 13px;
}
.hero-wrap.hero-wrap-2 .slider-text .text {
  line-height: 1.8666666667;
  font-size: 15px;
}
.hero-wrap.hero-wrap-3 {
  height: 270px;
}
.hero-wrap.hero-wrap-3::before {
  content: initial;
}
.hero-wrap.hero-wrap-3 .slider-text {
  height: 270px;
}
.hero-wrap.hero-wrap-3 .slider-text [class*=col] {
  justify-content: flex-end;
}
.hero-wrap.hero-wrap-3 .slider-text [class*=col]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
.hero-wrap.hero-wrap-3 .slider-text [class*=col]::after {
  backdrop-filter: blur(20px) brightness(110%);
  background: rgba(255,255,255,.3);
}
.hero-wrap.hero-wrap-3 .slider-text .logo {
  top: 10px;
  left: 21px;
}
.hero-wrap.hero-wrap-3 .slider-text h1 {
  font-size: 45px;
}
.hero-wrap.hero-wrap-3 .slider-text h1::after {
  display: none;
}
.hero-wrap.hero-wrap-3 .rellax {
  background-image: url(../../images/bg_4.jpg?v=5);
}
@media (max-width: 767.98px) {
  .hero-wrap {
    height: 591px;
  }
  .hero-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(255,255,255,.7), rgba(255,255,255,0));
    mix-blend-mode: normal;
  }
  .hero-wrap .logo img {
    width: 202px;
    height: auto;
  }
  .hero-wrap .slider-text {
    width: 100%;
    height: auto;
  }
  .hero-wrap .slider-text > [class*=col] {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 309px;
  }
  .hero-wrap .slider-text::after {
    right: -15px;
    left: -15px;
  }
  .hero-wrap .slider-text .text {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .hero-wrap .slider-text .bread {
    line-height: 1.2941176471;
    font-size: 34px;
  }
  .hero-wrap .slider-text .bread .small {
    margin-top: 0;
    margin-bottom: -0.5em;
    font-size: 27px;
    display: inline-block;
  }
  .hero-wrap .slider-text .btn {
    font-size: 15px;
  }
  .hero-wrap .rellax {
    top: -60px;
  }
  .hero-wrap.hero-wrap-2 {
    height: 520px;
  }
  .hero-wrap.hero-wrap-2 .container {
    position: absolute;
    bottom: 20px;
  }
  .hero-wrap.hero-wrap-2 .slider-text {
    margin-top: 0;
    min-height: 214px;
    height: auto;
    max-height: max-content;
  }
  .hero-wrap.hero-wrap-2 .slider-text > [class*=col] {
    position: static;
    width: 100%;
  }
  .hero-wrap.hero-wrap-2 .slider-text .bread {
    line-height: 1.1764705882;
    margin-bottom: 13px;
    font-size: 34px;
  }
  .hero-wrap.hero-wrap-2 .slider-text .bread .en {
    margin-top: 5px;
  }
  .hero-wrap.hero-wrap-2 .slider-text .text {
    margin: 0;
    padding: 0;
    color: #424242;
    line-height: 1.5;
    font-size: 12px;
  }
  .hero-wrap.hero-wrap-3 {
    height: 306px;
    margin-top: 60px;
  }
  .hero-wrap.hero-wrap-3 .container {
    position: absolute;
    bottom: 20px;
  }
  .hero-wrap.hero-wrap-3 .slider-text {
    margin-top: 0;
    height: 118px;
  }
  .hero-wrap.hero-wrap-3 .slider-text [class*=col] {
    position: static;
    width: 100%;
    justify-content: center;
  }
  .hero-wrap.hero-wrap-3 .slider-text [class*=col]::before {
    content: initial;
  }
  .hero-wrap.hero-wrap-3 .slider-text [class*=col]::after {
    background: rgba(255,255,255,0);
  }
  .hero-wrap.hero-wrap-3 .slider-text .bread {
    font-size: 34px;
    margin-bottom: 0;
  }
  .hero-wrap.hero-wrap-3 .rellax {
    background-image: url(../../images/bg_4_sm.jpg?v=5);
  }
}

.slider-text {
  position: relative;
  height: 100%;
}
.slider-text > [class*=col] {
  position: relative;
  width: 696px;
}
.slider-text > [class*=col] > * {
  position: relative;
  z-index: 2;
}
.slider-text > [class*=col]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider-text > [class*=col]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider-text .bread {
  position: relative;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
  color: #283235;
  white-space: nowrap;
}
.slider-text .bread .small {
  margin-top: 14px;
  font-size: 46px;
  color: #283235;
}
.slider-text .bread .en {
  display: block;
  margin-top: 18px;
  font-size: 22px;
  color: #0092a0;
}
.slider-text .btn {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.slider-text .btn img {
  margin-left: 16px;
}
.slider-text p {
  margin-bottom: 20px;
  line-height: 1.5;
  color: rgba(0,0,0,.6);
}
.slider-text .breadcrumbs {
  z-index: 99;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.slider-text .breadcrumbs span {
  color: rgba(0,0,0,.7);
}
.slider-text .breadcrumbs span i {
  font-size: 13px;
  color: #0092a0;
}
.slider-text .breadcrumbs span a {
  color: rgba(0,0,0,.7);
}
.slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
  color: #0092a0;
}
.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
  color: #0092a0;
}
@media (max-width: 767.98px) {
  .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(105%);
    background: rgba(255,255,255,0);
  }
  .slider-text .bread .en {
    font-size: 14px;
    margin-top: 5px;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.menu-item {
  flex-basis: calc(50% - 1px);
  background: #0092a0;
}
.menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  text-decoration: none;
}

.breadcrumb {
  margin: 20px 0 0;
}
.breadcrumb ol {
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  line-height: 1;
  list-style-type: none;
  white-space: nowrap;
}
.breadcrumb li + li::before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url(/images/arrow2.svg) 0 0/contain no-repeat;
  color: #0092a0;
  margin: 0 0.25em;
}
.breadcrumb li:last-child {
  overflow-x: hidden;
}
.breadcrumb li:last-child a {
  color: #898989;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.breadcrumb a {
  flex: 1;
  font-size: 10px;
  text-decoration: none;
  color: #0092a0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    margin-top: 16px;
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute;
  margin-top: -10px;
  opacity: 0;
  color: #0092a0 !important;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev span::before,
.owl-carousel .owl-nav .owl-next span::before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  position: relative;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e6e6;
}
.owl-carousel .owl-dots .owl-dot::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: -2px;
  width: 14px;
  height: 14px;
  border: 1px solid #e6e6e6;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-custom-nav {
  position: relative;
  z-index: 10;
  float: right;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  display: inline-block;
  padding: 10px;
  width: 60px;
  background: #ccc;
  text-align: center;
  line-height: 0;
  font-size: 30px;
}

.bg-light {
  background: #fff !important;
}

.bg-2 {
  background: rgba(234,231,218,.3) !important;
}

.bg-primary {
  background: #0092a0 !important;
}

.bg-darken {
  background: #213c4f;
}

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.btn.btn-primary {
  border: 1px solid #0092a0 !important;
  background: #0092a0 !important;
  color: #fff !important;
}
.btn.btn-primary:hover {
  border: 1px solid #0092a0;
  background: transparent;
  color: #0092a0;
}
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #0092a0;
  background: transparent;
  color: #0092a0;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #0092a0;
  color: #fff;
}
.btn.btn-outline-white {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-color: rgba(255,255,255,.8);
  background: none;
  color: #fff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  border-color: #fff;
  background: #fff;
  color: #0092a0;
}
.btn.btn-black {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.btn.btn-black:hover {
  border: 1px solid #0092a0;
  background: transparent;
  color: #0092a0;
}
.btn.btn-black.btn-outline-black {
  border: 1px solid #ebebeb !important;
  background: transparent !important;
  color: #000 !important;
}
.btn.btn-black.btn-outline-black:hover {
  border: 1px solid #0092a0 !important;
  background: #0092a0 !important;
  color: #fff !important;
}

.ftco-animate {
  visibility: hidden;
  opacity: 0;
}

.ftco-section {
  position: relative;
  padding: 6em 0;
  background: #eae7da;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-footer {
  padding: 80px 0 15px;
  background: #0092a0;
  font-size: 14px;
}
.ftco-footer .ftco-footer-widget h2 {
  margin-bottom: 30px;
  height: 2.4285714286em;
  line-height: 1.2142857143;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.ftco-footer .ftco-footer-widget h2.title {
  margin-bottom: 0;
  height: auto;
}
.ftco-footer .ftco-footer-widget ul {
  margin-bottom: 0;
}
.ftco-footer .ftco-footer-widget ul li {
  text-indent: -1.25em;
  margin-left: 1.25em;
  line-height: 1.2142857143;
  font-size: 14px;
  color: #d1d1d1;
}
.ftco-footer .ftco-footer-widget ul li::before {
  content: "＞ ";
}
.ftco-footer .ftco-footer-widget ul li a {
  color: #eae7da;
  text-decoration: none;
}
.ftco-footer .ftco-footer-widget ul li a span {
  font-size: 14px;
  color: #d1d1d1;
}
.ftco-footer .ftco-footer-widget ul li + li {
  margin-top: 12px;
}
.ftco-footer .ftco-footer-widget .btn-primary {
  border: 2px solid #fff !important;
  background: #fff !important;
}
.ftco-footer .ftco-footer-widget .btn-primary:hover {
  border: 2px solid #fff !important;
  background: #fff;
}
.ftco-footer p {
  margin: 0;
  line-height: 1;
  color: #eae7da;
}
.ftco-footer .copyright {
  font-size: 10px;
}
.ftco-footer .management {
  font-size: 11px;
}
.ftco-footer .management a {
  color: #eae7da;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .ftco-footer {
    padding: 75px 0 21px;
  }
  .ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 23px;
    height: auto;
    font-size: 15px;
    line-height: 1.1333333333;
  }
  .ftco-footer .ftco-footer-widget h2.title {
    line-height: 1;
    font-size: 22px;
  }
  .ftco-footer .ftco-footer-widget > ul {
    margin-left: 1em;
  }
  .ftco-footer .ftco-footer-widget ul li {
    font-size: 13px;
    line-height: 1.3076923077;
  }
  .ftco-footer .ftco-footer-widget ul li + li {
    margin-top: 14px;
  }
  .ftco-footer .management {
    margin-bottom: 27px;
  }
  .ftco-footer .copyright {
    font-size: 12px;
    line-height: 1.5;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,146,160,.4);
    box-shadow: 0 0 0 0 rgba(0,146,160,.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(0,146,160,0);
    box-shadow: 0 0 0 30px rgba(0,146,160,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0,146,160,0);
    box-shadow: 0 0 0 0 rgba(0,146,160,0);
  }
}
.heading-section {
  line-height: 1;
}
.heading-section .subheading {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 21px;
  letter-spacing: 2px;
  color: #0092a0;
  line-height: 1;
}
.heading-section .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -1px;
  width: 50px;
  height: 2px;
  background: #708491;
  transform: translateY(-50%);
}
.heading-section .subheading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -1px;
  width: 50px;
  height: 2px;
  background: #708491;
  transform: translateY(-50%);
}
.heading-section h2 {
  margin-top: 22px;
  font-size: 51px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}
.heading-section.heading-section-white .subheading {
  color: rgba(255,255,255,.9);
}
.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff;
}
.heading-section.heading-section-white p {
  color: rgba(255,255,255,.9);
}
@media (max-width: 767.98px) {
  .heading-section .subheading {
    font-size: 16px;
  }
  .heading-section h2 {
    margin-top: 12px;
    font-size: 30px;
  }
}

.img,
.blog-img,
.user-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ftco-lead img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.ftco-lead .img {
  height: 640px;
}
.ftco-lead .text {
  padding-left: 72px;
}
.ftco-lead .text h2 {
  line-height: 1.5;
  font-size: 36px;
}
.ftco-lead .text p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 17px;
}
.ftco-lead .text p + p {
  margin-top: 2em;
}
@media (max-width: 767.98px) {
  .ftco-lead {
    padding: 5em 0 4.5em;
  }
  .ftco-lead .img {
    height: 360px;
    background-size: auto 100%;
  }
  .ftco-lead .text {
    padding: 0;
  }
  .ftco-lead .text .img {
    margin-bottom: 40px;
  }
  .ftco-lead .text h2 {
    margin-bottom: 40px;
    line-height: 1.5217391304;
    font-size: 23px;
  }
  .ftco-lead .text p {
    font-size: 15px;
  }
}

.ftco-portfolio {
  padding: 200px 0 150px;
  background: url(../images/index_contents_bg.png?v=5) 0 0/cover no-repeat #eae7da;
}
@media (max-width: 767.98px) {
  .ftco-portfolio {
    padding: 8.5em 0 7.5em;
    background-image: url(../images/index_contents_bg_sm.png?v=5);
  }
}

.portfolio-wrap {
  display: block;
  width: 100%;
}
.portfolio-wrap + .portfolio-wrap {
  margin-top: 7em;
}
.portfolio-wrap .img {
  height: 640px;
}
.portfolio-wrap .img img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.portfolio-wrap .text {
  position: relative;
}
.portfolio-wrap .text .subheading {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 12px;
  color: #0092a0;
}
.portfolio-wrap .text h2 {
  display: inline-block;
  line-height: 1.1764705882;
  font-size: 51px;
  white-space: nowrap;
  color: #424242;
  margin-bottom: 41px;
}
.portfolio-wrap .text .desc {
  position: relative;
  width: 100%;
}
.portfolio-wrap .text .desc .custom-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0092a0;
}
.portfolio-wrap .text .desc .btn {
  font-size: 18px;
}
.portfolio-wrap .text .desc p {
  margin-bottom: 33px;
  line-height: 2;
  font-size: 15px;
}
.portfolio-wrap .text .desc .top {
  position: relative;
}
.portfolio-wrap .text .desc .top::after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -30px;
  left: -150px;
  width: 150px;
  height: 2px;
  background: #000;
}
.portfolio-wrap .text .desc[class*=-end] .top::after {
  right: -150px;
  margin: 0 0 0 auto;
}
.portfolio-wrap .text .desc:hover .top::after {
  width: 200px;
}
@media (max-width: 767.98px) {
  .portfolio-wrap .img {
    height: 360px;
    background-size: auto 100%;
  }
  .portfolio-wrap .text .subheading {
    font-size: 18px;
  }
  .portfolio-wrap .text h2 {
    line-height: 1.3333333333;
    font-size: 30px;
  }
  .portfolio-wrap .text .desc .btn {
    font-size: 15px;
  }
  .portfolio-wrap .text .desc p {
    margin-bottom: 40px;
  }
  .portfolio-wrap .text .desc .top::after {
    display: none;
  }
}

.testimony-section {
  position: relative;
}
.testimony-section .owl-carousel {
  margin: 0;
}
.testimony-section .owl-carousel .owl-stage-outer {
  position: relative;
  padding: 1em 0 2em;
}
.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  opacity: 0;
}
.testimony-section .owl-nav .owl-prev span::before,
.testimony-section .owl-nav .owl-next span::before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 30px;
  color: rgba(0,0,0,.5);
}
.testimony-section .owl-nav .owl-prev:hover span::before, .testimony-section .owl-nav .owl-prev:focus span::before,
.testimony-section .owl-nav .owl-next:hover span::before,
.testimony-section .owl-nav .owl-next:focus span::before {
  color: #fff;
}
.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}
.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section .owl-dots {
  text-align: center;
}
.testimony-section .owl-dots .owl-dot {
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
}
.testimony-section .owl-dots .owl-dot.active {
  background: #0092a0;
}
@media (max-width: 767.98px) {
  .testimony-section {
    padding: 6em 0 6.5em;
  }
  .testimony-section .owl-carousel .owl-stage-outer {
    margin-top: -1em;
  }
}

.testimony-wrap {
  display: block;
  position: relative;
  padding: 38px 28px 18px;
  height: 100%;
  border: 1px solid rgba(0,0,0,.02);
  background: #fff;
  -webkit-box-shadow: 0 5px 21px -14px rgba(0,0,0,.14);
  -moz-box-shadow: 0 5px 21px -14px rgba(0,0,0,.14);
  box-shadow: 0 5px 21px -14px rgba(0,0,0,.14);
}
@media (max-width: 767.98px) {
  .testimony-wrap {
    padding: 30px 20px 23px;
  }
}
.testimony-wrap .text p {
  margin: 0;
  line-height: 1.8666666667;
  font-size: 15px;
}
.testimony-wrap .text .attr {
  font-size: 11px;
  color: #b3b3b3;
}
.testimony-wrap .text .attr p {
  line-height: 1;
}
.testimony-wrap .fa {
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 30px;
  color: #0092a0;
}

.owl-carousel .owl-stage {
  display: flex;
}
@media (max-width: 767.98px) {
  .owl-carousel .item {
    height: 100%;
  }
}

.home .hero-wrap .rellax {
  background-image: url(../../images/bg_1.jpg?v=5);
}
.home .owl-carousel .item {
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .hero-wrap .rellax {
    background-image: url(../../images/bg_1_sm.jpg?v=5);
  }
}

.block-20 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 270px;
  background-image: url(../../images/facilities-0.png?v=5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eae7da;
}
.block-20 img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 767.98px) {
  .block-20 {
    max-width: none;
    width: 100%;
    background-size: contain;
  }
}

.blog-entry {
  overflow: hidden;
  max-width: 279px;
}
.blog-entry a {
  text-decoration: none;
  color: #262626;
}
.blog-entry .text {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.blog-entry .heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6470588235;
  font-weight: 400;
  color: #262626;
}
.blog-entry .heading a {
  margin-top: 6px;
  color: #000;
}
.blog-entry .heading a:hover, .blog-entry .heading a:focus, .blog-entry .heading a:active {
  color: #0092a0;
}
.blog-entry .meta {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 12px;
  color: #424242;
}
.blog-entry .link {
  margin-top: 6px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #0092a0;
}
.blog-entry .link img {
  margin-left: 7px;
}
.blog-entry .btn-custom {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
@media (max-width: 767.98px) {
  .blog-entry {
    width: 100%;
    margin-bottom: 30px;
  }
}

.block-21 {
  color: #717171;
  font-size: 14px;
  text-decoration: none;
}
.block-21 .blog-img {
  display: block;
  width: 78px;
  height: 80px;
}
.block-21 .text {
  width: calc(100% - 78px);
}
.block-21 .text .heading {
  margin-top: 6px;
  font-size: 14px;
  color: #717171;
}

.sidebar-box {
  float: left;
  margin-bottom: 40px;
  padding: 24px 25px;
  width: 100%;
  font-size: 14px;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1;
}

.toc-list {
  padding: 0;
}
.toc-list li {
  list-style-type: none;
  font-size: 14px;
  line-height: 1.4285714286;
}
.toc-list li a {
  margin-left: 0.25em;
  color: #717171;
  text-decoration: none;
}
.toc-list li ul {
  margin-top: 15px;
  margin-left: -1.25em;
  padding-top: 10px;
  padding-left: 1.3em;
  border-top: 1px solid #b9bdc1;
}
.toc-list li li {
  line-height: 1.4615384615;
  font-size: 13px;
  text-indent: -0.65em;
  margin-left: 0.65em;
  margin-top: 3px;
}
.toc-list li li + li {
  margin-top: 7px;
}
.toc-list li li span {
  font-size: 11px;
}
.toc-list > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.toc-list > li + li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #b9bdc1;
}

.literature {
  margin-top: 108px;
}
.literature h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #262626;
  margin-bottom: 32px;
}
.literature h3::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #b9bdc1;
  margin-left: 12px;
  flex: 1;
}
.literature-list {
  padding-left: 0;
}
.literature-list li {
  padding-left: 1.5em;
  list-style-type: none;
  text-indent: -1.5em;
  line-height: 1.5;
  font-size: 12px;
  color: #434242;
}
.literature-list li + li {
  margin-top: 1.5em;
}
@media (max-width: 767.98px) {
  .literature {
    margin-top: 120px;
    margin-right: 28px;
    margin-left: 28px;
    margin-bottom: 120px;
    padding-left: 0;
    border-left: 0;
  }
  .literature h3 {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
  }
  .literature h3::after {
    content: "";
    display: block;
    flex: 1;
    margin-left: 10px;
    width: 100%;
    border-top: 1px solid #b9bdc1;
  }
  .literature li + li {
    margin-top: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .contents-link {
    margin-right: 28px;
    margin-left: 28px;
  }
}

.supervision {
  overflow: hidden;
  display: flex;
  flex-wrap: wra;
  margin-bottom: 64px;
  padding: 24px;
  background: #eae7da;
  row-gap: 10px;
}
.supervision p {
  margin-bottom: 0;
}
.supervision .pic {
  float: left;
  margin-right: 20px;
}
.supervision .title {
  align-self: center;
  line-height: 1.4705882353;
  font-size: 17px;
  color: #424242;
}
.supervision .title .small {
  font-size: 14px;
}
.supervision .btn {
  margin-left: auto;
  align-self: flex-end;
  font-size: 12px;
  padding: 10px 11px 10px 15px;
}
.supervision .btn img {
  margin-left: 7px;
}
@media (max-width: 767.98px) {
  .supervision {
    display: block;
    margin-bottom: 40px;
  }
  .supervision .pic {
    margin: 0;
  }
  .supervision img {
    width: 80px;
    height: auto;
  }
  .supervision p:not(.pic) {
    margin-left: 100px;
  }
  .supervision .title {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-bottom: 13px;
  }
  .supervision .title .small {
    font-size: 12px;
  }
  .supervision .btn img {
    width: 10px;
    height: auto;
    margin-left: 7px;
  }
}

.main-contents dt {
  font-weight: normal;
}
.main-contents dd {
  margin-bottom: 0;
}
.main-contents ul {
  padding: 0;
}
.main-contents li {
  list-style-type: none;
}
.main-contents table {
  width: 100%;
}
.main-contents table th {
  font-weight: normal;
}

@media (max-width: 991.98px) {
  body:not(.home) {
    margin-top: 58px;
  }
}

body[class*=contents] .main-contents h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 36px;
  padding: 20px 0 20px 24px;
  background: #eae7da;
  line-height: 1.4;
  font-size: 25px;
  color: #424242;
}
body[class*=contents] .main-contents h2 span {
  line-height: 1;
  font-size: 21px;
}
body[class*=contents] .main-contents p {
  margin-bottom: 0;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #424242;
}
body[class*=contents] .main-contents p + p {
  margin-top: 2em;
}
body[class*=contents] .main-contents p + img {
  margin-top: 30px;
}
body[class*=contents] .main-contents h3 {
  margin-top: 48px;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 22px;
  color: #424242;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
body[class*=contents] .main-contents h3::before {
  content: "▶︎";
  margin-right: 0.5em;
  color: #0092a0;
}
body[class*=contents] .main-contents h3 + p {
  margin-top: 32px;
}
body[class*=contents] .main-contents h3 + dl {
  margin-top: 40px;
}
body[class*=contents] .main-contents h3 + ul {
  margin-top: 21px;
}
body[class*=contents] .main-contents h3 + img {
  margin-top: 24px;
}
body[class*=contents] .main-contents dl {
  margin-bottom: 40px;
}
body[class*=contents] .main-contents dt {
  margin-bottom: 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid #0092a0;
  line-height: 1;
  font-size: 17px;
  font-weight: normal;
  color: #424242;
}
body[class*=contents] .main-contents dd {
  margin-bottom: 0;
}
body[class*=contents] .main-contents dd table {
  margin-bottom: 16px;
}
body[class*=contents] .main-contents ul {
  padding: 0;
  margin-bottom: 0;
}
body[class*=contents] .main-contents li {
  list-style-type: none;
}
body[class*=contents] .main-contents img + dl {
  margin-top: 40px;
}
body[class*=contents] .main-contents img + ul {
  margin-top: 24px;
}
body[class*=contents] .main-contents img + p {
  margin-top: 40px;
}
body[class*=contents] .main-contents img + h3 {
  margin-top: 40px;
}
body[class*=contents] .main-contents img + img {
  margin-top: 16px;
}
body[class*=contents] .main-contents :not(td) > ul:not([class]) > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4666666667;
  font-size: 15px;
  color: #424242;
}
body[class*=contents] .main-contents :not(td) > ul:not([class]) > li + li {
  margin-top: 21px;
}
body[class*=contents] .main-contents :not(td) > ul:not([class]) > li::before {
  content: "⚫︎";
  margin-right: 0.5em;
  color: #0092a0;
}
body[class*=contents] .main-contents em {
  box-shadow: inset 0 -6px 0 0 rgba(0,146,160,.3);
  font-style: normal;
}
body[class*=contents] .main-contents table {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  border: 1px solid #707070;
}
body[class*=contents] .main-contents table th {
  text-align: center;
  font-weight: normal;
}
body[class*=contents] .main-contents table thead td {
  border: 1px solid #707070;
}
body[class*=contents] .main-contents table thead th {
  background: #eae7da;
  color: #262626;
  border-bottom: 1px solid #d8d8d8;
}
body[class*=contents] .main-contents table thead th + th {
  border-left: 1px solid #d8d8d8;
}
body[class*=contents] .main-contents table thead td {
  background: #bab4ad;
}
body[class*=contents] .main-contents table tbody th {
  width: 133px;
  background: #eae7da;
  font-size: 17px;
  color: #262626;
}
body[class*=contents] .main-contents table tbody td {
  padding: 17px 21px;
  border-left: 1px solid #d8d8d8;
  line-height: 1.6;
  font-size: 15px;
  color: #424242;
}
body[class*=contents] .main-contents table tbody tr + tr th,
body[class*=contents] .main-contents table tbody tr + tr td {
  border-top: 1px solid #d8d8d8;
}
body[class*=contents] .main-contents .table-scrollable {
  margin-top: 32px;
  margin-bottom: 64px;
}
body[class*=contents] .main-contents .table-scrollable .text {
  line-height: 1;
  font-size: 11px;
  color: #717171;
}
body[class*=contents] .main-contents .table-scrollable__inner {
  overflow-x: auto;
}
body[class*=contents] .main-contents .table-scrollable table {
  margin-top: 0;
  margin-bottom: 0;
  width: 1217px;
}
body[class*=contents] .main-contents .table-scrollable table th {
  line-height: 1.3333333333;
  font-size: 15px;
}
body[class*=contents] .main-contents .table-scrollable table th span {
  font-size: 12px;
}
body[class*=contents] .main-contents .table-scrollable table td {
  padding-right: 0;
  padding-left: 0;
  width: 152px;
  text-align: center;
  line-height: 1.3846153846;
  font-size: 13px;
  color: #717171;
}
body[class*=contents] .main-contents .table-scrollable table td span {
  font-size: 11px;
}
body[class*=contents] .main-contents .table-scrollable table ul {
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: left;
}
body[class*=contents] .main-contents .table-scrollable table li {
  margin-left: 1em;
  text-indent: -1em;
}
body[class*=contents] .main-contents .table-scrollable table li::before {
  content: "・";
}
body[class*=contents] .main-contents .table-scrollable table li + li {
  margin-top: 0.4em;
}
body[class*=contents] .main-contents .table-scrollable table thead th {
  height: 50px;
  color: #262626;
}
body[class*=contents] .main-contents .table-scrollable table thead th:nth-of-type(1) {
  background: #f0e1a3;
}
body[class*=contents] .main-contents .table-scrollable table thead th:nth-of-type(2) {
  background: #eab88d;
}
body[class*=contents] .main-contents .table-scrollable table thead th:nth-of-type(3) {
  background: #dda3ae;
}
body[class*=contents] .main-contents .table-scrollable table thead th:nth-of-type(4) {
  background: #b49dd3;
}
body[class*=contents] .main-contents .table-scrollable table thead th:nth-of-type(5) {
  background: #b3c8ef;
}
body[class*=contents] .main-contents .table-scrollable table tbody td {
  background: rgba(240,225,163,.1);
  border-left-color: #707070;
}
body[class*=contents] .main-contents .table-scrollable table tbody td:nth-of-type(4) {
  background: rgba(234,184,141,.2);
}
body[class*=contents] .main-contents .table-scrollable table tbody td:nth-of-type(5) {
  background: rgba(221,163,174,.2);
}
body[class*=contents] .main-contents .table-scrollable table tbody td:nth-of-type(6) {
  background: rgba(180,157,211,.2);
}
body[class*=contents] .main-contents .table-scrollable table tbody td:nth-of-type(7) {
  background: rgba(179,200,239,.2);
}
body[class*=contents] .main-contents figure {
  position: relative;
  margin-bottom: 0;
}
body[class*=contents] .main-contents figcaption {
  line-height: 1;
  position: absolute;
  bottom: -1.5em;
  right: 0;
  text-align: right;
  font-size: 11px;
  color: #717171;
}
body[class*=contents] .main-contents .section + .section {
  margin-top: 74px;
}
body[class*=contents] .main-contents .section > img {
  width: 100%;
  height: auto;
}
body[class*=contents] .main-contents .subcontents img {
  width: 100%;
  height: auto;
}
body[class*=contents] .main-contents .subcontents + .subcontents {
  margin-top: 48px;
}
body[class*=contents] .main-contents .subcontents.subcontents2 h3 {
  color: #0092a0;
  margin-top: 42px;
  margin-bottom: 26px;
}
body[class*=contents] .main-contents .subcontents.subcontents2 h3::before {
  content: initial;
}
body[class*=contents] .main-contents .subcontents.subcontents2 + .subcontents2 {
  margin-top: 48px;
}
body[class*=contents] .main-contents .btn {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  body[class*=contents] .main-contents h2 {
    margin-bottom: 24px;
  }
  body[class*=contents] .main-contents h2 span {
    line-height: 1.6666666667;
    font-size: 21px;
  }
  body[class*=contents] .main-contents p + img {
    margin-top: 24px;
  }
  body[class*=contents] .main-contents dt {
    padding-bottom: 15px;
    margin-bottom: 32px;
  }
  body[class*=contents] .main-contents img {
    width: 100%;
    height: auto;
  }
  body[class*=contents] .main-contents img + p {
    margin-top: 18px;
  }
  body[class*=contents] .main-contents img + img {
    margin-top: 8px;
  }
  body[class*=contents] .main-contents .section {
    margin-bottom: 80px;
  }
  body[class*=contents] .main-contents .subcontents.subcontents2 h3 {
    color: #0092a0;
    text-indent: 0;
    line-height: 1.5;
    font-size: 22px;
    margin-top: 34px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  body[class*=contents] .main-contents .subcontents.subcontents2 h3::before {
    content: initial;
  }
  body[class*=contents] .main-contents .subcontents.subcontents2 + .subcontents2 {
    margin-top: 42px;
  }
  body[class*=contents] .main-contents h3 {
    text-indent: -1.5em;
    margin-left: 1.3em;
    margin-top: 48px;
    line-height: 1.1818181818;
  }
  body[class*=contents] .main-contents h3 + p {
    margin-top: 24px;
  }
  body[class*=contents] .main-contents table {
    margin-top: 24px;
  }
  body[class*=contents] .main-contents table tbody th {
    font-size: 14px;
    width: 70px;
  }
  body[class*=contents] .main-contents table tbody td {
    padding: 12px 14px;
    line-height: 1.6153846154;
    font-size: 13px;
  }
  body[class*=contents] .main-contents .table-scrollable {
    margin-bottom: 80px;
  }
  body[class*=contents] .main-contents .column figure {
    margin-bottom: 0;
  }
  body[class*=contents] .main-contents figcaption {
    margin-top: 6px;
    position: static;
    text-align: left;
    font-size: 10px;
  }
  body[class*=contents] .main-contents .btn img {
    width: 10px;
    height: auto;
  }
}
body[class*=contents] .feature-list {
  margin-top: 40px;
}
body[class*=contents] .feature-list li + li {
  margin-top: 17px;
}
body[class*=contents] .feature-list dl {
  display: flex;
  align-items: center;
  margin: 0;
}
body[class*=contents] .feature-list dt {
  margin: 0 18px 0 0;
  padding: 0;
  border: 0;
}
body[class*=contents] .feature-list em {
  color: #0092a0;
  font-size: 22px;
  box-shadow: none;
  line-height: 1;
  display: inline-block;
}
body[class*=contents] .feature-list p {
  margin-top: 12px;
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  body[class*=contents] .feature-list {
    margin-top: 32px;
  }
  body[class*=contents] .feature-list li + li {
    margin-top: 20px;
  }
  body[class*=contents] .feature-list dl {
    display: block;
  }
  body[class*=contents] .feature-list dt {
    width: 136px;
    margin: 0 auto 10px;
  }
  body[class*=contents] .feature-list dd {
    line-height: 1;
    text-align: center;
  }
  body[class*=contents] .feature-list dd p {
    margin-top: 16px;
    text-align: left;
  }
}
body[class*=contents] .column {
  margin-top: 48px;
  margin-bottom: 80px;
  border: 1px solid #cbced1;
  border-radius: 15px;
  overflow: hidden;
}
body[class*=contents] .column h3 {
  display: grid;
  grid-template-columns: min-content 1fr;
  border-bottom: 1px solid #b9bdc1;
  font-size: 18px;
  margin-top: 0;
  margin-left: 0;
  text-indent: 0;
}
body[class*=contents] .column h3::before {
  content: initial;
}
body[class*=contents] .column h3 .en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  margin-right: 14px;
  background: #eae7da;
  font-size: 21px;
}
body[class*=contents] .column h3 .text {
  padding-top: 19px;
  padding-bottom: 19px;
}
body[class*=contents] .column h3 + p {
  margin-top: 18px;
}
body[class*=contents] .column-inner {
  padding: 18px 25px 22px;
}
body[class*=contents] .column-inner > figure img,
body[class*=contents] .column-inner > img {
  width: 100%;
  height: auto;
}
body[class*=contents] .column figure {
  margin-bottom: 18px;
}
body[class*=contents] .column p + img {
  margin-top: 18px;
}
body[class*=contents] .column ul {
  margin-top: 22px;
  margin-bottom: 29px;
}
body[class*=contents] .column :not(td) > ul:not([class]) > li + li {
  margin-top: 13px;
}
body[class*=contents] .column .details {
  background: rgba(234,231,218,.5);
  border-radius: 15px;
  padding: 22px 26px;
}
body[class*=contents] .column .details p,
body[class*=contents] .column .details ul:not([class]) > li {
  font-size: 13px;
}
body[class*=contents] .column .details ul:not([class]) {
  margin-top: 16px;
  margin-bottom: 16px;
}
body[class*=contents] .column .details ul:not([class]) > li + li {
  margin-top: 10px;
}
body[class*=contents] .column .btn {
  padding: 10px 11px 10px 15px;
}
body[class*=contents] .column .btn img {
  margin-left: 7px;
}
@media (max-width: 767.98px) {
  body[class*=contents] .column h3 {
    margin-left: 0;
    text-indent: 0;
  }
  body[class*=contents] .column h3 .en {
    margin-right: 16px;
    width: 75px;
    font-size: 14px;
  }
  body[class*=contents] .column-inner {
    padding: 20px;
  }
  body[class*=contents] .column:not(td) > ul:not([class]) > li + li {
    margin-top: 10px;
  }
  body[class*=contents] .column ul {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  body[class*=contents] .column .details {
    padding: 20px;
  }
  body[class*=contents] .column .details p {
    line-height: 1.5384615385;
  }
}
body[class*=contents] .flow-list {
  padding: 0;
  margin-top: 34px;
}
body[class*=contents] .flow-list > li {
  min-height: 160px;
  padding-right: 160px;
  background-position: right top;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}
body[class*=contents] .flow-list > li:nth-child(1), body[class*=contents] .flow-list > li:nth-child(5) {
  background-image: url(../../images/about-17.png?v=5);
}
body[class*=contents] .flow-list > li:nth-child(2) {
  background-image: url(../../images/about-18.png?v=5);
}
body[class*=contents] .flow-list > li:nth-child(3) {
  background-image: url(../../images/about-19.png?v=5);
}
body[class*=contents] .flow-list > li:nth-child(4) {
  background-image: url(../../images/about-20.png?v=5);
}
body[class*=contents] .flow-list > li + li {
  margin-top: 18px;
}
body[class*=contents] .flow-list dl {
  margin: 0;
}
body[class*=contents] .flow-list dt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 22px;
  margin-left: 1.5em;
  margin-right: 10px;
  margin-bottom: 26px;
  padding-top: 18px;
  text-indent: -1.5em;
  line-height: 1.2;
}
body[class*=contents] .flow-list dt::before {
  content: "▼";
  color: #0092a0;
  margin-right: 0.5em;
}
body[class*=contents] .flow-list dd {
  margin-bottom: 0;
  margin-right: 32px;
}
body[class*=contents] .flow-list dd p {
  font-size: 15px;
  margin-bottom: 16px;
}
body[class*=contents] .flow-list dd > ul:not([class]) > li {
  font-size: 13px;
  line-height: 1.4615384615;
}
body[class*=contents] .flow-list dd > ul:not([class]) > li + li {
  margin-top: 0;
}
body[class*=contents] .flow-list dd > ul:not([class]) > li::before {
  content: initial;
}
@media (max-width: 767.98px) {
  body[class*=contents] .flow-list > li {
    min-height: 126px;
    padding-right: 0;
    background-position: right 55px;
    background-size: 80px 80px;
  }
  body[class*=contents] .flow-list > li + li {
    margin-top: 32px;
  }
  body[class*=contents] .flow-list dt {
    padding-top: 0;
    margin-bottom: 26px;
  }
  body[class*=contents] .flow-list dd {
    margin-right: 90px;
  }
  body[class*=contents] .flow-list dd p {
    line-height: 1.6;
  }
  body[class*=contents] .flow-list dd > ul:not([class]) > li {
    margin-left: 1em;
    text-indent: -1em;
  }
}
body[class*=contents] .faq-list > li + li {
  margin-top: 48px;
}
body[class*=contents] .faq-list dl {
  margin-bottom: 0;
}
body[class*=contents] .faq-list dt {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  font-size: 22px;
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.2;
}
body[class*=contents] .faq-list dt::before {
  content: "Q";
  font-family: europa;
  font-weight: 300;
  margin-right: 0.5em;
  color: #0092a0;
  font-size: 26px;
  line-height: 1;
}
body[class*=contents] .faq-list dd {
  overflow: hidden;
}
body[class*=contents] .faq-list dd > * {
  overflow: hidden;
  margin-left: 30px;
}
body[class*=contents] .faq-list dd::before {
  float: left;
  content: "A";
  font-family: europa;
  font-weight: 300;
  margin-right: 0.5em;
  color: #0092a0;
  font-size: 26px;
  line-height: 1;
}
body[class*=contents] .faq-list :not(td) > ul:not([class]) > li {
  line-height: 1.8666666667;
}
body[class*=contents] .faq-list :not(td) > ul:not([class]) > li::before {
  color: #0092a0;
}
body[class*=contents] .faq-list :not(td) > ul:not([class]) > li + li {
  margin-top: 0;
}
body[class*=contents] .faq-list .btn {
  padding: 10px 11px 10px 15px;
}
body[class*=contents] .faq-list .btn img {
  margin-left: 7px;
}
@media (max-width: 767.98px) {
  body[class*=contents] .faq-list dt {
    text-indent: -1.6em;
    margin-left: 1.6em;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  body[class*=contents] .faq-list dt::before {
    font-size: 27px;
  }
  body[class*=contents] .faq-list dd::before {
    font-size: 27px;
  }
  body[class*=contents] .faq-list dd > * {
    margin-left: 35px;
  }
  body[class*=contents] .faq-list :not(td) > ul:not([class]) > li {
    line-height: 1.6;
  }
  body[class*=contents] .faq-list :not(td) > ul:not([class]) > li + li {
    margin-top: 13px;
  }
  body[class*=contents] .faq-list .btn {
    font-size: 12px;
    justify-content: center;
  }
}
body[class*=contents] .literature {
  margin-top: 80px;
}

body:not([class*=contents]) .subcontents p,
body:not([class*=contents]) .subcontents dd,
body:not([class*=contents]) .subcontents li {
  margin: 0;
}
body:not([class*=contents]) .subcontents p,
body:not([class*=contents]) .subcontents ol,
body:not([class*=contents]) .subcontents ul,
body:not([class*=contents]) .subcontents dl {
  margin-bottom: 0;
  padding: 0;
}
body:not([class*=contents]) .subcontents li {
  list-style-type: none;
}
body:not([class*=contents]) .subcontents dl {
  display: flex;
}
body:not([class*=contents]) .subcontents dt {
  font-weight: normal;
}
body:not([class*=contents]) .subcontents ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
body:not([class*=contents]) .subcontents ul li::before {
  content: "⚫︎";
  margin-right: 0.5em;
  color: #0092a0;
}
body:not([class*=contents]) .subcontents.paper li + li {
  margin-top: 13px;
}

.home .hero-wrap .slider-text > [class*=col]::before {
  height: 218px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
.home .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(110%);
  background: rgba(255,255,255,.2);
}
.home .no1 h2 {
  margin-left: -3px;
}
.home .no2 h2 {
  margin-right: -3px;
}
.home .no3 .subheading {
  margin-left: 1px;
}
.home .no4 .subheading {
  margin-right: -1px;
}
.home .no4 h2 {
  margin-right: -2px;
}
.home .ftco-doctor {
  padding: 80px 0;
}
.home .ftco-doctor .col {
  display: grid;
  grid-template-columns: min-content 1fr 1fr;
  grid-template-rows: min-content min-content;
  gap: 30px;
}
.home .ftco-doctor .title {
  grid-column: 2/4;
  grid-row: 1/2;
  width: 100%;
  line-height: 1;
  font-size: 30px;
}
.home .ftco-doctor .title .emphasis {
  vertical-align: top;
  margin-bottom: 16px;
  padding: 8px 16px;
  display: inline-block;
  font-style: normal;
  background: #0092a0;
  color: #fff;
  font-size: 14px;
}
.home .ftco-doctor .title .small {
  margin-left: 16px;
  font-size: 16px;
}
.home .ftco-doctor img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 260px;
  height: 302px;
  object-fit: cover;
  object-position: top;
}
.home .ftco-doctor .subcontents {
  grid-row: 2/3;
  flex: 1;
}
.home .ftco-doctor .subcontents.history {
  grid-column: 2/3;
}
.home .ftco-doctor .subcontents.license {
  grid-column: 3/4;
}
.home .ftco-doctor .subcontents h4 {
  line-height: 1;
  font-size: 14px;
  color: #424242;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0092a0;
}
.home .ftco-doctor .subcontents p,
.home .ftco-doctor .subcontents dt,
.home .ftco-doctor .subcontents dd,
.home .ftco-doctor .subcontents li {
  line-height: 1.5;
  font-size: 12px;
  color: #717171;
}
.home .ftco-doctor .subcontents dt {
  margin-right: 1em;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .home .ftco-doctor {
    padding: 40px 0;
  }
  .home .ftco-doctor .col {
    grid-template-columns: 1fr min-content;
    grid-template-rows: min-content min-content min-content;
    gap: 24px;
  }
  .home .ftco-doctor .title {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    line-height: 1;
    font-size: 25px;
  }
  .home .ftco-doctor .title .small {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 13px;
  }
  .home .ftco-doctor img {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 120px;
    height: 104px;
    margin: 0;
  }
  .home .ftco-doctor .subcontents.history {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .home .ftco-doctor .subcontents.license {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.home .ftco-links {
  background-image: url(../images/index_links_bg.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.home .ftco-links .img {
  height: 240px;
}
.home .ftco-links .en {
  margin-bottom: 6px;
  font-size: 18px;
}
.home .ftco-links h2 {
  margin-bottom: 18px;
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .home .hero-wrap .slider-text > [class*=col]::before {
    content: initial;
  }
  .home .hero-wrap .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(105%);
    background: rgba(255,255,255,0);
  }
  .home .no1 h2 {
    margin-left: -2px;
  }
  .home .no2 h2 {
    margin-left: -2px;
    margin-right: 0;
  }
  .home .no4 h2 {
    margin-left: -1px;
    margin-right: 0;
  }
  .home .ftco-links .img {
    height: 150px;
    width: calc(150px + var(--bs-gutter-x) * 0.5 + var(--bs-gutter-x) * 0.5);
  }
  .home .ftco-links .en {
    margin-bottom: 11px;
    font-size: 15px;
  }
  .home .ftco-links h2 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .home .ftco-links .text {
    padding-right: 0;
  }
  .home .ftco-links .text p {
    margin-top: auto;
  }
}

body.mechanism .hero-wrap .slider-text > [class*=col]::before {
  height: 218px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
body.mechanism .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(110%);
  background: rgba(255,255,255,.4);
}
body.mechanism .hero-wrap .rellax {
  background-image: url(../../images/bg_2.jpg?v=5);
}
body.mechanism .ftco-section {
  padding: 64px 0 200px;
}
body.mechanism .main-contents .table-scrollable table thead td {
  background-color: #eae7da;
}
body.mechanism .main-contents .table-scrollable table thead th {
  border-bottom-color: #707070;
  border-left-color: #707070;
}
@media (max-width: 767.98px) {
  body.mechanism .hero-wrap .slider-text > [class*=col]::before {
    content: initial;
  }
  body.mechanism .hero-wrap .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(110%);
    background: rgba(255,255,255,0);
  }
  body.mechanism .hero-wrap .slider-text .text {
    color: #424242;
  }
  body.mechanism .hero-wrap .rellax {
    background-image: url(../../images/bg_2_sm.jpg?v=5);
  }
  body.mechanism .ftco-section {
    padding: 80px 0 200px;
  }
}

body.about .hero-wrap .slider-text > [class*=col]::before {
  content: initial;
}
body.about .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(110%);
  background: rgba(255,255,255,0);
}
body.about .hero-wrap .rellax {
  background-image: url(../../images/bg_3.jpg?v=5);
}
body.about .ftco-section {
  padding: 64px 0 200px;
}
body.about .main-contents p + img,
body.about .main-contents p + figure {
  margin-top: 24px;
}
body.about .main-contents table {
  margin-bottom: 28px;
}
body.about .main-contents table th {
  font-size: 15px;
}
body.about .main-contents table thead th {
  height: 51px;
  width: 298px;
}
body.about .main-contents table tbody th {
  font-size: 15px;
  background: rgba(234,231,218,.5);
}
body.about .main-contents table tbody td {
  line-height: 1;
  font-size: 13px;
  color: #717171;
  text-align: center;
}
body.about .main-contents table + ul:not([class]) li + li {
  margin-top: 13px;
}
body.about .carousel-testimony {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
  column-gap: 33px;
  margin-top: 30px;
}
body.about .carousel-testimony .item {
  flex-basis: 348px;
}
@media (max-width: 767.98px) {
  body.about .hero-wrap .rellax {
    background-image: url(../../images/bg_3_sm.jpg?v=5);
  }
  body.about .ftco-section {
    padding: 80px 0 200px;
  }
  body.about table {
    margin-bottom: 24px;
  }
  body.about table th {
    font-size: 14px;
  }
  body.about .column p + figure,
  body.about .column p + img {
    margin-top: 16px;
  }
  body.about .testimony-section {
    padding: 0;
  }
  body.about .carousel-testimony {
    display: block;
  }
}

.privacypolicy .ftco-section {
  padding-top: 136px;
  padding-bottom: 200px;
}
.privacypolicy .main-contents h2 {
  color: #0092a0;
  background: none;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 24px;
}
.privacypolicy .main-contents h2:not(:first-child) {
  margin-top: 48px;
}
.privacypolicy .main-contents p,
.privacypolicy .main-contents li,
.privacypolicy .main-contents dt,
.privacypolicy .main-contents dd {
  font-size: 13px;
  line-height: 1.6153846154;
  color: #424242;
}
.privacypolicy .main-contents p:first-of-type {
  font-size: 15px;
  line-height: 2;
}
.privacypolicy .main-contents ul {
  counter-reset: root 0;
  margin-top: 1em;
}
.privacypolicy .main-contents ul > li {
  counter-increment: root 1;
  text-indent: -24px;
  margin-left: 24px;
}
.privacypolicy .main-contents ul > li + li {
  margin-top: 1em;
}
.privacypolicy .main-contents ul > li::before {
  margin-right: 11px;
  content: "⚫︎";
}
.privacypolicy .main-contents ul > li > ul {
  counter-reset: parent 0;
}
.privacypolicy .main-contents ul > li > ul > li {
  counter-increment: parent 1;
  text-indent: -1.6em;
  margin-left: 1.6em;
}
.privacypolicy .main-contents ul > li > ul > li::before {
  content: counter(parent) "）";
}
.privacypolicy .main-contents ul > li > ul > li > ul {
  counter-reset: child 0;
}
.privacypolicy .main-contents ul > li > ul > li > ul > li {
  counter-increment: child 1;
  text-indent: -2.6em;
  margin-left: 2.6em;
}
.privacypolicy .main-contents ul > li > ul > li > ul > li::before {
  content: "（" counter(child) "）";
}
.privacypolicy .main-contents dl {
  margin-top: 1em;
  margin-bottom: 0;
}
.privacypolicy .main-contents dt {
  margin: 0;
  padding: 0;
  border: 0;
}
.privacypolicy .main-contents dd {
  margin: 0;
}
@media (max-width: 767.98px) {
  .privacypolicy .ftco-section {
    padding-top: 64px;
    padding-bottom: 200px;
  }
  .privacypolicy .main-contents p:first-of-type {
    margin-bottom: 64px;
    line-height: 1.8666666667;
  }
}

.company .ftco-section {
  padding-top: 140px;
  padding-bottom: 200px;
}
.company .main-contents table {
  border-top: 1px solid #9e9e9e;
}
.company .main-contents th,
.company .main-contents td {
  padding: 40px 0;
  font-size: 15px;
  line-height: 1.8666666667;
  border-bottom: 1px solid #9e9e9e;
}
.company .main-contents th {
  vertical-align: top;
  color: #0092a0;
  width: 173px;
}
.company .main-contents td {
  color: #717171;
}
@media (max-width: 767.98px) {
  .company .ftco-section {
    padding-top: 64px;
  }
  .company .main-contents th,
  .company .main-contents td {
    padding: 24px 0;
  }
  .company .main-contents th {
    font-size: 13px;
    line-height: 2.1538461538;
    width: 67px;
  }
  .company .main-contents td {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

.sitemap .ftco-section {
  padding-top: 84px;
  padding-bottom: 200px;
}
.sitemap .main-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.sitemap .main-contents a {
  text-decoration: none;
}
.sitemap .main-contents ul {
  margin-bottom: 0;
}
.sitemap .main-contents dl {
  margin-bottom: 0;
  width: 343px;
}
.sitemap .main-contents dt {
  font-size: 18px;
  margin-bottom: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0092a0;
  line-height: 1;
}
.sitemap .main-contents dd {
  padding-left: 7px;
}
.sitemap .main-contents li {
  line-height: 1;
  font-size: 14px;
  color: #424242;
}
.sitemap .main-contents li::before {
  content: "＞";
}
.sitemap .main-contents li + li {
  margin-top: 14px;
}
.sitemap .main-contents li a {
  margin-left: 0.5em;
  color: #424242;
}
@media (max-width: 767.98px) {
  .sitemap .ftco-section {
    padding-top: 60px;
  }
  .sitemap .main-contents dd {
    padding-left: 3px;
  }
}

.research-institute .hero-wrap .slider-text > [class*=col]::before {
  height: 218px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
.research-institute .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(108%);
  background: rgba(255,255,255,.3);
}
.research-institute .hero-wrap .rellax {
  background-image: url(../../images/bg_5.jpg?v=5);
}
.research-institute .heading-section h2 {
  font-size: 38px;
}
.research-institute .ftco-section {
  padding-top: 100px;
  padding-bottom: 200px;
}
.research-institute .institute h2 {
  margin-bottom: 34px;
}
.research-institute .institute p {
  font-size: 15px;
  line-height: 1.8666666667;
}
.research-institute .researchers h2 {
  margin-bottom: 80px;
}
.research-institute .bg-light {
  padding-top: 73px;
  padding-bottom: 120px;
}
.research-institute .press-release {
  text-align: left;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 429px;
  border: 1px solid #d0d3d5;
  font-size: 15px;
}
.research-institute .press-release > * {
  width: 50%;
}
.research-institute .press-release dt {
  font-weight: normal;
  text-align: center;
  color: #424242;
  margin-bottom: -1px;
}
.research-institute .press-release dd {
  margin-bottom: -1px;
}
.research-institute .press-release ul {
  border-left: 1px solid #d0d3d5;
  margin: 0;
  padding-left: 34px;
  padding-right: 38px;
}
.research-institute .press-release li {
  display: flex;
  list-style-type: none;
}
.research-institute .press-release li::before {
  content: "・";
}
.research-institute .press-release a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #424242;
}
.research-institute .press-release a::after {
  content: "＞";
  color: #0092a0;
}
.research-institute .main-contents {
  margin-bottom: 117px;
  display: grid;
  column-gap: 40px;
  row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content min-content min-content;
}
.research-institute .main-contents h3 {
  grid-column: 1/3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 10px;
  padding: 28px 32px;
  line-height: 1;
  background: #fff;
  font-size: 25px;
  color: #262626;
  width: 100%;
  margin-bottom: 8px;
}
.research-institute .main-contents h3 .small {
  margin-left: 24px;
  font-size: 16px;
}
.research-institute .main-contents h3 .en {
  margin: 0 0 0 auto;
  font-size: 18px;
  color: #0092a0;
}
.research-institute .main-contents .history {
  grid-column: 1/2;
  grid-row: 2/4;
}
.research-institute .main-contents .license {
  grid-column: 2/3;
  grid-row: 2/3;
}
.research-institute .main-contents .expert {
  grid-column: 2/3;
  grid-row: 3/4;
}
.research-institute .main-contents .paper {
  grid-column: 1/3;
}
.research-institute .main-contents.has-pic {
  grid-template-columns: 1fr min-content;
}
.research-institute .main-contents.has-pic img {
  grid-column: 2/3;
  grid-row: 2/5;
}
.research-institute .main-contents.has-pic .history {
  grid-column: 1/2;
  grid-row: 2/3;
}
.research-institute .main-contents.has-pic .license {
  grid-column: 1/2;
  grid-row: 3/4;
}
.research-institute .main-contents.has-pic .license ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.research-institute .main-contents.has-pic .license li {
  width: 35%;
}
.research-institute .main-contents.has-pic .expert {
  grid-column: 1/2;
  grid-row: 4/5;
}
.research-institute .row:last-child .main-contents {
  margin-bottom: 0;
}
.research-institute .subcontents h4 {
  line-height: 1;
  font-size: 17px;
  color: #424242;
  margin-bottom: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #0092a0;
}
.research-institute .subcontents p,
.research-institute .subcontents dt,
.research-institute .subcontents dd,
.research-institute .subcontents li {
  line-height: 1.4666666667;
  font-size: 15px;
  color: #717171;
}
.research-institute .subcontents dt {
  margin-right: 1em;
}
.research-institute .subcontents.paper li {
  line-height: 1.5;
  font-size: 12px;
}
.research-institute .subcontents.paper li + li {
  margin-top: 13px;
}
@media (max-width: 991.98px) {
  .research-institute .main-contents.has-pic .license li {
    width: calc(50% - 1.5em - 5px);
  }
}
@media (max-width: 767.98px) {
  .research-institute .hero-wrap .slider-text > [class*=col]::before {
    content: initial;
  }
  .research-institute .hero-wrap .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(110%);
    background: rgba(255,255,255,0);
  }
  .research-institute .hero-wrap .rellax {
    background-image: url(../../images/bg_5_sm.jpg?v=5);
  }
  .research-institute .bg-light p {
    line-height: 1.8666666667;
    font-size: 15px;
  }
  .research-institute .bg-light img {
    width: 100%;
    height: auto;
  }
  .research-institute .press-release {
    width: auto;
    padding: 7px 0;
  }
  .research-institute .press-release dt,
  .research-institute .press-release li {
    font-size: 14px;
  }
  .research-institute .press-release ul {
    padding: 3px 18px 3px 15px;
  }
  .research-institute .press-release li {
    line-height: 1;
  }
  .research-institute .press-release li + li {
    margin-top: 8px;
  }
  .research-institute .main-contents {
    display: block;
  }
  .research-institute .main-contents h3 {
    display: block;
    padding: 18px 10px 6px 18px;
    margin-bottom: 40px;
  }
  .research-institute .main-contents h3 .small,
  .research-institute .main-contents h3 .en {
    display: block;
  }
  .research-institute .main-contents h3 .small {
    margin-top: 7px;
    margin-left: 0;
    margin-bottom: 17px;
  }
  .research-institute .main-contents h3 .en {
    text-align: right;
  }
  .research-institute .main-contents.has-pic img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .research-institute .main-contents.has-pic .license ul {
    display: block;
  }
  .research-institute .main-contents.has-pic .license li {
    width: auto;
  }
  .research-institute .subcontents {
    margin-top: 32px;
  }
  .research-institute .subcontents h4 {
    padding-bottom: 7px;
    margin-bottom: 16px;
  }
  .research-institute dd {
    flex: 1;
  }
}

.facilities .hero-wrap .slider-text > [class*=col]::before {
  content: initial;
}
.facilities .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(102%);
  background: rgba(255,255,255,.3);
}
.facilities .hero-wrap .rellax {
  background-image: url(../../images/bg_6.jpg?v=5);
}
.facilities .heading-section .subheading {
  font-size: 21px;
  line-height: 1;
  text-transform: none;
}
.facilities .heading-section h2 {
  font-size: 38px;
  line-height: 1.5;
}
.facilities table {
  width: 100%;
  border: 1px solid #707070;
}
.facilities table th {
  text-align: center;
  font-weight: normal;
}
.facilities table tbody th {
  width: 133px;
  background: #bab4ad;
  font-size: 17px;
  color: #262626;
  background-color: #eae7da;
}
.facilities table tbody td {
  padding: 17px 21px;
  border-left: 1px solid #d8d8d8;
  line-height: 1.6;
  font-size: 15px;
  color: #424242;
}
.facilities table tbody td a {
  color: #717171;
}
.facilities table tbody tr + tr th,
.facilities table tbody tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.facilities table tbody .map {
  padding: 0;
  border-left: 1px solid #707070;
}
.facilities table tbody .map > * {
  height: 400px;
}
.facilities .ftco-section *[class*=grid] {
  grid-template-columns: repeat(4, 1fr);
}
.facilities .blog-entry {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  width: auto;
}
.facilities .blog-entry a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facilities.index .no2 .img img {
  object-position: top left;
}
@media (max-width: 767.98px) {
  .facilities .hero-wrap .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(110%);
    background: rgba(255,255,255,0);
  }
  .facilities .hero-wrap .rellax {
    background-image: url(../../images/bg_6_sm.jpg?v=5);
  }
  .facilities .heading-section .subheading {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .facilities .heading-section h2 {
    font-size: 30px;
    line-height: 1.6;
  }
  .facilities .ftco-section {
    padding-top: 60px;
    padding-bottom: 200px;
  }
  .facilities .blog-entry {
    width: 100%;
    max-width: 100%;
  }
  .facilities table tbody th {
    width: 64px;
    line-height: 1.3571428571;
    font-size: 14px;
  }
  .facilities table tbody td {
    padding: 15px 9px;
    line-height: 1.3571428571;
    font-size: 14px;
    word-break: break-all;
  }
  .facilities table tbody .map {
    padding: 0;
  }
  .facilities table tbody .map > * {
    height: 400px;
  }
}

.ftco-news {
  padding-top: 56px;
  padding-bottom: 45px;
}
.ftco-news h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
}
.ftco-news ol {
  margin-bottom: 0;
}
.ftco-news li {
  padding-top: 9px;
  padding-bottom: 9px;
  list-style: none;
}
.ftco-news li + li {
  border-top: 1px solid #b9bdc1;
}
.ftco-news dl {
  display: flex;
  column-gap: 16px;
  margin: 0;
}
.ftco-news dt {
  font-size: 15px;
  font-weight: normal;
}
.ftco-news dd {
  margin: 0;
}
.ftco-news .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 30px;
  background: #eae7da;
  font-size: 13px;
}
.ftco-news .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  font-size: 15px;
  line-height: 1.3333333333;
  overflow-x: hidden;
}
.ftco-news ol {
  padding-left: 0;
}
.ftco-news li a {
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.ftco-news li i {
  font-style: normal;
}
.ftco-news .btn img {
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .ftco-news {
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .ftco-news h2 {
    margin-bottom: 42px;
  }
  .ftco-news dl {
    position: relative;
    flex-wrap: wrap;
  }
  .ftco-news .category {
    width: 90px;
    height: 25px;
    font-size: 12px;
  }
  .ftco-news .title {
    margin-top: 8px;
    width: 100%;
    flex: auto;
    padding-right: 33px;
  }
  .ftco-news .title i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

body.papers .hero-wrap .slider-text > [class*=col]::before {
  content: initial;
}
body.papers .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(102%);
  background: rgba(255,255,255,.3);
}
body.papers .hero-wrap .rellax {
  background-image: url(../../images/bg_7.jpg);
}
body.papers .ftco-section {
  padding: 64px 0 160px;
}
body.papers .section h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 36px;
  padding: 20px 0 20px 24px;
  background: #eae7da;
  line-height: 1.4;
  font-size: 25px;
  color: #424242;
}
body.papers .section + .section {
  margin-top: 80px;
}
body.papers .section table th,
body.papers .section table td {
  border-bottom: 1px solid #b9bdc1;
}
body.papers .section table tr > * + * {
  border-left: 1px solid #b9bdc1;
}
body.papers .section table th {
  padding-bottom: 17px;
  padding-top: 6px;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}
body.papers .section table th.title {
  width: 555px;
}
body.papers .section table td {
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: top;
}
body.papers .section table td:first-child {
  padding-right: 32px;
}
body.papers .section table td.summary {
  padding-left: 30px;
  line-height: 1.625;
  font-size: 16px;
}
body.papers .section table td .title {
  margin-bottom: 0;
  line-height: 1.1111111111;
  font-size: 18px;
}
body.papers .section table .text {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
  font-size: 13px;
  color: #787878;
}
@media (max-width: 767.98px) {
  body.papers .hero-wrap .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(110%);
    background: rgba(255,255,255,0);
  }
  body.papers .hero-wrap .rellax {
    background-image: url(../../images/bg_7_sm.jpg);
  }
  body.papers .section table th {
    padding-top: 0;
    font-size: 14px;
  }
  body.papers .section table th.title {
    width: 194px;
  }
  body.papers .section table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.papers .section table td:first-child {
    padding-right: 10px;
  }
  body.papers .section table td.summary {
    padding-left: 10px;
    line-height: 1.3846153846;
    font-size: 13px;
  }
  body.papers .section table td .title {
    line-height: 1.25;
    font-size: 12px;
  }
  body.papers .section table .text {
    line-height: 1.3333333333;
    font-size: 12px;
  }
}

body.column .hero-wrap .slider-text > [class*=col]::before {
  height: 218px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
body.column .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(108%);
  background: rgba(255,255,255,.3);
}
body.column .hero-wrap .slider-text .bread {
  line-height: 1.1111111111;
  white-space: wrap;
}
body.column .hero-wrap .slider-text .bread.sub {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 50px;
  font-size: 25px;
}
body.column .hero-wrap .slider-text .bread.sub .en {
  margin-top: 0;
  font-size: 20px;
}
body.column .hero-wrap .rellax {
  background-image: url(../../images/bg_8.jpg);
}
body.column .ftco-section {
  padding: 64px 0 200px;
}
body.column .attrs {
  margin-top: -30px;
  margin-bottom: 12px;
}
body.column .attrs-item {
  font-size: 12px;
}
body.column .main-contents p {
  line-height: 1.6470588235;
  font-size: 17px;
}
body.column .main-contents p + p {
  margin-top: 1.5em;
}
body.column .main-contents p + img {
  margin-top: 40px;
}
body.column .sidebar .self-check {
  cursor: pointer;
}
body.column .sidebar .self-check img {
  max-width: 100%;
  height: auto;
}
body.column.no1 .hero-wrap .rellax {
  background-image: url(../../images/bg_8.jpg);
}
body.column.no2 .hero-wrap .rellax {
  background-image: url(../../images/bg_9.jpg);
}
@media (max-width: 767.98px) {
  body.column .hero-wrap .slider-text > [class*=col]::before {
    content: initial;
  }
  body.column .hero-wrap .slider-text > [class*=col]::after {
    backdrop-filter: blur(20px) brightness(110%);
    background: rgba(255,255,255,0);
  }
  body.column .hero-wrap .slider-text .bread {
    line-height: 1.1764705882;
    font-size: 34px;
  }
  body.column .hero-wrap .slider-text .bread.sub {
    column-gap: 7px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  body.column .hero-wrap .slider-text .bread.sub .en {
    font-size: 14px;
  }
  body.column .hero-wrap .slider-text .text {
    color: #424242;
  }
  body.column .ftco-section {
    padding: 80px 0 200px;
  }
  body.column .main-contents .section h2 {
    padding-right: 24px;
  }
  body.column .main-contents .section p {
    line-height: 1.8666666667;
    font-size: 15px;
  }
  body.column .sidebar {
    float: none;
  }
  body.column .sidebar .supervision {
    margin-bottom: 16px;
  }
  body.column .sidebar .attrs {
    margin-top: 0;
    margin-bottom: 40px;
  }
  body.column .self-check {
    margin-top: 80px;
    margin-right: 28px;
    margin-left: 28px;
  }
  body.column .self-check img {
    width: 100%;
    height: auto;
  }
  body.column.no1 .hero-wrap .rellax {
    background-image: url(../../images/bg_8_sm.jpg?v=5);
  }
  body.column.no2 .hero-wrap .rellax {
    background-image: url(../../images/bg_9_sm.jpg?v=5);
  }
}

.self-check-dialog {
  padding: 0;
  border: 0;
  background: 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.1s ease-in-out;
  transition-behavior: allow-discrete;
  opacity: 0;
  pointer-events: none;
}
.self-check-dialog[open] {
  opacity: 1;
  pointer-events: auto;
}
@starting-style {
  .self-check-dialog[open] {
    opacity: 0;
  }
}
.self-check-dialog:focus, .self-check-dialog:focus-visible {
  outline: none;
}
.self-check-dialog::backdrop {
  background: rgba(0,0,0,.3);
  backdrop-filter: blur(10px) brightness(50%);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.self-check-dialog[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .self-check-dialog[open]::backdrop {
    opacity: 0;
  }
}
.self-check-dialog__inner {
  padding: 30px;
}
.self-check-dialog__contents {
  display: none;
  background: linear-gradient(115deg, #f5f6f8, #e1e4ea);
  border-radius: 20px;
  padding-top: 29px;
  padding-bottom: 64px;
  width: 730px;
  min-height: 339px;
}
.self-check-dialog__contents.is-active {
  display: block;
}
.self-check-dialog__contents.result {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.self-check-dialog__contents.result .self-check-dialog__title__en {
  margin-bottom: 16px;
}
.self-check-dialog__contents.result .self-check-dialog__title__text {
  margin-bottom: 0;
  font-size: 31px;
}
.self-check-dialog__contents.result .self-check-dialog__result__contents {
  padding-top: 40px;
  border-top: 2px solid #2392a0;
}
.self-check-dialog__contents.result .self-check-dialog__result__text {
  margin-right: 74px;
  margin-bottom: 20px;
  margin-left: 74px;
  line-height: 1.5555555556;
  font-size: 18px;
}
.self-check-dialog__contents.result .self-check-dialog__result__text .button {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  width: 367px;
  height: 59px;
  font-size: 18px;
  justify-content: flex-end;
}
.self-check-dialog__contents.result .self-check-dialog__result__text .button img {
  margin-left: 35px;
}
.self-check-dialog__contents.result .self-check-dialog__result__nav {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  padding-left: 24px;
}
.self-check-dialog__contents.result .self-check-dialog__result__nav__item {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  color: #2392a0;
  cursor: pointer;
}
.self-check-dialog__contents.result .self-check-dialog__result__nav__item:first-child .icon {
  transform: rotate(180deg);
}
.self-check-dialog__title {
  margin-bottom: 40px;
}
.self-check-dialog__title__no {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  width: 254px;
  height: 40px;
  margin-bottom: 8px;
  padding-left: 16px;
  background: #2392a0;
  color: #fff;
  font-size: 14px;
}
.self-check-dialog__title__no .en {
  font-size: 15px;
}
.self-check-dialog__title__en {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #2392a0;
}
.self-check-dialog__title__text {
  margin-right: 129px;
  margin-left: 129px;
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
}
.self-check-dialog__title__text .small {
  display: inline-block;
  font-size: 18px;
}
.self-check-dialog__title__pic {
  margin-top: 24px;
  margin-right: 64px;
  margin-left: 64px;
}
.self-check-dialog__selection {
  display: flex;
  justify-content: space-between;
  margin-right: 64px;
  margin-left: 64px;
}
.self-check-dialog__selection__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 277px;
  height: 95px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.2727272727;
  font-size: 22px;
  cursor: pointer;
}
.self-check-dialog__selection__item__text {
  margin-bottom: 0;
  text-align: center;
}
.self-check-dialog__selection__item .arrow {
  position: absolute;
  right: 17px;
  bottom: 11px;
}
.self-check-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .self-check-dialog__contents {
    width: 650px;
  }
  .self-check-dialog__selection {
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (max-width: 767.98px) {
  .self-check-dialog__inner {
    padding: 0;
  }
  .self-check-dialog__contents {
    padding-top: 7.3791348601vw;
    padding-bottom: 6.106870229vw;
    width: 92.3664122137vw;
    max-height: 90vh;
    overflow-y: auto;
  }
  .self-check-dialog__contents.result {
    padding-top: 11.4503816794vw;
    padding-bottom: 9.1603053435vw;
    min-height: 84.2239185751vw;
  }
  .self-check-dialog__contents.result .self-check-dialog__title__en {
    margin-bottom: 1.272264631vw;
  }
  .self-check-dialog__contents.result .self-check-dialog__title__text {
    font-size: 28px;
  }
  .self-check-dialog__contents.result .self-check-dialog__result__contents {
    padding-top: 6.106870229vw;
  }
  .self-check-dialog__contents.result .self-check-dialog__result__text {
    margin-right: 5.0890585242vw;
    margin-bottom: 5.0890585242vw;
    margin-left: 5.0890585242vw;
  }
  .self-check-dialog__contents.result .self-check-dialog__result__text .button {
    padding-right: 6.3613231552vw;
    width: 100%;
    height: 15.0127226463vw;
    line-height: 0;
  }
  .self-check-dialog__contents.result .self-check-dialog__result__text .button img {
    width: 1.7811704835vw;
    margin-left: 5.3435114504vw;
  }
  .self-check-dialog__contents.result .self-check-dialog__result__nav {
    bottom: 4.0712468193vw;
    padding-right: 3.5623409669vw;
    padding-left: 3.5623409669vw;
  }
  .self-check-dialog__contents.result .self-check-dialog__result__nav__item {
    column-gap: 1.5267175573vw;
  }
  .self-check-dialog__title {
    margin-bottom: 6.106870229vw;
  }
  .self-check-dialog__title__no {
    margin-bottom: 6.106870229vw;
  }
  .self-check-dialog__title__en {
    margin-bottom: 2.0356234097vw;
  }
  .self-check-dialog__title__text {
    margin-right: 5.0890585242vw;
    margin-left: 5.0890585242vw;
  }
  .self-check-dialog__title__pic {
    margin-top: 3.0534351145vw;
    margin-right: 5.0890585242vw;
    margin-left: 5.0890585242vw;
  }
  .self-check-dialog__selection {
    flex-direction: column;
    row-gap: 4.0712468193vw;
    margin-right: 5.0890585242vw;
    margin-left: 5.0890585242vw;
  }
  .self-check-dialog__selection__item {
    width: 100%;
  }
  .self-check-dialog img {
    width: 100%;
    height: auto;
  }
  .self-check-dialog .close {
    top: 1.5267175573vw;
    right: 1.5267175573vw;
    width: 6.106870229vw;
    height: 6.106870229vw;
    line-height: 0;
  }
}

body.column.index .hero-wrap .slider-text > [class*=col]::before,
body.media .hero-wrap .slider-text > [class*=col]::before {
  content: initial;
}
body.column.index .hero-wrap .slider-text > [class*=col]::after,
body.media .hero-wrap .slider-text > [class*=col]::after {
  backdrop-filter: blur(20px) brightness(102%);
  background: rgba(255,255,255,.2);
}
body.column.index .hero-wrap .rellax,
body.media .hero-wrap .rellax {
  background-image: url(../../images/bg_10.jpg);
}
body.column.index .ftco-section,
body.media .ftco-section {
  padding: 64px 0 160px;
}
body.column.index .media-list,
body.media .media-list {
  margin-bottom: 0;
  padding-left: 0;
}
body.column.index .media-item,
body.media .media-item {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #b9bdc1;
  list-style-type: none;
}
body.column.index .media-item:last-child,
body.media .media-item:last-child {
  margin-bottom: 0;
}
body.column.index .media-item a,
body.media .media-item a {
  color: inherit;
  text-decoration: none;
}
body.column.index .media-item a:hover .text,
body.media .media-item a:hover .text {
  text-decoration: underline;
}
body.column.index .media-item dl,
body.media .media-item dl {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: auto auto;
  gap: 14px 24px;
  padding-right: 20px;
  margin-bottom: 0;
}
body.column.index .media-item dl::after,
body.media .media-item dl::after {
  content: "＞";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
body.column.index .media-item .pic,
body.media .media-item .pic {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 180px;
  height: 120px;
  margin-bottom: 0;
}
body.column.index .media-item .pic img,
body.media .media-item .pic img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: top center;
}
body.column.index .media-item .title,
body.column.index .media-item .date,
body.media .media-item .title,
body.media .media-item .date {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  line-height: 1;
}
body.column.index .media-item .text,
body.media .media-item .text {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-bottom: 0;
  line-height: 1.5294117647;
  font-size: 17px;
}
@media (max-width: 991.98px) {
  body.column.index .media-item dl,
  body.media .media-item dl {
    padding-right: 0;
  }
  body.column.index .media-item dl::after,
  body.media .media-item dl::after {
    align-self: flex-end;
    grid-column: 3/4;
    grid-row: 2/3;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  body.column.index .hero-wrap .rellax,
  body.media .hero-wrap .rellax {
    background-image: url(../../images/bg_10_sm.jpg?v=5);
  }
  body.column.index .media-item dl,
  body.media .media-item dl {
    grid-template-columns: 20.3562340967vw 1fr;
    gap: 2.0356234097vw;
  }
  body.column.index .media-item .pic,
  body.media .media-item .pic {
    width: 20.3562340967vw;
    height: 20.3562340967vw;
  }
  body.column.index .media-item .pic img,
  body.media .media-item .pic img {
    height: 20.3562340967vw;
  }
  body.column.index .media-item .date,
  body.media .media-item .date {
    margin-top: 2.2900763359vw;
    font-size: 15px;
  }
  body.column.index .media-item .text,
  body.media .media-item .text {
    line-height: 1.3333333333;
    font-size: 15px;
  }
}

body.column.index .media-item dl {
  gap: 24px;
}
body.column.index .media-item .title {
  line-height: 1.2222222222;
  font-size: 18px;
}
body.column.index .media-item .text {
  padding-right: 40px;
  line-height: 1.5714285714;
  font-size: 14px;
  color: #797979;
}
@media (max-width: 991.98px) {
  body.column.index .media-item .title {
    grid-column: 2/4;
  }
  body.column.index .media-item .text {
    padding-right: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 5em;
    margin-right: -15px;
  }
}
@media (max-width: 767.98px) {
  body.column.index .media-item dl {
    gap: 4.0712468193vw;
  }
  body.column.index .media-item .text {
    line-height: 1.3846153846;
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */
