@charset "UTF-8";

/* variables
------------------ */


/* reset
------------------ */


/* parts
------------------ */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

p {
    margin: 0;
    font-size: 1em !important;
    line-height: 1.8em !important;
    letter-spacing: 0.8pt !important;
}

.hidden{
    /* visibility: hidden !important; */
    display: none;
}

iframe {
    max-width: 100%;
}

#en_US p {
    line-height: 1.4em !important;
    letter-spacing: 0.6pt !important;
    word-break: normal !important
}

#en_US .kemco-top-text-container .kemco-top-text-title {
    line-height: 1.8em !important;
}

#en_US .kemco-top-main p {
    letter-spacing: 0.8pt !important;
}

#en_US #top .kemco-top-main .top-img-text-container {
    margin-top: 30px;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb {
    box-sizing: border-box;
    text-align: left;
    padding-top: 100px;
    width: 950px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-text {
    font-size: 90%;
    padding: 80px 0 0 30px;
}

.breadcrumb .breadcrumb-text span {
    margin: 0 15px;
}

.breadcrumb-b {
    box-sizing: border-box;
    text-align: left;
    padding-top: 50px;
    margin: 0 auto;
}

.breadcrumb-b .breadcrumb-text {
    font-size: 90%;
    padding: 30px 0 0 30px;
}

.breadcrumb-b .breadcrumb-text span {
    margin: 0 15px;
}

@media screen and (max-width: 1024px) {
    .breadcrumb {
        width: auto;
    }
}

/* スマホ横向き画面 */
.orientation-change {
    position: fixed;
    display: none;
    z-index: 1500;
    width: 100%;
    height: 100%;
    display: none;
}

.orientation-change img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* アニメーション */

.fade {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-first-view {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 2.5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-first-view-mini {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-blur {
    -webkit-animation-name: fadeinBlur;
    animation-name: fadeinBlur;
    -webkit-opacity: 1;
    opacity: 1;
    transition: 0.8s;
}

.fade-blur-first-view {
    -webkit-animation-name: fadeinBlurFirstView;
    animation-name: fadeinBlurFirstView;
    -webkit-opacity: 1;
    opacity: 1;
    transition: 0.8s;
}

@-webkit-keyframes fadeinBlur {
    from {
        0% {
            opacity: 1;
        }
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        100% {
            opacity: 0;
        }
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

@-webkit-keyframes fadeinBlurFirstView {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .kemco-now-slide {
    margin-top: 13vh;
    margin-bottom: 64px;}
    .breadcrumb-b {
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        padding-top: 0;
        margin: 0 auto;
    }
    .breadcrumb-b .breadcrumb-text {
        font-size: 85%;
        padding: 0 0 20px 20px;
    }
    .breadcrumb-b .breadcrumb-text span {
        margin: 0 15px;
    }
    .breadcrumb-question {
        padding-top: 30px;
    }
    .breadcrumb-question .breadcrumb-text {
        font-size: 85%;
        padding: 30px 0 0 20px;
    }
    .breadcrumb-question .breadcrumb-text span {
        margin: 0 15px;
    }
}


/* parts
------------------ */

#top .kemco-top-main .main-green-box {
    position: absolute;
    bottom: 10px;
    left: 400px;
    width: 100px;
    height: 100px;
    background: #0F0;
    z-index: -999;
}

#top .kemco-top-main .main-green-box-small {
    position: absolute;
    bottom: 0;
    left: 280px;
    width: 50px;
    height: 50px;
    background: #0F0;
    z-index: -999;
}

#top .top-content-container .top-who-container .top-who-container-right .who-img-green-box {
    position: absolute;
    bottom: -30px;
    right: 44px;
    width: 400px;
    height: 50px;
    background: #0F0;
    z-index: -1;
}

#top .top-content-container .top-collection-container .collection-img-green-box {
    position: absolute;
    top: 50px;
    right: 46vw;
    width: 50px;
    height: 80px;
    background: #0F0;
    z-index: -1;
}

#top .top-content-container .top-collection-container .collection-img-green-box-big {
    position: absolute;
    bottom: -10px;
    right: 50px;
    width: 400px;
    height: 80px;
    background: #0F0;
    z-index: -1;
}

#top .top-content-container .top-whats-container .top-whats-container-left .whats-img-gray-box-small {
    position: absolute;
    top: 50px;
    right: 25px;
    width: 200px;
    height: 400px;
    background: #f0f0f0;
    z-index: -1;
}

#top .top-content-container .top-whats-container .top-whats-container-left .whats-img-green-box {
    position: absolute;
    top: 44vw;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #0F0;
    z-index: -1;
}

#top .top-content-container .top-whats-container .top-whats-container-right .whats-img-gray-box {
    position: absolute;
    bottom: 45px;
    right: 25px;
    max-width: 400px;
    max-height: 400px;
    width: 20vw;
    height: 20vw;
    background: #f0f0f0;
    z-index: -1;
}

#top .top-content-container .top-whats-container .top-whats-container-right .whats-img-green-box-small {
    position: absolute;
    bottom: 4vw;
    right: 40px;
    width: 30px;
    height: 30px;
    background: #0F0;
    z-index: 1;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left .tools-img-gray-box {
    position: absolute;
    top: 80px;
    right: 15px;
    max-width: 600px;
    max-height: 380px;
    width: 42vw;
    height: 24vw;
    background: #f0f0f0;
    z-index: -4;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left .tools-img-green-box {
    position: absolute;
    top: -30px;
    left: 38vw;
    width: 120px;
    height: 130px;
    background: #0F0;
    z-index: -9999;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right-second .tools-img-gray-box {
    position: absolute;
    top: 80px;
    left: 120px;
    max-width: 600px;
    max-height: 380px;
    width: 42vw;
    height: 24vw;
    background: #f0f0f0;
    z-index: -1;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right-second .tools-img-green-box {
    position: absolute;
    bottom: 20px;
    right: 33vw;
    width: 120px;
    height: 130px;
    background: #0F0;
    z-index: -2;
}

#top .top-content-container .top-research-container .research-img-gray-box {
    position: absolute;
    top: 80px;
    right: -30px;
    max-width: 300px;
    max-height: 350px;
    width: 20vw;
    height: 25vw;
    background: #f0f0f0;
    z-index: -1;
}

#top .top-content-container .top-research-container .research-img-green-box {
    position: absolute;
    top: 60px;
    left: -30px;
    width: 65px;
    height: 370px;
    background: #0F0;
    z-index: -1;
}

#top .top-content-container .top-support-container .support-img-gray-box {
    position: absolute;
    top: 50px;
    left: 34vw;
    max-width: 300px;
    max-height: 380px;
    width: 20vw;
    height: 26vw;
    background: #f0f0f0;
    z-index: -1;
}

#top .top-content-container .top-support-container .support-img-green-box {
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 120px solid transparent;
    border-right: 120px solid #0F0;
    z-index: -1;
}

header .pc-header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 90;
    display: flex;
    align-items: center;
    padding: 20px 2vw;
    background: #FFF;
}

header .pc-header .kemco_logo_top {
    width: 80px;
    margin-left: 15px;
}

.black-header-back {
    position: fixed;
    top: 160px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: hue-rotate(180deg);
    z-index: 100;
    display: none;
}

header .pc-header .header-lang {
    display: table;
    table-layout: fixed;
    width: 7vw;
    height: 34px;
    line-height: 34px;
    float: left;
}

header .pc-header .header-lang li {
    display: table-cell;
    font-size: 1vw;
    border: 1px solid;
    text-align: center;
}

header .pc-header .header-lang li a p {
    padding: 0 1vw;
    line-height: 30px !important;
}

header .pc-header .header-lang li.active {
    background: #000;
    border: 1px solid;
}

header .pc-header .header-lang li.active a {
    color: #FFF;
}

header .pc-header .header-sns-icon-contents {
    display: inline-block;
    margin-left: 24px;
    float: left;
}

header .pc-header .header-sns-icon-contents li {
    display: inline-block;
    text-align: center;
}

header .pc-header .header-sns-icon-contents li a .header-sns-icon {
    width: 34px;
    height: 34px;
    padding: 0 5px
}

#luxbar.hide {
    transform: translateY(-200%);
}


/* メニュー処理 */

.pc-menu {
    display: inline-block;
    position: relative;
    width: 66vw;
    margin-left: 12vw;
    font-size: 1.2vw;
}

@media screen and (max-width: 1700px) {
    .pc-menu {
        margin-left: 10vw;
    }
}

@media screen and (max-width: 1500px) {
    .pc-menu {
        margin-left: 6vw;
    }
}

@media screen and (max-width: 1300px) {
    .pc-menu {
        margin-left: 4vw;
    }
}

@media screen and (max-width: 1200px) {
    .pc-menu {
        margin-left: 2vw;
    }
    header .pc-header .header-sns-icon-contents li a .header-sns-icon {
        width: 19px;
        height: 19px;
    }
    header .pc-header .header-sns-icon-contents {
        height: 34px;
        line-height: 45px;
    }
}

.pc-menu>li {
    width: auto;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 1vw;
}

.pc-menu>li:last-child {
    margin-right: 0;
}

.pc-menu>li.menu-down a {
    line-height: 30px;
}

.pc-menu>li a {
    display: list-item;
    width: max-content;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
}

.menu-sub-contents {
    z-index: 100;
    position: absolute;
    padding-top: 60px;
    color: #FFF;
    font-size: 80%;
    min-width: 100%;
    width: max-content;
    display: none;
}

.pc-menu>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* floatクリア */

.pc-menu:before,
.pc-menu:after {
    content: " ";
    display: table;
}

.pc-menu:after {
    clear: both;
}

.pc-menu {
    *zoom: 1;
}

.pc-menu>li.menu-down {
    position: relative;
}

.pc-menu>li.menu-down a span {
    font-size: 0.5vw;
}

.menu-sub-title {
    font-size: 0.8vw;
}

.menu-down .menu-sub-contents {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    padding-top: 30px;
}

.menu-down:hover .menu-sub-contents {
    top: 50px;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.menu-down .menu-sub-contents li a {
    color: #FFF;
    line-height: 50px;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    #sp-header {
        box-sizing: border-box;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 13vh;
        transition: .5s;
        z-index: 1010;
        display: flex;
        padding: 20px 2vw;
        background: #FFF;
    }
    #sp-header.top {
        height: 13vh;
        background: -moz-linear-gradient(top, rgb(255, 255, 255, 0.9), rgb(255, 255, 255, 0.7) 75%, rgb(255, 255, 255, 0));
        background: -webkit-linear-gradient(top, rgb(255, 255, 255, 0.9), rgb(255, 255, 255, 0.7) 75%, rgb(255, 255, 255, 0));
        background: linear-gradient(to bottom, rgb(255, 255, 255, 0.9), rgb(255, 255, 255, 0.7) 75%, rgb(255, 255, 255, 0));
    }
    #sp-header.top .sp-header-top-icon{
        height: 40px;
    }
    #sp-header.lower-page {
        height: 80px;
        background: #FFF;
    }
    #sp-header .kemco_logo_top {
        width: 40px;
        height: 40px;
        z-index: 100;
    }
    #sp-header .kemco_logotext_top {
        width: 100%;
        max-width: 400px;
        padding: 0 16px;
        display: flex;
    }
    #sp-header .kemco_logotext_top img{
        width: 100%;
        height: 40px;
        object-fit: contain;
    }
    #sp-header .sp-hamburger .navToggle {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 100;
        right: 15px;
        top: 30px;
        cursor: pointer;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }
    #sp-header .sp-hamburger .navToggle span {
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #000;
        right: 0;
        left: 0;
        margin: auto;
    }
    #sp-header .sp-hamburger .navToggle span:nth-child(1) {
        top: 0;
        bottom: 0;
    }
    #sp-header .sp-hamburger .navToggle span:nth-child(2) {
        top: -2px;
    }
    #sp-header .sp-hamburger .navToggle span:nth-child(3) {
        top: 6px;
    }
    #sp-header .sp-hamburger .navToggle.active span:nth-child(1) {
        top: 0;
        background: #000;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #sp-header .sp-hamburger .navToggle.active span:nth-child(2),
    #sp-header .sp-hamburger .navToggle.active span:nth-child(3) {
        top: 13px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #sp-header .sp-hamburger nav.globalMenuSp {
        position: absolute;
        top: 0;
        left: 0;
        background: #FFF;
        color: #000;
        text-align: center;
        transform: translateY(-200vh);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        z-index: 10;
    }
    #sp-header .sp-hamburger nav.globalMenuSp ul {
        margin: 20px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        justify-content: space-between;
    }
    #sp-header .sp-hamburger nav.globalMenuSp ul li {
        font-weight: bold;
        font-size: 16px;
        list-style-type: none;
        line-height: 15px;
        padding: 0;
    }
    #sp-header .sp-hamburger nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding-top: 30px;
    }
    #sp-header .sp-hamburger nav.globalMenuSp ul li a span {
        font-size: 12px;
        font-weight: normal;
    }
    #sp-header .sp-hamburger nav.globalMenuSp.active {
        transform: translateY(0%);
    }
}

@media screen and (max-width: 1024px) {
    #sp-header .sp-hamburger nav.globalMenuSp ul li {
        font-weight: bold;
        font-size: 16px;
        list-style-type: none;
        line-height: 15px;
        padding: 0;
    }
    #sp-header .sp-hamburger nav.globalMenuSp ul li a {
        padding-top: 30px;
    }
    #sp-header .sp-hamburger nav.globalMenuSp ul li a span {
        font-size: 12px;
    }
}

.footer-contact{
  width: 100%;
  height: 72px;
  background-color: #fff;
  text-align: center;
  line-height: 72px;
}
.footer-contact a{
  padding: 26px 20px;
}
@media screen and (max-width: 1024px){
  .footer-contact{
    height: 44px;
    line-height: 44px;
  }
  .footer-contact a{
    padding: 12px 20px;
  }
}

footer {
    box-sizing: border-box;
    color: #FFF;
    background: #000;
    width: 100%;
    min-width: 1000px;
    height: auto;
    padding: 50px 0 10px;
}

