<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.c-kv {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/environment/career/kv.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-kv {
    width: 100%;
    height: 173.333vw;
    background: url(/recruit/assets/images/environment/career/kv_sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.c-kv h1 {
  position: relative;
  padding-bottom: 24px;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-kv h1 {
    padding-bottom: 6.5vw;
    margin: 0 0 6.4vw 0;
  }
}

.c-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) {
  .c-kv h1::after {
    content: "";
    width: 9.866vw;
    height: 1.6vw;
  }
}

.c-kv__heading_01 {
  display: block;
  font-size: 120px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-kv__heading_01 {
    font-size: 17.066vw;
  }
}

.c-kv__heading_02 {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-kv__heading_02 {
    margin-top: 3vw;
    font-size: 4vw;
  }
}

.c-kv p {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-kv p {
    font-size: 3.466vw;
    margin: 0 auto;
    width: 73.333vw;
    text-align: left;
  }
}


/*--------------------------------------------
menu
--------------------------------------------*/
.c-menu {
  background: #823522;
  height: 96px;
  display: flex;
  margin-top: 1px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-menu {
    height: auto;
    display: block;
    margin-top: 1px;
  }
}

.c-menu li {
  width: 100%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-menu li {
    width: 100%;
    height: 14vw;
  }
}

.c-menu li:nth-child(1) {
  border-right: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-menu li:nth-child(1) {
    border-right: none;
  }
  .c-menu li:nth-child(2) {
    border-top: solid 1px #fff;
  }
}

.c-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 15px;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-menu li a {
    font-size: 3.466vw;
    font-weight: 500;
    padding-bottom: 1.8vw;
  }
}

.c-menu li a::after {
  content: "";
  background: url(/recruit/assets/images/arrow_w.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 15px;
  transform:rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-menu li a::after {
    background: url(/recruit/assets/images/arrow_w.svg) no-repeat;
    background-size: cover;
    width: 1.444vw;
    height: 2.133vw;
    bottom: 2vw;
  }
}


/*--------------------------------------------
bg
--------------------------------------------*/
.c-bg {
  background: #FCF7ED;
  padding: 120px 0 190px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-bg {
    background: #FCF7ED;
    padding: 8.533vw 0 25.6vw 0;
  }
}


/*--------------------------------------------
cnt
--------------------------------------------*/
.c-cnt {
  width: 87.5%;
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  padding: 64px 0 120px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt {
    width: 94.666vw;
    padding: 10.666vw 0 12.8vw 0;
  }
}

.c-cnt.-second {
  margin-top: 96px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt.-second {
    margin-top: 22.933vw;
  }
}

.c-cnt h2 {
  position: relative;
  padding-bottom: 28px;

}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt h2 {
    padding-bottom: 7.2vw;
  }
}

.c-cnt h2::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #191919;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt h2::after {
    width: 4.533vw;
    height: 0.8vw;
  }
}

.c-cnt__heading_01 {
  display: block;
  font-size: 71px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #191919;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__heading_01 {
    font-size: 10.666vw;
  }
}

.c-cnt__heading_02 {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  color: #191919;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__heading_02 {
    margin-top: 4.2vw;
    font-size: 4.533vw;
  }
}

.c-cnt__lead {
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.8em;
  width: 80%;
  margin: 64px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__lead {
    font-size: 4vw;
    width: 84vw;
    margin: 12.8vw auto 0 auto;
  }
}

.c-cnt__img_01 {
  width: 80%;
  margin: 64px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__img_01 {
    width: 84vw;
    margin: 12.8vw auto 0 auto;
    overflow: auto;
    padding-bottom: 5vw;
  }

  .c-cnt__img_01 img {
    width: 110.666vw;
  }
}

.c-cnt__sec {
  width: 80%;
  margin: 64px auto 0 auto;
  padding-bottom: 64px;
  background: url(/recruit/assets/images/1col_bg.png) repeat-x;
  background-size: 5px;
  background-position: bottom center;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec {
    width: 84vw;
    margin: 12.8vw auto 0 auto;
    padding-bottom: 12.8vw;
    background: url(/recruit/assets/images/1col_bg.png) repeat-x;
    background-size: 1.333vw;
    background-position: bottom center;
    display: block;
  }
}

.c-cnt__sec.-last {
  padding-bottom: 0;
  background: none;
}

.c-cnt__sec p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec p {
    font-size: 4vw;
  }
}

.c-cnt__sec__left {
  width: 50%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec__left {
    width: 100%;
  }
}

.c-cnt__sec.-last .c-cnt__sec__left {
  width: 40%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec.-last .c-cnt__sec__left {
    width: 100%;
  }
}

.c-cnt__sec__left h5 {
  font-size: 24px;
  font-weight: 700;
  color: #823522;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec__left h5 {
    font-size: 5.333vw;
    text-align: center;
  }
}

.c-cnt__sec__left__img {
  margin-top: 34px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec__left__img {
    margin-top: 8.533vw;
  }
}

.c-cnt__sec__right {
  width: 37.5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec__right {
    width: 100%;
    margin-top: 8.533vw;
  }
}

.c-cnt__sec.-last .c-cnt__sec__right {
  width: 50%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec.-last .c-cnt__sec__right {
    width: 100%;
  }
}

.c-cnt__sec__mt {
  margin-top: 18px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec__mt {
    margin-top: 6.533vw;
  }
}

.c-cnt__sec p.c-cnt__sec__right__heading {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec p.c-cnt__sec__right__heading {
    font-size: 4vw;
  }
}

.c-cnt__sec.-type2 {
  width: 80%;
  margin: 64px auto 0 auto;
  padding-bottom: 64px;
  background: url(/recruit/assets/images/1col_bg.png) repeat-x;
  background-size: 5px;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec.-type2 {
    width: 84vw;
    margin: 12.8vw auto 0 auto;
    padding-bottom: 12.8vw;
    background: url(/recruit/assets/images/1col_bg.png) repeat-x;
    background-size: 1.333vw;
    background-position: bottom center;
    display: block;
  }
}

.c-cnt__sec.-type2 .c-cnt__sec__left {
  width: 100%;
}

.c-cnt__sec.-type2 .c-cnt__sec__right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec.-type2 .c-cnt__sec__right {
    flex-direction: column;
    gap: 2.67vw 0;
  }
}

.c-cnt__sec.-type2 p.c-cnt__sec__right__heading {
  margin-top: 18px;
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec.-type2 p.c-cnt__sec__right__heading {
    margin-top: 0;
  }
}

.c-cnt__sec.-type2 .c-cnt__sec__right dl {
  width: calc((100% - 10px) / 2);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .c-cnt__sec.-type2 .c-cnt__sec__right dl {
    width: 100%
  }
}</pre></body></html>