@charset "UTF-8";
/*--------------------- .mv ---------------------*/
.mv.culture {
  background: url(../img/mv.jpg) center center no-repeat;
  background-size: cover;
}

/*----------------------------------------------------
☆数字で見るフードリエ
----------------------------------------------------*/
.chart_container {
  height: 300px;
  position: relative;
  width: 100%;
}

#a01 {
  overflow: hidden;
}

/*--------------------- .number_ttl ---------------------*/
.number_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}

/*--------------------- .number_list ---------------------*/
.number_list .chart_box {
  height: 100%;
}

/*--------------------- .chart_box ---------------------*/
.chart_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.wide {
  margin: 0 15px 30px;
  width: 100%;
}

.wide .clm_box {
  align-items: center;
  margin: 0 auto;
  width: 90%;
}

/*--------------------- .icon_img ---------------------*/
.icon_img {
  height: 160px;
  margin: 0 auto;
  width: 160px;
}

/*--------------------- .number_txt ---------------------*/
.number_txt {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 25px;
  text-align: center;
}

.number_txt .ttl {
  display: block;
  margin-bottom: 5px;
  font-size: 23px;
}

.number_txt.size_m {
  font-size: 40px;
}

.number_txt.size_m b {
  color: #f08200;
  font-size: 70px;
  margin: 0 3px;
}

.number_txt.size_s {
  font-size: 25px;
}

.number_txt.size_s b {
  color: #f08200;
  font-size: 50px;
  margin: 0 3px;
}

.number_txt.size_s.color02 b {
  color: #54abd4;
}

.number_txt.size_s.color03 b {
  color: #54ab84;
}

/*--------------------- .flat ---------------------*/
.flat {
  align-items: center;
  margin: 0 auto;
  width: 80%;
}

/*--------------------- .year_txt ---------------------*/
.year_txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.number_txt.size_m .year {
  line-height: 1.2;
}

.number_txt.size_m .year small {
  display: block;
  font-size: 20px;
}

/*--------------------- .chart ---------------------*/
.chart1_txt {
  text-align: center;
  position: relative;
}