footer .pc-footer {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

footer .pc-footer .footer-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

footer .pc-footer .footer-nav li {
    font-size: 16px;
    margin: 0 20px 0 0;
    padding-right: 20px;
    border-right: 1px solid #FFF;
}

footer .pc-footer .footer-nav li a {
    color: #FFF;
}

footer .pc-footer .footer-nav li:last-child {
    border-right: none;
    margin-right: 0;
    padding: 0;
}

footer .pc-footer .keio-address-text {
    text-align: left;
    width: 855px;
    margin: 50px 0 auto;
    display: grid;
    grid-template-columns: 0.4fr 0.8fr 1fr;
}

footer .pc-footer .keio-address-text li .kemco_footer_logo {
    width: 100px;
    height: 100px;
}

footer .pc-footer .keio-address-text li .keio-footer-text {
    font-size: 16px;
    line-height: 30px;
    color: #FFF !important;
}

footer .pc-footer .keio-address-text li .keio-footer-text a {
    margin: 0;
    font-size: 1em !important;
    line-height: 1.8em !important;
    letter-spacing: 0.8pt !important;
    color: #FFF !important;
}

footer .pc-footer .copy-text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
/* footerアコーディオンメニュー */
.footer_accordion_menu {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_accordion_menu .footer_accordion_menu_item{
  width: 100%;
  margin-bottom: 32px;
}
.footer_accordion_menu .footer_accordion_menu_item_w{
  width: 100%;
  margin-bottom: 32px;
}
.footer_accordion_menu ul a {
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer_accordion_menu label {
    height: 24px;
    line-height: 24px;
    position: relative;
    display: block;
    padding-bottom : 4px;
    color :#fff;
    border-bottom: solid 1px #fff;
    cursor: pointer;
}
.footer_accordion_menu label a{
    color :#fff;
}
.footer_accordion_menu input {
    display: none;
}
.footer_accordion_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_accordion_menu_pc{
  width: 26%;
}
.footer_accordion_menu_pc a{
  cursor: pointer;
}



@media only screen and (max-width: 1024px) {
    footer {
        padding: 30px 0 20px;
        min-width: unset;
    }
    footer .pc-footer {
        box-sizing: border-box;
        width: 100%;
    }
    footer .pc-footer .footer-text {
        display: block;
        font-size: 16px;
        margin: 0 0 15px 15px;
        border-bottom: none;
    }
    footer .pc-footer .footer-nav {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    footer .pc-footer .footer-nav li {
        font-size: 12px;
        margin: 0 0 20px 20px;
        border-right: none;
    }
    footer .pc-footer .footer-nav li a {
        padding: 0;
    }
    footer .pc-footer .footer-nav li:last-child {
        margin-bottom: 0;
    }
    footer .pc-footer .keio-address-text {
        display: block;
        align-items: left;
        text-align: left;
        box-sizing: border-box;
        width: 100%;
        margin: 30px auto 70px;
    }
    footer .pc-footer .keio-address-text li {
        width: 300px;
        margin-left: 20px;
    }
    footer .pc-footer .keio-address-text li .kemco_footer_logo {
        margin-bottom: 20px;
    }
    footer .pc-footer .keio-address-text li .keio-footer-text {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    footer .pc-footer .copy-text {
        font-size: 15px;
        margin-bottom: 0;
    }
    /* footerアコーディオンメニュー */
    .footer_accordion_menu{
      margin-top: 20px;
      flex-direction: column;
      padding: 0 20px;
    }
    .footer_accordion_menu_item label{
      cursor: pointer;
    }
    .footer_accordion_menu .footer_accordion_menu_item{
      width: 100%;
      margin-bottom: 20px;
    }
    .footer_accordion_menu .footer_accordion_menu_item_w{
      width: 100%;
      margin-bottom: 20px;
    }
    .footer_accordion_menu_item label::after{
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      top: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(img/footer_arrow.png);
      transition: all 0.5s;
      transform: rotate(180deg);
    }
    .footer_accordion_menu li {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .footer_accordion_menu a{
      padding-left: 20px;
    }
    .footer_accordion_menu ul a::before{
      content: "ー";
      position: absolute;
      left: 0
    }
    #menu_bar01:checked + label::after,
    #menu_bar02:checked + label::after,
    #menu_bar03:checked + label::after,
    #menu_bar04:checked + label::after,
    #menu_bar05:checked + label::after,
    #menu_bar06:checked + label::after,
    #menu_bar07:checked + label::after {
      transform: rotate(0deg);
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li,
    #menu_bar03:checked ~ #links03 li,
    #menu_bar04:checked ~ #links04 li,
    #menu_bar05:checked ~ #links05 li,
    #menu_bar06:checked ~ #links06 li,
    #menu_bar07:checked ~ #links07 li {
        height: 40px;
        opacity: 1;
    }
}

.a-page-container {
    box-sizing: border-box;
    width: 1000px;
    margin: 230px auto 0;
    padding-bottom: 30px;
    line-height: 30px;
}

.a-page-container .a-page-title {
    text-align: center;
    margin-bottom: 50px;
}

.a-page-main-img-container {
    width: 80%;
    height: 300px;
    margin: 0 auto 25px;
    text-align: center;
}

.a-page-main-img-container .a-page-main-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.a-page-container .a-page-main-text-container {
    width: 80%;
    margin: 0 auto 50px;
}

.a-page-container .a-page-content-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 50px 0;
    margin-top: 0;
}

.architecture-and-space.a-page-content-container.last-content {
    margin-bottom: 120px;
}

.a-page-container .a-page-content-container .a-page-img-container {
    margin-left: auto;
    width: 400px;
    /* height: 300px; */
}

.a-page-container .a-page-content-container .a-page-img-container .a-page-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-page-container .a-page-content-container .a-page-img-container .a-page-img.digital-tools {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.a-page-container .a-page-content-container .a-page-img-container .a-page-img.digital-tools.service {
    object-fit: contain;
    /* padding-top: 45px; */
}

.a-page-container .a-page-content-container .a-page-text-container {
    width: 50%;
    margin-left: 3%;
}

.a-page-container .a-page-content-container .a-page-text-container-second {
    width: 55%;
    margin-left: 15%;
}

.a-page-container .a-page-content-container-second {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 50px 0;
}

.a-page-container .a-page-content-container-second .a-page-text-container {
    width: 55%;
    margin-left: auto;
}

.a-page-container .a-page-content-container-second .a-page-img-container {
    margin-left: auto;
    width: 400px;
    /* height: 300px; */
}

.a-page-container .a-page-content-container-second .a-page-img-container .a-page-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .a-page-main-img,
    .a-page-img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .a-page-container {
        box-sizing: border-box;
        width: 100%;
        margin: unset;
        padding: 100px 20px 0;
    }
    .a-page-container .a-page-title {
        text-align: center;
        margin-bottom: 50px;
    }
    .a-page-main-img-container {
        width: 100%;
        height: auto;
        margin: 0 auto 25px;
        text-align: center;
    }
    .a-page-main-img-container .a-page-main-img {
        max-width: 100%;
    }
    .a-page-container .a-page-main-text-container {
        width: 100%;
        margin: 0 auto 50px;
    }
    .a-page-container .a-page-content-container {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin: 50px 0;
    }
    .a-page-container .a-page-content-container .a-page-img-container {
        max-width: 100%;
        height: auto;
        margin-right: auto;
    }
    .a-page-container .a-page-content-container .a-page-img-container .a-page-img {
        max-width: 100%;
        height: auto !important;
    }
    .a-page-container .a-page-content-container .a-page-text-container {
        width: 100%;
        margin-left: unset;
    }
    .a-page-container .a-page-content-container .a-page-text-container-second {
        width: 100%;
    }
    .a-page-container .a-page-content-container-second {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin: 50px 0;
    }
    .a-page-container .a-page-content-container-second .a-page-text-container {
        width: 100%;
        margin-left: auto;
    }
    .a-page-container .a-page-content-container-second .a-page-img-container {
        max-width: 100%;
        height: auto;
        margin-right: auto;
    }
    .a-page-container .a-page-content-container-second .a-page-img-container .a-page-img {
        max-width: 100%;
        height: auto !important;
    }
}

.tabs-container {
    box-sizing: border-box;
    width: 100%;
}

.tabs-container .tabs-back-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tabs-container .tabs-back-container .tabs-back-triangle {
    display: none;
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid black;
}

.tabs-container .tabs-back-container #tabs {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    background: #000;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
}

.tabs-container .tabs-back-container #tabs li {
    display: inline-block;
    text-align: center;
    height: 25px;
    border-right: 1px solid #FFF;
    position: relative;
}

.tabs-container .tabs-back-container #tabs li a {
    display: inline-block;
    color: #FFF;
}

.tabs-container .tabs-back-container #tabs li:last-child {
    border-right: none;
}

.tabs-container .tabs-back-container #tabs li:nth-child(5) {
    border-right: 1px solid #FFF;
}

.tabs-container .tabs-back-container #tabs #current a {
    color: #FFF;
}
.tabs-container .tabs-back-container #tabs #current a::after {
    content: "";
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
@media screen and (max-width: 1024px){
  .tabs-container .tabs-back-container #tabs #current a::after {
    width: 80%;
    bottom: -8px;
  }
}

.tabs-container .tabs-back-container #tabs #current ::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #f0f0f0;
}

.tabs-container .tabs-back-container #tabs a:focus {
    outline: 0;
}

.tabs-container .tabs-back-container #tabs #tabs #current a {
    background: #fff;
    z-index: 3;
}

#content {
    padding: 10px 0 30px;
    background: #f0f0f0;
}

#content .tab-inner {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .tabs-container .tabs-back-container #tabs {
        display: unset;
        grid-template-columns: unset;
    }
    .tabs-container .tabs-back-container .tabs-back-triangle {
        display: none;
        bottom: -1px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #f0f0f0;
    }
    .tabs-container .tabs-back-container #tabs {
        box-sizing: border-box;
        width: 90vw;
        padding: 20px 0;
    }
    .tabs-container .tabs-back-container #tabs li {
        height: 20px;
        margin-bottom: 10px;
    }
    .tabs-container .tabs-back-container #tabs li a {
        font-size: 13px;
        margin: 0 10px 0 7px;
        padding: 0;
    }
    .tabs-container .tabs-back-container #tabs li:last-child {
        border-right: none;
    }
    .tabs-container .tabs-back-container #tabs li:nth-child(5) {
        border-right: none;
    }
    .tabs-container .tabs-back-container #tabs li:nth-child(5) a {
        margin-right: 0;
    }
    #content {
        padding: 10px 0 0;
    }
    .tabs-container .tabs-back-container #tabs #current ::before {
      content: initial;
    }
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.tags-refine-container {
    box-sizing: border-box;
    width: 100%;
    background: #f0f0f0;
    margin: 0 auto;
    padding-bottom: 0;
}

.tags-refine-container .date-title, .tags-refine-container .freeword-title {
    box-sizing: border-box;
    display: flex;
    width: 950px;
    margin: 0px auto 10px;
    padding: 10px 0;
    border-top: 1px solid #666666;
    font-size: 1em;
}

.tags-refine-container .refine-container {
    box-sizing: border-box;
    display: flex;
    width: 950px;
    margin: 0 auto 40px;
    position: relative;
}

.error_message {
    position: absolute;
    bottom: 0;
    color: red;
}

.refine-container.sub {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #666666;
}

.refine-container.sub input {
    height: 55px;
}

.refine-container #freeword {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    outline: none;
    padding-left: 50px;
}
.freeword-icon{
  align-items: center;
}
.freeword-icon::before{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 10px;
  background: no-repeat;
  background-size: contain;
  background-image: url(img/freeword-icon.png);
}
@media screen and (max-width: 1024px){
  .freeword-icon::before{
    left: 25px;
  }
}
.tags-accordion-content {
    width: 950px;
    margin: 0 auto;
    padding: 50px 15px 10px;
}

.tags-accordion-content .tags-title {
    font-size: 1em;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
}

.tags-accordion-content .place-tags-title {
    font-size: 1em;
    margin: 0px 0 20px;
    padding: 10px 0;
    border-top: 1px solid #666666;
    text-align: left;
}

.tags-accordion-content .tags-buttom-contents {
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
}

.tags-accordion-content .tags-buttom-contents .place-tag-content {
    margin-bottom: 50px;
}

.tags-accordion-content .tags-buttom-contents .place-tag-content .place-tag-title {
    width: 950px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.tags-accordion-content .tags-buttom-contents input[type=checkbox] {
    display: none;
    /* チェックボックスを非表示にする */
}

.tags-accordion-content .tags-buttom-contents .label-all {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #999999;
    border-radius: 15px;
    margin: 0 15px 10px 0;
    padding: 0 20px;
    line-height: 30px;
}

.tags-accordion-content .tags-buttom-contents .label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #999999;
    border-radius: 15px;
    margin: 0 15px 10px 0;
    padding: 0 20px;
    line-height: 30px;
}

.tags-accordion-content .tags-buttom-contents .tag-all-button.active {
    color: #FFF;
    background: #999999;
}

.tags-accordion-content .tags-buttom-contents .tag-all-place-button.active {
    color: #FFF;
    background: #999999;
}

.tags-accordion-content .tags-buttom-contents .tag-button.active {
    color: #FFF;
    background: #999999;
}

.tags-accordion-content .tags-buttom-contents .tag-place-button.active {
    color: #FFF;
    background: #999999;
}

.tags-accordion-content .grad-wrap {
    position: relative;
}

.tags-accordion-content .grad-wrap+.grad-wrap {
    margin-top: 50px;
}

.tag-list {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -40px;
}

.tags-accordion-content .grad-btn {
    z-index: 2;
    width: 120px;
    height: 25px;
    padding-top: 20px;
    background: none;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

.tags-accordion-content .grad-btn:hover {
    background: none;
    color: #000;
}

.tags-accordion-content .grad-btn .fa,
#en_US .tags-accordion-content .grad-btn .fa {
    margin-right: .5em;
    line-height: 25px !important;
    padding-left: 30px;
}

.tags-accordion-content .grad-item {
    position: relative;
    overflow: hidden;
    /* height: 35px; */
}

.tags-accordion-content .grad-item p+p {
    margin-top: 1em;
}

.tags-accordion-content .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    border: none;
}

.tags-accordion-content .grad-trigger {
    display: none;
}

.tags-accordion-content .grad-trigger:checked~.grad-btn {
    bottom: -3em;
    top: unset;
}


/* .tags-accordion-content .grad-trigger:checked~.grad-item {
    height: auto;
} */

.tags-accordion-content .grad-trigger:checked~.grad-item::before {
    display: none;
}

.cp_ipselect {
    overflow: hidden;
    width: 90%;
    margin: 0 8px 0 0;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    height: 50px;
    padding-right: 0.5em;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl02 {
    width: 165px;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    border: none;
}

.cp_ipselect.cp_sl02::before {
    position: absolute;
    top: 1.5em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f0f0f0;
    pointer-events: none;
    z-index: 5;
}

.cp_ipselect.cp_sl02:after {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 40px;
    bottom: 0;
    width: 1px;
    height: 30px;
    content: '';
    background: #f0f0f0;
    z-index: 1;
}

.cp_ipselect.cp_sl02 select {
    padding: 8px 8px 8px 60px;
    color: #000;
    font-size: 1em;
    font-family: "Montserrat", "Noto Sans JP";
}

.tag-hold-checkbox {
    margin: 15px 20px 0;
}

@media screen and (max-width: 1024px) {
    .tag-hold-checkbox {
        margin: 8px 0 0 5px;
    }
}

.tag-submit-buttom {
    cursor: pointer;
    border: 0.5px solid #808080;
    font-size: 1em;
    width: 480px;
    height: 50px;
    background: #808080;
    color: #fff;
    margin: auto;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    font-family: "Montserrat", "Noto Sans JP";
}

@media screen and (max-width: 1024px) {
    .tags-navToggle {
        display: block;
        width: 55px;
        height: 55px;
        position: fixed;
        z-index: 100;
        bottom: 10vh;
        right: 5vw;
        cursor: pointer;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }
    .tags-close-navToggle {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 100;
        right: 15px;
        top: 155px;
        cursor: pointer;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }
    .tags-close-navToggle-b {
        top: 100px;
    }
    .tags-navToggle span {
        content: '';
        display: block;
        position: absolute;
        width: 55px;
        height: 55px;
        background-image: url("img/sarchi-icon.png");
        background-size: contain;
        right: 0;
        left: 0;
        margin: auto;
    }
    .tags-close-navToggle span {
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #000;
        right: 0;
        left: 0;
        margin: auto;
    }
    .tags-close-navToggle span:nth-child(1) {
        top: 15px;
        background: #000;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .tags-close-navToggle span:nth-child(2) {
        top: 15px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    nav.tags-globalMenuSp {
        position: absolute;
        top: 75px;
        left: 0;
        background: #FFF;
        color: #000;
        transform: translateX(-200vw);
        transition: all 0.6s;
        width: 100%;
        height: 490px;
        z-index: 99;
    }
    nav.tags-globalMenuSp ul {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    nav.tags-globalMenuSp ul li {
        font-weight: bold;
        font-size: 16px;
        list-style-type: none;
        line-height: 25px;
        padding: 0;
    }
    nav.tags-globalMenuSp ul li a {
        display: block;
        color: #000;
        padding-top: 30px;
    }
    nav.tags-globalMenuSp ul li a span {
        font-size: 12px;
        font-weight: normal;
    }
    nav.tags-globalMenuSp.active {
        transform: translateX(0%);
    }
    .tags-refine-container {
        padding-bottom: 30px;
    }
    .tags-refine-container .date-title, .tags-refine-container .freeword-title {
        width: unset;
        /* margin: 50px 15px 10px; */
        padding: 10px 0;
    }
    .tags-refine-container .refine-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 10px;
    }
    .tags-refine-container .submit-container {
        height: 90px;
    }
    .tags-accordion-content {
        box-sizing: border-box;
        width: 100%;
    }
    .cp_ipselect select {
        height: 35px;
    }
    .cp_ipselect.cp_sl02 {
        width: 110px;
        height: 35px;
    }
    .cp_ipselect.cp_sl02::before {
        top: 1em;
        right: 0.5em;
    }
    .cp_ipselect.cp_sl02:after {
        top: 5px;
        right: 25px;
    }
    .cp_ipselect.cp_sl02 select {
        padding: 8px 8px 8px 30px;
    }
    #en_US .cp_ipselect.cp_sl02 select {
        padding: 8px 8px 8px 10px;
    }
    .tag-submit-buttom {
        width: calc(100% - 30px);
        max-width: 350px;
        grid-auto-columns: max-content;
        margin: 15px auto 20px;
        padding: 20px 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }
}

@media screen and (max-width: 759px) {
    .tags-close-navToggle {
        top: 180px;
    }
}

#b-page-content {
    padding: 200px 0 0;
}

#b-page-content .b-page-title {
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

#b-page-content .page-subtitle {
    text-align: center;
}

#b-page-content .b-page-member-text {
    text-align: left;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 25px;
}

#b-page-content .article-container {
    overflow: hidden;
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}

#b-page-content .article-container .article-content {
    padding-bottom: 100px;
}

#b-page-content .article-container .article-content .article-content-list {
    position: relative;
    float: left;
    width: 310px;
    height: 430px;
    background: #FFF;
    margin: 10px;
    margin-bottom: 15px;
}

#b-page-content .article-container .article-content .article-content-list-press {
    width: 100%;
    height: auto;
    display: flex;
    padding: 32px 0;
    margin: 0;
    background-color: initial;
    border-top: solid 1px #a1a1a1;
}
#b-page-content .article-container .article-content .article-content-list-press h3{
  font-weight: lighter;
}
#b-page-content .article-container .article-content .article-content-list-press-border:last-child .article-content-list-press{
  border-bottom: solid 1px #a1a1a1;
}


#en_US #b-page-content .article-container .article-content .article-content-list {
  height: 440px;
}
#en_US #b-page-content .article-container .article-content .article-content-list-press {
  height: initial;
}

#b-page-content .article-container .article-content .article-content-list .article-content-green-box {
    position: absolute;
    top: -10px;
    left: -13px;
    width: 40px;
    height: 40px;
    background: #0F0;
    z-index: -1;
}

#b-page-content .article-container .article-content .article-content-list .article-close-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 310px;
    z-index: 1;
    opacity: 0.6;
}

#b-page-content .article-container .article-content .article-content-list .article-content-img .wp-post-image {
    width: 310px;
    height: 310px;
    object-fit: contain;
}

#b-page-content .article-container .article-content .article-content-list .article-content-date {
    min-width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 4px 10px;
}

#b-page-content .article-container .article-content .article-content-list-press .article-content-date {
    margin-bottom: 0px;
}

#b-page-content .article-container .article-content .article-content-list .article-content-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 5px;
}
#b-page-content .article-container .article-content .article-content-list-press .article-content-title{
  padding: 5px 10px 0;
}

#b-page-content .article-container .article-content .article-content-list .article-content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 10px;
    max-height: 50px;
}

.article-content-title h3 {
    margin: 0;
    font-size: 1em;
}

.article-content-date h3 {
    margin: 0;
    font-size: 1em;
}

.article-content-text p {
    font-size: 0.8em !important;
    line-height: 1.4em !important;
    letter-spacing: 0.8pt !important;
}

.article-content-text.collection {
    -webkit-line-clamp: 4 !important;
    max-height: 60px !important;
}

#b-page-content .article-container .article-content .article-content-list .article-content-text h2:first-of-type {
    margin-top: 50px;
}

#b-page-content .article-container .article-content .member-article-content-list {
    width: 230px;
    height: 350px;
}

#b-page-content .article-container .article-content .member-article-content-list .member-article-content-img .wp-post-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    background: #808080;
}

#b-page-content .article-container .article-content .member-article-content-list .member-article-content-name {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    padding: 0 15px;
}

#b-page-content .article-container .article-content .member-article-content-list .member-article-content-position {
    text-align: left;
    padding: 0 15px;
}

