@charset "UTF-8";
@import url(../css/sub.css);
@import url(../css/header.css);

:root {
  --main-bg-color: #0043BE;
  --window-padding: 25px;
  --vertical-window-padding: 100px;
  --font-family: "Noto Sans", sans-serif;
  --font-family2: "Viga", sans-serif;
  --top-inner: 1400px;
  --top-gradient1: #0043BE;
  --top-gradient2: #0043BE;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a.anchor {
  width: 0;
  height: 0;
  opacity: 0;
  appearance: none;
  visibility: hidden;
  position: relative;
  top: -80px;
}

main {
  overflow: hidden;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

body p {
  line-height: 1.5;
}

.pd-tb {
  padding-top: var(--vertical-window-padding);
  padding-bottom: var(--vertical-window-padding);
}

.pd-b {
  padding-bottom: var(--vertical-window-padding);
}

.mg-b {
  margin-bottom: var(--vertical-window-padding);
}

.pd-lr {
  padding-left: var(--window-padding);
  padding-right: var(--window-padding);
}

.w100 {
  width: 100%;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.center {
  text-align: center;
}

.btn01 {
  background-color: var(--main-bg-color);
  color: #fff;
  border-radius: 100vh;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  padding: 15px 6% 15px 3%;
  font-weight: 600;
}

.btn01.white {
  background-color: #fff;
  color: #000;
}

.btn01.center {
  margin: 0 auto;
}

.btn01::after {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hv {
  transition: 0.5s ease;
}

.hv:hover {
  opacity: 0.7;
}

/* header-end */

.section_ttl {
  font-size: 100px;
  color: var(--main-bg-color);
  font-family: var(--font-family2);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-style: italic;
  width: fit-content;
  line-height: 55px;
}

.section_ttl.center {
  text-align: center;
  margin: 0 auto 30px;
}

.section_ttl span {
  font-size: 20px;
  color: #000;
  font-style: normal;
}

.section_ttl span.white {
  color: #fff;
}

.sp {
  display: none;
}

.mv {
  /* background: url(../img/top-mv.png) no-repeat;
  background-size: cover; */
  padding-top: 200px;
  width: 100vw;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.mv {
  position: relative;
}

.mv .video-bg {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.mv .inner {
  max-width: 100%;
}

.mv h2 {
  font-size: 128px;
  font-weight: bold;
  /* color: var(--main-bg-color); */
  line-height: 1.2;
  background: linear-gradient(to right, #3ba8f6, #fff152);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.mv p {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.62);
}

.mv .txt-box {
  position: relative;
  z-index: 999;
  top: -65px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 999;
  border-radius: 50%;
  background-color: var(--main-bg-color);
  border: 2px solid white;
}

#page_top a::before {
  font-weight: 900;
  content: ">";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}

/* 1-start */

.top-message .inner {
  width: 100%;
  max-width: unset;
}

.top-message .wrap {
  display: flex;
  align-items: stretch;
}

.top-message .wrap:last-child {
  flex-direction: row-reverse;
}

.top-message img {
  width: 50%;
  object-fit: cover;
}

.top-message .txt-box {
  width: 50%;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px;
  line-height: 1.7;
}

.top-message .titlebox.unq {
  align-items: flex-start;
}

.top-message h2 img {
  max-width: fit-content;
  width: 100%;
}

.top-message h3 {
  font-size: 35px;
  font-weight: 600;
}

.topbtn {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  width: 268px;
  height: 92px;
  padding: 0 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 600;
  background: var(--top-gradient2);
  transition: 0.5s ease;
}

.topbtn:hover {
  opacity: 0.8;
}

/* message-end */

/* service-start */

.top-service .colored-box {
  line-height: 1.7;
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  background: var(--top-gradient2);
}

.top-service .colored-box h2 img {
  max-width: fit-content;
  width: 100%;
}

.top-service .colored-box h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.top-service .colored-box p {
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.top-service .inner {
  max-width: 100%;
}

.topbtn-clear {
  width: 195px;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  transition: 0.5s ease;
}

.topbtn-clear:hover {
  background-color: #fff;
  color: #0043BE;
  opacity: 0.8;
}

.top-service .imglist {
  display: flex;
  gap: 0;
  max-width: 100%;
  width: 100%;
}

.top-service .imglist .item {
  max-width: calc(100% / 4);
  width: 100%;
  position: relative;
  transition: 0.6s;
}

.top-service .imglist .item:hover {
  opacity: 0.8;
}

.top-service .imglist img {
  width: 100%;
}

.top-service .imglist p {
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
}

/* service-end */

/* about-start */

.top-about .inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.titlebox.unq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}

.top-about h2 img {
  max-width: fit-content;
  width: 100%;
}

.top-about h3 {
  font-size: 35px;
}

.top-about .databox {
  width: 100%;
  padding: 50px;
  background: var(--main-bg-color);
}

.top-about .data-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 2px;
}

.top-about .data-inner .box {
  width: calc(100% / 3 - 2px);
  height: 150px;
  padding: 25px;
  background-color: #fff;
  position: relative;
}

.top-about .top-txt {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

.top-about .box p {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  font-size: 80px;
  color: var(--main-bg-color);
  line-height: 0.5;
  gap: 5px;
  font-family: "Timmana", sans-serif;
  padding-top: 30px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.top-about .box p.column {
  flex-direction: column-reverse;
  row-gap: 15px;
}

.top-about .box p span {
  font-size: 16px;
  color: #000;
  position: relative;
  bottom: 10px;
  line-height: 1;
  font-weight: 600;
}

/* about-end */

/* welfare-start */

.top-welfare .inner {
  max-width: unset;
}

.top-welfare .wrap {
  display: flex;
  background: #f5f5f5;
}

.top-welfare .wrap .titlebox.unq {
  align-items: flex-start;
}

.top-welfare .wrap img,
.top-welfare .wrap .txt-box {
  width: 50%;
}

.top-welfare .wrap .txt-box {
  padding: 30px 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.top-welfare .wrap .txt-box .txt-box_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.top-welfare .wrap .txt-box .txt-box_inner .topbtn {
  margin-top: unset;
}

.top-welfare .wrap .titlebox.unq {
  width: 100%;
}

.top-welfare .welfarettl {
  width: 100%;
  max-width: 600px;
}

.top-welfare .welfarettl img {
  width: 100%;
}

.top-welfare .subtxt {
  font-size: 35px;
}

/* welfare-end */

/* Interview-start */

.top-service.interview .interview-cards {
  max-width: unset;
  display: flex;
  padding: 0 3%;
}

.top-service.interview .interview-cards .card {
  padding: 20px;
  color: #000;
}

.top-service.interview .interview-cards .card:active {
  color: #000;
}

.top-service.interview .interview-cards .card .card_imgbox {
  border-radius: 50%;
  margin-bottom: 20px;
}

.top-service.interview .interview-cards .card .card_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-service.interview .interview-cards .card .card_txtbox {
  text-align: center;
}

.top-service.interview .interview-cards .card .card_txtbox .name {
  font-size: 20px;
  font-weight: 700;
}

.top-service.interview .interview-cards .card .card_txtbox .position {
  font-size: 20px;
  font-weight: 700;
}

.interview-cards .slick-arrow {
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 1;
}

.interview-cards .slick-prev {
  width: 50px; 
  height: 50px; 
  background: url(../img/top/interview/prev.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 1%;
}

.interview-cards .slick-next {
  width: 50px; 
  height: 50px; 
  background: url(../img/top/interview/next.png) no-repeat;
  background-size: contain;
  background-position: center;
  right: 1%;
}

/* Interview-end */

/* banner-start */

.global-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-banner .item {
  width: 50%;
  height: 745px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.global-banner .recruit-b {
  background-color: #efefef;
}

.global-banner .faq-b {
  background-color: #D9EAF0;
}

.global-banner .item h3 {
  font-size: 32px;
  margin-bottom: 25px;
}

.topbtn-white {
  width: 373px;
  height: 92px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-bg-color);
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s;
}

.topbtn-white:hover {
  opacity: 0.8;
  color: #fff;
  background: var(--top-gradient2);
  transition: all 0.5s;
}

/* banner-end */

/* entry-start */

.top-message.welfare.entry .txt-box {
  background-color: #fff;
}

.top-message.welfare.entry .txt-box h3 {
  line-height: 1.3;
}

.top-message.entry .txt-box_inner {
  max-width: 700px;
  width: 100%;
}

.top-message.welfare.entry .topbtn {
  justify-content: center;
  font-size: 37px;
}

/* entry-end */

/* footer */

.footer {
  background-color: #000;
}

.footer .inner {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}

.footer .ft-logo {
  max-width: 45%;
  width: 100%;
}

.footer .ft-logo img {
  max-width: fit-content;
  width: 100%;
}

.footer .ft-text {
  max-width: 45%;
  width: 100%;
}

.footer .ft-text img {
  max-width: fit-content;
  width: 100%;
}

.footer .ft-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}

.footer .ft-nav ul {
  display: flex;
  gap: 15px;
}

.footer .ft-nav ul a {
  color: #fff;
  display: flex;
  gap: 15px;
}

.footer .ft-nav ul a::after {
  content: "/";
}

.footer p {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.footer .copyright {
  width: 100%;
  color: #fff;
}

.footer .ft-nav ul:last-of-type li:last-of-type a::after {
  display: none;
}

/* footer */
@media screen and (max-width: 1400px) {
  .btn01 {
    height: 65px;
  }

  .inner {
    max-width: 1000px;
  }

  /* .mv {
    margin-top: 150px;
    height: calc(100vh - 150px);
  } */

  .mv .mv-imgttl {
    max-width: 600px;
  }

  .mv .txt-box {
    top: -80px;
  }

  #top .mv .subtxt {
    font-size: 36px;
  }

  .global-banner .item {
    height: 600px;
  }

  #top section .imgttl,
  #top div .imgttl {
    max-width: 60%;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #top .top-message .imgttl {
    left: 0;
    transform: none;
  }

  #top .top-message.entry .imgttl {
    max-width: 50%;
    width: 100%;
  }

  #top section .subtxt,
  #top div .subtxt {
    font-size: 28px;
  }

  .interview-cards .slick-arrow {
    top: 40%;
  }

  .footer .inner {
    max-width: 1000px;
  }

  .footer .ft-logo,
  .footer .ft-text {
    max-width: 35%;
  }

  .footer .ft-logo img,
  .footer .ft-text img {
    max-width: 300px;
    width: 100%;
  }

  .footer p {
    font-size: 26px;
  }

  .footer .ft-nav {
    max-width: 65%;
  }

  .top-service .imglist p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .mv .mv-imgttl {
    max-width: 520px;
  }

  .mv .txt-box {
    top: -100px;
  }

  .mv {
  }
}

@media screen and (max-width: 1100px) {
  .mv_text {
    left: 25px;
    bottom: 25px;
  }

  .mv_text p {
    font-size: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .mv {
    /* margin-top: 145px;
    height: 100vh; */
    padding-left: 25px;
    /* paint-order: 25px; */
  }

  .mv .mv-imgttl {
    max-width: 420px;
  }

  .mv .txt-box {
    top: -120px;
  }

  .top-message .inner {
    flex-wrap: wrap;
  }

  .top-message img {
    /* width: 100%; */
    order: 2;
  }

  .top-service .imglist {
    flex-wrap: wrap;
  }

  .top-service .imglist .item {
    max-width: calc(100% / 2);
  }

  .top-about .databox {
    max-width: 567px;
    margin: auto;
  }

  .top-about .data-inner {
    flex-wrap: wrap;
  }

  .top-about .data-inner .box {
    width: calc(100% / 2 - 2px);
  }

  .top-about .data-inner .box:last-of-type {
    width: 100%;
  }

  .top-about .box p {
    font-size: 50px;
  }

  .top-message.welfare .txt-box {
    width: 100%;
  }

  .top-message.welfare img.welfareimg {
    width: 100%;
  }

  .top-service.interview .imglist img {
    width: calc(100% / 3);
    height: 400px;
    object-fit: cover;
  }

  .global-banner {
    flex-wrap: wrap;
  }

  .global-banner .item {
    width: 100%;
    height: auto;
    padding: 60px 25px;
  }

  .footer .inner {
    justify-content: center;
    align-items: center;
    row-gap: 0;
  }

  .footer .ft-logo,
  .footer .ft-text {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer .ft-logo {
    order: 1;
    margin-bottom: 40px;
  }

  .footer .ft-text {
    order: 2;
    margin-bottom: 20px;
  }

  .footer .ft-nav {
    max-width: 100%;
    flex-wrap: wrap;
    order: 4;
    margin-bottom: 30px;
  }

  .footer p {
    order: 3;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer .copyright {
    order: 5;
    text-align: center;
  }

  .footer .ft-nav ul {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
  }

  .footer .ft-nav ul li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer .ft-nav ul a::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .titlebox.unq {
    row-gap: 5px;
  }

  /* .mv {
    height: 600px;
  } */

  /* .mv .video-bg {
    height: 100%;
  } */

  .top-service.interview .imglist {
    display: none;
  }

  .top-service.interview .imglist.imgslide {
    display: block;
  }

  #top .mv .subtxt {
    font-size: 24px;
  }

  .mv .txt-box {
    row-gap: 10px;
  }

  #top section .imgttl,
  #top div .imgttl {
    max-width: 55%;
    min-width: 150px;
  }

  #top .global-banner .faq-b .imgttl {
    min-width: 80px;
  }

  #top section .subtxt,
  #top div .subtxt {
    font-size: 20px;
  }

  /* #top .top-message.entry .imgttl {
    max-width: 25%;
    min-width: 100px;
  } */

  .topbtn-white {
    width: 207px;
    height: 53px;
    font-size: 16px;
  }

  .topbtn {
    font-size: 16px;
    width: 181px;
    height: 53px;
    margin: auto;
  }

  .topbtn-clear {
    font-size: 16px;
    width: 181px;
    height: 53px;
  }

  .top-message.welfare.entry .topbtn {
    font-size: 22px;
    width: 143px;
    height: 53px;
  }

  .top-about .data-inner {
    row-gap: 8px;
  }

  .top-about .data-inner .box {
    width: calc(100% / 2 - 4px);
  }

  .top-about .box p {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    right: initial;
    bottom: initial;
    position: relative;
  }

  .top-about .box p.column {
    align-items: center;
  }

  .top-about .box p span {
    font-size: 12px;
  }

  .top-about .data-inner .box {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    row-gap: 20px;
  }

  .top-message .wrap {
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
  }

  .top-message .txt-box {
    width: 100%;
    order: 2;
  }

  .top-message img {
    order: 1;
    width: 100%;
  }

  .top-welfare .wrap {
    flex-direction: column-reverse;
  }

  .top-welfare .wrap img,
  .top-welfare .wrap .txt-box {
    width: 100%;
  }

  .top-service.interview .interview-cards {
    padding: 0;
  }
}

@media screen and (max-width: 567px) {
  #top .mv .subtxt {
    font-size: 18px;
  }

  #top section .subtxt,
  #top div .subtxt {
    font-size: 16px;
  }

  .top-service .imglist .item {
    max-width: 100%;
  }

  .top-service.interview .imglist img {
    height: 375px;
  }

  .top-about .databox {
    padding: 25px;
  }

  .top-about .box p {
    font-size: 45px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .top-message p br {
    display: none;
  }

  .top-message .txt-box {
    padding: 50px 25px;
  }

  .mv {
    margin-top: 110px;
    height: 400px;
  }

  .mv .video-bg {
    height: 100%;
  }

  .mv .mv-imgttl {
    max-width: 250px;
  }

  .mv .txt-box {
    top: -260px;
  }

  .footer .ft-logo img {
    max-width: 250px;
  }

  .footer .ft-text img {
    max-width: 200px;
  }

  .footer p {
    font-size: 18px;
  }

  .global-banner .item h3 {
    margin-bottom: 0;
  }

  .top-service .colored-box {
    padding: 50px 25px;
  }

  .top-service.interview .interview-cards .card .card_imgbox {
    max-width: 220px;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .top-about .data-inner .box {
    padding: 15px 10px;
  }

  .top-about .box p span {
    font-size: 10px;
    line-height: 1;
  }

  /* .top-about .box p {
    font-size: 30px;
    align-items: flex-end;
    line-height: 1;
  } */

  .top-about .top-txt {
    font-size: 10px;
  }
}
