@charset "UTF-8";
/* CSS Document */
#svg-animation {
  padding: 350px 0;
}

#svg-animation .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}

.mv {
  background: url(../lib/cmn_img/mv.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 12%;
  position: relative;
}
.mv__banner {
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 50%;
  max-width: 500px;
}
@media only screen and (max-width: 680px) {
  .mv__banner {
    bottom: 25px;
  }
}

.over {
  overflow: hidden;
}

/*--------
contents01
----------*/
.contentsWrap .contents03, .contentsWrap .contents04 {
  padding-top: 100px;
  margin-top: -100px;
}

.contentsWrap .contents02 {
  padding-top: 100px;
}

.contents01 {
  background-color: #5789c0;
  position: relative;
  padding: 110px 50px 0 3%;
}

.contents01 .contentsInr {
  z-index: 20;
  position: relative;
  padding: 3% 0 0 10%;
}

.contents01 .contentsInr .contTitle {
  width: 400px;
  text-align: left;
}

.contentsInr .clearfix {
  width: 100%;
}

.contents01 .contentsInr .contentsText {
  width: calc(100% - 500px);
}

.contents01 .contentsInr .contentsTextInr {
  font-size: 150%;
  font-weight: 600;
}

/*--------
contents02
----------*/
.contentsW2-3-4 {
  background: url(../lib/cmn_img/bk-cicle.svg) repeat-y top center;
  background-size: cover;
  z-index: -1;
  padding-right: 45px;
  margin-top: -1px;
}

.contents02 {
  padding-top: 110px;
}

.contents02 .contTitle {
  margin-bottom: 0;
}

.contents02 ul li {
  width: 30%;
  margin: 1.5%;
}

.contents02 ul li .boxImg {
  height: 400px;
  width: 100%;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.contents02 ul li:first-child .boxImg {
  background: url(../images/about_01.jpg) center center;
  background-size: cover;
  margin-top: 0px;
}

.contents02 ul li .boxImg {
  background: url(../images/about_02.jpg) center center;
  background-size: cover;
  margin-top: 70px;
}

.contents02 ul li:last-child .boxImg {
  background: url(../images/about_03.jpg) no-repeat left bottom;
  background-size: cover;
  margin-top: 140px;
}

.contents02 ul li.dotWrap::after {
  height: 400px;
}

.contents02 ul li .ttlBox {
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.contents02 ul li .ttlEn.whiteBox {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.3;
  font-size: 15px;
  padding: 8px 10px 6px;
  margin-top: 8px;
}

.contents02 ul li .ttlJa.whiteBox {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 10px 8px 10px;
}

/*--------
contents03
----------*/
.contents03 .contentsInr {
  padding: 140px 30px;
}

/*--------
contents04
----------*/
.contents04 {
  padding-top: 100px;
  margin-top: -100px;
}

.contents04 .contTitle {
  margin-left: 50%;
}

.contents04 .contentsInr {
  padding-bottom: 110px;
}

.contents04 ul {
  width: 96% !important;
  margin: 0 2% 150px;
}

.contents04 ul li {
  width: 46%;
  margin: 0 2%;
}

.contents04 ul li.dotWrap::after {
  height: 350px;
  left: 3%;
}

.contents04 ul li.dotWrap:hover::after {
  left: 0;
}

.contents04 ul li .boxImg {
  height: 350px;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.contents04 ul li:nth-child(1) .boxImg {
  background: url(../interview_cross/images/cross01_mv.jpg) center center;
  background-size: cover;
}

.contents04 ul li:nth-child(2) .boxImg {
  background: url(../interview_cross/images/cross02_mv.jpg) center center;
  background-size: cover;
}

.contents04 ul li .ttlBox {
  background-color: #333;
  padding: 32px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -150px;
  left: -20px;
  width: 80%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contents04 ul li:hover .ttlBox {
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contents04 ul li .ttlBox .photoIcon {
  width: 110px;
  margin: auto;
}

.contents04 ul li .ttlBox .ttlJa {
  font-size: 26px;
  position: relative;
}

/*.contents04 ul li .ttlBox .ttlJa::before {
  content: '';
  display: inline-block;
  width: 130px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -60px;
}
.contents04 ul li:first-child .ttlBox .ttlJa::before {
  background-image: url(../images/talk_01.png);
}
.contents04 ul li:last-child .ttlBox .ttlJa::before {
  background-image: url(../images/talk_02.png);
}
*/
.contents04 ul li .ttlBox .ttlEn {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.contents04 ul li .ttlBox .ttlEn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  background-image: url(../lib/cmn_img/cross.svg);
  background-size: cover;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.contents04 ul li .ttlBox .ttlEn .name {
  display: table-cell;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.2;
}

.contents04 ul li .ttlBox .ttlEn .name span {
  font-size: 12px;
}

/*--------
contents05
----------*/
.contents05 {
  background-color: #5789c0;
}

.contents05 .contentsInr {
  padding: 110px 0 60px;
}

.contents05 dl {
  background-color: #fff;
  padding: 20px 10px 18px;
  width: 80%;
  margin: 0 auto 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contents05 dl:hover dt, .contents05 dl:hover dd {
  color: #5789c0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contents05 dt, .contents05 dd {
  display: inline-block;
  line-height: 1.6;
}

.contents05 .nomalBtn {
  margin: 50px auto;
}

/*--------
 CONCEPT
----------*/
.concept .mv {
  background: url(../images/concept_mv.jpg) center;
  background-size: cover;
  height: 95vh;
  position: relative;
}

.concept .mv::before {
  content: "";
  position: absolute;
  background: url(../images/concept_text.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 400px;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.concept .contents01 {
  padding: 0 10px 200px;
  background: url(../lib/cmn_img/concept.svg) no-repeat left top;
  background-size: cover;
}

.concept .contents01 .contentsInr .contTitle {
  width: 100%;
}

.concept .contents01 .contentsInr {
  padding: 0;
}

@media only screen and (max-width: 1300px) {
  /*--------
  contents02
  ----------*/
  .contents02 ul li .boxImg, .contents02 ul li.dotWrap::after {
    height: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .contentsWrap .contents01 .contentsInr {
    padding: 3% 0 0 2%;
    font-size: 80%;
  }
  .contents04 ul li .ttlBox {
    width: 100%;
  }
  .contents04 ul li .ttlBox .ttlJa {
    font-size: 22px;
  }
  .contents04 ul li .boxImg {
    height: 300px;
  }
  .contents04 ul li.dotWrap::after {
    height: 300px;
  }
}
@media only screen and (max-width: 1080px) {
  .contents02 ul li .boxImg, .contents02 ul li.dotWrap::after {
    height: 300px;
  }
}
@media only screen and (max-width: 980px) {
  #svg-animation {
    padding: 300px 0;
  }
  .mv {
    background: url(../lib/cmn_img/_mv_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 10px 5%;
  }
  .contents01 .contentsInr .contTitle {
    text-align: center;
    margin: auto;
  }
  .contents01 .nomalBtn {
    margin-top: 20px;
    display: inline-block;
  }
  .contentsWrap .contents03, .contents02 #WELFARE {
    padding-top: 70px;
    margin-top: -70px;
  }
  .contentsWrap .contents04 {
    padding-top: 100px;
    margin-top: -20px;
  }
  .contentsWrap .contents01 {
    padding-right: 0;
  }
  .contentsWrap .contents01 .contTitle {
    margin-bottom: 30px;
  }
  .contentsWrap .contents01 .contentsInr .fltL {
    float: none;
  }
  .contents01 .contentsInr .contentsText {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .contentsWrap .contents01 .contentsInr {
    padding: 3% 2% 0;
  }
  .contentsWrap .contents01 {
    padding: 60px 10px 30px;
  }
  .contents01 .contentsInr .contentsTextInr {
    margin-left: 0;
  }
  /*--------
  contents02
  ----------*/
  .contentsW2-3-4 {
    padding-right: 0;
  }
  .contents02 ul li .boxImg, .contents02 ul li.dotWrap::after {
    height: 250px;
  }
  .contents02 ul li {
    float: none;
    width: 80%;
    margin: auto;
  }
  .contents02 ul li::after {
    left: 3%;
  }
  .contents02 ul li .boxImg:first-child, .contents02 ul li .boxImg, .contents02 ul li .boxImg:last-child {
    margin-top: 30px;
  }
  .contents02 ul li .ttlBox {
    left: 40px;
  }
  /*--------
   CONCEPT
  ----------*/
  .concept .contents01 {
    padding: 0 0 100px;
  }
  .concept .contentsWrap .contents01 .contentsInr {
    padding: 3% 15px 0;
  }
}
@media only screen and (max-width: 800px) {
  .contents04 ul {
    margin: 0 2%;
  }
  .contents04 ul li {
    width: 96%;
    margin: 0 2% 150px;
  }
  .contents04 ul li .boxImg, .contents04 ul li.dotWrap::after {
    height: 300px;
  }
  .contents04 ul li .ttlBox {
    padding: 18px;
    bottom: -100px;
  }
  .contents04 .contTitle {
    text-align: center !important;
    margin-left: 0;
  }
  .contents05 .contentsInr {
    padding: 110px 10px 60px;
  }
  .contents05 dl {
    width: 100%;
  }
  .concept .contentsWrap .contents01 .contentsInr {
    font-size: 60%;
  }
}
@media only screen and (max-width: 680px) {
  .contents01 .contentsInr .contTitle {
    width: 100%;
  }
  .contents01 .contentsInr .contentsText {
    font-size: 80%;
  }
  .contents02 ul li .ttlBox {
    position: absolute;
    bottom: 17px;
    left: 20px;
  }
  .contents02 .over {
    overflow: unset;
  }
}
@media only screen and (max-width: 580px) {
  #svg-animation {
    padding: 200px 0;
  }
  .mv {
    background: url(../lib/cmn_img/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .contents01 .contentsInr .contentsText {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .contents01 .contentsInr .contentsTextInr {
    margin-left: 0;
  }
  .contents02 ul li {
    width: 90%;
  }
  .contents02 ul li .boxImg, .contents02 ul li.dotWrap::after {
    width: 100%;
  }
  /*.contents02 ul li:last-child .boxImg {
   background: url(../images/about_03_sp.jpg) center bottom;
   background-size: cover;
  }*/
  .contents03 .contentsInr {
    padding: 0px 30px;
  }
  .contents04 .contentsInr {
    padding-bottom: 0;
  }
  .contents04 ul li .boxImg, .contents04 ul li.dotWrap::after {
    height: 250px;
  }
  .contents05 .contentsInr {
    padding: 0 10px;
  }
  .contents04 ul li .ttlBox .ttlEn::after {
    width: 10px;
    height: 10px;
  }
  .concept .mv::before {
    width: 90%;
    height: 200px;
  }
}
/**
 * 2024.3.24 バナー追加
 */
.banner-area {
  padding: 100px 0;
  background: url(../lib/cmn_img/borde.png) repeat center center;
}
.banner-area__item {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.banner-area__item:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=uniq.css.map */