@charset "UTF-8";
.font-ttl {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mdl-headline {
  padding: 0 0 5rem;
}

.about-conten01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.about-conten01_text {
  width: 30.613%;
}

.about-conten01_img {
  width: 65.307%;
  background: url(../img/about_img01.jpg) no-repeat center/cover;
}

.about-conten01_img img {
  opacity: 0;
}

.about-conten01_img.item02 {
  background: url(../img/about_img02.jpg) no-repeat center/cover;
}

.about-conten01_img.item03 {
  background: url(../img/about_img03.jpg) no-repeat center/cover;
}

.about-conten01_img.item04 {
  background: url(../img/about_img04.jpg) no-repeat center/cover;
}

.about-conten01_img.item05 {
  background: url(../img/about_img05.jpg) no-repeat center/cover;
}

.about-conten01_img.item06 {
  background: url(../img/about_img06.jpg) no-repeat center/cover;
}

.about-conten01_img.item07 {
  background: url(../img/about_img07.jpg) no-repeat center/cover;
}

.about-conten01_img.item08 {
  background: url(../img/about_img08.jpg) no-repeat center/cover;
}

.about-conten01 h3 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #ee4e4e;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 2.083;
  color: #fff;
  padding: 10% 3% 10% 8%;
  margin-bottom: 2rem;
}

.about-conten01 p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #342b1e;
  padding-bottom: 3rem;
}

.character {
  background: url(/common/img/cm_bg01.jpg) repeat left top;
  padding: 9rem 0 0;
}

.feeling {
  background: url(../img/feeling_bg.png) no-repeat center bottom/100% auto, url(/common/img/cm_bg03.jpg) repeat left top;
  padding: 7rem 0 10rem;
}

.feeling_body {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}

.feeling_body_inner {
  border: 0.1rem solid #c5b9aa;
  text-align: center;
  padding: 7.5rem 0 3rem;
}

.feeling_body_inner p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #342b1e;
  padding-bottom: 3rem;
}

.page-about .mdl-map_bnr {
  margin: 0 auto;
  max-width: 50.3rem;
}

.greeting {
  padding: 9rem 0 10.2rem;
}

.greeting_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.greeting_box_item {
  width: 47.96%;
  background: #fff;
}

.greeting_box_txt {
  padding: 3rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1.875;
}

.greeting_box_name {
  margin-top: 4rem;
  position: relative;
  padding-top: 1rem;
}

.greeting_box_name::before {
  content: '';
  width: 10rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.staff_area {
  padding-bottom: 9rem;
}

.staff_area_slider {
  margin: 0 auto 2.6rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16.8rem;
}

.staff_area_slider ul {
  display: inline;
  overflow: hidden;
}

.staff_area_slider ul li {
  float: left;
  width: 16.8rem;
  height: 16.8rem;
  margin-right: 5.2rem;
  position: relative;
}

.careers {
  text-align: center;
  padding-bottom: 12rem;
}

/*# sourceMappingURL=about_pc.css.map */