@media screen and (max-width: 1024px) {
    #b-page-content {
        box-sizing: border-box;
        width: 100%;
        padding: 100px 0 0;
    }
    #b-page-content .article-container {
        width: 100%;
    }
    #b-page-content .article-container .article-content::after {
        content: " ";
        display: block;
        clear: both;
    }
    #b-page-content .article-container .article-content {
        padding-bottom: 0;
    }
    #b-page-content .article-container .article-content .article-content-list {
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0;
    }
    #b-page-content .article-container .article-content .article-content-list-press {
      margin: 0;
      margin-bottom: 15px;
    }
    #b-page-content .article-container .article-content .article-content-list .article-close-img {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
    }
    #b-page-content .article-container .article-content .article-content-list .article-content-img .wp-post-image {
        box-sizing: border-box;
        width: 100%;
    }
}

.page-title {
    margin: 0;
}

.page-subtitle {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.d-img-description-container {
    display: flex;
    margin: 50px auto 80px;
}

.d-img-description-container .img-container {
    width: 400px;
    height: 300px;
}

.d-img-description-container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-img-description-container .description-container {
    width: 530px;
    margin-left: 30px;
    text-align: left;
}

.description-container .description-title {
    line-height: 50px;
    display: inline-block;
    padding-left: 10px;
}

.description-container .description-title h2 {
    margin-top: 0;
}

.description-container .description-title.en h2 {
    line-height: 1em;
}

.d-img-description-container-second {
    display: flex;
    margin: 50px auto 80px;
}

.d-img-description-container-second .img-container {
    width: 400px;
    height: 300px;
}

.d-img-description-container-second .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-img-description-container-second .description-container {
    width: 530px;
    margin-right: 30px;
    text-align: left;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    .d-img-description-container .description-container,
    .d-img-description-container-second .description-container,
    .d-img-main-container .description-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.d-img-main-title {
    margin-bottom: 30px;
}

.d-img-main-container {
    text-align: left;
    margin-bottom: 80px;
}

.d-img-main-container .img-main-container li {
    width: 90%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.d-img-main-container .img-main-container li .img-main-img {
    width: 100%;
    height: 280px;
    background: #808080;
    margin: 0 auto;
}

.d-img-main-container .img-main-container li .img-main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-main-text-container .name {
    font-weight: bold;
    margin: 10px auto;
    text-align: start;
}

.img-main-text-container .title {
    margin: 0 auto;
    text-align: start;
    font-size: 0.8em !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.d-img-main-container .img-main-container li:last-child {
    margin-right: none;
}

ul.img-main-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .d-img-main-title {
        width: 530px;
        margin-left: auto;
        margin-right: auto;
        text-align: start;
    }
    .d-img-main-container {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 120px;
        padding: 0 20px;
    }
    .d-img-main-container .img-main-container li {
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }
    .d-img-main-container .img-main-container li .img-main-img {
        box-sizing: border-box;
        width: 100%;
        height: 200px;
        background: #808080;
        margin: 0 auto;
    }
    .d-img-main-container .img-main-container li .img-main-text-container {
        box-sizing: border-box;
        width: 100%;
    }
    .d-img-main-container .img-main-container li .img-main-text-container .img-main-text {
        margin: 20px 0;
    }
    .d-img-main-container .img-main-container li:last-child {
        margin-right: none;
    }
}

@media screen and (max-width: 1024px) {
    .img-main-container ul {
        position: absolute;
        right: 20px;
    }
    ul.img-main-container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-left: auto;
        margin-right: auto;
    }
    .d-img-main-title {
        width: auto;
        margin-left: unset;
        margin-right: unset;
    }
    .d-img-description-container-second .img-container {
        width: 100%;
        height: 200px;
    }
    .img-main-text-container .title {
        width: 100%;
    }
    .img-main-text-container .name {
        width: 100%;
    }
    .d-img-main-container .img-main-container li .img-main-img {
        height: 150px;
    }
    .d-img-main-container .img-main-container li {
        margin-right: unset;
        width: 100%;
        padding: 5px;
    }
}

@media screen and (max-width: 759px) {
    ul.img-main-container {
        grid-template-columns: 1fr 1fr;
    }
}

.d-details-buttom {
    width: 190px;
    height: 50px;
    text-align: center;
    border: 1px solid;
    margin: 35px 0 0 auto;
    position: relative;
    overflow: hidden;
}

.d-details-buttom.shortcode {
    margin: 0;
}

.d-details-buttom-text,
#en_US .d-details-buttom-text {
    line-height: 50px !important;
}

#en_US .d-details-buttom.research p.d-details-buttom-text {
    line-height: 1.6em !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.d-details-buttom.research {
    margin: 35px auto;
}

@media screen and (min-width: 1367px) {
    .d-details-buttom {
        transition: .3s;
        text-transform: uppercase;
    }
    .d-details-buttom:after {
        position: absolute;
        transition: .3s;
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: #000;
        height: 120%;
        left: -10%;
        transform: skewX(15deg);
        z-index: -1;
    }
    .d-details-buttom:hover {
        cursor: pointer;
        color: #FFF;
    }
    .d-details-buttom-text:hover {
        color: #FFF;
    }
    .d-details-buttom:hover:after {
        width: 100%;
        left: 0;
        left: -10%;
        width: 120%;
    }
}

.pager ul.pagination {
    text-align: center;
    margin-top: 100px;
    padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    color: #000;
}

.pager .pagination li.first-pre,
.pager .pagination li.pre,
.pager .pagination li.finish-next,
.pager .pagination li.next {
    width: 20px;
}

.pager .pagination li.pre {
    margin-right: 30px;
}

.pager .pagination li.next {
    margin-left: 30px;
}

.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    text-decoration: none;
    line-height: 50px
}

.pager .pagination li.pre a::after {
    content: "<";
}

.pager .pagination li.next a::before {
    content: ">";
}

.pager .pagination li a.active {
    border-radius: 30px;
    background: #FFF;
}

@media only screen and (max-width: 1024px) {
    .pager ul.pagination {
        margin: 0;
        padding: 0 0 50px;
        background: #f0f0f0;
    }
    .pagination {
        font-size: 0;
    }
    .pager .pagination li {
        display: none;
    }
    .pager .pagination li.pre,
    .pager .pagination li.next {
        display: inline-block;
        width: 40%;
        height: 20px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }
    .pager .pagination li.pre {
        margin-right: 50px;
    }
    .pager .pagination li.pre a,
    .pager .pagination li.next a {
        width: 100%;
        text-align: center;
    }
    .pager .pagination li.pre a::after {
        content: "\AB\524D\306E\30DA\30FC\30B8\3078";
    }
    .pager .pagination li.next a::before {
        content: "\6B21\306E\30DA\30FC\30B8\3078   \BB";
    }
}


/* page
------------------ */

#top {
    margin-bottom: 100px;
    margin: 160px auto;
}

#top .kemco-top-main {
    overflow: hidden;
    position: relative;
    align-items: center;
    width: 90%;
    height: 60vw;
    margin: 0 auto;
    margin-bottom: 18px;
    z-index: 1;
}

.kemco-top-title {
    display: inline-block;
    font-size: 6.5vw;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.header-logo-img{
  width: 90%;
}

.kemco-top-text-container {
    width: 30vw;
    margin-top: 10px;
}

.kemco-top-text-container .kemco-top-text-title {
    font-size: 1.25vw !important;
    margin: 0;
    line-height: 1.8em !important;
}

.kemco-top-text-container .kemco-top-text {
    font-size: 1.1vw !important;
    line-height: 1.4em !important;
}

.open-black-border {
    position: absolute;
    top: 4vw;
    left: 7.5vw;
    width: 1vw;
    height: 10vw;
    border-left: 1px solid;
    border-bottom: none;
}

.open-text-container {
    position: absolute;
    top: 25vw;
    left: -4vw;
    transform: rotate(-90deg);
}

.open-text-container .open-text {
    font-size: 1.2vw !important;
    line-height: initial !important;
    letter-spacing: initial !important;
}

.open-text-container .open-text .open-days {
    font-weight: bold;
    font-size: 2vw !important;
    margin: 0 5px;
}

#top .kemco-top-main .float-img-right li {
    position: absolute;
    display: inline-block;
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#top .kemco-top-main .float-img-right li .wp-post-image {
    object-fit: cover;
}

#top .kemco-top-main .float-img-right li:first-child {
    top: 60px;
    right: 270px;
    z-index: -3;
}

#top .kemco-top-main .float-img-right li:first-child .wp-post-image {
    width: 450px;
    height: 480px;
}

#top .kemco-top-main .float-img-right li:nth-child(2) {
    top: 160px;
    right: 30px;
    z-index: -2;
}

#top .kemco-top-main .float-img-right li:nth-child(2) .wp-post-image {
    width: 300px;
    height: 320px;
}

#top .kemco-top-main .float-img-right li:last-child {
    top: 410px;
    right: 230px;
    z-index: -1;
}

#top .kemco-top-main .float-img-right li:last-child .wp-post-image {
    width: 250px;
    height: 250px;
}

#top .kemco-top-main .float-img-center {
    position: relative;
    margin-top: 120px;
}
#top .kemco-top-main .float-img-left {
    position: relative;
    margin-top: 120px;
}

#top .kemco-top-main .float-img-center li {
    position: absolute;
    display: inline-block;
}

#top .kemco-top-main .float-img-center li .wp-post-image {
    object-fit: cover;
}

#top .kemco-top-main .float-img-center li:first-child {
    top: 270px;
    left: 160px;
    z-index: -3;
}

#top .kemco-top-main .float-img-center li:first-child .wp-post-image {
    width: 110px;
    height: 110px;
}

#top .kemco-top-main .float-img-center li:nth-child(2) {
    top: 300px;
    left: 240px;
    z-index: -2;
}

#top .kemco-top-main .float-img-center li:nth-child(2) .wp-post-image {
    width: 80px;
    height: 80px;
}

#top .kemco-top-main .float-img-center li:last-child {
    top: 360px;
    left: 230px;
    z-index: -1;
}

#top .kemco-top-main .float-img-center li:last-child .wp-post-image {
    width: 50px;
    height: 50px;
}

#top .kemco-top-main .float-img-left li {
    position: absolute;
    display: inline-block;
}

#top .kemco-top-main .float-img-left li .wp-post-image {
    object-fit: cover;
}

#top .kemco-top-main .float-img-left li:first-child {
    top: 270px;
    left: 0px;
    z-index: -3;
}

#top .kemco-top-main .float-img-left li:first-child .wp-post-image {
    width: 110px;
    height: 110px;
}

#top .kemco-top-main .float-img-left li:nth-child(2) {
    top: 300px;
    left: 50px;
    z-index: -2;
}

#top .kemco-top-main .float-img-left li:nth-child(2) .wp-post-image {
    width: 80px;
    height: 80px;
}

#top .kemco-top-main .float-img-left li:last-child {
    top: 360px;
    left: 30px;
    z-index: -1;
}

#top .kemco-top-main .float-img-left li:last-child .wp-post-image {
    width: 50px;
    height: 50px;
}

#top .kemco-top-main .next-text-buttom {
    position: absolute;
    top: 440px;
    left: 370px;
    font-size: 15px;
    cursor: pointer;
    z-index: 99;
}

#top .kemco-top-main .top-img-text-container {
    position: relative;
    width: 30vw;
    margin-top: 15px;
    padding-bottom: 0.5vw;
}

#top .kemco-top-main .top-img-text-container .top-img-nmb-container {
    overflow: hidden;
}

#top .kemco-top-main .top-img-text-container .top-img-nmb-container li {
    margin-bottom: 45px;
}

.top-black-border {
    display: inline-block;
    width: 13px;
    border-top: 1px solid;
    margin-bottom: 4px;
}

.top-img-nmb {
    width: 18px;
    height: 18px;
    position: absolute;
    text-align: center;
    line-height: 19px!important;
    left: 25px;
    font-size: 12px!important;
    border: solid 1px #000;
    border-radius: 50px;
    top: -1px;
}
#en_US .top-img-nmb{
  line-height: 19px!important;
}

.top-text-container {
    position: relative;
    top: -20px;
    padding-left: 76px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.top-whats-container-left .top-whats-img-container .content-container-title-mark {
    width: 20%;
    border-bottom: 1px solid;
    position: absolute;
    top: 4%;
    right: 0;
    z-index: 100;
}

.top-whats-container-left .top-whats-title .content-container-title-mark {
    width: 20vw;
    border-bottom: 1px solid;
    position: absolute;
    top: 1.5vw;
    right: 0;
}

#top .kemco-top-main .top-img-text-container .top-img-nmb-container li .top-img-nmb {
    display: inline-block;
    width: 18px;
    font-size: 15px;
    margin-left: 12px;
}

#top .kemco-top-main .top-img-text-container .top-img-date {
    opacity: 0;
    display: none;
}

#top .kemco-top-main .top-img-text-container .active-date {
    opacity: 1;
    display: block;
}

#top .kemco-top-main .top-img-text-container .active-date li {
    position: absolute;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#top .kemco-top-main .top-img-text-container .active-date li h4 {
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 0.8pt;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#top .kemco-top-main .top-img-text-container .active-date li:first-child {
    top: 0px;
}

#top .kemco-top-main .top-img-text-container .active-date li:nth-child(2) {
    top: 64px;
}

#top .kemco-top-main .top-img-text-container .active-date li:last-child {
    top: 129px;
}

#top .kemco-top-main .top-img-text-container .top-img-title {
    opacity: 0;
}

#top .kemco-top-main .top-img-text-container .active {
    opacity: 1;
}

#top .kemco-top-main .top-img-text-container .active li {
    position: absolute;
    font-size: 12px;
    left: 60px;
}

#top .kemco-top-main .top-img-text-container .active li:first-child {
    top: 23px;
}

#top .kemco-top-main .top-img-text-container .active li:nth-child(2) {
    top: 85px;
}

#top .kemco-top-main .top-img-text-container .active li:last-child {
    top: 146px;
}

#top .kemco-top-main .top-color-bar {
    position: absolute;
    top: 0;
    right: 8.5vw;
    width: 6.5vw;
    height: 65vw;
    background: #0F0;
    z-index: -5;
}

@media screen and (max-width: 1400px) {
    #top .kemco-top-main .float-img-right li:first-child {
        top: 60px;
        right: 220px;
        z-index: -3;
    }
    #top .kemco-top-main .float-img-right li:first-child .wp-post-image {
        width: 350px;
        height: 380px;
    }
    #top .kemco-top-main .float-img-right li:nth-child(2) {
        top: 100px;
        right: 80px;
        z-index: -2;
    }
    #top .kemco-top-main .float-img-right li:nth-child(2) .wp-post-image {
        width: 300px;
        height: 320px;
    }
    #top .kemco-top-main .float-img-right li:last-child {
        top: 330px;
        right: 170px;
        z-index: -1;
    }
    #top .kemco-top-main .float-img-right li:last-child .wp-post-image {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 1300px) {
    #top .kemco-top-main {
        /* margin-bottom: 100px; */
    }
    #top .kemco-top-main .next-text-buttom {
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    #top .kemco-top-main .float-img-right li:first-child {
        top: 60px;
        right: 190px;
        z-index: -3;
    }
    #top .kemco-top-main .float-img-right li:first-child .wp-post-image {
        width: 350px;
        height: 380px;
    }
    #top .kemco-top-main .float-img-right li:nth-child(2) {
        top: 130px;
        right: 50px;
        z-index: -2;
    }
    #top .kemco-top-main .float-img-right li:nth-child(2) .wp-post-image {
        width: 300px;
        height: 320px;
    }
    #top .kemco-top-main .float-img-right li:last-child {
        top: 320px;
        right: 140px;
        z-index: -1;
    }
    #top .kemco-top-main .float-img-right li:last-child .wp-post-image {
        width: 250px;
        height: 250px;
    }
    #top .kemco-top-main .float-img-center li:first-child {
        top: 270px;
        left: 160px;
    }
    #top .kemco-top-main .float-img-center li:nth-child(2) {
        top: 300px;
        left: 240px;
    }
    #top .kemco-top-main .float-img-center li:last-child {
        top: 360px;
        left: 230px;
    }
    #top .kemco-top-main .float-img-left li {
        position: absolute;
        display: inline-block;
    }
    #top .kemco-top-main .float-img-left li .wp-post-image {
        object-fit: cover;
    }
    #top .kemco-top-main .float-img-left li:first-child {
        top: 270px;
        left: 0px;
        z-index: -3;
    }
    #top .kemco-top-main .float-img-left li:first-child .wp-post-image {
        width: 110px;
        height: 110px;
    }
    #top .kemco-top-main .float-img-left li:nth-child(2) {
        top: 300px;
        left: 50px;
        z-index: -2;
    }
    #top .kemco-top-main .float-img-left li:nth-child(2) .wp-post-image {
        width: 80px;
        height: 80px;
    }
    #top .kemco-top-main .float-img-left li:last-child {
        top: 360px;
        left: 30px;
        z-index: -1;
    }
    #top .kemco-top-main .float-img-left li:last-child .wp-post-image {
        width: 50px;
        height: 50px;
    }
    #top .kemco-top-main .next-text-buttom {
        position: absolute;
        top: 440px;
        left: 340px;
        font-size: 13px;
        cursor: pointer;
    }
}

