@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0; }
  body.is-fixed {
    padding-top: 40px; }
    @media only screen and (min-width: 768px) {
      body.is-fixed {
        padding-top: 60px; } }
  @media only screen and (min-width: 768px) {
    body .container {
      width: 1080px;
      margin: 0 auto; }
      body .container:before, body .container:after {
        content: " ";
        display: table; }
      body .container:after {
        clear: both; }
      body .container main {
        width: 750px;
        float: left;
        overflow: hidden; }
      body .container .sidebar {
        width: 300px;
        float: right; } }

* {
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1080px; }
  @media only screen and (min-width: 768px) {
    .inner {
      width: 100%; } }

.curning {
  font-feature-settings: "palt"; }

/*------------------------------------------------
Footer
-------------------------------------------------*/
.footer {
  padding: 0 0 25px;
  background-color: rgba(228, 228, 228, 0.5);
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .footer {
      min-width: 1080px; } }
  .footer small {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer small a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .footer small a:hover {
          opacity: .7; } }
    @media only screen and (min-width: 768px) {
      .footer small {
        font-size: 12px;
        font-size: 1.2rem; } }

/*------------------------------------------------
Header
-------------------------------------------------*/
.header__top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
  background-color: #FFF; }
  @media only screen and (min-width: 768px) {
    .header__top {
      height: 110px;
      padding: 0 20px;
      min-width: 1080px; } }
  @media screen and (max-width: 1080px) {
    .header__top {
      padding: 0; } }

.header__fixed {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.1, 0.01, 0.99);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.5, 0.1, 0.01, 0.99);
  -o-transition: -o-transform 0.5s cubic-bezier(0.5, 0.1, 0.01, 0.99);
  transition: transform 0.5s cubic-bezier(0.5, 0.1, 0.01, 0.99);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  z-index: 500; }
  @media only screen and (min-width: 768px) {
    .header__fixed {
      padding: 0 20px;
      height: 60px;
      border-bottom: #29D284 solid 1px; } }
  @media screen and (max-width: 1080px) {
    .header__fixed {
      padding: 0; } }
  .header__fixed.is-fixed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .header__fixed .header__left {
    max-width: 200px;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .header__fixed .header__left {
        max-width: 322px; }
        .header__fixed .header__left a {
          width: 100%; } }
    .header__fixed .header__left span {
      display: none; }
    .header__fixed .header__left a {
      margin-top: 0; }
  .header__fixed .header__right {
    padding-bottom: 0;
    -webkit-align-items: center;
    align-items: center; }
    .header__fixed .header__right .search-box {
      margin: 0 50px 0 0; }
  .header__fixed .header__search-icon {
    margin-right: 19px; }
  .header__fixed .header__hamburger {
    width: 40px;
    height: 40px; }

.header__left {
  margin-left: 10px;
  max-width: 267px;
  width: 100%;
  margin-top: 8px; }
  @media only screen and (min-width: 768px) {
    .header__left {
      max-width: inherit;
      margin-left: 0;
      margin-top: 20px; } }
  .header__left span {
    display: inline-block;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .header__left span {
        font-size: 10px;
        font-size: 1rem;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        transform-origin: left;
        white-space: nowrap; } }
    @media only screen and (min-width: 768px) {
      .header__left span {
        font-size: 16px;
        font-size: 1.6rem; } }
  .header__left a {
    display: block;
    width: 100%;
    margin-top: 8px; }
    @media only screen and (min-width: 768px) {
      .header__left a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header__left a:hover {
          opacity: .7; } }
    @media only screen and (min-width: 768px) {
      .header__left a {
        margin-top: 10px; } }
    @media only screen and (min-width: 768px) {
      .header__left a {
        width: 497px; } }

.header__right {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .header__right {
      -webkit-align-items: flex-end;
      align-items: flex-end;
      padding-bottom: 23px; }
      .header__right .search-box {
        width: 290px;
        margin: 0 20px 6px 0; }
        .header__right .search-box__ipt {
          height: 30px;
          border: #A0A0A0 solid 1px; }
        .header__right .search-box__btn {
          width: 30px;
          height: 30px; }
          .header__right .search-box__btn img {
            width: 16px; } }

.header__search-icon {
  margin-right: 10px; }
  .header__search-icon img {
    width: 19px;
    height: 19px; }

.header__hamburger {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #29D284;
  border-radius: 50%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .header__hamburger {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header__hamburger:hover {
        opacity: .7; } }
  @media only screen and (min-width: 768px) {
    .header__hamburger {
      width: 70px;
      height: 70px; } }

.header__nav {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #F2F2F2;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform, 0.3s;
  -moz-transition: -moz-transform, 0.3s;
  -o-transition: -o-transform, 0.3s;
  transition: transform, 0.3s;
  overflow-y: scroll; }
  .header__nav > div {
    position: relative; }
    @media screen and (min-width: 940px) {
      .header__nav > div {
        width: 940px;
        margin: 0 auto; } }
    @media all and (-ms-high-contrast: none) {
      .header__nav > div {
        margin: 0; } }
  .header__nav.is-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .header__nav_search > div {
    padding: 56px 0 70px;
    text-align: center; }
    .header__nav_search > div .search-box {
      max-width: 300px;
      margin: 0 auto; }
    .header__nav_search > div .keyword-list {
      padding-top: 25px;
      padding-left: 49px; }
  @media screen and (min-width: 940px) {
    .header__nav_hamburger {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  .header__nav_hamburger > div {
    padding: 13px 17px 100px; }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger > div {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 0; } }
  .header__nav_hamburger .logo {
    max-width: 267px;
    margin-bottom: 18px;
    width: 100%; }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .logo {
        max-width: inherit;
        margin-bottom: 40px; }
        .header__nav_hamburger .logo > a {
          width: 345px;
          display: block; } }
  @media screen and (min-width: 940px) {
    .header__nav_hamburger .nav-large {
      width: 340px;
      padding-right: 20px; } }
  .header__nav_hamburger .nav-large_basics {
    background-color: #29D284; }
  .header__nav_hamburger .nav-large_creator {
    background-color: #5073FF; }
  .header__nav_hamburger .nav-large_backer {
    background-color: #FFEA4A; }
  .header__nav_hamburger .nav-large > li {
    margin-top: 10px;
    height: 50px;
    border-radius: 0 50px 50px 0;
    position: relative; }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .nav-large > li {
        margin-top: 18px;
        height: 62px;
        border-radius: 0 62px 62px 0; } }
    .header__nav_hamburger .nav-large > li:nth-child(-n + 1) {
      margin-top: 0; }
    .header__nav_hamburger .nav-large > li:after {
      content: '';
      width: 100%;
      width: 8.5px;
      height: 13.5px;
      background-image: url(../images/common/icon-arrow.svg);
      background-repeat: no-repeat;
      background-size: 8.5px 13.5px;
      background-position: center;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-large > li:after {
          width: 6.5px;
          height: 10.5px;
          background-size: 6.5px 10.5px;
          right: 21.2px; } }
    .header__nav_hamburger .nav-large > li a {
      display: block;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      padding: 0 40px 0 20px; }
      @media only screen and (min-width: 768px) {
        .header__nav_hamburger .nav-large > li a {
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .header__nav_hamburger .nav-large > li a:hover {
            opacity: .7; } }
      @media all and (-ms-high-contrast: none) {
        .header__nav_hamburger .nav-large > li a {
          -webkit-transition: all 0s;
          -moz-transition: all 0s;
          -o-transition: all 0s;
          transition: all 0s; } }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-large > li a {
          padding: 0 36px 0 13px; } }
      .header__nav_hamburger .nav-large > li a .en {
        color: #FFF;
        font-family: "Lobster", cursive; }
        .header__nav_hamburger .nav-large > li a .en small {
          font-size: 16px;
          font-size: 1.6rem;
          display: inline-block;
          margin-right: 5px; }
          @media screen and (min-width: 940px) {
            .header__nav_hamburger .nav-large > li a .en small {
              font-size: 23px;
              font-size: 2.3rem; } }
        .header__nav_hamburger .nav-large > li a .en span {
          font-size: 24px;
          font-size: 2.4rem; }
          @media screen and (min-width: 940px) {
            .header__nav_hamburger .nav-large > li a .en span {
              font-size: 23px;
              font-size: 2.3rem; } }
      .header__nav_hamburger .nav-large > li a .ja {
        font-weight: bold;
        text-align: right;
        line-height: 1.3em; }
        .header__nav_hamburger .nav-large > li a .ja small {
          font-size: 10px;
          font-size: 1rem; }
          @media screen and (min-width: 940px) {
            .header__nav_hamburger .nav-large > li a .ja small {
              font-size: 10px;
              font-size: 1rem;
              -webkit-transform: scale(0.9);
              -moz-transform: scale(0.9);
              -ms-transform: scale(0.9);
              -o-transform: scale(0.9);
              transform: scale(0.9);
              transition: right; } }
        .header__nav_hamburger .nav-large > li a .ja span {
          font-size: 14px;
          font-size: 1.4rem; }
          @media screen and (min-width: 940px) {
            .header__nav_hamburger .nav-large > li a .ja span {
              font-size: 12px;
              font-size: 1.2rem; } }
  .header__nav_hamburger .nav-small {
    padding-left: 10px;
    margin: 13px 0 28px; }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .nav-small {
        width: 200px;
        padding-left: 0;
        margin: 0; } }
    .header__nav_hamburger .nav-small > li {
      position: relative;
      border-left: #000 solid 1px;
      padding: 15px 0 15px 18px; }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-small > li {
          padding: 16px 0 0 20px; }
          .header__nav_hamburger .nav-small > li:nth-child(-n + 1) {
            padding-top: 15px; }
          .header__nav_hamburger .nav-small > li:last-child {
            padding-bottom: 15px; } }
      .header__nav_hamburger .nav-small > li:after {
        content: '';
        width: 100%;
        width: 8.5px;
        height: 13.5px;
        background-image: url(../images/common/icon-arrow-black.svg);
        background-repeat: no-repeat;
        background-size: 8.5px 13.5px;
        background-position: center;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (min-width: 940px) {
          .header__nav_hamburger .nav-small > li:after {
            content: none; } }
      .header__nav_hamburger .nav-small > li a {
        font-weight: bold; }
        .header__nav_hamburger .nav-small > li a .en {
          font-size: 14px;
          font-size: 1.4rem; }
        .header__nav_hamburger .nav-small > li a .ja {
          font-size: 10px;
          font-size: 1rem; }
  .header__nav_hamburger .keyword-list {
    padding: 25px 0 40px;
    border-top: #000 solid 2.5px;
    border-bottom: #000 solid 2.5px; }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .keyword-list {
        border: none;
        padding: 0;
        width: 400px; } }
    @media screen and (max-width: 940px) {
      .header__nav_hamburger .keyword-list ul {
        height: auto !important; } }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .keyword-list ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .header__nav_hamburger .keyword-list ul > li {
          margin-top: 10px; } }
    @media screen and (min-width: 940px) and (min-width: 940px) {
      .header__nav_hamburger .keyword-list ul > li.mt0 {
        margin-top: 0; } }
    @media screen and (min-width: 940px) {
        .header__nav_hamburger .keyword-list ul .keyword {
          padding: 6px 11px 7px; } }
  .header__nav_hamburger .nav-block {
    padding-top: 40px; }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .nav-block {
        width: 100%;
        margin-top: 40px;
        border-top: #000 solid 1px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 20px 10px 0; } }
    .header__nav_hamburger .nav-block .search-box {
      margin: 0 auto 25px; }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-block .search-box {
          width: 300px;
          margin: 0;
          order: 1; } }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-block .search-box__btn img {
          width: 16px; } }
    @media screen and (min-width: 940px) {
      .header__nav_hamburger .nav-block .official-sns {
        order: 2;
        margin: 0 40px; } }
    .header__nav_hamburger .nav-block__link {
      padding: 20px 0; }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-block__link {
          order: 4;
          width: 100%;
          padding: 40px 0 0; }
          .header__nav_hamburger .nav-block__link > li a {
            font-size: 12px;
            font-size: 1.2rem; } }
    .header__nav_hamburger .nav-block__officialsite {
      width: 100%; }
      @media screen and (min-width: 940px) {
        .header__nav_hamburger .nav-block__officialsite {
          order: 3;
          width: 300px;
          margin: 0; } }
      .header__nav_hamburger .nav-block__officialsite span {
        padding-left: 26px; }
        @media screen and (min-width: 940px) {
          .header__nav_hamburger .nav-block__officialsite span {
            padding-left: 18px; } }
  .header__nav-close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 17.5px;
    top: 17.5px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .header__nav-close {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header__nav-close:hover {
          opacity: .7; } }
    @media screen and (min-width: 940px) {
      .header__nav-close {
        width: 19px;
        height: 19px;
        right: 24px;
        top: 46px; } }

/*------------------------------------------------
SideBar
-------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .sidebar {
    display: none; } }

.sidebar .banner {
  margin: 10px 0 0;
  padding: 0; }
  .sidebar .banner span {
    text-align: left; }

.sidebar .article-block {
  padding: 45px 0 0;
  border-top: none; }
  .sidebar .article-block.recommended .sec-title {
    margin-bottom: 25px; }
    .sidebar .article-block.recommended .sec-title .main {
      padding-left: 34px; }
      .sidebar .article-block.recommended .sec-title .main:before {
        position: absolute;
        top: 0px;
        left: 0; }
      .sidebar .article-block.recommended .sec-title .main em {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1; }
  .sidebar .article-block .sec-title {
    margin-bottom: 20px; }
    .sidebar .article-block .sec-title .main {
      text-align: left; }
    .sidebar .article-block .sec-title .sub {
      text-align: left; }
  .sidebar .article-block .article-list_typeA > li {
    border-top: none;
    border-bottom: #B2B2B2 solid 1px; }
    .sidebar .article-block .article-list_typeA > li:nth-child(-n + 1) .article-post {
      min-height: 133px;
      padding-top: 0; }
      .sidebar .article-block .article-list_typeA > li:nth-child(-n + 1) .article-post__img {
        top: 0; }
    .sidebar .article-block .article-list_typeA > li .article-post {
      padding: 20px 0 45px 160px;
      min-height: 153px; }
      .sidebar .article-block .article-list_typeA > li .article-post > .article-post__icon {
        display: none; }
      .sidebar .article-block .article-list_typeA > li .article-post__icon {
        top: 0px; }
      .sidebar .article-block .article-list_typeA > li .article-post__img {
        width: 150px;
        position: absolute;
        left: 0;
        top: 20px; }
      .sidebar .article-block .article-list_typeA > li .article-post__sub {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 0;
        margin-top: 0; }
      .sidebar .article-block .article-list_typeA > li .article-post__pr {
        bottom: 15px; }
  .sidebar .article-block .article-list_typeD > li {
    border-top: none;
    border-bottom: #B2B2B2 solid 1px; }
  .sidebar .article-block .button > a {
    padding: 0 30px 0 0;
    border: none;
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block; }
    .sidebar .article-block .button > a:after {
      right: 0; }

/*------------------------------------------------
Article Author
-------------------------------------------------*/
.article-author {
  padding: 20px 0;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .article-author {
      padding: 40px 0; } }
  .article-author > div {
    width: 100px;
    flex-shrink: 0; }
  .article-author figcaption {
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .article-author figcaption {
        padding: 3px 0 0 20px; } }
    .article-author figcaption .name {
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
      margin: 0 0 7px; }
      @media only screen and (min-width: 768px) {
        .article-author figcaption .name {
          font-size: 16px;
          font-size: 1.6rem;
          display: inline-block;
          margin: 0; } }
    .article-author figcaption p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.75em; }
      @media only screen and (min-width: 768px) {
        .article-author figcaption p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5em;
          margin-top: 10px; } }

