body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.625
}

main {
    position: relative;
    padding: 70px 0;
}

section {
    padding: 47px 90px 50px
}

ul {
    list-style: none
}

img {
    vertical-align: top
}

figure img {
    width: 100%
}

a {
    color: #094ea2;
    text-decoration: none
}

@media all and (max-width: 767px) {
    body {
        font-size: 4.2666666667vw;
        line-height: 1.625
    }

    main {
        padding: 20.5333333333vw 0 28vw
    }

    section {
        padding: 13.3333333333vw 5.3333333333vw 8vw
    }
}

.-gray {
    background-color: #f2f6fa
}

.-shadow {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .15)
}

.-bottom-arrow {
    position: relative
}

.-bottom-arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 30px 75px 0;
    border-style: solid;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.-bottom-arrow.-gray::before {
    border-color: #f2f6fa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.-sp {
    display: none
}

@media(max-width: 767px) {
    .-shadow {
        box-shadow: 0 .8vw 4.3333333333vw rgba(0, 0, 0, .1)
    }

    .-bottom-arrow::before {
        border-width: 8vw 20vw 0;
        bottom: -8vw
    }

    .-sp {
        display: block
    }

    .-pc {
        display: none
    }
}

h2 {
    color: #000;
    font-size: 26px;
    text-align: center
}

h2 span {
    display: inline-block;
    font-size: 32px;
    border-bottom: 1px solid #0f1726;
    padding-bottom: 1px
}

h2.-small {
    font-size: 24px;
    color: #1d3a66
}

h3 {
    color: #004ea2;
    font-size: 24px;
    margin-bottom: 10px
}

h3.-small {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

h3.-center {
    text-align: center
}

@media all and (max-width: 767px) {
    h2 {
        font-size: 5.6vw
    }

    h2 span {
        font-size: 6.4vw;
        border-bottom: .2666666667vw solid #0f1726;
        padding-bottom: .2666666667vw
    }

    h2.-small {
        font-size: 5.3333333333vw
    }

    h3 {
        font-size: 5.3333333333vw;
        margin-bottom: 2.6666666667vw
    }

    h3.-small {
        font-size: 4.8vw
    }
}

.__inner {
    max-width: 960px;
    margin: 0 auto
}

.__flexbox {
    display: flex;
    justify-content: space-between
}

.__frame {
    padding: 22px 24px 23px;
    border: 1px solid #1d3a66;
    border-radius: 8px
}

.__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    line-height: 1.375;
    padding: 0 .6em;
    max-width: 300px;
    background-color: #094ea2;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

@media(max-width: 767px) {
    .__frame {
        padding: 5.8666666667vw 6.4vw 6.1333333333vw;
        border: .2666666667vw solid #1d3a66;
        border-radius: 2.1333333333vw
    }

    .__button {
        width: 100%;
        height: 18.6666666667vw;
        max-width: 100%;
        border-radius: 1.6vw
    }
}

.button__area {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.button__area.-center {
    justify-content: center;
    gap: 30px
}

@media(max-width: 767px) {
    .button__area {
        margin-top: 5.3333333333vw;
        gap: 4vw
    }

    .button__area.-center {
        gap: 8vw
    }
}

.table--primary {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-top: 40px;
    font-size: 14px;
}
@keyframes highlight {
    0% {
        border: 1px solid #ffffff;
        box-shadow:none;
    }
    100% {
        border: 1px solid #4100AC;
        box-shadow: 0 0 12px #1e83f6 inset;               
    }
}

.table--primary tbody.-active tr {
    background-color: #D7E4F2!important;
    border: 1px solid #C2D4E8;
    box-shadow: 0 0 6px #699dd8 inset;
    animation: highlight 0.8s ease 10 alternate;
}

.table--primary thead tr th {
    min-height: 44px;
    background-color: #1D3A66;
    font-weight: 700;
    color: #fff;
    border: 1px solid #4A6185;
    padding: 0.857em;
}

.table--primary tbody tr td {
    min-height: 44px;
    text-align: left;
    border: 1px solid #C2D4E8;
    padding: 0.857em;
}

.table--primary tbody tr th {
    font-weight: 700;
    color: #001D4C;
    text-align: left;

    border: 1px solid #C2D4E8;
    padding: 0.857em;
}

#Target .table--primary tbody tr:nth-child(odd) {
    background-color: #F2F6FA;
}

#Target .table--primary tbody tr:nth-child(even) {
    background-color: #D9E5F1;
}

