@charset "UTF-8";
@media screen and (min-width: 641px) {
    .pc_hide {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .sp_hide {
        display: none;
    }
}

.hide {
    position: absolute;
    left: -9999px;
}

@media screen and (max-width: 640px) {
    .inner {
        padding: 0 15px;
    }
}

@media screen and (min-width: 641px) {
    .inner {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1008px) {
    .inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section_heading {
    color: #000;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .section_heading {
        font-size: 26px;
    }
}

@media screen and (min-width: 641px) {
    .section_heading {
        font-size: 4.16667vw;
    }
}

@media screen and (min-width: 1008px) {
    .section_heading {
        font-size: 42px;
    }
}

img {
    max-width: 100%;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
    line-height: 1.5;
    height: 100%;
    color: #1a1a1a;
    font-weight: 400;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 14px;
    }
}

@media screen and (min-width: 641px) {
    body {
        font-size: 1.7857vw;
    }
}

@media screen and (min-width: 1008px) {
    body {
        font-size: 18px;
    }
}

header {
    padding: 9px 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 10;
}

header .header_logo {
    margin-top: 7px;
}

header .flexbox {
    align-items: center;
}

@media screen and (max-width: 640px) {
    header .header_logo {
        width: 75px;
    }
}

@media screen and (max-width: 640px) {
    header .header_btns {
        max-width: calc(100% - 90px);
    }
}

header .header_btns .header_btn {
    background-color: #c62e41;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 640px) {
    header .header_btns .header_btn {
        font-size: 10px;
    }
}

@media screen and (min-width: 1008px) {
    header .header_btns .header_btn {
        height: 62px;
    }
}

header .header_btn__icon {
    display: flex;
    align-items: center;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

@media screen and (max-width: 640px) {
    header .header_btn__icon {
        width: 15px;
        display: inline-table;
    }
}

header .header_btn__icon img {
    vertical-align: middle;
}


/*----------------------------------
Contents
-----------------------------------*/

.c-title01 {
    font-size: 42px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
}

.btn-primary {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.btn-primary p {
    display: inline-block;
    position: relative;
    color: #1a1a1a;
    padding-left: 15px;
}

.btn-primary p::before {
    content: "";
    width: 8px;
    height: 13px;
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
}

.btn-primary p::after {
    content: "";
    width: calc(100% - 15px);
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.btn-second {
    max-width: 256px;
    height: 60px;
    background: #ce293e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
}

.btn-second p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-second p span {
    display: flex;
    align-items: center;
    position: relative;
}

.btn-second p span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow-circle-r.png)no-repeat center;
    background-size: contain;
    display: block;
    position: relative;
    margin-right: 5px;
}

#kv {
    background: url(../img/kv_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 120px 0 70px;
    margin-top: 80px;
}

#kv .kv-txt {
    margin-bottom: 30px;
}

#kv .kv-btn {
    background: #ce293e;
    border-radius: 3px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.12em;
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 500px;
}

#kv .kv-btn-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 1;
}

#kv .kv-btn-icon img {
    vertical-align: middle;
    width: 100%;
    margin-top: -2px;
}

#kv .main-txt {
    margin-top: 15px;
}

#introduce {
    padding: 65px 0 126px;
    position: relative;
}

#introduce::before {
    content: "";
    width: 100%;
    height: 365px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#introduce .inner {
    max-width: 1180px;
    position: relative;
}

#introduce .intro-txt {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.72;
    letter-spacing: 0.1em;
    text-align: center;
}

#introduce .c-title01 {
    color: #000;
    margin-top: 50px;
}

#introduce .btn-primary {
    margin-top: 13px;
}

#introduce .intro-cont {
    padding: 0 90px;
}

#introduce .intro-frame {
    background: #f7ef12;
    border-radius: 3px;
    padding: 18px 10px;
    margin: 65px auto 0;
}

#introduce .intro-ttl {
    display: flex;
    align-items: center;
    padding: 0 35px;
    margin-bottom: 40px;
}

#introduce .intro-ttl .icon {
    flex-shrink: 0;
    width: 106px;
}

