@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*------------------------------------------------------------
はたらく環境トップヘッダー
------------------------------------------------------------*/
#work_top_header {
  margin-top: -100px;
}
#work_top_header figure {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  overflow: hidden;
}
#work_top_header figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  #work_top_header {
    margin-top: -50px;
  }
  #work_top_header figure {
    border-radius: 15px;
  }
}
/*------------------------------------------------------------
はたらく環境トップ
------------------------------------------------------------*/
#work_top {
  margin-top: 80px;
}
#work_top .inner h2 {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #work_top .inner h2 {
    font-size: 2rem;
  }
}
#work_top .inner div {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#work_top .inner div a {
  text-decoration: none;
  background: #fff;
  width: calc((100% - 40px) / 2);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#work_top .inner div a:nth-child(n+3) {
  margin-top: 40px;
}
#work_top .inner div a.large {
  width: 100%;
}
#work_top .inner div a:hover {
  opacity: 0.65;
}
#work_top .inner div a figure {
  text-align: center;
  height: 240px;
  overflow: hidden;
}
#work_top .inner div a figure img {
  width: 100%;
  height: auto;
}
#work_top .inner div a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
#work_top .inner div a dl dt {
  width: 150px;
  text-align: center;
}
#work_top .inner div a dl dt img {
  width: 100px;
  height: auto;
}
#work_top .inner div a dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
#work_top .inner div a dl dd h3 {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  #work_top .inner div a dl dd h3 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 834px) {
  #work_top {
    margin-top: 40px;
  }
  #work_top .inner div {
    margin-top: 40px;
  }
  #work_top .inner div a {
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
  }
  #work_top .inner div a:nth-child(n+3) {
    margin-top: 20px;
  }
  #work_top .inner div a:hover {
    opacity: 1;
  }
  #work_top .inner div a figure {
    height: 80px;
  }
  #work_top .inner div a dl {
    display: block;
    padding: 10px 0;
  }
  #work_top .inner div a dl dt {
    width: auto;
  }
  #work_top .inner div a dl dt img {
    width: 50px;
  }
  #work_top .inner div a dl dd {
    padding: 5px 10px 0;
  }
  #work_top .inner div a dl dd h3 {
    text-align: center;
  }
}
/*------------------------------------------------------------
はたらく環境共通
------------------------------------------------------------*/
#work_contents > .inner > h2 {
  margin-top: 80px;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 20px;
  background: url("../images/common/dot_common.png") no-repeat center bottom;
}
@media screen and (max-width: 834px) {
  #work_contents > .inner > h2 {
    font-size: 2.4rem;
  }
}
#work_contents > .inner .contents_header {
  margin-top: 40px;
}
#work_contents > .inner .contents_header > figure {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 40px;
}
#work_contents > .inner .contents_header > figure img {
  width: 100%;
  height: auto;
}
#work_contents > .inner .contents_header > p {
  font-size: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #work_contents > .inner .contents_header > p {
    font-size: 1.7rem;
  }
}
#work_contents > .inner > section {
  border-top: 5px dotted #f29c97;
  padding-top: 50px;
  margin-top: 50px;
}
#work_contents > .inner > section h3 {
  font-size: 2.4rem;
  color: #f29c97;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #work_contents > .inner > section h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  #work_contents > .inner > h2 {
    margin-top: 40px;
  }
  #work_contents > .inner .contents_header {
    margin-top: 20px;
  }
  #work_contents > .inner .contents_header > figure {
    border-radius: 15px;
    margin-bottom: 20px;
  }
  #work_contents > .inner .contents_header > p {
    margin-top: 20px;
  }
  #work_contents > .inner > section {
    padding-top: 25px;
    margin-top: 25px;
  }
}
/*------------------------------------------------------------
工夫
------------------------------------------------------------*/
#devise p {
  margin-top: 40px;
}
#devise h4 {
  margin-top: 40px;
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 834px) {
  #devise h4 {
    font-size: 1.7rem;
  }
}
#devise figure {
  margin-top: 10px;
}
#devise figure img {
  width: 100%;
  height: auto;
}
#devise figure figcaption {
  margin-top: 5px;
}
#devise .counselor {
  margin-top: 20px;
}
#devise .counselor dt {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #devise .counselor dt {
    font-size: 1.5rem;
  }
}
#devise .counselor dd:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
#devise .counselor dd img {
  float: right;
  width: auto;
  margin-left: 40px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#devise .voice {
  margin: 10px 0 20px;
  background: #fef7f3;
  border-radius: 25px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#devise .voice figure {
  margin-top: 0;
  width: 110px;
}
#devise .voice figure img {
  width: auto;
  max-width: 100%;
}
#devise .voice dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#devise .voice dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 70px;
  line-height: 70px;
  background: #fff;
  border: 1px solid #44a6d4;
  border-radius: 100%;
}
@media screen and (max-width: 834px) {
  #devise .voice dl dt {
    font-size: 1.5rem;
  }
}
#devise .voice dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
#devise .voice dl.man dt {
  border-color: #44a6d4;
}
#devise .voice dl.woman dt {
  border-color: #cc87a8;
}

