@charset "UTF-8";

/* TopSlider */
.TopSlider {
  margin: 0 !important;
}

.TopSlider{
  opacity: 0;
  transition: opacity .3s linear;
}
.TopSlider.slick-initialized{
  opacity: 1;
}

.TopSlider-wrap {
  background: #0f1923;
  padding: 10px 0;
  position: relative;
}

.TopSlider-wrap:before {
  content: "VALORANT";
  font-family: 'Anton', sans-serif;
  font-size: 140px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #212932;
  white-space: nowrap;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

@media (min-width: 1120px) {
  .TopSlider-wrap:before {
    font-size: 300px;
    bottom: -15px;
    left: 40%;
  }
}

@media (min-width: 1120px) {
  .TopSlider-wrap {
    padding: 16px 0;
  }
}

.TopSlider-item {
  padding: 0 5px;
}

@media (min-width: 1120px) {
  .TopSlider-item {
    padding: 0 8px;
  }
}

.TopSlider-content_media {
  /*border-radius: 10px;*/
  border: 1px solid #ece8e1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 1120px) {
  .TopSlider-content_media {
    border-radius: 0;
  }
}

.TopSlider-content_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.TopSlider-content_ttl {
  color: #ece8e1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  position: relative;
}

.TopSlider-content_ttl span {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  margin-right: 5px;
  line-height: 27px;
  vertical-align: top;
}

@media (max-width: 1120px) {
  .TopSlider-content_ttl span {
    border-radius: 10px;
    line-height: 20px;
    font-size: 11px;
    padding: 2px 8px;
  }
}

.TopSlider-content_ttl .label-mildom {
  background: #38cce3;
}

.TopSlider-content_ttl .label-youtube {
  background: #cc0000;
}

.TopSlider-content_ttl .label-article {
  background: #3cb296;
}

@media (min-width: 1120px) {
  .TopSlider-content_ttl {
    font-size: 17px;
  }
}

.TopSlider-dots {
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 1120px) {
  .TopSlider-dots {
    margin-top: 24px;
  }
}

.TopSlider-dots li {
  display: inline-block;
  width: 20px;
  height: 3px;
  position: relative;
  margin: 0 2px;
}

@media (min-width: 1120px) {
  .TopSlider-dots li {
    width: 30px;
    height: 4px;
    margin: 0 4px;
  }
}

.TopSlider-dots li button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.TopSlider-dots li button:before {
  content: "";
  background-color: #ece8e1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.TopSlider-dots li.slick-active button:before {
  background-color: #ff4654;
}

/* pr-card */
.pr-card {
  padding: 20px 20px 0;
}

@media (min-width: 1120px) {
  .pr-card {
    padding: 0;
  }
}

.pr-card_in {
  background-color: #f2f2f2;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1120px) {
  .pr-card_in {
    border-radius: 5px;
  }
}

.pr-card_in .card-heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  position: relative;
}

@media (min-width: 1120px) {
  .pr-card_in .card-heading {
    padding: 20px;
  }
}

.pr-card_in .card-heading_in {
  display: table;
  width: 100%;
  height: 100%;
}

.pr-card_in .card-heading_content {
  color: #2da7cf;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 1120px) {
  .pr-card_in .card-heading_content {
    font-size: 15px;
  }
}

.pr-card_in .card-thumb {
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.pr-card_in .card-thumb_in {
  width: 100%;
  height: 80px;
}

.pr-card_in .card-thumb_in img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* bnr */
.bnr {
  padding: 0;
  margin: 15px 0;
}

@media (min-width: 1120px) {
  .bnr {
    padding: 0;
    margin: 0 0 15px 0;
  }
}

.bnr a {
  display: block;
  width: 100%;
  height: auto;
}

.bnr a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* article-style */
.article-list,
.lesson-list {
  padding: 0 20px;
}

@media (min-width: 1120px) {
  .article-list,
  .lesson-list {
    padding: 0;
  }
}

.article-item,
.lesson-item {
  border-bottom: 1px solid #bdbcb7;
}

.article-item:last-child,
.lesson-item:last-child {
  border-bottom: none;
}

@media (min-width: 1120px) {
  .weekly .article-item {
    border-bottom: 1px solid #bdbcb7 !important;
  }
  .weekly .article-item:last-child {
    border-bottom: none !important;
  }
}

.article-item_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1120px) {
  .article-item_in {
    padding: 20px 0;
  }
}