#introduce .intro-ttl .txt {
    color: #ce293e;
    font-size: 30px;
    font-weight: bold;
    flex: 1;
    line-height: 1.2;
    padding-left: 15px;
}

#introduce .intro-list {
    display: flex;
    justify-content: space-between;
}

#introduce .intro-list .intro-block {
    width: calc((100% - 20px) / 3);
    background: #ffffff;
    border-radius: 3px;
    padding: 14px 10px 10px;
    position: relative;
    margin-right: 10px;
}

#introduce .intro-list .block-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#introduce .intro-list .intro-block:last-child {
    margin: 0;
}

#introduce .intro-list .intro-block .intro-ttl01 {
    height: 50px;
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ce293e;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 6px 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

#introduce .intro-list .intro-block .intro-ttl02 {
    color: #ce293e;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.47;
    border-bottom: 2px solid #ce293e;
    padding: 0 0 4px;
    margin: 22px 0 10px;
}

#introduce .intro-list .intro-block.block01 .section {
    margin-bottom: 8px;
}

#introduce .intro-list .intro-block.block01 .section:last-child {
    margin: 0;
}

#introduce .intro-list .intro-block.block01 .section .s-ttl {
    color: #ce293e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

#introduce .intro-list .intro-block .section .s-txt {
    font-size: 14px;
    line-height: 1.43;
}

#introduce .intro-list .intro-block.block01 .section.sec01 {
    position: relative;
    padding-bottom: 21px;
}

#introduce .intro-list .intro-block.block01 .section .s-img {
    margin-top: 5px;
}

#introduce .intro-list .intro-block.block01 .section.sec01 .s-img {
    position: absolute;
    top: 17px;
    right: 8px;
}

#introduce .intro-list .intro-block.block02 .intro-ttl03 {
    color: #32a841;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
    margin: 22px 0 0;
}

#introduce .intro-list .intro-block.block02 .intro-ttl03 span {
    display: flex;
    justify-content: center;
    color: #ce293e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
    position: relative;
    margin-bottom: 4px;
}

#introduce .intro-list .intro-block.block02 .intro-ttl03 span::before,
#introduce .intro-list .intro-block.block02 .intro-ttl03 span::after {
    content: '';
    width: 1px;
    height: 13px;
    background: #ce293e;
    position: relative;
    display: inline-block;
    top: 4px;
}

#introduce .intro-list .intro-block.block02 .intro-ttl03 span::before {
    transform: rotate( -15deg);
    margin-right: 10px;
}

#introduce .intro-list .intro-block.block02 .intro-ttl03 span::after {
    transform: rotate( 15deg);
    margin-left: 10px;
}

#introduce .intro-list .intro-block.block02 .section .s-ttl {
    color: #ce293e;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.41;
    text-align: center;
    margin-bottom: 3px;
}

#introduce .intro-list .intro-block.block02 .section .s-ttl span {
    font-size: 14px;
}

#introduce .intro-list .intro-block.block02 .section .s-img {
    margin-top: 5px;
}

#introduce .intro-list .intro-block.block03 .section {
    margin: 22px 0 20px;
}

#introduce .intro-list .intro-block.block03 .section:last-child {
    margin: 0;
}

#introduce .intro-list .intro-block.block03 .section .s-ttl {
    display: flex;
    color: #ce293e;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
    position: relative;
}

#introduce .intro-list .intro-block.block03 .section .s-ttl span {
    display: block;
    color: #ce293e;
    font-size: 21px;
    font-style: italic;
    margin-right: 7px;
    position: relative;
    top: -3px;
}

#introduce .intro-list .intro-block.block03 .section .s-txt {
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

#introduce .intro-list .intro-block.block03 .section .s-txt span {
    display: block;
    font-weight: 400;
    text-align: right;
    padding-right: 15px;
    margin-top: 5px;
}

#introduce .intro-list .intro-block.block03 .section .s-img {
    margin-top: 5px;
}

#benifits {
    background: #fff;
    text-align: center;
    position: relative;
}

#benifits::before {
    content: "";
    width: 100%;
    height: calc(100% - 62px);
    background: url(../img/benifits-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#benifits .inner {
    position: relative;
    z-index: 1;
}