/* kemco now slider */
.kemco-now{
  width: 100%;
}
.kemco-now-title{
  margin-bottom: 100px;
}
.kemco-now-slide{
  /* position: relative; */
}
/* ４スライド以上の時 */
.kemco-now-slider .slick-list{
    padding-left: 0px !important;
    /* width: 90%;
    margin: 0 auto 80px; */
}
.kemco-now-slider .slick-list .slick-track{
    left: -33.33333% !important;
}
.kemco-now-slider .slick-slide:not(.slick-center) .kemco-now-img{
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
    margin-top: -12%;
    margin-right: -69%;
    transition: 0.5s;
}
.kemco-now-slider .slick-slide.next-slide .kemco-now-img{
    margin-right: -63%;
}
.kemco-now-slider .slick-slide{
    position: relative;
}
/* .kemco-now-slider .slick-slide.slick-center {
    margin-left: 5vw;
    margin-right: 10vw;
} */
.kemco-now-slider .slider-item .kemco-now-img{
    width: 133%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.kemco-now-slider .slider-item .kemco-now-info-wrap{
    position: absolute;
    opacity: 1;
    transition: 1.5s;
    width: 60%;
    left: calc(133% + 80px);
    bottom: 0;
}
.kemco-now-slider .slick-slide:not(.slick-center) .kemco-now-info-wrap{
  opacity: 0;
  transition: 0s;
}
.kemco-now-slider .slider-item .kemco-now-info-wrap .kemco-now-floor{
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
}
.kemco-now-slider .slider-item .kemco-now-info-wrap .kemco-now-floor::before{
  content: "";
  position: absolute;
  width: 80px;
  right: 100%;
  top: 8px;
  margin-right: 8px;
  border-top: solid 1px #000;
}
.kemco-now-slider .slider-item .kemco-now-info-wrap .kemco-now-text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kemco-now-slider .slick-prev{
  top: initial!important;
  bottom: 0!important;
  left: initial!important;
  right: 174px!important;
  width: 54px!important;
  height: 54px!important;
  border: solid 1px #000;
  padding: 0!important;
  transform: initial;
  background-color: #fff;
}
.kemco-now-slider .slick-next{
  top: initial!important;
  bottom: 0!important;
  left: initial!important;
  right: 100px!important;
  width: 54px!important;
  height: 54px!important;
  border: solid 1px #000;
  padding: 0!important;
  transform: initial;
  background-color: #fff;
}
.kemco-now-slider .slick-prev::before{
  content: "←";
  color: #000;
  line-height: 54px!important;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kemco-now-slider .slick-next::before{
  content: "→";
  color: #000;
  line-height: 54px!important;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 3スライド以下の時 */
.kemco-now-slider-min .slick-list{
    padding-left: 0px !important;
    /* width: 90%;
    margin: 0 auto 80px; */
}
/* .kemco-now-slider-min .slick-list .slick-track{
    left: -33.33333% !important;
} */
.kemco-now-slider-min .slick-slide:not(.slick-center) .kemco-now-img{
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
    margin-top: -11%;
    transition: 0.5s;
}
.kemco-now-slider-min .slick-slide.next-slide .kemco-now-img{
    margin-right: -24%;
}
.kemco-now-slider-min .slick-slide{
    position: relative;
}
/* .kemco-now-slider-min .slick-slide.slick-center {
    margin-left: 5vw;
    margin-right: 10vw;
} */
.kemco-now-slider-min .slider-item .kemco-now-img{
    width: 115%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.kemco-now-slider-min .slider-item .kemco-now-info-wrap{
    position: absolute;
    opacity: 1;
    transition: 1.5s;
    width: 60%;
    left: calc(115% + 80px);
    bottom: 0;
}
.kemco-now-slider-min .slick-slide:not(.slick-center) .kemco-now-info-wrap{
  opacity: 0;
  transition: 0s;
}
.kemco-now-slider-min .slider-item .kemco-now-info-wrap .kemco-now-floor{
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
}
.kemco-now-slider-min .slider-item .kemco-now-info-wrap .kemco-now-floor::before{
  content: "";
  position: absolute;
  width: 80px;
  right: 100%;
  top: 8px;
  margin-right: 8px;
  border-top: solid 1px #000;
}
.kemco-now-slider-min .slider-item .kemco-now-info-wrap .kemco-now-text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kemco-now-slider-min .slick-prev{
  top: initial!important;
  bottom: 0!important;
  left: initial!important;
  right: 174px!important;
  width: 54px!important;
  height: 54px!important;
  border: solid 1px #000;
  padding: 0!important;
  transform: initial;
  background-color: #fff;
}
.kemco-now-slider-min .slick-next{
  top: initial!important;
  bottom: 0!important;
  left: initial!important;
  right: 100px!important;
  width: 54px!important;
  height: 54px!important;
  border: solid 1px #000;
  padding: 0!important;
  transform: initial;
  background-color: #fff;
}
.kemco-now-slider-min .slick-prev::before{
  content: "←";
  color: #000;
  line-height: 54px!important;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kemco-now-slider-min .slick-next::before{
  content: "→";
  color: #000;
  line-height: 54px!important;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.kemco-now-slider-sp .slick-list{
    padding-left: 0px !important;
    margin-left: -5vw;
    /* width: 90%;
    margin: 0 auto 80px; */
}
.top-kemco-now-sp .kemco-now-slide {
    margin-left: 4vw;
}
@media screen and (max-width: 350px){
  .kemco-now-slider-sp {
    height: 61vw;
  }
}
.kemco-now-slider-sp .slider-item .kemco-now-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.kemco-now-slider-sp .slick-slide{
    position: relative;
    margin: 0 5vw;
}
.kemco-now-slider-sp .slider-item .kemco-now-info-wrap{
    opacity: 1;
    width: 75%;
    left: calc(100% + 80px);
    bottom: 0;
    margin-top: 16px;
    padding-left: 40px;
    transition: 1.5s;
}
.kemco-now-slider-sp .slick-slide:not(.slick-center) .kemco-now-info-wrap{
  opacity: 0;
  transition: 0;
}
.kemco-now-slider-sp .slider-item .kemco-now-info-wrap .kemco-now-floor{
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
}
.kemco-now-slider-sp .slider-item .kemco-now-info-wrap .kemco-now-floor::before{
  content: "";
  position: absolute;
  width: 24px;
  right: 100%;
  top: 8px;
  margin-right: 8px;
  border-top: solid 1px #000;
}
.kemco-now-slider-sp .slider-item .kemco-now-info-wrap .kemco-now-text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kemco-now-slider-sp .slick-prev{
  top: initial!important;
  bottom: 0!important;
  left: initial!important;
  right: 56px!important;
  width: 24px!important;
  height: 24px!important;
  border: solid 1px #000;
  padding: 0!important;
  transform: initial;
  background-color: #fff;
}
.kemco-now-slider-sp .slick-next{
  top: initial!important;
  bottom: 0!important;
  left: initial!important;
  right: 16px!important;
  width: 24px!important;
  height: 24px!important;
  border: solid 1px #000;
  padding: 0!important;
  transform: initial;
  background-color: #fff;
}
.kemco-now-slider-sp .slick-prev::before{
  content: "←";
  font-size: 16px;
  color: #000;
  line-height: 24px!important;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kemco-now-slider-sp .slick-next::before{
  content: "→";
  font-size: 16px;
  color: #000;
  line-height: 24px!important;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 新たに追加　田中 ここまで*/
.kemco-now-item-img{
  display: flex;
  width: 150%;
}
.kemco-now-item-img .main-item{
  width: 43.5vw;
  height: 24.5vw;
  position: relative;
}
.kemco-now-item-img .main-item img{
  position: absolute;
  display: none;
}
.kemco-now-item-img .kemco-fade{
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kemco-now-item-img .main-item .kemco-main-fade{
  display: flex;
  animation-name: kemco-fade-in;
  animation-duration: 2s;
}
.kemco-now-item-detail{
  position: absolute;
  width: 80%;
  display: flex;
  bottom: 0;
  left: calc(43.5vw - 8px);
  display: none;
}
.kemco-now-slide-detail .show{
  display: flex;
}
.kemco-now-item-detail-border{
  width: 3vw;
  border-top: solid 1px #000;
  margin-top: 12px;
  margin-right: 8px;
}
.item-img-title{
  font-weight: bold;
  font-size: 20px;
}

@keyframes kemco-fade-in {
  from {
      opacity: 0;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -ms-filter: blur(15px);
      -o-filter: blur(15px);
      filter: blur(15px);
  }
  to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
  }
}

.kemco-now-item-img .sub-item{
  position: relative;
  width: 26.5vw;
  height: 16.1vw;
}
.kemco-now-item-img .sub-item img{
  position: absolute;
  display: none;
}
.kemco-now-item-img .sub-item .kemco-main-fade{
  display: block;
  animation-name: kemco-fade-in-sub;
  animation-duration: 2s;
}
@keyframes kemco-fade-in-sub {
  from {
      opacity: 0;
      -webkit-filter: blur(6px);
      -moz-filter: blur(6px);
      -ms-filter: blur(6px);
      -o-filter: blur(6px);
      filter: blur(6px);
  }
  to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
  }
}
.kemco-now-item{
  margin-right: 3vw;
  outline: none;
}
.kemco-now-item:last-child{
  margin-right: 0;
}
.kemco-now-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kemco-now-button{
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
}
.kemco-now-button .arrow-left{
  width: 54px;
  height: 54px;
  padding: 0;
  background-color: #fff;
  border: solid 1px #000;
  line-height: 1;
  font-size: 1em;
  outline: none;
  margin-right: 8px;
}
.kemco-now-button .arrow-right{
  width: 54px;
  height: 54px;
  padding: 0;
  background-color: #fff;
  border: solid 1px #000;
  line-height: 1;
  font-size: 1em;
  outline: none;
}

#top .top-content-container {
    margin-bottom: 5vw;
}

#top .top-content-container .top-kemco-now{
    width: 95%;
    margin: 0 0 0 5%;
    display: flex;
    align-items: center;
    margin-bottom: 10vw;
}

#top .top-content-container .top-who-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 10vw;
}

#top .top-content-container .top-who-container .top-who-container-left {
    width: 50%;
}

#top .top-content-container .top-who-container .top-who-container-left .top-who-container-text-container {
    width: 90%;
    margin-right: auto;
}

#top .top-content-container .top-who-container .top-who-container-left .top-who-container-text-container .top-who-container-sub-title {
    font-size: 1.9vw;
    margin-bottom: 1.5vw;
}

#top .top-content-container .top-who-container .top-who-container-left .top-who-container-text-container .top-who-container-text {
    font-size: 1.05vw;
    line-height: 2.5vw;
    margin-bottom: 30px;
}

#top .top-content-container .top-who-container .top-who-container-right {
    width: 50%;
    position: relative;
}

#top .top-content-container .top-who-container .top-who-container-right .top-who-container-img {
    width: 97%;
}

#top .top-content-container .top-whats-container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}

#top .top-content-container .top-whats-container .top-whats-content-container {
    position: relative;
    display: flex;
    align-items: center;
}

#top .top-content-container .top-whats-container .top-whats-container-left {
    position: relative;
    width: 50%;
    height: 70vw;
    margin-top: 30px;
    z-index: 10;
}

#top .top-content-container .top-whats-container .top-whats-container-left .top-whats-pointer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 3vw;
    height: 20vw;
}

#top .top-content-container .top-whats-container .top-whats-container-left .pointer-text {
    position: absolute;
    font-size: 1.2vw;
    top: 21.5vw;
    left: -5.5vw;
    transform: rotate(-90deg);
}

#top .top-content-container .top-whats-container .top-whats-container-left .top-whats-img-container {
    height: 45vw;
    margin-bottom: 2vw;
    padding-left: 5.5vw;
    position: relative;
}

#top .top-content-container .top-whats-container .top-whats-container-left .top-whats-img-container .top-whats-img {
    width: 92%;
    height: 45vw;
    max-height: 680px;
    object-fit: cover;
}

#top .top-content-container .top-whats-container .top-whats-container-right {
    width: 50%;
    height: 70vw;
    z-index: 1;
}

#top .top-content-container .top-whats-container .top-whats-container-right .top-whats-pointer-container {
    position: absolute;
    top: 22vw;
    left: 45vw;
    width: 3vw;
    height: 20vw;
}

#top .top-content-container .top-whats-container .top-whats-container-right .pointer-text {
    position: absolute;
    font-size: 1.2vw;
    top: 41vw;
    left: 42.5vw;
    transform: rotate(-90deg);
}

#top .top-content-container .top-whats-container .top-whats-container-right .top-whats-text-container {
    margin-bottom: 2vw;
    padding: 1vw 0 0 2.5vw;
    width: auto;
}

#top .top-content-container .top-whats-container .top-whats-container-right .top-whats-img-container {
    height: 45vw;
    padding-left: 5.5vw;
    position: relative;
}

#top .top-content-container .top-whats-container .top-whats-container-right .top-whats-img-container .top-whats-img {
    width: 92%;
    height: 45vw;
    max-height: 680px;
    object-fit: cover;
}

#top .top-content-container .top-sns-container {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 0 1vw;
    margin-bottom: 100px;
    display: flex;
    position: relative;
}

#top .top-content-container .top-sns-container .sns-container {
    width: 50%;
}

#top .top-content-container .top-tools-container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10vw;
}

