@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #222;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  width: 80%;
  margin: auto;
}
@media (max-width: 769px) {
  .wrapper {
    width: 90%;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 769px) {
  .br-sp {
    display: block;
  }
}

.section-title {
  font-size: 5rem;
  color: #9abc62;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 441px) {
  .section-title {
    font-size: 3rem;
  }
}
.section-title span {
  display: block;
  font-size: 1.8rem;
  color: #666666;
  margin-top: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 441px) {
  .section-title span {
    font-size: 1.4rem;
  }
}

.heading {
  width: 100%;
  height: 200px;
  padding-top: 100px;
  font-size: 3.7rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #7ca941, rgba(255, 255, 255, 0.8));
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .heading {
    padding-top: 85px;
  }
}
@media (max-width: 441px) {
  .heading {
    height: 150px;
    padding-top: 70px;
    font-size: 2.5rem;
  }
}
@media (max-width: 394px) {
  .heading {
    height: 120px;
    padding-top: 55px;
    font-size: 2rem;
  }
}

.director-title,
.guide-title {
  font-size: 2.5rem;
  padding-bottom: 10px;
}
@media (max-width: 769px) {
  .director-title,
.guide-title {
    font-size: 2.2rem;
    padding-bottom: 5px;
  }
}
@media (max-width: 441px) {
  .director-title,
.guide-title {
    font-size: 1.5rem;
  }
}

.director-title {
  width: 180px;
  border-bottom: 2px solid #96ba62;
}
@media (max-width: 441px) {
  .director-title {
    width: 80px;
  }
}

.guide-title {
  width: 350px;
  border-bottom: 2px dotted #96ba62;
  margin-top: 40px;
}

.archive-title {
  font-size: 3rem;
  width: 80%;
  margin: 50px auto 0;
  font-weight: bold;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  background: #9abc62;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  border: 3px solid transparent;
  transition-property: background-color, border-color;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
}
@media (max-width: 376px) {
  .btn {
    font-size: 1.3rem;
  }
}
.btn:hover {
  background: rgba(154, 188, 98, 0.7);
  border-color: #ddd;
  transition-delay: 0s, 0s;
}
.btn .triangle-icon {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
  margin-top: 2px;
}

.fade-left,
.fade-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 1s ease;
}

.fade-left {
  transform: translateX(-150px);
}

.fade-right {
  transform: translateX(150px);
}

.in-view {
  opacity: 1;
  transform: translateX(0);
}

i.fa-phone {
  color: #fff;
  margin-right: 0.3em;
}

#page-top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 20px;
  background: #000;
  padding: 10px;
  cursor: pointer;
  z-index: 9999;
  transition: background-color 0.3s ease;
  border: 1px solid white;
  box-shadow: 0 0 0 2px #121212;
}

#page-top:hover {
  opacity: 0.8;
}

.triangle-icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 441px) {
  .triangle-icon {
    width: 15px;
    height: 15px;
  }
}

