/* LESS Document */
body {
  background: linear-gradient(to bottom, #D6EDFF 0px, #D6EDFF 20%, #D9D6FF 40%, #D9D6FF 40%, #E9BF7C 60%, #E9BF7C 60%, #1E1960 calc(100% - 400px));
}
main {
  position: relative;
}
main .mv {
  width: 100%;
  min-height: 1200px;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-25%);
  overflow: visible;
}
.inner {
  max-width: 1160px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  max-width: 1160px;
  min-height: 390px;
  margin: 0 auto;
  padding: 185px 0 25px;
}
@media screen and (max-width: 767px) {
  .pageHeader {
    padding: 120px 10px 25px;
  }
}
.pageHeader h1 {
  margin: 0 0 18px;
  font-size: 5.2rem;
  font-weight: 900;
  color: #000;
  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;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .pageHeader h1 {
    margin-bottom: 30px;
    font-size: 10vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#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
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  margin: 0 0 80px;
  padding: 30px 48px 30px 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px 30px 30px 30px;
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 1023px) {
  article {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  article {
    padding: 20px 10px;
    border-radius: 20px;
  }
}
article:nth-of-type(1) {
  border-radius: 30px 300px 30px 30px;
}
@media screen and (max-width: 1023px) {
  article:nth-of-type(1) {
    border-radius: 30px 150px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  article:nth-of-type(1) {
    border-radius: 20px;
  }
}
article:nth-of-type(2) hgroup p {
  color: #CA8077;
}
article:nth-of-type(2) h3 {
  border-left-color: #B3751F;
}
article + article {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  article + article {
    margin-top: 80px;
  }
}
article section {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  article section {
    margin: 50px 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	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;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++

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