/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/top/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  background-image: url("../img/top/slider_btn_next.svg");
  background-size: cover;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .slick-prev,
    .slick-next {
      width: 40px;
      height: 40px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent;
    opacity: 0.9; }

.slick-prev {
  left: 0;
  background-image: url("../img/top/slider_btn_prev.svg"); }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -26px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .slick-dots {
      bottom: -24px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .slick-dots li {
        height: 8px;
        width: 8px;
        margin: 0 4px; } }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 100%;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 6px;
        text-align: center;
        background-color: #999;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media only screen and (max-width: 768px) {
          .slick-dots li button:before {
            height: 8px;
            width: 8px;
            border-radius: 4px; } }
    .slick-dots li.slick-active button:before {
      background-color: #8C7EA7;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 12px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .slick-slide {
      margin: 0 8px; } }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide:not(.slick-center) {
  opacity: 1; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

li {
  list-style: none; }

button {
  background: none;
  border: none; }

a {
  color: #3c39dd;
  text-decoration: none; }
  a:hover {
    color: #605ee3; }

.spbr {
  display: none; }
  @media only screen and (max-width: 768px) {
    .spbr {
      display: block; } }

.primary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #8C7EA7;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09), inset 0px -2px 0px rgba(0, 0, 0, 0.102);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
  transition: all 0.25s ease; }
  .primary-btn:hover {
    background: #9B99B8;
    color: #fff;
    text-decoration: none; }
  .primary-btn:active {
    background: #7470A4; }

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #f4f2f0; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 64px; }
  @media only screen and (max-width: 768px) {
    .header {
      height: 56px; } }
  .header__logo {
    margin-left: 16px;
    width: 202px; }
    @media only screen and (max-width: 768px) {
      .header__logo {
        width: 160px; }
        .header__logo img {
          width: 160px; } }
  .header--scrolled {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9); }
  .header__hamburger {
    margin-right: 16px;
    margin-left: auto;
    display: none;
    cursor: pointer; }
    @media only screen and (max-width: 980px) {
      .header__hamburger {
        display: block; } }
  .header .openmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 100vw;
    background-color: #8C7EA7;
    color: #fff;
    transition: all 0.25s ease; }
    .header .openmenu a {
      color: #fff; }
    .header .openmenu__logo {
      position: absolute;
      left: 16px;
      top: 16px; }
      .header .openmenu__logo img {
        width: 34px; }
    .header .openmenu__close {
      position: absolute;
      right: 16px;
      top: 16px; }
      .header .openmenu__close img {
        width: 32px; }
    .header .openmenu__main {
      margin-bottom: 32px; }
      .header .openmenu__main__item {
        margin-bottom: 24px;
        font-size: 19px;
        text-align: center;
        font-weight: 500; }
        .header .openmenu__main__item:last-of-type {
          margin-bottom: 0; }
    .header .openmenu__twitter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 213px;
      height: 43px;
      margin-bottom: 48px; }
      .header .openmenu__twitter__text {
        background: url("../img/common/arrow_long.svg") no-repeat 100% 100%;
        margin-right: 12px;
        padding-bottom: 6px;
        padding-right: 20px;
        font-size: 12px;
        letter-spacing: 0.12em; }
      .header .openmenu__twitter__image {
        width: 43px; }
    .header .openmenu__address {
      margin-bottom: 16px;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.6); }
      .header .openmenu__address__logo {
        display: block;
        margin-bottom: 16px; }
        .header .openmenu__address__logo img {
          width: 228px; }
    .header .openmenu__contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 160px;
      height: 40px;
      margin-bottom: 24px;
      font-size: 14px;
      font-weight: 700;
      border: 2px solid #fff; }
      .header .openmenu__contact i {
        margin-right: 6px; }
    .header .openmenu__links {
      margin-bottom: 24px; }
      .header .openmenu__links__item {
        display: inline;
        margin: 0 8px 12px;
        font-size: 12px; }
        .header .openmenu__links__item a {
          text-decoration: underline; }
    .header .openmenu__copy {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6); }

