html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
  color: #5a5a5a;
  background-image: url("/public/frontEndPackage/images/bg-block.png");
}
body ::-moz-selection {
  background-color: rgba(110, 157, 148, 0.5);
}
body ::selection {
  background-color: rgba(110, 157, 148, 0.5);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span,
i {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button,
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1366px;
  }
}
h3.item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #2A2A2A;
}
@media (min-width: 992px) {
  h3.item-title {
    font-size: 18px;
  }
}

main.inner-page {
  padding: 30px 0 60px;
  margin-top: 76px;
}
@media (min-width: 992px) {
  main.inner-page {
    margin-top: 116px;
    padding: 60px 0 120px;
  }
}

.top-menu {
  position: relative;
}

.menu-switch {
  width: 100%;
  background-color: transparent;
  color: #5a5a5a;
  border: 1px solid #6E9D94;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  padding: 6px 14px;
}
@media (min-width: 992px) {
  .menu-switch {
    display: none;
  }
}
.menu-switch:hover {
  color: #5a5a5a;
}
.menu-switch.active {
  background-color: #6E9D94;
  color: #F8F8F8;
}
.menu-switch:focus {
  outline: none;
}

.arrow-icon {
  transition: all 0.5s ease-in-out;
}
.arrow-icon.rotate {
  transform: rotate(-180deg);
}

.top-menu-container {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .top-menu-container {
    padding: 0 0;
  }
}

.tab-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-left: 0;
  list-style: none;
  background-color: #F8F8F8;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .tab-container {
    position: static;
    align-items: flex-end;
    background-color: transparent;
    border-bottom: 2px solid #6E9D94;
    box-shadow: none;
  }
}
.tab-container li {
  border: 1px solid #cccccc;
  border-top: none;
  width: 100%;
}
@media (min-width: 992px) {
  .tab-container li {
    border: none;
    width: auto;
  }
}
.tab-container button.nav-link {
  border-radius: 0;
  color: #5a5a5a;
  font-size: 22px;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .tab-container button.nav-link {
    text-align: center;
    position: relative;
    background-color: #e3e3e3;
    border: 0.5px solid #5a5a5a;
    border-bottom: none;
  }
}
.tab-container button.nav-link.active, .tab-container button.nav-link:hover {
  color: #2A2A2A;
}
@media (min-width: 992px) {
  .tab-container button.nav-link.active, .tab-container button.nav-link:hover {
    color: #355952;
    border: 2px solid #6E9D94;
    background-color: transparent;
    border-bottom: none;
    padding: 0.8rem 0.8rem;
  }
  .tab-container button.nav-link.active::before, .tab-container button.nav-link:hover::before {
    content: "";
    position: absolute;
    background-image: url("/public/frontEndPackage/images/bg-block.png");
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
  }
}
.tab-container button.nav-link:focus {
  outline: none;
}

h2 {
  color: #355952;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 32px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
h2 span {
  -webkit-text-stroke: 1px #355952;
  -webkit-text-fill-color: transparent;
}
h2.cms-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #355952;
}

.news-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.news-list .item {
  padding: 12px 20px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: #5a5a5a;
}
@media (min-width: 992px) {
  .news-list .item {
    padding: 16px 24px;
  }
}

.page {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.page a {
  color: #5a5a5a;
}
.page a.active, .page a:hover {
  color: #8F0D17;
}
.page i {
  color: #355952;
}

a.item {
  transition: all 0.3s ease-in-out;
}
a.item:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
}

.border-block {
  border: 1px solid #355952;
  border-radius: 36px;
  background-color: #F8F8F8;
  padding: 20px 20px;
}
.border-block .top {
  border-bottom: 1px solid #355952;
  margin-bottom: 16px;
}
.border-block .top h2 {
  margin-bottom: 16px;
}

.category-top {
  align-items: center;
  row-gap: 1.5rem;
  margin-bottom: 50px;
}

.w-1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.text-main {
  color: #355952;
}

.text-lightBlack {
  color: #5a5a5a;
}

.text-darkBlack {
  color: #2A2A2A;
}

.text-white {
  color: #F8F8F8;
}

