@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.q-kv {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/about/quick/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) {
  .q-kv {
    width: 100%;
    height: 173.333vw;
    background: url(/recruit/assets/images/about/quick/kv_sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.q-kv h1 {
  position: relative;
  padding-bottom: 24px;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-kv h1 {
    padding-bottom: 6.5vw;
    margin: 0 0 6.4vw 0;
  }
}

.q-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) {
  .q-kv h1::after {
    content: "";
    width: 9.866vw;
    height: 1.6vw;
  }
}

.q-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) {
  .q-kv__heading_01 {
    font-size: 17.066vw;
  }
}

.q-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) {
  .q-kv__heading_02 {
    margin-top: 3vw;
    font-size: 4vw;
  }
}

.q-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) {
  .q-kv p {
    font-size: 3.466vw;
    margin: 0 auto;
    width: 73.333vw;
    text-align: left;
  }
}


/*--------------------------------------------
menu
--------------------------------------------*/
.q-menu {
  background: #005944;
  height: 96px;
  display: flex;
  border-bottom: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-menu {
    height: auto;
    display: block;
  }
}

.q-menu li {
  width: 33.3333333%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-menu li {
    width: 100%;
    height: 14vw;
  }
}

.q-menu li:nth-child(1),
.q-menu li:nth-child(2) {
  border-right: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-menu li:nth-child(1),
  .q-menu li:nth-child(2) {
    border-right: none;
  }
  .q-menu li:nth-child(2),
  .q-menu li:nth-child(3) {
    border-top: solid 1px #fff;
  }
}

.q-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) {
  .q-menu li a {
    font-size: 3.466vw;
    font-weight: 500;
    padding-bottom: 1.8vw;
  }
}

.q-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) {
  .q-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;
  }
}


/*--------------------------------------------
創立背景
--------------------------------------------*/
.q-bg {
  background: #FCF7ED;
  padding: 120px 0 200px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg {
    padding: 6.4vw 0 32vw 0;
  }
}

.q-bg h2 {
  width: 87.5%;
  max-width: 1120px;
  height: 120px;
  margin: 0 auto 24px auto;
  background: #191919;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg h2 {
    width: 100%;
    height: 25.6vw;
    margin: 0 auto 6.4vw;
    font-size: 4.533vw;
    font-weight: 500;
  }
}

.q-bg h2.-second {
  margin-top: 64px;
} 
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg h2.-second {
    margin-top: 8.533vw;
  } 
}

.q-bg__cnt__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.29%;
  width: 87.5%;
  max-width: 1120px;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__container {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
}

.q-bg__cnt {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt {
    width: 100%;
    padding-bottom: 6.4vw;
  }
}

.q-bg__cnt__inner.--bg {
  padding-bottom: 94px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__inner.--bg {
    padding-bottom: 32vw;
  }
}

.q-bg__cnt__inner.--green {
  background-color: #005944;
}

.q-bg__cnt__ttl {
  margin-bottom: 10px;
  padding: 15px 0;
  background-color: #005944;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__ttl {
    height: 17.07vw;
    margin-bottom: 4.27vw;
    padding: 2.67vw 0;
  }
}

.q-bg__cnt__ttl > h3 {
  margin: 0 auto;
  width: 83.21%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__ttl > h3 {
    width: auto;
    font-size: 4.53vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
}

.q-bg__cnt__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__bg {
    width: 74.933vw;
    bottom: 5.33vw;
  }
}

.q-bg__cnt__bg.--since2026 {
  width: 50%;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__bg.--since2026 {
    width: 74.67vw;
    bottom: 5.33vw;
  }
}

.q-bg__cnt__sec_01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 83.21%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_01 {
    flex-direction: column;
    width: 92vw;
  }
}

.q-bg__cnt__sec_01__ph {
  width: 42.6%;
  position: absolute;
  top: -20px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_01__ph {
    width: 62.666vw;
    position: inherit;
    margin: -9.33vw auto 0;
  }
}

.q-bg__cnt__sec_01__txt {
  width: 100%;
  padding-top: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_01__txt {
    padding-top: 6.67vw;
  }
}

.q-bg__cnt__sec_01__txt__01 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_01__txt__01 {
    font-size: 5.333vw;
    font-weight: 500;
    width: 100%;
  }
}

.q-bg__cnt__sec_01__txt__02 {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.06em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_01__txt__02 {
    margin-top: 6.4vw;
    font-size: 4vw;
  }
}

.q-bg__cnt__sec_02 {
  width: 79.85%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_02 {
    width: 92vw;
    margin: 17.066vw auto 0 auto;
  }
}