@media screen and (max-width: 834px) {
  #devise p {
    margin-top: 20px;
  }
  #devise h4 {
    margin-top: 20px;
  }
  #devise .counselor {
    margin-top: 10px;
  }
  #devise .counselor dd {
    margin-top: 5px;
  }
  #devise .counselor dd img {
    float: none;
    width: 100%;
    margin-left: 0;
    border-radius: 15px;
    height: auto;
    margin-bottom: 5px;
  }
  #devise .voice {
    margin: 10px 0;
    border-radius: 15px;
    padding: 10px 20px 20px;
    display: block;
  }
  #devise .voice figure {
    width: auto;
    text-align: center;
  }
  #devise .voice dl {
    margin-top: 10px;
  }
  #devise .voice dl dt {
    width: 50px;
    line-height: 50px;
  }
  #devise .voice dl dd {
    margin-left: 10px;
  }
}
/*------------------------------------------------------------
支援内容
------------------------------------------------------------*/
#detail dl {
  margin-top: 20px;
  background: #fef7f3;
  padding: 40px;
  border-radius: 25px;
  overflow: hidden;
  padding-left: 80px;
  counter-reset: num;
}
#detail dl dt {
  clear: both;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
  counter-increment: num;
}
@media screen and (max-width: 834px) {
  #detail dl dt {
    font-size: 1.4rem;
  }
}
#detail dl dt:before {
  display: block;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  font-size: 1.6rem;
  line-height: 28px;
  float: left;
  border: 1px solid #8fc22d;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  margin-left: -40px;
}
@media screen and (max-width: 834px) {
  #detail dl dt:before {
    font-size: 1.4rem;
  }
}
#detail figure {
  margin-top: 20px;
}
#detail figure:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
#detail figure img {
  float: left;
  width: auto;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#detail figure figcaption {
  margin-left: 500px;
}
#detail figure figcaption strong {
  display: block;
  margin-top: 10px;
  border: 1px solid #f29c97;
  padding: 10px 15px;
}

@media screen and (max-width: 834px) {
  #detail dl {
    margin-top: 10px;
    padding: 10px 20px 20px;
    border-radius: 15px;
    padding-left: 50px;
  }
  #detail dl dt {
    margin-top: 15px;
  }
  #detail dl dt:before {
    top: -5px;
  }
  #detail figure img {
    float: none;
    width: 100%;
    border-radius: 15px;
    height: auto;
  }
  #detail figure figcaption {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*------------------------------------------------------------