/*------------------------------------------------
Article Block
-------------------------------------------------*/
.article-block {
  border-top: #B2B2B2 solid 2px;
  padding: 45px 0 55px; }
  @media only screen and (min-width: 768px) {
    .article-block {
      border-top: #B2B2B2 solid 5px;
      padding: 80px 0 46px; } }
  .article-block .sec-title {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .article-block .sec-title {
        margin-bottom: 40px; } }
  .article-block.point, .article-block.startup, .article-block.non-border {
    border-top: none; }
  @media only screen and (max-width: 767px) {
    .article-block.related, .article-block.recommended {
      padding-bottom: 10px; }
      .article-block.related .sec-title, .article-block.recommended .sec-title {
        margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) {
    .article-block.related, .article-block.recommended {
      padding-bottom: 40px; } }
  .article-block .yarpp-related-none p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em; }

/*------------------------------------------------
Article Contents
-------------------------------------------------*/
.article-contents {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  padding: 0 0 20px;
  word-break: break-all; }
  @media only screen and (min-width: 768px) {
    .article-contents {
      width: 100%;
      margin: 0 auto;
      padding: 0 0 60px; } }
  @media only screen and (max-width: 767px) {
    .article-contents * {
      width: calc(100% - 20px);
      margin: 0 auto; } }
  .article-contents .thumbnail {
    width: calc(100% + 10px);
    margin: 0 0 15px -10px; }
    .article-contents .thumbnail img {
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .article-contents .thumbnail {
        width: 100%;
        margin: 0 auto 15px; } }
  .article-contents .article-headlines {
    margin: 40px auto; }
  .article-contents h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    margin: 20px auto; }
    @media only screen and (min-width: 768px) {
      .article-contents h2 {
        font-size: 20px;
        font-size: 2rem;
        margin: 15px auto; } }
    .article-contents h2:before {
      content: '';
      width: 5px;
      height: 100%;
      background-color: #000;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 768px) {
        .article-contents h2:before {
          height: 85%; } }
  .article-contents h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: bold;
    margin: 20px auto; }
    @media only screen and (min-width: 768px) {
      .article-contents h3 {
        font-size: 20px;
        font-size: 2rem;
        margin: 15px auto; } }
  .article-contents p, .article-contents a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    margin: 20px auto; }
  .article-contents a {
    border-bottom: #000 solid 1px; }
    @media only screen and (min-width: 768px) {
      .article-contents a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .article-contents a:hover {
          opacity: .7; } }
  .article-contents q {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    background-color: #F0F3F5;
    display: block;
    padding: 17px 20px 20px;
    margin: 40px auto; }
    @media only screen and (min-width: 768px) {
      .article-contents q {
        width: calc(100% -40px);
        padding: 35px 40px 35px; } }
  .article-contents img {
    margin: 20px auto;
    width: auto;
    display: block; }
    @media only screen and (min-width: 768px) {
      .article-contents img {
        margin: 40px auto; } }
  .article-contents .wp-caption {
    margin: 20px auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .article-contents .wp-caption {
        margin: 40px auto; } }
    .article-contents .wp-caption img {
      margin: 0 auto; }
    .article-contents .wp-caption-text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5em;
      display: block;
      margin: 10px auto 0;
      width: calc(100% - 20px); }
      @media only screen and (min-width: 768px) {
        .article-contents .wp-caption-text {
          font-size: 12px;
          font-size: 1.2rem;
          width: 100%; } }
  .article-contents strong {
    background: linear-gradient(transparent 60%, rgba(255, 234, 74, 0.5) 60%); }
  .article-contents em {
    background: linear-gradient(transparent 60%, rgba(41, 210, 132, 0.5) 60%); }