.q-bg__cnt__sec_02 li {
  width: 30.0%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.467;
  color: #fff;
  position: relative;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_02 li {
    width: 30.434%;
    height: 32vw;
    font-size: 4.53vw;
    font-weight: 500;
  }
}

.q-bg__cnt__sec_02 li::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_02 li::before {
    height: 1.066vw;
  }
}

.q-bg__cnt__sec_02 li::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_02 li::after {
    height: 1.066vw;
  }
}

.q-bg__cnt__sec_03 {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 2em;
  margin-top: 120px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_03 {
    text-align: left;
    font-size: 4vw;
    margin: 17.066vw auto 0 auto;
    width: 92vw;
  }
}

.q-bg__cnt__sec_04 {
  width: 64.642%;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.468em;
  letter-spacing: 0.06em;
  padding-top: 73px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_04 {
    width: 92vw;
    font-size: 5.33vw;
    font-weight: 500;
    padding-top: 17.066vw;
  }
}

.q-bg__cnt__sec_05 {
  width: 64.642%;
  margin: 32px auto 0 auto;
  color: #fff;
  font-size: 17px;
  line-height: 2.0em;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-bottom: 80px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_05 {
    width: 92vw;
    margin: 6.4vw auto 0 auto;
    font-size: 4vw;
  }
}

.q-bg__cnt__sec_06 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.25em;
  margin-top: 96px;
  color: #005944;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_06 {
    font-size: 4.533vw;
    font-weight: 700;
    margin-top: 8.533vw;
  }
}

.q-bg__cnt__sec_merge {
  width: 64.642%;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.468em;
  letter-spacing: 0.12em;
  padding-top: 73px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_merge {
    width: 92vw;
    font-size: 5.33vw;
    font-weight: 500;
    padding-top: 17.066vw;
  }
}

.q-bg__cnt__sec_merge__ph {
  width: 33.84%;
  margin: 40px auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-bg__cnt__sec_merge__ph {
    width: 92vw;
    margin: 4vw auto;
  }
}

/*--------------------------------------------
Part01.
--------------------------------------------*/
.q-part01 {
  background: #005944;
  padding: 20px 0 80px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01 {
    padding: 0 0 4vw 0;
  }
}

.q-part01__kv {
  width: 96.875%;
  height: 720px;
  margin: 0 auto;
  background: url(/recruit/assets/images/about/quick/part01_kv.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__kv {
    width: 100%;
    height: 117.333vw;
    background: url(/recruit/assets/images/about/quick/part01_kv_sp.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 25.6vw;
  }
}

.q-part01__kv__heading_01 {
  display: block;
  font-size: 127px;
  line-height: 1.362em;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__kv__heading_01 {
    font-size: 12.8vw;
    margin-top: 62vw;
  }
}

.q-part01__kv__heading_02 {
  display: block;
  font-size: 40px;
  line-height: 1.575em;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__kv__heading_02 {
    font-size: 4.533vw;
  }
}

.q-part01__sec_01 {
  background: #fff;
  display: flex;
  width: 87.5%;
  max-width: 1120px;
  margin: -228px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01 {
    width: 94.666vw;
    display: block;
    margin: -10.666vw auto 0 auto;
  }
}

.q-part01__sec_01__map {
  width: 50%;
  padding: 84px 0 118px 8.75vw;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01__map {
    display: none;
  }
}

.q-part01__sec_01__map img {
  max-width: 257px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01__map img {
    max-width: none;
  }
}

.q-part01__sec_01__txt {
  width: 50%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01__txt {
    width: 76vw;
    margin: 0 auto;
  }
}

.q-part01__sec_01__txt h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  position: relative;
  padding: 64px 0 41px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01__txt h3 {
    font-size: 6.4vw;
    padding: 10.666vw 0 8vw 0;
  }
}

.q-part01__sec_01__txt h3::after {
  content: "";
  width: 64px;
  height: 7px;
  background: #191919;
  position: absolute;
  left: 0;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01__txt h3::before {
    content: "";
    background: url(/recruit/assets/images/about/quick/part01_img_01.svg) no-repeat;
    background-size: cover;
    width: 31.856vw;
    height: 51.765vw;
    position: absolute;
    top: 5.333vw;
    right: -3vw;
  }

  .q-part01__sec_01__txt h3::after {
    width: 9.866vw;
    height: 1.6vw;
    right: 0;
    margin: auto;
  }
}

.q-part01__sec_01__txt p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  width: 80%;
  padding-top: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_01__txt p {
    font-size: 4vw;
    width: 100%;
    padding: 12.8vw 0;
    font-weight: 400;
  }
}