#benifits h3.benifits-ttl {
    display: inline-block;
    background: #ce293e;
    color: #fff;
    font-size: 47px;
    font-weight: 400;
    text-align: center;
    position: relative;
    border-radius: 3px;
    padding: 6px 120px;
    margin-top: -41px;
}

#benifits h3.benifits-ttl::after {
    content: "";
    width: 24px;
    height: 30px;
    background: url(../img/benifits-ico01.png)no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

#benifits .list-benifits {
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}

#exhibitions {
    background: #dde6ec;
    position: relative;
    margin: 87px 0 0;
}

#exhibitions .inner {
    position: relative;
    z-index: 1;
}

#exhibitions::before {
    content: "";
    width: 100%;
    height: 150px;
    background: #fff;
    position: absolute;
    top: -82px;
    left: 0;
    z-index: 1;
}

#exhibitions .exhib-cont {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#exhibitions .exhib-block01 {
    width: 100%;
    max-width: 660px;
    display: flex;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

#exhibitions .exhib-block02 {
    width: 100%;
    max-width: 315px;
    border-radius: 3px;
    overflow: hidden;
}

#exhibitions .exhib-block01 .exhib-frame {
    width: 50%;
    position: relative;
}

#exhibitions .exhib-block01 .exhib-frame:first-child::after {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #e8e8e8;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

#exhibitions .exhib-txt01 {
    font-size: 17px;
    font-weight: bold;
}

#exhibitions .exhib-cont .fr-ttl {
    padding: 18px 15px 35px;
}

#exhibitions .exhib-block01 .block01-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#exhibitions .exhib-block01 .block01-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#exhibitions .exhib-cont .exhib-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    line-height: 1.17;
    font-weight: bold;
    text-align: center;
}

#exhibitions .exhib-cont .exhib-block01 .exhib-ttl {
    color: #fff;
}

#exhibitions .exhib-block02 .fr-ttl {
    background: #cbefef;
}

#exhibitions .exhib-cont .exhib-logo {
    line-height: 0;
    text-align: center;
    margin: 17px 0 0;
}

#exhibitions .exhib-cont .section {
    position: relative;
    padding: 0 25px 55px;
    margin: -20px 0 0;
}

#exhibitions .exhib-cont .section::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#exhibitions .exhib-cont .section h5 {
    width: 100%;
    max-width: 266px;
    height: 49px;
    background: url(../img/exhibitions-bg02.png)no-repeat center;
    background-size: contain;
    color: #ce293e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    margin: 0 auto 0;
}

#exhibitions .exhib-cont .list-recommended {
    margin: 3px 0 17px;
}

#exhibitions .exhib-cont .list-recommended li {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: 0.05em;
    position: relative;
}

#exhibitions .exhib-cont .list-recommended li::before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    margin-right: 5px;
}

#exhibitions .exhib-cont .list-recommended li:first-child::before {
    background: url(../img/exhibitions-ico01.png) no-repeat center;
    background-size: contain
}

#exhibitions .exhib-cont .list-recommended li:nth-child(2)::before {
    background: url(../img/exhibitions-ico02.png) no-repeat center;
    background-size: contain
}

#exhibitions .exhib-cont .list-recommended li:nth-child(3)::before {
    background: url(../img/exhibitions-ico03.png) no-repeat center;
    background-size: contain
}

#exhibitions .exhib-cont .list-recommended li:nth-child(4)::before {
    background: url(../img/exhibitions-ico04.png) no-repeat center;
    background-size: contain
}

#exhibitions .exhib-cont .btn-primary {
    margin-top: 13px;
}

#exhibitions .exhib-txt02 {
    color: #1a1a1a;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 24px;
}

#main-display {
    background: #dde6ec;
    padding: 89px 0 0;
}

#main-display .c-title01 {
    margin-bottom: 12px;
}

#main-display .display-cont {
    max-width: 1000px;
    margin: 0 auto 34px;
}

#main-display .display-cont:last-child {
    margin: 0 auto;
}

#main-display .display-cont .display-ttl {
    color: #1a1a1a;
    font-size: 28px;
    line-height: 1.36;
    font-weight: bold;
    text-align: center;
    margin: 0 0 26px;
}

