@charset "UTF-8";
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-weight: 400; /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
html:before,
body:before {
  width: 1px;
  height: 100%;
  background: #f00;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}
html a,
html button,
html .children,
body a,
body button,
body .children {
  transition: opacity 0.3s ease;
}

input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400; /* regular */
  color: colorsblack;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word;
}

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none;
}
input:hover,
button:hover,
textarea:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #memberArchive {
    padding-bottom: 90px;
    padding-bottom: calc(90 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive {
    padding-bottom: 150px;
  }
}
#memberArchive .blue {
  color: #006EFF;
}
#memberArchive .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #memberArchive .img {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive .img {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive .img {
    margin-bottom: calc(100 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive .img {
    margin-bottom: 100px;
  }
}
#memberArchive .img img {
  width: 100%;
}
#memberArchive #statement {
  width: 100%;
  font-weight: 700; /* bold */
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #memberArchive #statement {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #memberArchive #statement {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement {
    line-height: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement {
    line-height: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement {
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) {
  #memberArchive #statement {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement {
    padding-top: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement {
    padding-top: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement {
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #memberArchive #statement {
    padding-bottom: 30px;
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement {
    padding-bottom: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #memberArchive #statement {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement {
    margin-bottom: calc(100 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement {
    margin-bottom: 100px;
  }
}
#memberArchive #statement:before, #memberArchive #statement:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberArchive #statement:before, #memberArchive #statement:after {
    height: 20px;
  }
}
#memberArchive #statement:before {
  top: 0;
  left: 0;
  border-top: solid 2px #006EFF;
  border-left: solid 2px #006EFF;
}
#memberArchive #statement:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #006EFF;
  border-right: solid 2px #006EFF;
}

@media screen and (max-width: 768px) {
  .member-list__item:not(:last-of-type) {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item:not(:last-of-type) {
    margin-bottom: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.member-list__item .label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .member-list__item .label {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .label {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .label {
    font-size: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .label {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .label {
    line-height: 24px;
    line-height: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .label {
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .label {
    line-height: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .label {
    line-height: 30px;
  }
}
.member-list__item .card {
  background: #006EFF;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .member-list__item .card {
    transition: all 0.3s;
  }
  .member-list__item .card:hover {
    background: #0052BF;
  }
  .member-list__item .card:hover .card-img img {
    scale: 1.1;
  }
}
.member-list__item .card-img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .member-list__item .card-img {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-img {
    width: 850px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-img {
    width: calc(850 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-img {
    width: 850px;
  }
}
.member-list__item .card-img img {
  transition: all 0.3s;
}
.member-list__item .card-copy {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy {
    left: 20px;
    left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy {
    left: 784px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy {
    left: calc(784 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy {
    left: 784px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy {
    font-size: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy {
    line-height: 24px;
    line-height: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy {
    line-height: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy {
    line-height: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy {
    top: 50%;
    translate: 0 -2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy {
    top: 50%;
    translate: 0 -50%;
  }
}
.member-list__item .card-copy .line {
  background: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy .line {
    padding-top: 3px;
    padding-top: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy .line {
    padding-top: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-top: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy .line {
    padding-bottom: 3px;
    padding-bottom: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy .line {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-bottom: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy .line {
    padding-left: 5px;
    padding-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy .line {
    padding-left: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-left: calc(6 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy .line {
    padding-right: 5px;
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy .line {
    padding-right: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-right: calc(6 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy .line {
    padding-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .card-copy .line {
    margin-bottom: 4px;
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .card-copy .line {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .card-copy .line {
    margin-bottom: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .card-copy .line {
    margin-bottom: 7px;
  }
}
.member-list__item .gr-1 {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .member-list__item .gr-1 {
    padding-top: 60px;
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .gr-1 {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .gr-1 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .gr-1 {
    padding-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .gr-1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .gr-1 {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .gr-1 {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .gr-1 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .gr-1 {
    padding-right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .gr-1 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .gr-1 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.member-list__item .meta {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .member-list__item .meta {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .meta {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .meta {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .meta {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .meta {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .meta {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .meta {
    margin-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .meta {
    margin-bottom: 5px;
  }
}
.member-list__item .name {
  letter-spacing: 0.1em;
  font-weight: 700; /* bold */
  text-align: right;
}
@media screen and (max-width: 768px) {
  .member-list__item .name {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .name {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .name {
    font-size: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .name {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .name {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .name {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .name {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .name {
    margin-bottom: 10px;
  }
}
.member-list__item .more {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member-list__item .more {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .more {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .more {
    font-size: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .more {
    font-size: 21px;
  }
}
.member-list__item .more .arrow {
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .member-list__item .more .arrow {
    width: 70px;
    width: calc(70 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .more .arrow {
    width: 102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .more .arrow {
    width: calc(102 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .more .arrow {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .more .arrow {
    height: 7px;
    height: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .more .arrow {
    height: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .more .arrow {
    height: calc(11 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .more .arrow {
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .more .arrow {
    margin-left: 5px;
    margin-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .more .arrow {
    margin-left: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .more .arrow {
    margin-left: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .more .arrow {
    margin-left: 7px;
  }
}
.member-list__item .more .arrow:after {
  content: "";
  display: block;
  animation: arrow 2s infinite;
  background-image: url(../../assets/images/recruit2024/icon-arrow-right-2.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .member-list__item .more .arrow:after {
    width: 70px;
    width: calc(70 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .more .arrow:after {
    width: 102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .more .arrow:after {
    width: calc(102 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .more .arrow:after {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .more .arrow:after {
    height: 7px;
    height: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .more .arrow:after {
    height: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .more .arrow:after {
    height: calc(11 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .more .arrow:after {
    height: 11px;
  }
}

@keyframes arrow {
  0% {
    transform: translateX(-100%);
  }
  60%, 100% {
    transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ----------------------------------------------------------

詳細

---------------------------------------------------------- */
#memberDetail .blue {
  color: #006EFF;
}
#memberDetail #member-detail__meta .meta-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .meta-container {
    margin-top: 40px;
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .meta-container {
    padding-top: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .meta-container {
    padding-top: calc(100 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .meta-container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .figure {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .figure {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .figure {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .figure {
    margin-bottom: 30px;
  }
}
#memberDetail #member-detail__meta .title {
  position: relative;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title {
    top: -20px;
    top: calc(-20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title {
    top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title {
    top: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title {
    left: 20px;
    left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title {
    left: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title {
    left: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title {
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title {
    position: absolute;
  }
}
#memberDetail #member-detail__meta .title .line {
  color: #fff;
  background: #006EFF;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title .line {
    padding-top: 3px;
    padding-top: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title .line {
    padding-top: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-top: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title .line {
    padding-bottom: 3px;
    padding-bottom: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title .line {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-bottom: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title .line {
    padding-left: 5px;
    padding-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title .line {
    padding-left: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-left: calc(6 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title .line {
    padding-right: 5px;
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title .line {
    padding-right: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-right: calc(6 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    padding-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__meta .title .line {
    margin-bottom: 4px;
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__meta .title .line {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    margin-bottom: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__meta .title .line {
    margin-bottom: 7px;
  }
}
#memberDetail #member-detail__data .data-container {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .data-container {
    border-radius: 6px;
    border-radius: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .data-container {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .data-container {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .data-container {
    padding-top: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-top: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .data-container {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .data-container {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-bottom: calc(37 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .data-container {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .data-container {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .data-container {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .data-container {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .data-container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .data-container {
    border: solid 2px #006EFF;
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .data-container {
    border: solid 3px #006EFF;
    display: flex;
  }
}
#memberDetail #member-detail__data .label {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .label {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .label {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .label {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .label {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .label {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .label {
    width: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .label {
    width: calc(220 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .label {
    width: 220px;
  }
}
#memberDetail #member-detail__data .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list {
    width: 830px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list {
    width: calc(830 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list {
    width: 830px;
  }
}
#memberDetail #member-detail__data .list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DCDCDC;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item {
    width: 295px;
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item {
    width: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item {
    width: calc(400 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item {
    margin-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item {
    padding-bottom: 5px;
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item {
    padding-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item {
    padding-bottom: 5px;
  }
}
#memberDetail #member-detail__data .list-item__label {
  background: #006EFF;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item__label {
    width: 90px;
    width: calc(90 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item__label {
    width: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    width: calc(110 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item__label {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item__label {
    height: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    height: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item__label {
    border-radius: 12px;
    border-radius: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item__label {
    border-radius: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    border-radius: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item__label {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item__label {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item__label {
    font-size: 15px;
  }
}
#memberDetail #member-detail__data .list-item__value {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item__value {
    width: 275px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item__value {
    width: calc(275 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item__value {
    width: 275px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__data .list-item__value {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__data .list-item__value {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__data .list-item__value {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__data .list-item__value {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__chapter {
    padding-bottom: 80px;
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__chapter {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__chapter {
    padding-bottom: calc(130 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__chapter {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item {
    padding-top: 40px;
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item {
    padding-top: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item {
    padding-bottom: 40px;
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item {
    padding-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .figure {
    margin-top: 30px;
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .figure {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .figure {
    margin-top: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .figure {
    margin-top: 50px;
  }
}
#memberDetail .chapter-item .chapter-item__title {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .chapter-item__title {
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .chapter-item__title {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__title {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__title {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .chapter-item__title {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .chapter-item__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__title {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__title {
    margin-bottom: 40px;
  }
}
#memberDetail .chapter-item .chapter-item__body {
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .chapter-item__body {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .chapter-item__body {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .chapter-item__body {
    line-height: 28px;
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .chapter-item__body {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body {
    line-height: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .chapter-item__body {
    width: 295px;
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .chapter-item__body {
    width: 650px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body {
    width: calc(650 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#memberDetail .chapter-item .blue {
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #memberDetail #member-detail__mybest {
    padding-bottom: 80px;
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail #member-detail__mybest {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail #member-detail__mybest {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail #member-detail__mybest {
    padding-bottom: 150px;
  }
}
#memberDetail .mybest-container {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container {
    border-radius: 6px;
    border-radius: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container {
    padding-top: 40px;
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container {
    padding-top: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container {
    padding-top: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container {
    padding-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container {
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container {
    padding-bottom: calc(51 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container {
    padding-bottom: 51px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container {
    border: solid 2px #006EFF;
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container {
    border: solid 3px #006EFF;
  }
}
#memberDetail .mybest-container .mybest-label {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: #006EFF;
  padding: 0.5em 2em;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-label {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-label {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-label {
    font-size: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-label {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-label {
    border-radius: 30px;
    border-radius: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-label {
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-label {
    border-radius: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-label {
    border-radius: 30px;
  }
}
#memberDetail .mybest-container .mybest-label:after {
  content: "";
  background: #006EFF;
  position: absolute;
  bottom: 1px;
  left: 50%;
  translate: -50% 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-label:after {
    width: 17px;
    width: calc(17 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-label:after {
    width: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-label:after {
    width: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-label:after {
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-label:after {
    height: 16px;
    height: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-label:after {
    height: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-label:after {
    height: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-label:after {
    height: 16px;
  }
}
#memberDetail .mybest-container .figure {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .figure {
    width: 100px;
    width: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .figure {
    width: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .figure {
    width: calc(160 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .figure {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .figure {
    height: 100px;
    height: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .figure {
    height: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .figure {
    height: calc(160 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .figure {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .figure {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .figure {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .figure {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .figure {
    margin-bottom: 30px;
  }
}
#memberDetail .mybest-container .mybest-head-1 {
  width: 100%;
  font-weight: 700; /* bold */
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1 {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1 {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1 {
    line-height: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    line-height: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-top: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-bottom: 30px;
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-bottom: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1 {
    padding-bottom: 18px;
  }
}
#memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-head-1:before, #memberDetail .mybest-container .mybest-head-1:after {
    height: 20px;
  }
}
#memberDetail .mybest-container .mybest-head-1:before {
  top: 0;
  left: 0;
  border-top: solid 2px #006EFF;
  border-left: solid 2px #006EFF;
}
#memberDetail .mybest-container .mybest-head-1:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #006EFF;
  border-right: solid 2px #006EFF;
}
#memberDetail .mybest-container .gr-1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .gr-1 {
    display: flex;
    justify-content: space-between;
  }
}
#memberDetail .mybest-container .gr-1 .label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  display: block;
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .gr-1 .label {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .gr-1 .label {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .gr-1 .label {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .gr-1 .label {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .gr-1 .label {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .gr-1 .label {
    width: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .gr-1 .label {
    width: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .gr-1 .label {
    width: 150px;
  }
}
#memberDetail .mybest-container .mybest-body {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-body {
    width: 900px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-body {
    width: calc(900 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-body {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-body {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-body {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-body {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #memberDetail .mybest-container .mybest-body {
    line-height: 24px;
    line-height: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail .mybest-container .mybest-body {
    line-height: 33px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail .mybest-container .mybest-body {
    line-height: calc(33 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail .mybest-container .mybest-body {
    line-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  #memberDetail-archive {
    padding-bottom: 80px;
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #memberDetail-archive {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #memberDetail-archive {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #memberDetail-archive {
    padding-bottom: 150px;
  }
}