施設案内
------------------------------------------------------------*/
#equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#equipment div figure {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#equipment div figure img {
  width: 100%;
  height: auto;
}
#equipment div dl dt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #equipment div dl dt {
    font-size: 1.7rem;
  }
}
#equipment div dl dd {
  margin-top: 5px;
}
#equipment div:nth-of-type(3n), #equipment div:nth-of-type(3n - 1) {
  width: 50%;
  margin-top: 60px;
}
#equipment div:nth-of-type(3n) dl, #equipment div:nth-of-type(3n - 1) dl {
  margin-top: 20px;
}
#equipment div:nth-of-type(3n) {
  border-left: 5px dotted #f1ced4;
  padding-left: 80px;
}
#equipment div:nth-of-type(3n - 1) {
  padding-right: 80px;
}
#equipment div:nth-of-type(3n + 1) {
  width: 100%;
  border-top: 5px dotted #f1ced4;
  border-bottom: 5px dotted #f1ced4;
  margin-top: 60px;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#equipment div:nth-of-type(3n + 1) figure {
  width: 400px;
}
#equipment div:nth-of-type(3n + 1) dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 834px) {
  #equipment {
    display: block;
  }
  #equipment div figure {
    border-radius: 10px;
  }
  #equipment div:nth-of-type(3n), #equipment div:nth-of-type(3n - 1) {
    width: 100%;
    margin-top: 30px;
  }
  #equipment div:nth-of-type(3n) dl, #equipment div:nth-of-type(3n - 1) dl {
    margin-top: 10px;
  }
  #equipment div:nth-of-type(3n) {
    border-left: none;
    padding-left: 0;
    border-top: 5px dotted #f1ced4;
    padding-top: 30px;
  }
  #equipment div:nth-of-type(3n - 1) {
    padding-right: 0;
  }
  #equipment div:nth-of-type(3n + 1) {
    width: auto;
    margin-top: 30px;
    padding: 30px 0;
    display: block;
  }
  #equipment div:nth-of-type(3n + 1) figure {
    width: auto;
  }
  #equipment div:nth-of-type(3n + 1) dl {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*------------------------------------------------------------
数字で見る
------------------------------------------------------------*/
#data {
  counter-reset: num;
}
#data section {
  text-align: center;
  padding: 40px;
  border-radius: 25px;
  position: relative;
  margin-top: 60px;
}
#data section h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  #data section h3 {
    font-size: 2rem;
  }
}
#data section ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#data section ul li {
  width: calc((100% - 40px) / 2);
  border-radius: 25px;
  background: #fff;
  position: relative;
  counter-increment: num;
}
#data section ul li figure figcaption {
  position: absolute;
  top: 20px;
  left: 70px;
  font-size: 2rem;
  font-weight: bold;
}
#data section ul li figure figcaption:before {
  display: block;
  content: "0" counter(num);
  width: 36px;
  line-height: 34px;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}
@media screen and (max-width: 834px) {
  #data section ul li figure figcaption:before {
    font-size: 1.4rem;
  }
}
#data section ul li figure img {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
}
#data section ul li:nth-child(n+3) {
  margin-top: 40px;
}
#data section p {
  position: absolute;
  bottom: -30px;
  right: 0;
}
#data section:nth-child(1) {
  margin-top: 30px;
}
#data section.staff {
  background: #fff1e3;
}
#data section.staff ul li figure figcaption:before {
  border-color: #f5b26b;
}
#data section.enviroment {
  background: #ffeceb;
}
#data section.enviroment ul li figure figcaption:before {
  border-color: #f29c97;
}
#data section.business {
  background: #deebff;
}
#data section.business ul li figure figcaption:before {
  border-color: #73acff;
}
#data section:nth-of-type(n + 3) ul li figure figcaption:before {
  content: counter(num);
}

@media screen and (max-width: 834px) {
  #data section {
    padding: 20px;
    border-radius: 15px;
  }
  #data section ul {
    margin-top: 15px;
  }
  #data section ul li {
    width: calc((100% - 20px) / 2);
    border-radius: 15px;
    padding-top: 15px;
  }
  #data section ul li figure figcaption {
    top: 10px;
    left: 15px;
    font-size: 1.2rem;
  }
  #data section ul li figure figcaption:before {
    width: 26px;
    line-height: 24px;
    top: -20px;
    left: -25px;
  }
  #data section ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