.article-item .item-heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 15px;
  position: relative;
  margin-right: 15px;
}

@media (min-width: 1120px) {
  .article-item .item-heading {
    margin-right: 20px;
  }
}

.article-item .item-heading_top .article-cat {
  font-size: 10px;
  font-weight: bold;
}

@media (min-width: 1120px) {
  .article-item .item-heading_top .article-cat {
    font-size: 12px;
  }
}

.article-item .item-heading_top .article-ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 6px;
  transition-duration: 0.2s;
}

@media (min-width: 1120px) {
  .article-item .item-heading_top .article-ttl {
    font-size: 18px;
  }
  .article-item:hover .article-ttl {
    color: #2da7cf;
  }
}

.article-item .item-heading_bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.article-item .item-heading_bottom .article-author, .article-item .item-heading_bottom .article-date {
  font-size: 10px;
  color: #7a7e88;
}

@media (min-width: 1120px) {
  .article-item .item-heading_bottom .article-author, .article-item .item-heading_bottom .article-date {
    font-size: 12px;
  }
}

.article-item .item-heading_bottom .article-author {
  float: left;
}

.article-item .item-heading_bottom .article-date {
  float: left;
}

.article-item .item-thumb {
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

@media (min-width: 1120px) {
  .article-item .item-thumb {
    background-color: #000;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    height: 140px;
    overflow: hidden;
  }
  .article-item .item-thumb img {
    transition-duration: 0.3s;
  }
  .article-item_in:hover img {
    transform: scale(1.1); 
    transition-duration: 0.3s;
    opacity: 0.7;
  }
}

.article-item .item-thumb_in {
  width: 100%;
  height: 80px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .article-item .item-thumb_in {
    border-radius: 10%;
  }
}

@media (min-width: 1120px) {
  .article-item .item-thumb_in {
    height: 100%;
  }
}

.article-item .item-thumb_in img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sub .article-item .item-thumb {
  height: 80px;
}

.ranking {
  position: relative;
}

.ranking .article-ttl {
  margin-top: 26px !important;
}

@media (min-width: 1120px) {
  .sp-transform.article-item {
    background: #fff;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .sp-transform .article-ttl {
    font-size: 13px !important;
  }
  .sp-transform .article-item_in {
    padding: 0;
  }
  .sp-transform .item-heading {
    padding: 15px 10px 0;
    margin-right: 0;
  }
}

.sp-transform .item-heading {
  padding-bottom: 0;
}

@media (min-width: 1120px) {
  #sub .article-item .item-thumb {
    height: 100px;
  }
  .l-container_sub .sp-transform .item-thumb {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
  .l-container_sub .sp-transform .item-thumb_in {
    height: 100px;
  }
}

.ranking:before {
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 15px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (min-width: 1120px) {
  .ranking:before {
    top: 20px;
  }
  .l-container_sub .ranking:before {
    top: 15px;
    left: 10px;
  }
}

.ranking:nth-child(1):before {
  content: "No.1";
  background-color: #ebb400;
}

.ranking:nth-child(2):before {
  content: "No.2";
  background-color: #798d9c;
}

.ranking:nth-child(3):before {
  content: "No.3";
  background-color: #da6f0b;
}

.ranking:nth-child(n+4):before {
  background-color: #ababab;
}

.ranking:nth-child(4):before {
  content: "No.4";
}

.ranking:nth-child(5):before {
  content: "No.5";
}

.ranking:nth-child(6):before {
  content: "No.6";
}

.ranking:nth-child(7):before {
  content: "No.7";
}

.ranking:nth-child(8):before {
  content: "No.8";
}

.ranking:nth-child(9):before {
  content: "No.9";
}

.ranking:nth-child(10):before {
  content: "No.10";
}

/* lesson-style */
.lesson-item_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1120px) {
  .lesson-item_in {
    padding: 15px 0;
  }
}

.lesson-item .item-heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-left: 15px;
}

