@charset "UTF-8";
html, body, a {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #333333;
  position: relative;
}
/* Header
----------------------------*/
.logo {
  max-width: 70%;
}
.navbar-collapse {
  justify-content: end;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.3vw !important;
  padding-left: 1.3vw !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #5c5c5c;
}
li.nav-item {
  color: #333;
}
li.nav-item:last-child {
  border-right: none;
}
a.nav-link {
  padding: 0.7rem 0 !important;
  color: #333;
  font-family: 'Noto Serif JP', serif;
}
a.nav-link:hover {
  color: #42a8ff;
}
/* 共通
-------------------------------*/
.main {
  background: url(../images/main.jpg)no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 75vh;
  aspect-ratio: 2 / 1;
  background-position: 100% 50%;
}
#top .main {
  margin-top: 50px;
}
.main p {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 75%;
  background: rgb(3 134 197 / 70%);
  padding: 15px 10px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  width: fit-content;
}
section {
  padding: 3rem 0 0 0;
}
section p, section li, section dl {
  line-height: 1.6;
}
section p {
  margin: 0 0 1.75rem 0;
}
section p + h2 {
  margin-top: 2rem;
}
section p + h4 {
  margin-top: 2.5rem;
}
.listbox {
  margin-bottom: 1.75rem;
  padding-left: 1.5rem;
}
.listbox li {
  margin-bottom: 0.75rem;
}
h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0.75rem 0;
  border-top: 1px solid #000;
}
h2:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  content: '';
  background: #e60001;
}
.about-contents {
  display: block;
  background: #f0f0f0;
  padding: 15px;
  margin: 10px 0 20px;
}
h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px !important;
  color: #fff;
  background: #057ec5;
  padding: 10px;
  margin: 0 0 20px 0;
}
h4 {
  font-family: 'Noto Serif JP', serif;
  border-left: solid 5px #e60002;
  padding: 0 0 0 10px;
  font-size: 18px;
  margin: 0 0 30px 0;
}
.about-contents h3 {
  margin: 0 0 0.75rem;
}
.about-contents p {
  padding: 0.5rem;
  margin: 0;
}
.about-contents ul {
  margin: 0 0 0.5rem;
}
ul.about-contents-list li {
  list-style: disc;
}
p.about-lower-txt {
  margin: 0 0 30px 0 !important;
}
.btn-contact a {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #ad8b40;
  display: block;
  background: #fff;
  border: solid 1px #ad8b40;
  text-decoration: none;
  transition: 0.3s;
}
.btn-contact a:hover {
  background: #ad8b40;
  color: #fff;
}
/* sidebanner
-------------------------------*/
ul.sidebanner {
  padding: 0;
  margin: 3rem 0 0 0;
}
ul.sidebanner li {
  margin: 0 0 20px 0;
  text-align: center;
}
ul.sidebanner a {
  transition: 0.3s;
  text-align: center;
}
ul.sidebanner a:hover {
  opacity: 0.4;
}
ul.sidebanner img {
  width: 70%;
}
/* footer
-------------------------------*/
footer {
  background: #ebebeb;
  padding: 20px 0;
}
.footer-menu ul {
  border-top: solid 1px #e7e7e7;
  padding: 10px 0;
  border-bottom: solid 1px #e7e7e7;
  margin: 20px 0 0 0;
}
.footer-menu li:nth-child(-n+4) {
  display: none;
}
.footer-logo {
  text-align: center;
  margin: 0 0 20px 0;
}
.footer-about {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
p.tel a {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
}
p.address {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  margin: 0;
  font-size: 16px;
}
.page-top {
  text-align: right;
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.page-top a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.page-top a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0d8";
  padding: 0 5px 0 0;
  font-size: 16px;
  color: #ad8b40;
  position: relative;
  top: 3px;
}
.page-top a:hover {
  opacity: 0.5;
}
.footer-navi {
  padding: 1rem 0 0 0;
}
.footer-menu a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.footer-menu a {
  padding: 0 15px;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.footer-menu a:hover {
  color: #42a8ff;
}
.footer-link a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #ad8b40;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  transition: 0.3s;
}
.footer-link a:hover {
  opacity: 0.5;
  color: #fff;
}
.footer-copyright {
  padding: 5px 0;
  text-align: center;
}
.footer-copyright p {
  margin: 0;
  font-size: 12px;
}
p.tel {
  font-size: 16px;
  margin: 0px 0 10px 0;
}
p.tel span {
  font-size: 13px;
  letter-spacing: 0px;
}
p.tel::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f095";
  padding: 0 5px 0 0;
  font-size: 16px;
  color: #333;
  position: relative;
  top: 0px;
}
section.lower {
  padding: 50px 0 0 0;
  min-height: 30vh;
}
.jumbotron {
  padding: 6.5rem 0 1.5rem 0;
  background: #e9e9e9;
}
.jumbotron h1 {
  font-size: 24px;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
}
.breadcrumb-top, .breadcrumb-sec {
  display: none;
}
.breadcrumb-link {
  margin: 0 0 0 auto;
}
.breadcrumb-link a::after, .footer-link a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f08e";
  padding: 0 0 0 5px;
  font-size: 13px;
  color: #fff;
}
ul.list-unstyled {
  display: flex;
  margin: 0;
}
ul.list-unstyled li {
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}
ul.list-unstyled li a::after {
  content: " >";
  padding-left: 0.7rem;
  display: inline-block;
}
ul.list-unstyled a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
ul.list-unstyled a:hover {
  color: #fff;
  text-decoration: underline;
}
.lower h2 {
  border-bottom: solid 2px #057ec5;
  border-top: none;
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  font-size: 22px;
}
.lower h2::before {
  content: none;
}
@media (max-width: 575px) {
  div#mailform table {
    width: 100%;
  }
  input[type="text"] {
    margin: 0;
    padding: 3px;
    border: solid 1px #c5c5c5;
  }
}
@media (min-width: 576px) {
  ul.sidebanner img {
    width: 40%;
  }
  .jumbotron {
    padding: 7rem 0 1.5rem 0;
  }
  h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  div#mailform td, div#mailform th {
    display: block;
  }
  .form-name input {
    width: 27%;
  }
  .surname {
    margin: 0;
  }
  .reputation {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 768px) {
  .main {
    background-size: cover;
  }
  #top .main {
    margin-top: 82px;
  }
  .main p {
    padding: 20px;
    font-size: 1.6rem;
  }
  .btn-contact a {
    width: 50%;
  }
  p.tel a {
    color: #333;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
  }
  .introduction-contents {
    flex-direction: row;
    margin: 0 0 70px 0;
  }
  .intr-1 {
    width: 90%;
    order: 1;
  }
  .intr-2 {
    width: 40%;
    margin: 0 0 0 30px;
    text-align: center;
    order: 2;
  }
  .breadcrumb-top {
    margin: 0;
    background: #057ec5;
    padding: 5px 70px;
    justify-content: space-between;
    display: flex;
  }
  .breadcrumb-top a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
  }
  .breadcrumb-top a:hover {
    opacity: 0.5;
    color: #fff;
  }
  .breadcrumb-sec {
    display: block;
    background: #057ec5;
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .footer-menu li:last-of-type a::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f04b";
    padding: 0 5px 0 0;
    font-size: 9px;
    color: #ad8b40;
  }
}
@media (min-width: 992px) {
  h1.logo img {
    max-width: 100%;
  }
  nav {
    padding: 0 30px;
  }
  .navbar-expand-lg {
    margin: 0 0 0 auto;
  }
  li.nav-item {
    color: #333;
  }
  li.nav-item::after {
    position: absolute;
    top: 9px;
    left: 100%;
    content: "";
    width: 1px;
    height: 50%;
    background-color: #d5d5d5;
  }
  li.nav-item:last-child::after {
    content: none;
  }
  section {
    padding: 70px 0 0 0;
  }
  .lower h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px !important;
    padding: 12px;
    margin: 0 0 30px 0;
  }
  p + h3, ul + h3, .row + h3, .photo + h3 {
    margin-top: 3rem;
  }
  section.news-list {
    min-height: 500px;
  }
  .about-contents {
    display: flex;
  }
  .cont-01 {
    width: 80%;
    margin: 0 10px 0 0;
  }
  ul.sidebanner {
    margin: 0;
  }
  ul.sidebanner li {
    margin: 0 0 12px 0;
    text-align: right;
  }
  ul.sidebanner img {
    width: 85%;
  }
  .footer-navi {
    padding: 70px 0 0 0;
  }
  .footer-menu {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #e7e7e7;
  }
  .footer-menu a {
    padding: 0 0.8vw;
    border-bottom: none;
    font-size: 0.8rem;
  }
  .footer-menu li {
    border-right: solid 1px #b5b5b5;
  }
  .footer-menu li:nth-child(-n+6) {
    display: block;
  }
  .footer-menu li:last-child {
    border-right: none;
  }
  .page-top {
    float: right;
    position: relative;
    top: -35px;
    margin: 0 30px 0 0;
  }
  .footer-contents01 {
    display: flex;
    padding: 30px;
  }
  .footer-about {
    border-left: solid 1px #333;
    padding-left: 30px;
    line-height: 14px;
    height: 50px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    margin: auto 0 auto 30px;
    text-align: left;
  }
  p.address {
    margin: 0;
  }
  p.tel {
    font-size: 20px;
    margin: 13px 0 0 0;
  }
  .footer-link {
    margin: 40px 0;
  }
  .footer-menu ul {
    justify-content: center;
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media (min-width: 1400px) {
  .header-width {
    padding: 0;
    width: 1260px;
  }
}