#top .top-content-container .top-tools-container .top-tools-content-container {
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left {
    width: 40%;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left-second {
    width: 60%;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left-second .top-tools-img {
    width: 85%;
    height: 28vw;
    max-height: 410px;
    object-fit: cover;
    margin-left: 10%;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right {
    width: 60%;
    z-index: -3;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right .top-tools-img-container .top-tools-img {
    width: 85%;
    height: 28vw;
    max-height: 410px;
    object-fit: cover;
    margin-left: 10%;
}

#top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right-second {
    width: 40%;
}

#top .top-content-container .top-collection-container {
    width: 100%;
    margin-bottom: 10vw;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img {
    overflow: hidden;
    display: flex;
    margin-bottom: 3vw;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img li:first-child {
    width: 55%;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img li:first-child .top-collection-img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img li:nth-child(2) {
    width: 40%;
    padding: 2vw 2vw 0;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img li:last-child {
    width: 5.8%;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img li:last-child .top-collection-img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: 100% 0%;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img-second {
    overflow: hidden;
    display: flex;
    height: 35vw;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img-second li:first-child {
    width: 5.6%;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img-second li:first-child .top-collection-img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: 0% 100%;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img-second li:nth-child(2) {
    width: 40%;
    padding: 2vw 2vw 0;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img-second li:last-child {
    width: 55%;
}

#top .top-content-container .top-collection-container .top-collection-container-text-img-second li:last-child .top-collection-img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
}

#top .top-content-container .top-research-container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10vw;
    position: relative;
}

#top .top-content-container .top-research-container .top-research-img-container {
    display: flex;
    margin-top: 2vw;
}

#top .top-content-container .top-research-container .top-research-img-container li {
    width: 25%;
    margin-right: 1vw;
    text-align: center;
}

#top .top-content-container .top-research-container .top-research-img-container li .top-research-img {
    width: 100%;
    height: 28vw;
    max-height: 480px;
    object-fit: cover;
}

#top .top-content-container .top-research-container .top-research-img-container li:last-child {
    margin-right: 0;
}

#top .top-content-container .top-support-container {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#top .top-content-container .top-support-container .top-support-container-left {
    width: 38%;
    margin-right: auto;
}

#top .top-content-container .top-support-container .top-support-container-right {
    width: 60%;
}

#top .top-content-container .top-support-container .top-support-container-right .top-support-img-container .top-support-img {
    width: 100%;
    height: 32vw;
    max-height: 480px;
    object-fit: cover;
}

.imeline-InformationCircle-widgetParent {
    display: none;
}

.content-title-border .content-container-title {
    font-size: 5vw;
    line-height: 5.5vw;
    margin: 0;
}

.content-title-border .content-container-title-mark {
    width: 4.5vw;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.pointer-nmb {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5vw;
    height: 1.5vw;
    font-size: 1vw;
    border-radius: 3vw;
    border: 1px solid;
    text-align: center;
    padding: 1vw;
}

.pointer-border {
    position: absolute;
    top: 4.5vw;
    left: 0.8vw;
    width: 1vw;
    height: 10vw;
    border-right: 1px solid;
}

.top-whats-text-container {
    overflow: hidden;
    width: 120%;
}

.top-whats-text-container .top-whats-text-nmb {
    float: left;
    font-size: 4vw;
    margin-right: 2vw;
    line-height: 4vw;
    margin-top: 0;
    margin-bottom: 0;
}

.top-whats-text-container .top-whats-text-content {
    float: left;
    width: 31.5vw;
}

.top-whats-text-container .top-whats-text-content .top-whats-title {
    margin-top: 0.5vw;
    position: relative;
    width: 50vw;
}

.top-whats-text-container .top-whats-text-content .top-whats-text {
    line-height: 2.5vw;
}

.top-content-text-buttom-container {
    width: 95%;
    margin: 0 auto;
}

.details-buttom {
    flex: 1 1 auto;
    width: max-content;
    min-width: 13vw;
    border: 1px solid;
    padding: 1vw 2vw;
    text-align: center;
    margin: 1vw 0 0 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
@media screen and (min-width: 1367px) {
    .details-buttom:after {
        position: absolute;
        transition: .3s;
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: #000;
        height: 120%;
        left: -10%;
        transform: skewX(15deg);
        z-index: -1;
    }

    .details-buttom:hover {
        cursor: pointer;
        color: #FFF;
    }

    .details-buttom:hover:after {
        width: 100%;
        left: 0;
        left: -10%;
        width: 120%;
    }
}

.top-research-img-buttom {
    flex: 1 1 auto;
    width: 13vw;
    border: 1px solid;
    padding: 1vw 2vw;
    text-align: center;
    margin: 1vw auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.top-research-img-buttom:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

.top-research-img-buttom:hover {
    cursor: pointer;
    color: #FFF;
}

.top-research-img-buttom:hover:after {
    width: 100%;
    left: 0;
    left: -10%;
    width: 120%;
}

@media screen and (min-width: 1500px) {
    #top {
        max-width: 1500px;
    }
    #top .kemco-top-main {
        height: 720px;
    }
    .kemco-top-title {
        font-size: 97px;
    }
    .kemco-top-text-container {
        width: 450px;
    }
    .kemco-top-text-container .kemco-top-text-title {
        font-size: 1.2em !important;
    }
    .kemco-top-text-container .kemco-top-text {
        font-size: 1em !important;
    }
    .open-black-border {
        position: absolute;
        top: 25px;
        left: 90px;
        width: 1px;
        height: 200px;
        border-left: 1px solid;
    }
    .open-text-container {
        position: absolute;
        top: 380px;
        left: -70px;
        transform: rotate(-90deg);
    }
    .open-text-container .open-text {
        font-size: 16px !important;
    }
    .open-text-container .open-text .open-days {
        font-weight: bold;
        font-size: 30px !important;
    }
    #top .kemco-top-main .top-img-text-container {
        position: relative;
        width: 450px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-nmb-container li {
        margin-bottom: 45px;
    }
    .top-black-border {
        display: inline-block;
        width: 15px;
        margin-bottom: 4px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-nmb-container li .top-img-nmb {
        display: inline-block;
        width: 40px;
        font-size: 15px;
        margin-left: 15px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li {
        position: absolute;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:first-child {
        top: 0;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:nth-child(2) {
        top: 64px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:last-child {
        top: 129px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li {
        position: absolute;
        font-size: 15px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:first-child {
        top: 20px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:nth-child(2) {
        top: 85px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:last-child {
        top: 150px;
    }
    #top .kemco-top-main .top-color-bar {
        position: absolute;
        top: 0;
        right: 150px;
        width: 98px;
        height: 975px;
        background: #0F0;
        z-index: -5;
    }
    #top .kemco-top-main .main-green-box {
        position: absolute;
        bottom: 50px;
        left: 400px;
        width: 100px;
        height: 100px;
        background: #0F0;
    }
    #top .kemco-top-main .main-green-box-small {
        position: absolute;
        bottom: 10px;
        left: 280px;
        width: 50px;
        height: 50px;
        background: #0F0;
    }
    #top .top-content-container {
        margin-bottom: 50px;
    }
    #top .top-content-container .top-who-container {
        margin-bottom: 50px;
    }
    #top .top-content-container .top-who-container .top-who-container-left .top-who-container-text-container .top-who-container-sub-title {
        font-size: 30px;
        margin-bottom: 22.5px;
    }
    #top .top-content-container .top-who-container .top-who-container-left .top-who-container-text-container .top-who-container-text {
        font-size: 16px;
        line-height: 30px;
    }
    #top .top-content-container .top-who-container .top-who-container-right {
        position: relative;
    }
    #top .top-content-container .top-who-container .top-who-container-right .top-who-container-img {
        width: 97%;
        height: 470px;
        object-fit: cover;
    }
    #top .top-content-container .top-who-container .top-who-container-right .who-img-green-box {
        position: absolute;
        bottom: -30px;
        right: 44px;
        width: 400px;
        height: 50px;
        background: #0F0;
        z-index: -1;
    }
    #top .top-content-container .top-whats-container {
        margin-bottom: 50px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-left {
        position: relative;
        width: 50%;
        height: 1050px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-left .top-whats-pointer-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 325px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-left .pointer-text {
        position: absolute;
        font-size: 19.5px;
        top: 330px;
        left: -88px;
        transform: rotate(-90deg);
    }
    #top .top-content-container .top-whats-container .top-whats-container-left .whats-img-gray-box-small {
        position: absolute;
        top: 50px;
        right: 25px;
        width: 200px;
        height: 400px;
        background: #f0f0f0;
        z-index: -1;
    }
    #top .top-content-container .top-whats-container .top-whats-container-left .whats-img-green-box {
        position: absolute;
        top: 670px;
        right: 25px;
        width: 50px;
        height: 50px;
        background: #0F0;
        z-index: -1;
    }
    #top .top-content-container .top-whats-container .top-whats-container-left .top-whats-img-container {
        height: 710px;
        margin-bottom: 30px;
        padding-left: 85px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-right {
        height: 1050px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-right .top-whats-pointer-container {
        position: absolute;
        top: 360px;
        left: 670px;
        width: 50px;
        height: 325px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-right .pointer-text {
        position: absolute;
        font-size: 19.5px;
        top: 640px;
        left: 625px;
        transform: rotate(-90deg);
    }
    #top .top-content-container .top-whats-container .top-whats-container-right .whats-img-gray-box {
        position: absolute;
        bottom: 0;
        right: 25px;
        width: 400px;
        height: 400px;
        background: #f0f0f0;
        z-index: -1;
    }
    #top .top-content-container .top-whats-container .top-whats-container-right .whats-img-green-box-small {
        position: absolute;
        bottom: 10px;
        right: 40px;
        width: 30px;
        height: 30px;
        background: #0F0;
        z-index: 1;
    }
    #top .top-content-container .top-whats-container .top-whats-container-right .top-whats-text-container {
        margin-bottom: 50px;
        padding: 15px 0 0 5px;
    }
    #top .top-content-container .top-whats-container .top-whats-container-right .top-whats-img-container {
        height: 710px;
        padding-left: 85px;
    }
    #top .top-content-container .top-tools-container {
        margin-bottom: 100px;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container {
        height: 530px;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left .tools-img-gray-box {
        position: absolute;
        top: 80px;
        right: 15px;
        width: 600px;
        height: 380px;
        background: #f0f0f0;
        z-index: -4;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left .tools-img-green-box {
        position: absolute;
        top: -50px;
        left: 570px;
        width: 120px;
        height: 130px;
        background: #0F0;
        z-index: -9999;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-left .top-content-text-buttom-container {
        margin-top: 105px;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right-second .tools-img-gray-box {
        position: absolute;
        top: 80px;
        left: 120px;
        width: 600px;
        height: 380px;
        background: #f0f0f0;
        z-index: -1;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right-second .tools-img-green-box {
        position: absolute;
        bottom: 20px;
        right: 570px;
        width: 120px;
        height: 130px;
        background: #0F0;
        z-index: -2;
    }
    #top .top-content-container .top-tools-container .top-tools-content-container .top-tools-container-right-second .top-content-text-buttom-container {
        margin-top: 80px;
    }
    #top .top-content-container .top-collection-container {
        margin-bottom: 200px;
        position: relative;
    }
    #top .top-content-container .top-collection-container .collection-img-green-box {
        position: absolute;
        top: 50px;
        right: 690px;
        width: 50px;
        height: 80px;
        background: #0F0;
        z-index: -1;
    }
    #top .top-content-container .top-collection-container .collection-img-green-box-big {
        position: absolute;
        bottom: -10px;
        right: 50px;
        width: 400px;
        height: 80px;
        background: #0F0;
        z-index: -1;
    }
    #top .top-content-container .top-collection-container .top-collection-container-text-img {
        height: 450px;
        margin-bottom: 30px;
    }
    #top .top-content-container .top-collection-container .top-collection-container-text-img li:nth-child(2) {
        padding: 32px 32px 0;
    }
    #top .top-content-container .top-collection-container .top-collection-container-text-img-second {
        overflow: hidden;
        display: flex;
        height: 450px;
    }
    #top .top-content-container .top-collection-container .top-collection-container-text-img-second li:nth-child(2) {
        width: 40%;
        padding: 32px 32px 0;
    }
    #top .top-content-container .top-research-container {
        position: relative;
        margin-bottom: 200px;
    }
    #top .top-content-container .top-research-container .research-img-gray-box {
        position: absolute;
        top: 80px;
        right: -30px;
        width: 300px;
        height: 350px;
        background: #f0f0f0;
        z-index: -1;
    }
    #top .top-content-container .top-research-container .research-img-green-box {
        position: absolute;
        top: 150px;
        left: -30px;
        width: 65px;
        height: 370px;
        background: #0F0;
        z-index: -1;
    }
    #top .top-content-container .top-research-container .top-research-img-container li {
        margin-right: 15px;
    }
    #top .top-content-container .top-support-container {
        position: relative;
    }
    #top .top-content-container .top-support-container .support-img-gray-box {
        position: absolute;
        top: 50px;
        left: 515px;
        width: 300px;
        height: 380px;
        background: #f0f0f0;
        z-index: -1;
    }
    #top .top-content-container .top-support-container .support-img-green-box {
        position: absolute;
        bottom: -20px;
        right: -30px;
        width: 0;
        height: 0;
        border-top: 120px solid transparent;
        border-right: 120px solid #0F0;
        z-index: -1;
    }
    .content-title-border {
        z-index: 100;
    }
    .content-title-border .content-container-title {
        font-size: 75px;
        line-height: 85px;
    }
    .content-title-border .content-container-title-mark {
        width: 67px;
    }
    .pointer-nmb {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 15px;
        border-radius: 45px;
        border: 1px solid;
        text-align: center;
        padding: 15px;
    }
    .pointer-border {
        position: absolute;
        top: 70px;
        left: 25px;
        width: 1px;
        height: 150px;
    }
    .top-whats-text-container {
        overflow: hidden;
        width: 120%;
    }
    .top-whats-text-container .top-whats-text-nmb {
        float: left;
        font-size: 64px;
        margin-right: 30px;
        line-height: 65px;
    }
    .top-whats-text-container .top-whats-text-content {
        float: left;
        width: 503px;
    }
    .top-whats-text-container .top-whats-text-content .top-whats-title {
        font-size: 32px;
    }
    .top-whats-text-container .top-whats-text-content .top-whats-text {
        font-size: 16px;
        line-height: 30px;
    }
    .top-content-text-buttom-container {
        width: 95%;
        margin: 0 auto;
    }
    /* .top-content-text-buttom-container .top-content-text-title {
        font-size: 30px;
    } */
    .top-content-text-buttom-container .top-content-text {
        font-size: 15px;
        line-height: 30px;
    }
    .details-buttom {
        width: 250px;
        padding: 15px 30px;
        text-align: center;
        margin: 15px 0 0 auto;
    }
    .top-research-img-buttom {
        width: 200px;
        border: 1px solid;
        padding: 15px 30px;
        text-align: center;
        margin: 15px auto 0;
    }
    .top-whats-title {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    #top {
        margin-bottom: 100px;
        margin: 0;
    }
    #top .kemco-top-main {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0 auto 200px;
        padding: 0;
    }
    .kemco-top-title {
        font-size: 6.8vw;
        width: 100%;
        text-align: center;
        top: 7vh;
        left: 0;
        position: absolute;
    }
    .top-kemco-now-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    .open-black-border {
        position: absolute;
        top: 190px;
        left: 15vw;
        width: 50px;
        height: 1px;
        border-bottom: 1px solid;
        border-left: none;
    }
    .open-text-container {
        position: absolute;
        top: 155px;
        left: 22vw;
        transform: none;
    }
    .open-text-container .open-text {
        font-size: 31.5px !important;
    }
    .open-text-container .open-text .open-days {
        font-weight: bold;
        font-size: 45px !important;
        margin: 0 1.5vw;
    }
    /* kemco now slider tablet */
    .kemco-now-item-img{
      width: 100%;
    }
    .kemco-now-item{
      position: relative;
      width: 100%;
    }
    .kemco-now-item-img .main-item{
      width: 100%;
      height: 48vw;
      padding: 0 16px;
      margin-right: 0;
    }
    .kemco-now-item-img .main-item img{
      width: calc(100% - 32px);
    }
    .kemco-now-item-img .sub-item{
      position: absolute;
      width: 100%;
      height: 48vw;
      right: -100%;
    }
    .kemco-now-item-img .sub-item img{
    }
    .kemco-now-slide-bottom{
      position: relative;
      margin-top: 16px;
      display: flex;
      justify-content: space-between;
    }
    .kemco-now-slide-detail{
      position: relative;
      width: 80%;
      height: 40px;
    }
    .kemco-now-button{
    }
    .kemco-now-item-detail{
      position: absolute;
      left: initial;
      width: auto;
    }
    .kemco-now-item-detail-border{
      width: 25px;
      margin-top: 8px;
    }
    .kemco-now-item-title{
      width: 60vw;
    }
    .item-img-title{
      font-size: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .item-img-text{
      font-size: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .kemco-now-button .arrow-left{
      width: 24px;
      height: 24px;
      margin-right: 16px;
    }
    .kemco-now-button .arrow-right{
      width: 24px;
      height: 24px;
    }

    #top .kemco-top-main .kemco-top-float-img-right li {
        position: absolute;
        display: inline-block;
    }
    #top .kemco-top-main .kemco-top-float-img-right li .wp-post-image {
        max-width: 450px;
        height: auto;
    }
    #top .kemco-top-main .kemco-top-float-img-right li:first-child {
        top: 500px;
        right: 180px;
        z-index: -1;
    }
    #top .kemco-top-main .kemco-top-float-img-right li:nth-child(2) {
        top: 300px;
        right: 0;
        z-index: -2;
    }
    #top .kemco-top-main .kemco-top-float-img-right li:last-child {
        top: 220px;
        right: 250px;
        z-index: -3;
    }
    #top .kemco-top-main .top-img-text-container {
        position: absolute;
        box-sizing: border-box;
        top: 780px;
        width: 100%;
        margin-top: 30px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-nmb-container li {
        margin-bottom: 60px;
    }
    .top-black-border {
        display: inline-block;
        width: 30px;
        border-top: 1px solid;
        margin-bottom: 10px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-nmb-container li .top-img-nmb {
        display: inline-block;
        width: 50px;
        font-size: 30px;
        margin-left: 15px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li {
        position: absolute;
        font-size: 30px;
        left: 115px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:first-child {
        bottom: 65px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:nth-child(2) {
        top: 105px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:last-child {
        top: 0;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li {
        position: absolute;
        font-size: 25px;
        left: 115px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:first-child {
        top: 30px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:nth-child(2) {
        top: 150px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:last-child {
        bottom: 30px;
    }
    #top .kemco-top-main .top-color-bar {
        position: absolute;
        top: 0;
        right: 10px;
        width: 125px;
        height: 1080px;
        background: #0F0;
        z-index: -5;
    }
    #top .top-who-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    #top .top-who-container-sp .top-who-img-container {
        width: 90%;
        margin: 0 auto;
    }
    #top .top-who-container-sp .top-who-img-container .top-who-container-img {
        width: 100%;
        height: auto;
    }
    #top .top-who-container-sp .top-who-container-text-container {
        width: 100%;
    }
    #top .top-who-container-sp .top-who-container-text-container .top-who-container-sub-title {
        font-size: 30px;
        margin: 25px 0;
    }
    #top .top-who-container-sp .top-who-container-text-container .top-who-container-text {
        font-size: 16px;
        line-height: 30px;
    }
    #top .top-whats-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding-left: 100px;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-img-container {
        width: 100%;
        margin-bottom: 50px;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-img-container .top-whats-img {
        width: 100%;
        height: auto;
    }
    #top .top-whats-container-sp .pointer-img-container-second {
        padding: 0 70px 0 30px;
    }
    #top .top-whats-container-sp .pointer-img-container-second .pointer-container-second {
        position: absolute;
        right: 0;
        left: unset !important;
    }
    #top .top-whats-container-sp .pointer-img-container-second .pointer-text-second {
        top: 260px;
        right: -180px;
    }
    #top .top-tools-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    #top .top-collection-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    #top .top-research-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    #top .top-support-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
        position: relative;
    }
    #top .content-title-border .content-container-title {
        font-size: 80px;
        line-height: 85px;
    }
    #top .content-title-border .content-container-title-mark {
        width: 90px;
        border-bottom: 1px solid;
        margin-bottom: 30px;
    }
    #top .pointer-nmb {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        font-size: 16px;
        border-radius: 60px;
        border: 1px solid;
        text-align: center;
        padding: 15px;
    }
    #top .pointer-border {
        position: absolute;
        top: 85px;
        left: 30px;
        width: 1px;
        height: 150px;
        border-right: 1px solid;
    }
    #top .pointer-text {
        position: absolute;
        top: 380px;
        left: -115px;
        font-size: 25px;
        transform: rotate(-90deg);
    }
    #top .top-content-text-buttom-container {
        width: 100%;
        margin: 0 auto 10vw;
    }
    #top .top-content-text-buttom-container .top-content-text-title {
        /* font-size: 40px; */
        margin: 35px 0;
    }
    #top .top-content-text-buttom-container .top-content-text-title span {
        /* font-size: 60px; */
        margin-right: 30px;
    }
    #top .top-content-text-buttom-container .top-content-text {
        font-size: 16px;
        line-height: 30px;
    }
    #top .details-buttom {
        text-align: center;
        margin: 20px auto 0;
    }
    #top .top-research-img-buttom {
        width: 13vw;
        border: 1px solid;
        padding: 1vw 2vw;
        text-align: center;
        margin: 1vw auto 0;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-pointer-container {
        position: absolute;
        left: 0;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-pointer-container img {
        width: 50px;
        height: auto;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-pointer-container.pointer-container-second img {
        width: 50px;
        height: auto;
    }
}

#top .top-collection-container-sp .top-collection-content-container .top-collection-container-img {
    width: 100%;
}