社内研修
------------------------------------------------------------*/
#handicap, #staff {
  counter-reset: num;
}
#handicap div, #staff div {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0;
}
#handicap div:not(:nth-of-type(1)), #staff div:not(:nth-of-type(1)) {
  border-top: 1px solid #ddd;
}
#handicap div section, #staff div section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  margin-left: 40px;
}
#handicap div section h4, #staff div section h4 {
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  #handicap div section h4, #staff div section h4 {
    font-size: 2rem;
  }
}
#handicap div section h4:before, #staff div section h4:before {
  display: block;
  content: counter(num);
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  font-size: 1.6rem;
  line-height: 28px;
  float: left;
  border: 1px solid #8fc22d;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  margin-left: -40px;
}
@media screen and (max-width: 834px) {
  #handicap div section h4:before, #staff div section h4:before {
    font-size: 1.4rem;
  }
}
#handicap div section p, #staff div section p {
  margin-top: 20px;
}
#handicap div section aside, #staff div section aside {
  margin-top: 10px;
}
#handicap div figure, #staff div figure {
  width: 400px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#handicap div figure img, #staff div figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  #handicap div, #staff div {
    display: block;
    padding: 30px 0;
  }
  #handicap div section, #staff div section {
    padding-right: 0;
    margin-left: 0;
  }
  #handicap div section h4, #staff div section h4 {
    margin-left: 40px;
  }
  #handicap div section h4:before, #staff div section h4:before {
    top: 0;
  }
  #handicap div section p, #staff div section p {
    margin-top: 10px;
  }
  #handicap div section aside, #staff div section aside {
    margin-top: 5px;
  }
  #handicap div figure, #staff div figure {
    width: auto;
    border-radius: 10px;
    margin-top: 10px;
  }
}
#system div {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#system div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#system div figure {
  margin-left: 40px;
}
#system div figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  #system div {
    margin-top: 30px;
    display: block;
  }
  #system div figure {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