.chart1_txt .all_txt {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chart1_txt .all_txt .middle_txt {
  display: block;
  font-weight: bold;
}

.chart1_txt .all_txt .big_txt {
  font-size: 150%;
  display: block;
}

.chart1_txt .all_txt .big_txt b {
  font-size: 200%;
}

.chart1_txt .all_txt .small_txt {
  display: block;
  font-size: 12px;
}

.men, .lady {
  height: 65px;
  position: absolute;
  top: 0;
  width: 65px;
}

.men {
  right: 0;
}

.lady {
  left: 0;
}

/*--------------------- .work_ttl ---------------------*/
.chart_box .work_ttl {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  padding: 2px 10px;
  text-align: center;
}

.chart_box .work_ttl.color01 {
  background-color: #f08200;
}

.chart_box .work_ttl.color02 {
  background-color: #54abd4;
}

.chart_box .work_ttl.color03 {
  background-color: #54ab84;
}

.work_img {
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

/*--------------------- .normal_txt ---------------------*/
.normal_txt {
  font-size: 24px;
  line-height: 2;
  margin-top: 15px;
}

.orange {
  color: #f08200 !important;
}

.light_blue {
  color: #54abd4 !important;
}

.yellow {
  color: #ffda55 !important;
}

.green {
  color: #54ab84 !important;
}

.purple {
  color: #9d679b !important;
}

.red {
  color: #f05039 !important;
}

.blue {
  color: #328ed0 !important;
}

.gray {
  color: #ccc !important;
}

.black {
  color: #4d4d4d !important;
}

/*--------------------- .comment ---------------------*/
.comment {
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-top: 40px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.comment::after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #f08200;
  content: "";
  height: 0;
  margin-left: -13px;
  position: absolute;
  top: -17px;
  left: 50%;
  width: 0;
}

/*--------------------- .percent_txt ---------------------*/
.percent_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}

.percent_txt .big {
  font-size: 24px;
}

/*--------------------- .ranking ---------------------*/
.ranking {
  color: #f08200;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

.ranking b {
  color: #4d4d4d;
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

.ranking.first {
  font-size: 30px;
  position: relative;
}

.ranking.first span {
  display: block;
  position: relative;
  z-index: 1;
}

.ranking.first b {
  font-size: 40px;
}

.ranking.first::after {
  background: url(../img/first.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
}

.work_year {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .chart_container {
    height: 300px;
  }
  .chart_container.chart1_container {
    height: 380px;
  }
  /*--------------------- .chart_box ---------------------*/
  .chart_box {
    padding: 30px;
  }
  .clm_box.flat {
    display: flex;
    margin: 0 auto 30px;
  }
  .clm_box.flat .clm_list {
    margin-bottom: 0;
  }
  .clm_box.flat.clm2 .clm_list {
    width: 50%;
  }
  .clm_box.flat.clm3 .clm_list {
    width: 33.333%;
  }
  .wide {
    margin: 0 0 30px;
  }
  .wide .clm_box {
    width: 100%;
  }
  .chart1_txt .all_txt .big_txt {
    font-size: 100%;
    display: block;
  }
  .chart1_txt .all_txt .small_txt {
    font-size: 10px;
  }
  /*--------------------- .number_txt ---------------------*/
  .number_ttl {
    font-size: 22px;
  }
  .number_txt {
    /* margin-top: 25px; */
  }
  .number_txt .ttl {
    font-size: 20px;
  }
  .number_txt.size_m {
    font-size: 24px;
  }
  .number_txt.size_m b {
    font-size: 45px;
  }
  .number_txt.size_m .year small {
    font-size: 14px;
  }
  .number_txt.size_s {
    font-size: 18px;
  }
  .number_txt.size_s b {
    font-size: 34px;
  }
  .normal_txt {
    font-size: 18px;
    line-height: 1.7;
    /*    margin-top: 15px;*/
    /* word-break: keep-all; */
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .percent_txt {
    font-size: 16px;
    margin: 0 auto;
    width: 200px;
  }
  .percent_txt .big {
    font-size: 16px;
  }
  .comment {
    font-size: 18px;
    margin-top: 30px;
    padding: 15px;
  }
  .holiday_illust {
    margin: 0 auto;
    width: 200px;
  }
  .work_year {
    display: flex;
  }
  .work_year.clm_box.clm2 .clm_list {
    width: 50%;
  }
  .japan_percent {
    margin-top: 30px;
  }
  .food {
    width: 100%;
  }
  .food .percent_txt {
    align-items: baseline;
    justify-content: space-around;
  }
}
/*----------------------------------------------------
☆福利厚生
----------------------------------------------------*/
.care_list {
  margin-bottom: 40px;
}

.care_inr {
  background-color: #fff4e4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.care_inr .care_ttl {
  width: 23%;
}

.care_inr .care_ttl .icon {
  background-color: #fff;
  border-radius: 500px;
  margin-bottom: 10px;
  padding: 30px;
}

.care_inr .care_txt {
  width: 72%;
}
.care_inr .care_txt .care_txt_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.care_inr .care_txt .care_txt_list li {
  width: 50%;
  position: relative;
  padding-left: 1em;
}
.care_inr .care_txt .care_txt_list li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 960px) {
  .care_inr .care_ttl {
    width: 30%;
  }
  .care_inr .care_txt {
    width: 65%;
  }
}
@media only screen and (max-width: 600px) {
  .care_list {
    margin-bottom: 25px;
  }
  .care_inr {
    flex-wrap: wrap;
    padding: 20px;
  }
  .care_inr .care_ttl {
    margin: 0 auto 20px;
    width: 75%;
  }
  .care_inr .care_txt {
    width: 100%;
  }
  .care_inr .care_txt .care_txt_list {
    display: block;
  }
  .care_inr .care_txt .care_txt_list li {
    width: 100%;
  }
}
/*----------------------------------------------------
☆フレックス制度
----------------------------------------------------*/
/*▽▽▽▽▽▽---------- tab ----------▽▽▽▽▽▽*/
/*--------------------- .tab_area ---------------------*/
.hide {
  display: none;
}

.tab_area {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.tab_area li:first-child {
  border-left: 1px solid #ccc;
}

.tab_area .tab_list {
  border-right: 1px solid #ccc;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background 0.3s ease;
  width: 33.333%;
  font-feature-settings: "palt";
}

.tab_area .tab_list:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.tab_area .tab_list.select {
  background-color: #4ac3ad;
  color: #fff;
}

.tab_area .tab_list.work01.select {
  background-color: #e50011;
}

.tab_area .tab_list.work02.select {
  background-color: #b70a64;
}

.tab_area .tab_list.work03.select {
  background-color: #46ac00;
}

/*--------------------- .content_area ---------------------*/
.content_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}

/*--------------------- .people_info ---------------------*/
.people_info {
  width: 35%;
}

.info_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  position: relative;
}

.info_box::after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 18px solid #fff;
  content: "";
  height: 0;
  margin-left: -8px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
}

.info_box .name {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

.info_box .year {
  margin: 10px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.info_box .year span {
  display: inline-block;
  padding: 0 17px;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  vertical-align: text-bottom;
}

.people_info .people_img {
  margin: 40px auto 0;
  width: 50%;
}
.people_info .people_img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*--------------------- .people_flow ---------------------*/
.people_flow {
  width: 62%;
}

.flow_ttl {
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  margin-bottom: 40px;
  padding: 15px;
  position: relative;
  line-height: 1.5;
  text-align: center;
}

.flow_ttl::after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  height: 0;
  margin-left: -8px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
}

.flow_ttl.work01 {
  background-color: #e50011;
}

.flow_ttl.work01::after {
  border-top: 18px solid #e50011;
}

.flow_ttl.work02 {
  background-color: #b70a64;
}

.flow_ttl.work02::after {
  border-top: 18px solid #b70a64;
}

.flow_ttl.work03 {
  background-color: #46ac00;
}

.flow_ttl.work03::after {
  border-top: 18px solid #46ac00;
}

.flow_list {
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flow_box .flow_txt {
  font-size: 20px;
  padding: 30px 0;
  width: 70%;
}

.flow_box .flow_time {
  font-size: 23px;
  font-weight: bold;
  padding: 0 10px 0 85px;
  width: 30%;
}

.flow_box .flow_time.icon_clock {
  position: relative;
}

.flow_box .flow_time.icon_clock::before {
  content: "";
  display: inline-block;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
}

.flow_box.flow_color01 .flow_time.icon_clock._0900::before {
  background: url(../img/0900_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._0920::before {
  background: url(../img/0920_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1000::before {
  background: url(../img/1000_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1100::before {
  background: url(../img/1100_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1200::before {
  background: url(../img/1200_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1300::before {
  background: url(../img/1300_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1500::before {
  background: url(../img/1500_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1700::before {
  background: url(../img/1700_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1800::before {
  background: url(../img/1800_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color01 .flow_time.icon_clock._1835::before {
  background: url(../img/1835_work01.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._0745::before {
  background: url(../img/0745_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._0900::before {
  background: url(../img/0900_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._0930::before {
  background: url(../img/0930_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._1100::before {
  background: url(../img/1100_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._1200::before {
  background: url(../img/1200_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._1300::before {
  background: url(../img/1300_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._1500::before {
  background: url(../img/1500_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._1630::before {
  background: url(../img/1630_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color02 .flow_time.icon_clock._1835::before {
  background: url(../img/1835_work02.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._0845::before {
  background: url(../img/0845_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._0900::before {
  background: url(../img/0900_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1000::before {
  background: url(../img/1000_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1100::before {
  background: url(../img/1100_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1200::before {
  background: url(../img/1200_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1300::before {
  background: url(../img/1300_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1430::before {
  background: url(../img/1430_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1500::before {
  background: url(../img/1500_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1730::before {
  background: url(../img/1730_work03.png) no-repeat;
  background-size: contain;
}

.flow_box.flow_color03 .flow_time.icon_clock._1835::before {
  background: url(../img/1835_work03.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  /*--------------------- .people_info ---------------------*/
  .info_box {
    padding: 25px;
  }
  .info_box .name {
    font-size: 20px;
  }
  .info_box .txt {
    line-height: 1.4;
  }
  /*--------------------- .people_flow ---------------------*/
  .flow_ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .flow_box .flow_time {
    font-size: 20px;
    padding: 0 10px 0 55px;
    width: 35%;
  }
  .flow_box .flow_time.icon_clock::before {
    height: 40px;
    margin-top: -20px;
    left: 0;
    width: 40px;
  }
  .flow_box .flow_txt {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 0;
    width: 63%;
  }
}
@media only screen and (max-width: 768px) {
  /*--------------------- .tab_area ---------------------*/
  .tab_area {
    flex-wrap: wrap;
  }
  .tab_area li:first-child {
    border-top: 1px solid #ccc;
  }
  .tab_area .tab_list {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
  }
  .tab_area .tab_list.select::after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /*--------------------- .content_area ---------------------*/
  .content_area {
    padding: 50px 0 0;
  }
  .people_info, .people_flow {
    width: 100%;
  }
  .info_box .name .year {
    width: 150px;
  }
  .people_info .people_img {
    margin: 30px auto 0;
  }
  .people_flow {
    margin-top: 30px;
  }
  .flow_box .flow_time, .flow_box .flow_txt {
    width: 100%;
  }
  .flow_box .flow_time {
    padding: 20px 0 20px 55px;
  }
  .flow_box .flow_txt {
    padding: 0 0 20px;
  }
}/*# sourceMappingURL=culture.css.map */