@media (min-width: 1120px) {
  .lesson-item .item-heading {
    margin-left: 20px;
  }
}

.lesson-item .item-heading_top {
  padding-right: 40px;
  position: relative;
}

.lesson-item .item-heading_top:after {
  content: "";
  background-color: #ff4654;
  background-image: url("../images/icon/arrow-right_w.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 0;
}

@media (min-width: 1120px) {
  .lesson-item .item-heading_top:after {
    top: 60px;
  }
}

.lesson-item .item-heading_top .lesson-ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3px;
}

@media (min-width: 1120px) {
  .lesson-item .item-heading_top .lesson-ttl {
    font-size: 18px;
  }
}

.lesson-item .item-heading_top .lesson-read {
  color: #7a7e88;
  font-size: 11px;
  line-height: 1.5;
}

@media (min-width: 1120px) {
  .lesson-item .item-heading_top .lesson-read {
    font-size: 14px;
  }
}

.lesson-item .item-thumb {
  border-radius: 15%;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  overflow: hidden;
}

@media (min-width: 1120px) {
  .lesson-item .item-thumb {
    border-radius: 5px;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    height: 140px;
  }
}

.lesson-item .item-thumb_in {
  width: 100%;
  height: 80px;
}

@media (min-width: 1120px) {
  .lesson-item .item-thumb_in {
    height: 100%;
  }
}

.lesson-item .item-thumb_in img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* category-list */

@media (max-width: 1120px) {
  .category-list {
    padding: 0 20px;
    margin-top: 20px;
  }
}

.category-list_item {
  width: 100%;
  margin-bottom: 5px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
}

.category-list_item:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .l-container_main .category-list_item {
    -webkit-width: calc((100% - 33px) / 3);
    width: calc((100% - 33px) / 3);
    float: left;
    margin-right: 16px;
  }
  .l-container_main .category-list_item:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .l-container_main .category-list_item:nth-child(3n) {
    margin-right: 0;
  }
}

.category-list_item a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

@media (min-width: 1120px) {
  .category-list_media {
    background-color: #000;
    height: 130px;
    overflow: hidden;
  }
  .category-list_media img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition-duration: 0.3s;
  }
  .category-list_item a:hover img {
    transform: scale(1.1); 
    transition-duration: 0.3s;
    opacity: 0.7;
  }
}

@media (max-width: 1120px) {
  .category-list_media {
    width: 35%;
    height: 80px;
    float: left;
  }
  .category-list_media__in {
    width: 100%;
    height: 100%;
  }
  .category-list_media__in img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.l-container_sub .category-list_media {
  width: 35%;
  height: 80px;
  float: left;
}
.l-container_sub .category-list_media__in {
  width: 100%;
  height: 100%;
}
.l-container_sub .category-list_media__in img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.category-list_content {
  background-color: #0f1923;
  padding: 20px 18px;
}

@media (max-width: 1120px) {
  .category-list_content {
    width: 65%;
    height: 80px;
    padding: 15px;
    float: left;
  }
}

.l-container_sub .category-list_content {
  display: table;
  width: 65%;
  height: 80px;
  padding: 15px;
  float: left;
}

.category-list_ttl {
  color: #ece8e1;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1120px) {
  .category-list_ttl {
    font-size: 13px;
  }
}

.l-container_sub .category-list_ttl {
  font-size: 13px;
}

.category-list_ttl__en {
  display: block;
  margin-bottom: 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 1120px) {
  .category-list_ttl__en {
    margin-bottom: 5px;
  }
}

.l-container_sub .category-list_ttl__en {
  margin-bottom: 5px;
}

.category-list_read {
  color: #888;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .category-list_read {
    font-size: 11px;
    line-height: 1.5;
  }
}

.l-container_sub .category-list_read {
  font-size: 11px;
  line-height: 1.5;
}

/* 横スクロール */
.slider-wrap {
  height: 240px;
  overflow-y: hidden;
  padding-top: 10px;
}

