@charset "UTF-8";
@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZenOldMincho400";
  src: url("../font/ZenOldMincho-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald500";
  src: url("../font/Oswald-Medium.ttf");
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0A1A4A;
  z-index: 9999;
}

#bg-fff {
  display: none;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: -1;
  bottom: 0;
}

.top-mainVisual {
  position: relative;
  z-index: -1;
  overflow: hidden;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 801px) {
  .top-mainVisual {
    height: calc(100vh - 350px);
  }
}
@media screen and (max-width: 800px) {
  .top-mainVisual {
    height: 300px;
  }
}
.top-mainVisual:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  background-image: radial-gradient(#0A1A4A 12%, transparent 12%);
}
@media screen and (min-width: 801px) {
  .top-mainVisual:after {
    background-position: 5px 5px;
    background-size: 5px 5px;
  }
}
@media screen and (max-width: 800px) {
  .top-mainVisual:after {
    background-position: 5px 5px;
    background-size: 5px 5px;
  }
}

.top-mainVisual__catchWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.top-mainVisual__catch {
  line-height: 2;
  font-family: ZenOldMincho400, serif;
  font-weight: 400;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.75));
  opacity: 0;
}
@media screen and (min-width: 801px) {
  .top-mainVisual__catch {
    font-size: 68px;
  }
}
@media screen and (max-width: 800px) {
  .top-mainVisual__catch {
    font-size: 34px;
  }
}
.top-mainVisual__catch span {
  opacity: 0;
}
.top-mainVisual__catch.appeartext {
  opacity: 1;
}
.top-mainVisual__catch.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-mainVisual__copy {
  -webkit-filter: drop-shadow(3px 3px 6px black);
          filter: drop-shadow(3px 3px 6px black);
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.top-mainVisual__copy.is-anime {
  opacity: 1;
}
@media screen and (min-width: 801px) {
  .top-mainVisual__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .top-mainVisual__copy {
    font-size: 14px;
    line-height: 26px;
  }
}

.top-mainVisual__image {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: zoom-out 10s linear 0s normal both;
          animation: zoom-out 10s linear 0s normal both;
}
@media screen and (max-width: 800px) {
  .top-mainVisual__image {
    top: 70px;
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .top-mainVisual__image {
    height: 45%;
  }
}
@media screen and (max-width: 375px) {
  .top-mainVisual__image {
    height: 55%;
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-contact {
  position: relative;
  background-color: #0E3E76;
  color: #fff;
}
@media screen and (min-width: 801px) {
  .top-contact {
    padding: 22px 0;
  }
}
@media screen and (min-width: 801px) {
  .top-contact__infoGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__infoGroup {
    padding: 25px 0;
    display: block;
  }
}

.top-contact__infoGroupTel,
.top-contact__infoGroupMail {
  text-align: center;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .top-contact__infoGroupTel,
  .top-contact__infoGroupMail {
    width: 50%;
  }
}

.top-contact__infoText {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .top-contact__infoText {
    font-size: 23px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-contact__infoText {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__infoText {
    font-size: 14px;
  }
}
.top-contact__infoText:before, .top-contact__infoText:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
}
.top-contact__infoText:before {
  left: -15px;
  -webkit-transform: translateY(3px) rotate(-40deg);
          transform: translateY(3px) rotate(-40deg);
}
.top-contact__infoText:after {
  right: -15px;
  -webkit-transform: translateY(3px) rotate(40deg);
          transform: translateY(3px) rotate(40deg);
}

@media screen and (min-width: 801px) {
  .top-contact__infoTel {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__infoTel {
    font-size: 13px;
  }
}

.top-contact__infoLink {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .top-contact__infoLink {
    font-size: 48px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-contact__infoLink {
    font-size: 38px;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__infoLink {
    font-size: 32px;
    line-height: 1.5;
  }
}

.top-contact__vl {
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .top-contact__vl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 90px;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__vl {
    height: 1px;
    width: calc(100% - 40px);
    margin: 16px auto 18px;
  }
}

.top-contact__buttonWrap {
  margin-top: 10px;
}

.top-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-contact__button.--color1 {
  border: 1px solid #fff;
}
@media screen and (min-width: 801px) {
  .top-contact__button.--color1 {
    padding: 10px 60px;
    max-width: 620px;
    font-size: 23px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-contact__button.--color1 {
    max-width: 380px;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__button.--color1 {
    height: 65px;
    font-size: 15px;
    line-height: 23px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.top-service {
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .top-service {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .top-service {
    padding: 40px 0 0;
    position: relative;
  }
}

.top-service__inner {
  max-width: 1270px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-service__inner {
    max-width: 870px;
  }
}

@media screen and (min-width: 1280px) {
  .top-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-service__row {
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .top-service__desc {
    width: calc(100% - 740px);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-service__desc {
    display: inline-block;
  }
}

.top-service__text {
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .top-service__text {
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1279px) {
  .top-service__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 34px;
  }
}

.top-service__text02 {
  text-align: left;
  line-height: 26px;
}
@media screen and (min-width: 1280px) {
  .top-service__text02 {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .top-service__text02 {
    margin-top: 15px;
    font-size: 14px;
  }
}

.top-service__box {
  position: relative;
  background: #F4FBFF;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .top-service__box {
    max-width: 680px;
    margin-left: 60px;
    padding: 45px 20px 33px;
  }
}
@media screen and (max-width: 1279px) {
  .top-service__box {
    margin: 55px auto 0;
    padding: 30px 16px 20px;
    display: inline-block;
  }
}

.top-service__bubble {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #0E3E76;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .top-service__bubble {
    top: -25px;
    max-width: 210px;
    padding: 7px 20px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 800px) {
  .top-service__bubble {
    top: -15px;
    max-width: 200px;
    margin: 0 auto;
    padding: 3px 16px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.top-service__list {
  color: #000;
}
@media screen and (min-width: 801px) {
  .top-service__list {
    display: inline-block;
  }
}
.top-service__item {
  position: relative;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 801px) {
  .top-service__item {
    font-size: 18px;
    line-height: 36px;
    padding-left: 13px;
    text-indent: -18px;
  }
  .top-service__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .top-service__item {
    font-size: 16px;
    line-height: 26px;
    padding-left: 24px;
    text-indent: -22px;
  }
  .top-service__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.top-service__item:before {
  content: "・";
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .top-service__item:before {
    padding-right: 5px;
  }
}

@media screen and (min-width: 801px) {
  .top-service__buttonWrap {
    margin: 60px auto 120px;
  }
}
@media screen and (max-width: 800px) {
  .top-service__buttonWrap {
    margin: 40px auto 70px;
  }
}
@media screen and (max-width: 1279px) {
  .top-service__buttonWrap .c-button {
    margin: 0 auto;
  }
}

.top-achievement {
  background-color: #fff;
  position: relative;
}

.top-achievement__inner {
  background-color: #F5F5F5;
  margin: 0 auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBECEC calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBECEC calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 801px) {
  .top-achievement__inner {
    padding: 100px 50px;
    max-width: 1500px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 800px) {
  .top-achievement__inner {
    width: calc(100% - 50px);
    padding: 50px 25px;
  }
}

.top-achievement__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 1280px) {
  .top-achievement__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: 1120px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1279px) {
  .top-achievement__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 1120px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 519px) {
  .top-achievement__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-achievement__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
}
.top-achievement__item.noItem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: cacl(100%/2);
}
@media screen and (max-width: 800px) {
  .top-achievement__item.noItem {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .top-achievement__item.noItem {
    position: inherit;
  }
}

.top-achievement__noText {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.top-achievement__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.top-achievement__dl:nth-child(n+2) {
  border-top: 1px solid #CFCFCF;
}
@media screen and (max-width: 800px) {
  .top-achievement__dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top-achievement__dt {
  color: #fff;
  background-color: #0E3E76;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  padding: 0 10px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .top-achievement__dt.--last {
    width: 124px;
  }
}
@media screen and (max-width: 800px) {
  .top-achievement__dt.--last {
    width: 150px;
  }
}
@media screen and (min-width: 801px) {
  .top-achievement__dt {
    width: 85px;
    font-size: 14px;
    line-height: 1.8;
    margin-right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .top-achievement__dt {
    padding: 0;
    width: 75px;
    font-size: 13px;
    line-height: 1.8;
    margin-right: 10px;
  }
}

.top-achievement__dd {
  width: calc(100% - 140px);
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .top-achievement__dd {
    width: calc(100% - 80px);
  }
}

.top-achievement__buttonWrap {
  display: block;
  margin: 80px auto 0;
}
@media screen and (max-width: 519px) {
  .top-achievement__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-achievement__button {
  margin: 0 auto;
}

.top-achievement__slide {
  position: relative;
  width: 100%;
  background-size: auto 100%;
  -webkit-animation: loop 40s linear infinite;
          animation: loop 40s linear infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 801px) {
  .top-achievement__slide {
    height: 300px;
    background: url("../img/top/slide.jpg") center 0 repeat-x;
  }
}
@media screen and (max-width: 800px) {
  .top-achievement__slide {
    height: 170px;
    background: url("../img/top/slide_sp.jpg") center 0 repeat-x;
    background-size: cover;
  }
}

@-webkit-keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1599px 0;
  }
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1599px 0;
  }
}
.top-achievement__bg {
  background-color: #F5F5F5;
  margin: 0 auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBECEC calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBECEC calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 801px) {
  .top-achievement__bg {
    max-width: 1500px;
    width: calc(100% - 100px);
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .top-achievement__bg {
    width: calc(100% - 50px);
    padding-bottom: 50px;
  }
}

.top-flow {
  background-color: #0A1A4A;
  max-width: 1500px;
}
@media screen and (min-width: 801px) {
  .top-flow {
    width: calc(100% - 100px);
    padding: 100px 50px;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 800px) {
  .top-flow {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto 50px;
  }
}

.top-flow__inner {
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  .top-flow__inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 800px) {
  .top-flow__inner {
    width: calc(100% - 50px);
  }
}

@media screen and (min-width: 801px) {
  .top-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-flow__list {
    max-width: 800px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .top-flow__list {
    position: relative;
    display: block;
    margin-top: 30px;
  }
}

.top-flow__item {
  display: block;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .top-flow__item {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .top-flow__item {
    width: calc((100% - 60px) / 4);
    max-width: 335px;
  }
  .top-flow__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 801px) {
  .top-flow__item {
    width: calc((100% - 20px) / 2);
  }
  .top-flow__item:nth-child(even) {
    margin-left: 20px;
  }
  .top-flow__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-flow__item {
    padding: 10px;
  }
  .top-flow__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.top-flow__step {
  font-family: Oswald500, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  line-height: 2.8;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #0E3E76;
  border-radius: 70px;
}
@media screen and (min-width: 801px) {
  .top-flow__step {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-flow__step {
    position: absolute;
    z-index: 1;
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .top-flow__step {
    line-height: 2.5;
    width: 60px;
    height: 60px;
  }
}

.top-flow__number {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 0;
  display: block;
}
@media screen and (max-width: 519px) {
  .top-flow__number {
    font-size: 25px;
  }
}

@media screen and (min-width: 801px) {
  .top-flow__iconWrap {
    max-width: 295px;
  }
}
@media screen and (max-width: 800px) {
  .top-flow__iconWrap {
    max-width: 243px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 519px) {
  .top-flow__iconWrap {
    max-width: 200px;
  }
}

@media screen and (max-width: 800px) {
  .top-flow__desc {
    padding: 0 10px 10px;
  }
}

.top-flow__itemTitle {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  line-height: 35px;
}
@media screen and (min-width: 801px) {
  .top-flow__itemTitle {
    margin: 15px auto;
    font-size: clamp(1.125rem, 0.93rem + 0.24vw, 1.25rem);
  }
}
@media screen and (max-width: 800px) {
  .top-flow__itemTitle {
    font-size: 18px;
    margin: 10px auto 15px;
  }
}

.top-flow__itemText {
  text-align: left;
}
@media screen and (min-width: 801px) {
  .top-flow__itemText {
    line-height: 1.87;
  }
}
@media screen and (max-width: 800px) {
  .top-flow__itemText {
    line-height: 1.7;
  }
}