/*------------------------------------------------------------
座談会
------------------------------------------------------------*/
#discussion_header .header {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#discussion_header .header li {
  width: calc((100% - 20px) / 2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  overflow: hidden;
}
#discussion_header .header li img {
  max-width: 100%;
  height: auto;
}
#discussion_header h3 {
  color: #4d4d4d !important;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  #discussion_header h3 {
    font-size: 2rem;
  }
}
#discussion_header h3:before {
  display: block;
  content: "";
  width: 104%;
  height: 14px;
  background: #f1ced4;
  border-radius: 7px;
  position: absolute;
  left: -2%;
  bottom: 0;
  z-index: -1;
}
#discussion_header p {
  font-size: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #discussion_header p {
    font-size: 1.7rem;
  }
}
#discussion_header .staff {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#discussion_header .staff li {
  width: 25%;
  text-align: center;
}
#discussion_header .staff li:nth-child(n+5) {
  margin-top: 50px;
}
#discussion_header .staff li figure {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #f29c97;
}
#discussion_header .staff li figure.default {
  border: none;
}
#discussion_header .staff li figure.pink {
  border-color: #f29c97;
}
#discussion_header .staff li figure.purple {
  border-color: #cc87a8;
}
#discussion_header .staff li figure.blue {
  border-color: #73acff;
}
#discussion_header .staff li figure.bluegreen {
  border-color: #44b3c1;
}
#discussion_header .staff li figure.green {
  border-color: #00cc97;
}
#discussion_header .staff li figure.yellowgreen {
  border-color: #8fc22d;
}
#discussion_header .staff li figure.orange {
  border-color: #f5b26b;
}
#discussion_header .staff li figure.kikite {
  position: relative;
}
#discussion_header .staff li figure.kikite:after {
  display: block;
  content: "";
  background: url("../images/work/discussion/img_kikite.png") no-repeat center center;
  width: 151px;
  height: 53px;
  position: absolute;
  top: -40px;
  left: 40px;
}
#discussion_header .staff li figure img {
  width: 100%;
  height: auto;
}
#discussion_header .staff li dl dt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #discussion_header .staff li dl dt {
    font-size: 1.5rem;
  }
}
#discussion_header .staff li dl dd {
  margin-top: 10px;
  padding: 0 20px;
  text-align: left;
}
#discussion_header .staff li dl dd small {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #discussion_header .staff li dl dd small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px) {
  #discussion_header .header {
    margin-top: 20px;
  }
  #discussion_header .header li {
    border-radius: 15px;
  }
  #discussion_header h3 {
    margin-top: 20px;
  }
  #discussion_header p {
    margin-top: 20px;
  }
  #discussion_header .staff {
    margin-top: 20px;
  }
  #discussion_header .staff li {
    width: 50%;
  }
  #discussion_header .staff li:nth-child(n+5) {
    margin-top: 25px;
  }
  #discussion_header .staff li:nth-child(n+3) {
    margin-top: 20px;
  }
  #discussion_header .staff li figure {
    width: 100px;
    height: 100px;
  }
  #discussion_header .staff li figure.kikite:after {
    width: 100px;
    height: 34px;
    top: -30px;
    left: 30px;
    background-size: 100px auto;
  }
  #discussion_header .staff li dl dd {
    padding: 0;
  }
}
#discussion_list dl {
  margin-top: 30px;
}
#discussion_list dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 834px) {
  #discussion_list dl dt {
    font-size: 1.7rem;
  }
}
#discussion_list dl dt:before {
  display: block;
  content: "●";
  color: #f29c97;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#discussion_list dl dd {
  margin: 10px 0 0 30px;
  background: url("../images/common/arrow_pink.png") no-repeat left 6px;
  padding-left: 15px;
}
#discussion_list dl a:hover {
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  #discussion_list dl {
    margin-top: 15px;
  }
  #discussion_list dl dt {
    padding-left: 20px;
  }
  #discussion_list dl dd {
    margin: 10px 0 0 20px;
    background-position: left 4px;
  }
}
.discussion dl {
  margin-top: 40px;
  overflow: hidden;
}
.discussion dl dt {
  font-size: 1.4rem;
  float: left;
  width: 50px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #f29c97;
  border-radius: 100%;
}
@media screen and (max-width: 834px) {
  .discussion dl dt {
    font-size: 1.2rem;
  }
}
.discussion dl dd {
  margin-left: 70px;
  padding-top: 12px;
}
.discussion dl.pink dt {
  border-color: #f29c97;
}
.discussion dl.purple dt {
  border-color: #cc87a8;
}
.discussion dl.blue dt {
  border-color: #73acff;
}
.discussion dl.bluegreen dt {
  border-color: #44b3c1;
}
.discussion dl.green dt {
  border-color: #00cc97;
}
.discussion dl.yellowgreen dt {
  border-color: #8fc22d;
}
.discussion dl.orange dt {
  border-color: #f5b26b;
}
.discussion h4 {
  font-size: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .discussion h4 {
    font-size: 1.7rem;
  }
}
.discussion div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.discussion div dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}
.discussion div p {
  width: 100%;
  margin-left: 70px;
}
.discussion div.img_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.discussion div.img_left figure {
  margin: 0 40px 40px 0;
}
.discussion div.img_left figure img {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.discussion div.img_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.discussion div.img_right figure {
  margin: 0 0 40px 40px;
}
.discussion div.img_right figure img {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  .discussion dl {
    margin-top: 20px;
  }
  .discussion dl dd {
    margin-left: 60px;
    padding-top: 15px;
  }
  .discussion h4 {
    margin-top: 20px;
  }
  .discussion div {
    display: block;
    margin-top: 20px;
  }
  .discussion div p {
    width: auto;
    margin-left: 60px;
    margin-top: 20px;
  }
  .discussion div.img_left figure {
    margin: 20px 0 0 60px;
  }
  .discussion div.img_left figure img {
    border-radius: 15px;
  }
  .discussion div.img_right figure {
    margin: 20px 0 0 60px;
  }
  .discussion div.img_right figure img {
    border-radius: 15px;
  }
}/*# sourceMappingURL=work.css.map */