/* 02 */
.q-part01__sec_02 {
  background: #F0F0E5;
  border-radius: 8px;
  width: 87.5%;
  max-width: 1120px;
  margin: 48px auto 0 auto;
  padding-bottom: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02 {
    border-radius: 1.066vw;
    width: 94.666vw;
    margin: 2.666vw auto 0 auto;
    padding-bottom: 10.666vw;
  }
}

.q-part01__sec_02 h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.79em;
  font-weight: 700;
  text-align: center;
  padding-top: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02 h3 {
    font-size: 4.533vw;
    padding-top: 8.533vw;
  }
}

.q-part01__sec_02 ul {
  width: 83.75%;
  margin: 36px auto 0 auto;
  display: flex;
  justify-content: space-between;
  height: 80px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02 ul {
    width: 76vw;
    margin: 6.4vw auto 0 auto;
    display: block;
    height: auto;
  }
}

.q-part01__sec_02 ul li {
  width: 31.769%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02 ul li {
    width: 100%;
    height: 17.066vw;
    border-radius: 1.066vw;
    margin-top: 2.133vw;
  }
}

.q-part01__sec_02__ttl {
  background: #005944;
  color: #fff;
  width: 43%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02__ttl {
    width: 34%;
    height: 100%;
    font-size: 3.466vw;
    font-weight: 500;
  }
}

.q-part01__sec_02__txt {
  color: #005944;
  width: 57%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02__txt {
    width: 66%;
    font-size: 11.2vw;
  }
}

.q-part01__sec_02__txt span {
  display: block;
  color: #191919;
  font-size: 18px;
  font-weight: 700;
  margin: 1.2em 0 0 0.2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02__txt span {
    font-size: 4vw;
  }
}

.q-part01__sec_02__date {
  width: 83.75%;
  margin: 16px auto 0 auto;
  font-size: 12px;
  text-align: right;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_02__date {
    width: 76vw;
    font-size: 3.2vw;
    margin: 2.6vw auto 0 auto;
    font-weight: 400;
  }
}

/* 03 */
.q-part01__sec_03_box {
  width: 87.5%;
  max-width: 1120px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03_box {
    width: 94.666vw;
    margin: 2.666vw auto 0 auto;
    display: block;
  }
}

.q-part01__sec_03 {
  background: #F0F0E5;
  border-radius: 8px;
  width: 32.142%;
  padding-bottom: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03 {
    border-radius: 1.066vw;
    width: 100%;
    padding-bottom: 10.933vw;
    margin-top: 2.666vw;
  }
}

.q-part01__sec_03 h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.79em;
  font-weight: 700;
  text-align: center;
  padding-top: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03 h3 {
    font-size: 4.533vw;
    padding-top: 8.533vw;
  }
}

.q-part01__sec_03 ul {
  width: 86%;
  margin: 36px auto 0 auto;
  display: flex;
  justify-content: space-between;
  height: 80px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03 ul {
    width: 76vw;
    margin: 6.4vw auto 0 auto;
    height: 19.2vw;
  }
}

.q-part01__sec_03 ul li {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03 ul li {
    border-radius: 1.066vw;
  }
}

.q-part01__sec_03__txt {
  color: #005944;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03__txt {
    font-size: 11.2vw;
  }
}

.q-part01__sec_03__txt span {
  display: block;
  color: #191919;
  font-size: 18px;
  font-weight: 700;
  margin: 1.2em 0 0 0.2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03__txt span {
    font-size: 4.266vw;
  }
}

.q-part01__sec_03__date {
  width: 86%;
  margin: 16px auto 0 auto;
  font-size: 12px;
  text-align: right;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part01__sec_03__date {
    width: 76vw;
    margin: 2.133vw auto 0 auto;
    font-size: 3.2vw;
    font-weight: 400;
  }
}


/*--------------------------------------------
Part02.
--------------------------------------------*/
.q-part02 {
  background: #F0F0E5;
  padding: 20px 0 80px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02 {
    background: #F0F0E5;
    padding: 0 0 2.666vw 0;
  }
}