@media (max-width: 767px) {
    .table--primary {
        margin-top: 20px;
        font-size: 3.7333333333vw;
    }

    .table--primary tbody tr:nth-child(4) {
        padding: 0 100px;
    }

    .table--primary thead tr th {
        min-height: 11.7333333333vw;
    }

    .table--primary tbody tr td {
        min-height: 11.7333333333vw;
    }

    .table--primary tbody tr td:nth-child(4) {
        white-space:normal;
    }

    .-sp--scroll {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .-sp--scroll table {
        table-layout: auto;
    }
}

#MainVisual {
    background: url(../images/mainvisual-bg.png) no-repeat center 0;
    background-size: cover;
    height: 360px;
}

#MainVisual.__bg-bottom {
    background-position-y: bottom;
}

#MainVisual .__inner {
    max-width: 1200px;
}

#MainVisual h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 8px
}

#MainVisual p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 4px;
    color: #fff;
    text-align: left
}

#MainVisual p:nth-child(1) {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

@media all and (max-width: 767px) {
    #MainVisual {
        background-image: url(../../common/images/mainvusual-bg-small.png);
        height: 96vw;
        padding-top: 10vw
    }

    #MainVisual p {
        text-align: center;
        font-size: 4.8vw;
        line-height: 1.8;
    }

    #MainVisual p:last-child {
        line-height: 1.8;
    }

    #MainVisual h1 {
        font-size: 8.5333333333vw;
        margin-bottom: 8vw;
        text-align: center;
    }

    #MainVisual h1 img {
        width: 41.6vw;
        margin-top: .5333333333vw
    }

    #MainVisual p:first-child {
        padding: 0;
    }
}

#PageNav {
    background-color: #0f1726;
    padding: 0 20px
}

#PageNav .__inner {
    max-width: 840px;
}

#PageNav ul {
    display: flex;
    justify-content: space-between
}

#PageNav ul li {
    padding: 0 .4em
}

#PageNav ul li a {
    color: #fff;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 73px;
    text-decoration: none;
    position: relative;
    padding-bottom: 11px
}

#PageNav ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: 11px;
    left: 50%
}

#PageNav ul li span {
    display: inline-block
}

#PageNav ul li:first-child {
    padding-left: 0
}

#PageNav ul li:last-child {
    padding-right: 0
}

@media all and (max-width: 960px) {
    #PageNav ul li a {
        flex-direction: column
    }
}

@media all and (max-width: 767px) {
    #PageNav {
        top: 20.5333333333vw;
        background-color: rgba(0, 0, 0, 0);
        position: static
    }

    #PageNav ul {
        justify-content: space-between;
        gap: 4vw;
        flex-wrap: wrap;
        padding: 5.3333333333vw 0
    }

    #PageNav ul li {
        width: 42.6666666667vw;
        background-color: #094ea2;
        border-radius: 1.6vw
    }

    #PageNav ul li a {
        width: 100%;
        justify-content: center;
        text-align: center;
        height: 21.3333333333vw;
        padding: 0 1.3333333333vw 2.9333333333vw;
        font-size: 3.4666666667vw
    }

    #PageNav ul li a::before {
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        border-width: 0 .5333333333vw .5333333333vw 0;
        bottom: 2.9333333333vw
    }
}

#Target h2 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
}

#Target figure {
    margin-bottom: 48px;
    text-align: center;
}

#Target img {
    width: 100%;
    max-width: 640px;
    margin-top: 50px;
}

#Target table {
    font-size: 14px;
}
/* 
#Target table.table--primary .white {
    background-color: white;
} */

#Target tr th:nth-child(1) {
    width: 12.5%;
}

#Target tr th:nth-child(2) {
    width: 23%;
}

#Target tr th:nth-child(3) {
    width: 27%;
}

#Target tr th:nth-child(4) {
    width: 37.5%;
}

#Target table.table--primary tbody tr td span {
    color: #4481eb;
}

#Target table tr td .to_product_btn {
    max-width: 270px;
    text-decoration: none;
    display: block;
    color: #fff;
    background: #044da0;
    border-radius: 5px;
    text-align: center;
    padding: 7px 8px;
    margin: 0 auto;
}

#Target table tr td .to_product_btn dl dt {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 8px;
}

@media all and (max-width: 767px) {
    #Target {
        padding-top: 40px;
        font-size: 3.8vw;
    }

    #Target h2 {
        margin-bottom: 30px
    }

    #Target figure {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #Target img {
        margin: 0px;
    }

    #Target table {
        width: 200vw;
    }

    #Target table tr td .to_product_btn dl dt {
        font-size: 5.3333333333vw;
    }
}

