@charset "UTF-8";
/* ==========================
 base
===========================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

/* bg */
.bg {
  background: url(../images/bg-header.jpg) no-repeat;
  background-position: left top;
}

@media screen and (max-width: 768px) {
  .bg {
    background-position: center top;
  }
}

.green-border {
  border-bottom: 4px solid #11573D;
  position: relative;
}

.green-border:after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-top: solid 16px #11573D;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.page-contents {
  background: #fff;
}

/* page-header */
.jumbotron {
  background: url(/images/top-image.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 4rem;
  }
}

.jumbotron img {
  width: 480px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .jumbotron img {
    width: 100%;
    height: auto;
  }
}

.display-4 {
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.4vw);
  }
}

.page-header p {
  margin-bottom: 0;
  color: #11573D;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* link */
button a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .btn-tel {
    pointer-events: none;
  }
  .btn-tel:hover {
    background: inherit;
    color: inherit;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* layout */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

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

/* heading */
.top-title {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-title {
    font-size: 1.3rem;
  }
}

.fs-1 {
  font-size: calc(1rem + 1.2vw) !important;
}

@media screen and (min-width: 1200px) {
  .fs-1 {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

@media screen and (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2rem + 0.6vw);
  }
}

.bold {
  font-weight: 700;
}

.text-red {
  color: #e60000;
}

/* spacing */
.pb-6, .py-6 {
  padding-bottom: 3.75rem !important;
}

.pt-6, .py-6 {
  padding-top: 3.75rem !important;
}

@media screen and (min-width: 768px) {
  .pb-md-7, .py-md-7 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-7, .py-md-7 {
    padding-top: 5rem !important;
  }
}

/* bootstrap */
.bg-primary {
  background: #f9f9f9 !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}

/* search */
.form-navbar {
  position: relative;
}

.form-navbar svg {
  position: absolute;
  left: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-navbar .form-control {
  border-color: transparent;
  background: transparent;
  z-index: 10;
  width: 30px;
  margin-left: 1rem;
  padding-left: 1.6rem;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.form-navbar .form-control:focus {
  width: 240px;
  padding-right: 0.75rem;
}

/* sidebar */
.list-group-item.active {
  background: #11573D;
  border-color: #11573D;
}

.sidebar .row:nth-of-type(2) div {
  text-align: center;
}

/* btn */
.btn-primary {
  background: #11573D;
  border: none;
}

.btn-primary a {
  color: #fff;
}

/* other */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ==========================
 common
===========================*/
/* ==========================
 header
===========================*/
.navbar-expand-xl .navbar-nav .nav-link {
  font-size: .9rem;
  color: #333;
  margin: 0 .2rem;
}

.logo {
  width: 100px;
  height: auto;
}

.breadcrumb {
  background: none;
  padding: .75rem 0;
  font-size: .875rem;
}

.active a {
  color: #11573D;
}

@media screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: .4rem 1rem;
    line-height: 1;
  }
  .navbar-expand-xl .navbar-nav .nav-link:hover {
    background: #009944;
    color: #fff;
    border-radius: 20px;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    background: #009944;
    color: #fff;
    border-radius: 20px;
  }
}

.navbar {
  padding: 0;
}

.navbar .container {
  padding: .5rem 0;
}

.navbar-light .navbar-toggler {
  background: white;
  margin-right: .5rem;
}

.navbar-brand {
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .navbar-nav {
    background: white;
    margin-top: .5rem;
    padding: 1rem;
  }
}

/* ==========================
 footer
===========================*/
.footer-logo-area {
  border-bottom: 1px solid #D9D4D4;
}

@media screen and (min-width: 992px) {
  .footer-logo-area {
    border-bottom: 0;
  }
}

.logo-footer {
  width: 200px;
  height: auto;
}

footer .nav-link {
  padding: 0 0 0.5rem 0;
}

.go-top {
  width: 16px;
  height: auto;
}

.copyright {
  background: #11573D;
  color: white;
}

.svg-inline--fa {
  font-size: 2rem;
}

footer .h6 {
  color: #11573D;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-menu {
  padding-left: 0;
  list-style: none;
  font-size: .9rem;
}

.footer-menu a {
  color: #333;
}

.footer-menu a:hover {
  color: #0056b3;
}

/* ==========================
 top
===========================*/
.top h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}

.top h2:after {
  content: "";
  display: block;
  width: 40px;
  padding-top: .5rem;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.title-area {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-area h2 {
  background: #009944;
  padding: 2rem;
}

.title-area .btn {
  text-align: right;
}

.title-area .btn a {
  color: #11573D;
  padding: .3rem .7rem;
  position: relative;
}

.title-area .btn a:after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
  border-left: solid 6px #11573D;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-area .btn a:hover {
  text-decoration: underline;
}

.top {
  position: relative;
}

.iframe-area {
  z-index: 30;
}

.iframe {
  background: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.iframe iframe {
  width: 100%;
  height: 30vh;
  overflow-y: scroll;
  background: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #666;
}

iframe body {
  background: #fff;
}

/* ==========================
 single
===========================*/
/* ==========================
 page
===========================*/
.page h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .page h2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.page h2:after {
  content: "";
  display: block;
  width: 40px;
  margin: .6em 0 0 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.page h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-left: 4px solid #11573D;
  padding-left: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .page h3 {
    font-size: calc(1rem + 0.6vw);
  }
}

.h3-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D9D4D4;
}

.news-list {
  padding-right: 0;
  padding-left: 0;
}

.news-list .row {
  margin-right: 0;
  margin-left: 0;
}

.news-list dt {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .news-list dt {
    border-bottom: 1px solid #D9D4D4;
    margin: 0;
    padding: 1rem 0;
  }
}

.news-list dd {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #D9D4D4;
}

@media screen and (min-width: 576px) {
  .news-list dd {
    margin: 0;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .news-list dd {
    margin-left: -2rem;
  }
}

@media screen and (min-width: 992px) {
  .news-list dd {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .news-list dd {
    margin-left: -1rem;
  }
}

@media screen and (min-width: 1400px) {
  .news-list dd {
    margin-left: -2rem;
  }
}

.dl-list dt {
  padding: 0;
  margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .dl-list dt {
    border-bottom: 1px solid #D9D4D4;
    margin-bottom: 1rem;
  }
}

.dl-list dd {
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D9D4D4;
}

#sub {
  width: 100%;
  border: none;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

#sub::-webkit-scrollbar {
  /* Chrome, Safari  */
  display: none;
}

.keireki dt,
.keireki dd {
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.ul-list li,
.ol-list li {
  padding: .5rem;
}

.staff .col-md-6 {
  border: 3px solid #f8f8f8;
  margin-bottom: 1rem;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .staff .col-md-6 {
    margin: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.2%;
    flex: 0 0 48.2%;
    max-width: 48.2%;
  }
}

.number-icon {
  font-size: 3rem;
  color: #11573D;
  text-align: left;
  padding-left: 1rem;
}

@media screen and (min-width: 992px) {
  .number-icon {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .consul-top .card,
  .consul-top .bg-primary {
    min-height: 284px;
  }
}

.consul-top .bg-primary {
  border-radius: .25rem .25rem 0 0;
}

@media screen and (min-width: 768px) {
  .consul-top .bg-primary {
    border-radius: .25rem 0 0 .25rem;
  }
}

.flow {
  border: 1px solid #D9D4D4;
  border-radius: .25rem;
  position: relative;
  margin-bottom: 3rem;
}

.flow:not(:nth-of-type(5)):after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-top: solid 20px #009944;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-title {
  background: #f9f9f9;
  padding: 1rem;
}

.flow-title h2 {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 700;
}

.flow-title h2:after {
  content: none;
}

.flow-title h2 span {
  padding-right: .5rem;
}

.flow-title h2 span:after {
  content: "-";
}

.flow-content {
  padding: 1rem;
}

.flow-content p {
  margin-bottom: 0;
}

.border {
  border: 1px solid #D9D4D4;
}

.mokuji {
  list-style: none;
  padding-left: 0;
}

.mokuji dt {
  background: #eee;
  padding: .5rem;
  margin-bottom: 1rem;
}

.mokuji dt span:not(.text-red) {
  padding-right: .5rem;
}

.mokuji dt span:not(.text-red):after {
  content: "-";
}

.ec .card {
  height: 100%;
}

.ec .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec .card-body .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* sidebar */
.sidebar {
  font-size: .9rem;
}

@media screen and (max-width: 992px) {
  .sidebar {
    margin-top: 2rem;
  }
}

/* ==========================
 archive
===========================*/
/* ==========================
 list
===========================*/
/* ==========================
 form
===========================*/
/* placeholder bootstrap */
/* Chrome, Safari */
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #ccc;
}

/* Firefox 18以前 */
.form-control:-moz-placeholder {
  color: #ccc;
}

/* IE */
.form-control:-ms-input-placeholder {
  color: #ccc;
}

/* reset */

/*# sourceMappingURL=style.css.map */