.q-part02__kv {
  width: 96.875%;
  height: 720px;
  margin: 0 auto;
  background: url(/recruit/assets/images/about/quick/part02_kv.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__kv {
    width: 100%;
    height: 117.333vw;
    background: url(/recruit/assets/images/about/quick/part02_kv_sp.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 25.6vw;
  }
}

.q-part02__kv__heading_01 {
  display: block;
  font-size: 127px;
  line-height: 1.362em;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__kv__heading_01 {
    font-size: 12.8vw;
    margin-top: 62vw;
  }
}

.q-part02__kv__heading_02 {
  display: block;
  font-size: 40px;
  line-height: 1.575em;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__kv__heading_02 {
    font-size: 4.533vw;
  }
}

.q-part02__sec {
  background: #fff;
  width: 87.5%;
  max-width: 1120px;
  margin: -228px auto 0 auto;
  padding: 60px 0 85px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__sec {
    width: 94.666vw;
    margin: -17.333vw auto 0 auto;
    padding: 10.666vw 0 17.066vw 0;
  }
}

.q-part02__sec h3 {
  position: relative;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 39px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__sec h3 {
    width: 74.933vw;
    font-size: 6.4vw;
    padding-bottom: 6.4vw;
    margin: 0 auto;
  }
}

.q-part02__sec h3::after {
  content: "";
  width: 64px;
  height: 7px;
  background: #191919;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__sec h3::after {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.q-part02__sec p {
  width: 80%;
  margin: 28px auto 0 auto;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part02__sec p {
    width: 76vw;
    margin: 12.8vw auto 0 auto;
    font-size: 4vw;
  }
}


/*--------------------------------------------
Theme
--------------------------------------------*/
.q-theme {
  padding: 96px 0 120px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme {
    padding: 12.8vw 0 4vw 0;
  }
}

.q-theme.-color_01 {
  background: #005944;
}

.q-theme.-color_02 {
  background: #F0F0E5;
}

.q-theme__heading_h2 {
  position: relative;
  padding-bottom: 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_h2 {
    padding-bottom: 6.4vw;
  }
}

.q-theme__heading_h2::after {
  content: "";
  width: 64px;
  height: 7px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_h2::after {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.q-theme__heading_h2_01 {
  text-align: center;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  font-size: 58px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_h2_01 {
    font-size: 4.8vw;
  }
}

.q-theme__heading_h2_01 span {
  display: inline-block;
  margin-left: 0.22em;
  font-size: 85px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_h2_01 span {
    font-size: 8.533vw
  }
}

.q-theme__heading_h2_02 {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 2em;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_h2_02 {
    font-size: 4vw;
    margin-top: 2.133vw;
  }
}

.q-theme__heading_h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  margin-top: 54px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_h3 {
    font-size: 5.333vw;
    margin-top: 8.533vw;
  }
}

.q-theme__heading_txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8em;
  color: #fff;
  letter-spacing: 0.06em;
  width: 67.968%;
  max-width: 870px;
  margin: 32px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__heading_txt {
    font-size: 4vw;
    width: 94.666vw;
    margin: 8.533vw auto 0 auto;
  }
}

.q-theme.-color_02 .q-theme__heading_h2::after {
  background: #191919;
}

.q-theme.-color_02 .q-theme__heading_h2_01,
.q-theme.-color_02 .q-theme__heading_h2_02,
.q-theme.-color_02 .q-theme__heading_h3,
.q-theme.-color_02 .q-theme__heading_txt {
  color: #191919;
}

.q-theme__cnt {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
  width: 87.5%;
  max-width: 1120px;
  margin: 80px auto 0 auto;
  border-radius: 0 0 8px 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt {
    display: block;
    padding: 10.666vw 0;
    width: 94.666vw;
    margin: 12.8vw auto 0 auto;
    border-radius: 0;
  }
}

.q-theme__cnt__left {
  width: 25.446%;
  padding-left: 10%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__left {
    width: 76vw;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.q-theme__cnt__left h4 {
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 43px;
  padding-bottom: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__left h4 {
    font-size: 6.4vw;
    padding-bottom: 3.666vw;
  }
}

.q-theme__cnt__left h4::after {
  content: "";
  width: 32px;
  height: 4px;
  background: #191919;
  position: absolute;
  bottom: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__left h4::after {
    width: 4.533vw;
    height: 0.8vw;
    background: #191919;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.q-theme__cnt__right {
  width: 70.178%;
  padding-right: 10%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__right {
    width: 76vw;
    margin: 12.8vw auto 0 auto;
    padding-right: 0;
  }
}

.q-theme__cnt__right h5 {
  font-size: 24px;
  font-weight: 700;
  color: #005944;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  margin-top: 48px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__right h5 {
    font-size: 4.533vw;
    margin-top: 8.533vw;
  }
}

.q-theme__cnt__right h5:nth-of-type(1) {
  margin-top: 0;
}

.q-theme__cnt__right p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__right p {
    font-size: 4vw;
  }
}

.q-theme__cnt__right__ph {
  margin-top: 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-theme__cnt__right__ph {
    margin-top: 4.533vw;
  }
}

/*--------------------------------------------
Part03.
--------------------------------------------*/
.q-part03 {
  background: #005944;
  padding: 20px 0 111px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03 {
    background: #005944;
    padding: 0 0 2.666vw 0;
  }
}

.q-part03__kv {
  width: 96.875%;
  height: 720px;
  margin: 0 auto;
  background: url(/recruit/assets/images/about/quick/part03_kv.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__kv {
    width: 100%;
    height: 117.333vw;
    background: url(/recruit/assets/images/about/quick/part03_kv_sp.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 25.6vw;
  }
}

.q-part03__kv__heading_01 {
  display: block;
  font-size: 127px;
  line-height: 1.362em;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__kv__heading_01 {
    font-size: 12.8vw;
    margin-top: 62vw;
  }
}

.q-part03__kv__heading_02 {
  display: block;
  font-size: 40px;
  line-height: 1.575em;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__kv__heading_02 {
    font-size: 4.533vw;
  }
}

.q-part03__sec {
  background: #fff;
  width: 87.5%;
  max-width: 1120px;
  margin: -228px auto 0 auto;
  padding: 60px 0 105px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec {
    width: 94.666vw;
    margin: -17.333vw auto 0 auto;
    padding: 10.666vw 0 17.066vw 0;
  }
}

.q-part03__sec h3 {
  position: relative;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 39px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec h3 {
    width: 76vw;
    font-size: 6.4vw;
    padding-bottom: 6.4vw;
    margin: 0 auto;
    text-align: left;
  }
}

.q-part03__sec h3::after {
  content: "";
  width: 64px;
  height: 7px;
  background: #191919;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec h3::after {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.q-part03__sec__lead {
  width: 80%;
  margin: 28px auto 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.06em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__lead {
    width: 76vw;
    margin: 12.8vw auto 0 auto;
    font-size: 4vw;
    text-align: left;
  }
}

.q-part03__sec__2col {
  background: url(/recruit/assets/images/2col_bg.png) repeat-y;
  background-size: 2px;
  background-position: top center;
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 75px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__2col {
    background: none;
    width: 76vw;
    display: block;
    margin: 0 auto;
  }
}

.q-part03__sec__2col__cnt {
  width: 46.145%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__2col__cnt {
    width: 100%;
    background: url(/recruit/assets/images/1col_bg.png) repeat-x;
    background-size: 1.333vw;
    background-position: bottom left;
    padding-bottom: 11.8vw;
    margin-top: 10.8vw;
  }
}

.q-part03__sec__2col__cnt h4 {
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 2.285em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__2col__cnt h4 {
    font-size: 4.533vw;
  }
}

.q-part03__sec__2col__cnt p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2em;
  padding: 10px 0 35px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__2col__cnt p {
    font-size: 4vw;
    padding: 2.266vw 0 4.4vw 0;
  }
}

.q-part03__sec__1col {
  background: url(/recruit/assets/images/1col_bg.png) repeat-x;
  background-size: 5px;
  background-position: top center;
  padding-top: 50px;
  width: 80%;
  margin: 64px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col {
    width: 76.8vw;
    background: url(/recruit/assets/images/1col_bg.png) repeat-x;
    background-size: 1.333vw;
    background-position: bottom left;
    padding-bottom: 11.8vw;
    margin-top: 0;
  }

  .q-part03__sec__1col.-no_dot {
    background: none;
    padding-bottom: 0;
  }
}


.q-part03__sec__1col h4 {
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 2.285em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col h4 {
    font-size: 4.533vw;
  }
}

.q-part03__sec__1col__flex {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col__flex {
    margin-top: 0;
    display: block;
  }
}

.q-part03__sec__1col__flex p {
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col__flex p {
    width: 100%;
    font-size: 4vw;
    padding: 2.266vw 0 4.4vw 0;
  }
}

.q-part03__sec__1col__flex div {
  width: 44.642%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col__flex div {
    width: 100%;
  }
}

.q-part03__sec__1col__cnt p {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col__cnt p {
    font-size: 4vw;
    padding: 2.266vw 0 4.4vw 0;
    font-weight: 400;
  }
}

.q-part03__sec__1col__cnt div {
  width: 100%;
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-part03__sec__1col__cnt div {
    margin-top: 6.4vw;
  }
}


/*--------------------------------------------
closing
--------------------------------------------*/
.q-closing {
  background: #FCF7ED;
  padding: 116px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-closing {
    padding: 8.533vw 0 32vw 0;
  }
}


.q-closing p {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.25em;
  letter-spacing: 0.1em;
  color: #005944;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .q-closing p {
    font-size: 4.533vw;
  }
}