@media (min-width: 1120px) {
  .slider-wrap {
    overflow-y: visible;
    height: auto;
  }
}

.slider-wrap.movie {
  height: 200px;
}

.slider-wrap.movie .slider-item_thumb {
  height: 129px;
}

.slider-wrap.movie .slider-item_thumb:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/icon/icon-yt-bx.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1120px) {
  .slider-wrap.movie .slider-item_thumb:before {
    border-radius: 5px;
  }
}

.slider-list {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

@media (min-width: 1120px) {
  .slider-list {
    overflow-y: visible;
    overflow-x: visible;
    white-space: normal;
    padding-bottom: 0;
    font-size: 0;
  }
}

.slider-item {
  margin-right: 10px;
  display: inline-block;
  width: 250px;
}

@media (min-width: 1120px) {
  .slider-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
  }
  .slider-item:nth-child(3n) {
    margin-right: 0;
  }
  .slider-item:nth-child(n+4) {
    margin-bottom: 0;
  }
}

.slider-item:first-child {
  margin-left: 20px;
}

@media (min-width: 1120px) {
  .slider-item:first-child {
    margin-left: 0;
  }
}

.slider-item:last-child {
  margin-right: 20px;
}

@media (min-width: 1120px) {
  .slider-item:last-child {
    margin-right: 0;
  }
}

.slider-item_thumb {
  border-radius: 10px;
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1120px) {
  .slider-item_thumb {
    border-radius: 5px;
    height: 130px;
  }
}

.slider-item_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item_in {
  display: block;
}

.slider-item_content {
  white-space: normal;
  padding-top: 10px;
}

.slider-item_content .slider-cat {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
}

@media (min-width: 1120px) {
  .slider-item_content .slider-cat {
    font-size: 12px;
  }
}