#main-display .display-list {
    display: flex;
    justify-content: space-between;
}

#main-display .display-list .display-fr {
    width: calc(50% - 8px);
    background: #fff;
    border-radius: 3px;
    padding: 15px 0 50px;
}

#main-display .display-list .section {
    position: relative;
    padding: 44px 0 0;
}

#main-display .display-list .section h5 {
    width: 85.5%;
    max-width: 420px;
    background: #a7ecec;
    color: #1a1a1a;
    font-size: 22px;
    line-height: 1.24;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 10px;
    margin: 0 auto 0;
}

#main-display .display-list .section p.display-txt {
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: 0.03em;
    padding: 0 50px;
}

#info {
    background: #dde6ec;
    padding: 97px 0 100px;
}

#info .info-cont {
    max-width: 1000px;
    background: #f9f2eb;
    border: 1px solid #ce293e;
    text-align: center;
    border-radius: 3px;
    padding: 58px 43px 26px;
    margin: 0 auto;
}

#info .info-cont .info-ttl {
    display: inline-block;
    color: #ce0821;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding-left: 115px;
}

#info .info-cont .info-ttl span {
    font-size: 30px;
}

#info .info-cont .info-ttl::before {
    content: "";
    width: 94px;
    height: 93px;
    background: url(../img/info-img02.png)no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#info .info-cont .info-ttl span {
    font-size: 30px;
}

#info .info-cont .section {
    text-align: left;
    margin-top: 30px;
}

#info .info-cont .section p {
    font-size: 16px;
    line-height: 1.625;
}

#info .info-cont figure {
    margin-top: 31px;
}

#info .info-cont .info-txt {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-top: 24px;
}

#message {
    background: url(../img/message-bg.jpg)no-repeat center;
    background-size: cover;
    padding: 90px 0 103px;
}

#message .message-txt {
    color: #005252;
    font-size: 38px;
    line-height: 1.42;
    letter-spacing: 0.16em;
    text-align: center;
}

.cp-PageTop {
    display: none;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 100;
    /*for Media Queries*/
}

#totop {
    /* display: none; */
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 10px;
}

#totop p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#totop p img {
    object-fit: contain;
}

@media (max-width: 1250px) {
    #introduce .inner {
        padding: 0 2%;
    }
}

@media (max-width: 1200px) and (min-width:1051px) {
    #introduce .intro-list .intro-block {
        padding: 14px 0.476vw 10px;
    }
    #introduce .intro-list .intro-block .intro-ttl01 {
        font-size: 1.333vw;
    }
    #introduce .intro-list .intro-block .intro-ttl02,
    #introduce .intro-list .intro-block.block01 .section .s-ttl,
    #introduce .intro-list .intro-block.block02 .intro-ttl03 {
        font-size: 1.143vw;
    }
    #introduce .intro-list .intro-block .section .s-txt {
        font-size: 1.143vw;
    }
    #introduce .intro-list .intro-block.block01 .section.sec01 .s-img {
        width: 8vw;
        height: 8vw;
    }
    #introduce .intro-list .intro-block.block01 .section.sec01 .s-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #introduce .intro-list .intro-block.block02 .intro-ttl03 {
        font-size: 1.429vw;
    }
    #introduce .intro-list .intro-block.block02 .section .s-ttl {
        font-size: 1.619vw;
    }
    #introduce .intro-list .intro-block.block03 .section .s-ttl {
        font-size: 1.238vw;
    }
    #introduce .intro-list .intro-block.block03 .section .s-ttl span {
        font-size: 1.619vw;
    }
}

