/* LESS Document */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
.h1 {
  width: 100%;
  height: 434px;
  padding: 100px 0 0;
  background: url("../img/kv.jpg") no-repeat center 60% / cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .h1 {
    height: auto;
    min-height: 40vh;
    padding: 5vh 10px;
  }
}
.h1::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #FFF 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.h1 .hgroup {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
.h1 .hgroup h1 {
  color: #0066B2;
  line-height: 1.2;
  font-size: 6rem;
  font-style: italic;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  .h1 .hgroup h1 {
    font-size: 9.6vw;
  }
}
.h1 .hgroup p {
  padding: 0;
  color: #000;
  font-size: 3.6rem;
  font-weight: 500;
  background: none;
}
@media screen and (max-width: 767px) {
  .h1 .hgroup p {
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0 0 40px;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}
#breadcrumbsList li {
  display: inline;
}
#breadcrumbsList li + li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #0066B2;
  margin: 0 8px 0 5px;
}
#breadcrumbsList::before {
  content: '\f015';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #2755A6;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	section
+++++++++++++++++++++++++++++++++++++++++++ */
section {
  margin: 30px 0 50px;
}
section h2 {
  margin: 0 0 45px;
  padding: 0 0 15px;
  text-align: center;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  section h2 {
    font-size: 7.2vw;
  }
}
section h2::before {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  margin: auto;
  font-weight: 500;
  background: #0066B2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section h3 {
  margin: 0 0 32px;
  padding: 6px 15px;
  background: rgba(0, 102, 178, 0.2);
  color: #0066B2;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  section h3 {
    font-size: 4.8vw;
  }
}
section h4 {
  margin: 0 0 11px;
  padding: 4px 0 4px 12px;
  border-left: #0066B2 6px solid;
  line-height: 1.2;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  section h4 {
    font-size: 4.4vw;
  }
}
.ankerLink {
  margin: 55px auto60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ankerLink {
    display: none;
  }
}
.ankerLink li {
  display: inline-block;
  line-height: 1.2;
  margin: 0 25px;
}
.ankerLink li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.ankerLink li a:hover {
  color: #0066B2;
}
.ankerLink li a i {
  color: #0066B2;
}
blockquote {
  margin-left: 6px;
  border-left: 6px solid #999;
  margin-bottom: 1em;
  padding-left: 10px;
}
/*# sourceMappingURL=lower.css.map */