/* LESS Document */
main {
  padding: 142px 0 0;
  overflow: hidden;
  position: relative;
}
main::before {
  content: '';
  display: block;
  width: 867px;
  height: 684px;
  background: url(/common/img/bg_network_line.webp) no-repeat center center / contain;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: -34px;
  right: -215px;
}
@media screen and (max-width: 767px) {
  main::before {
    width: 86vw;
    height: 68vw;
  }
}
@media screen and (max-width: 767px) {
  main::before {
    top: -30vw;
    right: -20vw;
  }
}
main .catch {
  max-width: max-content;
  padding: 8px 48px 10px 16px;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1A0959 30%, #207878);
  position: absolute;
  right: 0;
  top: 290px;
}
@media screen and (max-width: 1023px) {
  main .catch {
    padding: 4px 20px 4px 10px;
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main .catch {
    font-size: 4vw;
  }
}
footer {
  margin-top: 70px;
}
.headTitle {
  min-height: 330px;
}
@media screen and (max-width: 767px) {
  .headTitle {
    min-height: 44vw;
  }
}
.headTitle hgroup {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .headTitle hgroup {
    align-items: flex-start;
  }
}
.headTitle hgroup h1 {
  font-size: 20rem;
  font-weight: 900;
  color: #C0D7D7;
  position: relative;
  left: -55px;
  top: -25px;
  z-index: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 1100px) {
  .headTitle hgroup h1 {
    font-size: 19rem;
    letter-spacing: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .headTitle hgroup h1 {
    font-size: 20vw;
    top: 0;
    left: 0;
  }
}
.headTitle hgroup p {
  font-size: 8.4rem;
  color: #3B8B8B;
  position: relative;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .headTitle hgroup p {
    font-size: 8.4vw;
    left: 0;
  }
}
.headTitle .lead {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .headTitle .lead {
    font-size: 4.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    font-size: 2.8vw;
  }
}
#breadcrumbsList::before {
  content: '';
  display: block;
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background: #FFF;
  position: absolute;
  left: calc(-1 * (100vw - 1200px) / 2);
}
@media screen and (max-width: 1023px) {
  #breadcrumbsList::before {
    content: none;
  }
}
#breadcrumbsList ol {
  max-width: max-content;
  padding: 15px 30px 15px 0;
  background: #FFF;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1023px) {
  #breadcrumbsList ol {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumbsList ol {
    padding: 10px 20px;
  }
}
#breadcrumbsList ol li {
  display: inline;
}
#breadcrumbsList ol li + li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: 0 25px;
  color: #B6B6B6;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList ol li + li::before {
    margin: 0 5px;
  }
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: none;
  color: #3B8B8B;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageNav
+++++++++++++++++++++++++++++++++++++++++++ */
.pageNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageNav {
    gap: 10px;
    padding: 0 10px;
  }
}
.pageNav li a {
  display: block;
  padding: 14px 28px;
  border-radius: 8px;
  background: #3B8B8B;
  color: #FFF;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pageNav li a {
    width: 100%;
    padding: 7px 14px;
  }
}
.pageNav li a:hover {
  opacity: 0.7;
}
.pageNav li a i {
  margin: 0 0 0 12px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  padding: 70px 0 70px;
  position: relative;
}
article hgroup {
  gap: 0;
  margin: 0 0 10px;
  line-height: 1;
}
article hgroup h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #3B8B8B;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    font-size: 6vw;
    top: -2vw;
  }
}
article hgroup p {
  font-size: 8.4rem;
  color: transparent;
  -webkit-text-stroke: 1px #C0D7D7;
  text-stroke: 1px #C0D7D7;
}
@media screen and (max-width: 767px) {
  article hgroup p {
    font-size: 12vw;
  }
}
