@charset "UTF-8";
html[lang="ja"]

/***************************************/
/***************************************/
/***************************************/
/***************************************/
.wrapper{
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
}
#slider {
  width: 100%;
  max-width: 1920px;
  height: 90vh;
  max-height: 900px ;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #slider{
    height: 60vh;
     }
}


.ind-pic1{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0px auto;
    position: relative;
}
    @media screen and (max-width: 767px) {
        .ind-pic1{
           margin: 0 auto 0 auto;
           min-height: 550px;
       }
    }

.ind-pic1 img{
    width: 100%;
    max-width: 1920px;
    min-height: 550px;
    object-fit: cover;
}

.box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    flex-flow: column;
}

.box1{
  width: 100%;
  height: 100px;
  justify-content: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 414px) {
  .box1{
    height: 50px;
 }
}

svg{
    position: absolute;
    width: 95%;    
    height: 100px;
}

@media screen and (max-width: 414px) {
  svg{
    height: 50px;
 }
}

text.anime1Trigger {
  color: #071F3200;
}

text.anime1 {
    font-size: 78px;
    font-weight: 900;
    text-anchor: middle;
    /* stroke: #3593D8; アウトライン色 */
    stroke: #071F32;
    stroke-width: 2px; /*アウトライン幅*/
    fill: #071F3200; /*中の色*/
    stroke-dasharray: 800; /*線の長さ*/
    stroke-dashoffset: 800; /*開始位置*/
    animation: textAnime1 3s ease-in forwards; /*適用アニメ*/
  }
    
  @keyframes textAnime1 {
    0% {
      stroke-dashoffset: 800;
      fill:transparent;
    }
    75% {
      fill:transparent;
    }
    100% {
      stroke-dashoffset: 0;
      /* fill:#071F32; */
      fill:#ffffff66;
    }
  }


.anime1.a-delay1{
  animation-delay: 0.1s;
  }
  
.anime1.a-delay3{
    animation-delay: 1.1s;
  }
  
.anime1.a-delay5{
    animation-delay: 2.1s;
  }

/***************************************/
/***************************************/
/***************************************/
.ind-content{
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  /* padding-top: 100px;
  padding-bottom: 200px; */
}
/***************************************/

.ind1-box1{
  width: 95%;
  max-width: 1280px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .ind1-box1{
    width: 100%;
 }
}

.ind1-box2{
  margin-top: 40px;
  width: 100%;
  display: flex;
  position: relative;
  background-color: #ffffff;
}


.ind1-box2 img{
  width: 80%;
  max-width: 1280px;
  height: 450px;
  object-fit: cover;
  opacity: 0.5;
  clip-path: polygon(0 0, 95% 0%, 50% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .ind1-box2 img{
    width: 100%;
    position: relative;
    clip-path: none;
    opacity: 0.2;
 }
}

.ind1-textbox {
  width: 80%;
  max-width: 1280px;
  height: 450px;
  background-color: #1D7DCC66;
  padding: 0px 10px 0px 40%;
  position: absolute;
  right: 0px;
  top: calc(50% - 150px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 5% 100%);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .ind1-textbox{
    width: 100%;
    height: 450px;
    padding: 0px;
    top: 0px;
    position: absolute;
    clip-path: none;
 }
}

.ind1-text1{
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
/* @media screen and (max-width: 767px) {
  .ind-service-text1{
    padding-bottom: 100px;
 }
} */

.ind1-text1::before{
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #071F3277 ;
  margin: auto;
}

.ind1-text1::after{
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #071F3277 ;
  /* clip-path: polygon(70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%, 30% 50%, 30% 0); */
  margin: auto;
}

/***************************************/
/***************************************/
/***************************************/




.ind2-box1{
  width: 95%;
  max-width: 1280px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .ind2-box1{
    width: 100%;
 }
}

.ind2-box2{
  margin-top: 40px;
  width: 100%;
  display: flex;
  position: relative;
  background-color: #ffffff;
}


.ind2-box2 img{
  width: 80%;
  max-width: 1280px;
  height: 450px;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  top: calc(50% - 125px);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 55% 100%);
}

@media screen and (max-width: 767px) {
  .ind2-box2 img{
    width: 100%;
    position: relative;
    top: 0px;
    margin-top: 100PX;
    clip-path: none;
    opacity: 0.2;
 }
}

.ind2-textbox {
  width: 80%;
  max-width: 1280px;
  height: 450px;
  background-color: #1D7DCC66;
  margin-top: 100px;
  padding: 0px 40% 0px 0PX;
  clip-path: polygon(0 0, 45% 0%, 90% 100%, 0% 100%);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .ind2-textbox{
    width: 100%;
    height: 450px;
    padding: 0px;
    top: 0px;
    position: absolute;
    clip-path: none;
 }
}

.ind2-text1{
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
/* @media screen and (max-width: 767px) {
  .ind-service-text1{
    padding-bottom: 100px;
 }
} */

.ind2-text1::before{
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #071F3277 ;
  margin: auto;
}

.ind2-text1::after{
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #071F3277 ;
  /* clip-path: polygon(70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%, 30% 50%, 30% 0); */
  margin: auto;
}

/***************************************/
/***************************************/
/***************************************/

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  border-radius: 1px;
  /* border: 1px solid #1D7DCC; */
}

a.btn-flat {
  overflow: hidden;
  padding: 5px 25px;
  border-radius: 1px;
  background: #fff;
}

a.btn-flat span {
  font-weight: 500;
  position: relative;
}

a.btn-flat span:hover {
  color: #fff;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #1D7DCC;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.btn-flat:hover span {
  transition: all 0.5s ease-in-out;
  color: #fff;
}

/***************************************/
/***************************************/
/***************************************/

/***************************************/
/***************************************/
/***************************************/
.ind-company{
  width: 100%;
  max-width: 1920px;
  height: 500px;
  margin: 0 auto;
  background-color: #ffffff;
}

/***************************************/
/***************************************/
/***************************************/
.ind-recruit{
  width: 100%;
  max-width: 1920px;
  height: 500px;
  /* background-color: #ffffff; */
  margin: 0 auto;
}