@media screen and (max-width: 759px) {
    #top {
        margin-bottom: 100px;
        margin: 0 auto;
    }
    #top .kemco-top-main {
        position: relative;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        z-index: 1;
    }
    .kemco-top-title {
        font-size: 6.8vw;
        width: 100%;
        text-align: center;
        top: 10vh;
        left: 0;
        position: absolute;
    }
    .open-black-border {
        position: absolute;
        top: 17.5vh;
        left: 5vw;
        width: 7vw;
        height: 1px;
        border-bottom: 1px solid;
        border-left: none;
    }
    .open-text-container {
        position: absolute;
        top: 15vh;
        left: 15vw;
        transform: none;
    }
    .open-text-container .open-text {
        font-size: 4vw !important;
    }
    .open-text-container .open-text .open-days {
        font-weight: bold;
        font-size: 6vw !important;
        margin: 0 1.5vw;
    }
    #top .kemco-top-main .kemco-top-float-img-right li {
        position: absolute;
        display: inline-block;
    }
    #top .kemco-top-main .kemco-top-float-img-right li .wp-post-image {
        max-width: 450px;
        height: auto;
    }
    #top .kemco-top-main .kemco-top-float-img-right li:first-child {
        top: 400px;
        right: 50px;
        z-index: -1;
    }
    #top .kemco-top-main .kemco-top-float-img-right li:nth-child(2) {
        top: 250px;
        right: -150px;
        z-index: -2;
    }
    #top .kemco-top-main .kemco-top-float-img-right li:last-child {
        top: 150px;
        right: 80px;
        z-index: -3;
    }
    #top .kemco-top-main .top-img-text-container {
        position: absolute;
        box-sizing: border-box;
        top: 650px;
        width: 100%;
        margin-top: 30px;
        padding: 0 3vw;
    }
    #top .kemco-top-main .top-img-text-container .top-img-nmb-container li {
        margin-bottom: 30px;
    }
    .top-black-border {
        display: inline-block;
        width: 15px;
        border-top: 1px solid;
        margin-bottom: 5px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-nmb-container li .top-img-nmb {
        display: inline-block;
        width: 20px;
        font-size: 15px;
        margin-left: 3px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li {
        position: absolute;
        font-size: 15px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:first-child {
        bottom: 30px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:nth-child(2) {
        top: 55px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-date li:last-child {
        top: 2px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li {
        position: absolute;
        font-size: 13px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:first-child {
        top: 20px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:nth-child(2) {
        top: 70px;
    }
    #top .kemco-top-main .top-img-text-container .top-img-title li:last-child {
        bottom: 20px;
    }
    #top .kemco-top-main .top-color-bar {
        position: absolute;
        top: 0;
        right: 4vw;
        width: 15vw;
        height: 215vw;
        background: #0F0;
        z-index: -5;
    }
    #top .top-kemco-now-sp {
        width: 95%;
        margin: 50px 0 50px 5%;
    }
    /* kemco now slider sp */
    .kemco-now-item-img{
      width: 100%;
    }
    .kemco-now-item{
      position: relative;
      width: 100%;
    }
    .kemco-now-item-img .main-item{
      width: 100%;
      height: 48vw;
      padding: 0 16px;
      margin-right: 0;
    }
    .kemco-now-item-img .main-item img{
      width: calc(100% - 32px);
    }
    .kemco-now-item-img .sub-item{
      position: absolute;
      width: 100%;
      height: 48vw;
      right: -100%;
    }
    .kemco-now-item-img .sub-item img{
    }
    .kemco-now-slide-bottom{
      position: relative;
      margin-top: 16px;
      display: flex;
      justify-content: space-between;
    }
    .kemco-now-slide-detail{
      position: relative;
      width: 80%;
      height: 40px;
    }
    .kemco-now-button{
    }
    .kemco-now-item-detail{
      position: absolute;
      left: initial;
      width: auto;
    }
    .kemco-now-item-detail-border{
      width: 25px;
      margin-top: 8px;
    }
    .kemco-now-item-title{
      width: 60vw;
    }
    .item-img-title{
      font-size: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .item-img-text{
      font-size: 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .kemco-now-button .arrow-left{
      width: 24px;
      height: 24px;
    }
    .kemco-now-button .arrow-right{
      width: 24px;
      height: 24px;
    }

    #top .top-who-container-sp {
        width: 90%;
        margin: 50px auto 20vw;
    }
    #top .top-who-container-sp .top-who-img-container {
        width: 90%;
        margin: 0 auto;
    }
    #top .top-who-container-sp .top-who-img-container .top-who-container-img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    #top .top-who-container-sp .top-who-container-text-container {
        width: 100%;
    }
    #top .top-who-container-sp .top-who-container-text-container .top-who-container-sub-title {
        font-size: 5.3vw;
        margin: 25px 0;
    }
    #top .top-who-container-sp .top-who-container-text-container .top-who-container-text {
        font-size: 4vw;
        line-height: 8.5vw;
    }
    #top .top-whats-container-sp {
        width: 90%;
        margin: 0 auto 20vw;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding-left: 10vw;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-img-container {
        width: 100%;
        margin-bottom: 20vw;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-img-container .top-whats-img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-pointer-container {
        position: absolute;
        left: 0;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-pointer-container img {
        width: 27px;
        height: auto;
    }
    #top .top-whats-container-sp .top-whats-pointer-img-container .top-whats-pointer-container.pointer-container-second img {
        width: 27px;
        height: auto;
    }
    #top .top-whats-container-sp .pointer-img-container-second {
        padding: 0 10vw 0 0;
    }
    #top .top-whats-container-sp .pointer-img-container-second .pointer-container-second {
        position: absolute;
        right: 0;
        left: unset !important;
    }
    #top .top-whats-container-sp .pointer-img-container-second .pointer-text-second {
        top: 27vw;
        right: -27vw;
    }
    #top .top-tools-container-sp {
        width: 90%;
        margin: 0 auto 20vw;
    }
    #top .top-tools-container-sp .top-tools-content-container {
        margin: 0 auto;
    }
    #top .top-tools-container-sp .top-tools-content-container .top-tools-container-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    #top .top-collection-container-sp {
        width: 100%;
        margin: 0 auto 20vw;
    }
    #top .top-collection-container-sp .content-title-border-collection {
        margin-left: 20px;
    }
    #top .top-collection-container-sp .top-collection-content-container {
        width: 100%;
        margin: 0 auto;
    }
    #top .top-collection-container-sp .top-collection-content-container .top-collection-container-img {
        width: 100vw;
        height: 200px;
        object-fit: cover;
    }
    #top .top-collection-container-sp .top-collection-content-container .top-content-text-collection {
        width: 90%;
    }
    #top .top-research-container-sp {
        width: 100%;
        margin: 0 auto 20vw;
    }
    #top .top-research-container-sp .content-title-border-research {
        margin-left: 20px;
    }
    #top .top-research-container-sp .collection-slider {
        width: 95%;
        margin: 0 auto;
    }
    #top .top-research-container-sp .collection-slider .top-research-container-img {
        max-width: 100%;
    }
    #top .top-research-container-sp .collection-slider .collection-details-buttom .details-buttom {
        margin-top: 20px;
    }
    #top .top-research-container-sp .collection-slider .slider-item:not(.slick-center) {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    #top .top-support-container-sp {
        width: 90%;
        margin: 0 auto 20vw;
        position: relative;
    }
    #top .top-support-container-sp .top-support-img-container {
        width: 100%;
        margin: 0 auto;
    }
    #top .top-support-container-sp .top-support-img-container .top-support-container-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    #top .top-support-container-sp .top-support-container-text-container {
        width: 100%;
    }
    #top .top-support-container-sp .top-support-container-text-container .top-support-container-sub-title {
        font-size: 5.3vw;
        margin: 25px 0;
    }
    #top .top-support-container-sp .top-support-container-text-container .top-support-container-text {
        font-size: 4vw;
        line-height: 8.5vw;
    }
    #top .content-title-border .content-container-title {
        font-size: 10vw;
        line-height: 10.5vw;
    }
    #top .content-title-border .content-container-title-mark {
        width: 10vw;
        border-bottom: 1px solid;
        margin-bottom: 30px;
    }
    #top .pointer-nmb {
        position: absolute;
        top: 0;
        left: 0;
        width: 5vw;
        height: 5vw;
        font-size: 3vw;
        border-radius: 8vw;
        border: 1px solid;
        text-align: center;
        padding: 1vw;
    }
    #top .pointer-border {
        position: absolute;
        top: 9vw;
        left: 3vw;
        width: 1vw;
        height: 15vw;
        border-right: 1px solid;
    }
    #top .pointer-text {
        position: absolute;
        top: 45vw;
        left: -20vw;
        font-size: 4vw;
        transform: rotate(-90deg);
    }
    #top .top-content-text-buttom-container {
        width: 100%;
        margin: 0 auto 10vw;
    }
    #top .top-content-text-buttom-container .top-content-text-title {
        /* font-size: 5.2vw; */
        margin: 3vw 0;
    }
    #top .top-content-text-buttom-container .top-content-text-title span {
        /* font-size: 8vw; */
        margin-right: 1.5vw;
    }
    #top .top-content-text-buttom-container .top-content-text {
        font-size: 3.7vw;
        line-height: 7vw;
    }
    #top .details-buttom {
        width: 50vw;
        font-size: 3.5vw;
        border: 1px solid;
        padding: 3vw 2vw;
        text-align: center;
        margin: 2vw auto 0;
    }
    #top .top-research-img-buttom {
        width: 13vw;
        border: 1px solid;
        padding: 1vw 2vw;
        text-align: center;
        margin: 1vw auto 0;
    }
}



#individual-article-content {
    width: 1000px;
    margin: 230px auto 0;
    text-align: center;
    padding-bottom: 30px;
}

#individual-article-content .individual-article-img-text-container {
    width: 100%;
    margin: 100px 0;
}

#individual-article-content .individual-article-img-text-container .individual-article-title {
    margin-bottom: 50px;
    padding: 0 10px;
}

#individual-article-content .individual-article-img-text-container .all-post_img {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#individual-article-content .individual-article-img-text-container .all-post_img .wp-post-image {
    width: 100%;
    height: auto;
}

#individual-article-content .individual-article-img-text-container .all-post_tag {
    display: block;
    margin: 20px 0 40px;
    padding: 0;
    text-align: left;
}

#individual-article-content .individual-article-img-text-container .all-post_tag li {
    display: inline-block;
    float: none;
    font-size: 12px;
    color: #FFF;
    margin: 0 10px 10px 0;
    padding: 5px 25px;
    border-radius: 30px;
    background: #666666;
}

#individual-article-content .individual-article-img-text-container .individual-article-text {
    margin-top: 10px;
    padding: 0;
    text-align: left;
}

#individual-article-content .individual-article-img-text-container .individual-article-text p {
    word-break: break-all;
}

.individual-article-text img{
    max-width: 100%;
    height: auto;
}

p.relatedPostContent {
    text-align: justify;
    font-size: 14px !important;
}

#individual-article-content .individual-article-img-text-container .individual-article-text h2:first-of-type {
    margin: 100px 0 15px;
}

#individual-article-content .individual-article-img-text-container .individual-article-text h2 {
    font-size: 25px;
    margin: 50px 0 15px;
}

#individual-article-content .individual-member-article-sub-title {
    margin-bottom: 50px;
}

#individual-article-content .individual-member-article-img-text-container {
    display: flex;
    margin-bottom: 100px;
}

#individual-article-content .individual-member-article-img-text-container .individual-member-article-img {
    width: 40%;
    height: 300px;
    margin-right: 3%;
    background: #f0f0f0;
}

#individual-article-content .individual-member-article-img-text-container .individual-member-article-img .wp-post-image {
    max-width: 400px;
    max-height: 300px;
    object-fit: cover;
}

#individual-article-content .individual-member-article-img-text-container .individual-member-article-text {
    width: 54%;
    text-align: left;
    line-height: 38.5px;
    margin-left: 3%;
}

#individual-article-content .individual-member-article-img-text-container .individual-member-article-text .member-sns-icon {
    text-align: right;
}

@media screen and (max-width: 1024px){
  .individual-member-article-weblink li:nth-child(2n){
    margin-top: 16px;
  }
}


.member-sns-icon li {
    display: inline-block;
    padding: 5px;
}

img.member-sns-icon {
    width: 25px;
}

#individual-article-content .collaboration-project-container {
    text-align: left;
}

#individual-article-content .collaboration-project-container li {
    display: inline-block;
    width: 310px;
    margin: 0 20px 30px 0;
}

#individual-article-content .collaboration-project-container li .collaboration-article-img .wp-post-image {
    width: 310px;
    height: 210px;
    object-fit: contain;
}

#individual-article-content .collaboration-project-container li .project-text-container {
    overflow: hidden;
    width: 100%;
    text-align: left;
}

#individual-article-content .collaboration-project-container li .project-text-container .article-content-title {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    margin-top: 10px;
    border-bottom: 1px solid;
}

#individual-article-content .collaboration-project-container li .project-text-container p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 13px;
}

#individual-article-content .individual-collaboration-article-sub-title {
    margin-bottom: 50px;
}

#individual-article-content .individual-collaboration-article-img-text-container {
    display: flex;
    margin-bottom: 100px;
}

#individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-img {
    width: 40%;
    height: 300px;
    margin-right: 3%;
    background: #f0f0f0;
}

#individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-img .wp-post-image {
    max-width: 400px;
    max-height: 300px;
    object-fit: cover;
}

#individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-text {
    width: 54%;
    text-align: left;
    line-height: 38.5px;
    margin-left: 3%;
}

#individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-text .collaboration-sns-icon {
    text-align: right;
}

.collaboration-sns-icon li {
    display: inline-block;
    padding: 5px;
}

img.collaboration-sns-icon {
    width: 25px;
}

#individual-article-content .collaboration-project-container {
    text-align: left;
}

#individual-article-content .collaboration-project-container li {
    display: inline-block;
    width: 310px;
    margin: 0 20px 30px 0;
}

#individual-article-content .collaboration-project-container li .collaboration-article-img .wp-post-image {
    width: 310px;
    height: 210px;
    object-fit: contain;
}

#individual-article-content .collaboration-project-container li .project-text-container {
    overflow: hidden;
    width: 100%;
    text-align: left;
}

#individual-article-content .collaboration-project-container li .project-text-container .article-content-title {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    margin-top: 10px;
    border-bottom: 1px solid;
}

#individual-article-content .collaboration-project-container li .project-text-container p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 13px;
}

.article-content {
    min-height: 60px;
    overflow: hidden;
    font-size: 14px;
}

.area {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -9999;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 50vw;
    height: 50vw;
    opacity: 0.2;
    animation: animate 100s linear infinite;
    bottom: -100px;
}

.circles li:nth-child(1) {
    max-width: 1000px;
    max-height: 1000px;
    width: 100vw;
    height: 100vw;
    left: -5%;
    animation-delay: 0s;
    animation-duration: 300s;
    background: url(img/pen_mark_sp.png) no-repeat top left;
    background-size: contain;
}

.circles li:nth-child(2) {
    max-width: 300px;
    max-height: 300px;
    left: -10%;
    bottom: -50vh;
    animation-delay: 20s;
    animation-duration: 80s;
    background: url(img/pen_mark_pc.png) no-repeat top left;
    background-size: contain;
}

.circles li:nth-child(3) {
    left: 20%;
    animation-delay: 0s;
    animation-duration: 70s;
    background: url(img/circles_80.png) no-repeat top left;
    width: 80px;
    height: 80px;
    bottom: -50px;
    background-size: cover;
}

.circles li:nth-child(4) {
    left: -5%;
    animation-delay: 5s;
    background: url(img/circles_40.png) no-repeat top left;
    width: 40px;
    height: 40px;
    bottom: -50px;
    background-size: cover;
}

.circles li:nth-child(5) {
    left: -10%;
    animation-delay: 0s;
    animation-duration: 60s;
    background: url(img/circles_30.png) no-repeat top left;
    width: 30px;
    height: 30px;
    bottom: -50px;
    background-size: cover;
}

.circles li:nth-child(6) {
    left: 20%;
    animation-delay: 0s;
    animation-duration: 60s;
    background: url(img/circles_20.png) no-repeat top left;
    width: 20px;
    height: 20px;
    bottom: -50px;
    background-size: cover;
}

@keyframes animate {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 0;
    }
    30% {
        opacity: 0.2;
    }
    100% {
        transform: translateX(100vw) translateY(-1000px) rotate(180deg);
    }
}

@media screen and (max-width: 1024px) {
    #individual-article-content {
        box-sizing: border-box;
        width: 100%;
        margin: 100px auto 0;
    }
    #individual-article-content .individual-article-img-text-container .all-post_img {
        width: 100%;
        height: auto;
    }
    #individual-article-content .individual-article-img-text-container .all-post_tag {
        padding: 0 15px;
    }
    #individual-article-content .individual-article-img-text-container .individual-article-text {
        padding: 0 15px;
    }
    #individual-article-content .individual-article-img-text-container .individual-article-text p {
        word-break: break-all;
    }
    #individual-article-content .individual-article-img-text-container .individual-article-text h2 {
        margin: 50px 0 15px;
    }
    #individual-article-content .individual-article-img-text-container .all-post_img .wp-post-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (max-width: 1024px) {
    #individual-article-content .individual-member-article-title {
        padding: 0 10px;
    }
    #individual-article-content .individual-member-article-sub-title {
        margin-bottom: 50px;
    }
    #individual-article-content .individual-member-article-img-text-container {
        display: initial;
    }
    #individual-article-content .individual-member-article-img-text-container .individual-member-article-img {
        width: 100%;
        height: 300px;
        margin-right: 3%;
        background: #f0f0f0;
    }
    #individual-article-content .individual-member-article-img-text-container .individual-member-article-img .wp-post-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #individual-article-content .individual-member-article-img-text-container .individual-member-article-text {
        width: unset;
        margin-left: 0;
        margin-bottom: 50px;
        padding: 0 15px;
        line-height: unset;
        margin-top: 20px;
        ;
    }
    #individual-article-content .individual-member-article-img-text-container .individual-member-article-text .member-sns-icon {
        margin-top: 20px;
    }
    .member-sns-icon li {
        display: inline-block;
        padding: 5px;
    }
    img.member-sns-icon {
        width: 25px;
    }
    #individual-article-content .member-project-container li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    #individual-article-content .member-project-container li .member-article-img .wp-post-image {
        width: 100%;
        height: 250px;
    }
    #individual-article-content .member-project-container li .project-text-container {
        padding: 0 15px;
        width: unset;
    }
}

@media screen and (max-width: 1024px) {
    #individual-article-content .individual-collaboration-article-title {
        padding: 0 10px;
    }
    #individual-article-content .individual-collaboration-article-sub-title {
        margin-bottom: 50px;
    }
    #individual-article-content .individual-collaboration-article-img-text-container {
        display: initial;
    }
    #individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-img {
        width: 100%;
        height: 300px;
        margin-right: 3%;
        background: #f0f0f0;
    }
    #individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-img .wp-post-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-text {
        width: unset;
        margin-left: 0;
        margin-bottom: 50px;
        font-size: 15px;
        padding: 0 15px;
        line-height: unset;
        margin-top: 20px;
        ;
    }
    #individual-article-content .individual-collaboration-article-img-text-container .individual-collaboration-article-text .collaboration-sns-icon {
        padding-right: 20px;
    }
    .collaboration-sns-icon li {
        display: inline-block;
        padding: 5px;
    }
    img.collaboration-sns-icon {
        width: 25px;
    }
    #individual-article-content .collaboration-project-container li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    #individual-article-content .collaboration-project-container li .collaboration-article-img .wp-post-image {
        width: 100%;
        height: 250px;
    }
    #individual-article-content .collaboration-project-container li .project-text-container {
        padding: 0 15px;
        width: unset;
    }
}

#whats-on {
    padding-top: 100px;
}


#page-container {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
    text-align: center;
}
#page-container .details-buttom-visit {
    flex: 1 1 auto;
    width: 90%;
    padding: 30px 50px;
    text-align: left;
    margin: 0 auto 0 0 !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border-bottom: 1px solid #999999;
}

#page-container .details-buttom-visit p {
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: bold;
    font-size: 1.2em!important;
    margin-left: 30px;
}
#page-container .details-buttom-visit-follow {
    flex: 1 1 auto;
    width: 90%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    padding: 30px 50px 30px 50px;
    text-align: left;
    margin: 0 auto 0 0 !important;
    position: relative;
    transition: .3s;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

