@charset "UTF-8";
/* ====================================
	header
==================================== */
header {
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header .logo {
  width: 180px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px;
  }
  header .logo {
    width: 33.6vw;
  }
}

/* ====================================
	footer
==================================== */
footer {
  border-top: 0 solid #cccccc;
  padding: 40px 20px 20px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
footer .sns {
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 1px #585861;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
footer .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 13px;
  list-style: none;
}
footer .sns ul li {
  width: 4%;
}
footer .sns ul li svg {
  max-width: 40px;
}
footer .footer_logo {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px auto;
}
footer .footer_sitemap {
  display: table;
  margin: 0 auto 50px auto;
}
footer .footer_sitemap li {
  display: table-cell;
  padding: 0 10px;
  border-right: 1px solid #333333;
}
footer .footer_sitemap li a {
  font-size: 16px;
  color: #333333;
}
footer .footer_mark {
  display: table;
  margin: 0 auto 35px auto;
}
footer .footer_mark div {
  display: table-cell;
  padding-right: 20px;
}
footer .footer_mark div img {
  width: 70px;
}
footer .footer_copy {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  footer .footer_sitemap {
    max-width: 600px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    display: block;
  }
  footer .footer_sitemap li {
    width: 50%;
    float: left;
    border: 0;
    padding: 10px 0;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  footer .foot_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
  }
  footer .foot_btn .info_btn {
    display: flex;
  }
  footer .foot_btn .info_btn a {
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 12px 0px;
    font-size: 1.8rem;
    font-weight: 500;
    background: #000;
    display: inline-block;
  }
  footer .foot_btn .info_btn a:first-child {
    background: #574B9C;
    font-size: 1.6rem;
  }
  footer .footer_sitemap li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 10px 20px 10px;
  }
  footer .sns {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  footer .sns ul li {
    width: 13.3333333333%;
  }
  footer .footer_logo {
    margin: 0 auto 20px auto;
  }
  footer .footer_sitemap li {
    padding: 6px 0;
  }
  footer .footer_sitemap li a {
    font-size: 14px;
  }
  footer .footer_mark {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 10% 30px;
    gap: 0px;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer_mark div {
    width: 100%;
    text-align: center;
  }
  footer .footer_mark div:last-child {
    padding-right: 0px;
  }
  footer .footer_copy {
    font-size: 12px;
  }
}
body.lower {
  background-color: #E6E6EB;
}
body.lower .about .about_bg {
  height: 810px;
  margin-bottom: -810px;
}
body.lower .about .sec_inner {
  padding: 294px 0;
}
body.lower .about .sec_inner .sub_ttl {
  font-size: 28px;
  margin: 24px 0 0;
  line-height: normal;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.lower .about .sec_inner {
    padding: 170px 20px;
  }
  body.lower .about .sec_inner .sub_ttl {
    font-size: 24px;
    margin: 30px 0 0;
  }
}
body.lower .career_top .sec_inner {
  padding-top: 200px;
}
body.lower .career_top .sec_inner h2 {
  font-size: 56px;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #001A46;
  margin-bottom: 40px;
  padding: 0;
  line-height: normal;
  font-weight: 400;
}
body.lower .career_top .sec_inner h2::after {
  display: none;
}
body.lower .career_top .sec_inner h3 {
  font-size: 32px;
  color: #001A46;
  padding: 0;
}
body.lower .career_top .sec_inner h3::after {
  display: none;
}
body.lower .career_top .sec_inner .img_box {
  max-width: 946px;
  width: 65.69vw;
  margin: 80px auto 0;
}
body.lower .career_top .sec_inner dl {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 20px;
}
body.lower .career_top .sec_inner dl dt, body.lower .career_top .sec_inner dl dd {
  padding: 10px;
}
body.lower .career_top .sec_inner dl dt {
  background-color: #001A46;
}
body.lower .career_top .sec_inner dl dd {
  background-color: #fff;
  color: #001A46;
}
@media screen and (max-width: 767px) {
  body.lower .career_top .sec_inner {
    padding-top: 108px;
  }
  body.lower .career_top .sec_inner h2 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  body.lower .career_top .sec_inner h3 {
    font-size: 28px;
  }
  body.lower .career_top .sec_inner .img_box {
    max-width: 112%;
    width: 112%;
    margin: 50px 0 0 -6%;
  }
  body.lower .career_top .sec_inner dl {
    margin-bottom: 25px;
    font-size: 12px;
  }
}
body.lower section {
  background-color: #E6E6EB;
  position: relative;
  z-index: 1;
}
body.lower section .sec_inner {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  body.lower section .sec_inner {
    padding: 50px 20px 0;
  }
}
body.lower section .sec_inner.pt_80 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body.lower section .sec_inner.pt_80 {
    padding-top: 50px;
  }
}
body.lower section .sec_inner h2, body.lower section .sec_inner h3 {
  position: relative;
  padding: 0 0 24px;
}
body.lower section .sec_inner h2::after, body.lower section .sec_inner h3::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #03A8FF;
  position: absolute;
  bottom: 0px;
  left: 0;
}
body.lower section p {
  line-height: 1.8;
}
body.lower section .txt_box {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #B8BDC9;
  color: #001A46;
}
body.lower section .txt_box.mb_n {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  body.lower section .txt_box {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
body.lower section .txt_box h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body.lower section .txt_box h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
body.lower section .txt_box h4 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
}
body.lower section .txt_box h4::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #03A8FF;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.lower section .txt_box h4 {
    font-size: 18px;
  }
}
body.lower section .txt_box p {
  margin-bottom: 30px;
}
body.lower section .txt_box p:last-of-type {
  margin-bottom: 0;
}
body.lower section .txt_box p small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.lower section .txt_box p {
    margin-bottom: 24px;
  }
  body.lower section .txt_box p small {
    font-size: 12px;
  }
}
body.lower section .txt_box .img_box {
  max-width: 940px;
  width: 65.27vw;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  body.lower section .txt_box .img_box {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 10px;
  }
}
body.lower section .career_step {
  max-width: 784px;
  width: 54.4vw;
  margin: 80px auto 0;
}
body.lower section .career_step .step {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
body.lower section .career_step .step::after {
  content: "";
  width: 18px;
  height: 24px;
  background-image: url(../img/career_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
body.lower section .career_step .step:last-of-type {
  margin-bottom: 0;
}
body.lower section .career_step .step:last-of-type::after {
  display: none;
}
body.lower section .career_step .label {
  width: 80px;
  height: 40px;
  color: #fff;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  flex-shrink: 0;
  margin-bottom: 0;
}
body.lower section .career_step .pvg {
  background: #4caf50;
}
body.lower section .career_step .wvg {
  background: #3f65b5;
}
body.lower section .career_step .hvg {
  background: #e36a7a;
}
body.lower section .career_step .text {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.lower section .career_step {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0;
  }
  body.lower section .career_step .step {
    display: block;
  }
  body.lower section .career_step .step::after {
    width: 14px;
    height: 20px;
    bottom: -42px;
  }
  body.lower section .career_step .label {
    width: 100%;
    height: 32px;
    line-height: 32px;
  }
  body.lower section .career_step .text {
    padding: 6px 15px;
  }
}
body.lower section .career_link {
  width: 100%;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  body.lower section .career_link {
    margin-top: 100px;
  }
}
body.lower section .career_link a.arrow_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.lower section .career_link a.arrow_area .img_box {
  width: 356px;
}
@media screen and (max-width: 767px) {
  body.lower section .career_link a.arrow_area .img_box {
    width: 100%;
  }
}
body.lower section .career_link a.arrow_area .text_box {
  background: linear-gradient(to right, #193c78 -10%, #000000 80%);
  padding: 42px 0 0 5.81%;
  width: calc(100% - 356px);
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
body.lower section .career_link a.arrow_area .text_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #001A46;
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.lower section .career_link a.arrow_area .text_box > * {
  position: relative;
  z-index: 1;
}
body.lower section .career_link a.arrow_area .text_box .sub {
  font-size: 14px;
  color: #03A8FF;
  margin-bottom: 6px;
}
body.lower section .career_link a.arrow_area .text_box .title {
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.lower section .career_link a.arrow_area .text_box {
    width: 100%;
    height: 168px;
    padding: 25px;
  }
  body.lower section .career_link a.arrow_area .text_box .sub {
    font-size: 12px;
    margin-bottom: 15px;
  }
  body.lower section .career_link a.arrow_area .text_box .title {
    font-size: 18px;
    padding-right: 12%;
  }
}
body.lower section .career_link a.arrow_area .arrow {
  top: 50%;
  right: 5.81%;
  transform: translateY(-50%);
  background-color: #193C78;
}
@media screen and (max-width: 767px) {
  body.lower section .career_link a.arrow_area .arrow {
    width: 24px;
    height: 24px;
    top: auto;
    bottom: 5vh;
    right: 25px;
  }
  body.lower section .career_link a.arrow_area .arrow::before {
    background-size: 5px;
  }
}
body.lower section .career_link a.arrow_area:hover .text_box::before {
  opacity: 1;
}
body.lower section .career_link a.arrow_area:hover .arrow {
  background-color: #fff;
}
body.lower section .btn {
  margin: 160px auto;
}
@media screen and (max-width: 767px) {
  body.lower section .btn {
    margin: 100px auto;
  }
}
body.lower section .btn a {
  padding: 0 24px;
  background: #fff;
  border: none;
  color: #001A46;
  height: 64px;
  line-height: 64px;
}
body.lower section .btn a.arrow_area .arrow {
  right: 7.5%;
}
@media screen and (max-width: 767px) {
  body.lower section .btn a.arrow_area .arrow {
    width: 32px;
    height: 32px;
  }
}
body.lower section .btn a.arrow_area .arrow::after {
  background-image: url(../img/common/arrow_w.svg);
}
body.lower section .btn a.arrow_area:hover {
  color: #fff;
  border: none;
}
body.lower section .btn a.arrow_area:hover .arrow {
  background-color: #03A8FF;
}
@media screen and (max-width: 767px) {
  body.lower section .btn a {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
  }
}

/* ====================================
	sp.pc_hide
==================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ====================================
	content
==================================== */
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  background-color: #001A46;
  color: #fff;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.flex_area {
  display: flex;
  justify-content: center;
  gap: 1.1vw;
}
@media screen and (max-width: 767px) {
  .flex_area {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.arrow_area {
  display: block;
  position: relative;
  height: 100%;
}
.arrow_area .arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  overflow: hidden;
  background-color: #03A8FF;
}
.arrow_area .arrow::before, .arrow_area .arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.arrow_area .arrow::before {
  background-image: url(../img/common/arrow_w.svg);
  transform: translateX(0);
}
.arrow_area .arrow::after {
  background-image: url(../img/common/arrow_b.svg);
  transform: translateX(-100%);
}
.arrow_area:hover .arrow {
  background-color: #fff;
}
.arrow_area:hover .arrow::before {
  transform: translateX(100%);
}
.arrow_area:hover .arrow::after {
  transform: translateX(0);
}

a.h_zoom {
  display: block;
}
a.h_zoom .img_box {
  overflow: hidden;
}
a.h_zoom .img_box img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
a.h_zoom:hover .img_box img {
  transform: scale(1.1);
}
a.h_zoom.imgop .img_box {
  position: relative;
}
a.h_zoom.imgop .img_box .img_hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
a.h_zoom.imgop:hover .img_box .img_hover {
  opacity: 1;
}

.mv {
  position: relative;
  z-index: 1;
}
.mv h1 video {
  width: 100%;
  height: auto;
  display: block;
}
.mv h1 .title {
  max-width: 766px;
  width: 53.194vw;
  margin: -19.4vw auto 0;
}
@media screen and (max-width: 767px) {
  .mv h1 .title {
    width: 100%;
    padding: 0 4%;
    margin: -160px auto 0;
  }
}
.mv ul {
  margin: 200px auto 80px;
  max-width: 914px;
  width: 63.472vw;
  gap: 0.972vw;
}
@media screen and (max-width: 767px) {
  .mv ul {
    margin: 80px auto 100px;
    padding: 0 4%;
    width: 100%;
    gap: 10px;
  }
}
.mv ul li {
  max-width: 295px;
  width: 20.4861vw;
  background-color: #193C78;
  border: solid 1px #4269AC;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 767px) {
  .mv ul li {
    max-width: 100%;
    width: 100%;
  }
}
.mv ul li a {
  padding: 43px 16px 70px 24px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv ul li a {
    padding: 29px 15px 25px 25px;
  }
}
.mv ul li a span {
  color: #03A8FF;
  font-family: "Zalando Sans Expanded", sans-serif;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.mv ul li a.arrow_area .arrow {
  bottom: 16px;
  right: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .mv ul li a.arrow_area .arrow {
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.mv ul li:hover {
  background-color: #001A46;
  border: solid 1px #03A8FF;
}
.mv ul li:hover a span {
  color: #fff;
}

section .sec_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section .sec_inner {
    padding: 0 15px;
  }
}
section .sec_inner h2 {
  font-size: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section .sec_inner h2 {
    font-size: 36px;
  }
}
section .sec_inner h2, section .sec_inner h3, section .sec_inner h4, section .sec_inner h5 {
  font-weight: 600;
}
section .sec_inner .sec_ttl {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
section .sec_inner .sec_ttl h2 {
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #03A8FF;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
section .sec_inner .sec_ttl .sub_ttl {
  font-weight: 600;
  line-height: 1;
}
section .sec_inner .sec_ttl::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #03A8FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
section .sec_inner p {
  line-height: 2;
}
section .sec_inner .btn {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section .sec_inner .btn {
    width: 255px;
  }
}
section .sec_inner .btn a {
  padding: 0 40px;
  height: 80px;
  border: solid 1px #4269AC;
  background: linear-gradient(to right, #193c78 -10%, #000000 80%);
  line-height: 80px;
  text-align: left;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
section .sec_inner .btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #001A46;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
section .sec_inner .btn a.arrow_area .txt {
  position: relative;
  z-index: 2;
}
section .sec_inner .btn a.arrow_area .arrow {
  background-color: #193C78;
  top: 50%;
  right: 12.5%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section .sec_inner .btn a.arrow_area .arrow {
    right: 7.84%;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  section .sec_inner .btn a.arrow_area .arrow::before {
    background-size: 5px;
  }
}
section .sec_inner .btn a.arrow_area:hover {
  border: solid 1px #03A8FF;
}
section .sec_inner .btn a.arrow_area:hover .arrow {
  background-color: #fff;
}
section .sec_inner .btn a.arrow_area:hover::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  section .sec_inner .btn a {
    padding: 0 20px;
  }
}
section.about {
  position: relative;
  z-index: 0;
}
section.about .about_gr_t, section.about .about_gr_b {
  width: 100%;
  height: 240px;
  position: sticky;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.about .about_gr_t, section.about .about_gr_b {
    height: 150px;
  }
}
section.about .about_gr_t {
  background: url(../img/about_gr_t.png) top/contain repeat-x;
  top: 0;
  margin-bottom: -240px;
}
@media screen and (max-width: 767px) {
  section.about .about_gr_t {
    background-size: 100% 150px;
    margin-bottom: -150px;
  }
}
section.about .about_gr_b {
  background: url(../img/about_gr_b.png) bottom/contain repeat-x;
  bottom: 0;
  margin-top: -240px;
}
@media screen and (max-width: 767px) {
  section.about .about_gr_b {
    background-size: 100% 150px;
    margin-top: -150px;
  }
}
section.about .about_bg {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
  margin-bottom: -100vh;
  background: url(../img/common/parallax.png) center/cover no-repeat;
}
section.about .sec_inner {
  position: relative;
  z-index: 1;
  padding: 240px 0 200px;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner {
    padding: 150px 10px 150px;
  }
}
@media screen and (max-width: 767px) {
  section.about .sec_inner h2 {
    padding: 0 3%;
  }
}
section.about .sec_inner > p {
  margin: 120px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner > p {
    font-size: 18px;
    margin: 80px 0;
    line-height: 2.8;
    padding: 0 4%;
  }
}
section.about .sec_inner .container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner .container {
    padding: 50px 0px;
  }
}
section.about .sec_inner .container h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner .container h3 {
    font-size: 20px;
    line-height: 1.6;
  }
}
section.about .sec_inner .container .img_box {
  max-width: 636px;
  margin: 40px auto 24px;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner .container .img_box {
    margin: 45px 5% 16px;
  }
}
section.about .sec_inner .container p.big {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner .container p.big {
    font-size: 28px;
  }
}
section.about .sec_inner .container .btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.about .sec_inner .container .btn {
    margin-top: 30px;
  }
}
section.movie, section.project, section.career {
  position: relative;
  z-index: 1;
  background-color: #001A46;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  section.movie, section.project, section.career {
    padding-bottom: 105px;
  }
}
section.movie .sec_inner {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  section.movie .sec_inner {
    padding-top: 100px;
  }
}
section.movie .sec_inner .flex_area .flex_box {
  max-width: 356px;
  width: 24.72vw;
}
@media screen and (max-width: 767px) {
  section.movie .sec_inner .flex_area .flex_box {
    max-width: 100%;
    width: 100%;
  }
}
section.movie .sec_inner .flex_area .flex_box a {
  min-height: 245px;
  background: linear-gradient(to top, #193c78, #000000);
  padding: 10px 10px 32px 10px;
  border: solid 1px #001A46;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
section.movie .sec_inner .flex_area .flex_box a .text_box {
  padding: 0 6.18%;
}
@media screen and (max-width: 767px) {
  section.movie .sec_inner .flex_area .flex_box a .text_box {
    padding: 0 20px;
  }
}
section.movie .sec_inner .flex_area .flex_box a .text_box p {
  line-height: 1;
}
section.movie .sec_inner .flex_area .flex_box a .text_box .list_number {
  font-size: 12px;
  color: #03A8FF;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 500;
  margin: 35px 0 8px;
}
section.movie .sec_inner .flex_area .flex_box a:hover {
  background: linear-gradient(to bottom, #193c78, #000000);
  border: solid 1px #03A8FF;
}
section.project {
  padding-bottom: 0;
}
section.project .flex_area {
  width: 100%;
  gap: 0;
}
@media screen and (max-width: 767px) {
  section.project .flex_area {
    padding: 0 4%;
  }
}
section.project .flex_area .flex_box {
  width: 25vw;
}
@media screen and (max-width: 767px) {
  section.project .flex_area .flex_box {
    width: 100%;
  }
}
section.project .flex_area .flex_box a {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.project .flex_area .flex_box a.imgop {
    position: relative;
  }
  section.project .flex_area .flex_box a.imgop .img_box img {
    transform: scale(1);
  }
  section.project .flex_area .flex_box a.imgop .img_box .img_default {
    opacity: 1;
  }
  section.project .flex_area .flex_box a.imgop .img_box .img_hover {
    opacity: 0;
  }
  section.project .flex_area .flex_box a.imgop .img_box .plus {
    background-color: #4269AC;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  section.project .flex_area .flex_box a.imgop .img_box .plus::before, section.project .flex_area .flex_box a.imgop .img_box .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 34%;
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  section.project .flex_area .flex_box a.imgop .img_box .plus::after {
    transform: rotate(90deg);
  }
  section.project .flex_area .flex_box a.imgop.open .img_box {
    border: solid 1px #03A8FF;
    border-bottom: none;
  }
  section.project .flex_area .flex_box a.imgop.open .img_box img {
    transform: scale(1.1);
  }
  section.project .flex_area .flex_box a.imgop.open .img_box .img_default {
    opacity: 0;
  }
  section.project .flex_area .flex_box a.imgop.open .img_box .img_hover {
    opacity: 1;
  }
  section.project .flex_area .flex_box a.imgop.open .img_box .plus {
    display: none;
  }
  section.project .flex_area .flex_box a.imgop.open .hover_box {
    max-height: 350px;
  }
}
section.project .flex_area .flex_box a .hover_box {
  max-width: 320px;
  width: 22.2vw;
  background: linear-gradient(to bottom, #193c78, #000000);
  border: solid 1px #03A8FF;
  padding: 24px;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  bottom: -100px;
  right: -24%;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.project .flex_area .flex_box a .hover_box {
    display: none;
    max-height: none;
    transition: none;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    position: static;
    bottom: auto;
    visibility: unset;
    border-top: none;
    padding: 20px 20px 0px 20px;
    pointer-events: painted;
    opacity: 1;
  }
  section.project .flex_area .flex_box a .hover_box .close {
    width: 100px;
    height: 30px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-family: "Zalando Sans Expanded", sans-serif;
    padding-right: 53px;
    position: relative;
  }
  section.project .flex_area .flex_box a .hover_box .close::before {
    content: "";
    background-color: #4269AC;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    right: 0;
  }
  section.project .flex_area .flex_box a .hover_box .close::after {
    content: "";
    background-color: #fff;
    width: 12px;
    height: 1px;
    position: absolute;
    right: 9px;
  }
}
section.project .flex_area .flex_box a .hover_box p {
  line-height: 1.6;
  font-size: 14px;
}
section.project .flex_area .flex_box a .hover_box .hover_title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #03A8FF;
}
section.project .flex_area .flex_box a .hover_box.h_left {
  left: -24%;
}
section.project .flex_area .flex_box a:hover .hover_box {
  opacity: 1;
  visibility: visible;
}
section.career {
  background-image: url(../img/about_gr_t.png), url(../img/career_bk.png);
  background-size: contain;
  background-repeat: repeat-x, repeat;
  background-position: top left;
  padding-top: 240px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section.career {
    background-size: 100% 100px, cover;
    padding-top: 100px;
  }
}
section.career .sec_inner .flex_area .flex_box {
  max-width: 542px;
  width: 37.6vw;
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box {
    max-width: 100%;
    width: 100%;
  }
}
section.career .sec_inner .flex_area .flex_box a {
  background: #fff;
  border: solid 1px #fff;
  padding: 8px 8px 72px 8px;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box a {
    padding: 5px 5px 60px 5px;
  }
}
section.career .sec_inner .flex_area .flex_box a .text_box {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box a .text_box {
    padding: 0 15px;
  }
}
section.career .sec_inner .flex_area .flex_box a .text_box p {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #001A46;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box a .text_box p {
    font-size: 24px;
  }
}
section.career .sec_inner .flex_area .flex_box a .text_box .sub_ttl {
  font-size: 14px;
  color: #03A8FF;
  font-weight: 500;
  margin: 20px 0 8px;
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box a .text_box .sub_ttl {
    margin: 15px 0 5px;
    font-size: 12px;
  }
}
section.career .sec_inner .flex_area .flex_box a .more {
  color: #193C78;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 17.16%;
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box a .more {
    font-size: 12px;
    bottom: 15px;
  }
}
section.career .sec_inner .flex_area .flex_box a .arrow {
  background-color: #193C78;
  bottom: 24px;
  right: 4.43%;
}
@media screen and (max-width: 767px) {
  section.career .sec_inner .flex_area .flex_box a .arrow {
    bottom: 15px;
    width: 24px;
    height: 24px;
  }
  section.career .sec_inner .flex_area .flex_box a .arrow::before {
    background-size: 5px;
  }
}
section.career .sec_inner .flex_area .flex_box a:hover {
  background: linear-gradient(to bottom, #193c78, #000000);
  border: solid 1px #03A8FF;
}
section.career .sec_inner .flex_area .flex_box a:hover .text_box p:nth-child(2) {
  color: #fff;
}
section.career .sec_inner .flex_area .flex_box a:hover .more {
  color: #fff;
}
section.career .sec_inner .flex_area .flex_box a:hover .arrow {
  background-color: #03A8FF;
}
section.career .sec_inner .flex_area .flex_box a:hover .arrow:after {
  background-image: url(../img/common/arrow_w.svg);
}

/* ====================================
    モーダル動画
==================================== */
.movie_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.movie_modal.is-active {
  display: block;
}
.movie_modal .movie_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.movie_modal .movie_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 1200px);
}
@media screen and (max-width: 767px) {
  .movie_modal .movie_modal_content {
    width: calc(100vw - 30px);
  }
}
.movie_modal #modalVideo {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}
.movie_modal video {
  width: 100%;
  display: block;
}
.movie_modal .movie_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .movie_modal .movie_modal_close {
    top: -50px;
    right: 0;
  }
}

/* ====================================
    スクロールフェードイン
==================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.5s;
}
.fadein.top, .fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}/*# sourceMappingURL=style.css.map */