/* LESS Document */
main {
  position: relative;
}
main .mv {
  width: 100%;
  min-height: 1200px;
  position: absolute;
  top: -130px;
  left: 130px;
  z-index: -1;
  transform: scale(0.7);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  main .mv {
    left: 60px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  max-width: 1400px;
  min-height: 390px;
  margin: 0 auto;
  padding: 185px 0 25px;
}
@media screen and (max-width: 767px) {
  .pageHeader {
    min-height: 0;
    padding: 120px 10px 25px;
  }
}
.pageHeader hgroup {
  flex-direction: column-reverse;
  align-items: flex-start;
  font-size: 23rem;
  padding: 0 0 0 1em;
  text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 1px 3px #fff, -1px 3px #fff, 3px 1px #fff, -3px 1px #fff;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup {
    font-size: 23vw;
  }
}
.pageHeader hgroup h1 {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup h1 {
    font-size: 4.2vw;
  }
}
.pageHeader hgroup p {
  font-size: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup p {
    font-size: 6vw;
  }
}
.pageHeader hgroup p span {
  font-size: 23rem;
  position: absolute;
  left: -1em;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup p span {
    font-size: 23vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0 0 30px;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    display: none;
  }
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
#breadcrumbsList a:hover {
  color: #4472C4;
}
#breadcrumbsList li {
  display: inline;
}
#breadcrumbsList li + li::before {
  content: '\f0da';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #4472C4;
  margin: 0 6px 0 2px;
}
#breadcrumbsList::before {
  content: '\f015';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #4472C4;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	lNav
+++++++++++++++++++++++++++++++++++++++++++ */
.lNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lNav li {
    width: calc(50% - 7.5px);
  }
}
.lNav li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 46px;
  padding: 5px 10px;
  line-height: 1.2;
  border-radius: 10px;
  background: #4472C4;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .lNav li a {
    min-width: 0;
    font-size: 4.8vw;
  }
}
.lNav li a:hover,
.lNav li a.current {
  background: #FFF;
  color: #4472C4;
}
.lNav li a.current {
  pointer-events: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
/*+++++++++++++++++++++++++++++++++++++++++++
	htl
+++++++++++++++++++++++++++++++++++++++++++ */
hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  hgroup {
    margin-bottom: 40px;
  }
}
hgroup h2 {
  color: #000;
  font-size: 3.6rem;
  order: 1;
}
@media screen and (max-width: 767px) {
  hgroup h2 {
    font-size: 7.2vw;
  }
}
hgroup p {
  color: #A2DDF6;
  font-family: 'Poppins', sans-serif;
  font-size: 9.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  hgroup p {
    font-size: 12vw;
  }
}
h3 {
  margin: 0 0 30px;
  padding: 0 0 0 18px;
  border-left: #4472C4 6px solid;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h3 {
    padding-left: 10px;
    font-size: 6.4vw;
  }
}
h4 {
  margin: 30px 0 5px;
  padding: 0 0 0 70px;
  font-size: 2rem;
  color: #4472C4;
  position: relative;
}
@media screen and (max-width: 767px) {
  h4 {
    padding-left: calc(8vw + 10px);
    font-size: 4vw;
  }
}
h4::before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #4472C4;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  h4::before {
    width: 8vw;
    top: 3vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++ */
