@charset "UTF-8";
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 230, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 230, 0.7);
}

.l-s-member {
  padding: 0 0 min(9.375em, 19.5vw);
}
.l-s-member .member-mv-img {
  aspect-ratio: 96/40;
}
.l-s-member .member-mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-s-member .member-mv-txt {
  margin: max(-3.75em, -7.8vw) auto min(2.75em, 5.72vw);
  padding: 0 3%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.l-s-member .member-mv-txt h2 {
  padding: 1em 0 0.6em;
  color: #d0d3d5;
  text-align: center;
}
.l-s-member .member-mv-txt p {
  font-weight: 700;
  color: #009BE6;
  text-align: center;
  line-height: 1.5;
}
.l-s-member .member-profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-s-member .member-profile-img .photo {
  width: min(6.25em, 15vw);
  height: min(6.25em, 15vw);
  border-radius: 50%;
  overflow: hidden;
}
.l-s-member .member-profile-img .social {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em 0.3125em;
  margin-top: 0.1em;
}
.l-s-member .member-profile-img .social li {
  line-height: 1;
  text-align: center;
}
.l-s-member .member-profile-img .social a {
  position: relative;
  display: block;
  text-align: center;
}
.l-s-member .member-profile-img .social a:after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  margin: auto;
  background: rgba(194, 220, 253, 0);
  z-index: -1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .l-s-member .member-profile-img .social a:hover img, .l-s-member .member-profile-img .social a:active img {
    opacity: 1;
  }
  .l-s-member .member-profile-img .social a:hover:after, .l-s-member .member-profile-img .social a:active:after {
    background: #c2dcfd;
  }
}
.l-s-member .member-profile-img .social span {
  opacity: 0.2;
}
.l-s-member .member-profile-txt {
  width: calc(97% - min(6.25em, 15vw));
}
.l-s-member .member-profile-txt .stl {
  color: #009BE6;
  font-weight: 700;
  line-height: 1.35;
  font-size: 0.875em;
}
.l-s-member .member-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-s-member .member-profile-name h1 {
  font-size: 1.125em;
}
.l-s-member .member-profile-name p {
  color: #999;
  font-size: 0.875em;
}
.l-s-member .member-profile-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
}
.l-s-member .member-profile-web dt:after {
  content: ":";
  padding: 0 0.5em;
  display: inline-block;
}
.l-s-member .member-profile-web a {
  color: #009BE6;
}
.l-s-member .member-profile-body {
  padding: 0.9rem 2.6%;
  background: #f7f7f7;
}
.l-s-member .member-profile-body p {
  font-size: 0.875em;
  line-height: 1.75;
}
.l-s-member .member-profile-body h2 {
  margin: 0.5em 0;
  font-weight: 700;
  font-size: 0.75em;
}
.l-s-member .member-profile-body .md-player-cat {
  padding: 0 1em;
  background: transparent;
  border-left: 5px solid #fff;
}
.l-s-member .member-profile-body .md-player-cat dd {
  overflow: visible;
  display: block;
  -webkit-line-clamp: auto;
}
.l-s-member .member-menu {
  margin-top: min(3em, 6.24vw);
  border-bottom: 1px solid #dfdfdf;
}
.l-s-member .member-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-s-member .member-menu ul li:not(.news),
.l-s-member .member-menu ul .news a {
  cursor: pointer;
  position: relative;
  line-height: 1.35;
}
@media (hover: hover) {
  .l-s-member .member-menu ul li:not(.news),
  .l-s-member .member-menu ul .news a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-s-member .member-menu ul li:not(.news):hover, .l-s-member .member-menu ul li:not(.news):active,
  .l-s-member .member-menu ul .news a:hover,
  .l-s-member .member-menu ul .news a:active {
    color: #009BE6;
  }
}
.l-s-member .member-menu ul .news a {
  display: block;
}
.l-s-member .member-menu ul .special {
  color: #009BE6;
}
.l-s-member .member-menu ul .special:after {
  width: 100%;
  height: 2px;
  background: #009BE6;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}
.l-s-member .member-menu ul .contact {
  margin-left: auto;
  color: #fff;
  padding-left: 2.75em;
  background: #009BE6 url(../img/common/icon_contact.svg) no-repeat left 1em center/1.18em;
}
@media (hover: hover) {
  .l-s-member .member-menu ul .contact {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .l-s-member .member-menu ul .contact:hover, .l-s-member .member-menu ul .contact:active {
    color: #fff;
    background-color: #333;
  }
}
.l-s-member .member-history {
  margin-top: min(4.375em, 9.1vw);
  margin-bottom: min(4.375em, 9.1vw);
}
.l-s-member .member-history h2 {
  font-size: 1.5em;
  line-height: 1.35;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #009BE6;
  border-bottom: 1px solid #dfdfdf;
}
.l-s-member .member-history-list {
  position: relative;
}
.l-s-member .member-history-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 1px;
  height: 100%;
  background: #009BE6;
  z-index: -1;
}
.l-s-member .member-history-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-s-member .member-history-list li + li {
  margin-top: 2em;
}
.l-s-member .member-history-list .year {
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  width: 100%;
  background: #fff;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.l-s-member .member-history-list .year span:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1px;
  background: #333;
  vertical-align: middle;
  margin: 0 0.5em 0.1em 0.35em;
}
.l-s-member .member-history-list .currently {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.l-s-member .member-history-list .icon {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #333;
  overflow: hidden;
}
.l-s-member .member-history-list .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-s-member .member-history-list .history {
  padding-left: 1em;
}
.l-s-member .member-history-list .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.35;
}
.l-s-member .member-history-list .company-name {
  font-weight: 700;
  font-size: 1.3em;
  padding-right: 1em;
  padding-top: 0.25em;
}
.l-s-member .member-history-list .company-year {
  color: #999;
  padding-left: 1em;
}
.l-s-member .member-news {
  margin: min(4.375em, 9.1vw) 0;
}
.l-s-member .member-news h2 {
  font-size: 1.5em;
  line-height: 1.35;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #009BE6;
  border-bottom: 1px solid #dfdfdf;
}
.l-s-member .member-news .more {
  margin-top: 1.85em;
}
.l-s-member .member-news .more a {
  display: block;
  border: 1px solid #dfdfdf;
  color: #999;
  padding: 0.6em 3%;
  text-align: center;
  font-size: 0.8125em;
}
@media (hover: hover) {
  .l-s-member .member-news .more a {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .l-s-member .member-news .more a:hover, .l-s-member .member-news .more a:active {
    background: #009BE6;
    color: #fff;
  }
}
.l-s-member .member-magazine-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3%;
}
@media screen and (min-width: 801px) {
  .l-s-member .member-mv-txt {
    width: 87.5%;
  }
  .l-s-member .member-mv-txt p {
    font-size: 1.5em;
  }
  .l-s-member .member-profile-img .social {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-s-member .member-menu ul li:not(.news),
  .l-s-member .member-menu ul .news a {
    padding: 0.763em 2em 0.763em 3em;
  }
}
@media screen and (max-width: 800px) {
  .l-s-member .member-mv-txt {
    width: 94%;
  }
  .l-s-member .member-mv-txt p {
    font-size: min(1.3em, 3.2vw);
  }
  .l-s-member .member-profile-img .social {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-s-member .member-menu ul {
    font-size: min(1em, 3.5vw);
  }
  .l-s-member .member-menu ul li:not(.news),
  .l-s-member .member-menu ul .news a {
    padding: 0.763em 3%;
  }
}

.md-article {
  word-break: break-all;
}
.md-article p {
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.md-article h2 {
  margin-top: 3em;
  margin-bottom: 1.6em;
  font-size: 1.3em;
  border-bottom: 5px solid #009BE6;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding: 0 0 0.2em;
  line-height: 1.5;
}
.md-article h3 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  font-weight: 700;
  border-left: 3px solid #009BE6;
  background: #f3f8ff;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  line-height: 1.5;
}
.md-article h4 {
  margin-top: 3em;
  margin-bottom: 1.2em;
  font-size: 1.125em;
  font-weight: 700;
  background: #f7f7f7;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  border-radius: 5px;
  line-height: 1.5;
}
.md-article h5 {
  margin-top: 3em;
  margin-bottom: 1.2em;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.md-article h2 + h2,
.md-article h2 + h3,
.md-article h2 + h4,
.md-article h2 + h5,
.md-article h3 + h2,
.md-article h3 + h3,
.md-article h3 + h4,
.md-article h3 + h5,
.md-article h4 + h2,
.md-article h4 + h3,
.md-article h4 + h4,
.md-article h4 + h5,
.md-article h5 + h2,
.md-article h5 + h3,
.md-article h5 + h4,
.md-article h5 + h5 {
  margin-top: 0.9em;
}
.md-article p + p,
.md-article p + img,
.md-article p + ul,
.md-article p + ol,
.md-article img + p,
.md-article img + ul,
.md-article img + ol,
.md-article ul + ol,
.md-article ul + p,
.md-article ul + img,
.md-article ol + p,
.md-article ol + img,
.md-article ol + ul {
  margin-top: 1.8em;
}
.md-article ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.35em;
}
.md-article ul li:before {
  position: absolute;
  content: "・";
  left: 0.25em;
  top: 0;
}
.md-article ol {
  counter-reset: number 0;
}
.md-article ol li {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.35em;
}
.md-article ol li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  content: counter(number) ".";
  font-weight: 700;
}
.md-article a {
  color: #009BE6;
  text-decoration: underline;
}
.md-article a:hover, .md-article a:active {
  text-decoration: none;
}
.md-article em {
  font-style: italic;
  font-weight: 700;
}
.md-article blockquote {
  position: relative;
  padding: 1em 1em 1em 2em;
  font-style: italic;
  color: #464646;
  border: 1px solid #c2dcfd;
  border-radius: 3px;
}
.md-article blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2em;
  height: 1.3em;
  background: url(../img/common/icon_quote.svg) no-repeat center center;
  z-index: 2;
}
.md-article blockquote:after {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  border-width: 0 0 2.5em 2.5em;
  border-style: solid;
  border-color: transparent #ffffff;
}
.md-article blockquote p {
  position: relative;
  padding: 0;
  margin: 1em 0;
  z-index: 3;
}
.md-article blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.md-article code {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #eee;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
.md-article hr {
  border: 1px solid #ededed;
}
.md-article .gallery {
  margin-bottom: 20px;
}
.md-article .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.md-article .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.md-article .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}
.md-article .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}
.md-article .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}
.md-article .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}
.md-article .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}
.md-article .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}
.md-article .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}
.md-article .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}
.md-article .gallery-columns-1 .gallery-item:nth-of-type(1n),
.md-article .gallery-columns-2 .gallery-item:nth-of-type(2n),
.md-article .gallery-columns-3 .gallery-item:nth-of-type(3n),
.md-article .gallery-columns-4 .gallery-item:nth-of-type(4n),
.md-article .gallery-columns-5 .gallery-item:nth-of-type(5n),
.md-article .gallery-columns-6 .gallery-item:nth-of-type(6n),
.md-article .gallery-columns-7 .gallery-item:nth-of-type(7n),
.md-article .gallery-columns-8 .gallery-item:nth-of-type(8n),
.md-article .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.md-article .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  /* font-size: 12px; */
  font-size: 80%;
  line-height: 1.5;
  margin: 0;
  max-height: 60%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.md-article .ie7 .gallery-caption,