#page-container .details-buttom-visit-follow p {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em!important;
    margin-left: 30px;
}
@media screen and (max-width: 1024px){
  #page-container .details-buttom-visit-follow p {
      margin-left: 0;
  }
  #page-container .details-buttom-visit p {
      margin-left: 0;
  }
}

#page-container .details-buttom-visit-follow .follow-icon-content{
  display: flex;
  margin-right: -50px;
}
#page-container .follow-icon{
  width: 34px;
  height: 34px;
  margin-right: 32px;
  transition-duration: 0.1s;
  overflow: visible;
}
#page-container .follow-icon:last-child{
  margin-right: 16px;
}
#page-container .follow-icon:hover{
  transform: scale(1.2,1.2);
  transition-duration: 0.3s;
}

#page-container .details-buttom-visit:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

#page-container .details-buttom-visit:hover {
    cursor: pointer;
    color: #FFF;
}

#page-container .details-buttom-visit:hover:after {
    width: 100%;
    left: 0;
    left: -10%;
    width: 120%;
}

#page-container .visit-details {
    margin-bottom: unset !important;
}

#page-container .visit-details a:first-child .details-buttom-visit {
    border-top: 1px solid #999999;
}

@media screen and (max-width: 1024px) {
    #page-container {
        box-sizing: border-box;
        width: 100%;
        padding: 100px 0 0;
    }
    #page-container .visit-details {
      padding: 0 20px;
    }
    #page-container .details-buttom-visit {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0;
    }
    #page-container .details-buttom-visit-follow {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0;
    }
    #page-container .follow-icon{
      width: 24px;
      height: 24px;
      margin-right: 16px;
    }
    #page-container .follow-icon img{
      width: 24px;
      height: 24px;
    }
}

#member-page {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
    text-align: center;
}

.member-page-main-content {
    line-height: 30px;
    text-align: initial;
}

.member-page-main-text {
    margin-bottom: 50px;
}

.member-box {
    width: 200px;
    max-height: 300px;
    margin: 20px auto;
    display: inline-flex;
}

.member-name {
    font-weight: bold;
    line-height: 25px;
}

.member-title {
    font-weight: initial;
    font-size: 0.8em !important;
    line-height: 1.6em !important;
    width: 200px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.member-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.page.member-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .member-page-main-content {
        margin: 0 15px 50px;
    }
}

@media screen and (max-width: 1024px) {
    .member-box {
        width: 150px;
        max-height: 250px;
        margin: 15px auto;
    }
    .member-title {
        width: 150px;
    }
    .member-img img {
        width: 150px;
        height: 150px;
    }
    .page.member-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1024px) {
    #member-page {
        box-sizing: border-box;
        width: 100%;
        padding-top: 100px;
    }
}

#collaboration-page {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
    text-align: center;
}

.collaboration-page-main-content {
    line-height: 30px;
    text-align: initial;
}

.collaboration-page-main-text {
    margin: 0 0 50px;
    width: 100%;
}

.collaboration-box {
    width: 300px;
    margin: 20px auto;
    display: inline-flex;
}

.collaboration-name {
    font-weight: bold;
    line-height: 18px;
    font-size: 1em;
    text-align: start;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.collaboration-title {
    font-weight: initial;
    font-size: 0.8em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em !important;
    text-align: start;
}

.collaboration-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

h2.support_cases {
    padding-left: 60px;
}

img.line.support_cases {
    top: 15px;
}

.page.collaboration-list {
    position: relative;
}

.collaboration-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .collaboration-page-main-content {
        margin: 15px auto;
    }
    .collaboration-page-main-content .a-page-main-content {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .collaboration-box {
        width: 150px;
    }
    .collaboration-img img {
        width: 150px;
        height: 150px;
    }
    .collaboration-box-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 759px) {
    .collaboration-box-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1024px) {
    #collaboration-page {
        box-sizing: border-box;
        width: 100%;
        padding-top: 100px;
    }
}

#visit-page {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
}

#visit-page .visit-page-main-content {
    line-height: 30px;
}

#visit-page .visit-page-main-content div {
    margin-bottom: 80px;
}

#visit-page .page-title {
    text-align: center;
}

#visit-page .visit-page-open-time-container {
    margin-bottom: 50px;
}

#visit-page .visit-page-open-time-container .visit-page-open-time-title {
    margin-bottom: 20px;
}

#visit-page .visit-page-open-time-container .visit-page-open-time-text {
    line-height: 30px;
}

#visit-page .visit-page-access-container {
    margin-bottom: 50px;
}

#visit-page .visit-page-access-container .visit-page-access-img {
    width: 800px;
    height: 300px;
    background: #808080;
    margin-bottom: 30px;
}

#visit-page .visit-page-access-container .visit-page-access-title {
    margin-bottom: 20px;
}

#visit-page .visit-page-access-container .visit-page-access-text {
    line-height: 30px;
    margin-bottom: 50px;
}

#visit-page .details-buttom-visit {
    flex: 1 1 auto;
    width: 100%;
    padding: 32px 0;
    text-align: left;
    margin: 0 auto 0 0 !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border-bottom: 1px solid #999999;
}
@media screen and (max-width: 1024px){
  #visit-page .details-buttom-visit {
      padding: 24px 0;
  }
}
#visit-page .details-buttom-visit p {
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: bold;
    margin-left: 50px;
    font-size: 1.2em !important;
}
@media screen and (max-width: 1024px) {
  #visit-page .details-buttom-visit p {
    margin-left: 0;
  }
}
@media screen and (min-width: 1367px) {
    #visit-page .details-buttom-visit:after {
        position: absolute;
        transition: .3s;
        content: '';
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: #000;
        height: 120%;
        left: -10%;
        transform: skewX(15deg);
        z-index: -1;
    }

    #visit-page .details-buttom-visit:hover {
        cursor: pointer;
        color: #FFF;
    }

    #visit-page .details-buttom-visit:hover:after {
        width: 100%;
        left: 0;
        left: -10%;
        width: 120%;
    }
}

#visit-page .visit-details {
    margin-bottom: unset !important;
}

#visit-page .visit-details a:first-child .details-buttom-visit {
    border-top: 1px solid #999999;
}

.visit-page-access-container p iframe {
    width: 100%;
}

.visit-page-mail-container ul {
    list-style: disc;
    padding-inline-start: 40px;
}

@media screen and (max-width: 1024px) {
    #visit-page {
        box-sizing: border-box;
        width: 100%;
        padding: 150px 15px 30px;
    }
    #visit-page .visit-page-main-content {
        line-height: 30px;
    }
    #visit-page .visit-page-access-container .visit-page-access-img {
        width: 100%;
        height: 200px;
    }
    #visit-page .details-buttom-visit {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0;
    }
}
#floor-guide-page{
  width: 1000px;
  margin: 0 auto;
  padding: 230px 0 30px;
}
#floor-guide-page .page-title{
  text-align: center;
}
#floor-guide-page .floor-guide-item{
  display: flex;
  border-top: solid 1px #000;
  padding: 70px 0;
}
.floor-guide-item .floor-img{
  width: 640px;
  min-width: 640px;
  height: 480px;
  border: solid 1px #000;
  margin-right: 40px;
}
.floor-guide-item .floor-img img{
  width: 100%;
  object-fit: contain;
}
.floor-guide-item .floor-name-list{

}
.floor-guide-item .floor-name-list p{
  line-height: 40px;
}
.floor-guide-item .floor-name-list ul{
  list-style-type: none;
}
.floor-guide-item .floor-name-list ul li{
  line-height: 24px;
  display: flex;
  margin-bottom: 16px;
}
.floor-name-list .floor-name-list-number{
  display: inline-block;
  position: relative;
  min-width: 64px;
}
.floor-name-list .floor-name-list-number::after{
  content: "";
  position: absolute;
  width: 24px;
  top: 10px;
  left: 30px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 1024px) {
  #floor-guide-page {
      box-sizing: border-box;
      width: 100%;
      padding: 150px 15px 30px;
  }
  #floor-guide-page .floor-guide-item{
    flex-direction: column;
  }
  .floor-guide-item .floor-img{
    width: 100%;
    height: fit-content;
    min-width: 0;
    margin-right: 0;
    margin-bottom: 8px;
    border: none;
  }
}

#visitors-guide-page{
  width: 1000px;
  margin: 0 auto;
  padding: 230px 0 30px;
}
#visitors-guide-page .page-title{
  text-align: center;
}
#visitors-guide-page .visitors-guide-item{
}
.visitors-grid-wrap1{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 10px;
}
.visitors-grid-wrap2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 10px;
}
.visitors-grid-wrap3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 10px;
}
.visitors-grid-wrap4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 10px;
}
.visitors-grid-col{
  border-top: solid 1px #000;
  margin-bottom: 70px;
}
.visitors-grid-col h1{
  margin: 24px 0;
}
.visitors-grid-col img{
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 1024px) {
  #visitors-guide-page {
      box-sizing: border-box;
      width: 100%;
      padding: 150px 15px 30px;
  }
  .visitors-grid-wrap1,.visitors-grid-wrap2,.visitors-grid-wrap3,.visitors-grid-wrap4{
    grid-template-columns: repeat(1, 1fr);
  }
  .visitors-grid-col{
    margin-bottom: 32px;
  }
}

#question-page {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
    text-align: center;
}

#question-page .page-title {
    margin-bottom: 50px;
}

#question-page .question-q-a-title-buttom {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    font-weight: bold;
}

#question-page .question-q-a-title-buttom li {
    display: inline-block;
    margin-right: 35px;
}

#question-page .question-q-a-title-buttom li span {
    margin-right: 15px;
}

.question-q-a-title-buttom img {
    width: 20px;
}

#link_down_sp {
    width: 15px;
    padding-right: 5px;
}

#question-page .q-a-container {
    text-align: left;
}

#question-page .q-a-container .q-a-container-title {
    margin: 30px 0;
}

#question-page .q-a-container .q-container {
    margin-left: 15px;
}

#question-page .q-a-container .a-container {
    margin: 20px 0 20px 40px;
}

#question-page .q-a-container .a-container:last-child {
    margin-bottom: 0;
}

#question-page .q-a-container .q-container p,
#question-page .q-a-container .a-container p {
    display: inline-block;
}

#question-page-sp .acd-content .q-container p,
#question-page-sp .acd-content .a-container p {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    #question-page-sp {
        box-sizing: border-box;
        width: 100%;
        padding: 150px 0 30px;
    }
    #question-page-sp .page-title {
        text-align: center;
        margin-bottom: 20px;
    }
    #question-page-sp .acd-check {
        display: none;
    }
    #question-page-sp .acd-label {
        background: #f0f0f0;
        display: block;
        padding: 15px 15px 0;
    }
    #question-page-sp .acd-label span {
        display: block;
        width: 100%;
        height: 10px;
        border-bottom: 1px solid #666666;
    }
    #question-page-sp .acd-label:last-of-type span {
        border-bottom: none;
    }
    #question-page-sp .acd-content {
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: .2s;
        visibility: hidden;
    }
    #question-page-sp .acd-content .q-container {
        margin-left: 15px;
        padding-top: 20px;
    }
    #question-page-sp .acd-content .a-container {
        margin: 20px 0 20px 40px;
    }
    #question-page-sp .acd-content .a-container:last-child {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    #question-page-sp .acd-check:checked+.acd-label+.acd-content {
        height: 100%;
        opacity: 1;
        padding: 10px;
        visibility: visible;
    }
}

#organizational-structure-page {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
}

#organizational-structure-page .page-title {
    text-align: center;
    margin-bottom: 50px;
}

#organizational-structure-page .organizational-structure-tops {
    margin-bottom: 50px;
    position: relative;
}

#organizational-structure-page .organizational-structure-tops p {
    margin: 20px 15px 0 0;
}

#organizational-structure-page .organizational-structure-tops p span {
    margin-left: 15px;
}

#organizational-structure-page .organizational-structure-title {
    margin-left: 50px;
}

#organizational-structure-page .organizational-structure-container {
    margin-bottom: 50px;
}

#organizational-structure-page .organizational-structure-container li {
    display: inline-block;
    width: 310px;
    margin: 20px 15px 0 0;
}

#organizational-structure-page .organizational-structure-container li span {
    margin-left: 15px;
}

#organizational-structure-page .organizational-structure-container.en-us li {
    width: auto;
    display: list-item;
    margin: 20px  0 0 15px;
}

#organizational-structure-page .organizational-structure-container.en-us li span {
    margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
    #organizational-structure-page {
        box-sizing: border-box;
        width: 100%;
        margin: unset;
        padding: 100px 20px 0;
    }
    #organizational-structure-page .page-title {
        text-align: center;
        margin-bottom: 10px;
    }
    #organizational-structure-page .organizational-structure-tops {
        margin-bottom: 30px;
        position: relative;
    }
    #organizational-structure-page .organizational-structure-tops p {
        margin: 20px 15px 0 0;
    }
    #organizational-structure-page .organizational-structure-tops p span {
        margin-left: 15px;
    }
    #organizational-structure-page .organizational-structure-title {
        margin-left: 50px;
    }
    #organizational-structure-page .organizational-structure-container {
        margin-bottom: 50px;
    }
    #organizational-structure-page .organizational-structure-container li {
        display: inline-block;
        width: 100%;
        margin: 20px 15px 0 0;
    }
    #organizational-structure-page .organizational-structure-container li span {
        margin-left: 15px;
    }
}

#default-page {
    width: 1000px;
    margin: 0 auto;
    padding: 230px 0 30px;
}

#default-page #main ul {
    margin: initial;
    list-style: initial;
    padding-inline-start: 40px;
}

#default-page .default-page-main-content {
    line-height: 30px;
}

#default-page .default-page-main-content div {
    margin-bottom: 80px;
}

#default-page .page-title {
    text-align: center;
}

#default-page .default-page-open-time-container {
    margin-bottom: 50px;
}

#default-page .default-page-open-time-container .default-page-open-time-title {
    margin-bottom: 20px;
}

#default-page .default-page-open-time-container .default-page-open-time-text {
    line-height: 30px;
}

#default-page .default-page-access-container {
    margin-bottom: 50px;
}

#default-page .default-page-access-container .default-page-access-img {
    width: 800px;
    height: 300px;
    background: #808080;
    margin-bottom: 30px;
}

#default-page .default-page-access-container .default-page-access-title {
    margin-bottom: 20px;
}

#default-page .default-page-access-container .default-page-access-text {
    line-height: 30px;
    margin-bottom: 50px;
}

#default-page .details-buttom-visit {
    flex: 1 1 auto;
    width: 60%;
    padding: 30px 50px;
    text-align: left;
    margin: 0 auto 0 0 !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border-bottom: 1px solid #999999;
}

#default-page .details-buttom-visit p {
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: bold;
}

#default-page .details-buttom-visit:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

#default-page .details-buttom-visit:hover {
    cursor: pointer;
    color: #FFF;
}

#default-page .details-buttom-visit:hover:after {
    width: 100%;
    left: 0;
    left: -10%;
    width: 120%;
}

#default-page .visit-details {
    margin-bottom: unset !important;
}

#default-page .visit-details a:first-child .details-buttom-visit {
    border-top: 1px solid #999999;
}

.default-page-access-container p iframe {
    width: 100%;
}

.default-page-mail-container ul {
    list-style: disc;
    padding-inline-start: 40px;
}

@media screen and (max-width: 1024px) {
    #default-page {
        box-sizing: border-box;
        width: 100%;
        padding: 150px 15px 30px;
    }
    #default-page .default-page-main-content {
        line-height: 30px;
    }
    #default-page .default-page-access-container .default-page-access-img {
        width: 100%;
        height: 200px;
    }
    #default-page .details-buttom-visit {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0;
    }
}

/* note表示レイアウト */
.note-wrap {
    max-width: 900px;
    width: 100%;
}
.note-wrap img{
    width: 100%;
}
/* Ask KeMCo */
.ask_kemco_wrap{
  max-width: 900px;
  width: 100%;
}
.ask_kemco_wrap img{
  width: 100%;
}

/* Instagram表示レイアウト */

.instagram-wrap {
    max-width: 900px;
    width: 90%;
}

.insta-img-list {
    position: relative;
}

.insta-img-list .item {
    max-width: 250px;
    max-height: 250px;
    min-width: 200px;
    min-height: 200px;
    width: 15vw;
    height: 15vw;
    overflow: hidden;
}

