:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --poppins: "poppins", sans-serif;
  --blue: #0047ba;
  --red: #ff2d4b;
  --white: #ffffff;
  --black: #000000;
}

body {
  overflow-x: hidden;
  background: url("../img/bg_fv.png") no-repeat left calc(50% - 570px) top/3250px auto;
}
@media screen and (max-width: 767px) {
  body {
    background: url("../img/bg_fv.png") no-repeat left calc(50% - 230px) top 82vw/1500px auto;
  }
}

main {
  padding: 0 !important;
}

section hgroup {
  margin-bottom: 30px;
}
section hgroup > p {
  font-size: 110px;
  font-weight: 600;
  color: var(--blue);
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--poppins);
}
@media screen and (max-width: 900px) {
  section hgroup > p {
    font-size: 80px;
  }
}
@media screen and (max-width: 769px) {
  section hgroup > p {
    font-size: clamp(1px, 14vw, 80px);
  }
}
section hgroup > h2 {
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  section hgroup > h2 {
    font-size: 16px;
  }
}

section.mv {
  position: relative;
}
section.mv .sp-img {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  section.mv .sp-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
section.mv .circle {
  position: absolute;
  width: 966px;
  height: 966px;
  top: -250px;
  left: calc(50% - 100px);
  border-radius: 50%;
  background: rgba(201, 221, 252, 0.5);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section.mv .circle {
    display: none;
  }
}
section.mv > .img {
  position: absolute;
  width: 900px;
  height: 900px;
  top: 0;
  left: calc(50% - 70px);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.mv > .img {
    display: none;
  }
}
section.mv .obj {
  position: absolute;
  top: 520px;
  right: calc(50% - 680px);
  width: 309px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  section.mv .obj {
    display: none;
  }
}
section.mv .inner {
  max-width: 1440px;
  margin: 0 auto;
}
section.mv .inner #animation {
  margin-top: 100px;
  width: 720px;
  height: 310px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  section.mv .inner #animation {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .inner #animation {
    width: 93vw;
    margin: 45vw auto 0;
    height: 240px;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  section.mv .inner #animation {
    margin: 37vw auto 0;
  }
}
section.mv .inner #animation svg {
  position: relative;
  z-index: 1;
  padding-left: 1vw;
}
@media screen and (max-width: 767px) {
  section.mv .inner #animation svg {
    padding-left: 0;
  }
}
section.mv .inner h1.pc {
  padding-top: 150px;
  margin: 0 auto;
  color: var(--blue);
  font-size: 37px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  width: 95%;
  max-width: 1200px;
}
section.mv .inner h1.pc .big {
  font-size: 47px;
  display: inline-block;
  line-height: 1;
}
section.mv .inner h1.pc .big2 {
  font-size: 57px;
  display: inline-block;
  line-height: 1;
}
section.mv .inner h1.pc .small {
  font-size: 38px;
  display: inline-block;
}
section.mv .inner h1.pc .red {
  color: var(--red);
  display: inline-block;
}
section.mv .inner h1.sp {
  width: 30vw;
  padding-top: 20vw;
  padding-left: 5vw;
}