footer {
  width: 100%;
  background: #f5fcea;
  margin-top: 150px;
  padding: 50px 0 40px;
  border-top: 1px solid #96ba62;
}
@media (max-width: 441px) {
  footer {
    margin-top: 80px;
  }
}
footer .footer-container {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 441px) {
  footer .footer-container {
    display: block;
  }
}
footer .footer-container .footer-box {
  width: 25%;
}
@media (max-width: 769px) {
  footer .footer-container .footer-box:first-of-type {
    width: 30%;
    margin-left: 50px;
  }
}
@media (max-width: 441px) {
  footer .footer-container .footer-box:first-of-type {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 769px) {
  footer .footer-container .footer-box:last-of-type {
    width: 45%;
  }
}
@media (max-width: 441px) {
  footer .footer-container .footer-box:last-of-type {
    width: 100%;
    margin: 10px 0 0 105px;
  }
}
@media (max-width: 431px) {
  footer .footer-container .footer-box:last-of-type {
    margin: 10px 0 0 100px;
  }
}
@media (max-width: 394px) {
  footer .footer-container .footer-box:last-of-type {
    margin: 10px 0 0 85px;
  }
}
@media (max-width: 376px) {
  footer .footer-container .footer-box:last-of-type {
    margin: 10px 0 0 83px;
  }
}
@media (max-width: 361px) {
  footer .footer-container .footer-box:last-of-type {
    margin: 10px 0 0 80px;
  }
}
footer .footer-container .footer-box img {
  width: 100%;
}
footer .footer-container .footer-box p {
  font-size: 1.7rem;
  padding: 10px 0;
}
@media (max-width: 769px) {
  footer .footer-container .footer-box p {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  footer .footer-container .footer-box p {
    font-size: 1.1rem;
  }
}
@media (max-width: 376px) {
  footer .footer-container .footer-box p {
    font-size: 1rem;
  }
}
footer .footer-container .footer-box p i {
  color: #96ba62;
}
@media (max-width: 441px) {
  footer .footer-container .footer-box p i {
    margin-right: 5px;
  }
}
footer .footer-last__text {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 40px;
}
@media (max-width: 769px) {
  footer .footer-last__text {
    font-size: 1rem;
  }
}
@media (max-width: 441px) {
  footer .footer-last__text {
    font-size: 0.8rem;
  }
}

/* ===============================
   Header 共通
=============================== */
header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  padding: 5px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  max-width: 100vw;
}
header h1 {
  width: 10%;
}
header h1 img {
  width: 100%;
  display: block;
}
header nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
header nav ul li {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 394px) {
  header nav ul li {
    font-size: 1.3rem;
  }
}
header nav ul li a {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  transition: all 0.3s ease;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #96ba6a;
  transition: width 0.3s ease;
}
@media (max-width: 440px) {
  header nav ul li a::after {
    display: none;
  }
}
header nav ul li a:hover::after {
  width: 100%;
}
header nav ul li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #a9a9a9;
  transition: color 0.3s ease;
}
@media (max-width: 376px) {
  header nav ul li a span {
    font-size: 1rem;
  }
}
header nav ul li a:hover span {
  color: #2C2C2C;
}
header nav ul li i.fa-house {
  color: #2C2C2C;
}
header nav ul li:last-of-type {
  background: #96ba6a;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 769px) {
  header nav ul li:last-of-type {
    padding: 10px 35px;
  }
}
@media (max-width: 394px) {
  header nav ul li:last-of-type {
    padding: 10px 20px 5px;
  }
}
header nav ul li:last-of-type a {
  color: #fff;
}
header nav ul li:last-of-type a::after {
  display: none;
}
header nav ul li:last-of-type a span {
  color: #fff;
  transition: opacity 0.3s;
}
header nav ul li:last-of-type a span:hover {
  opacity: 0.8;
}
header nav ul li:last-of-type a:hover span {
  color: #fff;
}
header .toggle_btn {
  display: none;
}

/* ===============================
   スマホ・タブレット（768px以下）
=============================== */
@media (max-width: 768px) {
  header {
    justify-content: flex-start;
    padding: 10px 0;
  }
  header .toggle_btn {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 22px;
    position: relative;
    margin-left: 20px;
    z-index: 9999;
  }
}
@media (max-width: 768px) and (max-width: 441px) {
  header .toggle_btn {
    width: 25px;
    height: 16px;
  }
}
@media (max-width: 768px) and (max-width: 394px) {
  header .toggle_btn {
    width: 20px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) and (max-width: 441px) {
  header .toggle_btn span {
    height: 2px;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span:nth-child(1) {
    top: 0;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span:nth-child(2) {
    top: 9px;
  }
}
@media (max-width: 768px) and (max-width: 441px) {
  header .toggle_btn span:nth-child(2) {
    top: 7px;
  }
}
@media (max-width: 768px) and (max-width: 394px) {
  header .toggle_btn span:nth-child(2) {
    top: 6px;
  }
}
@media (max-width: 768px) {
  header .toggle_btn span:nth-child(3) {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  header .toggle_btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }
}
@media (max-width: 768px) {
  header .toggle_btn.active span:nth-child(2) {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  header .toggle_btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
  }
}
@media (max-width: 768px) and (max-width: 441px) {
  header .toggle_btn.active span:nth-child(3) {
    bottom: 5px;
  }
}
@media (max-width: 768px) and (max-width: 394px) {
  header .toggle_btn.active span:nth-child(3) {
    bottom: 3px;
  }
}
@media (max-width: 768px) {
  header h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    text-align: center;
    z-index: 9998;
  }
}
@media (max-width: 768px) and (max-width: 441px) {
  header h1 {
    width: 110px;
  }
}
@media (max-width: 768px) and (max-width: 394px) {
  header h1 {
    width: 90px;
  }
}
@media (max-width: 768px) {
  header nav {
    position: fixed;
    top: -1300px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: top 0.4s ease;
    z-index: 9997;
  }
  header nav ul {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-top: 150px;
  }
  header nav.open {
    top: 0;
  }
}
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 769px) {
  .mainvisual {
    height: 50vh;
  }
}
.mainvisual .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}
.mainvisual .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainvisual .slide p {
  position: absolute;
  top: 48%;
  left: 15%;
  color: #acdb8a;
  font-size: 3.8rem;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 769px) {
  .mainvisual .slide p {
    top: 46%;
    left: 6%;
    font-size: 3rem;
  }
}
@media (max-width: 441px) {
  .mainvisual .slide p {
    font-size: 1.9rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 394px) {
  .mainvisual .slide p {
    font-size: 1.6rem;
  }
}
.mainvisual .slide.active {
  opacity: 1;
  z-index: 1;
}

.about {
  padding: 60px 0;
}
.about .about-container p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 769px) {
  .about .about-container p {
    text-align: left;
    font-size: 1.9rem;
  }
}
@media (max-width: 441px) {
  .about .about-container p {
    font-size: 1.2rem;
  }
}
@media (max-width: 394px) {
  .about .about-container p {
    line-height: 1.5;
  }
}

