@charset "UTF-8";
/*----------------------------------------------------
    TopPage
----------------------------------------------------*/

/* Jumbotron_PC
---------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  #jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
  }

  #jumbotron h2 {
    width: 50%;
    margin-top: 20%;
  }

  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    background: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    height: 100vh;
  }

  #jumbotron h2 {
    width: 90%;
    padding-top: 40%;
  }
}

@media screen and (max-width: 767px) {
  #jumbotron {
    background-position: center;
    background-size: cover;
    height: 420px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  #jumbotron h2 img {
    display: block;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-left: -30px;
  }
}

.jumbotron-video {
  object-fit: cover;
}

/* @media screen and (max-width: 768px) {
  .jumbotron-video {
    display: none;
  }

  #jumbotron {
    background-image: url(../images/home/jumbotron_bg.jpg);
    background-size: cover;
    background-position: center;
  }
} */

#jumbotron {
  position: relative;
  overflow: hidden;
}

.jumbotron-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#jumbotron .container-fluid {
  position: relative;
  z-index: 1;
}

.jumbotron-copy img {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
    sec01
----------------------------------------------------*/
#sec01 .txt_area {
  background-size: cover;
  padding: 12rem 4rem;
  align-items: center;
  display: flex;
}

#sec01 .txt_area h2 {
  font-size: 54px;
  margin-bottom: 2.6rem;
  color: #1d2087;
}

#sec01 .txt_area h2 span {
  /* font-family: 'Lora', serif; */
  font-family: "Noto Sans JP", sans-serif;

  font-size: 33.33%;
  display: block;
  margin-bottom: 0.6rem;
}

#sec01 .txt_area .img_block {
  display: none;
}

#sec01 .txt_area p {
  margin-bottom: 3rem;
}

#sec01 .bg_area .item {
  background-size: cover;
  min-height: 100vh;
  background-position: center center;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #sec01 .txt_area {
    padding: 8rem 2.6rem;
  }

  #sec01 .txt_area h2 {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  #sec01 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.6rem;
  }

  #sec01 .txt_area p {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 .txt_area {
    padding: 5rem 2.6rem;
  }

  #sec01 .txt_area h2 {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  #sec01 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.6rem;
  }

  #sec01 .txt_area p {
    margin-bottom: 2rem;
  }

  #sec01 .bg_area .item {
    min-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .txt_area {
    padding: 2rem 1rem 2.4rem;
    display: block;
  }

  #sec01 .txt_area h2 {
    font-size: 24px;
    margin-bottom: 1.6rem;
  }

  #sec01 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.2rem;
  }

  #sec01 .txt_area .img_block {
    display: block;
    margin-bottom: 1rem;
  }

  #sec01 .txt_area .img_block img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  #sec01 .txt_area p {
    margin-bottom: 1.6rem;
  }

  #sec01 .bg_area {
    display: none;
  }
}

/* ----cv_recruit----*/
@media screen and (max-width: 767px) {
  #cv_recruit.cvbnr .txt_area .img_block img {
    object-fit: cover;
    object-position: center 10%;
  }
}

/* sec02
---------------------------*/
#sec02 {
  background-image: url("../images/home/sec02_bg01.jpg");
  background-repeat: no-repeat;
  background-size: 80% 100vh;
}

#sec02 .txt_area {
  background-size: cover;
  padding: 12rem 4rem;
  align-items: center;
  display: flex;
  color: #fff;
}

#sec02 .txt_area h2 {
  font-size: 54px;
  margin-bottom: 2.6rem;
}

#sec02 .txt_area h2 span {
  /* font-family: 'Lora', serif; */
  font-family: "Noto Sans JP", sans-serif;

  font-size: 33.33%;
  display: block;
  margin-bottom: 0.6rem;
}

#sec02 .txt_area .img_block {
  display: none;
}

#sec02 .txt_area p {
  margin-bottom: 3rem;
}

#sec02 .service_box {
}

#sec02 .service_box a {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

@media (max-width: 767px) {
  #sec02 .service_box a {
    width: 90%;
  }
}

#sec02 .service_box .item_box {
  width: 100%;
}

#sec02 .service_box .item_img {
  position: relative;
}

#sec02 .service_box .item_number {
  /* font-family: 'Lora', serif; */
  font-family: "Noto Sans JP", sans-serif;

  font-size: 48px;
  color: #fff;
  background-color: #1d2087;
  width: 1.4em;
  line-height: 1.2;
  text-align: center;
  margin: -2rem auto 0;
  z-index: 1;
  position: relative;
}

#sec02 .service_box .txt_box {
  text-align: center;
  background-color: #e6e6e6;
  padding: 0 1rem 3rem;
}