section.lead {
  padding: 70px 0 200px;
  position: relative;
  background: url("../img/bg_map.png") no-repeat left 53% bottom -110px;
}
@media screen and (max-width: 767px) {
  section.lead {
    padding: 0 0 47vw;
    background: url(../img/bg_map.png) no-repeat left 8% bottom 5vw/155vw;
  }
}
section.lead .sp-relative {
  display: none;
}
@media screen and (max-width: 767px) {
  section.lead .sp-relative {
    width: 100%;
    display: block;
    position: relative;
  }
}
section.lead .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  section.lead .inner {
    gap: 50px;
  }
}
@media screen and (max-width: 800px) {
  section.lead .inner {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  section.lead .inner {
    width: 100%;
    margin: 0 0 80vw;
    gap: 0;
  }
}
section.lead .inner .obj01 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 93px;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
  section.lead .inner .obj01 {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  section.lead .inner .obj01 {
    left: 3vw;
    top: 26vw;
    width: 14vw;
  }
}
section.lead .inner .obj02 {
  position: absolute;
  top: 965px;
  right: 90px;
  width: 82px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  section.lead .inner .obj02 {
    top: 1065px;
  }
}
@media screen and (max-width: 767px) {
  section.lead .inner .obj02 {
    width: 16vw;
    right: 3vw;
    top: 35vw;
  }
}
section.lead .inner .img01 {
  position: absolute;
  top: 750px;
  right: 100px;
  width: 350px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  section.lead .inner .img01 {
    top: 850px;
  }
}
@media screen and (max-width: 767px) {
  section.lead .inner .img01 {
    width: 43vw;
    top: 10vw;
    right: 30px;
  }
}
section.lead .inner .img01 .floating:after {
  display: none !important;
}
section.lead .inner .img02 {
  position: absolute;
  top: 1000px;
  right: 463px;
  width: 215px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  section.lead .inner .img02 {
    top: 1100px;
  }
}
@media screen and (max-width: 767px) {
  section.lead .inner .img02 {
    display: none;
  }
}
section.lead .inner .img02 .floating:after {
  display: none !important;
}
section.lead .inner .img {
  width: calc(50% - 100px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  section.lead .inner .img {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 767px) {
  section.lead .inner .img {
    position: absolute;
    top: 40vw;
    left: -30px;
    width: 60vw;
    z-index: 1;
  }
}
section.lead .inner .img .floating:after {
  display: none !important;
}
section.lead .inner .txt-area {
  width: 50%;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.lead .inner .txt-area {
    width: 90%;
    padding-bottom: 0;
  }
}
section.lead .inner .txt-area h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--blue);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  section.lead .inner .txt-area h2 {
    font-size: min(6vw, 35px);
    line-height: 2;
  }
}
section.lead .inner .txt-area p {
  font-weight: bold;
  line-height: 3;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.lead .inner .txt-area p {
    line-height: 2.5;
    font-size: 16px;
  }
}
section.lead .inner .txt-area .link {
  margin-top: 30px;
}
section.lead .inner .txt-area .logo {
  width: 300px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section.lead .inner .txt-area .logo {
    width: 220px;
    margin-top: 30px;
  }
}
section.lead .movie {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  translate: 0 300px;
  width: 90%;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.lead .movie {
    translate: 0 60vw;
  }
}
section.lead .movie .obj01 {
  position: absolute;
  top: 137px;
  right: -60px;
  width: 82px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.lead .movie .obj01 {
    display: none;
  }
}
section.lead .movie .obj02 {
  position: absolute;
  top: 250px;
  left: -78px;
  width: 111px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.lead .movie .obj02 {
    display: none;
  }
}
section.lead .movie .video {
  max-width: 750px;
  width: 100%;
  border-radius: 30px;
  border: 10px solid #fff;
}
section.lead .bottom-block {
  background: url("../img/bg_block.png") no-repeat center;
  background-size: 1442px;
  width: 1442px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 50%;
  translate: 50% 0;
  z-index: 1;
  pointer-events: none;
}
section.lead .bottom-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  height: 200px;
  background-color: #e4edfa;
}
section.lead .bottom-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  height: 200px;
  background-color: #e4edfa;
}
section.lead .obj {
  position: absolute;
  top: 230px;
  right: 435px;
  width: 400px;
  z-index: 1;
}

section.strength {
  padding: 140px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.strength {
    padding: 35vw 0 0;
  }
}
section.strength .obj {
  position: absolute;
  top: 230px;
  right: 435px;
  width: 400px;
  z-index: 1;
}
section.strength .inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  section.strength .inner {
    flex-direction: column-reverse;
  }
}
section.strength .inner .img {
  translate: -110px 0;
}
@media screen and (max-width: 1200px) {
  section.strength .inner .img {
    translate: -50px 0;
  }
}
@media screen and (max-width: 900px) {
  section.strength .inner .img {
    margin: 0 auto;
    width: 90%;
    translate: 0;
    margin-top: 20px;
  }
}
section.strength .inner .txt-area {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  section.strength .inner .txt-area {
    width: 100%;
  }
}
section.strength .inner .txt-area:before {
  content: "";
  position: absolute;
  background: url("../img/bg_strength.png") no-repeat center;
  top: -120px;
  right: -170px;
  width: 482px;
  height: 482px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  section.strength .inner .txt-area:before {
    top: -20vw;
    right: 0vw;
    width: 45vw;
    height: 45vw;
    background-size: 100%;
  }
}
section.strength .inner .txt-area > h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  section.strength .inner .txt-area > h3 {
    font-size: 23px;
  }
}
section.strength .inner .txt-area > p {
  font-size: 16px;
  max-width: 520px;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  section.strength .inner .txt-area > p {
    max-width: 100%;
  }
}
section.strength .inner .txt-area .link {
  margin-top: 30px;
}

