body {
  font: 15px "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.en_sub {
  font-family: "DM Sans", sans-serif;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 0px) {
  /* layout
  **************************************************************************************************************************/
  .is_tb {
    display: none !important;
  }
  .is_tb_inline {
    display: none !important;
  }
  .is_pc {
    display: none !important;
  }
  .is_pc_inline {
    display: none !important;
  }
  /* parts
  **************************************************************************************************************************/
  .pagetitle.is-category .inner {
    padding: 16px;
    border-bottom: 1px solid #EDEDED;
  }
  .pagetitle.is-category .title-category {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagetitle.is-category .title-category .icn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagetitle.is-category .title-category .icn img {
    width: 24px;
    height: auto;
  }
  .pagetitle.is-category .title-category .icn::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #ededed;
    margin: 0 10px;
  }
  .hl01 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .hl02 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .hl02 a {
    display: inline-block;
    background: url(../img/common/arw-more01.svg) 100% 50% no-repeat;
    background-size: 18px 18px;
    padding-right: 1.5em;
  }
  .hl03 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .btn.btn01 {
    background: url(../img/common/arw-r02-gry.svg) 100% 50% no-repeat;
    background-size: 6px 11px;
    padding-right: 1em;
    font-size: 12px;
  }
  .btn.btn-comment {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    background: #F2F2F2 url(../img/common/arw-r01-b.svg) calc(100% - 16px) 50% no-repeat;
  }
  .btn.btn-comment span {
    display: inline-block;
    background: url(../img/common/icn-comment.svg) 0 50% no-repeat;
    padding: 1em 1em 1em 2.5em;
  }
  .btn.btn-back {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    background: #fff url(../img/common/arw-l01-b.svg) 16px 50% no-repeat;
    padding: 0.6em 4em;
    border: 1px solid #D9D9D9;
  }
  .btn.btn-primary {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    background: #1A1A1A url(../img/common/arw-r01.svg) calc(100% - 16px) 50% no-repeat;
    color: #fff !important;
    padding: 0 5em;
  }
  .btn.btn-primary span {
    display: inline-block;
    background: url(../img/common/icn-mail.svg) 0 50% no-repeat;
    padding: 1em 1em 1em 2.5em;
  }
  .list-news .row {
    padding: 16px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .list-news .row:last-of-type {
    border: 0;
  }
  .list-news .row dt {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .list-news .row dd {
    margin: 0;
    color: #808080;
  }
  .list-news .row time {
    font-size: 12px;
  }
  /* common
  **************************************************************************************************************************/
  .wrap {
    background: #fff;
  }
  .tgl {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1001;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tgl span {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 15px;
    position: relative;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .tgl span::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .tgl span::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .has-glnv .tgl span {
    border: 0;
  }
  .has-glnv .tgl span::before {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #222;
  }
  .has-glnv .tgl span::after {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #222;
  }
  .drawer {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: -1;
    background: #F7F7F7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .has-glnv .drawer {
    z-index: 1000;
    opacity: 1;
  }
  .drawer .inner {
    background: #fff;
  }
  .drawer nav {
    padding-top: 48px;
  }
  .drawer .search {
    padding: 0 32px;
    margin-bottom: 16px;
  }
  .drawer .search input[type=text] {
    border-radius: 100px;
    border: 1px solid #dcdcdc;
    background: #fff url(../img/common/icn-search-gry.svg) 16px 50% no-repeat;
    background-size: 16px 16px;
    font-size: 14px;
    line-height: 1;
    padding-left: 3em;
    position: relative;
  }
  .drawer .search input[type=submit] {
    display: none;
  }
  .drawer .glnv {
    padding: 0 32px;
    margin-bottom: 16px;
  }
  .drawer .glnv ul {
    font-size: 14px;
    font-weight: bold;
  }
  .drawer .glnv li {
    border-bottom: 1px solid #dcdcdc;
  }
  .drawer .glnv li:last-of-type {
    border: 0;
  }
  .drawer .glnv a {
    padding: 1em 3em 1em 0;
    display: block;
    background: url(../img/common/arw-r01-b.svg) 100% 50% no-repeat;
    background-size: 10px 10px;
  }
  .drawer .utility {
    background: #F7F7F7;
    padding: 16px 32px;
  }
  .drawer .utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
  }
  .drawer .utility ul li {
    width: 50%;
    position: relative;
  }
  .drawer .utility ul li a {
    display: block;
    line-height: 1;
    padding: 18px 0 18px 52px;
  }
  .drawer .utility ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .drawer .utility ul li::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .drawer .utility ul li:nth-of-type(n+3)::after {
    display: none;
  }
  .drawer .utility ul li:nth-of-type(even)::before {
    display: none;
  }
  .drawer .utility ul li.subscribe a {
    background: url(../img/common/icn-book-b.svg) 16px 50% no-repeat;
  }
  .drawer .utility ul li.award a {
    background: url(../img/common/icn-award-b.svg) 18px 50% no-repeat;
  }
  .drawer .utility ul li.journalist a {
    background: url(../img/common/icn-pen-b.svg) 16px 50% no-repeat;
  }
  .drawer .utility ul li.contact a {
    background: url(../img/common/icn-mail-b.svg) 16px 50% no-repeat;
  }
  header {
    background: #EB2D41;
  }
  header .si-utility {
    padding: 12px 16px;
  }
  header .si a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
  }
  header .si img {
    width: 30px;
    margin-right: 10px;
  }
  header .si .jp {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    margin-right: 4px;
  }
  header .si .jp img {
    width: 196px;
    height: auto;
  }
  header .si .en {
    font-size: 22px;
    font-weight: bold;
  }
  header .si .sub {
    display: none;
  }
  header .utility {
    display: none;
  }
  header .glnv {
    background: #000;
  }
  header .glnv nav {
    overflow-x: scroll;
  }
  header .glnv nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 620px;
  }
  header .glnv nav li {
    font-size: 12px;
    font-weight: bold;
  }
  header .glnv nav li a {
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
  }
  header .glnv nav li.is-current {
    background: #222;
  }
  header .glnv nav li.is-current a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header .glnv .search {
    display: none;
  }
  footer {
    color: #fff;
    position: relative;
  }
  footer .pagetop {
    position: absolute;
    right: 8px;
    top: -50px;
    z-index: 5;
  }
  footer .pagetop img {
    width: 40px;
  }
  footer .si-pages {
    background: #1A1A1A;
    padding-bottom: 40px;
  }
  footer .si-pages .inner {
    padding: 0 32px;
  }
  footer .si-pages .si {
    text-align: left;
    padding: 40px 0;
    width: 180px;
    margin: 0 auto;
  }
  footer .si-pages .si a {
    color: #fff;
  }
  footer .si-pages .si img {
    width: 49px;
    float: left;
    margin-right: 10px;
  }
  footer .si-pages .si span.jp {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 4px;
  }
  footer .si-pages .si span.jp img {
    width: 110px;
    height: auto;
    float: none;
    margin-right: 0;
  }
  footer .si-pages .si span.en {
    font-size: 21px;
    display: block;
    letter-spacing: 0.24em;
  }
  footer .si-pages .si .sub {
    display: none;
  }
  footer .si-pages div.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .si-pages div.pages ul {
    width: 50%;
  }
  footer .si-pages div.pages li {
    font-size: 13px;
    margin-bottom: 1em;
  }
  footer .si-pages div.pages li:last-of-type {
    margin-bottom: 0;
  }
  footer .si-pages div.pages a {
    color: #fff;
  }
  footer .sitenv {
    background: #000000;
    padding-bottom: 16px;
  }
  footer .sitenv .inner {
    padding: 0 32px;
  }
  footer .sitenv ul.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
  footer .sitenv ul.pages li {
    font-size: 10px;
    font-weight: bold;
    margin: 0 1em;
  }
  footer .sitenv ul.pages a {
    color: #fff;
  }
  footer .sitenv .copyright {
    color: #fff;
  }
  footer .sitenv .copyright p.jp {
    margin-bottom: 16px;
    font-size: 10px;
  }
  footer .sitenv .copyright p.en {
    font-size: 9px;
  }
  /* article
  **************************************************************************************************************************/
  .articles .article {
    padding: 16px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .articles .article:last-of-type {
    border: 0;
  }
  .articles .article a {
    display: block;
  }
  .articles .article .img img {
    border-radius: 8px;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articles .article .txt .category {
    font-size: 12px;
    font-weight: bold;
    color: #EB2D41;
    margin-bottom: 0.3em;
  }
  .articles .article .txt .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.2em;
  }
  .articles .article .txt .lead {
    display: none;
  }
  .articles .article .txt time {
    font-size: 12px;
    color: #808080;
    margin-bottom: 0.5em;
    display: block;
  }
  .articles .article .txt .list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .articles .article .txt .list-tag li {
    background: #EDEDED;
    border-radius: 100px;
    color: #EB2D41;
    font-size: 10px;
    padding: 0.3em 1em;
    margin: 0 6px 6px 0;
  }
  .articles .article .txt .list-tag li::before {
    content: "#";
    display: inline;
    margin-right: 2px;
  }
  .articles.type-a .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-a .img {
    width: 29%;
    margin-right: 16px;
  }
  .articles.type-a .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-a .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-b .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-b .img {
    width: 29%;
    margin-right: 16px;
  }
  .articles.type-b .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-b .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-b .txt .list-tag li {
    background: #fff;
    border: 1px solid #dedede;
  }
  .articles.type-c .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-c .img {
    width: 29%;
    margin-right: 16px;
  }
  .articles.type-c .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-c .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-d .article:last-of-type {
    border-bottom: 1px solid #E0E0E0;
  }
  .area-relate .articles.type-d .article:last-of-type {
    border-bottom: 0;
  }
  .articles.type-d .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-d .img {
    width: 29%;
    margin-right: 16px;
  }
  .articles.type-d .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-d .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-slide-main .article {
    padding: 0 8px;
  }
  .articles.type-slide-main .article a {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.13);
  }
  .articles.type-slide-main .article .txt {
    padding: 16px 24px;
  }
  .articles.type-slide-main .article .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .pagination {
    margin: 40px 0;
  }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 55px;
    position: relative;
  }
  .pagination .nav-links a, .pagination .nav-links span {
    font-size: 12px;
    margin: 0 6px;
    line-height: 0;
    width: 36px;
  }
  .pagination .prev {
    width: 36px;
    height: 36px;
    background: #000 url(../img/common/arw-l01.svg) 50% 50% no-repeat;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .pagination .current {
    position: relative;
  }
  .pagination .current::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .pagination .next {
    width: 36px;
    height: 36px;
    background: #000 url(../img/common/arw-r01.svg) 50% 50% no-repeat;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .entrybody { /* padding-top: 32px; */ }
  .customers .customer {
    background: #FCEDED;
    border-radius: 16px;
    text-align: center;
    padding: 24px;
    margin-bottom: 16px;
  }
  .customers .img {
    margin-bottom: 16px;
  }
  .customers .img img {
    width: 64px;
    height: auto;
  }
  .customers .txt h3 {
    border: 0 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: bold !important;
  }
  .customers .txt p {
    font-size: 11px;
    margin: 0 !important;
  }
  .customers .txt p span {
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    padding: 0 1em;
    margin: 0 4px;
  }
  .customers .txt p strong {
    color: #EB2D41;
  }
  .ad-contact {
    background: #F7F7F7;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
  }
  .ad-contact .lead {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 16px;
    margin-top: 0;
  }
  .ad-contact .tel {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0.5em 0 !important;
  }
  .ad-contact .tel span {
    display: inline-block;
    background: url(../img/common/icn-tel.svg) 0 100% no-repeat;
    background-size: 21px auto;
    padding-left: 1.3em;
    line-height: 1;
  }
  .ad-contact .tel small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #808080;
  }
  .ad-contact .entry {
    text-align: center;
    margin: 0 !important;
  }
  .acordion {
    position: relative;
  }
  .acordion .tgl-acordion {
    width: 24px;
    height: 24px;
    background: #fff url(../img/common/arw-d02.svg) 50% 50% no-repeat;
    position: absolute;
    top: 2px;
    right: 15px;
    border-radius: 50px;
    cursor: pointer;
  }
  .acordion .tgl-acordion.is-open {
    background: #fff url(../img/common/arw-u02.svg) 50% 50% no-repeat;
  }
  .acordion .question {
    padding-right: 2em;
  }
  /* block
  **************************************************************************************************************************/
  .area-kv {
    background: #FCEDED url(../img/top/bg-kv-sp.svg) 50% 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .area-kv .body {
    padding: 0 32px;
  }
  .area-kv .main .slick-list {
    overflow: visible;
  }
  .area-kv .main .slick-dots {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .area-kv .main .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 6px;
  }
  .area-kv .main .slick-dots li.slick-active {
    background: #000;
  }
  .area-kv .main .slick-dots li button {
    display: none;
  }
  .area-kv .sub {
    display: none;
  }
  .area-article-recent {
    padding: 0 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 4px solid #EDEDED;
  }
  .area-category {
    padding: 0 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 4px solid #EDEDED;
  }
  .area-category .categories > .category {
    background: #F7F7F7;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    position: relative;
  }
  .area-category .categories > .category:last-of-type {
    margin-bottom: 0;
  }
  .area-category .categories > .category .feed {
    position: absolute;
    top: 18px;
    right: 16px;
  }
  .area-category .categories > .category .feed a {
    display: inline-block;
    padding: 0.3em 1.5em;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    font-size: 12px;
    background: #fff;
  }
  .area-category .categories > .category .feed span {
    background: url(../img/common/icn-rss.svg) 0 50% no-repeat;
    padding-left: 1.8em;
  }
  .area-article-archive {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .area-entry {
    padding: 16px;
    margin-bottom: 16px;
  }
  .area-entry .title {
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 16px;
  }
  .area-entry .title .category-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .area-entry .title .category a {
    color: #EB2D41;
    font-weight: bold;
  }
  .area-entry .title .category::after {
    content: "|";
    display: inline;
    color: #ededed;
    margin: 0 0.6em;
  }
  .area-entry .title .date time {
    color: #808080;
  }
  .area-entry .title .title-entry {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
  }
  .area-entry .title .tag-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .area-entry .title .tag .list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area-entry .title .tag .list-tag li {
    background: #EDEDED;
    border-radius: 100px;
    color: #EB2D41;
    font-size: 10px;
    padding: 0.3em 1em;
  }
  .area-entry .title .tag .list-tag li::before {
    content: "#";
    display: inline;
    margin-right: 2px;
  }
  .area-entry .title .tag .list-tag li a {
    color: #EB2D41;
  }
  .area-entry .title .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .area-entry .title .social ul li {
    margin-left: 16px;
  }
  .news-detail .area-entry .title .social ul li {
    margin-left: 0;
    margin-right: 16px;
  }
  .area-entry .title .social ul img {
    height: 20px;
    width: auto;
  }
  .area-entry .body .back {
    margin-top: 32px;
    border-top: 1px solid #ededed;
    padding-top: 16px;
    text-align: center;
  }
  .area-relate {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .area-news-archive {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .area-page-detail {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .area-bnr {
    padding: 16px;
    margin-bottom: 16px;
  }
  .area-bnr .body li {
    margin-bottom: 8px;
  }
  .area-block-side {
    padding: 0 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 4px solid #EDEDED;
  }
  .area-block-side.is-tag {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .area-block-side .title {
    position: relative;
  }
  .area-block-side .title .more {
    position: absolute;
    top: 0;
    right: 0;
  }
  .area-block-side .list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area-block-side .list-tag li {
    background: #EDEDED;
    border-radius: 100px;
    color: #EB2D41;
    font-size: 10px;
    padding: 0.3em 1em;
    margin: 0 6px 6px 0;
  }
  .area-block-side .list-tag li a {
    color: #EB2D41;
  }
  .area-block-side .list-tag li::before {
    content: "#";
    display: inline;
    margin-right: 2px;
  }
  .area-block-side .list-page li {
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
  }
  .area-block-side .list-page li:last-of-type {
    border: 0;
  }
  .area-block-side .list-page a {
    display: block;
    padding: 16px 0;
    background: url(../img/common/arw-r02-gry.svg) 100% 50% no-repeat;
    background-size: 6px 11px;
    padding-right: 1em;
  }
  .area-contact {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #E0E0E0;
  }
  .area-contact .contact .row {
    margin-bottom: 40px;
  }
  .area-contact .contact dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .area-contact .contact dt .require {
    display: inline-block;
    color: #fff;
    background: #EB2D41;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    padding: 0.2em 0.5em;
    line-height: 1;
    margin-left: 6px;
    position: relative;
    top: -2px;
  }
  .area-contact .contact dd {
    margin: 0;
  }
  .area-contact .contact dd p {
    margin: 0 0 0.5em 0;
  }
  .area-contact .contact dd p.alert {
    margin: 1em 0;
    font-size: 12px;
    font-weight: normal;
    color: #EB2D41;
  }
  .area-contact .contact .list-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area-contact .submit {
    text-align: center;
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
  }
  .area-contact .submit input {
    display: inline-block;
    background: #808080;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 5em;
    color: #fff;
    border: 0;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important;
  }
  .is_tb {
    display: block !important;
  }
  .is_tb_inline {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .wrap {
    overflow: visible;
  }
  .is_pc {
    display: block !important;
  }
  .is_pc_inline {
    display: inline-block !important;
  }
  /* parts
  **************************************************************************************************************************/
  .pagetitle.is-category {
    padding: 40px 100px 60px 100px;
    background: url(../img/top/bg-kv-pc.svg) 0 100% no-repeat;
    background-size: 100% auto;
    margin-bottom: 32px;
  }
  .pagetitle.is-category .inner {
    padding: 0;
    border-bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pagetitle.is-category .title-category {
    font-size: 30px;
    color: #fff;
  }
  .pagetitle.is-category .title-category .icn img {
    width: 32px;
    height: auto;
  }
  .pagetitle.is-category .title-category .icn::after {
    margin: 0 20px;
  }
  .hl01 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .hl02 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .hl02 a {
    display: inline-block;
    background: url(../img/common/arw-more01.svg) 100% 50% no-repeat;
    background-size: 24px 24px;
    padding-right: 1.3em;
  }
  .hl03 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.8em;
  }
  .btn.btn01 {
    background: url(../img/common/arw-r02-gry.svg) 100% 50% no-repeat;
    background-size: 6px 11px;
    padding-right: 1em;
    font-size: 12px;
  }
  .btn.btn-comment {
    background: #F2F2F2 url(../img/common/arw-r01-b.svg) calc(100% - 24px) 50% no-repeat;
  }
  .btn.btn-comment span {
    padding: 1.5em 1em 1.5em 2.5em;
  }
  .btn.btn-back {
    background: #fff url(../img/common/arw-l01-b.svg) 24px 50% no-repeat;
    padding: 0.8em 4em;
  }
  .btn.btn-primary {
    font-size: 16px;
    font-weight: bold;
  }
  .btn.btn-primary span {
    background: url(../img/common/icn-mail.svg) 0 54% no-repeat;
  }
  .list-news .row {
    padding: 16px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .list-news .row:last-of-type {
    border: 0;
  }
  .list-news .row dt {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .list-news .row dd {
    margin: 0;
  }
  .list-news .row time {
    font-size: 12px;
  }
  .news-archive .list-news .row {
    padding: 32px 0;
  }
  .news-archive .list-news dt {
    font-size: 16px;
  }
  /* common
  **************************************************************************************************************************/
  .wrap {
    overflow: hidden;
  }
  .tgl {
    display: none;
  }
  .drawer {
    display: none;
  }
  header {
    padding: 0 100px;
  }
  header .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  header .si-utility {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .si img {
    width: 78px;
    margin-right: 16px;
  }
  header .si .jp {
    font-size: 32px;
    margin-right: 4px;
  }
  header .si .jp img {
    width: 359px;
  }
  header .si .en {
    font-size: 42px;
  }
  header .si .sub {
    display: block;
    font-size: 12px;
    margin-left: 10px;
    padding-top: 10px;
  }
  header .utility {
    display: block;
  }
  header .utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .utility li {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-left: 16px;
    width: 76px;
  }
  header .utility li a {
    color: #fff;
    padding-top: 36px;
    display: block;
  }
  header .utility li.subscribe a {
    background: url(../img/common/icn-book.svg) 50% 0 no-repeat;
  }
  header .utility li.award a {
    background: url(../img/common/icn-award.svg) 50% 0 no-repeat;
  }
  header .utility li.journalist a {
    background: url(../img/common/icn-pen.svg) 50% 0 no-repeat;
  }
  header .utility li.contact a {
    background: url(../img/common/icn-mail.svg) 50% 0 no-repeat;
  }
  header .glnv {
    border-radius: 100px;
    padding: 0 40px;
    position: relative;
    z-index: 10;
  }
  header .glnv nav {
    overflow-x: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .glnv nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .glnv nav li {
    font-size: 18px;
  }
  header .glnv nav li a {
    color: #fff;
    display: block;
    padding: 16px 1em;
    position: relative;
  }
  header .glnv nav li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #666;
    position: absolute;
    right: 0;
    top: 21px;
  }
  header .glnv nav li.is-current a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .is-top header .glnv nav li:nth-of-type(1) a {
    background: #666;
  }
  .is-top header .glnv nav li:nth-of-type(1) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-general header .glnv nav li:nth-of-type(2) a {
    background: #666;
  }
  .category-general header .glnv nav li:nth-of-type(2) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-academic header .glnv nav li:nth-of-type(3) a {
    background: #666;
  }
  .category-academic header .glnv nav li:nth-of-type(3) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-affiliated_school header .glnv nav li:nth-of-type(4) a {
    background: #666;
  }
  .category-affiliated_school header .glnv nav li:nth-of-type(4) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-sports header .glnv nav li:nth-of-type(5) a {
    background: #666;
  }
  .category-sports header .glnv nav li:nth-of-type(5) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-people header .glnv nav li:nth-of-type(6) a {
    background: #666;
  }
  .category-people header .glnv nav li:nth-of-type(6) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-society header .glnv nav li:nth-of-type(7) a {
    background: #666;
  }
  .category-society header .glnv nav li:nth-of-type(7) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-feature header .glnv nav li:nth-of-type(8) a {
    background: #666;
  }
  .category-feature header .glnv nav li:nth-of-type(8) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-event header .glnv nav li:nth-of-type(9) a {
    background: #666;
  }
  .category-event header .glnv nav li:nth-of-type(9) a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header .glnv .search {
    display: block;
    width: 200px;
  }
  header .glnv .search input[type=text] {
    color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background: url(../img/common/icn-search.svg) 0 50% no-repeat;
    background-size: 16px 16px;
    font-size: 14px;
    line-height: 1;
    padding-left: 2em;
    position: relative;
  }
  header .glnv .search input[type=submit] {
    display: none;
  }
  footer {
    color: #fff;
    position: relative;
  }
  footer .pagetop {
    position: absolute;
    right: 24px;
    top: -90px;
    z-index: 5;
  }
  footer .pagetop img {
    width: 64px;
  }
  footer .si-pages {
    padding: 64px 100px;
  }
  footer .si-pages .inner {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .si-pages .si {
    text-align: left;
    padding: 0px 0;
    width: 280px;
    margin: 0;
  }
  footer .si-pages .si img {
    width: 78px;
    margin-right: 16px;
  }
  footer .si-pages .si span.jp {
    font-size: 24px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
  }
  footer .si-pages .si span.jp img {
    width: 147px;
    margin-right: 0;
  }
  footer .si-pages .si span.en {
    font-size: 30px;
    display: block;
    letter-spacing: 0.16em;
  }
  footer .si-pages .si .sub {
    display: none;
  }
  footer .si-pages div.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 136px;
  }
  footer .si-pages div.pages ul {
    width: 50%;
    border-left: 1px solid #333;
    padding-left: 64px;
  }
  footer .si-pages div.pages li {
    font-size: 14px;
    font-weight: bold;
  }
  footer .si-pages div.pages li:last-of-type {
    margin-bottom: 0;
  }
  footer .si-pages div.pages a {
    color: #fff;
  }
  footer .sitenv {
    padding: 24px 100px;
  }
  footer .sitenv .inner {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .sitenv ul.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  footer .sitenv ul.pages li {
    margin: 0 2em 0 0;
  }
  footer .sitenv .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .sitenv .copyright p.jp {
    margin-bottom: 0;
    margin-right: 32px;
  }
  /* article
  **************************************************************************************************************************/
  .articles .article {
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .articles .article:last-of-type {
    border: 0;
  }
  .articles .article a {
    display: block;
  }
  .articles.type-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .articles.type-a .article {
    width: 30.9%;
    margin: 0 3.65% 33px 0;
    border: 0;
  }
  .articles.type-a .article:nth-of-type(3n) {
    margin-right: 0;
  }
  .articles.type-a .imgtxt {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-a .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .articles.type-a .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-a .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-b .article {
    width: 48%;
    border: 0;
  }
  .articles.type-b .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles.type-b .img {
    width: 160px;
    margin-right: 16px;
  }
  .articles.type-b .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-b .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-c .article {
    padding: 18px 0;
  }
  .articles.type-c .article:first-of-type {
    padding-top: 0;
  }
  .articles.type-c .txt .title {
    font-weight: normal;
    font-size: 14px;
  }
  .articles.type-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .articles.type-d .article {
    width: 48%;
    margin: 0 4% 32px 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .articles.type-d .article:nth-of-type(2n) {
    margin-right: 0;
  }
  .area-relate .articles.type-d .article:nth-of-type(n+3) {
    border-bottom: 0;
  }
  .articles.type-d .img {
    width: 172px;
  }
  .articles.type-d .txt .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .articles.type-d.is-single {
    display: block;
  }
  .articles.type-d.is-single .article {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .articles.type-slide-main .article {
    padding: 0;
  }
  .articles.type-slide-main .article a {
    border-radius: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .articles.type-slide-main .article .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .articles.type-slide-main .article .img {
    width: 57%;
  }
  .articles.type-slide-main .article .img img {
    border-radius: 0;
  }
  .articles.type-slide-main .article .txt {
    padding: 16px 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-slide-main .article .txt .title {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .articles.type-slide-main .article .txt .lead {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0.3em;
    font-size: 15px;
  }
  .articles.type-slide-main .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .articles.type-slide-main .slick-arrow.slick-prev {
    background: #000 url(../img/common/arw-l01.svg) 50% 50% no-repeat;
    left: -18px;
  }
  .articles.type-slide-main .slick-arrow.slick-next {
    background: #000 url(../img/common/arw-r01.svg) 50% 50% no-repeat;
    right: -18px;
  }
  .articles.type-slide-sub {
    position: relative;
  }
  .articles.type-slide-sub .article {
    padding: 8px 0;
  }
  .articles.type-slide-sub .article a {
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    display: block;
    border: 2px solid transparent;
  }
  .articles.type-slide-sub .article .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .articles.type-slide-sub .article .img {
    width: 37%;
  }
  .articles.type-slide-sub .article .img img {
    border-radius: 0;
  }
  .articles.type-slide-sub .article .txt {
    padding: 0 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .articles.type-slide-sub .article .txt .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: normal;
  }
  .articles.type-slide-sub .article .txt .category {
    display: none;
  }
  .articles.type-slide-sub .article .txt time {
    display: none;
  }
  .articles.type-slide-sub .article .txt .list-tag {
    display: none;
  }
  .articles.type-slide-sub .slick-current .article a {
    border: 2px solid #000;
  }
  .articles.type-slide-sub .slick-current .article .title {
    font-weight: bold;
  }
  .articles.type-slide-sub .slick-dots {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: -60px;
  }
  .articles.type-slide-sub .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 6px;
  }
  .articles.type-slide-sub .slick-dots li.slick-active {
    background: #000;
  }
  .articles.type-slide-sub .slick-dots li button {
    display: none;
  }
  .articles.type-slide-sub .slick-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    z-index: 2;
  }
  .articles.type-slide-sub .slick-arrow.slick-prev {
    background: #000 url(../img/common/arw-r01.svg) 50% 50% no-repeat;
    background-size: 40%;
    top: -12px;
    -webkit-transform: translatex(-50%) rotate(-90deg);
            transform: translatex(-50%) rotate(-90deg);
  }
  .articles.type-slide-sub .slick-arrow.slick-next {
    background: #000 url(../img/common/arw-r01.svg) 50% 50% no-repeat;
    background-size: 40%;
    bottom: -12px;
    -webkit-transform: translatex(-50%) rotate(90deg);
            transform: translatex(-50%) rotate(90deg);
  }
  .pagination {
    margin: 40px 0;
  }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 55px;
    position: relative;
  }
  .pagination .nav-links a, .pagination .nav-links span {
    font-size: 12px;
    margin: 0 6px;
    line-height: 0;
    text-align: center;
  }
  .pagination .prev {
    width: 36px;
    height: 36px;
    background: #000 url(../img/common/arw-l01.svg) 50% 50% no-repeat;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 0;
    margin-right: 10px;
  }
  .pagination .next {
    width: 36px;
    height: 36px;
    background: #000 url(../img/common/arw-r01.svg) 50% 50% no-repeat;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
    margin-left: 10px;
  }
  .customers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .customers .customer {
    width: 48%;
    padding: 32px;
    margin-bottom: 0;
  }
  .customers .img {
    margin-bottom: 16px;
  }
  .customers .img img {
    width: 64px;
    height: auto;
  }
  .customers .txt h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  .customers .txt p {
    font-size: 12px;
  }
  .ad-contact {
    padding: 32px;
    margin-bottom: 0;
  }
  .ad-contact .tel {
    font-size: 30px;
  }
  .ad-contact .tel small {
    display: inline-block;
    margin-left: 1em;
  }
  .ad-contact .entry {
    text-align: center;
    margin: 0 !important;
  }
  .acordion .tgl-acordion {
    width: 40px;
    height: 40px;
  }
  .acordion .question {
    padding-right: 2em;
  }
  /* block
  **************************************************************************************************************************/
  .columns {
    padding: 0 50px;
    padding-bottom: 50px;
  }
  .columns.col02 > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .columns.col02 .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .columns.col02 .side {
    width: 300px;
    margin-left: 32px;
  }
  .is-entry .columns {
    margin-top: -30px;
    background: #fff;
    padding-top: 60px;
  }
  .area-kv {
    background: #FCEDED url(../img/top/bg-kv-pc.svg) 50% 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: 32px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .area-kv .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .area-kv .body {
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area-kv .main {
    width: calc(100% - 380px);
  }
  .area-kv .main .slick-list {
    overflow: hidden;
  }
  .area-kv .main .slick-dots {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .area-kv .main .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0;
  }
  .area-kv .main .slick-dots li.slick-active {
    background: #000;
  }
  .area-kv .main .slick-dots li button {
    display: none;
  }
  .area-kv .sub {
    display: block;
    width: 380px;
    margin-left: 32px;
  }
  .area-article-recent {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .area-category {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border: 0;
  }
  .area-category .categories > .category {
    padding: 24px 32px;
  }
  .area-category .categories > .category .feed {
    top: 28px;
    right: 24px;
  }
  .area-category .categories > .category .feed a {
    padding: 0.6em 1.5em;
  }
  .area-article-archive {
    padding: 0;
    margin-bottom: 0;
  }
  .area-entry {
    padding: 0;
    margin-bottom: 32px;
  }
  .area-entry .title {
    margin-bottom: 32px;
  }
  .area-entry .title .category-date {
    margin-bottom: 12px;
  }
  .area-entry .title .title-entry {
    font-size: 30px;
  }
  .area-entry .title .tag .list-tag li {
    margin-right: 5px;
  }
  .area-entry .body .back {
    margin-top: 64px;
    padding-top: 24px;
  }
  .area-relate {
    padding: 0;
    margin-bottom: 32px;
  }
  .area-news-archive {
    padding: 0;
    margin-bottom: 32px;
  }
  .area-page-detail {
    padding: 0;
    margin-bottom: 32px;
  }
  .area-bnr {
    padding: 0;
    margin-bottom: 20px;
  }
  .area-block-side {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .area-block-side .title {
    position: relative;
  }
  .area-block-side .title .more {
    position: absolute;
    top: 0;
    right: 0;
  }
  .area-contact .contact .row {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area-contact .contact dt {
    margin-bottom: 0;
    width: 220px;
    padding-top: 8px;
  }
  .area-contact .contact dd {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  .area-contact .contact dd p {
    margin: 0 0 0.8em 0;
  }
  .area-contact .contact dd p.alert {
    margin: 1em 0;
    font-size: 12px;
    font-weight: normal;
    color: #EB2D41;
  }
  .area-contact .contact dd .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area-contact .contact dd .flex > span {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0.5em;
    margin-left: 0;
  }
  .area-contact .contact .list-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area-contact .submit {
    padding-top: 32px;
  }
}
.side_archive {
  border-top: 4px solid #EDEDED;
  padding-top: 20px;
  margin-top: 10px;
}
.side_archive .archive_set + .archive_set {
  margin-top: 8px;
}
.side_archive .archive_set .set_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F7F7 url(/asset/img/side_bg.svg) no-repeat right top;
  background-size: cover;
  border: 1px #E0E0E0 solid;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 68px;
}
.side_archive .archive_set .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 68px;
  overflow: hidden;
  position: relative;
}
.side_archive .archive_set .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}
.side_archive .archive_set .txt {
  padding: 12px 38px 12px 16px;
}
.side_archive .archive_set .txt p {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.side_archive a {
  display: block;
  position: relative;
}
.side_archive a:after {
  background: url(/asset/img/ar.svg) no-repeat left top;
  background-size: cover;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}