#Measures {
    background-color: #E8ECED;
}

#Measures h2 {
    margin-bottom: 15px
}

#Measures h2 span {
    color: #333;
}

#Measures .__inner > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-top: 60px;
}

#Measures .__inner > div figure:nth-child(1) img {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .35);
}

#Measures figure {
    width: 58%;
}

#Measures figure img {
    width: 100%;
    background-color: #fff;
}

#Measures .explain {
    width: 42%;
}

#Measures p {
    font-size: 16px;
}

#Measures .explain h4 {
    font-size: 24px;
    color: #004EA2;
    margin-bottom: 10px;
}

#Measures .explain p:first-child {
    font-size: 18px;
    color: #004EA2;
}

#Measures .__inner > div:nth-child(3) {
    flex-direction: row-reverse;
}

#Measures .__inner > p {
    width: auto;
    margin-top: 50px;
    text-align: right;
}

#Measures .__inner>p a span {
    text-decoration: underline;
}


@media all and (max-width: 767px) {
    #Measures {
        padding: 40px 5.3333333333vw 40px;
        font-size: 3.8vw;
    }

    #Measures h2 {
        margin-bottom: 0px;
    }

    #Meaures h4 {
        font-size: 6.5vw;
    }

    #Measures p {
        font-size: 3.8vw;
    }

    #Measures figure {
        width: 100%;
    }

    #Measures .explain {
        width: 100%;
    }

    #Measures .explain h4 {
        margin-bottom: 0;
    }

    #Measures .explain p:first-child {
        font-size: 4.9vw;
    }

    #Measures .__inner > div {
        flex-direction: column;
        gap: 0;
    }

    #Measures .__inner > div figure:nth-child(1) img {
        box-shadow: 0 0.8vw 4.3333333333vw rgba(0, 0, 0, .35);
    }

    #Measures .__inner > div:nth-child(2) {
        margin-top: 30px;
    }

    #Measures .__inner > div:nth-child(3) {
        flex-direction: column;
    }

    #Measures .__inner p {
        margin-top: 10px;
        text-align: left;
    }

    #Measures .__inner > p {
        margin-top: 40px;
    }
}

#Thought {
    background: url(../images/thought-img.png) no-repeat center 0;
    background-size: cover;
    color: #FFFFFF;
    min-height: 438px;
    padding-top: 57px
}

#Thought h2 {
    color: #FFFFFF;
    margin-bottom: 51px
}

#Thought h2 span {
    border-color: #FFFFFF
}

#Thought h3 {
    color: #FFFFFF
}

#Thought .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    margin-top: 60px;
    margin: 60px 20px 0 20px;
}

#Thought .box>div {
    width: 50%;
}

#Thought .box {
    justify-content: center;
}

#Thought .box > div:nth-child(2) {
    display: none;
}

#Thought video {
    width: 100%;
}

@media all and (max-width: 767px) {
    #Thought {
        min-height: auto;
        padding-top: 40px
    }

    #Thought h2 {
        margin-bottom: 0;
    }

    #Thought h3 {
        font-size: 5vw;
    }

    #Thought .box {
        flex-direction: column;
        margin: 30px 0 0;
        gap: 50px;
    }

    #Thought .box > div {
        width: 100%;
    }

    #Thought .box > div p {
        font-size: 3.8vw;
    }
}

#Product h2 {
    margin-bottom: 49px
}

#Product h3 {
    margin-bottom: 20px
}

#Product p {
    font-size: 14px;
}

#Product tr th:nth-child(1) {
    width: 18%;
}

#Product tr th:nth-child(2), #Product tr td:nth-child(2) {
    width: auto;
    white-space: normal;
}

#Product tr th:nth-child(3), #Product tr td:nth-child(3) {
    width: 200px;
}

#Product .bold {
    font-weight: bold;
}

#Product .download {
    width: 160px;
    height: 36px;
    margin: 0 auto;
    background-color: #094EA2;
    border-radius: 6px;
}

#Product .download a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

#Product .table--primary tbody tr {
    background-color: #F2F6FA;
} 

#Product .table--primary tbody tr td {
    border: 1px solid #C2D4E8;
}