#sec02 .service_box .txt_box .item_ttl {
  font-size: 32px;
  color: #1d2087;
  margin-top: 1rem;
  text-align: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: 50%/100% 100% no-repeat;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #sec02 .txt_area {
    padding: 8rem 2.6rem;
  }

  #sec02 .txt_area h2 {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  #sec02 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.6rem;
  }

  #sec02 .txt_area p {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec02 {
    background-size: 80% 100%;
  }

  #sec02 .txt_area {
    padding: 5rem 2.6rem;
  }

  #sec02 .txt_area h2 {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  #sec02 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.6rem;
  }

  #sec02 .txt_area p {
    margin-bottom: 2rem;
  }

  #sec02 .service_box .item_box {
    width: 100%;
  }

  #sec02 .service_box .item_box {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #sec02 .service_box .txt_box .item_ttl {
    font-size: 28px;
    color: #1d2087;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #sec02 {
    background-size: cover;
    padding-bottom: 2.4rem;
  }

  #sec02 .txt_area {
    padding: 2rem 1rem 0;
    display: block;
  }

  #sec02 .txt_area h2 {
    font-size: 24px;
    margin-bottom: 1.6rem;
  }

  #sec02 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.2rem;
  }

  #sec02 .txt_area .img_block {
    display: block;
    margin-bottom: 1rem;
  }

  #sec02 .txt_area .img_block img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  #sec02 .txt_area p {
    margin-bottom: 1.6rem;
  }

  #sec02 .service_box .item_box {
    width: 100%;
  }

  #sec02 .service_box .item_box {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  #sec02 .service_box .txt_box .item_ttl {
    font-size: 28px;
    color: #1d2087;
    margin-top: 1rem;
  }
}

/* sec03
---------------------------*/
#sec03 {
  padding: 4rem 0;
}

#sec03 .txt_area h2 {
  /* font-size: 54px; */
  font-size: 46px;
  margin-bottom: 2.6rem;
  color: #1d2087;
  writing-mode: vertical-lr;
}

#sec03 .txt_area h2 span {
  /* font-family: 'Lora', serif; */
  font-family: "Noto Sans JP", sans-serif;

  font-size: 33.33%;
  display: block;
  margin-bottom: 0.6rem;
}

#sec03 .btn_link_01 {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .txt_area h2 {
    font-size: 32px;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .txt_area h2 {
    writing-mode: horizontal-tb;
    font-size: 24px;
    margin-bottom: 1.6rem;
  }

  #sec03 .txt_area h2 {
  }

  #sec03 .txt_area h2 span {
    font-size: 40%;
    margin-bottom: 0.2rem;
  }
}

/* sec04
---------------------------*/
#sec04 {
}

#sec04 .bnr_wrap {
  display: flex;
}

#sec04 .bnr_wrap div {
  width: 23%;
  height: 70vh;
  margin: 0 1%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}

#sec04 .bnr_wrap a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec04 .bnr_wrap a:hover {
}

#sec04 .bnr_wrap .item01 {
  background-image: url("../images/home/sec03_img01.jpg");
}

#sec04 .bnr_wrap .item02 {
  background-image: url("../images/home/sec03_img02.jpg");
}

#sec04 .bnr_wrap .item03 {
  background-image: url("../images/home/sec03_img03.jpg");
}

#sec04 .bnr_wrap .item04 {
  background-image: url("../images/home/sec03_img04.jpg");
}

#sec04 .bnr_wrap .item05 {
  background-image: url("../images/home/sec03_img05.jpg");
}

#sec04 .bnr_wrap h3 {
  margin-top: 1rem;
  margin-left: 1rem;
  writing-mode: vertical-rl;
}

#sec04 .bnr_wrap h3 span {
  font-size: 28px;
  padding: 0.4rem;
  color: #fff;
  background-color: #1d2087;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec04 {
    padding-bottom: 4rem;
  }

  #sec04 .bnr_wrap {
    display: block;
  }

  #sec04 .bnr_wrap div {
    width: 100%;
    height: 160px;
    margin: 0 0 1rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  #sec04 .bnr_wrap h3 {
    padding-top: 1.4rem;
    margin-top: 0;
    margin-left: 1rem;
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 767px) {
  #sec04 .bnr_wrap {
    display: block;
    overflow: visible !important;
    margin-bottom: 2rem;
  }

  #sec04 .bnr_wrap div {
    width: 100%;
    height: 160px;
    margin: 0 0 1rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  #sec04 .bnr_wrap h3 {
    padding-top: 0.6rem;
    margin-top: 0;
    margin-left: 0.4rem;
    writing-mode: horizontal-tb;
  }

  #sec04 .bnr_wrap h3 span {
    font-size: 24px;
    padding: 0 0.4rem;
  }
}

/* cv_recruit
---------------------------*/
#cv_recruit .bg_area .item {
  background-size: cover;
  min-height: 100vh;
  background-position: center center;
}

#cv_recruit .txt_area {
  min-height: 100vh;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #cv_recruit .bg_area .item {
    min-height: 100%;
    background-position: center center;
  }

  #cv_recruit .txt_area {
    min-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #cv_recruit .bg_area .item {
    min-height: 100%;
  }

  #cv_recruit .txt_area {
    min-height: 100%;
  }
}

.button-all {
  display: flex;
  align-items: center;
  justify-content: left;
}

.button-all .box:nth-child(2) {
  margin-left: 10px;
}

.insta-cont {
  padding: 80px 32px;

  @media (max-width: 767px) {
    padding: 40px 16px;
  }
}

.insta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;

  @media (max-width: 767px) {
    gap: 0px;
  }
}

.insta-content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.insta-ttl-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insta-ttl-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  color: #1d2087;
  text-align: center;
}

.insta-ttl-jpn {
  font-size: 54px;
  margin-bottom: 0;
  color: #1d2087;
  font-weight: normal;

  @media (max-width: 767px) {
    font-size: 24px;
  }
}

.insta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(to right, #1245e2, #d424b7, #e92578, #ffca59);
  border-radius: 50px;
  padding: 8px 24px;
  transition: transform 0.25s ease;
  text-decoration: none;
}

.insta-btn:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.insta-btn img {
  width: 100%;
  max-width: 32px;
}

.insta-btn-txt {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