.slider-item_content .slider-ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 1120px) {
  .slider-item_content .slider-ttl {
    font-size: 16px;
  }
  .TopSlider-content_ttl {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .TopSlider-content:hover .TopSlider-content_ttl {
    color: #2da7cf;
  }
}

.slider-bottom {
  width: 100%;
  height: 25px;
  margin-top: 10px;
}

@media (min-width: 1120px) {
  .slider-bottom {
    height: 32px;
  }
}

.slider-bottom .slider-author {
  float: left;
}

.slider-bottom .slider-author_in {
  display: table;
  width: 100%;
  height: 100%;
}

.slider-bottom .slider-author_icon {
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

@media (min-width: 1120px) {
  .slider-bottom .slider-author_icon {
    width: 32px;
    height: 32px;
  }
}

.slider-bottom .slider-author_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-bottom .slider-author_name {
  font-size: 10px;
  color: #7a7e88;
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}

@media (min-width: 1120px) {
  .slider-bottom .slider-author_name {
    font-size: 12px;
  }
}

.slider-bottom .slider-date {
  font-size: 10px;
  color: #7a7e88;
  float: right;
  line-height: 25px;
}

@media (min-width: 1120px) {
  .slider-bottom .slider-date {
    font-size: 12px;
    line-height: 32px;
  }
}

/* player */
.player-list {
  padding: 10px 20px;
}

@media (min-width: 1120px) {
  .player-list {
    padding: 10px 0 0 0;
  }
}

.player-item {
  position: relative;
  margin-bottom: 10px;
}

.player-item:last-child {
  margin-bottom: 0;
}

.player-item:after {
  content: "";
  background-color: #ff4654;
  background-image: url("../images/icon/arrow-right_w.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.player-item_in {
  background-color: #0f1923;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.player-thumb {
  width: 80px;
  height: 80px;
  float: left;
}

.player-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1120px) {
  .player-thumb {
    background-color: #000;
    overflow: hidden;
  }
  .player-thumb img {
    transition-duration: 0.3s;
  }
  .player-item_in:hover img {
    transform: scale(1.1); 
    transition-duration: 0.3s;
    opacity: 0.7;
  }
}

.player-content {
  width: calc(100% - 80px);
  height: 80px;
  float: right;
}

.player-content_in {
  display: table;
  width: 100%;
  height: 100%;
  padding: 15px 40px 15px 15px;
}

.player-content_in .player-name {
  color: #ece8e1;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}

.player-content_in .player-name em {
  color: #ff4654;
  display: block;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 4px;
}

/* heading-box */
.heading-box_photo {
  padding: 0 20px;
  position: relative;
}

@media (min-width: 1120px) {
  .heading-box_photo {
    padding: 0;
  }
}

.heading-box_photo__in {
  border-radius: 10px;
  overflow: hidden;
}

.heading-box_photo__in img {
  display: block;
  width: 100%;
  height: auto;
}

.heading-box_sns {
  position: absolute;
  bottom: -20px;
  right: 8%;
}

@media (min-width: 1120px) {
  .heading-box_sns {
    right: 20px;
  }
}

.heading-box_sns__item {
  float: left;
}

.heading-box_sns__item:nth-child(n+2) {
  margin-left: 5px;
}

.heading-box_sns__item a {
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.24);
  display: block;
  width: 40px;
  height: 40px;
}

.heading-box_sns__item a img {
  display: block;
  width: 100%;
  height: auto;
}

.heading-box_content {
  padding: 0 20px;
}

@media (min-width: 1120px) {
  .heading-box_content {
    padding: 0;
  }
}

.heading-box_ttl {
  color: #ff4654;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 12px;
}

.heading-box_read {
  font-size: 13px;
  line-height: 1.6;
}

.heading-box_read a {
  color: #2da7cf;
}

/* table-style */
.company-table {
  width: calc(100% - 40px);
  border-collapse: collapse;
  text-align: left;
  margin: 15px auto 0;
}

@media (min-width: 1120px) {
  .company-table {
    width: 100%;
    padding: 0;
  }
}

.company-table tr {
  border-bottom: 1px solid #ece8e1;
}

.company-table tr:last-child {
  border-bottom: none;
}

.company-table tr th {
  background: #8b978f;
  border-right: 1px solid #ece8e1;
  color: #fff;
  width: 30%;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 10px;
  line-height: 1.8;
}

.company-table tr td {
  background: #fff;
  width: 70%;
  font-size: 13px;
  position: relative;
  padding: 15px 10px;
  line-height: 1.8;
}

@media (min-width: 1120px) {
  .company-table tr th {
    font-size: 14px;
    width: 24%;
    padding: 20px 15px;
  }
  .company-table tr td {
    font-size: 14px;
    width: 76%;
    padding: 20px 15px;
  }
}

/* 問い合わせフォーム */
.contact {
  margin-top: 10px;
}

.contact-read {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}

.contact-read a {
  color: #2da7cf;
  text-decoration: underline;
}

/* single-style */
.single-wrap {
  padding-bottom: 20px;
}

.single-heading_in {
  padding: 20px 0 10px;
  position: relative;
}

@media (min-width: 1120px) {
  .single-heading_in {
    padding: 0 0 40px;
  }
}

.single-heading_top {
  margin-bottom: 8px;
  padding: 0 20px;
}

@media (min-width: 1120px) {
  .single-heading_top {
    padding: 0;
  }
}

@media (min-width: 1120px) {
  .single-heading_top {
    margin-bottom: 15px;
  }
}

.single-heading_top .single-cat {
  font-size: 13px;
  font-weight: bold;
  float: left;
}

@media (min-width: 1120px) {
  .single-heading_top .single-cat {
    font-size: 15px;
  }
}

.single-heading_top .single-date {
  color: #7a7e88;
  font-size: 11px;
  float: right;
  line-height: 13px;
}

@media (min-width: 1120px) {
  .single-heading_top .single-date {
    font-size: 13px;
    line-height: 15px;
  }
}

.single-heading_bottom {
  margin-top: 20px;
  position: relative;
}

.single-heading_bottom .single-media {
  overflow: hidden;
}

.single-heading_bottom .single-media img {
  display: block;
  width: 100%;
  height: auto;
}

.single-card_media {
  /*background-color: #f2f2f2;*/
  background-image: url(../images/ui/card-bg.jpg);
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 5% 0;
}

@media (max-width: 500px) {
  .single-card_media {
    height: 200px;
  }
}

.single-card_media img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.single-heading_share {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

@media (min-width: 1120px) {
  .single-heading_share {
    bottom: -25px;
  }
}

.single-heading_share__item {
  float: left;
  margin-left: 6px;
  width: 40px;
  height: 40px;
}

@media (min-width: 1120px) {
  .single-heading_share__item {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
}

.single-heading_share__item a {
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.24);
  display: block;
}

.single-heading_share__item a img {
  display: block;
  width: 100%;
  height: auto;
}

.single-heading .single-ttl {
  color: #0f1923;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px;
}

@media (min-width: 1120px) {
  .single-heading .single-ttl {
    padding: 0;
  }
}

@media (min-width: 1120px) {
  .single-heading .single-ttl {
    font-size: 28px;
    line-height: 1.6;
  }
}

.single-author {
  border-top: 1px solid #768079;
  border-bottom: 1px solid #768079;
  padding: 15px 20px;
}

@media (min-width: 1120px) {
  .single-author {
    padding: 15px 0;
    border-top: none;
    border-bottom: none;
  }
}

.single-author_heading {
  color: #7a7e88;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 1120px) {
  .single-author_heading {
    font-size: 14px;
  }
}

.single-content {
  padding: 30px 20px 20px;
}

@media (min-width: 1120px) {
  .single-content {
    padding: 30px 0 20px;
  }
}

.single-content h2 {
  color: #0f1923;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0  34px;
  position: relative;
}

.single-content h2 span {
  color: #0f1923;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0  34px;
  position: relative;
}

@media (min-width: 1120px) {
  .single-content h2 {
    font-size: 24px;
    line-height: 1.6;
    margin: 60px 0 40px;
  }
  .single-content h2 span {
    font-size: 24px;
    line-height: 1.6;
    margin: 60px 0 40px;
  }
}

.single-content h2:before {
  content: "";
  background-color: #ff4654;
  border-radius: 6px;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
}

.single-content h2:after {
  content: "";
  background-color: #0f1923;
  border-radius: 6px;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}

.single-content h3 {
  color: #0f1923;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0 30px;
  position: relative;
}

.single-content h3 span {
  color: #0f1923;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0 30px;
  position: relative;
}

@media (min-width: 1120px) {
  .single-content h3 {
    font-size: 21px;
    line-height: 1.6;
    margin: 50px 0 30px;
  }
  .single-content h3 span {
    font-size: 21px;
    line-height: 1.6;
    margin: 50px 0 30px;
  }
}

.single-content h3:after {
  content: "";
  background-color: #0f1923;
  border-radius: 6px;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}

.single-content h4 {
  border-left: 3px solid #0f1923;
  color: #0f1923;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0 24px;
  padding-left: 10px;
}

.single-content h4 span {
  color: #0f1923;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0 24px;
}

@media (min-width: 1120px) {
  .single-content h4 {
    font-size: 18px;
    margin: 50px 0 24px;
  }
  .single-content h4 span {
    font-size: 18px;
    margin: 50px 0 24px;
  }
}

.single-content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.single-content p img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.single-content p strong {
  font-weight: 700;
}

.single-content p a {
  color: #2da7cf;
  text-decoration: underline;
}

.single-content ul, .single-content ol {
  border-top: 1px solid #bdbcb7;
  border-bottom: 1px solid #bdbcb7;
  margin-bottom: 24px;
  padding: 15px 0;
}

.single-content ul li, .single-content ol li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.single-content ul li:last-child, .single-content ol li:last-child {
  margin-bottom: 0;
}

.single-content ul li a, .single-content ol li a {
  color: #2da7cf;
  text-decoration: underline;
}

.single-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
}

.single-content ul li:before {
  content: "";
  background-color: #0f1923;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.single-content ol {
  counter-reset: list;
}

.single-content ol li {
  margin-bottom: 12px;
  padding-left: 28px;
}

.single-content ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #ff4654;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.single-content table {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .single-content table.table-scroll {
    display: block;
  }
}