.item .caption {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.item .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item:hover .mask {
    opacity: 1;
    /* マスクを表示する */
}

.insta-img-list li a img {
    max-width: 250px;
    max-height: 250px;
    min-width: 200px;
    min-height: 200px;
    width: 15vw;
    height: 15vw;
    object-fit: cover;
}

.insta-img-list li:nth-child(1) {
    top: 10px;
    left: 0;
    position: absolute;
}

.insta-img-list li:nth-child(2) {
    top: 300px;
    left: 0;
    position: absolute;
}

.insta-img-list li:nth-child(3) {
    top: 50px;
    left: 20vw;
    position: absolute;
}

.insta-img-list li:nth-child(4) {
    top: 350px;
    left: 20vw;
    position: absolute;
}

@media screen and (min-width: 1700px) {
    .insta-img-list li:nth-child(3),
    .insta-img-list li:nth-child(4) {
        left: 300px;
    }
}

@media only screen and ( max-width: 960px) {
    .insta-img-list .item {
        width: 42%;
        margin: 3vw;
    }
}

img.top-pen-mark-1.pc {
    position: absolute;
    width: 100vw;
    left: -80vw;
    top: -50vw;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.top-pen-mark-2.pc {
    position: absolute;
    width: 100vw;
    top: 200vw;
    ;
    left: -80vw;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.top-pen-mark-1.sp {
    position: fixed;
    width: 40vw;
    left: 70vw;
    top: 50vh;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.top-pen-mark-2.sp {
    position: absolute;
    width: 100vw;
    top: 210vh;
    left: -80vw;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.lower-pen-mark-1.pc {
    position: absolute;
    width: 60vw;
    left: -40vw;
    top: -20vh;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.lower-pen-mark-2.pc {
    position: fixed;
    width: 30vw;
    right: -10vw;
    top: 70vh;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.lower-pen-mark-1.sp {
    position: absolute;
    width: 80vw;
    left: -50vw;
    top: -20vw;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

img.lower-pen-mark-2.sp {
    position: fixed;
    width: 30vw;
    right: -10vw;
    top: 60vh;
    opacity: 0.2;
    z-index: -9999;
    animation: spin 500s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(170deg);
    }
    100% {
        transform: rotate(530deg);
    }
}

.top-cover {
    width: 100%;
    height: 100px;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.5) 20%, rgb(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.5) 20%, rgb(0, 0, 0, 0));
    background: linear-gradient(to top, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.5) 20%, rgb(0, 0, 0, 0));
}

.top-cover .top-cover-text {
    padding-top: 20px;
}

.top-slider .slick-list .slick-track .slider-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.sp .top-slider .slick-list .slick-track .slider-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.slick-prev {
    top: 35% !important;
    padding-right: 5px !important;
    left: 5px !important;
    width: 30px !important;
    height: 30px !important;
    /* background-color: #000 !important;
    opacity: 0.8; */
    z-index: 1000;
}

.slick-next {
    top: 35% !important;
    padding-left: 5px !important;
    right: 5px !important;
    width: 30px !important;
    height: 30px !important;
    /* background-color: #000 !important;
    opacity: 0.8; */
    z-index: 1000;
}
.slick-prev::before, .slick-next::before {
    line-height: 15px !important;
}

.top-event-box-1,
.top-event-box-2,
.top-event-box-3 {
    width: 100%;
    margin-top: 24px;

}

.top-eventdates-1,
.top-eventtitle-1,
.top-eventdates-2,
.top-eventtitle-2,
.top-eventdates-3,
.top-eventtitle-3 {
    max-width: 80vw;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    z-index: 110;
    font-weight: bold;
    background: #FFF;
}

.top-eventcontent-1,
.top-eventcontent-2,
.top-eventcontent-3 {
    height: auto;
    max-height: 60px;
    width: auto;
    max-width: 80vw;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    z-index: 110;
    background: #707070;
}

.top-eventcontent-1 a p,
.top-eventcontent-2 a p,
.top-eventcontent-3 a p {
    font-size: 16px !important;
    line-height: 23px !important;
    color: #FFF;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(1.4em*2);
}

.to_top {
    position: fixed;
    z-index: 1000;
    bottom: 10vh;
    right: 5vw;
    display: none;
}

.to_top a {
    width: 55px;
    height: 55px;
}

.top-sns-container .top-whats-pointer-container {
    margin-right: 32px;
    padding-top: 14px;
}

.top-whats-pointer-container img {
    width: 3vw;
    height: auto;
}

.whats-img-gray-box.sns {
    position: absolute;
    width: 100px;
    height: 30vw;
    max-height: 320px;
    background: #f0f0f0;
    bottom: 0;
}

.collection-content-container {
    position: relative;
}

.header-left {
    position: absolute;
    right: 20px;
}

img.line-01 {
    position: absolute;
    top: 0;
    right: -35px;
}

img.line-02 {
    position: absolute;
    top: 0;
    right: -30px;
}

img.line-03 {
    position: absolute;
    top: 130px;
    right: -40px;
}

.inactive a {
    color: #B3B3B3 !important;
}

.inactive {
    color: #B3B3B3 !important;
}

.comingsoon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 80;
}

img.comingsoon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.description_num {
    width: auto;
    height: 50px;
    float: left;
}

img.description_line {
    /* position: absolute;
    top: 25px; */
    padding-top: 1em;
}

#breadcrumb {
    margin: 0 20px;
}

#breadcrumb ul li {
    font-size: 1em;
    line-height: 25px;
    /* font-family: "Noto Sans JP"; */
    display: inline;
}

.a-page-text-container-title {
    /* height: 50px;
    line-height: 50px;
    position: relative; */
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 50px 1fr;
}

.a-page-text-container-title h2 {
    /* margin: 0;
    margin-left: 60px; */
    margin: 0;
    margin-left: 10px;
}

.a-page-text-container-title h3 {
    /* margin: 0;
    margin-left: 60px; */
    margin: 0;
    margin-left: 10px;
    line-height: 1.5em;

}

img.line {
    position: absolute;
    top: 18px;
}

.event_date_box {
    position: absolute;
    background: #000;
    color: #FFF;
    font-weight: bold;
    opacity: 0.7;
    width: fit-content;
    height: 55px;
    font-size: 16px;
    text-align: center;
    display: -webkit-inline-box;
    padding: 10px;
    top: 225px;
    left: 10px;
}

.event_date_box p {
    line-height: 25px;
}

.event_date_box span {
    line-height: 55px;
    margin-left: 5px;
    margin-right: 5px;
}

.event_date_box.oneday {
    width: 55px;
}

.event_date_box.oneday p {
    width: 100%;
}

.no_img_content_title {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    width: 90%;
    margin-top: 40%;
    margin-left: 5%;
    margin-right: 5%;
}

.individual-article-text-box {
    margin-bottom: 50px;
}

.publication.individual-article-text-box {
    display: flex;
}

.program .important_box li {
    display: grid;
    grid-template-columns: 330px 1fr;
    line-height: 30px;
    margin-bottom: 30px;
}
.event .important_box li, .publication .important_box li {
    display: grid;
    grid-template-columns: 180px 1fr;
    line-height: 30px;
    margin-bottom: 30px;
}

.black_box {
    color: #FFF;
    width: 150px;
    text-align: center;
    height: auto;
    min-height: 35px;
    line-height: 35px;
}


/* .black_box_right {
    width: 60%;
} */

.publication_img {
    width: auto;
    height: 300px !important;
    float: left;
    margin-right: 30px;
}

.relatedPosts.individual-article-text-box {
    text-align: -webkit-center;
}

.relatedPost-box {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.relatedPost {
    width: 200px;
    padding: 8px;
    margin-bottom: 20px;
}

.relatedPost img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.relatedPostTitle {
    text-align: start;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

em {
    font-family: "游ゴシック", "游ゴシック体";
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .publication_img {
        float: unset;
        width: 100%;
        height: auto !important;
        margin-right: unset;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .important_box li {
        display: unset;
    }
    .program .important_box li, .event .important_box li, .publication .important_box li {
        display: block;
    }
    /* .black_box {
        margin-top: 20px;
    } */
    .black_box_right {
        width: 100%;
    }
    .relatedPost {
        width: 140px;
        padding: 6px;
    }
    .relatedPost img {
        width: 140px;
        height: 140px;
    }
    .no_img_content_title {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
}

.top-support-container-img {
    width: 100%;
    height: auto;
}

img.top-tools-container-img {
    width: 100%;
}

img.top-research-container-img {
    width: 90%;
    height: 80vw;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.top-content-text,
.top-support-container-text {
    font-size: 16px;
    line-height: 30px;
}

.top-who-container-text {
    font-size: 16px;
    line-height: 30px;
}

.top-who-container-sub-title {
    font-size: 25px;
    margin: 25px 0;
}


/* .top-content-text-title,
.top-support-container-sub-title {
    font-size: 25px;
} */

.top-content-text-title span {
    font-size: 40px;
    margin: 35px 0;
}

.sp-header-right {
    position: fixed;
    right: 0;
    top: 30px;
    width: 60px;
}

.pc-contans-404.pc,
.sp-contans-404.sp {
    width: 80vw;
    margin: 150px auto;
    padding-top: 10vh;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .page-subtitle {
        margin-bottom: 32px;
        width: 100%;
        text-align: center;
    }
    .d-img-description-container,
    .d-img-description-container-second,
    .d-img-main-container {
        display: block;
        margin: 0 auto 50px;
        padding: 0 20px;
    }
    .d-img-description-container .img-container {
        box-sizing: border-box;
        width: 100%;
        height: 200px;
    }
    .d-img-description-container .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .d-img-description-container .description-container,
    .d-img-description-container-second .description-container {
        box-sizing: border-box;
        width: 100%;
        margin-left: 0;
    }
    .d-details-buttom {
        padding: 0 10px;
        text-align: center;
        border: 1px solid;
        margin: 0 auto;
        margin-top: 15px;
        line-height: unset;
        height: unset;
        width: 200px;
        display: block;
    }
    .details-buttom-container {
        overflow: hidden;
    }
    .member-buttom {
        margin-right: 20px;
    }
}

h2.architecture-and-space.a-page-sub-title {
    width: 100%;
    text-align: center;
}

.architecture-and-space.a-page-img-container.pc {
    max-width: 100%;
}

.architecture-and-space.a-page-text-container {
    margin-right: 3%;
}

/* @media screen and (max-width: 1024px) {
    .architecture-and-space.a-page-text-container-title {
        height: auto;
        line-height: 50px;
        position: relative;
    }
} */

.img-container.sp {
    margin-bottom: 20px;
}

.article-content-tab {
    position: absolute;
    width: 310px;
    height: 310px;
    background: #000;
    opacity: 0.8;
    color: #FFF;
    font-size: 15px;
    overflow: hidden;
    display: none;
    z-index: 1;
}

.article-content-tab ul {
    padding: 10px;
}

#en_US .article-content-tab ul {
    padding: 20px 10px;
}

.article-content-tab ul li {
    padding: 10px 5px;
    max-width: 290px;
    max-height: 290px;
    float: left;
    line-height: 15px;
}

.no_content {
    text-align: center;
    height: 300px;
    line-height: 300px;
}

@media screen and (max-width: 1024px) {
    .no_content {
        text-align: center;
        height: unset;
        line-height: unset;
    }
    .article-content-tab {
        width: 100%;
    }
}

.tel-number a {
    color: #FFF !important;
    text-decoration: none !important;
}


/*Checkboxes styles*/

.refine-container input[type="checkbox"] {
    display: none;
}

.refine-container input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 1em;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.refine-container input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.refine-container input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #808080;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.refine-container input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    background: unset;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.half {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .half {
        width: unset;
        display: grid;
        grid-template-columns: unset;
        padding: 0 20px;
    }
    .half .d-img-description-container-second,
    .half .d-img-description-container {
        width: 100%;
        padding: 0;
    }
}

.half .description-container {
    width: 100%;
}

.b-page-main-text-container {
    width: 1000px;
    margin: 0 auto 50px;
}

.program-tlitle {
    /* position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px; */
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 50px 1fr;
}

.program-tlitle h2 {
    padding-left: 10px;
    margin: 0;
}

/* @media screen and (max-width: 1024px) {
    .program-tlitle {
        position: relative;
        height: auto;
        margin-bottom: 10px;
    }
} */

.black_box.program {
    width: 300px;
}

.black_box p {
    line-height: 35px !important;
    background-color: #000;
}

.black_box_right p {
    line-height: 35px !important;
}
#en_US .black_box_right p {
    padding-top: 0.2em;
}
#en_US .black_box p {
    line-height: 35px !important;
    background-color: #000;
}

@media screen and (max-width: 1024px) {
    .b-page-main-text-container {
        width: auto;
        margin: 0 10px 50px;
    }
}

#luxbar {
    position: fixed;
    background-color: #FFF;
    /* height: 7vw; */
    z-index: 1000;
    transition: .5s;
    display: flex;
}

.luxbar-static {
    box-shadow: unset !important;
}

.luxbar-menu {
    height: 160px !important;
    padding: 0 3vw;
    display: flex;
    align-items: center;
}

.luxbar-item a {
    text-align: center;
    font-size: min(1vw,16px) !important;
    padding-top: 0 !important;
    padding-left: 1.1vw !important;
    padding-right: 1.1vw !important;
    padding-bottom: 0 !important;
    white-space: nowrap;
}
/* @media screen and (max-width: 1700px){
  .luxbar-item a {
    font-size: min(0.8vw,16px) !important;
  }
} */

.menu-sub-title {
    padding-top: 0 !important;
    font-size: 80%;
}

.header-info-logo{
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}
.header-info-logo img{
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1700px){
  .header-info-logo img{
    max-width: 250px;
  }
}
.header-info-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.9vw;
}

.lang-button {
    border: solid 1px #000;
    width: 50px;
}

.lang-button a {
    padding: 0 !important;
    line-height: 17px;
    font-size: 12px !important;
}

.lang-button.active {
    color: #fff;
}

.header-lang {
    width: 100px;
    height: 20px;
    max-width: 150px;
    display: flex;
}
.header-lang .active{
  background-color: #000;
}

@media screen and (max-width: 1024px) {
    .header-lang {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: initial;
        grid-template-columns: unset;
        margin-left: auto;
        margin-right: 50px;
        padding: 0;
    }
    .lang-button {
        height: 100%;
        border: none;
    }
    .lang-button a {
        padding: 0 !important;
    }
    .lang-button p,
    #en_US .lang-button p {
        text-align: center;
        line-height: 40px !important;
        font-size: 1.2em !important;
        font-weight: bold;
    }
    .header-lang .active{
      background-color: initial;
    }
}

.header-sns-icon-contents {
    max-width: 200px;
    height: 20px;
    display: flex;
    margin-left: 15px;
    margin-right: 5px;
}

.header-sns-icon-item{
  width: 20px;
  margin-right: 15px;
  height: 20px;
}
.header-sns-icon-item:last-child{
  margin-right: 0;
}
.header-sns-icon-item a{
  padding: 0!important;
}

img.header-sns-icon {
    width: 24px;
}

img.kemco_logo_top {
    width: 5.5vw;
}

.luxbar-navigation {
    padding-left: unset !important;
    width: 100%;
    justify-content: space-between!important;
}

@supports (-ms-ime-align:auto) {
    .luxbar-navigation {
        max-width: 90%;
    }
}
.header-left-menu{
  display: flex;
  align-items: flex-end;
}
.header-right-menu{
  display: flex;
  align-items: flex-end;
}

.luxbar-item {
    height: initial!important;
    position: relative;
    bottom: 5px;
}
.luxbar-item:last-child{
  font-size: 16px!important;
}
.header-info{
  width: fit-content;
  height: initial!important;
  bottom: 0;
}
.luxbar-header {
    align-items: unset !important;
    height: unset !important;
    margin-right: 40px;
}
.luxbar-header a{
    padding: 0;
}

.tags-globalMenuSp.default .tags-accordion-content {
    padding: 5px 15px 10px;
}

.tags-globalMenuSp.default .tags-close-navToggle.sp {
    top: 25px;
}

nav.tags-globalMenuSp.default tags-globalMenuSp default {
    padding-top: 20px;
}

.tags-globalMenuSp.default .tags-accordion-content {
    padding: 5px 15px 10px;
}

.tags-globalMenuSp.default .tags-close-navToggle.sp {
    top: 25px;
}

.tags-globalMenuSp.default {
    margin-top: 80px;
}

.details-buttom-container.left {
    width: 50%;
    display: inline-block;
}

.details-buttom-container.right {
    width: 50%;
    float: left;
}
#en_US .details-buttom-container.left {
}

#en_US .details-buttom-container.right {
}
@media screen and (max-width: 1024px){
  .description-container-button{
    display: flex;
    flex-direction: column;
  }
  .details-buttom-container.left {
      width: 100%;
  }

  .details-buttom-container.right {
      width: 100%;
  }
}


/* ul#tabs.en {
    font-size: 80%;
} */

p.urllink {
    font-size: 85% !important;
    display: inline-block;
    margin-right: 10px;
}

section.tags-accordion-content-one {
    margin-bottom: 50px;
}

.a-page-img-container.pc.digital-tools.service {
    height: auto;
}

@media screen and (max-width: 1024px) {
    #b-page-content .breadcrumb,
    #page-container .breadcrumb,
    .a-page-container .breadcrumb,
    #organizational-structure-page .breadcrumb,
    #member-page .breadcrumb {
        padding-bottom: 30px;
    }
    #visit-page #breadcrumb,
    .a-page-container #breadcrumb,
    #organizational-structure-page #breadcrumb,
    #default-page #breadcrumb {
        margin: unset;
    }
}

.menu-sub-contents a {
    line-height: 40px;
    width: max-content;
}

img.grad-btn-img.more,
img.grad-btn-img.close {
    width: 25px;
    float: left;
}

img.architecture-and-space.a-page-img {
    width: 100%;
    height: auto !important;
}

.external_link {
    position: relative;
    width: 20px;
    height: 20px;
    top: 4px;
}

@media screen and (max-width: 1024px) {
    html,
    body {
        font-size: 95% !important;
    }
}

@media screen and (max-width: 759px) {
    html,
    body {
        font-size: 90% !important;
    }
}

.pc-footer {
    font-size: 85% !important;
}


@media screen and (max-width: 1024px) {
    .learning-and-research-01 {
        position: relative;
        top: 0;
    }

    a#learning-and-research-01 {
        position: absolute;
        top: 80px;
        width: 100%;
        height: 0;
    }

    .learning-and-research-02 {
        position: relative;
        top: 0;
    }

    a#learning-and-research-02 {
        position: absolute;
        top: 80px;
        width: 100%;
        height: 0;
    }

    .learning-and-research-03 {
        position: relative;
        top: 0;
    }

    a#learning-and-research-03 {
        position: absolute;
        top: 80px;
        width: 100%;
        height: 0;
    }
}

#wp_pannellum_bg {
	display:none;
	position:absolute;
	background-color:black;
	opacity:0.40;
}
#wp_pannellum_popup {
	display:none;
	position:absolute;
	max-width: 95%;
	margin:0 0 0 0;
	background-color:#dcdcdc;
	border-radius:8px;
	padding: 6px 6px 6px 6px;
}
#wp_pannellum_close {
	position:absolute;
	top:-10px;
	right:-10px;
	width:28px;
	height:28px;
	border:0;
	background-color:#dcdcdc;
	border-radius:28px;
	cursor:pointer;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 9999;
}
#wp_pannellum_close:before {
	position:absolute;
	top:4px;
	left:12px;
	width:4px;
	height:20px;
	background-color:#505050;
	content:'';
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
#wp_pannellum_close:after {
	position:absolute;
	top:4px;
	left:12px;
	width:4px;
	height:20px;
	background-color:#505050;
	content:'';
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#wp_pannellum_close:hover {
	background-color:black;
}

.pnlm-panorama-info {
    background-color: unset !important;
}

/* ショートコード */
.grid_wrap{
  display: grid;
}
@media screen and (max-width: 759px){
  .grid_wrap{
    grid-template-columns: repeat(1, 1fr)!important;
  }
}
.grid_col{
  border-top: solid 1px #000;
}
.grid_col img{

}