/* LESS Document */
body {
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden!important;
  }
}
body .plane {
  pointer-events: none;
  position: absolute;
  left: -80px;
  bottom: 10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  body .plane {
    width: 250px;
    max-width: none;
    left: -22px;
  }
}
main {
  padding: 305px 0 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 40vh;
  }
}
/* -------------------------------- ヘッダー */
header {
  width: 100%;
  min-width: 1040px;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8fd8f5;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 0;
    height: 40vh;
  }
}
header video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
header .hgroup {
  overflow: hidden;
  width: 100%;
  min-width: 1040px;
  height: 305px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header .hgroup {
    min-width: 0;
    height: 40vh;
    text-align: center;
  }
}
header .hgroup h1 {
  display: block;
  max-width: 1040px;
  margin: 100px auto 0;
  line-height: 1;
  font-family: "Times New Roman", Times, "serif";
  font-weight: normal;
  font-size: 10rem;
  color: #FFF;
  position: relative;
  z-index: 2;
  text-shadow:
    2px 0 0 #1E94D4,
    -2px 0 0 #1E94D4,
    0 2px 0 #1E94D4,
    0 -2px 0 #1E94D4,
    2px 2px 0 #1E94D4,
    -2px 2px 0 #1E94D4,
    2px -2px 0 #1E94D4,
    -2px -2px 0 #1E94D4;
}
@media screen and (max-width: 767px) {
  header .hgroup h1 {
    font-size: 9.6vw;
  }
}
header .hgroup p {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  color: #FFF;
  position: relative;
  z-index: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-shadow:
    2px 0 0 #1E94D4,
    -2px 0 0 #1E94D4,
    0 2px 0 #1E94D4,
    0 -2px 0 #1E94D4,
    2px 2px 0 #1E94D4,
    -2px 2px 0 #1E94D4,
    2px -2px 0 #1E94D4,
    -2px -2px 0 #1E94D4;
}
@media screen and (max-width: 767px) {
  header .hgroup p {
    font-size: 3.8vw;
    text-align: center;
  }
}
header .plane2 {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  header .plane2 {
    width: 200px;
    top: 20vh;
  }
}
/* -------------------------------- lnav */
.lNav {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lNav {
    padding: 0 10px;
  }
}
.lNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lNav ul li {
    flex: 1;
  }
}
.lNav ul li:nth-of-type(1) a {
  border-radius: 100px 0 0 100px;
}
.lNav ul li:nth-last-of-type(1) a {
  border-radius: 0 100px 100px 0;
}
.lNav ul li:nth-of-type(n + 2) a {
  border-left: none;
}
.lNav ul li a {
  display: block;
  width: 300px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border: #1E94D4 3px solid;
  color: #1E94D4;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .lNav ul li a {
    width: 100%;
    font-size: 4.4vw;
  }
}
.lNav ul li a.current {
  color: #FFF;
  background: #1E94D4;
  pointer-events: none;
}
.lNav ul li a:hover {
  background: rgba(30, 148, 212, 0.2);
}
/* -------------------------------- anker */
.ankerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .ankerNav {
    justify-content: space-between;
  }
}
.ankerNav li {
  margin: 0 30px 0;
}
@media screen and (max-width: 767px) {
  .ankerNav li {
    width: 100%;
    text-align: center;
    margin: 0 5px;
  }
}
.ankerNav li a {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .ankerNav li a {
    font-size: 3.8vw;
  }
}
.ankerNav li a::after {
  display: block;
  margin: 0 auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #1E94D4;
  position: relative;
  top: 0;
  transition: .2s;
}
.ankerNav li a:hover {
  color: #1E94D4;
}
.ankerNav li a:hover::after {
  top: 5px;
}
/* -------------------------------- hgroup */
.hgroup {
  margin: 0 0 30px;
  text-align: center;
}
.hgroup h2 {
  font-size: 4.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .hgroup h2 {
    font-size: 9.2vw;
  }
}
.hgroup p {
  display: inline-block;
  min-width: 220px;
  padding: 2px 15px 4px;
  text-align: center;
  background: #1E94D4;
  line-height: 1;
  color: #FFF;
  font-size: 2.9rem;
  font-family: "Times New Roman", Times, "serif";
}
@media screen and (max-width: 767px) {
  .hgroup p {
    font-size: 5.8vw;
  }
}
.hgroup h3 {
  font-size: 2.3rem;
  border-bottom: solid 2px #d8d8d8;
  text-align: left;
  padding: 0 0 10px 10px;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .hgroup h3 {
    font-size: 4.3vw;
  }
}
.hgroup h3:after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 2px #000;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
/* -------------------------------- section */
section {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0 0;
  }
}
section .section_inner {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  section .section_inner {
    padding: 0;
  }
}
section .section_inner section {
  padding-top: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  max-width: 1040px;
  margin: 5px auto 30px;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    font-size: 3.2vw;
  }
}
#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;
  margin: 0 5px;
  color: #1E94D4;
}
#breadcrumbsList::before {
  content: '\f015';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #1E94D4;
}
