
/* --------------------------------------------
    mainvisual
--------------------------------------------  */
.mainvisual {
    align-items: center;
    background: url("../images/mainvisual_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 456px;
    justify-content: center;
    padding-top: 80px;
}

.mainvisual__title {
    color: #333333;
    font-size: var(--fontSize20);
    line-height: 0.8em;
    text-align: center;
}

.mainvisual__title span {
    display: inline-block;
    position: relative;
    text-align: center;
}

.mainvisual__title span::before {
    background: #333;
    content: "";
    bottom: 50%;
    height: 1px;
    left: -80px;
    position: absolute;
    width: 60px;
}

.mainvisual__title span::after {
    background: #333;
    content: "";
    bottom: 50%;
    height: 1px;
    position: absolute;
    right: -80px;
    width: 60px;
}

.mainvisual__lead {
    color: #333;
    font-size: var(--fontSize40b);
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}

.mainvisual__button {
    margin-top: 32px;
    text-align: center;
}

.mainvisualList {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.mainvisualList__inner {
    align-items: center;
    background: rgba(0, 40, 82, 0.5);
    column-gap: 24px;
    display: flex;
    justify-content: center;
    max-width: 545px;
    padding: 20px 0;
    width: 100%;
}

.mainvisualList__box {
    align-items: center;
    column-gap: 8px;
    display: flex;
}

.mainvisualList__box--img img {
    height: 48px;
    width: auto;
}

.mainvisualList__box--word {
    color: #fff;
    font-size: 10px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .mainvisual {
        padding: 30px 0 15px;
    }
    
    .mainvisual__title {
        margin-top: 48px;
    }
    
    .mainvisual__lead span::before {
        left: -50px;
        width: 40px;
    }
    
    .mainvisual__lead span::after {
        right: -50px;
        width: 40px;
    }
    .mainvisual__title span::before {
        width: 0px;
    }
    .mainvisual__title span::after {
        width: 0px;
    }

    .mainvisual__button {
        margin-top: 40px;
    }
    
    .mainvisualList {
        margin-top: 32px;
    }
    
    .mainvisualList__inner {
        column-gap: 8px;
        display: flex;
        justify-content: center;
        max-width: 100%;
        padding: 20px;
        width: 100%;
    }
    
    .mainvisualList__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 4px;
        text-align: center;
    }
    
    .mainvisualList__box--img img {
        height: 36px;
        width: auto;
    }
    
    .mainvisualList__box--word {
        font-size: 8px;
        line-height: 1.7;
    }
}

/* --------------------------------------------
    sponsorship
--------------------------------------------  */
.sponsorship {
    background: #fff;
    column-gap: 32px;
    display: flex;
    padding: 24px 0;
}

.sponsorship__list {
    align-items: center;
    animation: slide_alternate var(--duration, 60s) linear infinite;
    column-gap: 40px;
    display: flex;
}

.sponsorship__list img {
    width: 100px;
}

@keyframes slide_alternate {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%);}
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .sponsorship {
        column-gap: 24px;
        padding: 12px 0;
    }
    
    .sponsorship__list {
        column-gap: 32px;
    }
    
    .sponsorship__list li img {
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .sponsorship {
        column-gap: 24px;
        padding: 12px 0;
    }
    
    .sponsorship__list {
        column-gap: 32px;
    }
    
    .sponsorship__list li img {
        width: 60px;
    }
}

/* --------------------------------------------
    worries
--------------------------------------------  */
.worries {
    background: #d7ebf5;
    padding: 64px 0;
    position: relative;
}

.worries .commonHeading {
    font-size: var(--fontSize24);
    line-height: 1.5;
}

.worries .commonHeading span {
    font-size: var(--fontSize32);
}

.worriesList {
    column-gap: 24px;
    display: flex;
    margin-top: 32px;
    justify-content: center;
    position: relative;
    z-index: 100;
}

.itemWorries {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    height: 260px;
    flex-direction: column;
    justify-content: center;
    width: 260px;
}