.news {
  padding: 60px 0;
}
@media (max-width: 769px) {
  .news {
    padding: 20px 0 80px;
  }
}
@media (max-width: 441px) {
  .news {
    padding: 0 0 80px;
  }
}
.news .news-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
}
.news .news-list li {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.2rem;
}
@media (max-width: 441px) {
  .news .news-list li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.news .news-list li a {
  transition: color 0.3s;
}
.news .news-list li a:hover {
  border-bottom: 1px solid #222222;
}
.news .news-readmore {
  text-align: center;
  margin-top: 2rem;
}

.feature {
  padding: 60px 0;
  background: #f5fcea;
}
.feature .feature-container .feature-box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .feature .feature-container .feature-box {
    flex-direction: column;
    gap: 2rem;
    margin-top: 30px;
  }
  .feature .feature-container .feature-box .feature-item:nth-child(1):has(h3) {
    order: 2;
  }
  .feature .feature-container .feature-box .feature-item:nth-child(2):has(img) {
    order: 1;
  }
}
.feature .feature-container .feature-box .feature-item {
  width: 50%;
}
@media (max-width: 769px) {
  .feature .feature-container .feature-box .feature-item {
    width: 100%;
  }
}
.feature .feature-container .feature-box .feature-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.feature .feature-container .feature-box .feature-item h3 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 769px) {
  .feature .feature-container .feature-box .feature-item h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 441px) {
  .feature .feature-container .feature-box .feature-item h3 {
    font-size: 2rem;
  }
}
.feature .feature-container .feature-box .feature-item h3 span {
  display: block;
  font-size: 1.8rem;
  color: #9abc62;
  letter-spacing: 0.1em;
}
@media (max-width: 769px) {
  .feature .feature-container .feature-box .feature-item h3 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 441px) {
  .feature .feature-container .feature-box .feature-item h3 span {
    font-size: 1.2rem;
  }
}
.feature .feature-container .feature-box .feature-item p {
  font-size: 2.3rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 769px) {
  .feature .feature-container .feature-box .feature-item p {
    font-size: 1.7rem;
  }
}
@media (max-width: 441px) {
  .feature .feature-container .feature-box .feature-item p {
    font-size: 1.2rem;
  }
}