.mainmenu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (max-width: 980px) {
    .mainmenu {
      display: none; } }
  .mainmenu__item {
    font-size: 15px;
    font-weight: 700;
    height: 64px;
    line-height: 64px;
    padding: 0 10px;
    position: relative; }
    .mainmenu__item a {
      color: #fff; }
      .mainmenu__item a:hover {
        color: #ccbedb; }
    .mainmenu__item--option .mainmenu__child {
      display: none; }
    .mainmenu__item--option:hover .mainmenu__child {
      display: block; }
  .mainmenu__child {
    position: absolute;
    left: -40px; }
    .mainmenu__child__item {
      margin-bottom: 2px; }
      .mainmenu__child__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.9);
        width: 160px;
        height: 48px;
        transition: all 0.25s ease; }
        .mainmenu__child__item a:hover {
          background-color: #8C7EA7;
          color: #fff; }

.submenu {
  margin-left: 12px; }
  @media only screen and (max-width: 980px) {
    .submenu {
      display: none; } }
  .submenu__item {
    transition: all 0.25s ease; }
    .submenu__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 64px;
      padding: 0 22px;
      color: #fff;
      background-color: #8C7EA7; }
    .submenu__item a:hover {
      background-color: #9B99B8; }
    .submenu__item i {
      margin-right: 10px; }

.container {
  padding: 120px 0 96px; }
  .container--top {
    padding: 0; }
  .container--member {
    padding-bottom: 0; }
  .container--profile {
    padding-top: 96px; }
    @media only screen and (max-width: 768px) {
      .container--profile {
        padding-top: 76px; } }

.mainvisual {
  background: linear-gradient(180deg, #2d2933 0%, #201e25 100%);
  margin-bottom: 80px;
  padding-top: 24px; }
  @media only screen and (max-width: 768px) {
    .mainvisual {
      margin-bottom: 32px;
      padding-top: 40px; } }
  .mainvisual__item {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    top: 40px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .mainvisual__item {
        width: auto;
        top: 16px;
        margin: 0 16px;
        text-align: center; } }
    .mainvisual__item img {
      width: 100%;
      transition: all 0.25s ease; }
      .mainvisual__item img:hover {
        box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.5); }
    .mainvisual__item__pc {
      display: none; }
      @media only screen and (min-width: 769px) {
        .mainvisual__item__pc {
          display: block; } }
    .mainvisual__item__sp {
      max-width: 512px;
      display: none;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .mainvisual__item__sp {
          display: block; } }

.topslider {
  margin-bottom: 88px; }
  @media only screen and (max-width: 768px) {
    .topslider {
      margin-bottom: 64px; } }
  .topslider__list {
    margin-bottom: 32px; }
  .topslider__item {
    width: 720px; }
    @media only screen and (max-width: 768px) {
      .topslider__item {
        width: 75vw;
        max-width: 432px; } }
    .topslider__item img {
      width: 100%;
      transition: all 0.25s ease; }
      .topslider__item img:hover {
        box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.5); }
  .topslider__member__item {
    position: relative;
    width: 270px;
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .topslider__member__item {
        width: 36vw;
        max-width: 270px;
        height: auto;
        max-height: 274px; } }
  .topslider__member__new {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #cfa677;
    color: #fff;
    padding: 4px 8px;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .topslider__member__new {
        font-size: 10px;
        padding: 3px 6px; } }
  .topslider__member__photo {
    width: 100%;
    margin-bottom: 12px; }
    .topslider__member__photo img {
      width: 100%;
      height: auto; }
  .topslider__member__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #333; }
    @media only screen and (max-width: 768px) {
      .topslider__member__ttl {
        font-size: 14px;
        margin-bottom: 6px; } }
  .topslider__member__occ {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #525252; }
    @media only screen and (max-width: 768px) {
      .topslider__member__occ {
        font-size: 11px; } }

.contents {
  min-height: 300px; }
  .contents--toppage {
    margin-bottom: 92px; }

.sec-title {
  margin-bottom: 56px;
  text-align: center; }
  .sec-title__ttl {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .sec-title__ttl {
        font-size: 26px; } }
  .sec-title__text {
    font-size: 12px;
    letter-spacing: 0.5em; }
    @media only screen and (max-width: 768px) {
      .sec-title__text {
        font-size: 11px; } }

.sec-message {
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .sec-message {
      margin: 0 16px 32px; } }
  .sec-message--center {
    text-align: center; }
  .sec-message p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 24px; }
    @media only screen and (max-width: 768px) {
      .sec-message p {
        line-height: 1.66; } }

.sec-window {
  max-width: 768px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .sec-window {
      margin: 0 16px; } }

.topics {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }
  .topics__loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    width: 240px;
    height: 64px;
    border: 1px solid #8C7EA7;
    color: #8C7EA7;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.25s ease; }
    .topics__loader:hover {
      background-color: #9B99B8;
      color: #fff;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
    .topics__loader img {
      margin-left: 16px;
      transform: rotate(90deg); }

.topic {
  width: 376px;
  margin: 0 12px 24px;
  background-color: #fff;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-bottom: 80px;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 768px) {
    .topic {
      width: 46%;
      margin: 0 1% 16px; } }
  .topic:hover {
    box-shadow: 0px 1px 32px rgba(0, 0, 0, 0.2); }
    .topic:hover .topic__ttl {
      text-decoration: underline; }
    .topic:hover .topic__open {
      background-color: #8C7EA7;
      color: #fff; }
  .topic__date {
    margin-bottom: 6px;
    padding: 16px 16px 0;
    font-size: 17px;
    font-weight: 500;
    color: #c4c4c4; }
    @media only screen and (max-width: 768px) {
      .topic__date {
        font-size: 15px;
        padding: 12px 12px 0; } }
  .topic__ttl {
    margin-bottom: 16px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #8C7EA7; }
    @media only screen and (max-width: 768px) {
      .topic__ttl {
        font-size: 14px;
        padding: 0 12px;
        margin-bottom: 8px; } }
  .topic__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .topic__footer {
        height: 52px; } }
  .topic__thumb {
    margin-left: 16px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 768px) {
      .topic__thumb {
        margin-left: 12px;
        width: 40px;
        height: 40px; } }
    .topic__thumb img {
      height: 64px;
      margin-left: -8px; }
      @media only screen and (max-width: 768px) {
        .topic__thumb img {
          height: 40px; } }
  .topic__name {
    height: 64px;
    margin-left: 8px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaaaaa; }
    @media only screen and (max-width: 768px) {
      .topic__name {
        height: 40px;
        margin-left: 4px;
        font-size: 12px; } }
  .topic__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    margin-left: auto;
    margin-top: auto;
    color: #d1d1d1;
    background-color: #f7f7f7; }
    @media only screen and (max-width: 768px) {
      .topic__open {
        padding: 0 5px;
        height: 32px; }
        .topic__open span {
          display: none; }
        .topic__open i {
          font-size: 18px; } }
    .topic__open i {
      margin-left: 4px; }
  .topic--hide {
    display: none; }

.topic-modal {
  display: none;
  text-align: left;
  padding: 24px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .topic-modal {
      padding: 16px !important; } }
  .topic-modal__close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer; }
    .topic-modal__close:hover {
      opacity: 0.5; }
  .topic-modal__date {
    font-size: 15px;
    font-weight: 700;
    color: #8C7EA7;
    margin-bottom: 12px; }
  .topic-modal__ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px; }
  .topic-modal__image {
    margin-bottom: 24px; }
    .topic-modal__image img {
      max-width: 100%;
      height: auto; }
  .topic-modal__item {
    line-height: 1.5;
    margin-bottom: 24px; }
  .topic-modal__link {
    margin-bottom: 24px; }
  .topic-modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .topic-modal__thumb {
    width: 64px;
    height: 64px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .topic-modal__thumb {
        margin-bottom: 12px; } }
    .topic-modal__thumb img {
      height: 64px;
      margin-left: -8px; }
  .topic-modal__name {
    font-size: 16px;
    color: #2d2933;
    margin-left: 8px;
    margin-right: 16px; }
  .topic-modal__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .topic-modal__links {
        padding-top: 8px;
        width: 100%; } }
  .topic-modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #2d2933;
    width: 160px;
    height: 40px;
    padding: 0 12px;
    color: #2d2933;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 768px) {
      .topic-modal__btn {
        width: 100%;
        margin-bottom: 8px; } }
    .topic-modal__btn + .topic-modal__btn {
      margin-left: 16px; }
      @media only screen and (max-width: 768px) {
        .topic-modal__btn + .topic-modal__btn {
          margin: 0; } }
    .topic-modal__btn:hover {
      border: none;
      background-color: #8C7EA7;
      color: #fff;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08); }
    .topic-modal__btn img {
      margin-left: auto; }

.about {
  background-color: #2d2933;
  color: #fff;
  padding-top: 140px; }
  @media only screen and (max-width: 768px) {
    .about {
      padding-top: 96px; } }
  .about__sec {
    margin: 0 auto 120px; }
    @media only screen and (min-width: 769px) {
      .about__sec {
        max-width: 1024px;
        padding: 0 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .about__sec {
        margin: 0 16px 96px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .about__logo {
    width: 320px;
    margin-right: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .about__logo img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .about__logo {
        width: 75%;
        margin: 0 auto 40px;
        text-align: center; }
        .about__logo img {
          max-width: 300px; } }
  .about__data {
    max-width: 515px;
    margin: 0 auto; }
  .about__ttl {
    margin-bottom: 28px;
    font-size: 40px;
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(transparent 70%, #8C7EA7 70%); }
    @media only screen and (max-width: 768px) {
      .about__ttl {
        font-size: 30px;
        margin-bottom: 32px; } }
  .about__text {
    margin-bottom: 28px;
    opacity: 0.7;
    font-size: 17px;
    line-height: 2; }
    @media only screen and (max-width: 768px) {
      .about__text {
        font-size: 15px;
        line-height: 1.75; } }
  .about__btn {
    width: 240px;
    height: 64px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
    transition: all 0.25s ease; }
    .about__btn:hover {
      background-color: #8C7EA7;
      color: #fff;
      border: none;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08); }
    .about__btn img {
      margin-left: auto; }
  @media only screen and (min-width: 769px) {
    .about__member {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (max-width: 768px) {
    .about__member {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .about__member__category {
    width: 50%;
    padding: 48px 24px 48px;
    background-color: #34303e; }
    @media only screen and (min-width: 769px) {
      .about__member__category:first-of-type {
        border-right: 1px solid #2d2933; } }
    @media only screen and (max-width: 768px) {
      .about__member__category {
        width: 100%;
        padding: 40px 16px; }
        .about__member__category:first-of-type {
          margin-bottom: 1px; } }
  .about__member__ttl {
    width: 100%;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ccbedb; }
    @media only screen and (max-width: 768px) {
      .about__member__ttl {
        font-size: 32px;
        margin-bottom: 40px; } }
    .about__member__ttl::first-letter {
      font-weight: 700;
      color: #fff; }
  .about__member__list {
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto; }
  .about__member__item {
    width: 180px;
    margin: 0 12px 24px;
    background-color: #222;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 768px) {
      .about__member__item {
        width: 40%;
        max-width: 180px; } }
    .about__member__item:hover {
      background-color: #8C7EA7;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
    .about__member__item--more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 16px;
      min-height: 140px;
      color: #777; }
      .about__member__item--more:hover {
        color: #fff; }
  .about__member__thumb {
    width: 100%; }
  .about__member__name {
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400; }
  .about__member__more {
    color: #fff;
    margin-bottom: 16px;
    font-size: 16px; }

.topcontact {
  background: url("../img/top/contact_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 80px 24px; }
  .topcontact__text {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .topcontact__text {
        font-size: 18px; } }
  .topcontact__btn {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 768px) {
      .topcontact__btn {
        width: 280px;
        height: 64px;
        font-size: 16px;
        font-weight: 700; } }
    .topcontact__btn i {
      margin-right: 16px;
      font-size: 32px; }
    .topcontact__btn:hover {
      background-color: #8C7EA7;
      color: #fff;
      border: none;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }

.scrolltop {
  width: 72px;
  height: 72px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: -72px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease; }
  .scrolltop:hover {
    background-color: #8C7EA7; }
  .scrolltop img {
    display: block;
    margin: 0 auto 6px; }
  .scrolltop a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2; }

.footer {
  background-color: #000;
  color: #fff;
  padding: 32px 16px; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding: 24px 24px; } }
  .footer__info {
    background-color: #242424;
    max-width: 1080px;
    min-height: 48px;
    margin: 0 auto 24px; }
    @media only screen and (min-width: 769px) {
      .footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 24px; } }
    .footer__info__ttl {
      margin-right: 24px;
      padding-left: 20px;
      font-size: 15px;
      font-weight: 900; }
      @media only screen and (max-width: 768px) {
        .footer__info__ttl {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 1;
          order: 1;
          height: 40px;
          margin-right: auto;
          line-height: 40px;
          padding-left: 16px; } }
    .footer__info__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media only screen and (max-width: 768px) {
        .footer__info__data {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 3;
          width: 100%;
          order: 3;
          padding: 12px 16px 16px; } }
    .footer__info__date {
      font-size: 15px;
      color: #9b9b9b;
      margin-right: 16px;
      line-height: 1.5; }
    .footer__info__text {
      font-size: 14px;
      padding-right: 16px; }
    .footer__info__btn {
      margin-left: auto;
      padding: 0 16px;
      height: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #373737;
      color: #fff;
      transition: all 0.25s ease; }
      @media only screen and (max-width: 768px) {
        .footer__info__btn {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 2;
          order: 2;
          height: 40px; } }
      .footer__info__btn img {
        margin-left: 8px; }
      .footer__info__btn:hover {
        background-color: #8C7EA7;
        color: #fff; }
  .footer__sec {
    max-width: 1080px;
    margin: 0 auto 24px;
    border-bottom: 1px solid #242424;
    padding-bottom: 24px; }
    @media only screen and (min-width: 769px) {
      .footer__sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .footer__sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .footer__address {
    width: 300px;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    color: #777; }
    @media only screen and (max-width: 768px) {
      .footer__address {
        width: 100%;
        text-align: center;
        margin-bottom: 24px; }
        .footer__address img {
          width: 228px;
          margin: 0 auto 16px; } }
    .footer__address img {
      display: block;
      margin-bottom: 16px; }
  .footer__sitemap {
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      .footer__sitemap {
        margin-right: auto; } }
  .footer__mainmenu {
    margin-bottom: 16px; }
    @media only screen and (min-width: 769px) {
      .footer__mainmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      .footer__mainmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .footer__mainmenu__item {
      margin-left: 16px; }
      @media only screen and (max-width: 768px) {
        .footer__mainmenu__item {
          font-size: 16px;
          margin: 0 8px 8px; } }
      .footer__mainmenu__item a {
        color: #fff; }
        .footer__mainmenu__item a:hover {
          text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .footer__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .footer__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer__links__item {
    margin-left: 16px;
    margin-bottom: 8px;
    font-size: 13px; }
    .footer__links__item a {
      color: #fff; }
      .footer__links__item a:hover {
        text-decoration: underline; }
  .footer__copy {
    text-align: center;
    font-size: 13px;
    color: #777; }

/* ---------------------------
TOPICS
--------------------------- */
.topics-filter {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .topics-filter__ttl {
    background-color: #2d2933;
    color: #fff;
    padding: 0 24px;
    height: 48px; }
    @media only screen and (min-width: 769px) {
      .topics-filter__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .topics-filter__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 81px;
        padding: 0 16px; }
        .topics-filter__ttl i {
          font-size: 40px; }
        .topics-filter__ttl span {
          display: block; } }
    .topics-filter__ttl i {
      opacity: 0.3; }
  @media only screen and (min-width: 769px) {
    .topics-filter__settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-left: 8px; } }
  @media only screen and (max-width: 768px) {
    .topics-filter__settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 1px; } }
  .topics-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .topics-filter__item {
        margin-bottom: 1px; } }
    @media only screen and (min-width: 769px) {
      .topics-filter__item + .topics-filter__item {
        margin-left: 8px; } }
    @media only screen and (max-width: 768px) {
      .topics-filter__item + .topics-filter__item {
        margin-bottom: 0; } }
  .topics-filter__option {
    background-color: #cfa677;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 24px; }
    @media only screen and (max-width: 768px) {
      .topics-filter__option {
        width: 88px;
        height: 40px;
        padding: 0 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .topics-filter__value {
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .topics-filter__value {
        width: 100%; } }
  .topics-filter__select {
    height: 48px;
    background: url("../img/common/select_arrow_gray.svg") no-repeat 90% 50%;
    padding: 0 32px 0 16px;
    min-width: 120px; }
    @media only screen and (max-width: 768px) {
      .topics-filter__select {
        height: 40px;
        padding: 0 12px; } }

.topics-hit {
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  color: #828282; }

.topics-member {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 12px; }
  @media only screen and (min-width: 769px) {
    .topics-member {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 768px) {
    .topics-member {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .topics-member__profile {
    width: 236px;
    margin-left: 24px;
    background-color: #fff;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08);
    padding: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 768px) {
      .topics-member__profile {
        width: 100%;
        margin: 0 0 24px;
        padding: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media only screen and (max-width: 768px) {
    .topics-member__data {
      margin-left: 12px; } }
  .topics-member__img {
    display: block;
    width: 100%;
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .topics-member__img {
        width: 100px;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0; } }
  .topics-member__ttl {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 12px; }
    @media only screen and (max-width: 768px) {
      .topics-member__ttl {
        font-size: 16px;
        margin-bottom: 8px; } }
  .topics-member__outline {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #505050; }
    @media only screen and (max-width: 768px) {
      .topics-member__outline {
        font-size: 12px;
        line-height: 1.33;
        margin-bottom: 12px; } }
  .topics-member__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8C7EA7;
    color: #fff;
    width: 100%;
    height: 48px;
    padding: 0 16px; }
    @media only screen and (max-width: 768px) {
      .topics-member__btn {
        height: 40px; } }
    .topics-member__btn img {
      margin-left: auto; }
  .topics-member__list {
    max-width: 768px; }
    @media only screen and (max-width: 768px) {
      .topics-member__list {
        width: 100%; } }
    .topics-member__list .topic {
      width: 100%;
      margin: 0 0 24px;
      padding-bottom: 0px;
      cursor: unset; }
      .topics-member__list .topic__ttl {
        color: #2d2933;
        margin-bottom: 0;
        padding-bottom: 16px; }
        @media only screen and (max-width: 768px) {
          .topics-member__list .topic__ttl {
            margin-bottom: 0;
            padding-bottom: 16px; } }
      .topics-member__list .topic__date {
        color: #8C7EA7; }
      .topics-member__list .topic__body {
        padding: 0 16px 16px; }
  .topics-member .topic:hover {
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08); }
    .topics-member .topic:hover .topic__ttl {
      text-decoration: none; }
  .topics-member .topic__image {
    margin: 0 12px 24px; }
    .topics-member .topic__image img {
      max-width: 100%;
      height: auto;
      max-height: 400px; }
  .topics-member .topic__link {
    padding: 0 16px 16px;
    word-break: break-all; }

/* ---------------------------
MEMBER
--------------------------- */
.member {
  max-width: 1028px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 88px; }
  .member__item {
    width: 180px;
    margin: 0 12px 24px;
    background-color: #fff;
    transition: all 0.25s ease;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08); }
    @media only screen and (max-width: 768px) {
      .member__item {
        max-width: 46%;
        margin: 0 1% 16px; } }
    .member__item:hover {
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
      .member__item:hover .member__name {
        background-color: #8C7EA7; }
  .member__trim {
    position: relative;
    width: 180px;
    height: 144px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .member__trim {
        width: 100%;
        height: 144px; } }
  .member__thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }
  .member__name {
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    background-color: #2d2933;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 768px) {
      .member__name {
        font-size: 12px; } }
  .member__submenu {
    background-color: #f4f2f0; }
  .member__link {
    margin-bottom: 1px; }
    .member__link :last-of-type {
      margin-bottom: 0; }
    .member__link a {
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 36px;
      color: #bbb; }
      .member__link a:hover {
        color: #2d2933; }
  .member__special {
    width: 180px;
    margin: 0 12px 24px; }
    @media only screen and (max-width: 768px) {
      .member__special {
        max-width: 46%;
        margin: 0 1% 16px; } }
    .member__special a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 160px;
      padding: 0;
      border: 1px solid #2d2933;
      color: #2d2933;
      line-height: 1.5;
      transition: all 0.25s ease; }
      .member__special a:hover {
        background-color: #8C7EA7;
        color: #fff;
        border: none;
        box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
      .member__special a img {
        padding-top: 8px; }

.member-banner {
  max-width: 1028px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 40px; }
  .member-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px;
    background-color: #8C7EA7;
    color: #fff;
    letter-spacing: 0.06em;
    transition: all 0.25s ease; }
    .member-banner__item:hover {
      background-color: #9B99B8;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3);
      color: #fff; }

.member-other {
  margin-bottom: -96px;
  background-color: #eae9e7; }
  .member-other__ttl {
    padding: 36px 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.07em;
    text-align: center; }

.writer-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  margin: 0 auto 48px;
  background-color: #8C7EA7;
  color: #fff;
  transition: all 0.25s ease; }
  .writer-recruit img {
    padding-left: 4px; }
  .writer-recruit:hover {
    color: #fff;
    background-color: #7470A4;
    text-decoration: none;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }

/* ---------------------------
PROFILE
--------------------------- */
.profile-list {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .profile-list {
      margin-bottom: 24px; } }
  .profile-list__ttl {
    background-color: #2d2933;
    color: #fff;
    padding: 0 24px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .profile-list__ttl {
        height: 81px;
        padding: 0 16px; } }
  @media only screen and (min-width: 769px) {
    .profile-list__settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-left: 8px; } }
  @media only screen and (max-width: 768px) {
    .profile-list__settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 1px; } }
  .profile-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .profile-list__item {
        margin-bottom: 1px; } }
    @media only screen and (min-width: 769px) {
      .profile-list__item + .profile-list__item {
        margin-left: 8px; } }
    @media only screen and (max-width: 768px) {
      .profile-list__item + .profile-list__item {
        margin-bottom: 0; } }
  .profile-list__option {
    background-color: #cfa677;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 24px; }
    @media only screen and (max-width: 768px) {
      .profile-list__option {
        width: 88px;
        height: 40px;
        padding: 0 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .profile-list__value {
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .profile-list__value {
        width: 100%; } }
  .profile-list__select {
    height: 48px;
    background: url("../img/common/select_arrow_gray.svg") no-repeat 90% 50%;
    padding: 0 32px 0 16px;
    min-width: 120px; }
    @media only screen and (max-width: 768px) {
      .profile-list__select {
        height: 40px;
        padding: 0 12px; } }

.profile {
  position: relative;
  padding-top: 80px;
  max-width: 1600px;
  min-height: calc( 160px + 59vw * 9 / 16);
  margin: 0 auto 80px;
  opacity: 0;
  transition: opacity 0.25s ease; }
  @media only screen and (min-width: 1600px) {
    .profile {
      min-height: 710px; } }
  @media only screen and (max-width: 768px) {
    .profile {
      padding: 0 12px; } }
  .profile__portrait {
    width: 59vw;
    max-width: 980px;
    height: calc(59vw * 9 / 16);
    max-height: 550px;
    position: absolute;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
    z-index: 2;
    left: 0;
    top: 0; }
    .profile__portrait img {
      width: 100%;
      max-height: 550px; }
    @media only screen and (max-width: 768px) {
      .profile__portrait {
        width: 100%;
        height: auto;
        position: static; } }
  .profile__shadow {
    left: 120px;
    top: 40px;
    position: absolute;
    z-index: -1;
    background-color: #8C7EA7;
    width: 59vw;
    max-width: 980px;
    height: calc(59vw * 9 / 16);
    max-height: 550px; }
    @media only screen and (max-width: 768px) {
      .profile__shadow {
        top: 12px;
        left: 0;
        width: 100vw;
        height: calc(100vw * 10 / 16); } }
  .profile--vertical {
    max-width: 1600px;
    min-height: 600px;
    max-width: 960px;
    margin-bottom: 96px; }
    .profile--vertical .profile__portrait {
      width: 400px;
      height: 600px; }
      @media only screen and (max-width: 768px) {
        .profile--vertical .profile__portrait {
          width: 66%;
          max-width: 400px;
          height: auto;
          margin: 0 auto 24px; } }
    .profile--vertical .profile__shadow {
      left: 40px;
      width: 400px;
      height: 600px; }
      @media only screen and (max-width: 768px) {
        .profile--vertical .profile__shadow {
          width: 100vw;
          left: 0;
          width: 100vw;
          height: 400px; } }
    .profile--vertical .profile__basics {
      margin-left: 376px;
      padding-left: 48px; }
      @media only screen and (max-width: 768px) {
        .profile--vertical .profile__basics {
          margin-left: 0;
          padding: 16px; } }
    .profile--vertical .profile__function {
      width: 100%;
      position: static;
      padding-top: 24px;
      padding-right: 0;
      padding-left: 464px; }
      @media only screen and (max-width: 768px) {
        .profile--vertical .profile__function {
          padding: 0; } }
  .profile__basics {
    margin-left: 50vw;
    background-color: #fff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
    padding: 24px 24px 24px 11vw; }
    @media only screen and (min-width: 1600px) {
      .profile__basics {
        margin-left: 940px;
        padding-left: 68px; } }
    @media only screen and (max-width: 768px) {
      .profile__basics {
        margin-left: 0;
        padding: 16px;
        margin-bottom: 16px; } }
    .profile__basics__ttl {
      font-size: 36px;
      font-weight: 900;
      margin-bottom: 6px; }
      @media only screen and (max-width: 768px) {
        .profile__basics__ttl {
          font-size: 28px; } }
    .profile__basics__en {
      font-size: 17px;
      color: #828282;
      margin-bottom: 24px; }
      @media only screen and (max-width: 768px) {
        .profile__basics__en {
          margin-bottom: 16px; } }
    .profile__basics__outline {
      color: #525252;
      line-height: 1.8;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .profile__basics__outline {
          font-size: 12px;
          margin-bottom: 16px; } }
      .profile__basics__outline:before {
        display: block;
        content: '';
        border-top: 1px solid #c4c4c4;
        height: 24px;
        width: 64px; }
        @media only screen and (max-width: 768px) {
          .profile__basics__outline:before {
            height: 16px; } }
    .profile__basics__prof {
      font-size: 17px;
      color: #828282;
      margin-bottom: 24px; }
    .profile__basics__table {
      width: 100%;
      margin-bottom: 24px; }
      .profile__basics__table th {
        font-size: 13px;
        color: #c4c4c4;
        width: 80px;
        padding: 12px 0;
        text-align: left; }
      .profile__basics__table td {
        font-size: 13px;
        padding: 12px 0; }
    .profile__basics__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 24px; }
    .profile__basics__link {
      margin-left: 24px; }
  @media only screen and (min-width: 769px) {
    .profile__function {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 50vw;
      max-width: 938px;
      position: absolute;
      left: 0;
      top: calc(56px + 59vw * 9 / 16);
      z-index: 2;
      padding-right: 16px;
      padding-left: 40px; } }
  @media only screen and (min-width: 769px) and (min-width: 1600px) {
    .profile__function {
      top: 606px; } }

  @media only screen and (max-width: 768px) {
    .profile__function {
      padding: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .profile__function a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 0 24px;
    height: 64px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #8C7EA7;
    color: #8C7EA7;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 768px) {
      .profile__function a {
        margin: 0;
        padding: 0 12px;
        font-size: 13px; }
        .profile__function a:last-of-type {
          margin-left: 12px; } }
    .profile__function a:hover {
      background-color: #9B99B8;
      color: #fff;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
    .profile__function a i {
      margin-right: 6px; }

.career__item {
  margin-bottom: 96px; }
  @media only screen and (max-width: 768px) {
    .career__item {
      margin-bottom: 72px; } }
.career__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1064px;
  margin: 0 auto 16px; }
.career__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background-color: #2d2933;
  color: #fff;
  width: 200px;
  padding-left: 16px; }
  .career__ttl i {
    opacity: 0.5;
    margin-right: 6px; }
.career__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #8C7EA7 url("../img/common/select_arrow_white.svg") no-repeat 90% 50%;
  padding: 0 32px 0 16px;
  min-width: 100px;
  border-radius: 0; }
.career__window {
  max-width: 1028px;
  margin: 0 auto 40px;
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12); }
  @media only screen and (max-width: 768px) {
    .career__window {
      margin-left: 24px; } }
.career__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid #E0DEDC; }
  .career__topic:last-of-type {
    border-bottom: 0; }
  .career__topic:hover .career__topic__open {
    background-color: #8C7EA7;
    color: #fff; }
  .career__topic__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 24px; }
  .career__topic__date {
    font-weight: 700;
    font-size: 15px;
    color: #8C7EA7;
    margin-bottom: 6px; }
  .career__topic__text {
    color: #444; }
  .career__topic__open {
    width: 80px;
    padding: 24px;
    margin-left: auto;
    background-color: #EAEAEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c4c4c4;
    transition: all 0.25s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.career__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  width: 180px;
  padding: 0 24px;
  height: 64px;
  border: 1px solid #8C7EA7;
  color: #8C7EA7;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.25s ease; }
  .career__btn:hover {
    background-color: #9B99B8;
    color: #fff;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
.career__now {
  padding: 24px;
  border-bottom: 1px solid #f4f2f0; }
.career__content {
  padding: 24px;
  border-bottom: 1px solid #f4f2f0; }
  .career__content:last-of-type {
    border-bottom: 0; }
  .career__content__title {
    font-weight: 700;
    color: #444;
    line-height: 1.66;
    margin-bottom: 2px; }
  .career__content__text {
    line-height: 2;
    color: #525252; }
.career__past__ttl {
  font-weight: 700;
  padding: 24px;
  border-bottom: 1px solid #f4f2f0; }
.career__past__list {
  padding: 24px;
  line-height: 2.4; }
.career__book {
  padding: 24px;
  border-bottom: 1px solid #f4f2f0; }
  .career__book:last-of-type {
    border-bottom: 0; }
  .career__book dt {
    font-weight: 700;
    color: #444;
    margin-bottom: 4px; }
.career__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 24px 0; }
  .career__movie__item {
    width: 46%;
    margin: 0 1% 24px; }
    @media only screen and (max-width: 768px) {
      .career__movie__item {
        width: 100%;
        margin: 0 0 16px; } }
  .career__movie__title {
    font-weight: 700;
    margin-bottom: 12px; }
  .career__movie__load {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .career__movie__load iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
.career__gallery {
  padding: 24px 24px 0; }
  @media only screen and (min-width: 769px) {
    .career__gallery__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .career__gallery__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .career__gallery__list li {
    margin: 0 12px 24px;
    width: 160px;
    height: 160px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .career__gallery__list li {
        width: 120px;
        height: 120px;
        margin: 0 8px 16px; } }
    .career__gallery__list li img {
      height: 100%; }
.career-index {
  display: none; }
.career-current {
  display: block; }

/* ---------------------------
COMPANY
--------------------------- */
.company {
  position: relative;
  padding-top: 80px;
  max-width: 1200px;
  margin: 0 auto 80px; }
  @media only screen and (max-width: 768px) {
    .company {
      padding: 0 12px; } }
  .company__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 482px;
    height: 482px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
    z-index: 2;
    left: 0;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .company__logo img {
      width: 320px; }
      @media only screen and (max-width: 768px) {
        .company__logo img {
          width: auto;
          height: 180px; } }
    @media only screen and (max-width: 768px) {
      .company__logo {
        width: 100%;
        height: 280px;
        position: static;
        margin-bottom: 24px; } }
  .company__shadow {
    left: 40px;
    top: 40px;
    position: absolute;
    z-index: -1;
    background-color: #8C7EA7;
    width: 482px;
    height: 482px; }
    @media only screen and (max-width: 768px) {
      .company__shadow {
        top: 40px;
        left: 0;
        width: 100%;
        height: 400px; } }
  .company__message {
    padding: 0 80px;
    margin-left: 456px;
    margin-bottom: 96px;
    background-color: #fff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12); }
    @media only screen and (max-width: 768px) {
      .company__message {
        margin-left: 0;
        margin-bottom: 80px;
        padding: 0 16px; } }
    .company__message__ttl {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      padding: 48px 0; }
      @media only screen and (max-width: 768px) {
        .company__message__ttl {
          font-size: 26px; } }
    .company__message__text {
      font-size: 15px;
      color: #525252;
      margin-bottom: 24px;
      line-height: 1.7; }
      @media only screen and (max-width: 768px) {
        .company__message__text {
          font-size: 14px; } }
    .company__message__name {
      text-align: right;
      font-size: 18px;
      margin-bottom: 32px; }
      @media only screen and (max-width: 768px) {
        .company__message__name {
          font-size: 16px; } }
      .company__message__name span {
        font-size: 14px;
        color: #525252; }
  .company__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 32px;
    border-top: 1px solid #c4c4c4; }
    .company__data__item {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 32px; }
      @media only screen and (max-width: 768px) {
        .company__data__item {
          width: 100%; } }
      .company__data__item:first-of-type {
        width: 100%; }
      .company__data__item dt {
        color: #828282;
        width: 60px;
        line-height: 1.8;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .company__data__item dd {
        line-height: 1.8; }
  .company__ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .company__ttl {
        font-size: 26px; } }

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 80px; }
  .service__item {
    width: 40%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px 0 60px;
    background-color: #fff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
    margin: 0 2.5% 40px;
    font-weight: 700;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .service__item {
        width: 100%;
        margin: 0 24px 40px 32px; } }
    .service__item span {
      position: absolute;
      left: -18px;
      top: -18px;
      color: #c4c4c4;
      opacity: 0.8;
      font-size: 62px;
      font-weight: 700;
      line-height: 1; }

.access__address {
  text-align: center;
  line-height: 2;
  margin-bottom: 32px; }
.access__map {
  margin-bottom: 96px; }
  .access__map iframe {
    width: 100%;
    height: 400px; }

.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto 96px; }
  @media only screen and (max-width: 768px) {
    .group {
      margin: 0 16px 80px; } }
  .group__item {
    width: 40%;
    margin: 0 2.5% 24px;
    text-align: center; }
    .group__item a:hover {
      text-decoration: underline; }
  .group__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    margin-bottom: 12px;
    height: 160px;
    position: relative;
    padding: 16px; }
    @media only screen and (max-width: 768px) {
      .group__image {
        height: auto;
        padding: 12px; } }
    .group__image img {
      width: 100%;
      height: auto; }

/* ---------------------------
CONTACT
--------------------------- */
@media only screen and (min-width: 769px) {
  .contents--contact .sec-message {
    text-align: center; } }
.contact__item {
  margin-bottom: 24px; }
  @media only screen and (min-width: 769px) {
    .contact__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (max-width: 768px) {
    .contact__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .contact__item__ttl {
    background-color: #2d2933;
    color: #fff;
    height: 72px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px; }
    @media only screen and (min-width: 769px) {
      .contact__item__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .contact__item__ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        margin: 0 0 8px;
        padding-left: 12px; } }
    .contact__item__ttl span {
      padding-left: 8px;
      font-size: 11px;
      color: #E49595; }
  .contact__item__data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    min-height: 72px;
    padding: 20px 16px 16px; }
    .contact__item__data .wpcf7-not-valid-tip {
      padding-top: 8px;
      font-size: 13px;
      color: #D04343; }
  .contact__item__tips {
    width: 100%;
    padding-top: 8px;
    color: #9b9b9b; }
  .contact__item__text {
    display: block;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding-top: 6px;
    padding-bottom: 8px;
    transition: all 0.25s ease; }
    .contact__item__text:focus {
      outline: none;
      border-color: #8C7EA7; }
    .contact__item__text::-webkit-input-placeholder {
      color: #c4c4c4; }
    .contact__item__text::-moz-placeholder {
      color: #c4c4c4; }
    .contact__item__text:-ms-input-placeholder {
      color: #c4c4c4; }
  .contact__item__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8C7EA7;
    color: #fff;
    padding: 6px 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .contact__item__file span {
      display: none; }
  .contact__item__uploaded {
    padding: 11px 0 10px 12px;
    font-size: 13px;
    color: #9b9b9b; }
  .contact__item .wpcf7-form-control-wrap {
    width: 100%; }
  .contact__item__upfile input {
    display: none; }
  .contact__item__upfile .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #D04343;
    padding-left: 6px; }
  .contact__item__textarea {
    display: block;
    width: 100%;
    min-height: 160px;
    border-bottom: 1px solid #c4c4c4;
    padding-top: 6px;
    padding-bottom: 8px;
    transition: all 0.25s ease; }
    .contact__item__textarea:focus {
      outline: none;
      border-color: #8C7EA7; }
    .contact__item__textarea::-webkit-input-placeholder {
      color: #c4c4c4; }
    .contact__item__textarea::-moz-placeholder {
      color: #c4c4c4; }
    .contact__item__textarea:-ms-input-placeholder {
      color: #c4c4c4; }
.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: #8C7EA7;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: all 0.25s ease; }
  .contact__submit:hover {
    background-color: #9B99B8;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
  .contact__submit i {
    margin-right: 8px;
    opacity: 0.5;
    padding-left: 24px; }

.wpcf7-response-output {
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
  padding: 24px !important;
  text-align: center; }

.wpcf7-mail-sent-ok {
  border: 4px solid #8C7EA7 !important;
  color: #8C7EA7 !important; }

.wpcf7-validation-errors {
  border: 4px solid #D04343 !important;
  color: #D04343 !important; }

.ajax-loader {
  width: 24px !important;
  height: 24px !important;
  background-size: cover; }

/* ---------------------------
RECRUIT
--------------------------- */
.recruit {
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
  padding: 32px 24px;
  margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .recruit {
      padding: 24px 16px; } }
  .recruit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c4c4c4; }
    .recruit__item:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .recruit__item__ttl {
      width: 150px;
      margin-right: 12px;
      color: #828282;
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media only screen and (max-width: 768px) {
        .recruit__item__ttl {
          width: 80px;
          font-size: 13px; } }
    @media only screen and (max-width: 768px) {
      .recruit__item__text {
        font-size: 13px; } }

.recruit-footer__text {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .recruit-footer__text {
      text-align: left; } }
.recruit-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12); }
.recruit-footer__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2d2933;
  color: #fff;
  padding: 0 16px;
  text-align: center;
  font-size: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recruit-footer__ttl i {
    font-size: 30px;
    opacity: 0.5; }
.recruit-footer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 12px 16px; }

/* ---------------------------
POLICY
--------------------------- */
.policy {
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
  padding: 32px 24px;
  margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .policy {
      padding: 24px 16px; } }
  .policy__ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px; }
  .policy__text {
    color: #444;
    margin-bottom: 56px; }
    .policy__text:last-of-type {
      margin-bottom: 0; }
    .policy__text p {
      line-height: 1.8;
      margin-bottom: 32px; }
    .policy__text ul {
      margin-bottom: 32px; }
      .policy__text ul li {
        list-style-type: circle;
        margin-left: 18px;
        margin-bottom: 12px;
        line-height: 1.8; }

/* ---------------------------
INFORMATION
--------------------------- */
.information {
  margin-bottom: 40px; }
  .information__item {
    background-color: #fff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
    margin-bottom: 16px; }
    @media only screen and (min-width: 769px) {
      .information__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 24px 24px; } }
    @media only screen and (max-width: 768px) {
      .information__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 16px; } }
    .information__item__date {
      font-size: 15px;
      color: #8C7EA7;
      font-weight: 700;
      margin-right: 12px;
      line-height: 1.5; }
      @media only screen and (max-width: 768px) {
        .information__item__date {
          margin-bottom: 8px; } }
  .information__loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    width: 240px;
    height: 64px;
    border: 1px solid #8C7EA7;
    color: #8C7EA7;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.25s ease; }
    .information__loader:hover {
      background-color: #9B99B8;
      color: #fff;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }
    .information__loader img {
      margin-left: 16px;
      transform: rotate(90deg); }

/* ---------------------------
404 Not Found
--------------------------- */
.notfound {
  min-height: 480px;
  text-align: center;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .notfound {
      min-height: 160px;
      font-size: 14px; } }
  .notfound__text {
    line-height: 1.8;
    margin-bottom: 24px; }
  .notfound__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 64px;
    margin: 0 auto 48px;
    background-color: #8C7EA7;
    color: #fff;
    transition: all 0.25s ease; }
    .notfound__link img {
      padding-left: 4px; }
    .notfound__link:hover {
      color: #fff;
      background-color: #7470A4;
      text-decoration: none;
      box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3); }

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