@media (max-width: 1050px) {
    .inner,
    #introduce .inner {
        padding: 0 3%;
    }
    .c-title01 {
        font-size: 4.16667vw;
    }
    #kv {
        padding: 15.238vw 3% 19.048vw;
    }
    #introduce {
        padding: 50px 0 100px;
        position: relative;
    }
    #introduce .intro-txt {
        font-size: 2.1825vw;
    }
    #benifits h3.benifits-ttl {
        font-size: 4.476vw;
        padding: 6px 11.429vw;
    }
    #exhibitions {
        margin: 50px 0 0;
    }
    #exhibitions::before {
        top: -45px;
    }
    #exhibitions .exhib-txt02,
    #info .info-cont .info-txt {
        font-size: 16px;
    }
    #exhibitions .exhib-cont {
        display: block;
    }
    #exhibitions .exhib-block01 {
        display: block;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    #exhibitions .exhib-block01 .exhib-frame {
        width: 100%;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 40px;
    }
    #exhibitions .exhib-block01 .exhib-frame:nth-child(2) {
        margin: 0;
    }
    #exhibitions .exhib-block01 .exhib-frame:first-child::after {
        content: none;
    }
    #exhibitions .exhib-block01 .exhib-frame:first-child .fr-ttl {
        background: url(../img/exhibitions-bg03.png) no-repeat center;
        background-size: cover;
    }
    #exhibitions .exhib-block01 .exhib-frame:nth-child(2) .fr-ttl {
        background: url(../img/exhibitions-bg04.png) no-repeat center;
        background-size: cover;
    }
    #exhibitions .exhib-block01 .block01-bg {
        display: none;
    }
    #exhibitions .exhib-block02 {
        max-width: 500px;
        margin: 0 auto;
    }
    #main-display {
        padding: 50px 0 0;
    }
    #main-display .display-list .display-fr {
        padding: 1.563vw 0 4vw;
    }
    #main-display .display-cont .display-ttl {
        font-size: 2.667vw;
    }
    #main-display .display-list .section h5 {
        font-size: 2.095vw;
    }
    #main-display .display-list .section p.display-txt {
        font-size: 15px;
        padding: 0 4vw;
    }
    #info {
        padding: 55px 0 60px;
    }
    #info .info-cont {
        padding: 5vw 4vw 2.5vw;
        margin: 0 auto;
    }
    #info .info-cont .info-ttl {
        font-size: 2.286vw;
        padding-left: 90px;
    }
    #info .info-cont .info-ttl span {
        font-size: 2.857vw;
    }
    #info .info-cont .info-ttl::before {
        width: 75px;
        height: 75px;
    }
    #info .info-cont .section p {
        font-size: 15px;
    }
    #message {
        padding: 8.571vw 0 9.810vw;
    }
    #message .message-txt {
        font-size: 3.619vw;
    }
    #introduce::before {
        height: calc(130px + 19.048vw);
    }
    #introduce .intro-frame {
        padding: 18px 10px 40px;
        margin: 50px auto 0;
    }
    #introduce .intro-ttl {
        padding: 0 15px;
    }
    #introduce .intro-ttl .txt {
        font-size: 24px;
    }
    #introduce .intro-ttl .icon {
        width: 80px;
    }
    #introduce .intro-list {
        display: block;
    }
    #introduce .intro-list .intro-block {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 55px;
    }
    #introduce .intro-list .intro-block:last-child {
        margin: 0 auto 0;
    }
    #introduce .intro-list .intro-block .intro-ttl02,
    #introduce .intro-list .intro-block.block02 .intro-ttl03,
    #introduce .intro-list .intro-block.block03 .section {
        margin: 30px 0 20px;
    }
    #introduce .intro-list .intro-block.block01 .section .s-ttl,
    #introduce .intro-list .intro-block.block03 .section .s-ttl,
    #introduce .intro-list .intro-block.block02 .section .s-ttl {
        margin: 0 0 10px;
    }
    #introduce .intro-list .intro-block.block01 .section .s-img,
    #introduce .intro-list .intro-block.block02 .section .s-img,
    #introduce .intro-list .intro-block.block03 .section .s-img {
        margin-top: 10px;
    }
}

@media (min-width: 641px) {
    #introduce .intro-video {
        text-align: center;
        margin: 21px auto 0;
    }
    #introduce .intro-video .open-modal {
        display: inline-block;
        max-width: 1180px;
        cursor: pointer;
    }
    #introduce .intro-modal {
        display: none;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    #introduce .intro-modal.showmodal {
        display: block;
        opacity: 1;
    }
    #introduce .intro-modal .modal-cont {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #introduce .intro-modal .modal-cont .modal-fr {
        width: 100%;
        max-width: 900px;
        height: 507px;
        position: relative;
        z-index: 1;
    }
    #introduce .intro-modal .modal-cont .modal-fr iframe {
        width: 100%;
        height: 100%;
    }
    #introduce .intro-modal .modal-close {
        cursor: pointer;
        position: absolute;
        top: -20px;
        right: -20px;
    }
}

