/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1310px;
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75em;
  color: var(--color-base-text);
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
@media screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}

.smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sp_block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}
.sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
.object-fit {
  overflow: hidden;
  -webkit-transition:
    -webkit-transform 0.2s ease,
    -webkit-filter 0.2s ease;
  transition:
    -webkit-transform 0.2s ease,
    -webkit-filter 0.2s ease;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    -webkit-transform 0.2s ease,
    -webkit-filter 0.2s ease;
}
.object-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
img {
  display: block;
  width: 100%;
  height: auto;
}

/*=====================================================================================================================*/
/* members
/*=====================================================================================================================*/
.members {
  width: 1060px;
  margin: 90px auto 0 auto;

  @media screen and (max-width: 767px) {
    width: calc(100% - 40px);
    margin: 48px auto 0 auto;
  }

  .members__introduce-text {
    text-align: center;

    @media screen and (max-width: 767px) {
      font-size: 14px;
      text-align: left;
    }
  }
}

.profiles {
  width: 1060px;
  margin: 120px auto 0 auto;

  @media screen and (max-width: 767px) {
    width: calc(100% - 40px);
    margin: 64px auto 0 auto;
  }
}

.analysts {
  width: 100%;
  margin-top: 128px;

  @media screen and (max-width: 767px) {
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid #DFDFE4;
  }

  .analysts__inner {
    width: 1060px;
    margin: 0 auto;

    @media screen and (max-width: 767px) {
      width: calc(100% - 40px);
    }
  }
}

.profile {
  margin-top: 52px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;

  @media screen and (max-width: 767px) {
    margin-top: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .profile__img {
    width: 240px;
    flex-shrink: 0;

    @media screen and (max-width: 767px) {
      width: 100%;
      display: flex;
      flex-flow: row;
      justify-content: flex-start;
      align-items: center;
    }

    img {
      width: 100%;
      height: 230px;
      object-fit: cover;

      @media screen and (max-width: 767px) {
        width: 96px;
        height: 92px;
        margin-right: 16px;
      }
    }
  }

  .profile__contents {
    width: calc(100% - 272px);

    @media screen and (max-width: 767px) {
      width: 100%;
      margin-top: 20px;
    }
  }

  .profile__name {
    margin-top: 12px;

    @media screen and (max-width: 767px) {
      margin-top: 0;
    }
  }

  .profile__name-positon {
    line-height: 1em;
    color: var(--color-primary);

    @media screen and (max-width: 767px) {
      font-size: 12px;
    }
  }

  .profile__name-ja {
    font-size: 30px;
    font-weight: 700;
    margin-top: 18px;

    @media screen and (max-width: 767px) {
      font-size: 16px;
      margin-top: 8px;
    }
  }

  .profile__name-en {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-left: 12px;

    @media screen and (max-width: 767px) {
      font-size: 12px;
      margin-left: 8px;
    }
  }

  .profile__text {
    font-weight: 400;
    margin-top: 18px;

    @media screen and (max-width: 767px) {
      font-size: 14px;
      margin-top: 0;
    }
  }
}

.profile + .profile {
  margin-top: 64px;
}

/*====================================*/
/* footer
/*====================================*/
.footer {
  margin-top: 190px;

  @media screen and (max-width: 767px) {
    margin-top: 96px;
  }
}