.itemWorries__word {
    font-size: var(--fontSize16);
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.itemWorries__word span {
    color: #004EA1;
}

.itemWorries__img {
    margin-top: 16px;
}

.itemWorries__img img {
    height: 64px;
    width: auto;
}

.worriesComment {
    margin-top: 48px;
    position: relative;
    z-index: 100;
}

.worriesComment__box {
    align-items: center;
    column-gap: 48px;
    display: flex;
    justify-content: center;
}

.worriesComment__box--word {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: var(--fontSize16);
    font-weight: bold;
    line-height: 1.7;
    padding: 24px 37px;
    position: relative;
    text-align: left;
}

.worriesComment__box--word::after {
    background: #fff;
    bottom: 50%;
    clip-path: polygon(0 40%, 0% 100%, 100% 100%);
    left: unset;
    right: -27px;
    content: "";
    height: 28px;
    position: absolute;
    width: 28px;
}

.worriesComment__box--img img {
    height: 104px;
    width: auto;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .worriesList {
        gap: 24px;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .itemWorries {
        height: 220px;
        width: 220px;
    }

    .itemWorries__img img {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .worries {
        padding: 40px 0;
    }

    .worries::before {
        display: none;
    }
    
    .worries::after {
        bottom: -20px;
        height: 270px;
        width: 120vw
    }
    
    .worries .commonHeading {
        font-size: 16px;
    }

    .worries .commonWord {
        font-size: 16px;
    }
    
    .worries .commonWord span {
        font-size: 20px;
    }
    
    .worriesList {
        display: grid;
        margin-top: 32px;
        grid-template-columns: 100%;
        justify-items: center;
        row-gap: 24px;
    }
    
    .itemWorries {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
        height: 220px;
        width: 220px;
    }
    
    .itemWorries__img img {
        height: 48px;
    }
    
    .worriesComment {
        margin-top: 48px;
    }
    
    .worriesComment__box {
        display: grid;
        grid-template-columns: 100%;
        justify-items: center;
        row-gap: 20px;
    }
    
    .worriesComment__box--word::after {
        bottom: -20px;
        clip-path: polygon(0 0, 0% 100%, 76% 0);
        height: 24px;
        left: 0;
        margin: auto;
        right: 0;
        width: 24px;
    }
    
    .worriesComment__box--img img {
        height: 90px;
    }
}

/* --------------------------------------------
    measures
--------------------------------------------  */
.measures {
    background: #F6FBFC;
    padding: 64px 0;
    position: relative;
}

.measures .commonHeading {
    font-size: var(--fontSize24);
    line-height: 1.5;
}

.measures .commonHeading span {
    font-size: var(--fontSize32);
}

.measuresTable {
    margin-top: 40px;
    position: relative;
    z-index: 100;
}

.measuresTable__box thead tr th,
.measuresTable__box thead tr td {
    height: 80px;
    width: 20%;
}

.measuresTable__box thead tr th {
    background: transparent;
}

.measuresTable__box thead tr th span {
    background: #004EA1;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: var(--fontSize16);
    padding: 4px 16px;
}

.measuresTable__box thead tr td {
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-size: var(--fontSize16);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.measuresTable__box thead tr td:nth-child(even) {
    background: #004EA1;
}

.measuresTable__box thead tr td:nth-child(n+3) {
    background: #555;
}

.measuresTable__box tbody th {
    background: #fff;
    border-top: 1px dashed var(--colorBlue);
    color: var(--colorBlack);
    font-size: var(--fontSize16);
    padding: 16px 0 16px 140px;
    position: relative;
    text-align: left;
}

.measuresTable__box tbody tr:nth-of-type(1) th::before {
    background: var(--colorBlue);
    border-radius: 10px;
    color: #fff;
    content: "集約チャネル";
    display: inline-block;
    font-size: var(--fontSize16);
    font-weight: 600;
    left: 0;
    padding: 62px 8px;
    position: absolute;
    top: 3px;
    z-index: 1;
}

.measuresTable__box tbody tr td {
    border: 1px solid #fff;
    font-size: var(--fontSize16);
    font-weight: bold;
    line-height: 1.5;
    padding: 16px;
    text-align: center;
}

.measuresTable__box tbody tr:nth-child(1) td:nth-child(2) {
    border-left: 2px solid var(--colorBlue);
    border-right: 2px solid var(--colorBlue);
}

.measuresTable__box tbody tr:nth-child(2) td:nth-child(2) {
    border-left: 2px solid var(--colorBlue);
    border-right: 2px solid var(--colorBlue);
}

.measuresTable__box tbody tr:nth-child(3) td:nth-child(2) {
    border-left: 2px solid var(--colorBlue);
    border-right: 2px solid var(--colorBlue);
}

.measuresTable__box tbody tr:nth-child(4) td:nth-child(2) {
    border-left: 2px solid var(--colorBlue);
    border-right: 2px solid var(--colorBlue);
}

.measuresTable__box tbody tr:nth-of-type(1) th{
    border-top: 2px solid var(--colorBlue);
}

.measuresTable__box tbody tr:nth-of-type(4) th{
    border-top: 2px solid var(--colorBlue);
}

.measuresTable__box tbody tr td:nth-child(even) {
    background: #ECF7FA;
}

.measuresTable__box tbody tr td:nth-child(n+3) {
    background: #efefef;
}

.measuresTable__box tbody tr:nth-child(even) td {
    background: #fff;
}

.measuresTable__box tbody tr:nth-child(even) td:nth-child(n+3) {
    background: #fff;
}

.measuresTable__box tbody tr:last-child th {
    border-bottom: 2px solid var(--colorBlue);
    color: var(--colorBlack);
    line-height: 1.5;
    padding-left: 54px;
    vertical-align: middle;
    text-align: left;
}

.measuresTable__box tbody tr:last-child td {
    padding-bottom: 34px;
    padding-top: 16px;
    vertical-align: top;
    text-align: left;
}

.measuresTable__box tbody tr:last-child td {
    position: relative;
}

.measuresTable__box tbody tr:last-child th::after {
    background: #555;
    border-radius: 0 0 16px 16px;
    bottom: -8px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
}
.measuresTable__box tbody tr:last-child td::after {
    background: #004EA1;
    border-radius: 0 0 16px 16px;
    bottom: -8px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
}

.measuresTable__box tbody tr:last-child td:nth-child(n+3)::after {
    background: #555;
}

.measuresTable__box .is-circle {
    position: relative;
}

.measuresTable__box .is-circle::before {
    border: 4px solid var(--colorBlue);
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 0;
    margin: -10px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
}

.measuresTable__box .is-circle-gray::before {
    border: 4px solid #666;
}

.measuresTable__boxNotes {
    font-size: var(--fontSize16);
    line-height: 1.7;
}

.measuresTable__boxNotes li {
    padding-left: 1em;
    text-indent: -1em;
}

.measuresComment {
    margin-top: 54px;
    position: relative;
    z-index: 100;
}

.measuresComment__box {
    align-items: center;
    column-gap: 48px;
    display: flex;
    justify-content: center;
}

.measuresComment__box--word {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: var(--fontSize16);
    font-weight: bold;
    line-height: 1.7;
    padding: 24px 32px;
    position: relative;
    width: auto;
}

.measuresComment__box--word::after {
    background: #fff;
    bottom: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    clip-path: polygon(0 40%, 0% 100%, 100% 100%);
    left: unset;
    right: -27px;
    content: "";
    height: 28px;
    position: absolute;
    width: 28px;
}

.measuresComment__box--img img {
    height: 104px;
    width: auto;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .measuresTable {
        overflow-x: scroll;
    }

    .measuresTable__box {
        border-collapse: collapse;
        width: 100%;
        white-space: nowrap;
    }

    .measuresTable__box thead tr th,
    .measuresTable__box thead tr td {
        height: 60px;
    }
    
    .measuresTable__box thead tr th span {
        padding: 4px 16px;
    }
    
    .measuresTable__box thead tr td {
        border-radius: 10px 10px 0 0;
    }
    
    .measuresTable__box tbody th {
        padding: 16px 20px 16px 120px;
    }

    .measuresTable__box tbody tr:nth-of-type(1) th::before {
        padding: 58px 8px;
        top: 5px;
    }

    .measuresTable__box tbody tr:last-child th {
        padding-left: 32px;
    }

    .measuresTable__boxNotes .is-sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .measures {
        padding: 40px 0;
    }
    
    .measuresTable {
        overflow-x: scroll;
    }

    .measuresTable__box {
        border-collapse: collapse;
        width: 100%;
        white-space: nowrap;
    }
    
    .measuresTable__box thead tr th,
    .measuresTable__box thead tr td {
        height: 60px;
    }
    
    .measuresTable__box thead tr th span {
        padding: 4px 16px;
    }
    
    .measuresTable__box thead tr td {
        border-radius: 10px 10px 0 0;
    }
    
    .measuresTable__box tbody th {
        padding: 16px 20px 16px 120px;
    }

    .measuresTable__box tbody tr:nth-of-type(1) th::before {
        padding: 58px 8px;
        top: 5px;
    }

    .measuresTable__box tbody tr:last-child th {
        padding-left: 32px;
    }
    
    .measuresComment {
        margin-top: 48px;
        position: relative;
        z-index: 100;
    }
    
    .measuresComment__box {
        flex-wrap: wrap;
    }
    
    .measuresComment__box--word {
        padding: 24px 20px;
        width: 100%;
    }
    
    .measuresComment__box--word::after {
        bottom: -20px;
        clip-path: polygon(0 0, 0% 100%, 76% 0);
        height: 24px;
        left: 0;
        margin: auto;
        right: 0;
        width: 24px;
    }
    
    .measuresComment__box--img  {
        margin-top: 24px;
    }

    .measuresComment__box--img img {
        height: 100px;
    }
}


/* --------------------------------------------
    exhibition
--------------------------------------------  */
.exhibition {
    background: #F1F1F1;
    padding: 64px 0;
    position: relative;
}

.exhibition .commonHeading {
    font-size: var(--fontSize24);
    line-height: 1.7;
}

.exhibition .commonHeading span {
    font-size: var(--fontSize32);
}

.exhibitionMain {
    margin-top: 40px;
}

.exhibitionMain__inner {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.evaluationMain__boxWorries {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    height: 130px;
    margin: auto;
    padding: 48px 32px 0;
    position: relative;
}

.evaluationMain__boxWorries::after {
    background: #fff;
    bottom: -24px;
    clip-path: polygon(30% 0, 100% 100%, 100% 0);
    content: "";
    height: 33px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
}

.evaluationMain__boxWorries--head {
    background: #004EA1;
    color: #fff;
    font-size: var(--fontSize16);
    font-weight: bold;
    left: -12px;
    padding: 6px 13px 6px 26px;
    position: absolute;
    top: -8px;
}

.evaluationMain__boxWorries--head  span {
    font-size: var(--fontSize16);
}

.evaluationMain__boxWorries--head::before {
    background: #7FB8F5;
    bottom: -12px;
    clip-path: polygon(0 0, 100% 46%, 100% 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 12px;
}

.evaluationMain__boxWorries--head::after {
    background: var(--colorBlue);
    bottom: 0px;
    clip-path: polygon(0 0, 0% 100%, 60% 0);
    content: "";
    height: 28px;
    position: absolute;
    right: -24px;
    width: 24px;
}

.evaluationMain__boxWorries--word {
    font-size: var(--fontSize18);
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 1.5px;
}

.evaluationMain__boxWorries--word span {
    color: #004EA1;
    font-size: var(--fontSize18);
    font-weight: bold;
}

.evaluationMain__boxWorries--img {
    bottom: -40px;
    position: absolute;
    right: 20px;
}

.evaluationMain__boxWorries--img img {
    height: 96px;
    width: auto;
}

.evaluationMain__boxArrow {
    margin: 40px 0;
    text-align: center;
}

.evaluationMain__boxArrow--img img {
    height: 100px;
    width: auto;
}

.evaluationMain__boxSolution {
    background: #FFF;
    border-radius: 16px;
    border: 4px solid #004EA1;
    height: 600px;
    padding: 40px 32px 0;
    position: relative;
}

.evaluationMain__boxSolution--head {
    left: -29px;
    position: absolute;
    top: 10px;
    width: 100%;
}

.evaluationMain__boxSolution--head span {
    align-items: center;
    background: #F39800;
    clip-path: polygon(20% 0, 72% 0, 100% 100%, 0% 100%);
    color: #fff;
    display: flex;
    font-size: var(--fontSize16);
    justify-content: center;
    padding: 7px 40px;
    transform: rotate(-40deg);
    width: 48px;
}

.evaluationMain__boxSolution--word {
    color: #004EA1;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.evaluationMain__boxSolution--word span {
    font-size: var(--fontSize20);
}

.evaluationMain__boxSolution--icon {
    margin-top: 8px;
    text-align: center;
}

.evaluationMain__boxSolution--icon img {
    height: 80px;
    width: auto;
}

.evaluationMain__boxSolution--icon .is-h80 {
    height: 80px;
}

.evaluationMain__boxSolution--text {
    font-size: var(--fontSize16);
    line-height: 1.7;
    margin-top: 8px;
}

.evaluationMain__boxSolution--img {
    bottom: -20px;
    display: flex;
    left: 0;
    margin: auto;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 100%;
}

.evaluationMain__boxSolution--img img {
    height: 128px;
    width: auto;
}

.exhibitionMain__middle {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 31%;
    width: 100%;
}

.exhibitionMain__middle__inner {
    position: relative;
    width: 100%;
}

.exhibitionMain__middleBox {
    position: relative;
    text-align: center;
    z-index: 200;
}

.exhibitionMain__middleBox--word {
    background: #F1F1F1;
    color: var(--colorBlack);
    display: inline-block;
    font-size: var(--fontSize24);
    font-weight: bold;
    text-align: center;
}

.exhibitionMain__middleBox--word span {
    font-size: var(--fontSize32);
}

.exhibitionMain__middleBox--word .is-blue {
    color: var(--colorBlue);
}

.exhibition__button {
    margin-top: 106px;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .exhibitionMain__inner {
        column-gap: 16px;
    }

    .evaluationMain__boxWorries {
        height: 170px;
        padding: 32px 20px 0;
    }

    .evaluationMain__boxWorries--img {
        bottom: -50px;
        right: 0px;
    }

    .evaluationMain__boxSolution {
        height: 720px;
    }

    .exhibitionMain__middle {
        top: 29%;
    }

    .evaluationMain__boxSolution--img img {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .exhibition {
        padding: 48px 0;
    }

    .exhibition .commonHeading {
        line-height: 1.5;
    }
    
    .exhibition .commonHeading span {
        margin: 0;
    }
    
    .exhibitionMain {
        margin-top: 24px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    .exhibitionMain__inner {
        column-gap: 24px;
        border-collapse: collapse;
        padding: 20px;
        width: 100%;
    }

    .evaluationMain__box {
        width: 300px;
    }

    .evaluationMain__boxWorries--head::after {
        height: 20px;
        right: -20px;
        width: 20px;
    }

    .evaluationMain__boxWorries {
        height: 96px;
        padding: 40px 32px 0;
    }
    
    .evaluationMain__boxWorries::after {
        background: #fff;
        bottom: -24px;
        clip-path: polygon(30% 0, 100% 100%, 100% 0);
        content: "";
        height: 33px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 33px;
    }
    
    .evaluationMain__boxWorries--head {
        background: #004EA1;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        left: -8px;
        padding: 4px 8px;
        position: absolute;
        top: -8px;
    }
    
    .evaluationMain__boxWorries--head  span {
        font-size: var(--fontSize16);
    }
    
    .evaluationMain__boxWorries--head::before {
        background: #7FB8F5;
        bottom: -8px;
        clip-path: polygon(0 0, 100% 46%, 100% 0);
        content: "";
        height: 8px;
        left: 0;
        position: absolute;
        width: 8px;
    }
    
    .evaluationMain__boxWorries--word {
        font-size: var(--fontSize16);
        line-height: 1.7;
    }
    
    .evaluationMain__boxWorries--word span {
        color: #004EA1;
        font-size: var(--fontSize18);
        font-weight: bold;
    }
    
    .evaluationMain__boxWorries--img {
        bottom: -60px;
        position: absolute;
        right: 20px;
    }
    
    .evaluationMain__boxWorries--img img {
        height: 96px;
        width: auto;
    }
    
    .evaluationMain__boxArrow {
        margin: 24px 0;
        text-align: center;
    }
    
    .evaluationMain__boxArrow--img img {
        height: 140px;
        width: auto;
    }
    
    .evaluationMain__boxSolution {
        height: 520px;
        padding: 48px 32px 0;
    }

    .evaluationMain__boxSolution--head {
        left: -29px;
        top: 13px;
    }
    
    .evaluationMain__boxSolution--head span {
        clip-path: polygon(20% 0, 75% 0, 100% 100%, 0% 100%);
    }

    .evaluationMain__boxSolution--word {
        color: #004EA1;
        font-size: var(--fontSize16);
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
    
    .evaluationMain__boxSolution--word span {
        font-size: var(--fontSize20);
    }
    
    .evaluationMain__boxSolution--icon {
        margin-top: 8px;
        text-align: center;
    }
    
    .evaluationMain__boxSolution--icon img {
        height: 80px;
        width: auto;
    }
    
    .evaluationMain__boxSolution--text {
        font-size: var(--fontSize16);
        line-height: 1.7;
        margin-top: 8px;
    }
    
    .evaluationMain__boxSolution--img {
        bottom: -20px;
        display: flex;
        left: 0;
        margin: auto;
        justify-content: center;
        position: absolute;
        right: 0;
        width: 100%;
    }
    
    .evaluationMain__boxSolution--img img {
        height: 100px;
        width: auto;
    }
    
    .exhibitionMain__middle {
        top: 37%;
    }
    
    .exhibitionMain__middle__inner {
        position: relative;
        width: 100%;
    }
    
    .exhibitionMain__middleBox {
        position: relative;
        z-index: 200;
    }
    
    .exhibition__button {
        margin-top: 56px;
    }
}

/* --------------------------------------------
    product
--------------------------------------------  */
.product {
    background: #d7ebf5;
    padding: 64px 0;
}

.product .container {
    max-width: 960px;
}

.itemProduct {
    margin-top: 8px;
    position: relative;
}

.itemProduct__inner {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.itemProduct__img img {
    height: 320px;
    width: auto;
}

.itemProduct__word {
    font-size: var(--fontSize16);
    line-height: 1.7;
}

.itemProduct__word span {
    color: #004EA1;
    font-size: var(--fontSize20);
    font-weight: bold;
}

.itemProduct__comment {
    align-items: center;
    column-gap: 40px;
    display: flex;
}

.itemProduct__comment--img img {
    height: 104px;
    width: auto; 
}

.itemProduct__comment--word {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: var(--fontSize16);
    font-weight: bold;
    line-height: 1.7;
    padding: 32px 40px;
    position: relative;
    text-align: left;
    width: auto;
}

.itemProduct__comment--word::before {
    background: #fff;
    bottom: 50%;
    clip-path: polygon(100% 40%, 0 100%, 100% 100%);
    content: "";
    height: 28px;
    left: -27px;
    position: absolute;
    width: 28px;
}

.itemProduct__comment:nth-of-type(2) {
    justify-content: flex-end;
    margin-top: 32px;
}

.itemProduct__comment:nth-of-type(2) .itemProduct__comment--img {
    order: 2;
}

.itemProduct__comment:nth-of-type(2) .itemProduct__comment--word {
    padding: 32px;
    width: 500px;
}

.itemProduct__comment:nth-of-type(2) .itemProduct__comment--word::before {
    clip-path: polygon(0 56%, 0% 100%, 100% 100%);
    left: unset;
    right: -28px;
}

.product__button {
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .product {
        padding: 48px 0;
    }
    
    .itemProduct {
        margin-top: 8px;
        position: relative;
    }
    
    .itemProduct__inner {
        margin: 0 auto;
        max-width: 1040px;
        width: 100%;
    }
    
    .itemProduct__img img {
        height: 320px;
        width: auto;
    }
    
    .itemProduct__word {
        font-size: var(--fontSize16);
        line-height: 1.7;
    }
    
    .itemProduct__word span {
        color: #004EA1;
        font-size: var(--fontSize20);
        font-weight: bold;
    }
    
    .itemProduct__comment {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 24px;
        justify-items: center;
    }
    
    .itemProduct__comment--img img {
        height: 90px;
    }
    
    .itemProduct__comment--word {
        padding: 32px;
        width: calc(100% - 60px);
    }
    
    .itemProduct__comment--word::before {
        bottom: -20px;
        clip-path: polygon(0 0, 0% 100%, 76% 0);
        height: 24px;
        left: 0;
        margin: auto;
        right: 0;
        width: 24px;
    }

    .itemProduct__comment:nth-of-type(1) .itemProduct__comment--img {
        order: 1;
    }
    
    .itemProduct__comment:nth-of-type(2) {
        justify-content: flex-end;
        margin-top: 32px;
    }
    
    .itemProduct__comment:nth-of-type(2) .itemProduct__comment--img {
        order: 2;
    }
    
    .itemProduct__comment:nth-of-type(2) .itemProduct__comment--word {
        padding: 32px;
        width: auto;
    }

    .itemProduct__comment:nth-of-type(2) .itemProduct__comment--word::before {
        bottom: -20px;
        clip-path: polygon(0 0, 0% 100%, 76% 0);
        height: 24px;
        left: 0;
        margin: auto;
        right: 0;
        width: 24px;
    }
    
    .product__button {
        margin-top: 56px;
    }
}

/* --------------------------------------------
    features
--------------------------------------------  */
.features {
    padding: 64px 0;
}

.features .commonHeading {
    font-size: 32px;
}

.featuresMain__item {
    column-gap: 80px;
    display: grid;
    margin-top: 56px;
    grid-template-columns: 1fr 1fr;
}

.featuresMain__itemBoxHead {
    column-gap: 10px;
    display: grid;
    grid-template-columns: 65px auto;
}

.featuresMain__itemBoxHead--number {
    align-items: center;
    background: var(--colorBlue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    height: 65px;
    justify-content: center;
    width: 65px;
}

.featuresMain__itemBoxHead--title {
    color: var(--colorBlue);
    font-size: 28px;
    line-height: 1.5;
}

.featuresMain__itemBoxHead--text {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 24px;
    padding-left: 75px;
}

.featuresMain__item--thumbnail img{
    height: auto;
    width: 440px;
}

.featuresMain__item:nth-of-type(2) .featuresMain__itemBox {
    order: 2;
}

.featuresMain__item:nth-of-type(2)  .featuresMain__item--thumbnail {
    order: 1;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    /*.featuresMain__item {
        grid-template-columns: 100%;
    }*/

    .featuresMain__item {
        column-gap: 20px;
    }
    .featuresMain__item--thumbnail {
        margin-top: calc(8px * 5);
        text-align: center;
    }
    .featuresMain__itemBoxHead--number {
        font-size: 18px;
        height: 40px;
        width: 40px;
    }
    .featuresMain__itemBoxHead {
        column-gap: 10px;
        display: grid;
        grid-template-columns: 45px auto;
    }
    .featuresMain__itemBoxHead--title {
        color: var(--colorBlue);
        font-size: 20px;
        line-height: 1.5;
    }
    .featuresMain__itemBoxHead--text {
        margin-top: 24px;
        padding-left: 50px;
    }

    .featuresMain__item--thumbnail img{
        width: 90%;
    }
    
    .featuresMain__item:nth-of-type(2) .featuresMain__itemBox {
        order: 1;
    }
    
    .featuresMain__item:nth-of-type(2)  .featuresMain__item--thumbnail {
        order: 2;
    }    
}


@media screen and (max-width: 767px) {
    .features {
        padding: 48px 0;
    }
    
    .features .commonHeading {
        font-size: 24px;
    }
    
    .featuresMain__item {
        margin-top: 40px;
        grid-template-columns: 100%;
    }

    .featuresMain__item:first-of-type {
        margin-top: 32px;
    }
    
    .featuresMain__itemBoxHead {
        grid-template-columns: 50px auto;
    }
    
    .featuresMain__itemBoxHead--number {
        font-size: 20px;
        height: 50px;
        width: 50px;
    }
    
    .featuresMain__itemBoxHead--title {
        font-size: 20px;
        line-height: 1.5;
    }
    
    .featuresMain__itemBoxHead--text {
        font-size: 14px;
        margin-top: 16px;
        padding-left: 0;
    }

    .featuresMain__item--thumbnail {
        margin-top: 24px;
    }
    
    .featuresMain__item--thumbnail img{
        width: 100%;
    }
    
    .featuresMain__item:nth-of-type(2) .featuresMain__itemBox {
        order: 1;
    }
    
    .featuresMain__item:nth-of-type(2)  .featuresMain__item--thumbnail {
        order: 2;
    }    
}

/* --------------------------------------------
    maFunction
--------------------------------------------  */
.maFunction {
    background: #F1F1F1;
    padding: 64px 0;
}

.maFunction .commonHeading {
    font-size: var(--fontSize32);
}

.maFunction__list {
    display: grid;
    margin-top: 96px;
    gap: 64px 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.itemFunction {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    padding: 56px 20px 20px;
    position: relative;
    row-gap: 24px;
}

.itemFunction__img {
    align-items: center;
    background: #fff;
    border-radius: 50% 50% 0 0;
    display: flex;
    height: 100px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -32px;
    text-align: center;
    width: 110px;
}

.itemFunction__img img {
    height: 44px;
    width: auto;
}

.itemFunction__title {
    color: #004EA1;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    text-align: center;
    z-index: 200;
}

.itemFunction__label {
    margin-top: auto;
}

.itemFunction__label--word {
    background: var(--colorBlue);
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.itemFunction__label--word.is-orange {
    background: var(--colorOrange);
}

.itemFunction__label.is-all {
    align-items: center;
    display: flex;
}

.itemFunction__label.is-all .itemFunction__label--word {
    border-radius: 20px 0 0 20px;
}

.itemFunction__label.is-all .itemFunction__label--word.is-orange {
    border-radius: 0 20px 20px 0;
}

.itemFunction__label.is-all .itemFunction__label--word.is-orange::before {
    background: var(--colorOrange);
    clip-path: polygon(100% 0, 30% 100%, 100% 100%);
    content: "";
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 16px;
}

.maFunction__button {
    margin-top: 64px;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .maFunction__list {
        margin-top: 64px;
        gap: 56px 8px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .maFunction {
        padding: 48px 0;
    }

    .maFunction .commonHeading {
        font-size: 24px;
    }
    
    .maFunction__list {
        margin-top: 64px;
        gap: 56px 8px;
        grid-template-columns: 1fr 1fr;
    }
    
    .itemFunction {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        padding: 56px 12px 20px;
        row-gap: 24px;
    }
    
    .itemFunction__img {
        height: 80px;
        right: 0;
        top: -30px;
        width: 80px;
    }
    
    .itemFunction__title {
        font-size: 15px;
    }
    
    .itemFunction__label--word {
        font-size: 11px;
    }
    
    .itemFunction__label.is-all .itemFunction__label--word.is-orange::before {
        left: -15px;
    }
    
    .maFunction__button {
        margin-top: 56px;
    }    
}

/* --------------------------------------------
    evaluation
--------------------------------------------  */
.evaluation {
    padding: 64px 0;
}

.evaluationList {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 48px;
}

.evaluationList__box {
    text-align: center;
}

.evaluationList__box--icon {
    align-items: center;
    display: flex;
    height: 190px;
    justify-content: center;
}

.evaluationList__boxBody {
    margin-top: 40px;
}

.evaluationList__boxBody--title {
    color: #004EA1;
    font-size: var(--fontSize18);
    font-weight: bold;
}

.evaluationList__boxBody--title small {
    font-weight: 300;
}

.evaluationList__boxBody--title span {
    font-size: var(--fontSize24);
    margin: 0 4px;
}

.evaluationList__boxBody--text {
    font-size: var(--fontSize16);
    line-height: 1.7;
    margin-top: 16px;
}

.evaluationList li:nth-child(1) .evaluationList__box--icon img {
    height: auto;
    width: 144px;
}

.evaluationList li:nth-child(2) .evaluationList__box--icon img {
    height: auto;
    width: 232px;
}

.evaluationList li:nth-child(3) .evaluationList__box--icon img {
    height: auto;
    width: 199px;
}

@media screen and (max-width: 767px) {
    .evaluation {
        padding: 48px 0;
    }
    
    .evaluationList {
        grid-template-columns: 100%;
        margin-top: 32px;
        row-gap: 32px;
    }
    
    .evaluationList__box--icon {
        height: auto;
    }
    
    .evaluationList__boxBody {
        margin-top: 24px;
    }
    
    .evaluationList__boxBody--title span {
        margin: 0 2px;
    }
    
    .evaluationList__boxBody--text {
        margin-top: 8px;
    }
    
    .evaluationList li:nth-child(1) .evaluationList__box--icon img {
        width: 70px;
    }
    
    .evaluationList li:nth-child(2) .evaluationList__box--icon img {
        width: 100px;
    }
    
    .evaluationList li:nth-child(3) .evaluationList__box--icon img {
        width: 70px;
    }
}

/* --------------------------------------------
    voice
--------------------------------------------  */
.voice {
    background: url("../images/voice_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 128px 0 64px;
}

.voice .commonHeading {
    font-size: 32px;
}

.voieAbove {
    margin-top: 48px;
}

.itemVoice {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.itemVoice__box .commonText {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 3px rgba(0, 0, 0,0.16);
    padding: 32px 32px 56px;
    position: relative;
}

.itemVoice__box .commonText::after {
    background: #fff;
    bottom: -24px;
    clip-path: polygon(0 0, 0% 100%, 76% 0);
    content: "";
    height: 33px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
}

.itemVoice__boxProfile {
    align-items: center;
    column-gap: 16px;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.itemVoice__boxProfile--img img {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 90px;
    width: auto;
}

.itemVoice__boxProfile--word {
    font-size: 12px;
    line-height: 1.7;
}

.itemVoice__boxProfile--word span {
    font-size: 14px;
    font-weight: bold;
}

.itemVoice:nth-of-type(1)  .itemVoice__box:nth-of-type(1) .commonText {
    padding-bottom: 32px;
}

.itemVoice:nth-of-type(2) {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1)  {
    column-gap: 48px;
    display: flex;
}

.itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .commonText {
    width: 500px;
}

.itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .commonText::after {
    bottom: 36%;
    clip-path: polygon(0 0, 0 56%, 100% 0);
    left: unset;
    right: -24px;
}

.itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .itemVoice__boxProfile {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
}

.itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .itemVoice__boxProfile--word {
    margin-top: -34px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .voice {
        padding: 48px 0;
    }

    .voice .commonHeading {
        font-size: 24px;
    }
    
    .voieAbove {
        margin-top: 24px;
    }
    
    .itemVoice {
        grid-template-columns: 100%;
        row-gap: 24px;
    }
    
    .itemVoice__box .commonText {
        border-radius: 10px;
        padding: 16px 20px 24px;
    }
    
    .itemVoice__box .commonText::after {
        bottom: -20px;
        height: 24px;
        width: 24px;
    }
    
    .itemVoice__boxProfile {
        column-gap: 8px;
        margin-top: 24px;
    }
    
    .itemVoice__boxProfile--img img {
        border: 2px solid #fff;
        height: 72px;
    }
    
    .itemVoice:nth-of-type(1)  .itemVoice__box:nth-of-type(1) .commonText {
        padding-bottom: 24px;
    }
    
    .itemVoice:nth-of-type(2) {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 24px;
    }
    
    .itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1)  {
        column-gap: 48px;
        display: grid;
        grid-template-columns: 100%;
    }
    
    .itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .commonText {
        width: auto;
    }
    
    .itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .commonText::after {
        background: #fff;
        bottom: -24px;
        clip-path: polygon(0 0, 0% 100%, 76% 0);
        content: "";
        height: 33px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 33px;
    }
    
    .itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .itemVoice__boxProfile {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .itemVoice:nth-of-type(2)  .itemVoice__box:nth-of-type(1) .itemVoice__boxProfile--word {
        margin-top: 0;
        text-align: center;
    }
    
    .itemVoice:nth-of-type(3) {
        margin-top: 24px;
    } 
    
    .itemVoice:nth-of-type(3)  .itemVoice__box:nth-of-type(1) .commonText {
        padding-bottom: 24px;
    }
    
    .itemVoice:nth-of-type(3)  .itemVoice__box:nth-of-type(2) .commonText {
        padding-bottom: 24px;
    }
}

/* --------------------------------------------
    overview
--------------------------------------------  */
.overview {
    padding: 64px 0 80px;
    position: relative;
}

.overview::before {
    background: #f1f1f1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -200;
}

.overview .commonHeading {
    font-size: var(--fontSize32);
}
.overviewBox {
    column-gap: 80px;
    display: grid;
    margin-top: 56px;
    grid-template-columns: 1fr 1fr;
}

.overviewBox__above--logo img {
    height: auto;
    width: 210px;
}

.overviewBox__above--list {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    column-gap: 48px;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 20px 0;
}

.overviewBox__above--list li:nth-child(1) img {
    height: auto;
    width: 67px;
}

.overviewBox__above--list li:nth-child(2) img {
    height: auto;
    width: 71px;
}

.overviewBox__above--list li:nth-child(3) img {
    height: auto;
    width: 91px;
}

.overviewBox__below {
    align-items: center;
    background: #fff;
    border: 4px solid #004EA1;
    border-radius: 16px;
    display: flex;
    padding: 0 40px 0 32px;
    position: relative;
}

.overviewBox__below--head {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -14px;
    text-align: center;
    width: 100%;
}

.overviewBox__below--head span {
    background: #004EA1;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: var(--fontSize16);
    font-weight: 700;
    padding: 4px 32px;
}

.overviewBox__belowItem {
    align-items: center;
    column-gap: 5%;
    display: grid;
    grid-template-columns: 15% 80%;
}

.overviewBox__belowItem:nth-of-type(n+2) {
    margin-top: 16px;
}

.overviewBox__belowItem--title {
    background: #ECF7FA;
    color: #004EA1;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

.overviewBox__belowItem--word {
    font-size: var(--fontSize16);
    line-height: 1.7;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .overviewBox {
        grid-template-columns: 100%;
        margin-top: 40px;
    }

    .overviewBox__above--logo {
        text-align: center;
    }

    .overviewBox__above--logo img {
        height: auto;
        width: 40%;
    }

    .overviewBox__above--list {
        border-radius: 10px;
        margin-top: 24px;
        padding: 16px 0;
    }
    
    .overviewBox__above--list li:nth-child(1) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(2) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(3) img {
        width: 50px;
    }

    .overviewBox__below {
        border: 3px solid #004EA1;
        border-radius: 10px;
        margin-top: 32px;
        padding: 32px 20px 20px 20px;
    }

    .overviewBox__belowItem {
        column-gap: 16px;
    }
    
    .overviewBox__belowItem:nth-of-type(n+2) {
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .overview {
        padding: 32px 0 40px;
    }

    .overviewBox {
        grid-template-columns: 100%;
    }

    .overviewBox__above--logo {
        text-align: center;
    }

    .overviewBox__above--logo img {
        height: auto;
        width: 60%;
    }
    
    .overviewBox__above--list {
        border-radius: 10px;
        margin-top: 24px;
        padding: 16px 0;
    }
    
    .overviewBox__above--list li:nth-child(1) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(2) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(3) img {
        width: 50px;
    }
    
    .overviewBox__below {
        border: 3px solid #004EA1;
        border-radius: 10px;
        margin-top: 32px;
        padding: 32px 20px 20px 20px;
    }
    
    .overviewBox__belowItem {
        column-gap: 16px;
    }
    
    .overviewBox__belowItem:nth-of-type(n+2) {
        margin-top: 24px;
    }
}


/* --------------------------------------------
    faq
--------------------------------------------  */
.faq {
    padding: 64px 0 96px;
}

.faq .commonHeading {
    font-size: 32px;
}

.faqContent {
    margin-top: 32px;
}

.itemFaq {
    margin-top: 64px;
    position: relative;
}

.itemFaq:nth-of-type(n+2) {
    margin-top: 32px;
}

.itemFaq__question {
    border: 6px solid var(--colorLightGray);
    border-radius: 16px;
    cursor: pointer;
    font-size: var(--fontSize18);
    font-weight: bold;
    margin: 0 40px 0 20px;
    padding: 20px 48px;
    position: relative;
}

.itemFaq__question::before {
    background: url("../images/icon_faq.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 64px;
    left: -4%;
    position: absolute;
    top: -50%;
    width: 64px;
    z-index: 100;
}

.itemFaq__answer {
    background: var(--colorLightYellow);
    border: 6px solid var(--colorYellow);
    border-radius: 16px;
    display: none;
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 1.7;
    margin-left: 60px;
    padding: 20px 48px;
    position: relative;
    top: -16px;
}

@media screen and (max-width: 767px) {
    .faq {
        padding: 48px 0;
    }

    .faq .commonHeading {
        font-size: 24px;
    }
    
    .faqContent {
        margin-top: 32px;
    }
    
    .itemFaq {
        margin-top: 24px;
    }

    .itemFaq:nth-of-type(n+2) {
        margin-top: 24px;
    }
    
    .itemFaq__question {
        border: 4px solid var(--colorLightGray);
        border-radius: 20px;
        line-height: 1.7;
        margin: 0;
        padding: 16px 24px 16px 32px;
        width: auto;
    }
    
    .itemFaq__question::before {
        height: 48px;
        left: -5%;
        top: -20%;
        width: 48px;
    }
    
    .itemFaq__answer {
        border: 4px solid var(--colorYellow);
        border-radius: 20px;
        margin-left: 20px;
        padding: 20px 24px;
    }
}
/**/

#floating_pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: -60px;
	z-index: 950;
	padding: 0.75em 0.8em;
	background: #004EA1;
	border: 2px solid #fff;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
	transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
}
#floating_pagetop:hover {}
.show_floater_pagetop #floating_pagetop {
	bottom: 20px;
}
@media screen and (max-width: 1023px) {
	.show_floater_pagetop #floating_pagetop {
		bottom: 6em;
	}
}
@media screen and (max-width: 599px) {
	#floating_pagetop {
		right: 10px;
	}
}
.sprite_arrows {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 0.1em;
	background: url(https://www.shanon.co.jp/eventmarketing/images/arrow-top.png) no-repeat 0 0;
	background: transparent url(https://www.shanon.co.jp/eventmarketing/images/arrow-top.svg) no-repeat;
	vertical-align: middle;
	background-position: top 2px center;
	background-size: contain;
}