section.service {
  padding: 90px 0 160px;
}
@media screen and (max-width: 767px) {
  section.service {
    padding: 60px 0 80px;
  }
}
section.service .inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
section.service .inner .obj {
  position: absolute;
  top: -20px;
  right: -100px;
  width: 400px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  section.service .inner .obj {
    top: 0px;
    right: -50px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  section.service .inner .obj {
    display: none;
  }
}
section.service .inner > h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.service .inner > h3 {
    font-size: 23px;
  }
}
section.service .inner > p {
  font-size: 16px;
  max-width: 520px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.service .inner > p {
    max-width: 100%;
  }
}
section.service .inner .link {
  margin-top: 30px;
}
section.service .inner ul {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  section.service .inner ul {
    display: block;
  }
}
section.service .inner ul li {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  section.service .inner ul li {
    margin-bottom: 20px;
  }
  section.service .inner ul li:last-child {
    margin-bottom: 0;
  }
}
section.service .inner ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 11px 13px 0px rgba(212, 228, 228, 0.8);
  transition: opacity 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  section.service .inner ul li a {
    aspect-ratio: 670/360;
    border-radius: 20px;
  }
}
@media (any-hover: hover) {
  section.service .inner ul li a:hover {
    opacity: 0.8;
    box-shadow: none;
  }
  section.service .inner ul li a:hover p:before {
    right: 15px;
  }
  section.service .inner ul li a:hover p:after {
    right: 15px;
    transform: rotate(30deg);
    width: 13px;
  }
  section.service .inner ul li a:hover img {
    scale: 1.05;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  section.service .inner ul li a:hover img {
    border-radius: 20px;
    object-position: center;
  }
}
section.service .inner ul li a img {
  transition: all 0.3s;
  transform-origin: 50%;
  width: 100%;
}
section.service .inner ul li a p {
  width: 235px;
  height: 50px;
  padding-right: 30px;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  font-size: 28px;
  top: 45px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.service .inner ul li a p {
    width: 35vw;
    height: 45px;
    top: 20px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 500px) {
  section.service .inner ul li a p {
    height: 40px;
    top: 20px;
    font-size: 4.5vw;
  }
}
section.service .inner ul li a p:before {
  content: "";
  position: absolute;
  top: 37px;
  right: 20px;
  width: 45px;
  height: 1px;
  background-color: var(--white);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  section.service .inner ul li a p:before {
    top: 25px;
    width: 6vw;
    right: 15px;
  }
}
section.service .inner ul li a p:after {
  content: "";
  position: absolute;
  top: 33px;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: rotate(40deg);
  background-color: var(--white);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  section.service .inner ul li a p:after {
    top: 22px;
    right: 14px;
  }
}

section.works {
  padding: 100px 0 190px;
  background: url("../img/bg.png") repeat left top;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.works {
    padding: 60px 0 80px;
    background: url("../img/bg.png") repeat left top/200%;
  }
}
section.works .inner {
  position: relative;
}
section.works .inner .obj {
  position: absolute;
  top: -260px;
  left: calc(50% - 810px);
  width: 228px;
}
@media screen and (max-width: 767px) {
  section.works .inner .obj {
    top: -18vw;
    left: auto;
    right: 2vw;
    width: 28vw;
  }
}
section.works .ttl-wrapper {
  display: grid;
  grid-template-columns: 345px 1fr;
  column-gap: 75px;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.works .ttl-wrapper {
    display: block;
  }
}
section.works .ttl-wrapper > p {
  max-width: 520px;
  margin-top: 15px;
}
section.works .slide-area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.works .slide-area {
    margin-top: 60px;
  }
}
section.works .slide-area .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
section.works .slide-area .title-area h3 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.works .slide-area .title-area h3 {
    font-size: 22px;
    line-height: 1;
  }
}
section.works .slide-area .swiper-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
section.works .slide-area .swiper-container .swiper .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
  gap: 20px;
}
section.works .slide-area .swiper-container .swiper .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  width: 340px !important;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.works .slide-area .swiper-container .swiper .swiper-wrapper .swiper-slide {
    width: 70vw !important;
  }
}
section.works .slide-area .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}
section.works .slide-area .marquee {
  overflow: hidden;
}
section.works .slide-area .marquee__track {
  display: flex;
  gap: 20px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
section.works .slide-area .marquee__track.is-run {
  animation: marquee var(--duration) linear infinite both;
}
section.works .slide-area .marquee__item {
  flex: 0 0 340px;
  width: 340px;
}
section.works .slide-area .marquee__item img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--track-w)), 0, 0);
  }
}
section.works .bottom-block {
  position: absolute;
  bottom: 0;
  right: 50%;
  translate: 50% 0;
  height: 100px;
  width: 100%;
  max-width: 1500px;
  background-color: var(--white);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.works .bottom-block {
    display: none;
  }
}
section.works .bottom-block:before {
  content: "";
  background: url("../img/bg_block2.png") no-repeat center;
  background-size: 118px;
  width: 118px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 1;
}
section.works .bottom-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50%;
  height: 100px;
  width: 50vw;
  background-color: var(--white);
  z-index: 0;
}