.single-content table tbody {
  border-collapse: collapse;
  min-width: 100%;
  display: table;
  text-align: center;
}

.single-content th,
.single-content td {
  border: 1px solid #ece8e1;
  padding: 10px 20px;
}

.single-content th {
  background-color: #8b978f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.single-content td {
  background-color: #f3f3f3;
  font-size: 13px;
  font-weight: bold;
}

.ability-list th,
.ability-list td {
  width: 25%;
}

.ability-list td img {
  width: 100%;
  height: auto;
}

@media (min-width: 1120px) {
  .ability-list td img {
    width: 50%;
  }
}

.sl-embed {
  margin: 24px 0;
  position: relative;
}

.sl-embed:before {
  content: "";
  background: #8b978f;
  width: 20%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
}

.sl-embed:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ff4654;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sl-embed a {
  border: 1px solid #8b978f;
  display: block;
  overflow: hidden;
}

.sl-embed_img {
  width: 90px;
  height: 90px;
  float: left;
}

@media (min-width: 1120px) {
  .sl-embed_img {
    width: 120px;
    height: 120px;
  }
}

.sl-embed_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-embed_content {
  float: right;
  width: calc(100% - 90px);
  height: 90px;
  padding: 10px 12px;
}

@media (min-width: 1120px) {
  .sl-embed_content {
    width: calc(100% - 120px);
    padding: 15px 20px;
  }
}

