/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  min-height: 540px;
  padding: 144px 0 0 0;
  background: url(../img/mv_bg.webp) no-repeat left top / 75% auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pageHeader {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader {
    padding-top: 120px;
    padding-bottom: 30px;
    min-height: 300px;
    background-size: 125% auto;
  }
}
.pageHeader::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #ffffff 75%), linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.pageHeader::after {
  content: '';
  display: block;
  width: 666px;
  height: 327px;
  background: url(../img/mv_star.webp) no-repeat;
  opacity: 0.8;
  position: absolute;
  top: 125px;
  right: -55px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pageHeader::after {
    background-size: contain;
    width: 40%;
    height: 30%;
    top: auto;
    bottom: 0;
  }
}
.pageHeader .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
}
.pageHeader .subTitle {
  margin: 0 0 5px;
  color: #004DA1;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 8rem;
  line-height: 0.85;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageHeader .subTitle {
    font-size: 10vw;
  }
}
.pageHeader .subTitle_parent {
  display: block;
  min-height: 28px;
  padding: 5px 0 0 64px;
  font-size: 1.6rem;
  background: url(../img/icon_header_star.png) no-repeat 0 0 / 57px 28px;
}
@media screen and (max-width: 767px) {
  .pageHeader .subTitle_parent {
    font-size: 3.2vw;
  }
}
.pageHeader .hgroup {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageHeader .hgroup {
    flex-direction: column;
  }
}
.pageHeader .hgroup h1 {
  font-size: 2.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .pageHeader .hgroup h1 {
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-wrap: wrap;
  align-self: flex-end;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    font-size: 2.4vw;
    gap: 5px 0;
    justify-content: flex-end;
  }
}
#breadcrumbsList li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#breadcrumbsList li + li {
  padding: 0 0 0 35px;
}
#breadcrumbsList li + li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList li + li::before {
    font-size: 3.6vw;
  }
}
#breadcrumbsList li a {
  padding: 8px 15px;
  background: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #0A65DA;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#breadcrumbsList li a:hover {
  opacity: 0.7;
}
#breadcrumbsList li span {
  padding: 8px 15px;
  color: #FFF;
  border-radius: 30px;
  background: #0A65DA;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  padding: 80px 0;
  /*英語見出し無しVerの下層スタイル*/
}
article hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  align-items: center;
  margin: 0 0 50px;
}
article hgroup h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    font-size: 4vw;
  }
}
article hgroup p {
  color: #004DA1;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  article hgroup p {
    font-size: 12.8vw;
  }
}
article .lowerStyle h2 {
  font-size: 3.6rem;
  position: relative;
  margin: 70px 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  article .lowerStyle h2 {
    font-size: 7.2vw;
    line-height: 1.5;
    margin: 70px 0 30px;
  }
}
article .lowerStyle h2::first-letter {
  color: #004DA1;
}
article .lowerStyle h2::after {
  position: absolute;
  content: "";
  background-color: #004DA1;
  width: 35px;
  height: 2px;
  top: calc(4.3rem + 10px);
  left: 0;
}
@media screen and (max-width: 767px) {
  article .lowerStyle h2::after {
    width: 7vw;
    top: calc(8.4vw + 10px);
  }
}
article .lowerStyle h3 {
  margin: 30px 0 10px;
  font-size: 2rem;
  color: #004DA1;
}
@media screen and (max-width: 767px) {
  article .lowerStyle h3 {
    font-size: 4vw;
  }
}
article .lowerStyle p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  article .lowerStyle p {
    font-size: 3.2vw;
  }
}
article .lowerStyle ol {
  list-style: none;
  padding: 0 0 0 38px;
}
@media screen and (max-width: 767px) {
  article .lowerStyle ol {
    padding: 0 0 0 5vw;
  }
}
article .lowerStyle ol li {
  position: relative;
}
article .lowerStyle ol.olList {
  counter-reset: custom-counter;
  letter-spacing: 0.08em;
  line-height: 2em;
}
article .lowerStyle ol.olList > li {
  position: relative;
  counter-increment: custom-counter;
  margin: 0 0 15px 0;
}
article .lowerStyle ol.olList > li::before {
  content: counter(custom-counter, decimal-leading-zero) ".";
  position: absolute;
  left: -38px;
  top: 2px;
  font-size: 1.6rem;
  color: #8B8B8B;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  article .lowerStyle ol.olList > li::before {
    left: -6vw;
    top: 0;
    font-size: 3.2vw;
  }
}
article .lowerStyle ul.ulList {
  line-height: 1.8em;
}
article .lowerStyle ul.ulList li {
  position: relative;
  padding: 0 0 0 15px;
}
article .lowerStyle ul.ulList li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  article .lowerStyle ul.ulList li::before {
    left: 0;
    top: 0;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  article .lowerStyle .flex {
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	lNav
+++++++++++++++++++++++++++++++++++++++++++ */
.lNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .lNav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .lNav {
    gap: 15px;
    padding-bottom: 50px;
  }
}
.lNav a {
  max-width: 384px;
  width: 100%;
  min-height: 64px;
  padding: 0 10px;
  color: #004DA1;
  border: 2px solid #004DA1;
  border-radius: 9px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .lNav a {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .lNav a {
    font-size: 3.6vw;
    min-height: 12vw;
    max-width: 80%;
    width: calc(100% / 2 - 15px);
  }
}
.lNav a:hover {
  background: #004DA1;
  color: #FFF;
}
.lNav a.current {
  background: #004DA1;
  color: #FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	link
+++++++++++++++++++++++++++++++++++++++++++ */
.link {
  max-width: max-content;
  border-bottom: #004DA1 1px solid;
}
.link:hover {
  border-bottom-color: transparent;
}
.link:hover a {
  color: #000;
}
.link:hover a i {
  transform: translate(5px, 0);
}
.link a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  color: #004DA1;
  padding: 2px 5px 5px;
  text-decoration: none;
  font-weight: 500;
}
.link a i {
  font-size: 1.4rem;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .link a i {
    font-size: 2.8vw;
  }
}
.link2 a {
  gap: 37px;
}
.link3 .link {
  display: inline-block;
}
.link3 .link a {
  gap: 63px;
}
@media screen and (max-width: 767px) {
  .link3 .link a {
    gap: 30px;
  }
}