.bg-map {
  background: url("../img/bg_news.jpg") no-repeat left calc(50% + 200px) top 200px;
}

section.news {
  padding-top: 60px;
}
section.news .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.news .inner hgroup {
  position: relative;
}
section.news .inner hgroup .obj {
  position: absolute;
  top: 30px;
  left: 325px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  section.news .inner hgroup .obj {
    top: 10px;
    left: 42vw;
    width: 72px;
  }
}
section.news .inner ul.news-list li {
  border-bottom: 1px solid #e4edfa;
}
section.news .inner ul.news-list li a {
  display: block;
  padding: 25px 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  section.news .inner ul.news-list li a:hover {
    opacity: 0.6;
  }
}
section.news .inner ul.news-list li a dl dt {
  color: #8da1d7;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
section.news .inner ul.news-list li a dl dt .category-tag {
  font-weight: normal;
  font-size: 13px;
  color: #ffffff;
  border-radius: 10px;
  width: fit-content;
  padding: 3px 10px;
  line-height: 1;
  text-align: center;
}
section.news .inner ul.news-list li a dl dt .category-tag.news {
  background: #0047ba;
}
section.news .inner ul.news-list li a dl dt .category-tag.award {
  background: #c29200;
}
section.news .inner ul.news-list li a dl dt .category-tag.event {
  background: #ff799f;
}
section.news .inner ul.news-list li a dl dd {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section.news .inner ul.news-list li a dl dd {
    font-size: 16px;
  }
}
section.news .inner .link {
  margin-top: 50px;
}

section.recruit {
  margin-top: 100px;
}
section.recruit .inner {
  position: relative;
  max-width: 1400px;
  width: 90%;
  height: 700px;
  margin: 0 auto;
  background: url("../img/img_recruit.jpg") no-repeat center right;
  background-size: cover;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
section.recruit .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100px;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  section.recruit .inner:after {
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 768px) {
  section.recruit .inner:after {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  section.recruit .inner {
    border-radius: 60px;
    padding: 10vw 0 80vw;
    height: auto;
    width: 100%;
    background: url("../img/img_recruit_sp.jpg") no-repeat bottom right;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  section.recruit .inner {
    padding: 15vw 0 90vw;
  }
}
section.recruit .inner .obj01 {
  position: absolute;
  top: -230px;
  right: -80px;
  width: 270px;
}
@media screen and (max-width: 767px) {
  section.recruit .inner .obj01 {
    top: -10vw;
    right: 5vw;
    width: 25vw;
  }
}
section.recruit .inner .obj02 {
  position: absolute;
  bottom: -43px;
  left: -170px;
  width: 298px;
}
@media screen and (max-width: 767px) {
  section.recruit .inner .obj02 {
    bottom: -7vw;
    left: -7vw;
    width: 34vw;
  }
}
section.recruit .inner .txt-area {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.recruit .inner .txt-area > p {
  font-size: 16px;
  max-width: 530px;
}
section.recruit .inner .link {
  margin-top: 30px;
}

.bg-blue {
  background-color: #e4edfa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-blue:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../img/bg_block_sp.png") no-repeat bottom center/100%;
    pointer-events: none;
  }
}