.sl-embed_label {
  font-size: 12px !important;
  font-weight: bold;
  margin-bottom: 5px !important;
  line-height: 1 !important;
}

.sl-embed_ttl {
  color: #2da7cf;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: bold;
  margin-bottom: 0 !important;
}

@media (min-width: 1120px) {
  .sl-embed_ttl {
    font-size: 16px !important;
  }
}

.nlink-list {
  margin: 24px 0;
}

.nlink-list .sl-embed {
  margin: 0 0 14px 0;
}

.nlink-list .sl-embed:last-child {
  margin: 0;
}

#toc_container {
  padding: 0 !important;
  margin-bottom: 30px !important;
  position: relative; }
#toc_container ul {
  border: none;
  border-top: 1px solid #bdbcb7; }
  #toc_container ul li {
    border-bottom: 1px solid #bdbcb7; }
    #toc_container ul li:last-child {
      border-bottom: none; }
    #toc_container ul li:before {
      display: none;}
    #toc_container ul li a {
      display: block;
      padding: 12px 15px; }

#toc_container:before {
  content: "";
  width: 120px;
  height: 5px;
  background: #768079;
  position: absolute;
  bottom: -5px;
  left: -1px; }

#toc_container:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ff4654;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2; }

.toc_title{
  background: #bdbcb7;
  padding: 1em 0 !important; }

.toc_list {
  margin-top: 0 !important; }

.toc_number {
  display: none !important; }

.wp-caption {
  max-width: 100% !important; }

.wp-caption img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 14px !important;
  color: #888 !important;
  line-height: 1.4 !important;
  margin-top: 8px; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.l-single_content__in iframe {
  display: block;
  max-width: 100%; }

.alignleft img {
  text-align: left; }

.aligncenter {
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.aligncenter img {
  display: block;
  margin: 1px auto;
  width: 100%;
  height: auto; }

.alignright img {
  display: block;
  margin: 1px 1px 1px auto; }

.wpap-tpl-detail {
  max-width: 100% !important; }

.wp-video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px; }
  .wp-video video {
    width: 100% !important;
    height: auto !important;  }


/*tag-list*/

.tag-list {
  margin-top: 15px;
  padding: 0 20px;
}

.single-content .tag-list {
  padding: 0;
}

@media (min-width: 1120px) {
  .tag-list {
    margin-top: 20px;
    padding: 0;
  }
}