/*------------------------------------------------
Article Heading
-------------------------------------------------*/
.article-heading {
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .article-heading {
      padding-bottom: 40px; } }
  .article-heading__top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .article-heading__photo p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 20px 0 30px; }
    @media only screen and (max-width: 767px) {
      .article-heading__photo p {
        line-height: 1.75em; } }
  .article-heading__status {
    margin-left: 10px !important; }
    .article-heading__status span {
      padding: 5px 16px 6px !important;
      font-size: 1.5rem !important;
      margin-right: 5px !important; }
  @media only screen and (min-width: 768px) {
    .article-heading__type .type-tag {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 6px 16px 7px; } }
  .article-heading__page {
    margin-left: 10px; }
    @media only screen and (min-width: 768px) {
      .article-heading__page {
        margin-left: 20px; } }
    .article-heading__page i {
      margin-left: 2px; }
      @media only screen and (min-width: 768px) {
        .article-heading__page i {
          margin-left: 6px; } }
      .article-heading__page i:nth-child(-n + 1) {
        margin-left: 0; }
      @media only screen and (min-width: 768px) {
        .article-heading__page i img {
          width: 30px; } }
  .article-heading h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.545454545em;
    font-weight: bold;
    margin: 12px 0 20px; }
    @media only screen and (min-width: 768px) {
      .article-heading h1 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em; } }
  @media only screen and (min-width: 768px) {
    .article-heading__sub:before, .article-heading__sub:after {
      content: " ";
      display: table; }
    .article-heading__sub:after {
      clear: both; } }
  @media only screen and (max-width: 767px) {
    .article-heading__sub-date {
      text-align: right;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    .article-heading__sub-date {
      float: right;
      margin-top: 12px; } }
  .article-heading__sub-date time {
    font-size: 14px;
    font-size: 1.4rem;
    color: #707070; }
    .article-heading__sub-date time:last-child {
      margin-left: 30px; }
    @media only screen and (min-width: 768px) {
      .article-heading__sub-date time {
        font-size: 16px;
        font-size: 1.6rem; } }
  .article-heading__sub figure {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .article-heading__sub figure {
        float: left; } }
    .article-heading__sub figure > div {
      width: 35px; }
      .article-heading__sub figure > div img {
        border-radius: 50%; }
      @media only screen and (min-width: 768px) {
        .article-heading__sub figure > div {
          width: 40px; } }
    .article-heading__sub figure figcaption {
      font-size: 14px;
      font-size: 1.4rem;
      margin-left: 6px; }
      @media only screen and (min-width: 768px) {
        .article-heading__sub figure figcaption {
          font-size: 16px;
          font-size: 1.6rem;
          margin-left: 10px; } }

/*------------------------------------------------
Article Headlines
-------------------------------------------------*/
.article-headlines {
  border: #707070 solid 1px;
  text-align: center;
  padding: 22px 20px 30px; }
  @media only screen and (min-width: 768px) {
    .article-headlines {
      width: calc(100% - 40px);
      padding: 40px 20px 50px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  .article-headlines span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .article-headlines span {
        font-size: 20px;
        font-size: 2rem; } }
  .article-headlines ol {
    text-align: left;
    margin-top: 17px; }
    @media only screen and (min-width: 768px) {
      .article-headlines ol {
        margin-top: 30px; } }
    .article-headlines ol li {
      position: relative; }
      .article-headlines ol li:before {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2em;
        position: absolute;
        left: 0;
        top: 1px; }
        @media only screen and (min-width: 768px) {
          .article-headlines ol li:before {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 2em; } }
      .article-headlines ol li a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2em;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .article-headlines ol li a {
            cursor: pointer;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .article-headlines ol li a:hover {
              opacity: .7; } }
        @media only screen and (min-width: 768px) {
          .article-headlines ol li a {
            font-size: 16px;
            font-size: 1.6rem; } }
      .article-headlines ol li p {
        margin: 0 0 0 16px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2em; }
        @media only screen and (min-width: 768px) {
          .article-headlines ol li p {
            font-size: 16px;
            font-size: 1.6rem; } }
    .article-headlines ol > ul {
      padding-left: 14px; }
      .article-headlines ol > ul > ul {
        padding-left: 14px; }

/*------------------------------------------------
Article Info
-------------------------------------------------*/
.article-info {
  padding: 20px 0  0; }
  @media only screen and (min-width: 768px) {
    .article-info {
      padding: 40px 0 0; } }
  .article-info > span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .article-info > span {
        font-size: 14px;
        font-size: 1.4rem; } }
  .article-info__keyword {
    margin: 12px 0 10px;
    font-size: 0px;
    font-size: 0rem; }
    @media only screen and (min-width: 768px) {
      .article-info__keyword {
        margin: 20px 0 30px; } }
    .article-info__keyword .keyword {
      margin: 0 10px 10px 0;
      background-color: #F0F3F5;
      padding: 5px 12px 6px;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .article-info__keyword .keyword {
          font-weight: normal; } }

/*------------------------------------------------
Article List
-------------------------------------------------*/
.article-list > li > a {
  display: block;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .article-list > li > a {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .article-list > li > a:hover {
        opacity: .7; } }

.article-list_typeA {
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    main .article-list_typeA {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      main .article-list_typeA > li:nth-child(odd) {
        width: 51%; }
      main .article-list_typeA > li:nth-child(even) {
        width: 49%; }
      main .article-list_typeA > li:nth-child(-n + 2) {
        border-top: none; }
        main .article-list_typeA > li:nth-child(-n + 2) .article-post {
          padding-top: 0;
          min-height: 122px; }
          main .article-list_typeA > li:nth-child(-n + 2) .article-post__icon {
            top: -15px; }
          main .article-list_typeA > li:nth-child(-n + 2) .article-post__img {
            top: 0; }
      main .article-list_typeA > li .article-post {
        padding: 15px 10px 45px 160px;
        position: relative;
        min-height: 142px; }
        main .article-list_typeA > li .article-post__icon {
          left: 8px;
          top: 6px; }
        main .article-list_typeA > li .article-post__img {
          width: 150px;
          position: absolute;
          left: 0;
          top: 20px; }
        main .article-list_typeA > li .article-post__title .article-post__icon {
          display: none; }
        main .article-list_typeA > li .article-post__sub {
          position: absolute;
          bottom: 20px;
          left: 160px;
          right: 10px; } }
  .article-list_typeA > li {
    border-top: #B2B2B2 solid 1px; }
    @media only screen and (max-width: 767px) {
      .article-list_typeA > li:nth-child(-n + 1) {
        border-top: none; }
        .article-list_typeA > li:nth-child(-n + 1) .article-post {
          padding-top: 0; }
          .article-list_typeA > li:nth-child(-n + 1) .article-post__icon {
            top: -9px; }
          .article-list_typeA > li:nth-child(-n + 1) .article-post__img {
            top: 5px; } }
  .article-list_typeA .article-post {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .article-list_typeA .article-post {
        padding: 15px 0 20px; }
        .article-list_typeA .article-post:before, .article-list_typeA .article-post:after {
          content: " ";
          display: table; }
        .article-list_typeA .article-post:after {
          clear: both; }
        .article-list_typeA .article-post__icon {
          left: 7px;
          top: 6px; }
        .article-list_typeA .article-post__img {
          width: 120px;
          float: left; }
        .article-list_typeA .article-post__title {
          width: calc(100% - 130px);
          float: right; }
        .article-list_typeA .article-post__status, .article-list_typeA .article-heading__status {
          width: calc(100% - 130px);
          float: right; }
        .article-list_typeA .article-post__sub {
          float: right;
          width: calc(100% - 130px);
          margin-top: 10px; } }

.article-list_typeB, .article-list_typeC {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    main .article-list_typeB > li, main .article-list_typeC > li {
      width: calc((100% - 30px) / 2);
      margin-top: 20px;
      margin-left: 30px; }
      main .article-list_typeB > li .article-post__title span, main .article-list_typeC > li .article-post__title span {
        font-size: 20px;
        font-size: 2rem; } }
  .article-list_typeB > li, .article-list_typeC > li {
    width: calc((100% - 15px) / 2);
    margin-top: 12px;
    margin-left: 15px; }
    .article-list_typeB > li:nth-child(-n + 2), .article-list_typeC > li:nth-child(-n + 2) {
      margin-top: 0; }
    .article-list_typeB > li:nth-child(2n + 1), .article-list_typeC > li:nth-child(2n + 1) {
      margin-left: 0; }
  .article-list_typeB .article-post, .article-list_typeC .article-post {
    position: relative; }
    .article-list_typeB .article-post__icon, .article-list_typeC .article-post__icon {
      left: 10px;
      top: -14px; }
      @media only screen and (max-width: 767px) {
        .article-list_typeB .article-post__icon, .article-list_typeC .article-post__icon {
          left: 7px;
          top: -8px; } }
    .article-list_typeB .article-post__img, .article-list_typeC .article-post__img {
      margin-bottom: 10px; }
    .article-list_typeB .article-post__title, .article-list_typeC .article-post__title {
      margin: 0 0 10px; }
      .article-list_typeB .article-post__title i img, .article-list_typeC .article-post__title i img {
        vertical-align: sub; }
    .article-list_typeB .article-post__sub, .article-list_typeC .article-post__sub {
      width: 100%;
      position: static; }

main .article-list_typeC > li:nth-child(2n) {
  margin-left: 0;
  margin-top: 13px; }

main .article-list_typeC > li:nth-child(2n + 1) {
  margin-left: 15px; }

main .article-list_typeC > li:nth-child(-n + 1) {
  margin: 0;
  width: 100%; }
  main .article-list_typeC > li:nth-child(-n + 1) .article-post__title {
    margin-bottom: 9px; }
  main .article-list_typeC > li:nth-child(-n + 1) .article-post__sub {
    position: static; }

@media only screen and (min-width: 768px) {
  main .article-list_typeC > li:nth-child(2n) {
    margin-top: 20px; }
  main .article-list_typeC > li:nth-child(2n + 1) {
    margin-left: 30px; }
  main .article-list_typeC > li:nth-child(-n + 1) {
    margin-left: 0; }
    main .article-list_typeC > li:nth-child(-n + 1) .article-post {
      position: relative; }
      main .article-list_typeC > li:nth-child(-n + 1) .article-post:before, main .article-list_typeC > li:nth-child(-n + 1) .article-post:after {
        content: " ";
        display: table; }
      main .article-list_typeC > li:nth-child(-n + 1) .article-post:after {
        clear: both; }
      main .article-list_typeC > li:nth-child(-n + 1) .article-post__img {
        width: 450px;
        float: left; }
        main .article-list_typeC > li:nth-child(-n + 1) .article-post__img img {
          width: 100%; }
      main .article-list_typeC > li:nth-child(-n + 1) .article-post__title {
        margin-bottom: 35px;
        float: right;
        width: calc(100% - 460px); }
      main .article-list_typeC > li:nth-child(-n + 1) .article-post__sub {
        float: right;
        width: calc(100% - 460px); } }

.article-list_typeD {
  padding-bottom: 20px; }
  .article-list_typeD > li {
    border-top: #B2B2B2 solid 1px; }
    .article-list_typeD > li:nth-child(1) {
      border-top: none; }
      .article-list_typeD > li:nth-child(1) .article-post {
        padding-top: 0; }
    .article-list_typeD > li .article-post {
      padding: 20px 0 20px; }
      .article-list_typeD > li .article-post__icon {
        top: 2px; }
        @media only screen and (max-width: 767px) {
          .article-list_typeD > li .article-post__icon {
            top: 1px; } }

.article-list_typeE {
  padding-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .article-list_typeE {
      display: none; }
      .article-list_typeE.slick-initialized {
        display: block; }
      .article-list_typeE .slick-list {
        max-width: 600px;
        overflow: inherit;
        position: relative; }
        .article-list_typeE .slick-list .slick-slide {
          padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .article-list_typeE {
      width: calc(100% + 10px);
      overflow-x: auto;
      /* 横スクロールの指定 */
      white-space: nowrap;
      /* 横スクロールの指定 */
      overflow-scrolling: touch;
      /* スクロールを滑らかにする */
      -webkit-overflow-scrolling: touch;
      /* スクロールを滑らかにする */
      -ms-overflow-style: none;
      /* IE, Edge 対応 */
      scrollbar-width: none;
      /* Firefox 対応 */ }
      .article-list_typeE::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none; }
      .article-list_typeE > li {
        width: 67.6vw;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
        padding-right: 10px; }
        .article-list_typeE > li .article-post__title > span {
          white-space: initial; }
        .article-list_typeE > li:last-child {
          padding-right: 10px; } }
  .article-list_typeE .article-post {
    position: relative; }
    .article-list_typeE .article-post__icon {
      left: 10px;
      top: -14px; }
      @media only screen and (max-width: 767px) {
        .article-list_typeE .article-post__icon {
          left: 7px;
          top: -8px; } }
    .article-list_typeE .article-post__img {
      margin-bottom: 10px;
      position: relative; }
    .article-list_typeE .article-post__status, .article-list_typeE .article-heading__status {
      margin: 0;
      position: absolute;
      right: 10px;
      top: 10px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      .article-list_typeE .article-post__status > span, .article-list_typeE .article-heading__status > span {
        margin: 0; }
        .article-list_typeE .article-post__status > span:nth-child(n + 2), .article-list_typeE .article-heading__status > span:nth-child(n + 2) {
          margin: 5px 0 0; }
    .article-list_typeE .article-post__title {
      margin: 0 0 10px; }
      .article-list_typeE .article-post__title span {
        font-size: 18px;
        font-size: 1.8rem;
        font-feature-settings: inherit; }
        @media only screen and (max-width: 767px) {
          .article-list_typeE .article-post__title span {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.75; } }
      .article-list_typeE .article-post__title i {
        display: inline-block; }
        .article-list_typeE .article-post__title i img {
          vertical-align: sub;
          display: inline-block; }
    .article-list_typeE .article-post__sub {
      width: 100%;
      position: static; }
    .article-list_typeE .article-post__arrow {
      position: absolute;
      z-index: 10;
      top: 66px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .article-list_typeE .article-post__arrow.slick-disabled {
        opacity: 0; }
      .article-list_typeE .article-post__arrow_left {
        left: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .article-list_typeE .article-post__arrow_right {
        right: 10px; }

.article-list_typeMix-A {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .article-list_typeMix-A > li {
    width: 100%; }
    .article-list_typeMix-A > li .article-post {
      padding: 20px 0 20px;
      position: relative; }
      .article-list_typeMix-A > li .article-post__type {
        margin-bottom: 8px; }
      .article-list_typeMix-A > li .article-post__sub {
        margin-top: 8px; }
    @media only screen and (min-width: 768px) {
      .article-list_typeMix-A > li:nth-child(-n + 3) .article-post__title i img {
        vertical-align: sub; }
      .article-list_typeMix-A > li:nth-child(-n + 3) .article-post__title span {
        font-size: 20px;
        font-size: 2rem; } }
    .article-list_typeMix-A > li:nth-child(-n + 3) .article-post__img {
      margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .article-list_typeMix-A > li:nth-child(1) {
        border-bottom: #B2B2B2 solid 1px; } }
    .article-list_typeMix-A > li:nth-child(1) .article-post {
      padding-top: 0; }
      .article-list_typeMix-A > li:nth-child(1) .article-post__icon {
        left: 8px;
        top: -15px; }
        @media only screen and (max-width: 767px) {
          .article-list_typeMix-A > li:nth-child(1) .article-post__icon {
            left: 7px;
            top: -9px; } }
    .article-list_typeMix-A > li:nth-child(2), .article-list_typeMix-A > li:nth-child(3) {
      width: calc((100% - 15px) / 2);
      padding-bottom: 40px; }
      .article-list_typeMix-A > li:nth-child(2) .article-post__icon, .article-list_typeMix-A > li:nth-child(3) .article-post__icon {
        left: 10px;
        top: 2px; }
        @media only screen and (max-width: 767px) {
          .article-list_typeMix-A > li:nth-child(2) .article-post__icon, .article-list_typeMix-A > li:nth-child(3) .article-post__icon {
            left: 7px;
            top: 8px; } }
      .article-list_typeMix-A > li:nth-child(2) .article-post__title, .article-list_typeMix-A > li:nth-child(3) .article-post__title {
        margin-bottom: 20px; }
      .article-list_typeMix-A > li:nth-child(2) .article-post__sub, .article-list_typeMix-A > li:nth-child(3) .article-post__sub {
        position: absolute;
        bottom: 0;
        width: 100%; }
    .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) {
      border-top: #B2B2B2 solid 1px; }
      .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) .article-post {
        position: relative;
        padding: 20px 0 20px 130px; }
        .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) .article-post__icon {
          left: 8px;
          top: 6px; }
          @media only screen and (max-width: 767px) {
            .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) .article-post__icon {
              left: 7px;
              top: 8px; } }
        .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) .article-post__img {
          width: 120px;
          position: absolute;
          top: 20px;
          left: 0; }
      @media only screen and (min-width: 768px) {
        .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7):nth-child(even) {
          width: 51%; }
          .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7):nth-child(even) .article-post {
            padding-right: 10px; }
            .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7):nth-child(even) .article-post__sub {
              right: 10px; }
        .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7):nth-child(odd) {
          width: 49%; }
        .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) .article-post {
          min-height: 150px;
          padding-bottom: 45px; }
          .article-list_typeMix-A > li:nth-child(n + 4):nth-child(-n + 7) .article-post__sub {
            position: absolute;
            left: 130px;
            right: 0;
            bottom: 20px; } }
    .article-list_typeMix-A > li:nth-child(n + 8) {
      border-top: #B2B2B2 solid 1px; }
      @media only screen and (min-width: 768px) {
        .article-list_typeMix-A > li:nth-child(n + 8):nth-child(even) {
          width: 51%; }
          .article-list_typeMix-A > li:nth-child(n + 8):nth-child(even) .article-post {
            padding-right: 10px; }
            .article-list_typeMix-A > li:nth-child(n + 8):nth-child(even) .article-post__sub {
              right: 10px; }
        .article-list_typeMix-A > li:nth-child(n + 8):nth-child(odd) {
          width: 49%; }
        .article-list_typeMix-A > li:nth-child(n + 8) .article-post {
          min-height: 150px;
          padding-bottom: 45px; }
          .article-list_typeMix-A > li:nth-child(n + 8) .article-post__icon {
            top: 2px; }
          .article-list_typeMix-A > li:nth-child(n + 8) .article-post__sub {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 20px; } }

.article-list_typeMix-B {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .article-list_typeMix-B > li {
    width: calc((100% - 15px) / 2);
    padding-bottom: 40px; }
    .article-list_typeMix-B > li .article-post {
      position: relative; }
      .article-list_typeMix-B > li .article-post > a {
        display: inline-block; }
        @media only screen and (min-width: 768px) {
          .article-list_typeMix-B > li .article-post > a {
            cursor: pointer;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .article-list_typeMix-B > li .article-post > a:hover {
              opacity: .7; } }
      .article-list_typeMix-B > li .article-post__icon {
        left: 10px;
        top: -14px; }
        @media only screen and (max-width: 767px) {
          .article-list_typeMix-B > li .article-post__icon {
            left: 7px;
            top: -8px; } }
      .article-list_typeMix-B > li .article-post__type {
        margin-bottom: 8px; }
      .article-list_typeMix-B > li .article-post__title {
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .article-list_typeMix-B > li .article-post__title i img {
            vertical-align: sub; }
          .article-list_typeMix-B > li .article-post__title span {
            font-size: 20px;
            font-size: 2rem; } }
      .article-list_typeMix-B > li .article-post__sub {
        width: 100%;
        margin-top: 8px; }
      .article-list_typeMix-B > li .article-post__img {
        margin-bottom: 10px; }

/*------------------------------------------------
Article Post
-------------------------------------------------*/
.article-post {
  position: relative; }
  .article-post__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    padding-top: 12px;
    position: absolute;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .article-post__icon {
        font-size: 10px;
        font-size: 1rem;
        width: 28px;
        height: 28px;
        padding-top: 8px; } }
    .article-post__icon_typeB, .sidebar .article-block .article-list_typeA > li .article-post__icon, .article-list_typeD > li .article-post__icon, .article-list_typeMix-A > li:nth-child(n + 8) .article-post__icon {
      position: relative;
      width: 45px;
      height: 23px;
      letter-spacing: 0.025em;
      border-radius: 0%;
      padding-top: 3px; }
      @media only screen and (max-width: 767px) {
        .article-post__icon_typeB, .sidebar .article-block .article-list_typeA > li .article-post__icon, .article-list_typeD > li .article-post__icon, .article-list_typeMix-A > li:nth-child(n + 8) .article-post__icon {
          width: 39px;
          height: 20.5px;
          font-size: 12px;
          font-size: 1.2rem; } }
    .article-post__icon_new {
      color: #FFF;
      background-color: #e5004f;
      border: #e5004f solid 1px; }
    .article-post__icon_update {
      color: #e5004f;
      background-color: #FFF;
      border: #e5004f solid 1px; }
  .article-post__title i {
    margin-right: 3px; }
    .article-post__title i:last-of-type {
      margin-right: 5px; }
  .article-post__title span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5em;
    font-feature-settings: "palt"; }
  .article-post__status, .article-heading__status {
    margin: 10px 0 0; }
    .article-post__status span, .article-heading__status span {
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff;
      font-weight: bold;
      font-feature-settings: "palt";
      padding: 3px 7px 4px;
      display: inline-block;
      margin: 0 3px 6px 0; }
      @media only screen and (max-width: 767px) {
        .article-post__status span, .article-heading__status span {
          font-size: 11px;
          font-size: 1.1rem;
          margin: 0 2px 4px 0; } }
      .article-post__status span.finished, .article-heading__status span.finished {
        background-color: #2bd284;
        border: #2bd284 solid 1px; }
      .article-post__status span.success, .article-heading__status span.success {
        background-color: #cc0000;
        border: #cc0000 solid 1px; }
      .article-post__status span.unachieved, .article-heading__status span.unachieved {
        background-color: #6d6d6d;
        border: #6d6d6d solid 1px; }
      .article-post__status span.other, .article-heading__status span.other {
        color: #000;
        border: #000 solid 1px;
        background-color: #fff; }
  .article-post__sub:before, .article-post__sub:after {
    content: " ";
    display: table; }
  .article-post__sub:after {
    clear: both; }
  .article-post__sub_typeB .article-post__author {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .article-post__sub_typeB .article-post__author > div {
      width: 35px;
      margin-right: 6px; }
      .article-post__sub_typeB .article-post__author > div img {
        border-radius: 50%; }
    .article-post__sub_typeB .article-post__author figcaption {
      font-size: 12px;
      font-size: 1.2rem; }
  .article-post__sub_typeB .article-post__date {
    padding-top: 10px; }
  .article-post__pr {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75em;
    margin-top: 8px;
    display: block; }
    .article-post__pr:before {
      content: 'PR';
      border: #000 solid 1px;
      padding: 0px 3px 0px;
      position: relative;
      display: inline-block;
      line-height: normal;
      margin-right: 10px; }
  .article-post__author {
    font-size: 12px;
    font-size: 1.2rem;
    float: left; }
  .article-post__date {
    font-size: 12px;
    font-size: 1.2rem;
    color: #707070;
    float: right; }

/*------------------------------------------------
Banner Bottom
-------------------------------------------------*/
.banner-bottom {
  margin: 0 auto 45px; }
  @media only screen and (max-width: 767px) {
    .banner-bottom {
      margin: 0 auto 40px; } }
  .banner-bottom .banner {
    padding: 0; }
    .banner-bottom .banner:nth-child(n + 2) {
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        .banner-bottom .banner:nth-child(n + 2) {
          margin-top: 30px; } }

/*------------------------------------------------
Banner
-------------------------------------------------*/
.banner {
  padding: 0 17px; }
  @media only screen and (min-width: 768px) {
    .banner a {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .banner a:hover {
        opacity: .7; } }
  .banner a span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding-top: 8px; }

/*------------------------------------------------
Button
-------------------------------------------------*/
.button {
  text-align: center; }
  .button > a {
    width: 75.4%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border: 1px solid #29D284;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    position: relative;
    line-height: 1.4em; }
    @media only screen and (min-width: 768px) {
      .button > a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .button > a:hover {
          opacity: .7; } }
    @media only screen and (min-width: 768px) {
      .button > a {
        max-width: 555px;
        width: 100%;
        font-size: 20px;
        font-size: 2rem;
        padding: 15px 60px 15px 60px; } }
    .button > a:after {
      content: '';
      width: 6px;
      height: 10px;
      background-image: url(../images/common/icon-arrow-green.svg);
      background-repeat: no-repeat;
      background-size: 6px 10px;
      background-position: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px; }
      @media only screen and (min-width: 768px) {
        .button > a:after {
          width: 12px;
          height: 20px;
          background-size: 12px 20px;
          right: 43px; } }
  .button_green > a {
    color: #FFF;
    background-color: #29D284; }
    .button_green > a:after {
      background-image: url(../images/common/icon-arrow.svg); }
  .button_blue > a {
    color: #FFF;
    border: 1px solid #5073FF;
    background-color: #5073FF; }
    .button_blue > a:after {
      background-image: url(../images/common/icon-arrow.svg); }
  .button_yellow > a {
    color: #FFF;
    border: 1px solid #FFEA4A;
    background-color: #FFEA4A; }
    .button_yellow > a:after {
      background-image: url(../images/common/icon-arrow.svg); }
  .button_creator > a {
    border: 1px solid #5073FF; }
    .button_creator > a:after {
      background-image: url(../images/common/icon-arrow-blue.svg); }
  .button_backer > a {
    border: 1px solid #FFEA4A; }
    .button_backer > a:after {
      background-image: url(../images/common/icon-arrow-yellow.svg); }

/*------------------------------------------------
Keyword List
-------------------------------------------------*/
.keyword-list {
  text-align: left; }
  .keyword-list > span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .keyword-list > span {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 9px;
        position: relative;
        top: -5px; } }
  .keyword-list ul > li {
    margin-top: 12.5px; }
    .keyword-list ul > li:nth-child(-n + 1) {
      margin-top: 0; }

/*------------------------------------------------
Keyword Nav
-------------------------------------------------*/
.keyword-nav {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .keyword-nav {
      opacity: 0;
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .keyword-nav.slick-initialized {
        opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .keyword-nav {
      margin: 0 auto;
      padding: 10px 0 19px;
      display: -webkit-flex;
      display: flex;
      overflow-x: scroll;
      -ms-overflow-style: none;
      /* IE, Edge 対応 */
      scrollbar-width: none;
      /* Firefox 対応 */
      page-break-after: right; }
      .keyword-nav::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none; } }
  @media only screen and (min-width: 768px) {
    .keyword-nav {
      padding: 0;
      width: 1080px;
      margin: 0 auto 20px; } }
  .keyword-nav__arrow {
    width: 26px;
    height: 100%;
    z-index: 10;
    position: absolute;
    background-color: #FFF;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 0; }
    .keyword-nav__arrow[aria-disabled='true'] {
      opacity: 0; }
    .keyword-nav__arrow_left {
      left: 0; }
      .keyword-nav__arrow_left img {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .keyword-nav__arrow_right {
      right: 0; }
    .keyword-nav__arrow img {
      width: 20px;
      position: relative;
      top: -1px; }
  .keyword-nav li {
    padding-right: 5px; }
    @media only screen and (min-width: 768px) {
      .keyword-nav li {
        padding-right: 11px; } }
    @media only screen and (max-width: 767px) {
      .keyword-nav li {
        white-space: nowrap; }
        .keyword-nav li:first-child {
          margin-left: 10px; }
        .keyword-nav li:last-child {
          margin-right: 10px; } }
    .keyword-nav li .txt {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      display: inline-block;
      margin-top: 4px; }
      @media only screen and (min-width: 768px) {
        .keyword-nav li .txt {
          font-size: 14px;
          font-size: 1.4rem;
          margin-top: 6px; } }
    .keyword-nav li .keyword {
      background-color: #F0F3F5; }
      @media only screen and (min-width: 768px) {
        .keyword-nav li .keyword {
          padding: 6px 9px 7px; } }
      @media only screen and (max-width: 767px) {
        .keyword-nav li .keyword {
          font-size: 10px;
          font-size: 1rem; } }

/*------------------------------------------------
Keyword
-------------------------------------------------*/
.keyword {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #FFF;
  border: #29D284 solid 1px;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 9px 5px;
  outline: none; }

.mv {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .mv {
      width: 1080px;
      margin: 0 auto 40px; } }
  .mv__slick {
    position: relative;
    margin-bottom: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .mv__slick.slick-initialized {
      opacity: 1; }
    @media only screen and (min-width: 768px) {
      .mv__slick {
        margin-bottom: 20px; } }
    .mv__slick-slide {
      height: 56.2666667vmin;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media only screen and (min-width: 768px) {
        .mv__slick-slide {
          height: 608px; } }
    .mv__slick-txt {
      width: calc(100% - 20px);
      margin: 0 auto;
      max-width: 355px;
      background-color: rgba(59, 64, 67, 0.46);
      padding: 5px 0 5px 10px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }
      @media only screen and (min-width: 768px) {
        .mv__slick-txt {
          max-width: 710px;
          padding: 10px 0 10px 15px; } }
      .mv__slick-txt span, .mv__slick-txt p {
        color: #FFF;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5em; }
      .mv__slick-txt span {
        display: inline-block;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .mv__slick-txt span {
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 5px; } }
      .mv__slick-txt p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media only screen and (min-width: 768px) {
          .mv__slick-txt p {
            font-size: 16px;
            font-size: 1.6rem; } }
    .mv__slick-nav {
      width: 17.5px;
      height: 21px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .mv__slick-nav {
          width: 50px;
          height: 80px; } }
      .mv__slick-nav img {
        width: 12.5px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
        @media only screen and (min-width: 768px) {
          .mv__slick-nav img {
            width: 30px; } }
      .mv__slick-nav_prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
      .mv__slick-nav_next {
        right: 0; }
  .mv__thumbnail .slick-slide {
    padding: 0 2px; }
    @media only screen and (min-width: 768px) {
      .mv__thumbnail .slick-slide {
        padding: 0 2.5px; } }
    .mv__thumbnail .slick-slide.slick-current {
      position: relative; }
      .mv__thumbnail .slick-slide.slick-current:after {
        content: '';
        position: absolute;
        left: 2px;
        right: 2px;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.46); }
  .mv__thumbnail-slide {
    height: 10.8vmin;
    outline: none; }
    @media only screen and (min-width: 768px) {
      .mv__thumbnail-slide {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .mv__thumbnail-slide:hover {
          opacity: .7; } }
    @media only screen and (min-width: 768px) {
      .mv__thumbnail-slide {
        height: 81px;
        cursor: pointer; } }
    .mv__thumbnail-slide > div {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

/*------------------------------------------------
Nav Block
-------------------------------------------------*/
.nav-block__sns_footer {
  background-color: #E4E4E4;
  padding: 20px 0 20px; }
  @media only screen and (min-width: 768px) {
    .nav-block__sns_footer {
      padding: 40px 0 40px; } }

.nav-block__link {
  padding: 24px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .nav-block__link {
      padding: 40px 0;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .nav-block__link li {
      width: calc((100% - 20px) / 2);
      margin-top: 15px; }
      .nav-block__link li:nth-child(-n + 2) {
        margin-top: 0; }
      .nav-block__link li:nth-child(odd) {
        text-align: right; }
      .nav-block__link li:nth-child(even) {
        text-align: left; } }
  @media only screen and (min-width: 768px) {
    .nav-block__link li {
      padding-left: 20px; }
      .nav-block__link li:nth-child(-n + 1) {
        padding-left: 0; } }
  .nav-block__link li a {
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .nav-block__link li a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .nav-block__link li a:hover {
          opacity: .7; } }
    @media only screen and (min-width: 768px) {
      .nav-block__link li a {
        font-size: 14px;
        font-size: 1.4rem; } }

.nav-block__logo {
  display: block;
  width: 174px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .nav-block__logo {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .nav-block__logo:hover {
        opacity: .7; } }
  @media only screen and (min-width: 768px) {
    .nav-block__logo {
      width: 240px;
      margin: 0 auto 40px; } }

.nav-block__officialsite {
  background-color: #000000;
  width: 300px;
  display: block;
  margin: 0 auto 30px;
  padding: 17px 12.5px;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .nav-block__officialsite {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .nav-block__officialsite:hover {
        opacity: .7; } }
  @media only screen and (min-width: 768px) {
    .nav-block__officialsite {
      padding: 13px 15px;
      margin: 0 auto 40px; } }
  .nav-block__officialsite:after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../images/common/icon-target.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px; }
    @media only screen and (min-width: 768px) {
      .nav-block__officialsite:after {
        width: 9px;
        height: 9px;
        background-size: 9px 9px; } }
  .nav-block__officialsite img {
    width: 150px; }
    @media only screen and (min-width: 768px) {
      .nav-block__officialsite img {
        width: 140px; } }
  .nav-block__officialsite span {
    color: #FFF;
    font-size: 10px;
    font-size: 1rem;
    display: inline-block;
    padding: 0 0 2px 10px; }
    @media only screen and (min-width: 768px) {
      .nav-block__officialsite span {
        padding: 0 0 2px 20px; } }

.official-sns {
  text-align: center; }
  .official-sns > span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px; }
  .official-sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .official-sns ul > li {
      width: 40px; }
      @media only screen and (min-width: 768px) {
        .official-sns ul > li {
          width: 34px; } }
      .official-sns ul > li:nth-child(n + 2) {
        margin-left: 27px; }
        @media only screen and (min-width: 768px) {
          .official-sns ul > li:nth-child(n + 2) {
            margin-left: 20px; } }
      @media only screen and (min-width: 768px) {
        .official-sns ul > li a {
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .official-sns ul > li a:hover {
            opacity: .7; } }

/*------------------------------------------------
Page Link
-------------------------------------------------*/
.page-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 0 40px; }
  @media only screen and (min-width: 768px) {
    .page-link {
      margin: 0 0 80px; } }
  .page-link__link {
    width: calc((100% - 10px) / 3);
    position: relative;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 2px; }
    @media only screen and (min-width: 768px) {
      .page-link__link {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .page-link__link:hover {
          opacity: .7; } }
    @media only screen and (min-width: 768px) {
      .page-link__link {
        height: 68px;
        width: calc((100% - 20px) / 3);
        padding-top: 0;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding-bottom: 8px; } }
    .page-link__link:after {
      content: '';
      width: 6px;
      height: 10px;
      background-image: url(../images/common/icon-arrow.svg);
      background-repeat: no-repeat;
      background-size: 6px 10px;
      background-position: center;
      position: absolute;
      right: 10px;
      bottom: 11px; }
      @media only screen and (min-width: 768px) {
        .page-link__link:after {
          width: 7px;
          height: 12px;
          background-size: 7px 12px;
          bottom: auto;
          top: 20px;
          right: 12px; } }
    .page-link__link.is-active {
      border-radius: 10px 10px 0 0;
      height: 65px;
      padding-top: 18px; }
      @media only screen and (min-width: 768px) {
        .page-link__link.is-active {
          border-radius: 20px 20px 0 0;
          height: 95px; } }
      .page-link__link.is-active:after {
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -moz-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        -o-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
        top: 8px;
        bottom: auto; }
        @media only screen and (min-width: 768px) {
          .page-link__link.is-active:after {
            width: 12px;
            height: 20px;
            background-size: 12px 20px;
            top: 12px; } }
    .page-link__link_basics {
      background-color: #29D284; }
    .page-link__link_creator {
      background-color: #5073FF; }
    .page-link__link_backer {
      background-color: #FFEA4A; }
    .page-link__link .en {
      font-family: "Lobster", cursive;
      color: #FFF;
      display: block;
      text-align: center; }
      .page-link__link .en .small {
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .page-link__link .en .small {
            font-size: 26px;
            font-size: 2.6rem; } }
      .page-link__link .en .medium {
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .page-link__link .en .medium {
            font-size: 28px;
            font-size: 2.8rem; } }
      .page-link__link .en .large {
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (min-width: 768px) {
          .page-link__link .en .large {
            font-size: 32px;
            font-size: 3.2rem; } }
    .page-link__link .ja {
      line-height: 1.25em;
      font-weight: bold;
      display: block; }
      @media only screen and (max-width: 767px) {
        .page-link__link .ja {
          font-size: 10px;
          font-size: 1rem;
          transform-origin: center;
          -webkit-transform: scale(0.8);
          -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          transform: scale(0.8);
          margin-top: 1px; } }
      @media only screen and (min-width: 768px) {
        .page-link__link .ja {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 7px; } }

/*------------------------------------------------
Pagination
-------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .wp-pagenavi a {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .wp-pagenavi a:hover {
        opacity: .7; } }
  .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 12px; }
  .wp-pagenavi .extend {
    margin: 0 8px; }
  .wp-pagenavi .current {
    font-weight: bold;
    color: #29D284;
    position: relative;
    width: 40px;
    height: 40px;
    border: #29D284 solid 2px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    margin: 0 5px; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 0px;
    font-size: 0rem;
    width: 11px;
    height: 19px;
    background-image: url(../images/common/icon-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-position: center; }
  .wp-pagenavi .nextpostslink {
    margin-left: 25px; }
  .wp-pagenavi .previouspostslink {
    transform: scale(-1, 1);
    margin-right: 25px; }

/*------------------------------------------------
Pagetop
-------------------------------------------------*/
.pagetop {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  z-index: 50; }
  @media only screen and (min-width: 768px) {
    .pagetop {
      right: 20px;
      bottom: 20px; } }
  .pagetop.is-active {
    opacity: 1; }

/*------------------------------------------------
Search Box
-------------------------------------------------*/
.search-box {
  position: relative; }
  .search-box__ipt {
    width: 100%;
    background: #FFF;
    border: 0;
    outline: none;
    border: #000 solid 1px;
    height: 40px;
    padding: 0 45px 0 12px;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    border-radius: 0; }
    .search-box__ipt::placeholder {
      color: #939393;
      font-size: 12px;
      font-size: 1.2rem; }
  .search-box__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search-box__btn img {
      width: 20px; }

/*------------------------------------------------
Section Title
-------------------------------------------------*/
.sec-title span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: bold;
  display: block;
  text-align: center;
  font-feature-settings: "palt"; }
  @media only screen and (min-width: 768px) {
    .sec-title span {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5em; } }

.sec-title .main {
  position: relative; }
  .sec-title .main:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/common/icon-check-green.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px; }
    @media only screen and (min-width: 768px) {
      .sec-title .main:before {
        width: 27px;
        height: 27px;
        background-size: 27px 27px;
        top: 5px;
        margin-right: 7px; } }
    @media all and (-ms-high-contrast: none) {
      .sec-title .main:before {
        background-size: 25px 25px; } }
  .sec-title .main em {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .sec-title .main em {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5em; } }
  @media only screen and (max-width: 767px) {
    .sec-title .main small {
      font-size: 12px;
      font-size: 1.2rem; } }

.sec-title .sub {
  color: #29D284;
  margin-top: 8px; }
  @media only screen and (min-width: 768px) {
    .sec-title .sub {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 10px; } }

.sec-title_creator .main:before {
  background-image: url(../images/common/icon-check-blue.svg); }

.sec-title_creator .sub {
  color: #5073FF; }

.sec-title_backer .main:before {
  background-image: url(../images/common/icon-check-yellow.svg); }

.sec-title_backer .sub {
  color: #F8CC10; }

/*------------------------------------------------
Share SNS
-------------------------------------------------*/
.share-sns {
  border-top: #B2B2B2 solid 2px; }
  @media only screen and (min-width: 768px) {
    .share-sns {
      border-top: #B2B2B2 solid 4px; } }
  .share-sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 40px auto; }
    @media only screen and (min-width: 768px) {
      .share-sns ul {
        -webkit-justify-content: center;
        justify-content: center; } }
    .share-sns ul > li {
      width: 112px; }
      @media only screen and (min-width: 768px) {
        .share-sns ul > li {
          width: 130px; }
          .share-sns ul > li:nth-child(n + 2) {
            margin-left: 20px; } }
      @media only screen and (min-width: 768px) {
        .share-sns ul > li > a {
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .share-sns ul > li > a:hover {
            opacity: .7; } }

/*------------------------------------------------
Startup Link
-------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .startup-link {
    max-width: 651px;
    width: 100%;
    margin: 0 auto; } }

.startup-link_basics li a {
  background-color: #29D284; }

.startup-link_creator li a {
  background-color: #5073FF; }

.startup-link_backer li a {
  background-color: #FFEA4A; }

.startup-link li {
  position: relative; }
  .startup-link li:nth-child(n + 2) {
    margin-top: 2px; }
    @media only screen and (min-width: 768px) {
      .startup-link li:nth-child(n + 2) {
        margin-top: 3px; } }
  .startup-link li .content {
    position: absolute;
    bottom: 28px; }
    @media only screen and (min-width: 768px) {
      .startup-link li .content {
        bottom: 34px; } }
    .startup-link li .content .num {
      font-size: 30px;
      font-size: 3rem;
      font-family: "Lobster", cursive;
      position: absolute;
      top: -32px; }
      @media only screen and (min-width: 768px) {
        .startup-link li .content .num {
          font-size: 37px;
          font-size: 3.7rem;
          top: -40px; } }
    .startup-link li .content a {
      width: 197px;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.321428571em;
      border-radius: 50px;
      padding: 7px 0 7px 25px; }
      @media only screen and (min-width: 768px) {
        .startup-link li .content a {
          width: 242px;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1.294117647em;
          padding: 10px 0 10px 30px; } }
      .startup-link li .content a:after {
        content: '';
        width: 9px;
        height: 15px;
        background-image: url(../images/common/icon-arrow.svg);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        background-position: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px; }
        @media only screen and (min-width: 768px) {
          .startup-link li .content a:after {
            width: 11px;
            height: 18px;
            background-size: 11px 18px; } }
        @media all and (-ms-high-contrast: none) {
          .startup-link li .content a:after {
            background-size: 10px 17px; } }
  .startup-link li .img img {
    width: 63.4%; }
    @media only screen and (min-width: 768px) {
      .startup-link li .img img {
        width: 277px; } }
  @media only screen and (min-width: 768px) {
    .startup-link li:nth-child(odd) {
      width: 426px; } }
  .startup-link li:nth-child(odd) .content {
    left: 9px; }
    @media only screen and (min-width: 768px) {
      .startup-link li:nth-child(odd) .content {
        left: 0; } }
    .startup-link li:nth-child(odd) .content .num {
      left: 28px; }
      @media only screen and (min-width: 768px) {
        .startup-link li:nth-child(odd) .content .num {
          left: 30px; } }
  .startup-link li:nth-child(odd) > .img {
    text-align: right; }
  @media only screen and (min-width: 768px) {
    .startup-link li:nth-child(even) {
      width: 413px;
      margin: 3px 0 0 auto; } }
  .startup-link li:nth-child(even) .content {
    right: 19px; }
    @media only screen and (min-width: 768px) {
      .startup-link li:nth-child(even) .content {
        right: 0; } }
    .startup-link li:nth-child(even) .content .num {
      right: 18px; }

/*------------------------------------------------
Startup List
-------------------------------------------------*/
.startup-list {
  counter-reset: number 0;
  margin: 30px auto 10px; }
  .startup-list_basics li a span:before {
    background-color: #29D284; }
  .startup-list_creator li a span:before {
    background-color: #5073FF; }
  .startup-list_backer li a span:before {
    background-color: #FFEA4A; }
  .startup-list li {
    position: relative;
    margin-top: 28px;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .startup-list li {
        margin-top: 38px; } }
    .startup-list li:nth-child(-n + 1) {
      margin-top: 0; }
      .startup-list li:nth-child(-n + 1):after {
        content: none; }
    .startup-list li:after {
      content: '';
      width: 3px;
      height: 10px;
      background-color: #707070;
      position: absolute;
      left: 15px;
      top: -19px;
      border-radius: 50px; }
      @media only screen and (min-width: 768px) {
        .startup-list li:after {
          height: 13px;
          left: 19px;
          top: -25px; } }
    .startup-list li a {
      position: relative;
      display: block; }
      .startup-list li a:after {
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(../images/common/icon-anchor.svg);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg); }
        @media only screen and (min-width: 768px) {
          .startup-list li a:after {
            width: 20px;
            height: 20px;
            background-size: 20px 20px; } }
      .startup-list li a span {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        display: inline-block;
        padding-left: 38px;
        padding-right: 34px; }
        @media only screen and (min-width: 768px) {
          .startup-list li a span {
            font-size: 20px;
            font-size: 2rem;
            padding-left: 48px;
            padding-right: 37px; } }
        .startup-list li a span:before {
          counter-increment: number 1;
          /* number カウンタを増加 */
          content: counter(number);
          /* 表示形式を指定 */
          width: 30px;
          height: 30px;
          border-radius: 50%;
          font-family: "Heebo", sans-serif;
          font-size: 25px;
          font-size: 2.5rem;
          font-weight: bold;
          color: #FFF;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 2px 0 0 2px; }
          @media only screen and (min-width: 768px) {
            .startup-list li a span:before {
              width: 38px;
              height: 38px;
              font-size: 26px;
              font-size: 2.6rem; } }

/*------------------------------------------------
Tab Block
-------------------------------------------------*/
.tab-block__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 auto; }
  .tab-block__nav_basics {
    background-color: #29D284; }
  .tab-block__nav_creator {
    background-color: #5073FF; }
  .tab-block__nav_backer {
    background-color: #FFEA4A; }
  .tab-block__nav > li {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    border-radius: 10px 10px 0 0; }
    @media only screen and (min-width: 768px) {
      .tab-block__nav > li {
        border-radius: 20px 20px 0 0; } }
    .tab-block__nav > li:after {
      content: '';
      width: 6px;
      height: 10px;
      background-image: url(../images/common/icon-arrow.svg);
      background-repeat: no-repeat;
      background-size: 6px 10px;
      background-position: center;
      position: absolute;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 10px;
      bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .tab-block__nav > li:after {
          width: 7px;
          height: 12px;
          background-size: 7px 12px;
          right: 15px;
          bottom: 38px; } }
    .js-tab .tab-block__nav > li {
      cursor: pointer; }
    .tab-block__nav > li .en {
      font-family: "Lobster", cursive;
      color: #FFF;
      display: block; }
      .tab-block__nav > li .en .small {
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav > li .en .small {
            font-size: 26px;
            font-size: 2.6rem; } }
      .tab-block__nav > li .en .medium {
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav > li .en .medium {
            font-size: 28px;
            font-size: 2.8rem; } }
      .tab-block__nav > li .en .large {
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav > li .en .large {
            font-size: 32px;
            font-size: 3.2rem; } }
    .tab-block__nav > li .ja {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.25em;
      font-weight: bold;
      display: block; }
      @media only screen and (min-width: 768px) {
        .tab-block__nav > li .ja {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5em; } }
    .tab-block__nav > li.is-active:after {
      content: none; }
    .tab-block__nav > li.is-active a {
      pointer-events: none; }
  .tab-block__nav_top > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    bottom: -1px; }
    .tab-block__nav_top > li.is-active {
      height: 66px; }
      @media only screen and (min-width: 768px) {
        .tab-block__nav_top > li.is-active {
          height: 87px; } }
      .tab-block__nav_top > li.is-active .ja {
        padding: 10px 0 6px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_top > li.is-active .ja {
            padding: 6px 0 8px; } }
    .tab-block__nav_top > li:not(.is-active) {
      height: 59px; }
      @media only screen and (min-width: 768px) {
        .tab-block__nav_top > li:not(.is-active) {
          height: 77px; } }
      .tab-block__nav_top > li:not(.is-active) .ja {
        padding: 3px 0 6px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_top > li:not(.is-active) .ja {
            padding: 4px 0 8px; } }
  .tab-block__nav_top ~ .tab-block__contents .tab-block__anchor {
    padding: 32px 0 20px; }
    @media only screen and (min-width: 768px) {
      .tab-block__nav_top ~ .tab-block__contents .tab-block__anchor {
        padding: 38px 0 40px; } }
  .tab-block__nav_bottom {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .tab-block__nav_bottom > li {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-direction: column;
      flex-direction: column;
      border-radius: 0 0 10px 10px;
      bottom: 1px; }
      @media only screen and (min-width: 768px) {
        .tab-block__nav_bottom > li {
          border-radius: 0 0 20px 20px; } }
      .tab-block__nav_bottom > li .en {
        padding: 6px 0 4px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_bottom > li .en {
            padding: 8px 0 5px; } }
      .tab-block__nav_bottom > li.is-active {
        height: 66px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_bottom > li.is-active {
            height: 87px; } }
        @media only screen and (max-width: 767px) {
          .tab-block__nav_bottom > li.is-active .en {
            padding: 6px 0 10px; } }
      .tab-block__nav_bottom > li:not(.is-active) {
        height: 59px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_bottom > li:not(.is-active) {
            height: 77px; } }
        .tab-block__nav_bottom > li:not(.is-active):after {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          bottom: 15px; }
          @media only screen and (min-width: 768px) {
            .tab-block__nav_bottom > li:not(.is-active):after {
              width: 7px;
              height: 12px;
              background-size: 7px 12px;
              right: 15px;
              bottom: 43px; } }
  .tab-block__nav_page {
    width: calc(100% - 20px);
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .tab-block__nav_page {
        width: calc(100% - 40px); } }
    .tab-block__nav_page > li {
      width: calc((100% - 10px) / 3); }
      @media only screen and (min-width: 768px) {
        .tab-block__nav_page > li {
          width: calc((100% - 20px) / 3); }
          .tab-block__nav_page > li .ja {
            font-size: 12px;
            font-size: 1.2rem; } }
      .tab-block__nav_page > li a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-direction: column;
        flex-direction: column; }
      .tab-block__nav_page > li.is-active {
        height: 63px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_page > li.is-active {
            height: 90px; } }
        .tab-block__nav_page > li.is-active a .ja {
          padding: 3px 0 5px; }
          @media only screen and (min-width: 768px) {
            .tab-block__nav_page > li.is-active a .ja {
              padding: 5px 0 18px; } }
      .tab-block__nav_page > li:not(.is-active) {
        border-radius: 0;
        top: -5px;
        height: 50px; }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_page > li:not(.is-active) {
            height: 68px;
            top: -10px; } }
        .tab-block__nav_page > li:not(.is-active):after {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          bottom: 10px; }
          @media only screen and (min-width: 768px) {
            .tab-block__nav_page > li:not(.is-active):after {
              width: 7px;
              height: 12px;
              background-size: 7px 12px;
              right: 10px;
              bottom: 34px; } }
        @media only screen and (max-width: 767px) {
          .tab-block__nav_page > li:not(.is-active) a .ja {
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8);
            transform-origin: center;
            padding-bottom: 3px; } }
        @media only screen and (min-width: 768px) {
          .tab-block__nav_page > li:not(.is-active) a .ja {
            padding: 2px 0 8px; } }

.tab-block__contents_basics {
  border-top: 6px solid #29D284;
  border-right: 5px solid #29D284;
  border-bottom: 5px solid #29D284;
  border-left: 5px solid #29D284; }
  .tab-block__contents_basics > h3 {
    color: #29D284; }
  .tab-block__contents_basics > h4 span {
    background: linear-gradient(transparent 75%, rgba(41, 210, 132, 0.5) 75%); }
  .tab-block__contents_basics h5 em {
    color: #29D284; }
  .tab-block__contents_basics .tab-block__bg {
    background-image: url("../images/basics/contents-bg-sp.jpg"); }
    @media only screen and (min-width: 768px) {
      .tab-block__contents_basics .tab-block__bg {
        background-image: url("../images/basics/contents-bg.jpg"); } }
  .tab-block__contents_basics .tab-block__anchor li span {
    color: #29D284; }
    .tab-block__contents_basics .tab-block__anchor li span:before {
      background-image: url(../images/common/icon-check-green.svg); }
    .tab-block__contents_basics .tab-block__anchor li span em:after {
      background-color: #29D284; }

.tab-block__contents_creator {
  border-top: 6px solid #5073FF;
  border-right: 5px solid #5073FF;
  border-bottom: 5px solid #5073FF;
  border-left: 5px solid #5073FF; }
  .tab-block__contents_creator > h3 {
    color: #5073FF; }
  .tab-block__contents_creator > h4 span {
    background: linear-gradient(transparent 75%, rgba(80, 115, 255, 0.5) 75%); }
  .tab-block__contents_creator h5 em {
    color: #5073FF; }
  .tab-block__contents_creator .tab-block__bg {
    background-image: url("../images/creator/contents-bg-sp.jpg"); }
    @media only screen and (min-width: 768px) {
      .tab-block__contents_creator .tab-block__bg {
        background-image: url("../images/creator/contents-bg.jpg"); } }
  .tab-block__contents_creator .tab-block__anchor li span {
    color: #5073FF; }
    .tab-block__contents_creator .tab-block__anchor li span:before {
      background-image: url(../images/common/icon-check-blue.svg); }
    .tab-block__contents_creator .tab-block__anchor li span em:after {
      background-color: #5073FF; }

.tab-block__contents_backer {
  border-top: 6px solid #FFEA4A;
  border-right: 5px solid #FFEA4A;
  border-bottom: 5px solid #FFEA4A;
  border-left: 5px solid #FFEA4A; }
  .tab-block__contents_backer > h3 {
    color: #F8CC10; }
  .tab-block__contents_backer > h4 span {
    background: linear-gradient(transparent 75%, rgba(255, 234, 74, 0.5) 75%); }
  .tab-block__contents_backer h5 em {
    color: #F8CC10; }
  .tab-block__contents_backer .tab-block__bg {
    background-image: url("../images/backer/contents-bg-sp.jpg"); }
    @media only screen and (min-width: 768px) {
      .tab-block__contents_backer .tab-block__bg {
        background-image: url("../images/backer/contents-bg.jpg"); } }
  .tab-block__contents_backer .tab-block__anchor li span {
    color: #F8CC10; }
    .tab-block__contents_backer .tab-block__anchor li span:before {
      background-image: url(../images/common/icon-check-yellow.svg); }
    .tab-block__contents_backer .tab-block__anchor li span em:after {
      background-color: #F8CC10; }

.tab-block__contents > div {
  display: none; }
  .js-tab .tab-block__contents > div {
    padding: 25px 0 25px; }
    @media only screen and (min-width: 768px) {
      .js-tab .tab-block__contents > div {
        padding: 40px 0 35px; } }
  .tab-block__contents > div.is-show {
    display: block; }
  .tab-block__contents > div > h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .tab-block__contents > div > h3 {
        font-size: 28px;
        font-size: 2.8rem; } }
  .tab-block__contents > div h4 {
    text-align: center;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .tab-block__contents > div h4 {
        padding-bottom: 33px; } }
    .tab-block__contents > div h4 span {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.5em; }
      @media only screen and (min-width: 768px) {
        .tab-block__contents > div h4 span {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.5em; } }
  .tab-block__contents > div > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    text-align: center;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .tab-block__contents > div > p {
        line-height: 1.5em; } }

.tab-block__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 35px 15px 40px; }
  .tab-block__bg h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .tab-block__bg h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.678571429em;
        margin-bottom: 35px; } }
  .tab-block__bg p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    color: #FFF;
    text-align: center; }

.tab-block__anchor {
  padding: 20px 0 25px;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .tab-block__anchor {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center; } }
  @media only screen and (min-width: 768px) {
    .tab-block__anchor {
      -webkit-justify-content: center;
      justify-content: center;
      padding: 40px 0 40px; } }
  .tab-block__anchor h5 {
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .tab-block__anchor h5 {
        padding-right: 28px;
        margin-bottom: 0;
        flex-shrink: 0;
        text-align: right; } }
    .tab-block__anchor h5 em {
      display: block;
      font-family: "Lobster", cursive;
      font-size: 27px;
      font-size: 2.7rem;
      margin-bottom: 5px; }
    .tab-block__anchor h5 > span > span {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.05em;
      font-family: "Montserrat", sans-serif;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .tab-block__anchor h5 > span > span {
          font-size: 19px;
          font-size: 1.9rem; } }
    .tab-block__anchor h5 > span small {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
      @media only screen and (min-width: 768px) {
        .tab-block__anchor h5 > span small {
          font-size: 11px;
          font-size: 1.1rem; } }
      .tab-block__anchor h5 > span small:before {
        content: '_';
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .tab-block__anchor h5 > span small:before {
            font-size: 19px;
            font-size: 1.9rem; } }
  .tab-block__anchor ul li {
    margin-top: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .tab-block__anchor ul li:nth-child(-n + 1) {
      margin-top: 0; }
    .tab-block__anchor ul li a {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .tab-block__anchor ul li a {
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .tab-block__anchor ul li a:hover {
            opacity: .7; } }
    .tab-block__anchor ul li span {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      position: relative;
      flex-shrink: 0;
      width: 118px; }
      @media only screen and (min-width: 768px) {
        .tab-block__anchor ul li span {
          font-size: 20px;
          font-size: 2rem;
          width: 140px; } }
      .tab-block__anchor ul li span:before {
        content: '';
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center;
        position: relative;
        display: inline-block;
        top: 1px;
        margin-right: 5px; }
        @media only screen and (min-width: 768px) {
          .tab-block__anchor ul li span:before {
            width: 16px;
            height: 16px;
            background-size: 16px 16px;
            margin-right: 6px; } }
        @media all and (-ms-high-contrast: none) {
          .tab-block__anchor ul li span:before {
            background-size: 15px 15px; } }
      .tab-block__anchor ul li span em {
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
        position: relative; }
        .tab-block__anchor ul li span em:after {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 2px;
          z-index: -1; }
    .tab-block__anchor ul li p {
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (min-width: 768px) {
        .tab-block__anchor ul li p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5em; } }

.tab-block__link {
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 322px; }
  @media only screen and (min-width: 768px) {
    .tab-block__link {
      max-width: 620px; } }
  @media only screen and (max-width: 767px) {
    .tab-block__link .link {
      width: calc(100% / 2);
      margin-top: 12px;
      height: 154px; }
      .tab-block__link .link:nth-child(-n + 2) {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .tab-block__link .link {
      width: calc(100% / 3);
      margin-top: 22px;
      height: 192px; }
      .tab-block__link .link:nth-child(-n + 3) {
        margin-top: 0; } }
  @media all and (-ms-high-contrast: none) {
    .tab-block__link .link {
      width: calc(99% / 3); } }
  .tab-block__link .link:nth-of-type(1) figure img {
    right: 8px; }
    @media only screen and (min-width: 768px) {
      .tab-block__link .link:nth-of-type(1) figure img {
        right: auto;
        left: 30px; } }
  .tab-block__link .link:nth-of-type(1) figure figcaption {
    right: -12px; }
  .tab-block__link .link:nth-of-type(2) figure img {
    right: 0; }
    @media only screen and (min-width: 768px) {
      .tab-block__link .link:nth-of-type(2) figure img {
        right: 10px; } }
  .tab-block__link .link:nth-of-type(3) figure img {
    left: 13px; }
    @media only screen and (min-width: 768px) {
      .tab-block__link .link:nth-of-type(3) figure img {
        left: 26px; } }
  .tab-block__link .link:nth-of-type(4) figure img {
    left: 11px; }
    @media only screen and (min-width: 768px) {
      .tab-block__link .link:nth-of-type(4) figure img {
        left: 50px; } }
  .tab-block__link .link:nth-of-type(5) figure img {
    right: 8px; }
    @media only screen and (min-width: 768px) {
      .tab-block__link .link:nth-of-type(5) figure img {
        right: auto;
        left: 15px; } }
  .tab-block__link .link:nth-of-type(5) figure figcaption {
    left: 0; }
  .tab-block__link .link:nth-of-type(6) figure img {
    right: 0; }
  @media only screen and (max-width: 767px) {
    .tab-block__link .link:nth-of-type(odd) figure img {
      top: 34px; }
    .tab-block__link .link:nth-of-type(odd) figure figcaption {
      top: 0; }
    .tab-block__link .link:nth-of-type(even) figure figcaption {
      bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .tab-block__link .link:nth-of-type(1) img, .tab-block__link .link:nth-of-type(3) img, .tab-block__link .link:nth-of-type(4) img, .tab-block__link .link:nth-of-type(6) img {
      top: 40px; }
    .tab-block__link .link:nth-of-type(1) figcaption, .tab-block__link .link:nth-of-type(3) figcaption, .tab-block__link .link:nth-of-type(4) figcaption, .tab-block__link .link:nth-of-type(6) figcaption {
      top: 0; }
    .tab-block__link .link:nth-of-type(3n + 2) figcaption {
      bottom: 0; } }
  .tab-block__link .link figure {
    position: relative;
    height: 100%; }
    .tab-block__link .link figure img {
      width: 120px;
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .tab-block__link .link figure img {
          width: 150px; } }
    .tab-block__link .link figure figcaption {
      display: block;
      width: 100%;
      font-family: "Montserrat", sans-serif;
      background-color: #FFF;
      border-radius: 50px;
      border: #000 solid 1px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.363636364em;
      font-weight: bold;
      padding: 7px 26px 6px 21px;
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .tab-block__link .link figure figcaption {
          max-width: 199px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.538461538em;
          padding: 7px 40px 6px 27px; } }
      .tab-block__link .link figure figcaption:after {
        content: '';
        width: 5px;
        height: 9px;
        background-image: url(../images/common/icon-arrow-black.svg);
        background-repeat: no-repeat;
        background-size: 5px 9px;
        background-position: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8px; }
        @media only screen and (min-width: 768px) {
          .tab-block__link .link figure figcaption:after {
            width: 7.26px;
            height: 11.78px;
            background-size: 7.26px 11.78px;
            right: 13px; } }

.tab-block .button {
  margin: 40px auto 20px; }

.tab-block__txt {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  padding-bottom: 0 !important; }
  @media only screen and (min-width: 768px) {
    .tab-block__txt {
      font-size: 1.6rem !important; } }

/*------------------------------------------------
Type Tag
-------------------------------------------------*/
.type-tag {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: #000000 solid 1px;
  padding: 3px 8px 4px; }

body.notfound main section {
  padding: 50px 0 70px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    body.notfound main section {
      padding: 100px 0 120px; } }
  body.notfound main section .sec-title {
    margin: 0 auto 60px; }
    @media only screen and (max-width: 767px) {
      body.notfound main section .sec-title {
        margin-bottom: 40px; } }
  body.notfound main section p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }
  body.notfound main section .button {
    text-align: center;
    margin-top: 40px; }
    @media only screen and (min-width: 768px) {
      body.notfound main section .button {
        margin: 70px auto 0; } }

/*------------------------------------------------
Archive
-------------------------------------------------*/
@media only screen and (min-width: 768px) {
  body.archive .wrap {
    padding-top: 30px; } }

body.archive main {
  padding-top: 10px; }

body.archive .archive-heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
  display: block; }
  @media only screen and (min-width: 768px) {
    body.archive .archive-heading {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 50px; } }

body.archive .wp-pagenavi {
  margin: 20px auto 40px; }

@media only screen and (min-width: 768px) {
  body.archive .page-link {
    margin-top: 40px; } }

/*------------------------------------------------
Index
-------------------------------------------------*/
body.index .tab-block {
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  body.index .banner {
    padding-bottom: 40px; } }

body.index .article-block ~ .page-link {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    body.index .article-block ~ .page-link {
      margin-bottom: 80px; } }

@media only screen and (max-width: 767px) {
  body.index .point {
    padding-top: 0px; } }

body.index .point__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 10px 40px; }
  @media only screen and (min-width: 768px) {
    body.index .point__list {
      padding: 40px 40px 50px 30px; } }
  @media only screen and (max-width: 767px) {
    body.index .point__list > li {
      margin-top: 20px;
      width: calc((100% - 45px) / 2); }
      body.index .point__list > li:nth-child(-n + 2) {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    body.index .point__list > li {
      margin-top: 30px;
      width: calc((100% - 33px) / 3); }
      body.index .point__list > li:nth-child(-n + 3) {
        margin-top: 0; } }
  body.index .point__list > li figure {
    text-align: center; }
    body.index .point__list > li figure img {
      max-width: 132px; }
      @media only screen and (min-width: 768px) {
        body.index .point__list > li figure img {
          max-width: 177px; } }
    body.index .point__list > li figure figcaption {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.5em;
      text-align: center;
      margin-top: 2px; }
      @media only screen and (min-width: 768px) {
        body.index .point__list > li figure figcaption {
          font-size: 20px;
          font-size: 2rem;
          margin-top: 10px; } }