@media only screen and (max-width: 767px) {
    #kv .kv-btn {
        font-size: 12px;
        letter-spacing: 0.12em;
        padding: 5px 20px;
        width: auto;
    }
    #kv .kv-btn-icon {
        width: 16px;
        height: 18px;
    }
    #kv .kv-txt {
        margin-bottom: 15px;
    }
}

@media (max-width: 640px) {
    .cp-PageTop {
        right: 0;
    }
    .cp-PageTop a {
        width: 52px;
        height: 52px;
    }
    /*----------------------
    contents
    -----------------------*/
    .c-title01 {
        font-size: 26px;
    }
    .btn-primary {
        font-size: 16px;
    }
    .btn-second {
        height: 55px;
        font-size: 18px;
    }
    #kv {
        padding: 12.162vw 3% 13.514vw;
        margin-top: 50.7px;
    }
    #introduce {
        padding: 50px 0 65px;
    }
    #introduce .intro-txt {
        font-size: 15px;
    }
    #introduce .c-title01 {
        margin-top: 35px;
        font-size: 5.938vw;
    }
    #introduce .intro-video {
        display: none;
    }
    #introduce .modal-close {
        display: none;
    }
    #introduce .intro-modal {
        width: 100%;
        margin-top: 30px;
    }
    #introduce .intro-modal .modal-fr {
        width: 100%;
        height: 52.969vw;
    }
    #introduce .intro-modal iframe {
        width: 100%;
        height: 100%;
    }
    #introduce .btn-primary {
        display: none;
    }
    #benifits::before {
        height: calc(100% - 9.688vw);
    }
    #benifits h3.benifits-ttl {
        font-size: 6vw;
        padding: 6px 6vw;
    }
    #benifits h3.benifits-ttl::after {
        bottom: -3.125vw;
    }
    #benifits .list-benifits {
        margin: 40px 0 0;
    }
    #exhibitions .exhib-txt02,
    #info .info-cont .info-txt {
        font-size: 15px;
    }
    #exhibitions .exhib-cont .exhib-ttl {
        font-size: 22px;
    }
    #exhibitions .exhib-cont .section {
        padding: 0 3vw 35px;
    }
    #exhibitions .exhib-cont .list-recommended li,
    #exhibitions .exhib-txt01 {
        font-size: 16px;
    }
    #main-display {
        padding: 40px 0 0;
    }
    #main-display .display-cont .display-ttl {
        font-size: 20px;
    }
    #main-display .display-list {
        display: block;
    }
    #main-display .display-list .display-fr {
        width: 100%;
        max-width: 492px;
        padding: 10px 0 30px;
        margin: 0 auto 30px;
    }
    #main-display .display-list .display-fr:last-child {
        margin: 0 auto;
    }
    #main-display .display-list .section {
        padding: 40px 0 0;
    }
    #main-display .display-list .section h5 {
        width: 90%;
        font-size: 16px;
    }
    #main-display .display-list .section p.display-txt {
        font-size: 14px;
        padding: 0 3vw;
    }
    #info {
        padding: 45px 0 50px;
    }
    #info .info-cont {
        padding: 6vw 3vw 3vw;
    }
    #info .info-cont .info-ttl {
        padding-left: 15.625vw;
    }
    #info .info-cont .info-ttl,
    #info .info-cont .info-ttl span {
        font-size: 3.438vw;
    }
    #info .info-cont .info-ttl::before {
        width: 14.063vw;
        height: 14.063vw;
    }
    #info .info-cont .section {
        margin-top: 7.813vw;
    }
    #info .info-cont .section p {
        font-size: 14px;
    }
    #message {
        padding: 9vw 0 10vw;
    }
    #message .message-txt {
        font-size: 5vw;
    }
}