.tag-list .tag-item {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag-list .tag-item:last-child {
  margin-right: 0;
}

.tag-list .tag-item a {
  background-color: #8b978f;
  border-radius: 2px;
  color: #ece8e1;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
}

.tag-list .tag-item a:hover {
  text-decoration: underline;
}

/*beginner-link*/

.beginner-link_wrap {
  border: 1px solid #bdbcb7;
  width: 100%;
  height: auto;
}

.beginner-link_ttl {
  background-color: #8b978f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.beginner-link_in {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.beginner-link_item {
  border-bottom: 1px solid #bdbcb7;
  display: block;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.beginner-link_item:nth-child(odd) {
  border-right: 1px solid #bdbcb7;
}

.beginner-link_item:nth-last-child(-n+2) {
  border-bottom: none;
}

.beginner-link_item a {
  font-size: 13px;
  font-weight: bold;
  color: #2da7cf;
  display: block;
  text-align: center;
  padding: 10px;
}


/*クライアントバナー*/
.bnr-client {
  width: 100%;
  max-width: 100%;
  height: 375px;
  position: relative;
}

.bnr-client a {
  display: block;
  width: 100vw;
  height: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: -20px;
}

@media (min-width: 500px) and (max-width: 1120px) {
  .bnr-client {
    height: auto;
  }
  .bnr-client a {
    width: 100%;
    position: static;
    left: 0;
  }
}

.bnr-client a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*ダブルレクタングル*/

.double-rectangle {
  padding: 10px 0;
}

.double-rectangle_item {
  width: 50%;
  height: auto;
  float: left;
  text-align: center;
}

/*カード一覧*/

.flex-list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media (max-width: 500px) {
  .flex-list_wrap {
    padding: 0 20px;
  }
  .single-content .flex-list_wrap {
    padding: 0;
  }
}

.col3 .flex-list_item {
  margin-bottom: 1px;
  display: block;
  max-width: calc((100% - 2px) / 3);
  -webkit-flex-basis: calc((100% - 2px) / 3);
  -ms-flex-preferred-size: calc((100% - 2px) / 3);
  flex-basis: calc((100% - 2px) / 3);
}

.col3 .flex-list_item:nth-child(3n+2) {
  margin: 0 1px;
}

.col2 .flex-list_item {
  margin-bottom: 1px;
  display: block;
  max-width: calc((100% - 1px) / 2);
  -webkit-flex-basis: calc((100% - 1px) / 2);
  -ms-flex-preferred-size: calc((100% - 1px) / 2);
  flex-basis: calc((100% - 1px) / 2);
}

.col2 .flex-list_item:nth-child(odd) {
  margin-right: 1px;
}

.col1 .flex-list_item {
  margin-bottom: 1px;
  display: block;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.flex-list_in {
  display: block;
  text-align: center;
}

.flex-list_item .flex-img {
  width: 100%;
  height: auto;
}

.flex-list_item .flex-img img {
  width: 100%;
  height: auto;
  display: block;
}

.flex-list_item .flex-name {
  background-color: #0f1923;
  padding: 8px 0;
}

.flex-name_content {
  color: #2da7cf;
  font-size: 10px !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.flex-name_content em {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #2da7cf;
  display: block;
  padding-bottom: 3px;
}


/*カード詳細*/

.card-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (min-width: 500px) {
  .card-spec_item {
    display: block;
    max-width: calc((100% - 20px) / 3);
    -webkit-flex-basis: calc((100% - 20px) / 3);
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
    flex-basis: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .card-spec_item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .card-spec_item {
    display: block;
    max-width: calc((100% - 5px) / 2);
    -webkit-flex-basis: calc((100% - 5px) / 2);
    -ms-flex-preferred-size: calc((100% - 5px) / 2);
    flex-basis: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
  .card-spec_item:nth-child(odd) {
    margin-right: 5px;
  }
}

.spec-icon {
  background-color: #666;
  border-radius: 5px 0 0 5px;
  float: left;
  width: 46px;
  height: 46px;
  padding: 2px;
}

.spec-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.spec-info {
  background-color: #f2f2f2;
  border-radius: 0 5px 5px 0;
  float: left;
  width: calc(100% - 46px);
  width: -webkit-calc(100% - 46px);
  height: 100%;
  padding: 8px;
}

.spec-info .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1;
}

@media (max-width: 500px) {
  .spec-info .ttl.freeze {
    font-size: 11px;
    line-height: 14px;
  }
}

.spec-info .content {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}