@media all and (max-width: 767px) {
    #Product {
        padding-top: 40px;
    }

    #Product h2 {
        margin-bottom: 0;
    }

    #Product h3 {
        margin-bottom: 5.3333333333vw
    }

    #Product table {
        margin-top: 30px;
        width: 200vw;
    }

    #Product .download {
        width: 40vw;
        height: 9vw;
        border-radius: 8px;
    }
}

#Evaluation {
    padding: 50px 20px;
    background-color: #F2F6FA;
    text-align: center;
}

#Evaluation h2 {
    margin-bottom: 49px
}

#Evaluation .__inner>img {
    width: 60%;
}

#Evaluation p {
    font-size: 14px;
}

#Evaluation .__inner> p {
    width: 60%;
    margin: 0 auto;
}

#Evaluation .box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 50px 30px 0 30px;
}

#Evaluation .box div {
    width: 30%;
}

#Evaluation .box img {
    height: 120px;
    padding: 20px 0;
    object-fit: contain;
    background-color: #fff;
}

#Evaluation .box p {
    text-align: left;
    padding-top: 15px;
}

@media all and (max-width: 767px) {
    #Evaluation {
        padding: 28px 20px 50px;
        font-size: 3.8vw;
    }

    #Evaluation h2 {
        margin-bottom: 15px
    }

    #Evaluation p {
        font-size: 3.8vw;
    }

    #Evaluation .__inner>img {
        width: 100%;
    }

    #Evaluation .__inner> p {
        width: 90%;
    }

    #Evaluation .box {
        flex-direction: column;
        gap: 30px;
        margin: 10vw 7vw 0;
    }

    #Evaluation .box div {
        width: 100%;
    }

    #Evaluation .box img {
        padding: 16px 0;
    }
}

#Effort {
    background: url(../images/effort-bg.png) no-repeat center 0;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 90px 60px;
}

#Effort p {
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: 4.4px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif
}

@media all and (max-width: 767px) {
    #Effort {
        min-height: auto;
        min-height: initial;
        padding: 12.2666666667vw 5.3333333333vw 15vw
    }

    #Effort p {
        font-size: 4vw;
        letter-spacing: 0.05vw;
    }
}

#Contact {
    height: 70px;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

#Contact .__button--contact {
    width: 360px;
    height: 50px;
    font-size: 18px;
    margin: 0;
    border-radius: 5px;
    gap: 15px;
}

#Contact .__button--contact::before {
    width: 22px;
    height: 17.6px;
    margin-right: 0;
}

#Contact.-footeradjust {
    position: absolute
}

@media all and (max-width: 767px) {
    #Contact {
        height: 18.6666666667vw;
        padding-bottom: 3vw;
    }

    #Contact .__button--contact {
        width: 80vw;
        height: 10.6666666667vw;
        font-size: 3.2vw;
        border-radius: 1.3333333333vw;
        gap: 3vw;
    }

    #Contact .__button--contact::before {
        width: 4vw;
        height: 3.2vw;
    }
}

header {
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #707070
}

header .__inner {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
    font-size: 14px;
    padding: 0
}

.header__logo a {
    display: flex;
    align-items: center;
    gap: 18px
}

.sub-menu__area {
    display: flex;
    align-items: center
}

.lang__select__box {
    display: flex;
    align-items: center;
    position: relative
}

.lang__select__box::before {
    content: "";
    display: block;
    width: 18px;
    height: 19.3px;
    background: url(../images/lang_select.png) no-repeat 0 0;
    background-size: contain;
    margin: 2px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.lang__select__box::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #707070;
    margin-left: 10px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none
}

.lang__select__box select {
    font-size: 13px;
    color: #707070;
    width: 96px;
    padding-left: 21px
}

.__button--contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    color: #fff;
    background-image: linear-gradient(to right, #04BEFE, #4481EB);
    margin-left: 20.5px
}

.__button--contact::before {
    content: "";
    display: block;
    width: 17.5px;
    height: 14px;
    background: url(../images/icon-mail.svg) no-repeat 0 0;
    background-size: contain;
    margin-right: 8.5px
}

select::-ms-expand {
    display: none
}

@media all and (max-width: 960px) {
    .sub-menu__area {
        flex-direction: row-reverse
    }

    .lang__select__box {
        width: 50px;
        height: 40px;
        position: relative;
        background-color: #ededed;
        margin-left: 10px
    }

    .lang__select__box::before {
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        width: 18px;
        height: 19.3px;
        margin: 0;
        pointer-events: none
    }

    .lang__select__box::after {
        position: absolute;
        top: 50%;
        right: 6.5px;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        margin-left: 0;
        pointer-events: none;
        border-width: 0 1px 1px 0
    }

    .lang__select__box select {
        font-size: 13px;
        color: #707070;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-indent: -9999px
    }

    .__button--contact {
        width: 120px;
        height: 40px;
        margin-left: auto;
        font-size: 13px
    }

    .__button--contact::before {
        content: "";
        display: block;
        width: 17.5px;
        height: 14px;
        margin-right: 4.5px
    }
}

@media all and (max-width: 767px) {
    .header__logo a {
        flex-direction: column;
        gap: 2vw
    }

    .header__logo a img:first-child {
        width: 20.8vw
    }

    .header__logo a img:last-child {
        width: 19.2vw
    }

    header {
        border-bottom: .5333333333vw solid #004fa8
    }

    header .__inner {
        height: 20vw
    }

    .lang__select__box {
        width: 13.3333333333vw;
        height: 10.6666666667vw;
        margin-left: 2.6666666667vw
    }

    .lang__select__box::before {
        left: 2.1333333333vw;
        width: 4.8vw;
        height: 5.1466666667vw
    }

    .lang__select__box::after {
        right: 1.7333333333vw;
        width: 1.6vw;
        height: 1.6vw;
        border-width: 0 .2666666667vw .2666666667vw 0
    }

    .lang__select__box select {
        //font-size: 3.4666666667vw
    }

    .__button--contact {
        width: 32vw;
        height: 10.6666666667vw;
        font-size: 3.4666666667vw
    }

    .__button--contact::before {
        width: 4.6666666667vw;
        height: 3.7333333333vw;
        margin-right: 1.2vw
    }
}

footer {
    color: #ccc;
    background: #333;
    font-size: 12px
}

footer a {
    text-decoration: none;
    font-size: 12px;
    color: #ccc
}

footer a:hover {
    text-decoration: underline
}

footer .__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px 0
}

footer .footer__link {
    padding: 25px 20px 50px
}

footer .footer__link dl {
    display: flex;
    align-items: flex-end;
    color: #969696;
    gap: 20px;
    padding-right: 20px;
    border-right: 1px solid #707070;
    line-height: 1.8;
}

footer .footer__link dl dt {
    font-size: 12px
}

footer .footer__link dl dd {
    font-size: 12px
}

footer .footer__link .footer__link__box {
    display: flex;
    gap: 20px
}

footer .footer__link .__copyright {
    font-size: 12px;
    color: #969696;
    text-align: right;
    margin: 12px 0 0
}

@media all and (max-width: 960px) {
    footer a {
        text-decoration: none;
        font-size: 3.2vw;
        color: #ccc
    }

    footer a:hover {
        text-decoration: underline
    }

    footer .__inner {
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 21.3333333333vw
    }

    footer .__inner>div {
        width: 100%
    }

    footer .footer__link {
        padding: 0;
        flex-direction: column-reverse
    }

    footer .footer__link dl {
        flex-direction: column;
        gap: 0;
        border-right: 0;
        padding: 8vw 5.3333333333vw;
        align-items: flex-start
    }

    footer .footer__link dl dt {
        font-size: 3.2vw
    }

    footer .footer__link dl dd {
        font-size: 2.9333333333vw
    }

    footer .footer__link .footer__link__box {
        flex-direction: column;
        gap: 0
    }

    footer .footer__link .footer__link__box li {
        width: 100%;
        height: 11.7333333333vw;
        font-size: 3.2vw;
        border-bottom: .2666666667vw solid #a0a0a0
    }

    footer .footer__link .footer__link__box li a {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 5.3333333333vw
    }

    footer .footer__link .footer__link__box li a::after {
        content: "";
        display: block;
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        border-width: .2666666667vw .2666666667vw 0 0;
        border-style: solid;
        border-color: #ccc;
        margin-left: auto;
        transform: rotate(45deg)
    }

    footer .footer__link .__copyright {
        position: absolute;
        font-size: 3.2vw;
        text-align: right;
        margin: 0;
        bottom: 10.9333333333vw;
        left: 0;
        padding: 0 5.3333333333vw
    }

    footer .footer__link .__copyright p {
        font-size: 3.2vw
    }
}

.to_top {
    position: fixed;
    right: calc(50% - 560px);
    bottom: 10px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background: #004ea2;
    cursor: pointer;
    opacity: .8;
    transition: .2s;
    z-index: 5
}

.to_top::before {
    content: "";
    position: relative;
    left: 15px;
    top: 19px;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg)
}

/*# sourceMappingURL=style.css.map */