.font-eng {
  font-family: Arial, Helvetica, sans-serif;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-48 {
  font-size: 3rem;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

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

.py-60 {
  padding: 3.75rem 0;
}

.pb-64 {
  padding-bottom: 4rem;
}

.navbar-container {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.navbar h1 {
  height: 60px;
  width: 120px;
}
@media (min-width: 992px) {
  .navbar h1 {
    height: 100px;
  }
}
.navbar .logo {
  display: block;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  height: 100%;
}
.navbar .navbarMenu {
  position: absolute;
  width: 100%;
  height: calc(100vh - 76px);
  top: -100vh;
  left: 0;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .navbar .navbarMenu {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
.navbar .navbar-nav {
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    flex-direction: row;
    margin-top: 0;
  }
}
.navbar .nav-item {
  text-align: center;
  width: 100%;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .navbar .nav-item {
    width: auto;
    margin-bottom: 0;
    margin-right: 28px;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item:last-child {
    margin-right: 0;
  }
}
.navbar .nav-item .nav-link {
  color: #2A2A2A;
  border-bottom: 2px solid #6E9D94;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 8px 24px;
  width: 100%;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
  color: #F8F8F8;
  background-color: #355952;
  border-bottom: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}

#menuToggle {
  display: none;
}

label[for=menuToggle] {
  width: 45px;
  height: 32px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
label[for=menuToggle] span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #2A2A2A;
  left: 25%;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
label[for=menuToggle] span:nth-child(1) {
  top: 8px;
}
label[for=menuToggle] span:nth-child(2) {
  top: 16px;
}
label[for=menuToggle] span:nth-child(3) {
  top: 24px;
}
@media (min-width: 992px) {
  label[for=menuToggle] {
    display: none;
  }
}

#menuToggle:checked ~ label span:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
}

#menuToggle:checked ~ label span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle:checked ~ label span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
}

#menuToggle:checked ~ .navbarMenu {
  background-color: #F8F8F8;
  opacity: 1;
  top: 76px;
}
@media (min-width: 992px) {
  #menuToggle:checked ~ .navbarMenu {
    background-color: transparent;
  }
}

footer {
  background-color: #d9d9d9;
  width: 100%;
  padding: 48px 0 28px;
}
footer section > div {
  row-gap: 10px;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
footer .footer-logo:hover {
  text-decoration: none;
}
footer .footer-logo img {
  height: 36px;
}
@media (min-width: 992px) {
  footer .footer-logo img {
    height: 48px;
  }
}
footer h2 {
  font-size: 30px;
  color: #2A2A2A;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer h2 {
    font-size: 40px;
  }
}
footer a {
  color: #2A2A2A;
}
footer a:hover {
  color: #2A2A2A;
  text-decoration: underline;
}
footer .contact-list {
  margin-bottom: 0;
  row-gap: 10px;
}
footer .contact-list img {
  width: 30px;
  height: 30px;
}

.banner-carousel {
  position: relative;
  margin-top: 76px;
  visibility: hidden;
}
@media (min-width: 992px) {
  .banner-carousel {
    margin-top: 116px;
  }
}
.banner-carousel.slick-initialized {
  visibility: visible;
}
.banner-carousel .slick-arrow {
  z-index: 1;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.banner-carousel .slick-arrow::before {
  color: #355952;
  font-weight: 600;
}
.banner-carousel .slick-prev {
  left: 15px;
}
.banner-carousel .slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\f284";
}
.banner-carousel .slick-next {
  right: 15px;
}
.banner-carousel .slick-next::before {
  font-family: "bootstrap-icons";
  content: "\f285";
}

.home-menu-list {
  padding: 80px 0;
  row-gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.home-menu-list .item {
  height: 100%;
  border: 2px solid #355952;
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .home-menu-list .item {
    padding: 20px 30px;
  }
}
.home-menu-list .img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  margin-bottom: 1rem;
}

.home-news {
  padding-bottom: 80px;
}
.home-news h2 {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .home-news h2 {
    font-size: 36px;
  }
}
.home-news .action-btn a {
  border: 4px solid #6E9D94;
  border-radius: 36px;
  background-color: #F8F8F8;
  color: #2A2A2A;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .home-news .action-btn a {
    font-size: 24px;
    padding: 10px 28px;
  }
}

.contact-form .form-row {
  row-gap: 1rem;
}
.contact-form .col {
  flex-basis: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .contact-form .col {
    flex-basis: 0;
  }
}
.contact-form .form-control,
.contact-form textarea {
  border: 1px solid #5a5a5a;
  border-radius: 16px;
  background-color: #F8F8F8;
}
.contact-form .form-control:focus,
.contact-form textarea:focus {
  border-color: #355952;
  box-shadow: 0 0 0 0.2rem rgba(110, 157, 148, 0.5);
}
.contact-form label.error {
  color: #8F0D17;
}
.contact-form button#submit-btn {
  border: 4px solid #6E9D94;
  border-radius: 36px;
  background-color: #F8F8F8;
  color: #2A2A2A;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-form button#submit-btn {
    font-size: 24px;
    padding: 10px 28px;
  }
}
.contact-form button#submit-btn::before {
  content: "";
  background-color: #6E9D94;
  border-radius: 100px;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.contact-form button#submit-btn:hover {
  transition: all 0.3s ease-in-out;
  color: #F8F8F8;
  background-color: transparent;
}
.contact-form button#submit-btn:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.contact-form button#submit-btn:focus {
  outline: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #355952 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 157, 148, 0.5) !important;
}/*# sourceMappingURL=all.css.map */