.md-article .ie8 .gallery-caption {
  background: #000;
  filter: alpha(opacity=0);
}
.md-article .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.md-article .gallery-item:hover .gallery-caption {
  opacity: 1;
}
.md-article .ie7 .gallery-item:hover .gallery-caption,
.md-article .ie8 .gallery-item:hover .gallery-caption {
  filter: alpha(opacity=70);
}
.md-article .gallery-columns-7 .gallery-caption,
.md-article .gallery-columns-8 .gallery-caption,
.md-article .gallery-columns-9 .gallery-caption {
  display: none;
}
.md-article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
.md-article .alignright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}
.md-article .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.md-article .wp-caption,
.md-article [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
  color: #999;
  font-size: 0.75em;
}
.md-article .wp-caption-text {
  margin-top: 0;
}
.md-article img + .wp-caption-text {
  margin-top: 1em;
}
.md-article table:not([class]) {
  width: 100%;
  margin: 0.5em 0;
}
.md-article table:not([class]) th {
  padding: 0.5em 1em;
  background: #eee;
  line-height: 1.5;
  border: solid 1px #d6dde4;
  font-weight: 700;
}
.md-article table:not([class]) td {
  padding: 0.5em 1em;
  border: solid 1px #d6dde4;
}
.md-article *:first-child {
  margin-top: 0;
}

.l-article {
  padding: 0 0 min(9.375em, 19.5vw);
}
.l-article .article-header h1 {
  padding-bottom: 0.3em;
  margin-bottom: 0.75em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.35;
  border-bottom: 5px solid #009BE6;
}
.l-article .article-tags h3 {
  font-weight: 700;
  margin: 3em 0 0.5em;
  padding-left: 1.5em;
  background: url(../img/common/icon_tag.svg) no-repeat left 54%/1em;
}
.l-article .article-tags .article-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
}
.l-article .article-tags .article-tags-list a {
  color: #009BE6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-article .article-tags .article-tags-list a:hover, .l-article .article-tags .article-tags-list a:active {
    color: #009BE6;
  }
}
.l-article .article-s-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1em;
  margin-top: 0.25em;
  gap: 0 1em;
}
.l-article .article-s-cat {
  font-size: 0.75em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.l-article .article-s-cat li {
  letter-spacing: 0.1em;
  color: #999;
}
.l-article .article-s-cat li:after {
  content: ",";
  padding: 0 0.2em;
}
.l-article .article-s-cat li:last-child:after {
  content: none;
}
.l-article .article-s-date {
  font-size: 0.875em;
  color: #999;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
}