@media (max-width: 374px) {
    #main-display .display-list .section h5 {
        font-size: 14px;
    }
    #introduce .intro-list .intro-block.block02 .intro-ttl03 {
        font-size: 17px;
    }
    #introduce .intro-list .intro-block.block03 .section .s-ttl {
        font-size: 14px;
    }
    #introduce .intro-list .intro-block.block01 .section.sec01 .s-ttl br {
        display: none;
    }
    #introduce .intro-list .intro-block.block01 .section.sec01 .s-img {
        width: 80px;
        top: 35px;
        right: 0;
    }
    #introduce .intro-list .intro-block.block03 .section .s-txt span {
        padding: 0;
    }
}

#gl_footer {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#gl_footer .ft_pg_top a {
    color: #0000cc;
}

#gl_footer .ft_cnct_ttl {
    font-weight: bold;
}

#gl_footer .ft_copy {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

#gl_footer img {
    display: inherit;
}

#gl_footer a,
#gl_footer a:link {
    color: #0000cc;
    text-decoration: none;
}


/* add 20210803 */

.color-red {
    color: #ce293e;
}

#news .inner {
    max-width: 1180px;
}

#news .news-wrapper {
    background: #ffffff;
    padding: 0 90px 30px;
}

#news .news-top {
    background: #f0f0f0;
}

#news .news-bottom {
    padding: 50px 0 40px;
}

#news .news-ttl {
    background: #ce293e;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 30px;
}

#news .news-list li {
    border-bottom: 1px solid #cccccc;
    display: block;
    font-size: 15px;
    padding: 15px 0 15px 96px;
    position: relative;
    transition: all 0.25s ease-out;
}

#news .news-list li .news-date {
    position: absolute;
    left: 0;
}

#news .block-note {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
    text-align: center;
}

#news .news-block {
    border-radius: 3px;
    padding: 20px 10px;
    margin-bottom: 15px;
}

#news .news-block01 {
    background: #ffdbdb;
}

#news .news-block02 {
    background: #cbefef;
}

#news .news-block .block-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 35px;
}

#news .news-block .block-ttl .icon {
    width: 106px;
}

#news .news-block .block-ttl .txt {
    color: #ce293e;
    font-size: 30px;
    font-weight: bold;
    flex: 1;
    line-height: 1.2;
    padding-left: 15px;
    text-align: center;
}

#news .news-block02 .block-ttl .txt {
    text-align: left;
}

#news .news-block .block-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

#news .news-block .block-list .block-item {
    padding: 0 5px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-top: 30px;
}

#news .news-block .block-list .block-item .block-wrap {
    background: #ffffff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    height: 100%;
    position: relative;
}

#news .news-block .block-list .block-item .item-ttl {
    background: #ce293e;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    padding: 6px 5px;
    text-align: center;
    position: relative;
    margin: -35px 0 0;
}

#news .news-block .block-list .block-item .item-txt01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
}

#news .news-block .block-list .block-item .item-txt02 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: auto;
}

#news .news-block .block-list .block-item .item-img {
    margin-top: 15px;
}

#news .news-block .block-list .block-item .item-img img {
    width: 100%;
}

#webinarNew {
    background: #dde6ec;
    padding: 100px 0;
}

#webinarNew .inner {
    max-width: 1000px;
}

#webinarNew .webinar-wrapper {
    margin-bottom: 10px;
}

#webinarNew .webinar-ttl {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}

#webinarNew .webinar-table {
    border-radius: 3px;
    border: 1px solid #46bebe;
}

#webinarNew .webinar-table thead {
    background: #46bebe;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
}

#webinarNew .webinar-table thead th {
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: 0;
}

#webinarNew .webinar-table thead th:after {
    background: #ffffff;
    content: "";
    height: 64%;
    position: absolute;
    top: 18%;
    right: 0;
    width: 1px;
    z-index: -1;
}

#webinarNew .webinar-table thead th:last-child:after {
    display: none;
}

#webinarNew .webinar-table thead th.th-date {
    width: 100px;
}

#webinarNew .webinar-table thead th.th-lbl {
    width: 190px;
}

