@charset "UTF-8";
.un_recCeo {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/bg_ceo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.un_recCeo::before {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.un_recCeo::after {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.un_recCeo h3 {
  font-family: "游明朝", YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  font-size: 2.6rem;
  padding-bottom: 30px;
}
.un_recCeo_inner {
  padding: 70px 0;
  display: flex;
  align-items: flex-end;
}
.un_recCeo_inner_L {
  width: 55%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4% 2%;
}
.un_recCeo_inner_R {
  width: 45%;
  text-align: right;
}
.un_recCeo_inner h4 {
  padding-bottom: 10px;
}
.un_recCeo_inner p {
  padding-bottom: 20px;
  font-size: 1.4rem;
}
.un_recCeo_inner img {
  width: 278px;
}
@media screen and (max-width: 1000px) {
  .un_recCeo {
    background-position: left 55% center;
  }
}
@media screen and (max-width: 767px) {
  .un_recCeo {
    background-image: none;
  }
  .un_recCeo h3 {
    font-size: 5.3vw;
    padding-bottom: 20px;
  }
  .un_recCeo_inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 0;
    display: block;
  }
  .un_recCeo_inner_L {
    width: 100%;
  }
  .un_recCeo_inner_R {
    width: 100%;
  }
  .un_recCeo_inner h4 {
    font-size: 1.2rem;
  }
  .un_recCeo_inner p {
    font-size: 1.2rem;
  }
}

.un_recAbout {
  height: 300px;
  margin-bottom: 5px;
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/bg_about.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.un_recAbout h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  padding-bottom: 30px;
}
.un_recAbout h3 span {
  display: block;
  font-size: 2rem;
  padding-top: 12px;
}
.un_recAbout_inner {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.un_recAbout_inner a {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 0;
  width: 300px;
  max-width: 30%;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .un_recAbout_inner a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .un_recAbout {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 20px;
    background-position: left 30% center;
    background-size: cover;
  }
  .un_recAbout h3 {
    font-size: 2rem;
    padding: 10% 0 20px 0;
  }
  .un_recAbout h3 span {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .un_recAbout_inner {
    padding: 0 10% 10% 10%;
    width: 100%;
    flex-direction: column;
  }
  .un_recAbout_inner a {
    font-size: 1.4rem;
    padding: 5% 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.un_recSupport {
  width: 50%;
  box-sizing: content-box;
  padding-right: 40%;
  height: 100%;
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/bg_support.jpg);
  background-size: 68%;
  background-position:left -10% bottom 71%;
  display: flex;
  will-change: contents;
}
.un_recSupport_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.un_recSupport_wrap {
  position: relative;
  height: 300px;
  max-height: 500px;
}
.un_recSupport_wrap h3 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .un_recSupport {
    background-size: 70%;
    background-position: left -20% bottom 10%;
  }
}
@media screen and (max-width: 767px) {
  .un_recSupport {
    width: 100%;
    padding: 0;
    height: auto;
    display: block;
    margin-bottom: 20px;
    background-size: cover;
    background-position: left top 33%;
  }
  .un_recSupport_inner {
    position: static;
    width: 100%;
    height: auto;
    padding: 10%;
  }
  .un_recSupport_wrap {
    height: auto;
    min-height: 0;
    max-height: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .un_recSupport_wrap h3 {
    font-size: 1.4rem;
  }
}

.un_recMath {
  box-sizing: content-box;
  transform: skewX(-35deg) translateX(44.5%);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  border-left: 8px solid #fff;
  background-color: #fff;
  will-change: contents;
}
.un_recMath a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.un_recMath a::after {
  transform: skewX(35deg) translateX(0);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 140%;
  height: 100%;
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/bg_math.jpg);
  background-size: 52%;
  background-position: 35% top;
  pointer-events: none;
}
.un_recMath_inner {
  transform: skewX(35deg) translateX(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .un_recMath::after {
    background-size: cover;
    background-position: -300px;
  }
}
@media screen and (max-width: 767px) {
  .un_recMath {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
    background-image: url(/cms/wp-content/themes/kogyo/img/recruit/bg_math.jpg);
    background-size: cover;
    background-position: center top;
    border: none;
  }
  .un_recMath_inner {
    width: 100%;
    height: auto;
    transform: none;
    position: static;
    padding: 10%;
  }
  .un_recMath a {
    height: auto;
  }
  .un_recMath a::after {
    display: none;
  }
}

.un_recSenior .slider li {
  border: 1px solid #e0e0e0;
  margin: 0 20px;
}
.un_recSenior .slider li a {
  display: block;
  text-align: center;
  outline: none;
}
.un_recSenior .slider li a:hover {
  opacity: 1;
  background-color: #dcf0fa;
}
.un_recSenior .slider li a img {
  width: 100%;
}
.un_recSenior .slider li a p {
  padding: 10%;
  font-size: 1.8rem;
  color: #003264;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.un_recSenior .slider li a span {
  display: block;
  font-size: 1.6rem;
  color: #000;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "meiryo", "MSゴシック", sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}

.un_recOutline {
  background-color: rgba(0, 50, 100, 0.75);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.un_recOutline_wrap {
  height: 300px;
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/bg_outline.png);
  background-position: center top 45%;
  background-size: 1000px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.un_recOutline_inner {
  text-align: center;
  padding-bottom: 80px;
}
.un_recOutline_inner h3 {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .un_recOutline {
    height: auto;
    padding: 10%;
  }
  .un_recOutline_wrap {
    background-size: 90%;
    height: auto;
  }
  .un_recOutline_inner {
    padding-bottom: 0;
  }
  .un_recOutline_inner h3 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

/*----------------------------------------------------------
  先輩インタビュー /recruit/interview/
------------------------------------------------------------*/
.un_interview_section {
  padding-top: 100px;
  margin-top: -100px;
}
.un_interview_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  width: 100%;
}
.un_interview_linkItem {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  height: 450px;
}
.un_interview_linkItem a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.un_interview_linkItem a.__first {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/img-list01.jpg);
}
.un_interview_linkItem a.__second {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/img-list02.jpg);
}
.un_interview_linkItem a.__third {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/img-list03.jpg);
}
.un_interview_linkTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 50, 100, 0.5);
  padding: 20px;
  color: #fff;
}
.un_interview_linkTxt dt {
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "meiryo", "MSゴシック", sans-serif;
}
.un_interview_linkTxt dd {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.un_interview_sectionInner {
  padding: 80px 0;
}
.un_interview_sectionInner.__bgGray {
  background-color: #f5f8fc;
}
.un_interview_headline {
  background-color: #006bd1;
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.un_interview_headlineLeft {
  width: 50%;
  min-width: calc(100% - 928px);
  height: 100%;
  background-color: #006bd1;
  color: #fff;
  position: relative;
  z-index: 4;
}
.un_interview_headlineLeft::after {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: linear-gradient(to bottom right, #006bd1 50%, transparent 50%);
  z-index: 2;
  position: absolute;
  right: -150px;
  top: 0;
}
.un_interview_headlineLeftInner {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.un_interview_headlineRight {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  width: 928px;
  max-width: 65%;
}
.un_interview_headlineRight.__first {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/img-main01.jpg);
}
.un_interview_headlineRight.__second {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/img-main02.jpg);
}
.un_interview_headlineRight.__third {
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/img-main03.jpg);
}
.un_interview_headlineTtl {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
  margin-bottom: 45px;
}
.un_interview_headlineTxt {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.un_interview_headlineYear {
  display: block;
  font-size: 1.6rem;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "meiryo", "MSゴシック", sans-serif;
  font-weight: normal;
}
.un_interview_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_interview_row.__first {
  margin-bottom: 80px;
}
.un_interview_row.__second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.un_interview_imgWrap {
  width: 460px;
}
.un_interview_imgWrap.__left img {
  padding-right: 20px;
}
.un_interview_imgWrap.__right img {
  padding-left: 20px;
}
.un_interview_txtWrap {
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
}
.un_interview_ttl {
  margin-bottom: 20px;
  color: #006bd1;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.un_interview_txt {
  line-height: 2;
  margin-bottom: 20px;
}
.un_interview_txtLink a {
  color: #006bd1;
}
.un_interview_txtLink a::after {
  content: "";
  background-image: url(/cms/wp-content/themes/kogyo/img/recruit/interview/icon-link.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1630px) {
  .un_interview_headlineLeftInner {
    left: 5%;
  }
}
@media screen and (max-width: 1450px) {
  .un_interview_headlineRight {
    background-position: 30% center;
  }
  .un_interview_headlineRight.__third {
    background-position: 10% center;
  }
}
@media screen and (max-width: 1000px) {
  .un_interview_headlineRight {
    background-position: 30% center;
  }
  .un_interview_headlineRight.__third {
    background-position: 30% center;
  }
  .un_interview_row {
    display: block;
  }
  .un_interview_imgWrap {
    width: 45%;
  }
  .un_interview_imgWrap.__left {
    float: left;
  }
  .un_interview_imgWrap.__left img {
    padding-right: 20px;
  }
  .un_interview_imgWrap.__right {
    float: right;
  }
  .un_interview_imgWrap.__right img {
    padding-left: 20px;
  }
  .un_interview_txtWrap.__right {
    width: 100%;
  }
  .un_interview_txtWrap.__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .un_interview_section {
    padding-top: 60px;
    margin-top: -60px;
  }
  .un_interview_sectionInner {
    padding: 40px 0;
  }
  .un_interview_row.__first {
    margin-bottom: 40px;
  }
  .un_interview_linkList {
    flex-wrap: wrap;
    height: auto;
  }
  .un_interview_linkTxt {
    padding: 10px;
  }
  .un_interview_linkItem {
    width: 50%;
    height: 250px;
  }
  .un_interview_headline {
    height: 300px;
    margin-bottom: 50px;
  }
  .un_interview_headlineLeft::after {
    width: 80px;
    right: -80px;
  }
  .un_interview_headlineLeftInner {
    width: 95%;
  }
  .un_interview_headlineRight {
    background-position: 30% 10%;
    background-size: cover;
  }
  .un_interview_headlineRight.__third {
    background-position: 30% 10%;
  }
  .un_interview_headlineTtl {
    font-size: 1.8rem;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .un_interview_headlineTxt {
    font-size: 1.6rem;
  }
  .un_interview_headlineYear {
    font-size: 1.3rem;
  }
  .un_interview_ttl {
    font-size: 1.6rem;
  }
  .un_interview_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .un_interview_headlineRight {
    background-position: 30% 10%;
  }
  .un_interview_headlineRight.__second {
    background-position: 40% 5%;
  }
  .un_interview_headlineRight.__third {
    background-position: 40% 10%;
  }
}
@media screen and (max-width: 413px) {
  .un_interview_headlineRight {
    background-position: 40% 10%;
  }
  .un_interview_headlineRight.__second {
    background-position: 45% top;
  }
  .un_interview_headlineRight.__third {
    background-position: 45% 10%;
  }
  .un_interview_headlineTtl {
    font-size: 1.7rem;
  }
  .un_interview_headlineTxt {
    font-size: 1.5rem;
  }
  .un_interview_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .un_interview_row.__second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .un_interview_imgWrap {
    width: 100%;
  }
  .un_interview_imgWrap.__left {
    float: none;
  }
  .un_interview_imgWrap.__left img {
    padding-right: 0px;
  }
  .un_interview_imgWrap.__right {
    float: none;
  }
  .un_interview_imgWrap.__right img {
    padding-left: 0px;
  }
}

/*----------------------------------------------------------
   /recruit/共通ボタン
------------------------------------------------------------*/
.un_recCommon_footerlink {
  margin-bottom: 80px;
}
.un_recCommon_footerlinkList {
  display: flex;
  overflow: hidden;
}
.un_recCommon_footerlinkItem {
  width: 31%;
  margin-right: 3.4%;
}
.un_recCommon_footerlinkItem:last-of-type {
  margin-right: 0;
}
.un_recCommon_footerlinkItem a {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  border: #003264 solid 1px;
  color: #003264;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}
.un_recCommon_footerlinkItem a span {
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .un_recCommon_footerlink {
    margin-bottom: 50px;
  }
  .un_recCommon_footerlinkItem a {
    font-size: 1.3rem;
  }
}

/*----------------------------------------------------------
  数字でわかるクワザワ工業 /recruit/number/
------------------------------------------------------------*/
.un_number {
  background-color: #f5f8fc;
  padding: 80px 0;
}
.un_number_item {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.un_number_item_inner {
  opacity: 0;
  border: 1px solid #006bd1;
  background-color: #fff;
  padding: 30px;
}
.un_number_item_inner._1st:nth-child(1) {
  width: 28%;
}
.un_number_item_inner._1st:nth-child(2) {
  width: 40%;
}
.un_number_item_inner._1st:nth-child(3) {
  width: 28%;
}
.un_number_item_inner._2nd:nth-child(1) {
  width: 44%;
}
.un_number_item_inner._2nd:nth-child(2) {
  width: 26%;
}
.un_number_item_inner._2nd:nth-child(3) {
  width: 26%;
}
.un_number_item_inner._3rd:nth-child(1) {
  width: 32%;
}
.un_number_item_inner._3rd:nth-child(2) {
  width: 32%;
}
.un_number_item_inner._3rd:nth-child(3) {
  width: 32%;
}
.un_number_item_inner._4th:nth-child(1) {
  width: 49%;
}
.un_number_item_inner._4th:nth-child(2) {
  width: 49%;
}
.un_number_item_inner._5th {
  width: 100%;
}
.un_number_item_inner._6th:nth-child(1) {
  width: 40%;
}
.un_number_item_inner._6th:nth-child(2) {
  width: 28%;
}
.un_number_item_inner._6th:nth-child(3) {
  width: 28%;
}
.un_number_head {
  color: #fff;
  background-color: #006bd1;
  text-align: center;
  padding: 13px 0 12px;
  margin-bottom: 30px;
}
.un_number_counter {
  color: #003264;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
.un_number_counter span {
  display: block;
  font-size: 3.2rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.un_number_counter span span {
  display: inline;
  font-size: 6rem;
  line-height: 1.2;
}
.un_number_graph {
  text-align: center;
}
.un_number_graph img {
  width: 90%;
  margin-bottom: 20px;
}
.un_number_graph figcaption {
  text-align: left;
}
.un_number_graph figcaption span {
  color: #003264;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.un_number_sex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.un_number_sex figure {
  width: 20%;
  margin-right: 20px;
}
.un_number_sex_counter {
  color: #003264;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
.un_number_sex_counter span {
  display: block;
  font-size: 2.5rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.un_number_sex_counter span span {
  display: inline;
  font-size: 4.6rem;
  line-height: 1.2;
}
.un_number_comparison {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto 30px;
}
.un_number_comparisonCircle {
  position: relative;
  width: 48.5%;
  padding-bottom: 49%;
  border-radius: 50%;
  color: #fff;
}
.un_number_comparisonCircle._01 {
  background-color: #7c6854;
}
.un_number_comparisonCircle._02 {
  background-color: #e17896;
}
.un_number_comparisonCircle._03 {
  background-color: #f2c850;
  color: #003264;
}
.un_number_comparisonCircle._04 {
  background-color: #a0d9f6;
  color: #003264;
}
.un_number_comparisonCircle._05 {
  background-color: #70b437;
}
.un_number_comparisonCircle._06 {
  background-color: #003264;
}
.un_number_comparisonCircle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.un_number_comparisonCircle p span {
  display: block;
  font-size: 2.5rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.2;
}
.un_number_comparisonCircle p span span {
  display: inline;
  font-size: 4.6rem;
}
.un_number_school_fig {
  max-width: 200px;
  width: 90%;
  margin: 0 auto 26px;
}
.un_number_school_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.un_number_school_item {
  width: 49%;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #003264;
  background-color: #dcf0fa;
  font-weight: bold;
}
.un_number_school_item dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.un_number_school_item dd {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
}
.un_number_school_item dd span {
  font-size: 3.2rem;
  vertical-align: middle;
}
.un_number .js_effectScroll .un_number_chart_data._01 div {
  -ms-animation: anim01 2.5s 1 ease forwards;
  animation: anim01 2.5s 1 ease forwards;
}
.un_number .js_effectScroll .un_number_chart_data._02 div {
  -ms-animation: anim02 2.5s 1 ease forwards;
  animation: anim02 2.5s 1 ease forwards;
}
.un_number .js_effectScroll .un_number_chart_data._03 div {
  -ms-animation: anim03 2.5s 1 ease forwards;
  animation: anim03 2.5s 1 ease forwards;
}
.un_number .js_effectScroll .un_number_chart_data._04 div {
  -ms-animation: anim04 2.5s 1 ease forwards;
  animation: anim04 2.5s 1 ease forwards;
}
.un_number .js_effectScroll .un_number_chart_data._05 div {
  -ms-animation: anim05 2.5s 1 ease forwards;
  animation: anim05 2.5s 1 ease forwards;
}
.un_number .js_effectScroll .un_number_chart_data._06 div {
  -ms-animation: anim06 2.5s 1 ease forwards;
  animation: anim06 2.5s 1 ease forwards;
}
.un_number .js_effectScroll .un_number_chart_data._07 div {
  -ms-animation: anim07 2.5s 1 ease forwards;
  animation: anim07 2.5s 1 ease forwards;
}
.un_number_chart {
  height: 430px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.un_number_chart_data {
  display: inline-block;
  width: 70px;
  max-width: 23%;
  position: relative;
}
.un_number_chart_data div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #a0d9f6;
}
.un_number_chart_data div span {
  display: block;
  background-color: #fff;
}
.un_number_chart_data._01 .un_number_chart_counter {
  bottom: 24%;
}
.un_number_chart_data._02 .un_number_chart_counter {
  bottom: 32%;
}
.un_number_chart_data._03 .un_number_chart_counter {
  bottom: 35%;
}
.un_number_chart_data._04 .un_number_chart_counter {
  bottom: 40%;
}
.un_number_chart_data._05 .un_number_chart_counter {
  bottom: 36%;
}
.un_number_chart_data._06 .un_number_chart_counter {
  bottom: 26%;
}
.un_number_chart_data._07 .un_number_chart_counter {
  bottom: 33%;
}
.un_number_chart_group {
  color: #006bd1;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2rem;
  text-align: center;
}
.un_number_chart_period {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 2.2rem;
}
.un_number_chart_counter {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #003264;
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_number_chart_counter span {
  display: block;
  font-size: 4.6rem;
  white-space: nowrap;
  line-height: 0.6;
}
.un_number_chart_counter span[data-islaunched=true] {
  opacity: 1;
}
.un_number_line {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
}
.un_number_customer {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 20px;
}
.un_number_customer_inner {
  background-color: #dcf0fa;
  padding: 20px 1%;
}
.un_number_customer_inner:first-of-type {
  width: 67%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.un_number_customer_inner:nth-of-type(2) {
  width: 29.5%;
}
.un_number_customer_counter {
  color: #003264;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.un_number_customer_counter span {
  display: block;
  font-size: 2.5rem;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.un_number_customer_counter span span {
  display: inline;
  font-size: 4.6rem;
  line-height: 1.2;
}
.un_number_customer_breakdown {
  color: #003264;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.un_number_customer_breakdown span {
  font-size: 2.5rem;
}
@media screen and (max-width: 1079px) {
  .un_number_item_inner._2nd:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .un_number_item_inner._2nd:nth-child(2) {
    width: 49%;
  }
  .un_number_item_inner._2nd:nth-child(3) {
    width: 49%;
  }
  .un_number_counter {
    font-size: 1.6rem;
  }
  .un_number_counter span {
    font-size: 2.4rem;
  }
  .un_number_counter span span {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  .un_number_graph img {
    width: 50%;
  }
  .un_number_sex figure {
    width: 10%;
  }
  .un_number_comparisonCircle p {
    font-size: 1.6rem;
  }
  .un_number_comparisonCircle p span {
    font-size: 2.4rem;
  }
  .un_number_comparisonCircle p span span {
    font-size: 4.2rem;
  }
  .un_number_school_item dl {
    padding: 10px 0;
  }
  .un_number_school_item dt {
    font-size: 1.4rem;
  }
  .un_number_school_item dd {
    font-size: 1.6rem;
  }
  .un_number_school_item dd span {
    font-size: 2rem;
  }
  .un_number_customer_breakdown {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .un_number_item_inner._4th:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .un_number_item_inner._4th:nth-child(2) {
    width: 100%;
  }
  .un_number_head._break {
    font-size: 1.4rem;
    padding: 15px 0 13px;
  }
  .un_number_comparison {
    flex-direction: column;
    align-items: center;
  }
  .un_number_comparisonCircle {
    width: 70%;
    padding-bottom: 70%;
  }
  .un_number_comparisonCircle:first-child {
    margin-bottom: 10px;
  }
  .un_number_school_item dl {
    padding: 0;
  }
  .un_number_school_item dt {
    font-size: 1.6rem;
  }
  .un_number_school_item dd {
    font-size: 2rem;
  }
  .un_number_school_item dd span {
    font-size: 3.2rem;
  }
  .un_number_chart {
    padding: 0 10%;
  }
  .un_number_customer_breakdown br.hp_activePc {
    display: none;
  }
  .un_number_customer_breakdown br.hp_activeSmp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .un_number {
    padding: 30px 0 40px;
  }
  .un_number_item {
    margin-bottom: 0;
    display: block;
  }
  .un_number_item_inner {
    padding: 20px;
    margin-bottom: 20px;
  }
  .un_number_item_inner._1st:nth-child(1) {
    width: 100%;
  }
  .un_number_item_inner._1st:nth-child(2) {
    width: 100%;
  }
  .un_number_item_inner._1st:nth-child(3) {
    width: 100%;
  }
  .un_number_item_inner._2nd:nth-child(1) {
    width: 100%;
  }
  .un_number_item_inner._2nd:nth-child(2) {
    width: 100%;
  }
  .un_number_item_inner._2nd:nth-child(3) {
    width: 100%;
  }
  .un_number_item_inner._3rd:nth-child(1) {
    width: 100%;
  }
  .un_number_item_inner._3rd:nth-child(2) {
    width: 100%;
  }
  .un_number_item_inner._3rd:nth-child(3) {
    width: 100%;
  }
  .un_number_item_inner._4th:nth-child(1) {
    width: 100%;
  }
  .un_number_item_inner._4th:nth-child(2) {
    width: 100%;
  }
  .un_number_item_inner._5th {
    width: 100%;
  }
  .un_number_item_inner._6th:nth-child(1) {
    width: 100%;
  }
  .un_number_item_inner._6th:nth-child(2) {
    width: 100%;
  }
  .un_number_item_inner._6th:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .un_number_head {
    margin-bottom: 20px;
    padding: 15px 0 13px;
  }
  .un_number_graph figcaption span {
    font-size: 1.6rem;
  }
  .un_number_school_fig {
    width: 50%;
  }
  .un_number_school_list {
    display: block;
  }
  .un_number_school_item {
    width: 100%;
  }
  .un_number_school_item dt {
    font-size: 1.4rem;
  }
  .un_number_school_item dd {
    font-size: 1.6rem;
  }
  .un_number_school_item dd span {
    font-size: 2.4rem;
  }
  .un_number_school_item:last-of-type {
    padding: 8px 10px;
  }
  .un_number_comparison {
    flex-direction: row;
  }
  .un_number_comparisonCircle {
    width: 48.5%;
    padding-bottom: 48.5%;
  }
  .un_number_comparisonCircle:first-child {
    margin-bottom: 0;
  }
  .un_number_comparisonCircle p {
    font-size: 1.6rem;
  }
  .un_number_comparisonCircle p span {
    font-size: 2.4rem;
  }
  .un_number_comparisonCircle p span span {
    font-size: 4.2rem;
  }
  .un_number_chart {
    height: 400px;
    padding: 0 15px;
  }
  .un_number_chart_data {
    max-width: 23%;
  }
  .un_number_chart_counter span {
    font-size: 4rem;
    left: -4%;
  }
  .un_number_customer {
    padding: 0 0 20px;
    display: block;
  }
  .un_number_customer_inner:first-of-type {
    width: 100%;
    display: block;
  }
  .un_number_customer_inner:nth-of-type(2) {
    width: 100%;
  }
  .un_number_customer_breakdown {
    text-align: center;
    font-size: 1.4rem;
  }
  .un_number_line {
    bottom: 18%;
  }
}
@media screen and (max-width: 599px) {
  .un_number_graph img {
    width: 90%;
  }
  .un_number_sex figure {
    width: 20%;
  }
  .un_number_chart {
    height: 320px;
  }
  .un_number_chart_data {
    max-width: 20%;
  }
  .un_number_chart_group {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .un_number_chart_period {
    font-size: 1rem;
    font-weight: bold;
  }
  .un_number_chart_counter {
    font-size: 2rem;
  }
  .un_number_chart_counter span {
    font-size: 3rem;
  }
}

@-webkit-keyframes anim01 {
  0% {
    height: 20%;
  }
  100% {
    height: 55%;
  }
}
@keyframes anim01 {
  0% {
    height: 20%;
  }
  100% {
    height: 55%;
  }
}
@-webkit-keyframes anim02 {
  0% {
    height: 20%;
  }
  100% {
    height: 80%;
  }
}
@keyframes anim02 {
  0% {
    height: 20%;
  }
  100% {
    height: 80%;
  }
}
@-webkit-keyframes anim03 {
  0% {
    height: 20%;
  }
  100% {
    height: 85%;
  }
}
@keyframes anim03 {
  0% {
    height: 20%;
  }
  100% {
    height: 85%;
  }
}
@-webkit-keyframes anim04 {
  0% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
@keyframes anim04 {
  0% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes anim05 {
  0% {
    height: 20%;
  }
  100% {
    height: 95%;
  }
}
@keyframes anim05 {
  0% {
    height: 20%;
  }
  100% {
    height: 95%;
  }
}
@-webkit-keyframes anim06 {
  0% {
    height: 20%;
  }
  100% {
    height: 63%;
  }
}
@keyframes anim06 {
  0% {
    height: 20%;
  }
  100% {
    height: 63%;
  }
}
@-webkit-keyframes anim07 {
  0% {
    height: 20%;
  }
  100% {
    height: 76%;
  }
}
@keyframes anim07 {
  0% {
    height: 20%;
  }
  100% {
    height: 76%;
  }
}
/*----------------------------------------------------------
  働く環境とサポート制度 /recruit/support/
------------------------------------------------------------*/
.un_environ_visual {
  max-width: 1600px;
  margin: 0 auto 40px;
}
.un_environ_copy {
  line-height: 2.2;
  margin-bottom: 40px;
}
.un_environ_pics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.un_environ_pics figure {
  width: 49%;
}
.un_environ_subCopy {
  color: #003264;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
.un_environ_table {
  max-width: 700px;
  width: 700px;
  margin: 0 auto 0;
}
.un_environ_table tr {
  border-top: 1px solid #ccc;
}
.un_environ_table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.un_environ_table th {
  color: #003264;
  background-color: #f5f8fc;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  padding: 16px 40px 14px;
}
.un_environ_table td {
  padding: 16px 40px 14px;
}
@media screen and (max-width: 767px) {
  .un_environ_pics {
    display: block;
  }
  .un_environ_pics figure {
    width: 100%;
  }
  .un_environ_pics figure:first-of-type {
    margin-bottom: 10px;
  }
  .un_environ_subCopy {
    font-size: 1.6rem;
  }
  .un_environ_table {
    width: 100%;
  }
  .un_environ_table th {
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 30%;
  }
  .un_environ_table td {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

.un_support {
  background-color: #dcf0fa;
  padding: 80px 0;
}
.un_support_item {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.un_support_item:last-of-type {
  margin-bottom: 0;
}
.un_support_head {
  color: #fff;
  background-color: #006bd1;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 9px 0;
}
.un_support_def {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 25px 0;
}
.un_support_def:nth-child(2) {
  border-top: none;
}
.un_support_def:last-of-type {
  border-bottom: 1px solid #ccc;
}
.un_support_def:nth-child(odd) {
  background-color: #f5f8fc;
}
.un_support_def dt {
  width: 170px;
  padding: 0 30px;
  color: #003264;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
}
.un_support_def dd {
  padding: 0 30px;
}
.un_support_copy {
  color: #003264;
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 30px;
}
.un_support_desc {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .un_support {
    padding: 40px 0;
  }
  .un_support_item {
    padding: 10px;
  }
  .un_support_head {
    font-size: 1.8rem;
  }
  .un_support_def {
    display: block;
    padding: 20px 0;
  }
  .un_support_def dt {
    width: auto;
    padding: 0 20px;
  }
  .un_support_def dd {
    padding: 0 20px;
  }
  .un_support_copy {
    text-align: left;
    margin: 20px;
    font-size: 1.6rem;
  }
  .un_support_desc {
    margin: 20px;
  }
}