@charset "UTF-8";
@font-face {
  font-family: 'TanukiMagic';
  src: url("../media/files/fonts/web_tanuki.eot") format("embedded-opentype"), url("../media/files/fonts/web_tanuki.eot2") format("embedded-opentype"), url("../media/files/fonts/web_tanuki.ttf") format("truetype"), url("../media/files/fonts/web_tanuki.woff2") format("woff2"), url("../media/files/fonts/web_tanuki.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
/******************
* キービジュアル
******************/
.lowerKv {
  background-image: url(../media/images/recruit/discussion/kv.jpg);
}

/******************
* メンバー
******************/
section.discussion_member {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.discussion_member {
    padding-bottom: 30px;
  }
}

.member {
  margin-top: 40px;
}
.member ul.list-member {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.member ul.list-member > li {
  width: 220px;
  margin: 0 24px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li {
    width: 48%;
    margin: 0 1% 40px;
  }
}
.member ul.list-member > li .member_detail {
  margin: 0;
}
.member ul.list-member > li .member_detail .icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: solid 8px #88c64c;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_detail .icon {
    width: 100px;
    height: 100px;
    border-width: 4px;
  }
}
.member ul.list-member > li .member_detail .icon img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.member ul.list-member > li .member_detail .info {
  font-family: 'TanukiMagic';
  color: #88c64c;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_detail .info {
    white-space: normal;
  }
}
.member ul.list-member > li .member_detail .info span {
  display: block;
}
.member ul.list-member > li .member_detail .info span.initial {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_detail .info span.initial {
    font-size: 20px;
  }
}
.member ul.list-member > li .member_detail .info span.affiliation {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_detail .info span.affiliation {
    font-size: 13px;
  }
}
.member ul.list-member > li .member_modal {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.member ul.list-member > li .member_modal .modal_inner {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_modal .modal_inner {
    width: calc(100% - 20px);
  }
}
.member ul.list-member > li .member_modal .modal_inner .join {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_modal .modal_inner .join {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.member ul.list-member > li .member_modal .modal_inner dl.hobby {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .member ul.list-member > li .member_modal .modal_inner dl.hobby {
    font-size: 14px;
  }
}
.member ul.list-member > li .member_modal .modal_inner dl.hobby dt {
  border-bottom: solid 1px #fff;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 5px;
}
.member ul.list-member > li .member_modal .modal_inner dl.hobby dd {
  margin: 5px 0 0;
  letter-spacing: -0.03em;
}
.member ul.list-member > li:hover .member_modal {
  visibility: visible;
  opacity: 1;
}
.member ul.list-member > li.ya .member_detail .icon {
  border-color: #88c64c;
}
.member ul.list-member > li.ya .member_detail .info {
  color: #88c64c;
}
.member ul.list-member > li.mh .member_detail .icon {
  border-color: #4cc789;
}
.member ul.list-member > li.mh .member_detail .info {
  color: #4cc789;
}
.member ul.list-member > li.om .member_detail .icon {
  border-color: #4c89c7;
}
.member ul.list-member > li.om .member_detail .info {
  color: #4c89c7;
}
.member ul.list-member > li.hn .member_detail .icon {
  border-color: #894cc7;
}
.member ul.list-member > li.hn .member_detail .info {
  color: #894cc7;
}
.member ul.list-member > li.wm .member_detail .icon {
  border-color: #c74c89;
}
.member ul.list-member > li.wm .member_detail .info {
  color: #c74c89;
}
.member ul.list-member > li.sm .member_detail .icon {
  border-color: #c7894c;
}
.member ul.list-member > li.sm .member_detail .info {
  color: #c7894c;
}
.member ul.list-member > li.is .member_detail .icon {
  border-color: #c7c74c;
}
.member ul.list-member > li.is .member_detail .info {
  color: #c7c74c;
}

/******************
* インタビュー
******************/
.introduction {
  background-color: #ffcccc;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  padding: 40px 25px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .introduction {
    margin-bottom: 40px;
  }
}
.introduction .introduction_title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .introduction .introduction_title {
    font-size: 24px;
  }
}
.introduction .introduction_text {
  font-size: 22px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .introduction .introduction_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .introduction_text span.spBr {
    display: block;
  }
}

.theme {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .theme {
    width: 100%;
    padding: 0 25px;
  }
}
.theme .theme_textBlock {
  width: 60%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock {
    width: 100%;
  }
}
.theme .theme_textBlock .title_main {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 20px 25px 40px;
  background-color: #88c64c;
  position: relative;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock .title_main {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.theme .theme_textBlock .title_main::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.theme .theme_textBlock .title_main span.num {
  font-size: 34px;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock .title_main span.num {
    font-size: 30px;
  }
}
.theme .theme_textBlock .title_sub {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock .title_sub {
    margin: 20px 0;
    font-size: 16px;
    padding: 0 10px;
  }
}
.theme .theme_textBlock .talk {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}
.theme .theme_textBlock .talk:last-of-type {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock .talk {
    padding: 0 10px;
    margin-bottom: 10px;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .theme .theme_textBlock .talk:last-of-type {
    padding-bottom: 10px;
  }
}
.theme .theme_textBlock .talk .talk_icon {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock .talk .talk_icon {
    width: 80px;
  }
}
.theme .theme_textBlock .talk .talk_text {
  margin: 0;
  width: calc(100% - 120px);
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .theme .theme_textBlock .talk .talk_text {
    margin-top: 10px;
    padding-right: 0;
    width: calc(100% - 90px);
  }
}
.theme .theme_textBlock .talk .talk_text p {
  margin: 0;
}
.theme .theme_textBlock .talk .talk_text p + p {
  margin-top: 20px;
}
.theme .theme_photoBlock {
  width: 45%;
  position: absolute;
  right: 0px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .theme .theme_photoBlock {
    width: 100%;
    position: static;
    margin-top: 25px;
  }
}
.theme .theme_photoBlock .photo:nth-child(2) {
  width: 340px;
  margin: 80% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .theme .theme_photoBlock .photo:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
}
.theme + .theme {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .theme + .theme {
    margin-top: 50px;
  }
}
.theme:nth-of-type(even) .theme_textBlock {
  margin-right: 0;
  margin-left: auto;
}
.theme:nth-of-type(even) .theme_photoBlock {
  right: auto;
  left: 0;
}
.theme:nth-of-type(even) .theme_photoBlock .photo:nth-child(2) {
  margin-right: auto;
  margin-left: 0;
}

/*# sourceMappingURL=recruit_discussion.css.map */