#webinarNew .webinar-table thead th.th-ttl {
    width: 490px;
}

#webinarNew .webinar-table tbody {
    background: #ffffff;
}

#webinarNew .webinar-table tbody tr {
    border-left: 1px solid #46bebe;
    border-right: 1px solid #46bebe;
    border-bottom: 2px solid #d7d7d7;
}

#webinarNew .webinar-table tbody tr:last-child {
    border: none;
}

#webinarNew .webinar-table tbody tr:nth-child(2n) {
    background: #eff8f8;
}

#webinarNew .webinar-table tbody tr td {
    vertical-align: middle;
    padding: 10px;
}

#webinarNew .webinar-table tbody tr td .table-date {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

#webinarNew .webinar-table tbody tr td .table-date .time {
    font-size: 14px;
    font-weight: normal;
}

#webinarNew .webinar-table tbody tr td .table-lbl {
    background: #bc8d3c;
    display: block;
    border-radius: 17px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    padding: 5px;
    margin: 5px 0;
    text-align: center;
}

#webinarNew .webinar-table tbody tr td .table-lbl.bg-green {
    background: #52b62f;
    padding: 7px 5px;
}

#webinarNew .webinar-table tbody tr td .table-lbl.bg-blue {
    background: #954abc;
    padding: 7px 5px;
}

#webinarNew .webinar-table tbody tr td .table-ttl {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
}

#webinarNew .webinar-table tbody tr td .table-ttl .sub {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.6;
}

#webinarNew .webinar-table tbody tr td .table-note {
    font-size: 12px;
    line-height: 1.5;
}

#webinarNew .webinar-note {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 1050px) {
    #news .news-block .block-ttl {
        padding: 0 15px;
    }
    #news .news-block .block-ttl .icon {
        width: 80px;
    }
    #news .news-block .block-ttl .txt {
        font-size: 24px;
        text-align: center;
    }
    #news .news-block .block-list {
        justify-content: center;
    }
    #news .news-block .block-list .block-item {
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        max-width: 500px;
        margin-bottom: 30px;
    }
    #news .block-note {
        font-size: 11px;
    }
    #webinarNew {
        padding: 60px 0;
    }
    #webinarNew .webinar-ttl {
        font-size: 30px;
    }
    #webinarNew .webinar-wrapper {
        overflow: auto;
    }
    #webinarNew .webinar-table {
        width: 938px;
    }
    #webinarNew .swipe-txt {
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }
    #webinarNew .webinar-note {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    #news .news-wrapper {
        padding: 0 0 15px;
    }
    #news .news-ttl {
        font-size: 20px;
        padding: 10px 15px;
    }
    #news .news-list {
        padding: 0 10px;
    }
    #news .news-list li {
        font-size: 14px;
        padding: 15px 0 15px 96px;
    }
    #news .news-list li .news-date {
        top: 15px;
    }
    #news .news-block .block-list .block-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    #news .news-bottom {
        padding: 30px 0 0;
    }
    #news .news-block .block-ttl {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
    #news .news-block .block-ttl .icon {
        text-align: center;
        margin-bottom: 20px;
    }
    #news .news-block .block-ttl .txt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        font-size: 22px;
    }
    #news .news-block {
        padding-bottom: 0;
    }
    #news .news-block .block-list .block-item .item-ttl {
        font-size: 15px;
    }
    #news .block-note {
        text-align: left;
    }
    #webinarNew {
        padding: 30px 0;
    }
    #webinarNew .webinar-ttl {
        font-size: 25px;
    }
    #webinarNew .webinar-note {
        text-align: left;
    }
    #introduce .intro-cont {
        padding: 0;
    }
    #introduce .intro-frame {
        padding: 18px 10px 30px;
    }
    #introduce .intro-list .intro-block {
        max-width: 100%;
    }
    #introduce .intro-ttl {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 50px;
        padding: 0;
    }
    #introduce .intro-ttl .txt {
        font-size: 22px;
        padding: 0;
    }
    #introduce .intro-ttl .icon {
        margin-bottom: 20px;
    }
    #introduce .intro-list .intro-block .intro-ttl01 {
        width: calc(100% - 20px);
    }
}