@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.k-kv {
  width: 100%;
  background: url(/recruit/assets/images/about/keywords/kv.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.k-kv h1 {
  position: relative;
  padding-bottom: 24px;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-kv h1 {
    padding-bottom: 4.266vw;
    margin-top: 0;
  }
}

.k-kv h1::after {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-kv h1::after {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.k-kv__heading_01 {
  display: block;
  font-size: 147px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-kv__heading_01 {
    font-size: 17.066vw;
  }
}

.k-kv__heading_02 {
  display: block;
  margin-top: 35px;
  font-size: 30px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-kv__heading_02 {
    margin-top: 4.133vw;
    font-size: 4vw;
  }
}

.k-kv p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-kv p {
    font-size: 3.466vw;
    width: 73.333vw;
    margin: 6.4vw auto 0 auto;
    text-align: left;
    font-weight: 500;
  }
}


/*--------------------------------------------
cnt
--------------------------------------------*/
.k-cnt {
  width: 100%;
  position: relative;
}

.k-cnt__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  position: absolute;
  top: 3.75vw;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__heading {
    display: block;
    width: 92vw;
    top: 9.6vw;
    text-align: center;
  }
}

.k-cnt__heading__number {
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  padding-bottom: 40px;
  position: relative;
  opacity: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__heading__number {
    font-size: 4.266vw;
    padding-bottom: 4.5vw;
  }
}

.k-cnt__heading__number span {
  display: block;
  font-size: 78px;
  margin-top: 8px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__heading__number span {
    font-size: 8.533vw;
    margin-top: 1.133vw;
  }
}

.k-cnt__heading__number::after {
  content: "";
  width: 40px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__heading__number::after {
    width: 4.533vw;
    height: 0.8vw;
    right: 0;
    margin: auto;
  }
}

.k-cnt__heading__h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__heading__h2 {
    font-size: 7.466vw;
    text-align: center;
    margin-top: 12vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_01 .k-cnt__heading__h2 {
    font-size: 6.4vw;
    text-align: center;
    margin-top: 3.2vw;
  }
}

.k-cnt__heading__h2.--keyword06 {
  text-align: center;
  margin: auto;
  width: 70%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__heading__h2.--keyword06 {
    text-align: center;
    margin-top: 12vw;
    width: auto;
  }
}

.k-cnt__sentence {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.67%;
  width: 70%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3.75vw;
  margin: auto;
  opacity: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__sentence {
    flex-direction: column;
    width: 92vw;
    bottom: 4.8vw;
  }
}

.k-cnt__sentence > p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: 0.13em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-cnt__sentence > p {
    font-size: 3.73vw;
  }
}

.k-cnt__sentence > img {
  margin-top: 2.13vw;
  width: 30.67vw;
}

.k-keywords_01 {
  background: url(/recruit/assets/images/about/keywords/keywords_01_kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_01 {
    background: url(/recruit/assets/images/about/keywords/keywords_01_kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.k-keywords_02 {
  background: url(/recruit/assets/images/about/keywords/keywords_02_kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_02 {
    background: url(/recruit/assets/images/about/keywords/keywords_02_kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.k-keywords_03 {
  background: url(/recruit/assets/images/about/keywords/keywords_03_kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_03 {
    background: url(/recruit/assets/images/about/keywords/keywords_03_kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.k-keywords_04 {
  background: url(/recruit/assets/images/about/keywords/keywords_04_kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_04 {
    background: url(/recruit/assets/images/about/keywords/keywords_04_kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.k-keywords_05 {
  background: url(/recruit/assets/images/about/keywords/keywords_05_kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_05 {
    background: url(/recruit/assets/images/about/keywords/keywords_05_kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.k-keywords_06 {
  background: url(/recruit/assets/images/about/keywords/keywords_06_kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .k-keywords_06 {
    background: url(/recruit/assets/images/about/keywords/keywords_06_kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}


/*--------------------------------------------
fp-nav
--------------------------------------------*/
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 8px;
    height: 8px;
    margin: 9px 13px;
    position:relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  #fp-nav {
      display: none;
  }
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #fff;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav {
  position: fixed;
  z-index: 18;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  background-color: #005944;
  border-radius: 11px 0 0 11px;
  padding: 38px 0;
}

#fp-nav.right {
  right: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
  }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  border: 0;
  background: #fff;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 8px;
    height: 8px;
    margin: 0;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -3px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

/*--------------------------------------------
recommended
--------------------------------------------*/
.k-recommended {
  background: #F0F0E5;
  padding: 90px 0 114px 0;
}

.k-recommended p {
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.2em;
  text-align: center;
}

.k-recommended a {
  display: block;
  width: 52.5%;
  height: 96px;
  background: #fff url(/recruit/assets/images/arrow_bl.svg) no-repeat;
  background-position: center right 32px;
  background-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  margin: 60px auto 0 auto;
  border-radius: 6px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
}