.medical {
  padding: 60px 0;
}
.medical .medical-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .medical .medical-list {
    justify-content: flex-start;
    gap: 20px;
  }
}
.medical .medical-list li {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 768px) {
  .medical .medical-list li {
    padding: 2rem 0;
  }
  .medical .medical-list li:nth-child(1), .medical .medical-list li:nth-child(2) {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .medical .medical-list lili:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .medical .medical-list li:nth-child(4), .medical .medical-list li:nth-child(5) {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.medical .medical-list li i {
  font-size: 4rem;
  color: #9abc62;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 2px solid #9abc62;
  border-radius: 50%;
  margin-bottom: 1.2rem;
}
@media (max-width: 394px) {
  .medical .medical-list li i {
    font-size: 2.8rem;
    width: 70px;
    height: 70px;
  }
}
.medical .medical-list li h3 {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 441px) {
  .medical .medical-list li h3 {
    font-size: 1.5rem;
  }
}
.medical .medical-list li p {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 441px) {
  .medical .medical-list li p {
    font-size: 1.2rem;
  }
}
.medical .medical-list li:nth-child(4),
.medical .medical-list li:nth-child(5) {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .medical .medical-list li:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .medical .medical-list li:nth-child(4),
.medical .medical-list li:nth-child(5) {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.greeting {
  position: relative;
  padding: 60px 0;
  background: #f0fde1;
  background-image: url(../img/111.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
.greeting > * {
  position: relative;
  z-index: 1;
}
.greeting .greeting-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 769px) {
  .greeting .greeting-container {
    display: block;
  }
}
.greeting .greeting-container .greeting-box {
  width: 50%;
}
@media (max-width: 769px) {
  .greeting .greeting-container .greeting-box {
    width: 100%;
    margin-top: 10px;
  }
}
.greeting .greeting-container .greeting-box img {
  width: 100%;
}
.greeting .greeting-container .greeting-box p {
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 441px) {
  .greeting .greeting-container .greeting-box p {
    font-size: 1.2rem;
  }
}
.greeting .greeting-container .greeting-box p:last-of-type {
  margin: 20px 0;
}
.greeting .greeting-container .greeting-box .greeting-readmore {
  text-align: center;
}

.consultation {
  padding: 60px 0;
}
.consultation .consultation-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 441px) {
  .consultation .consultation-table {
    font-size: 1.2rem;
  }
}
.consultation .consultation-table th,
.consultation .consultation-table td {
  padding: 0.5rem;
  border: 1px solid #dddddd;
}
.consultation .consultation-table td {
  font-size: 1.7rem;
}
@media (max-width: 441px) {
  .consultation .consultation-table td {
    font-size: 1rem;
  }
}
.consultation .consultation-table td.available {
  color: #9abc62;
}
.consultation .note {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 441px) {
  .consultation .note {
    font-size: 1.2rem;
  }
}
.consultation a {
  display: block;
  width: 70%;
  margin: auto;
  color: #fff;
  background: #96ba6a;
  font-size: 1.7rem;
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
  border-radius: 5px;
  border: 3px solid transparent;
  transition-property: background-color, border-color;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
}
@media (max-width: 441px) {
  .consultation a {
    font-size: 1.5rem;
  }
}
@media (max-width: 376px) {
  .consultation a {
    font-size: 1.3rem;
  }
}
.consultation a:hover {
  background-color: rgba(154, 188, 98, 0.7);
  border-color: #ddd;
  transition-delay: 0s, 0s;
}
.consultation a span {
  display: block;
  color: #fff;
  transition: opacity 0.3s;
}
.consultation .consultation-box {
  width: 100%;
  border: 2px solid #9abc62;
  margin-top: 100px;
  padding: 40px;
  position: relative;
}
@media (max-width: 441px) {
  .consultation .consultation-box {
    padding: 20px;
  }
}
.consultation .consultation-box p,
.consultation .consultation-box li {
  font-size: 1.8rem;
}
@media (max-width: 769px) {
  .consultation .consultation-box p,
.consultation .consultation-box li {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  .consultation .consultation-box p,
.consultation .consultation-box li {
    font-size: 1.2rem;
  }
}
.consultation .consultation-box p {
  color: #9abc62;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 394px) {
  .consultation .consultation-box p {
    margin-bottom: 10px;
  }
}
.consultation .consultation-box ul {
  margin-left: 10px;
}
@media (max-width: 394px) {
  .consultation .consultation-box ul {
    margin-left: 0;
  }
}
.consultation .consultation-box ul li {
  list-style: disc inside;
  margin-top: 5px;
}
.consultation .consultation-box ul li .highlight {
  background: linear-gradient(to top, #fef6a7 25%, transparent 40%);
}
.consultation .consultation-box i {
  font-size: 2.5rem;
  background: #9abc62;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #9abc62;
  border-radius: 50%;
  margin-bottom: 1.2rem;
  position: absolute;
  top: -28px;
  left: 3%;
}
@media (max-width: 441px) {
  .consultation .consultation-box i {
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
    top: -19px;
    left: 5%;
  }
}

.access {
  background: #f5fcea;
  padding: 60px 0;
}
.access .access-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .access .access-container {
    display: block;
  }
}
.access .access-container .access-map {
  width: calc(50% - 20px);
  height: 50vh;
}
@media (max-width: 769px) {
  .access .access-container .access-map {
    width: 100%;
  }
}
@media (max-width: 441px) {
  .access .access-container .access-map {
    height: 30vh;
  }
}
.access .access-container .access-map iframe {
  width: 100%;
  height: 100%;
}
.access .access-container .access-text {
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .access .access-container .access-text {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 441px) {
  .access .access-container .access-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 394px) {
  .access .access-container .access-text {
    font-size: 1.2rem;
  }
}
.access .access-container .access-text dt,
.access .access-container .access-text dd {
  padding: 20px 0 20px 10px;
}
@media (max-width: 441px) {
  .access .access-container .access-text dt,
.access .access-container .access-text dd {
    padding: 15px 0 15px 10px;
  }
}
.access .access-container .access-text dt {
  width: 25%;
  font-weight: bold;
  border-bottom: 1px solid #9abc62;
}
.access .access-container .access-text dd {
  width: 75%;
  border-bottom: 1px solid #dddddd;
}

.profile {
  width: 100%;
  height: 630px;
}
@media (max-width: 441px) {
  .profile {
    height: 465px;
  }
}
.profile .profile__containe {
  position: relative;
}
.profile .profile__box01,
.profile .profile__box02 {
  position: absolute;
}
.profile .profile__box01 {
  width: 45%;
  top: 260px;
  left: 150px;
}
@media (max-width: 769px) {
  .profile .profile__box01 {
    width: 90%;
    left: 40px;
  }
}
@media (max-width: 441px) {
  .profile .profile__box01 {
    top: 180px;
    left: 20px;
  }
}
.profile .profile__box01 img {
  width: 100%;
  height: 470px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 441px) {
  .profile .profile__box01 img {
    height: 300px;
  }
}
.profile .profile__box02 {
  width: 45%;
  padding: 60px 50px;
  border-radius: 20px;
  background-color: rgba(241, 253, 225, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: 440px;
  right: 95px;
}
@media (max-width: 769px) {
  .profile .profile__box02 {
    width: 90%;
    padding: 40px 50px;
    top: 555px;
    right: 37px;
  }
}
@media (max-width: 441px) {
  .profile .profile__box02 {
    top: 390px;
    right: 24px;
    padding: 30px;
  }
}
@media (max-width: 394px) {
  .profile .profile__box02 {
    top: 385px;
    right: 19px;
  }
}
@media (max-width: 376px) {
  .profile .profile__box02 {
    right: 18px;
  }
}
.profile .profile__box02 h2 {
  font-size: 3rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
}
@media (max-width: 769px) {
  .profile .profile__box02 h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 441px) {
  .profile .profile__box02 h2 {
    font-size: 1.7rem;
  }
}
.profile .profile__box02 p {
  font-size: 1.7rem;
}
@media (max-width: 441px) {
  .profile .profile__box02 p {
    font-size: 1.5rem;
  }
}
@media (max-width: 376px) {
  .profile .profile__box02 p {
    font-size: 1.3rem;
  }
}
.profile .profile__box02 p span {
  font-size: 2.6rem;
}
@media (max-width: 441px) {
  .profile .profile__box02 p span {
    font-size: 2.3rem;
  }
}
@media (max-width: 376px) {
  .profile .profile__box02 p span {
    font-size: 2rem;
  }
}
.profile .profile__box02 p:first-of-type {
  padding-top: 30px;
}
@media (max-width: 769px) {
  .profile .profile__box02 p:first-of-type {
    padding-top: 15px;
  }
}
.profile .profile__box02 p:last-of-type {
  color: #9abc62;
}

@media (max-width: 769px) {
  .speech {
    margin-bottom: 30px;
  }
}
.speech p {
  font-size: 1.7rem;
  padding: 10px 0;
}
@media (max-width: 769px) {
  .speech p {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  .speech p {
    font-size: 1.2rem;
  }
}
.speech p:first-of-type {
  margin-top: 40px;
}
@media (max-width: 769px) {
  .speech p:first-of-type {
    margin-top: 15px;
  }
}
@media (max-width: 441px) {
  .speech p:first-of-type {
    margin-top: 5px;
  }
}
.speech p:last-of-type {
  text-align: right;
}
.speech p:last-of-type span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 441px) {
  .speech p:last-of-type span {
    font-size: 1.7rem;
  }
}

.career .career-list {
  width: 100%;
  font-size: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .career .career-list {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  .career .career-list {
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
@media (max-width: 394px) {
  .career .career-list {
    font-size: 1rem;
  }
}
.career .career-list dt,
.career .career-list dd {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
}
@media (max-width: 441px) {
  .career .career-list dt,
.career .career-list dd {
    padding: 10px 0;
  }
}
.career .career-list dt {
  width: 35%;
}
@media (max-width: 441px) {
  .career .career-list dt {
    width: 20%;
  }
}
.career .career-list dd {
  width: 65%;
}
@media (max-width: 441px) {
  .career .career-list dd {
    width: 80%;
  }
}
.career p {
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .career p {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  .career p {
    font-size: 1.2rem;
  }
}
@media (max-width: 394px) {
  .career p {
    font-size: 1rem;
  }
}
.career p:first-of-type {
  font-weight: bold;
  padding: 30px 0;
}
@media (max-width: 769px) {
  .career p:first-of-type {
    padding: 30px 0 15px;
  }
}
@media (max-width: 441px) {
  .career p:first-of-type {
    padding: 15px 0;
  }
}

.medical-equipment {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 441px) {
  .medical-equipment {
    display: block;
    margin-top: 30px;
  }
}
.medical-equipment .medical-equipment__box {
  width: calc(50% - 10px);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 441px) {
  .medical-equipment .medical-equipment__box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.medical-equipment .medical-equipment__box h3 {
  font-size: 2.3rem;
  font-weight: normal;
  border-bottom: 1px dotted #222;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .medical-equipment .medical-equipment__box h3 {
    font-size: 1.3rem;
  }
}
.medical-equipment .medical-equipment__box img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .medical-equipment .medical-equipment__box img {
    height: 300px;
  }
}
@media (max-width: 441px) {
  .medical-equipment .medical-equipment__box img {
    height: 370px;
  }
}
@media (max-width: 394px) {
  .medical-equipment .medical-equipment__box img {
    height: 320px;
  }
}
@media (max-width: 376px) {
  .medical-equipment .medical-equipment__box img {
    height: 300px;
  }
}
.medical-equipment .medical-equipment__box p {
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .medical-equipment .medical-equipment__box p {
    font-size: 1.2rem;
  }
}
@media (max-width: 441px) {
  .medical-equipment .medical-equipment__box p {
    margin-top: 5px;
  }
}

.guide .guide-box {
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .guide .guide-box {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  .guide .guide-box {
    font-size: 1.2rem;
  }
}
.guide .guide-box p {
  padding-top: 20px;
}
@media (max-width: 441px) {
  .guide .guide-box p {
    padding-top: 15px;
  }
}
.guide .guide-box p span {
  font-weight: bold;
}
.guide .guide-box ul {
  padding-top: 10px;
}
.guide .guide-box ul li {
  list-style: disc;
  list-style-position: inside;
}

.clinic-info {
  margin-top: 60px;
}
.clinic-info .clinic-info__container {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container {
    display: block;
  }
}
.clinic-info .clinic-info__container p {
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .clinic-info .clinic-info__container p {
    font-size: 1.5rem;
  }
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container p {
    font-size: 1.2rem;
  }
}
.clinic-info .clinic-info__container .clinic-info__box {
  width: 50%;
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box {
    width: 100%;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e0e0e0;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item {
    padding-bottom: 10px;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 {
  width: 40%;
}
@media (max-width: 769px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 {
    width: 55%;
  }
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 {
    width: 50%;
    margin-left: 20px;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 img {
  width: 100%;
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 img {
    width: 85%;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 p:first-of-type {
  margin-top: 30px;
}
@media (max-width: 769px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item01 p:first-of-type {
    margin-top: 15px;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item02 {
  width: 30%;
}
@media (max-width: 769px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item02 {
    width: 35%;
  }
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item02 {
    width: 30%;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item02 p {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item02 p {
    width: 100px;
    height: 100px;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__flex-item .flex-item02 p span {
  display: block;
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info-item p {
  background: #f0f0f0;
  text-align: center;
  padding: 5px 0;
  margin-top: 25px;
  border-radius: 5px;
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info-item p {
    margin: 15px 0;
  }
}
.clinic-info .clinic-info__container .clinic-info__box iframe {
  width: 100%;
  height: 330px;
}
@media (max-width: 441px) {
  .clinic-info .clinic-info__container .clinic-info__box iframe {
    height: 250px;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__btn {
  width: 80%;
  margin: auto;
  background: #96ba6a;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 769px) {
  .clinic-info .clinic-info__container .clinic-info__box .clinic-info__btn {
    width: 100%;
  }
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__btn a {
  color: #fff;
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__btn a::after {
  display: none;
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__btn a span {
  display: block;
  color: #fff;
  transition: opacity 0.3s;
}
.clinic-info .clinic-info__container .clinic-info__box .clinic-info__btn a span:hover {
  opacity: 0.8;
}

.news-page {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .news-page {
    flex-direction: column;
  }
}
.news-page .news-page-area {
  width: 65%;
}
@media (max-width: 768px) {
  .news-page .news-page-area {
    width: 100%;
  }
}
.news-page .news-page-area .post {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 441px) {
  .news-page .news-page-area .post {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.news-page .news-page-area .post .post-image {
  width: 40%;
  height: auto;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
@media (max-width: 441px) {
  .news-page .news-page-area .post .post-image {
    width: 30%;
    height: 100%;
  }
}
.news-page .news-page-area .post .post-text {
  flex: 1;
  width: 60%;
  display: flex;
  flex-direction: column;
}
.news-page .news-page-area .post .post-text .post-title {
  font-size: 2rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media (max-width: 441px) {
  .news-page .news-page-area .post .post-text .post-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 394px) {
  .news-page .news-page-area .post .post-text .post-title {
    font-size: 1.3rem;
  }
}
.news-page .news-page-area .post .post-text .post-meta {
  font-size: 1.2rem;
  margin: 6px 0;
}
@media (max-width: 441px) {
  .news-page .news-page-area .post .post-text .post-meta {
    font-size: 1rem;
  }
}
.news-page .news-page-area .post .post-text .excerpt {
  font-size: 1.7rem;
  flex-grow: 1;
}
@media (max-width: 441px) {
  .news-page .news-page-area .post .post-text .excerpt {
    font-size: 1.3rem;
  }
}
@media (max-width: 394px) {
  .news-page .news-page-area .post .post-text .excerpt {
    font-size: 1.1rem;
  }
}
.news-page .news-page-area .post .post-text .read-more {
  align-self: flex-end;
  font-size: 1.5rem;
  background: #96ba6a;
  color: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px 20px;
  border-radius: 5px;
  margin: auto 20px 20px auto;
  transition: opacity 0.3s;
}
@media (max-width: 769px) {
  .news-page .news-page-area .post .post-text .read-more {
    font-size: 1.3rem;
  }
}
@media (max-width: 441px) {
  .news-page .news-page-area .post .post-text .read-more {
    font-size: 1rem;
    margin: 15px 0 0 0;
    padding: 5px 15px;
  }
}
@media (max-width: 441px) {
  .news-page .news-page-area .post .post-text .read-more {
    font-size: 0.8rem;
    padding: 3px 10px;
  }
}
.news-page .news-page-area .post .post-text .read-more:hover {
  opacity: 0.8;
}
.news-page .news-page-area .pagination {
  font-size: 2rem;
}
@media (max-width: 769px) {
  .news-page .news-page-area .pagination {
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 441px) {
  .news-page .news-page-area .pagination {
    font-size: 1.2rem;
  }
}
@media (max-width: 394px) {
  .news-page .news-page-area .pagination {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.news-page .sidebar {
  position: relative;
  width: 25%;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .news-page .sidebar {
    width: 100%;
  }
}
.news-page .sidebar .widget + .widget {
  margin-top: 20px;
}
.news-page .sidebar h3 {
  font-size: 2rem;
  width: 150px;
  border-bottom: 1px solid #96ba62;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (max-width: 441px) {
  .news-page .sidebar h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 394px) {
  .news-page .sidebar h3 {
    font-size: 1.5rem;
  }
}
.news-page .sidebar ul {
  list-style: none;
  padding: 0;
}
.news-page .sidebar ul li {
  margin-bottom: 8px;
  font-size: 1.7rem;
}
@media (max-width: 441px) {
  .news-page .sidebar ul li {
    font-size: 1.3rem;
  }
}
@media (max-width: 394px) {
  .news-page .sidebar ul li {
    font-size: 1.1rem;
  }
}
.news-page .sidebar ul li a {
  transition: opacity 0.3s;
}
.news-page .sidebar ul li a:hover {
  opacity: 0.8;
}

.widget.recent-posts ul {
  padding: 0;
  margin: 0;
}
.widget.recent-posts ul li {
  margin-bottom: 16px;
}
.widget.recent-posts ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.widget.recent-posts ul li .recent-post-image {
  width: 25%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.widget.recent-posts ul li .recent-post-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget.recent-posts ul li .recent-post-text .recent-post-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}
@media (max-width: 394px) {
  .widget.recent-posts ul li .recent-post-text .recent-post-title {
    font-size: 1.3rem;
  }
}
.widget.recent-posts ul li .recent-post-text .recent-post-date {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media (max-width: 441px) {
  .widget.recent-posts ul li .recent-post-text .recent-post-date {
    font-size: 1rem;
  }
}

.search-form {
  display: flex;
  margin-top: 30px;
}
.search-form input[type=text] {
  flex: 1;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 5px 0 0 5px;
  font-size: 1.5rem;
}
@media (max-width: 441px) {
  .search-form input[type=text] {
    font-size: 1.1rem;
  }
}
@media (max-width: 394px) {
  .search-form input[type=text] {
    font-size: 0.9rem;
  }
}
.search-form button {
  background: #96ba6a;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: opacity 0.3s;
  font-size: 1.5rem;
}
@media (max-width: 769px) {
  .search-form button {
    padding: 8px 40px;
  }
}
@media (max-width: 441px) {
  .search-form button {
    font-size: 1.2rem;
    padding: 8px 30px;
  }
}
@media (max-width: 441px) and (max-width: 394px) {
  .search-form button {
    font-size: 1rem;
    padding: 8px 20px;
  }
}
.search-form button:hover {
  opacity: 0.8;
}

.news-single-area {
  width: 65%;
}
@media (max-width: 769px) {
  .news-single-area {
    width: 100%;
  }
}
.news-single-area .news-single-page h3 {
  font-size: 3rem;
}
@media (max-width: 441px) {
  .news-single-area .news-single-page h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 394px) {
  .news-single-area .news-single-page h3 {
    font-size: 1.5rem;
  }
}
.news-single-area .news-single-page p {
  margin: 40px 0 20px;
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .news-single-area .news-single-page p {
    margin: 10px 0 20px;
  }
}
@media (max-width: 441px) {
  .news-single-area .news-single-page p {
    margin: 15px 0 10px;
    font-size: 1.3rem;
  }
}
@media (max-width: 394px) {
  .news-single-area .news-single-page p {
    font-size: 1.1rem;
  }
}
.news-single-area .news-single-page img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-single-area .comment-form {
  margin-top: 60px;
}
@media (max-width: 769px) {
  .news-single-area .comment-form {
    margin-top: 30px;
  }
}
.news-single-area .comment-form h3 {
  width: 20%;
  font-size: 2rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 5px;
}
@media (max-width: 769px) {
  .news-single-area .comment-form h3 {
    width: 25%;
  }
}
@media (max-width: 441px) {
  .news-single-area .comment-form h3 {
    width: 33%;
    font-size: 1.5rem;
  }
}
@media (max-width: 394px) {
  .news-single-area .comment-form h3 {
    font-size: 1.2rem;
  }
}
.news-single-area .comment-form p:first-of-type {
  margin-top: 20px;
}
.news-single-area .comment-form #comment-content {
  border: 2px solid #e0e0e0;
  width: 100%;
  height: 200px;
}
@media (max-width: 441px) {
  .news-single-area .comment-form #comment-content {
    height: 100px;
  }
}
.news-single-area .comment-form .btn {
  margin-top: 50px;
}
@media (max-width: 769px) {
  .news-single-area .comment-form .btn {
    margin-top: 30px;
  }
}
@media (max-width: 441px) {
  .news-single-area .comment-form .btn {
    margin-top: 15px;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
}
.news-single-area .comment-form .btn button {
  color: #fff;
}
.news-single-area .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.news-single-area .nav-links .nav-previous,
.news-single-area .nav-links .nav-next {
  width: 50%;
  position: relative;
}
.news-single-area .nav-links .nav-previous img,
.news-single-area .nav-links .nav-next img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 441px) {
  .news-single-area .nav-links .nav-previous img,
.news-single-area .nav-links .nav-next img {
    height: 200px;
  }
}
@media (max-width: 394px) {
  .news-single-area .nav-links .nav-previous img,
.news-single-area .nav-links .nav-next img {
    height: 150px;
  }
}
.news-single-area .nav-links .nav-previous a,
.news-single-area .nav-links .nav-next a {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-single-area .nav-links .nav-previous .btn,
.news-single-area .nav-links .nav-next .btn {
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 441px) {
  .news-single-area .nav-links .nav-previous .btn,
.news-single-area .nav-links .nav-next .btn {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
  }
}
.news-single-area .nav-links .nav-previous .under-text,
.news-single-area .nav-links .nav-next .under-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  z-index: 5;
}
@media (max-width: 441px) {
  .news-single-area .nav-links .nav-previous .under-text,
.news-single-area .nav-links .nav-next .under-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 394px) {
  .news-single-area .nav-links .nav-previous .under-text,
.news-single-area .nav-links .nav-next .under-text {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */