@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed&family=Work+Sans:ital,wght@0,400;0,500;0,600;1,300&display=swap");
body {
  line-height: initial;
}

.header {
  box-shadow: none;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .header {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .header {
    transform: translateY(0) !important;
    box-shadow: none !important;
  }
}
@media screen and (min-width: 1300px) {
  .header__inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1299px) {
  .header nav {
    transform: translateY(0) !important;
  }
}

.fv {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .fv {
    background-position: right center;
  }
}
.fv__inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .fv__inner {
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.fv .catch_1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .fv .catch_1 {
    font-size: 48px;
    max-width: 650px;
    width: 70%;
  }
}
.fv .catch_1 p {
  text-align: left;
  margin-bottom: 13px;
}
.fv .catch_1 p:last-child {
  text-align: right;
}
.fv .catch_1 p span {
  color: #2356a4;
}
.fv .catch_2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  font-size: 18px;
  line-height: 31px;
  margin-top: 90px;
}
@media screen and (min-width: 960px) {
  .fv .catch_2 {
    text-align: right;
    margin-top: 100px;
    font-size: 24px;
    line-height: 45px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1300px) {
  .fv .catch_2 {
    font-size: 30px;
  }
}
.fv svg {
  max-width: 200%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}
@media screen and (min-width: 960px) {
  .fv svg {
    transform: translateX(-40%);
    top: 150px;
  }
}
.fv .st0 {
  opacity: 0;
}

.attention_block {
  position: relative;
}
.attention_block video {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 960px) {
  .attention_block video {
    height: 600px;
  }
}
.attention_block .attention_post {
  position: absolute;
  left: 0;
  top: -30px;
  display: flex;
  align-items: flex-end;
  background-color: #2356a4;
  color: #ffffff;
  padding: 15px 0 20px;
  width: 90%;
  max-width: 600px;
  text-decoration: none;
}
.attention_block .attention_post > div:first-child {
  width: 100px;
  margin-right: 40px;
}
.attention_block .attention_post > div:first-child span {
  display: block;
}
.attention_block .attention_post > div:first-child span:first-child {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.attention_block .attention_post > div:first-child span:first-child::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}
.attention_block .attention_post > div:first-child span:last-child {
  font-size: 18px;
  text-align: right;
}

.front_content {
  position: relative;
  background-color: #f8f8f8;
}
.front_content__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .front_content__inner {
    width: 80%;
  }
}

.front_about {
  background-color: #ffffff;
  position: relative;
  top: -100px;
  padding: 26px 16px;
}
@media screen and (min-width: 960px) {
  .front_about {
    max-width: 730px;
    padding: 70px 45px;
  }
}
@media screen and (min-width: 960px) {
  .front_about > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.front_about > div .item_2 {
  margin: 20px auto 35px;
}
@media screen and (min-width: 960px) {
  .front_about > div .item_2 {
    order: 3;
    margin: 40px auto 0;
  }
}
.front_about > div .item_2 p:first-child {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .front_about > div .item_2 p:first-child {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 960px) {
  .front_about > div .item_3 {
    order: 2;
  }
}
.front_about > div .item_3 a {
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2356a4;
  border-bottom: 1px #2356a4 solid;
  align-items: center;
  text-decoration: none;
  padding: 7px 5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .front_about > div .item_3 a:hover::after {
    background-image: url(./../img/btn.svg);
  }
}
.front_about > div .item_3 a::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(./../img/btn_hov.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 40px;
}

.front_solution {
  position: relative;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: 130px;
}
@media screen and (min-width: 960px) {
  .front_solution {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 200px;
  }
}
.front_solution::before {
  content: "";
  display: block;
  background-color: #2356a4;
  opacity: 0.06;
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.front_solution > div > *:first-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .front_solution > div > *:first-child {
    margin-bottom: 70px;
  }
}

.front_links {
  background-color: #f8f8f8;
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .front_links {
    padding-bottom: 130px;
  }
}
.front_links .front_link {
  width: 90%;
  height: 150px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .front_links .front_link {
    width: 85%;
    height: 340px;
  }
  .front_links .front_link:hover::before {
    transform: translate(-50%, -50%) scale(110%);
  }
  .front_links .front_link:hover::after {
    opacity: 0.61;
  }
}
.front_links .front_link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: inherit;
  transform-origin: center;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.front_links .front_link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #2356a4;
  transition: 0.3s;
  top: 0;
  left: 0;
  opacity: 0.32;
  z-index: 2;
}
.front_links .front_link .shortcode_blockTitle {
  position: relative;
  z-index: 3;
  margin-left: 5%;
}
@media screen and (min-width: 960px) {
  .front_links .front_link .shortcode_blockTitle {
    margin-left: 15%;
  }
}
.front_links .front_link .shortcode_blockTitle h2 span:first-child {
  color: #ffffff;
  font-size: 12px;
}
.front_links .front_link .shortcode_blockTitle h2 span:first-child::before {
  background-image: url(./../img/title_acc_wt.svg);
}
.front_links .front_link .shortcode_blockTitle h2 span:last-child {
  color: #ffffff;
  font-size: 45px;
}
.front_links .front_link .shortcode_blockTitle h2 span:last-child::first-letter {
  color: #ffffff;
}
.front_links .front_link.support {
  background-image: url(./../img/support_bg.jpg);
  margin-left: 0;
  margin-right: auto;
}
.front_links .front_link.recruit {
  background-image: url(./../img/recruit_bg.jpg);
  margin-left: auto;
  margin-right: 0;
}/*# sourceMappingURL=front.css.map */