@charset 'UTF-8';
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

img,
video {
    line-height: 0;
    font-size: 0
}

figure {
    font-size: 0;
    line-height: 0;
}

figure figcaption {
    font-size: initial;
    line-height: 1
}

body {
    font-family: 'Noto Sans JP', 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased
}

img {
    width: 100%
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media print {
    header {
        display: none
    }
}

.l-header {
    padding: 20px;
    position: relative;
}

@media screen and (max-width:679px) {
    .l-header {
        padding: 20px 15px
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .l-header {
        padding: 5.333333333333334vw 15px
    }
}

.l-header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.l-header_logo.top .l-header_logo-crsp {
    border-left: 1px solid #fff
}

.l-header_logo-crsp {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #0099e8;
}

@media screen and (max-width:679px) {
    .l-header_logo-crsp {
        margin-left: 13px;
        padding-left: 13px
    }
}

.l-header_logo-crsp > h1 {
    width: 172px;
}

@media screen and (max-width:679px) {
    .l-header_logo-crsp > h1 {
        width: 114px
    }
}

@media screen and (max-width:374px) {
    .l-header_logo-crsp > h1 {
        width: 30.4vw
    }
}

.l-header_logo-unicef {
    width: 185px;
}

@media screen and (max-width:679px) {
    .l-header_logo-unicef {
        width: 122px
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .l-header_logo-unicef {
        width: 32.53333333333333vw
    }
}

.l-header_menu-btn {
    position: fixed;
    top: 30px;
    right: 20px;
    width: 48px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:679px) {
    .l-header_menu-btn {
        width: 40px;
        height: 21px;
        top: 25px;
        right: 15px
    }
}

.l-header_menu-btn > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0099e8;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width:679px) {
    .l-header_menu-btn > span {
        height: 1px
    }
}

.l-header_menu-btn > span:nth-child(1) {
    top: 0
}

.l-header_menu-btn > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.l-header_menu-btn > span:nth-child(3) {
    bottom: 0
}

.l-header_menu-btn.top > span {
    background-color: #fff
}

.l-header_menu-btn.is-open > span {
    left: 50%;
    background-color: #fff;
}

.l-header_menu-btn.is-open > span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.l-header_menu-btn.is-open > span:nth-child(2) {
    opacity: 0
}

.l-header_menu-btn.is-open > span:nth-child(3) {
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.l-header_menu-btn.is-scroll {
    top: 20px;
}

@media screen and (max-width:679px) {
    .l-header_menu-btn.is-scroll {
        top: 17px
    }
}

.l-header_menu-btn.is-scroll > span {
    background-color: #fff
}

@media screen and (max-width:679px) and (max-width:374px) {
    .l-header_menu-btn {
        top: 6.666666666666667vw;
        height: 5.600000000000001vw
    }
}

.l-header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: auto;
    background-color: #0099e8;
    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;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
}

.l-header_menu.is-open {
    height: 100%;
}

.l-header_menu.is-open .l-header_menu-inner {
    opacity: 1
}

.l-header_menu.is-open .l-header_menu-overlay {
    opacity: 1;
    -webkit-animation: shadow 1s .5s linear forwards;
    animation: shadow 1s .5s linear forwards;
}

.l-header_menu.is-open .l-header_menu-overlay:before {
    -webkit-animation: shadow .1s 1.5s linear forwards;
    animation: shadow .1s 1.5s linear forwards
}

.l-header_menu-logo {
    width: 321px;
    height: 395px;
}

@media screen and (max-width:679px) {
    .l-header_menu-logo {
        max-width: 300px;
        width: 100%;
        height: 127.5px
    }
}

.l-header_menu-inner {
    max-width: 866px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

@media screen and (max-width:679px) {
    .l-header_menu-inner {
        padding: 25px 6.666666666666667vw 0;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }
}

@media screen and (max-height:480px) and (orientation:landscape) {
    .l-header_menu-inner {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.l-header_menu-holder {
    position: relative;
    padding: 0 32px 30px;
    margin-top: -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -30px;
}

@media screen and (max-width:679px) {
    .l-header_menu-holder {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 375.5px
    }
}

.l-header_menu-english {
    position: relative;
    left: 180px;
    top: 22px;
    width: 50px !important;
}

@media screen and (max-width:679px) {
    .l-header_menu-english {
        left: 85%;
        top: 22px;
        width: 41px !important
    }
}

.l-header_menu-english:hover {
    opacity: .5
}

.l-header_menu-list {
    width: 236px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width:679px) {
    .l-header_menu-list {
        width: 100%
    }
}

.l-header_menu-list > li {
    margin: 0 auto;
}

.l-header_menu-list > li:nth-child(1) {
    position: relative;
}

.l-header_menu-list > li:nth-child(1) > a {
    width: 47px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li:nth-child(1) > a {
        width: 34px
    }
}

.l-header_menu-list > li:nth-child(2) > a {
    width: 77px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li:nth-child(2) > a {
        width: 52px
    }
}

.l-header_menu-list > li:nth-child(3) > a {
    width: 153px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li:nth-child(3) > a {
        width: 110px
    }
}

.l-header_menu-list > li:nth-child(4) > a {
    width: 68px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li:nth-child(4) > a {
        width: 48px
    }
}

.l-header_menu-list > li:nth-child(5) > a {
    width: 109px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li:nth-child(5) > a {
        width: 77.5px
    }
}

.l-header_menu-list > li:nth-child(6) > a {
    width: 69px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li:nth-child(6) > a {
        width: 48px
    }
}

.l-header_menu-list > li + li {
    border-top: 1px solid #fff
}

.l-header_menu-list > li > a {
    display: block;
    padding: 20px 0;
}

@media screen and (max-width:679px) {
    .l-header_menu-list > li > a {
        padding: 20px 0
    }
}

.l-header_menu-list > li > a:hover {
    opacity: .5
}

.l-header_menu-list-top {
    border-top: 1px solid #fff;
}

.l-header_menu-list-top > li {
    padding-left: 36px;
}

.l-header_menu-list-top > li + li {
    border-top: 1px solid #4db8ef
}

.l-header_menu-list-top > li:nth-child(1) > a {
    width: 64px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list-top > li:nth-child(1) > a {
        width: 52.5px
    }
}

.l-header_menu-list-top > li:nth-child(2) > a {
    width: 87px;
}

@media screen and (max-width:679px) {
    .l-header_menu-list-top > li:nth-child(2) > a {
        width: 72.5px
    }
}

.l-header_menu-list-top > li > a {
    display: block;
    padding: 22px 0;
}

.l-header_menu-list-top > li > a:hover {
    opacity: .5
}

.l-header_menu-logo-unicef {
    width: 130px;
    display: block;
    margin-top: 70px;
}

@media screen and (max-width:679px) {
    .l-header_menu-logo-unicef {
        width: 101px;
        margin-top: 0;
        padding-bottom: 30px
    }
}

.l-header_menu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #0099e8;
    opacity: 0;
}

.l-header_menu-overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 232, 0)), to(#0099e8));
    background: linear-gradient(to bottom, rgba(0, 153, 232, 0) 0%, #0099e8 100%);
    position: absolute;
    bottom: 100%;
    left: 0
}

main:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0099e8;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

main.is-scroll:before {
    height: 65px;
}

@media screen and (max-width:679px) {
    main.is-scroll:before {
        height: 55px
    }
}

@-webkit-keyframes menu {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes menu {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes shadow {
    to {
        height: 0
    }
}

@keyframes shadow {
    to {
        height: 0
    }
}

@media print {
    footer {
        display: none
    }
}

.l-footer {
    background-color: #0099e8;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    padding: 30px 40px;
    margin-top: -1px;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.l-footer.p-entop {
    border-top: none
}

@media screen and (max-width:679px) {
    .l-footer {
        padding: 15px 0;
        font-size: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10.666666666666668% 6.933333333333333%
    }
}

@media screen and (max-width:679px) {
    .l-footer_info {
        margin-bottom: 5.333333333333334%
    }
}

.l-footer_info > span {
    display: block
}

.l-footer_info span:nth-child(1) {
    font-size: 11px;
    margin-bottom: 12px
}

.l-footer_info span:nth-child(2) {
    font-size: 11px;
    margin-bottom: 12px
}

.l-footer_info span:nth-child(3) {
    font-size: 9px;
}

@media screen and (max-width:679px) {
    .l-footer_info span:nth-child(3) {
        line-height: 15px
    }
}

.l-footer_copyright {
    display: block
}

@media print {
    .p-supports-relation_name {
        width: 50%
    }

    .p-supports-relation_link {
        width: 50%
    }

    .p-top-mv_circle,
    .p-action-head_circle span,
    .p-assessmenttool-head_circle span,
    .p-news-head_circle span,
    .p-supports-head_circle span {
        display: none !important;
        opacity: 0 !important
    }

    .p-news-top-block-image::before {
        display: none !important
    }

    .p-news-top-block:first-child {
        width: 60% !important;
        padding: 0 1em
    }

    .p-news-top-block:last-child {
        width: 40% !important
    }

    .p-news-top-block-image {
        width: 100% !important
    }

    .p-news-block-text {
        padding-left: .5em;
        padding-right: .5em
    }
}

.c-content {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:679px) {
    .c-content {
        padding: 0 6.666666666666667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.c-content-lower {
    padding-top: 93px;
}

@media screen and (max-width:679px) {
    .c-content-lower {
        padding-top: 65px
    }
}

.c-svg {
    position: relative;
}

.c-svg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-svg.num {
    padding-top: 80.35714285714286%
}

.c-svg.arrow {
    padding-top: 113.99999999999999%
}

.c-svg.arrow-mini {
    padding-top: 157.14285714285714%
}

.c-svg.circle {
    padding-top: 100%
}

.c-svg.txt-1 {
    padding-top: 37.086092715231786%
}

.c-svg.txt-2 {
    padding-top: 25.17321016166282%
}

.c-svg.txt-3 {
    padding-top: 32.85302593659942%
}

.c-svg.txt-5 {
    padding-top: 43.79562043795621%
}

.c-svg.txt-6 {
    padding-top: 39.59731543624161%
}

.c-svg.txt-7 {
    padding-top: 23.492723492723496%
}

.c-svg.border-large-pc {
    padding-top: 54.78180129990715%
}

.c-svg.border-middle-pc {
    padding-top: 54.78180129990715%
}

.c-svg.border-small-pc {
    padding-top: 109.5636025998143%
}

.c-svg.border-large-sp {
    padding-top: 217.39130434782606%
}

.c-svg.border-middle-sp {
    padding-top: 72.46376811594203%
}

.c-svg.border-small-sp {
    padding-top: 144.92753623188406%
}

.c-hover-opacity {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.c-hover-opacity:hover {
    opacity: .8
}

.p-top-mv {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.p-top-mv.p-entop .p-top-mv_txt {
    display: none
}

.p-top-mv_shadow {
    position: relative;
    width: 100%;
    z-index: 1
}

.p-top-mv_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.p-top-mv_container.is-active .p-top-mv_person {
    -webkit-animation: mv-img 8s linear;
    animation: mv-img 8s linear
}

.p-top-mv_container.is-active .p-top-mv_bg {
    -webkit-animation: mv-bg 8s linear;
    animation: mv-bg 8s linear
}

.p-top-mv_bg,
.p-top-mv_person {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-top-mv_bg {
    padding-right: 60px;
}

.p-top-mv_bg.ver1 {
    background: url("/assets/images/top/mv_bg_1_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver1 {
        background: url("/assets/images/top/mv_bg_1_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_bg.ver2 {
    background: url("/assets/images/top/mv_bg_2_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver2 {
        background: url("/assets/images/top/mv_bg_2_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_bg.ver3 {
    background: url("/assets/images/top/mv_bg_3_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver3 {
        background: url("/assets/images/top/mv_bg_3_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_bg.ver4 {
    background: url("/assets/images/top/mv_bg_4_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver4 {
        background: url("/assets/images/top/mv_bg_4_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_bg.ver5 {
    background: url("/assets/images/top/mv_bg_5_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver5 {
        background: url("/assets/images/top/mv_bg_5_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_bg.ver6 {
    background: url("/assets/images/top/mv_bg_6_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver6 {
        background: url("/assets/images/top/mv_bg_6_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_bg.ver7 {
    background: url("/assets/images/top/mv_bg_7_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_bg.ver7 {
        background: url("/assets/images/top/mv_bg_7_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person {
    padding-left: 35px;
}

.p-top-mv_person.ver1 {
    background: url("/assets/images/top/mv_person_1_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver1 {
        background: url("/assets/images/top/mv_person_1_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person.ver2 {
    background: url("/assets/images/top/mv_person_2_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver2 {
        background: url("/assets/images/top/mv_person_2_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person.ver3 {
    background: url("/assets/images/top/mv_person_3_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver3 {
        background: url("/assets/images/top/mv_person_3_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person.ver4 {
    background: url("/assets/images/top/mv_person_4_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver4 {
        background: url("/assets/images/top/mv_person_4_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person.ver5 {
    background: url("/assets/images/top/mv_person_5_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver5 {
        background: url("/assets/images/top/mv_person_5_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person.ver6 {
    background: url("/assets/images/top/mv_person_6_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver6 {
        background: url("/assets/images/top/mv_person_6_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_person.ver7 {
    background: url("/assets/images/top/mv_person_7_pc.png") center no-repeat;
    background-size: cover;
}

@media screen and (orientation:portrait) {
    .p-top-mv_person.ver7 {
        background: url("/assets/images/top/mv_person_7_sp.png") center no-repeat;
        background-size: cover
    }
}

.p-top-mv_txt {
    position: absolute;
    top: 50%;
    left: 1.317715959004393%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt {
        top: auto;
        bottom: 7.6vw;
        left: 2.666666666666667vw;
        -webkit-transform: none;
        transform: none
    }
}

.p-top-mv_txt.ver1 {
    width: 27.96486090775988%;
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt.ver1 {
        width: 73.46153846153847%
    }
}

.p-top-mv_txt.ver2 {
    width: 31.69838945827233%;
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt.ver2 {
        width: 83.26923076923077%
    }
}

.p-top-mv_txt.ver3 {
    width: 25.402635431918007%;
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt.ver3 {
        width: 66.73076923076923%
    }
}

.p-top-mv_txt.ver5 {
    width: 29.941434846266475%;
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt.ver5 {
        width: 78.65384615384615%
    }
}

.p-top-mv_txt.ver6 {
    width: 32.72327964860908%;
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt.ver6 {
        width: 85.96153846153847%
    }
}

.p-top-mv_txt.ver7 {
    width: 35.21229868228404%;
}

@media screen and (orientation:portrait) {
    .p-top-mv_txt.ver7 {
        width: 92.5%
    }
}

.p-top-mv_circle {
    width: 177.3060029282577%;
    position: absolute;
    top: 44.27083333333333%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(55deg) scale(-1, 1);
    transform: translateX(-50%) rotate(55deg) scale(-1, 1);
}

@media screen and (orientation:portrait) {
    .p-top-mv_circle {
        top: 15.203619909502262%;
        width: 466.6666666666667%;
        -webkit-transform: translateX(-50%) rotate(80deg) scale(-1, 1);
        transform: translateX(-50%) rotate(80deg) scale(-1, 1)
    }
}

.p-top-mv_circle circle {
    stroke-dasharray: 6586 6977.08
}

@-webkit-keyframes mv-img {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px)
    }
}

@keyframes mv-img {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px)
    }
}

@-webkit-keyframes mv-bg {
    0% {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes mv-bg {
    0% {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.p-top-lead {
    padding: 140px 0 70px;
}

@media screen and (max-width:679px) {
    .p-top-lead {
        padding: 100px 0 30px
    }
}

.p-top-lead_symbol {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

@media screen and (max-width:679px) {
    .p-top-lead_symbol {
        width: 45.33333333333333vw;
        height: 45.33333333333333vw
    }
}

.p-top-lead_copy,
.p-top-lead_copy-ja {
    font-size: 0;
    line-height: 0
}

.p-top-lead_copy {
    max-width: 738px;
    width: 100%;
    margin: 18px auto 0;
}

@media screen and (max-width:679px) {
    .p-top-lead_copy {
        margin-top: 22px
    }
}

.p-top-lead_copy img[src$=".svg"] {
    width: 100%
}

.p-top-lead_copy-ja {
    max-width: 364px;
    width: 100%;
    margin: 19px auto 0;
}

@media screen and (max-width:679px) {
    .p-top-lead_copy-ja {
        margin-top: 29px
    }
}

.p-top-lead_txt {
    max-width: 738px;
    width: 100%;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 33px;
    color: #0099e8;
    letter-spacing: .08em;
    text-align: justify;
}

@media screen and (max-width:679px) {
    .p-top-lead_txt {
        font-size: 12px;
        line-height: 30px;
        margin-top: 25px
    }
}

.text {
    width: 350px
}

.p-top-principle {
    padding: 38px 0 50px;
}

@media screen and (max-width:679px) {
    .p-top-principle {
        padding-bottom: 0
    }
}

.p-top-principle_container {
    position: relative;
}

@media screen and (max-width:679px) {
    .p-top-principle_container {
        width: 315px;
        margin: 0 auto
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-top-principle_container {
        width: 86.66666666666667vw
    }
}

.p-top-principle_list > li {
    width: 25%;
    height: 295px;
    float: left;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-top-principle_list > li circle {
    opacity: 0;
    stroke-dasharray: 0 386.22
}

@media screen and (max-width:1076px) {
    .p-top-principle_list > li {
        height: 27.390900649953576vw;
        padding-top: 30px
    }
}

@media screen and (max-width:679px) {
    .p-top-principle_list > li {
        width: 46.15384615384615%;
        max-width: 150px;
        height: 250px;
        max-height: initial;
        padding-top: 23px
    }
}

@media screen and (max-width:679px) {
    .p-top-principle_list > li:nth-child(2n) {
        float: right
    }
}

.p-top-principle_list > li:last-child {
    float: right;
}

@media screen and (max-width:679px) {
    .p-top-principle_list > li:last-child {
        width: 100%;
        max-width: initial
    }
}

.p-top-principle_list > li:last-child .p-top-principle_list-txt {
    color: #404040
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-top-principle_list > li {
        height: 66.66666666666666vw;
        padding-top: 6.133333333333333vw
    }
}

.p-top-principle_list:after {
    display: block;
    clear: both;
    content: ''
}

.p-top-principle_list-num {
    width: 58px;
}

@media screen and (max-width:1076px) {
    .p-top-principle_list-num {
        width: 5.385329619312906vw
    }
}

@media screen and (max-width:679px) {
    .p-top-principle_list-num {
        width: 58px
    }
}

@media screen and (max-width:374px) {

    .p-top-principle_list-num,
    .p-top-principle_list-arrow {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.p-top-principle_list-box {
    width: 133px;
    height: 133px;
    margin: 0 auto;
    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;
    position: relative;
}

@media screen and (max-width:1076px) {
    .p-top-principle_list-box {
        width: 12.349117920148561vw;
        height: 12.349117920148561vw
    }
}

@media screen and (max-width:679px) {
    .p-top-principle_list-box {
        width: 122px;
        height: 122px
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-top-principle_list-box {
        width: 29.86666666666667vw;
        height: 29.86666666666667vw
    }
}

a.p-top-principle_list-box .p-top-principle_list-circle svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

a.p-top-principle_list-box:hover .p-top-principle_list-circle svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

a .p-top-principle_list-box:hover {
    opacity: .6
}

.p-top-principle_list-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(-1, 1) rotate(-106deg);
    transform: scale(-1, 1) rotate(-106deg)
}

.p-top-principle_list-txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 26px;
    color: #0099e8;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width:1076px) {
    .p-top-principle_list-txt {
        font-size: 12px;
        line-height: 2.414113277623027vw;
        margin-top: 1.857010213556174vw
    }
}

@media screen and (max-width:679px) {
    .p-top-principle_list-txt {
        line-height: 24px;
        letter-spacing: 0;
        margin-top: 15px
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-top-principle_list-txt {
        font-size: 11px;
        line-height: 19px
    }
}

.p-top-principle_list-arrow {
    width: 50px;
}

@media screen and (max-width:1076px) {
    .p-top-principle_list-arrow {
        width: 4.642525533890436vw
    }
}

@media screen and (max-width:679px) {
    .p-top-principle_list-arrow {
        width: 50px
    }
}

.p-top-principle_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width:679px) {
    .p-top-principle_label {
        width: calc(100% + 30px);
        margin: 0 -15px
    }
}

.p-top-principle_label > li {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.p-top-principle_label-large {
    top: 0;
    left: 0;
    width: 100%;
    height: 66.66666666666666%;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-large {
        height: auto
    }
}

.p-top-principle_label-large .p-top-principle_label-txt {
    left: 20px;
    -webkit-transform: none;
    transform: none;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-large .p-top-principle_label-txt {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.p-top-principle_label-middle {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 33.33333333333333%;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-middle {
        width: 100%;
        top: 750px;
        -webkit-transform: none;
        transform: none;
        height: auto
    }
}

.p-top-principle_label-small {
    bottom: 0;
    left: 0;
    width: 25%;
    height: 33.33333333333333%;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-small {
        width: 50%;
        top: 1000px;
        bottom: auto;
        height: auto
    }
}

.p-top-principle_label-small .p-top-principle_label-txt {
    top: auto;
    bottom: -20px;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-small .p-top-principle_label-txt {
        top: -16px;
        bottom: auto
    }
}

.p-top-principle_label-small + .p-top-principle_label-small {
    left: 25%;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-small + .p-top-principle_label-small {
        left: 50%
    }
}

.p-top-principle_label-txt {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #757575;
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
    padding: 0 20px;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width:679px) {
    .p-top-principle_label-txt {
        font-size: 10px;
        padding: 0 5px;
        line-height: 16px
    }
}

.p-top-principle_label-border svg {
    overflow: visible
}

.p-top-principle_label-border-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-top-principle_label-border-cover svg {
    overflow: visible;
}

.p-top-principle_label-border-cover svg path {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    stroke: #fff;
    stroke-width: 3;
    stroke-dasharray: 0 10000
}

.p-top-download {
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: .1em;
    position: relative
}

.p-top-download_container {
    padding: 90px 0 90px;
    background-color: #323536;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-top-download_container {
        padding: 62px 0 62px
    }
}

.p-top-download_ttl {
    font-size: 30px;
    font-weight: normal
}

.p-top-download_list {
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:679px) {
    .p-top-download_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 345px
    }
}

.p-top-download_list > li {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:679px) {
    .p-top-download_list > li {
        width: 150px
    }
}

@media screen and (max-width:679px) {
    .p-top-download_list > li:nth-child(n+3) {
        margin-top: 42px
    }
}

.p-top-download_list > li:nth-child(1) .p-top-download_list-box > span,
.p-top-download_list > li:nth-child(2) .p-top-download_list-box > span {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.p-top-download_list > li:nth-child(3) .p-top-download_list-box > span {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.p-top-download_list > li:nth-child(4) .p-top-download_list-box > span {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px)
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-top-download_list > li {
        width: 40vw
    }
}

.p-top-download_list + .p-top-download_link {
    margin-top: 100px;
}

@media screen and (max-width:679px) {
    .p-top-download_list + .p-top-download_link {
        margin-top: 32px
    }
}

.p-top-download_list-box {
    width: 170px;
    height: 170px;
    position: relative;
    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;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
}

.p-top-download_list-box:hover .p-top-download_list-circle svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width:959px) {
    .p-top-download_list-box {
        width: 150px;
        height: 150px
    }
}

@media screen and (max-width:679px) {
    .p-top-download_list-box {
        width: 132px;
        height: 132px;
        font-size: 13px;
        line-height: 17px
    }
}

.p-top-download_list-box span {
    display: none
}

.p-top-download_list-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(104deg);
    transform: rotate(104deg);
}

.p-top-download_list-circle svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.p-top-download_list-circle2 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.p-top-download_list li:first-child .p-top-download_list-box {
    background: url("/assets/images/top/icon_assesment.png") center center no-repeat
}

.p-top-download_list li:nth-child(2) .p-top-download_list-box {
    background: url("/assets/images/top/icon_action.png") center center no-repeat
}

.p-top-download_list li:nth-child(3) .p-top-download_list-box {
    background: url("/assets/images/top/icon_supports.png") center center no-repeat
}

.p-top-download_list li:last-child .p-top-download_list-box {
    background: url("/assets/images/top/icon_news.png") center center no-repeat
}

.p-top-download_list-arrow {
    width: 22px;
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-top-download_list-arrow svg {
    -webkit-animation: arrow 2.5s infinite;
    animation: arrow 2.5s infinite
}

@media screen and (max-width:679px) {
    .p-top-download_list-arrow {
        width: 18px
    }
}

.p-top-download_list-arrow2 {
    top: 15px;
    left: 130%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.p-top-download_list-txt {
    margin-top: 26px;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width:959px) {
    .p-top-download_list-txt {
        font-size: 11px;
        line-height: 20px
    }
}

@media screen and (max-width:679px) {
    .p-top-download_list-txt {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0;
        margin-top: 19px
    }
}

.p-top-download_link {
    display: inline-block;
    position: relative;
    color: #fff;
    padding-left: 35px;
    font-size: 13px;
    letter-spacing: .18em;
}

@media screen and (max-width:679px) {
    .p-top-download_link {
        max-width: 300px;
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0;
        padding: 0 10px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-top-download_link {
        font-size: 12px
    }
}

.p-top-download_link-arrow {
    width: 7px;
    position: absolute;
    top: 2px;
    left: 8px;
}

@media screen and (max-width:679px) {
    .p-top-download_link-arrow {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

@media screen and (max-width:679px) {
    .p-top-download_link-inner {
        text-align: left;
        display: inline-block
    }
}

.p-top-download_bottom {
    padding: 80px 0;
}

@media screen and (max-width:679px) {
    .p-top-download_bottom {
        padding: 46px 0
    }
}

.p-top-download_bottom .p-top-download_link {
    color: #222;
}

.p-top-download_bottom .p-top-download_link .p-top-download_link-inner {
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em)
}

.p-top-download_anchor {
    position: absolute;
    top: -65px;
    left: 0;
}

@media screen and (max-width:679px) {
    .p-top-download_anchor {
        top: -55px
    }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-supports-head {
    padding-top: 340px;
    position: relative;
    z-index: 0;
    text-align: center;
}

@media screen and (max-width:679px) {
    .p-supports-head {
        padding-top: 52.53333333333333%
    }
}

.p-supports-head_ttl {
    font-size: 0;
    line-height: 0;
    width: 272px;
    margin: 0 auto;
}

@media screen and (max-width:679px) {
    .p-supports-head_ttl {
        width: 53.86666666666666vw;
        max-width: 202px
    }
}

.p-supports-head_lead {
    font-size: 15px;
    color: #0099e8;
    text-align: center;
    margin-top: 30px;
    letter-spacing: .01em;
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em);
    display: inline-block;
}

@media screen and (max-width:679px) {
    .p-supports-head_lead {
        font-size: 10px;
        line-height: 25px;
        margin-top: 15px
    }
}

.p-supports-head_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1700px;
    z-index: -1;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-supports-head_circle {
        height: 700px
    }
}

.p-supports-head_circle span {
    display: block;
    position: absolute;
    top: 12px;
    left: calc(50% + 71px);
    -webkit-transform: translateX(-50%) rotate(-94.5deg);
    transform: translateX(-50%) rotate(-94.5deg);
    width: 2488px;
    opacity: 0;
}

@media screen and (max-width:1149px) {
    .p-supports-head_circle span {
        top: 80px
    }
}

@media screen and (max-width:679px) {
    .p-supports-head_circle span {
        width: 331.73333333333335%;
        top: 68px;
        left: calc(50% + 50px)
    }
}

.p-supports-head_circle span circle {
    stroke-dasharray: 6861 7184.320000000001
}

.p-supports-list {
    padding: 90px 0 100px;
}

@media screen and (max-width:679px) {
    .p-supports-list {
        padding: 0 0 50px
    }
}

.p-supports-list_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width:679px) {
    .p-supports-list_container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.p-supports-list_container > li {
    width: 33.33333333333333%;
}

@media screen and (max-width:679px) {
    .p-supports-list_container > li {
        width: 40vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-supports-list_container > li {
        width: 50%
    }
}

.p-supports-list_inner {
    max-width: 260px;
    width: 100%;
    height: 160px;
    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;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: .1em;
}

@media screen and (max-width:679px) {
    .p-supports-list_inner {
        max-width: 138px;
        height: 110px;
        font-size: 12px;
        letter-spacing: .04em
    }
}

.p-supports-list_current {
    text-align: right;
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 50px;
}

@media screen and (max-width:679px) {
    .p-supports-list_current {
        font-size: 11px;
        text-align: center;
        margin-top: 22px
    }
}

.p-supports-relation {
    background-color: #0099e8;
    color: #fff;
    padding: 100px 0;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-supports-relation {
        padding: 68px 0 35px
    }
}

.p-supports-relation_ttl {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
}

@media screen and (max-width:679px) {
    .p-supports-relation_ttl {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500
    }
}

.p-supports-relation_list {
    margin: 45px -1px 0;
}

@media screen and (max-width:679px) {
    .p-supports-relation_list {
        margin: 44px 0 0
    }
}

.p-supports-relation_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .12em;
}

@media screen and (max-width:679px) {
    .p-supports-relation_list > li {
        border-right: none;
        display: block;
        letter-spacing: .1em
    }
}

.p-supports-relation_list > li + li {
    margin-top: 40px;
}

@media screen and (max-width:679px) {
    .p-supports-relation_list > li + li {
        margin-top: 15px
    }
}

@media screen and (max-width:679px) and (max-width:374px) {
    .p-supports-relation_list > li {
        font-size: 11px;
        letter-spacing: 0
    }
}

.p-supports-relation_list + .p-supports-relation_ttl {
    margin-top: 90px;
}

@media screen and (max-width:679px) {
    .p-supports-relation_list + .p-supports-relation_ttl {
        margin-top: 44px
    }
}

.p-supports-relation_name {
    width: 340px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

@media screen and (max-width:959px) {
    .p-supports-relation_name {
        width: 45.57291666666667%;
        padding-left: 4.947916666666666vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:679px) {
    .p-supports-relation_name {
        text-align: center;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        font-size: 13px;
        height: 64px;
        border-top: 1px solid #80ccf4;
        border-bottom: 1px solid #80ccf4;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-supports-relation_link {
    border-left: 1px solid #80ccf4;
}

@media screen and (max-width:679px) {
    .p-supports-relation_link {
        border-left: none;
        margin-top: 15px
    }
}

.p-supports-relation_link > li {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:679px) {
    .p-supports-relation_link > li {
        height: auto;
        padding: 15px 0
    }
}

.p-supports-relation_link > li + li {
    margin-top: 37px;
}

@media screen and (max-width:679px) {
    .p-supports-relation_link > li + li {
        margin-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1)
    }
}

.p-supports-relation_link > li > a {
    color: #fff;
    display: block;
    margin-left: 38px;
    padding-left: 26px;
    position: relative;
}

@media screen and (max-width:959px) {
    .p-supports-relation_link > li > a {
        margin-left: 4.947916666666666vw;
        padding-left: 3.385416666666667vw
    }
}

@media screen and (max-width:679px) {
    .p-supports-relation_link > li > a {
        margin-left: 10px;
        padding-left: 14px
    }
}

.p-supports-relation_link > li > a > span {
    width: 7px;
    position: absolute;
    top: 5px;
    left: 0;
}

@media screen and (max-width:679px) {
    .p-supports-relation_link > li > a > span {
        width: 6px;
        top: 50%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

@media screen and (max-width:959px) {
    .p-supports-relation_link-fix > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:679px) {
    .p-supports-relation_link-fix > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.p-supports-relation_link-fix > li span.txt {
    margin-left: 10px;
}

@media screen and (max-width:959px) {
    .p-supports-relation_link-fix > li span.txt {
        margin-left: 4.947916666666666vw;
        padding-left: 3.385416666666667vw
    }
}

@media screen and (max-width:679px) {
    .p-supports-relation_link-fix > li span.txt {
        margin-left: 10px;
        padding-left: 14px
    }
}

@media print {
    .p-supports-relation_name {
        width: 50%
    }

    .p-supports-relation_link {
        width: 50%
    }
}

.p-assessmenttool-head {
    padding-top: 348px;
    padding-bottom: 104px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head {
        padding-top: 60%;
        padding-bottom: 107px
    }
}

.p-assessmenttool-head_ttl {
    font-size: 0;
    line-height: 0;
    width: 419px;
    margin: 0 auto;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_ttl {
        width: 66.66666666666666vw;
        max-width: 250px
    }
}

.p-assessmenttool-head_lead {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #0099e8;
    margin: 40px auto 0;
    width: 716px;
    letter-spacing: .01em;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_lead {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        margin-top: 22px
    }
}

.p-assessmenttool-head_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1535px;
    z-index: -1;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_circle {
        height: 700px
    }
}

.p-assessmenttool-head_circle span {
    display: block;
    position: absolute;
    top: 12px;
    left: calc(50% + 71px);
    -webkit-transform: translateX(-50%) rotate(-94.5deg);
    transform: translateX(-50%) rotate(-94.5deg);
    width: 2488px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:1149px) {
    .p-assessmenttool-head_circle span {
        top: 80px
    }
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_circle span {
        width: 331.73333333333335%;
        top: 68px;
        left: calc(50% + 50px)
    }
}

.p-assessmenttool-head_circle span circle {
    stroke-dasharray: 6861 7184.320000000001
}

.p-assessmenttool-head_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 41px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_download {
        margin-top: 23px
    }
}

.p-assessmenttool-head_download > li + li {
    margin-left: 83px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_download > li + li {
        margin-left: 30px
    }
}

.p-assessmenttool-head_download-box {
    width: 157px;
    height: 157px;
    position: relative;
    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;
    font-size: 15px;
    line-height: 22px;
    color: #0099e8;
    text-align: center;
    font-weight: 500;
}

.p-assessmenttool-head_download-box:hover .p-assessmenttool-head_download-circle svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_download-box {
        width: 132px;
        height: 132px;
        font-size: 12px;
        line-height: 16px
    }
}

.p-assessmenttool-head_download-box > span {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.p-assessmenttool-head_download-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(104deg);
    transform: rotate(104deg);
}

.p-assessmenttool-head_download-circle svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.p-assessmenttool-head_download-arrow {
    width: 21px;
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-assessmenttool-head_download-arrow svg {
    -webkit-animation: arrow 2.5s infinite;
    animation: arrow 2.5s infinite
}

@media screen and (max-width:679px) {
    .p-assessmenttool-head_download-arrow {
        width: 18px
    }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-assessmenttool_step-container + .p-assessmenttool_step-container {
    margin-top: 152px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-container + .p-assessmenttool_step-container {
        margin-top: 126px
    }
}

.p-assessmenttool_step-container.step2 {
    page-break-after: always
}

.p-assessmenttool_step {
    background-color: #0099e8;
    padding: 100px 0 110px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step {
        padding: 80px 0 0
    }
}

.p-assessmenttool_step-hdg {
    width: 147px;
    margin: 0 auto
}

.p-assessmenttool_step-lead {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 19px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-lead {
        font-size: 11px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.p-assessmenttool_step-box {
    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;
    margin-top: 47px;
    padding: 0 6px;
    text-align: justify;
}

@media screen and (max-width:959px) {
    .p-assessmenttool_step-box {
        padding: 0 30px
    }
}

.p-assessmenttool_step-box > li {
    width: 32.68337975858867%;
    padding: 15px 20px 18px;
    color: #0099e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:959px) {
    .p-assessmenttool_step-box > li {
        width: 49.2%
    }
}

.p-assessmenttool_step-box > li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-box > li:before {
        border-radius: 4px
    }
}

@media print {
    .p-assessmenttool_step-box > li:before {
        border: 1px solid #0099e8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.p-assessmenttool_step-box > li.is-selected:before {
    opacity: .9;
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-box > li + li {
        margin-top: 20px !important
    }
}

@media screen and (max-width:959px) {
    .p-assessmenttool_step-box > li:nth-child(n+3) {
        margin-top: 10px
    }
}

.p-assessmenttool_step-box > li:nth-child(n+4) {
    margin-top: 10px
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool_step-box > li {
        width: 100%;
        height: auto !important;
        display: block;
        padding: 15px 20px 12px
    }
}

.p-assessmenttool_step-box.step1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 158px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-box.step1 > li {
        padding-bottom: 6px
    }
}

/*.p-assessmenttool_step-box.step2 > li {
    min-height: 0;
}
*/
@media screen and (max-width:679px) {
    .p-assessmenttool_step-box.step2 > li {
        min-height: 0
    }
}

.p-assessmenttool_step-box + .p-assessmenttool_step2-ttl-holder {
    margin-top: 52px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-box + .p-assessmenttool_step2-ttl-holder {
        margin-top: 61px
    }
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool_step-box {
        display: block;
        padding: 0;
        margin-top: 43px
    }
}

.p-assessmenttool_step-box-text {
    font-size: 13px;
    line-height: 22px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-box-text {
        font-size: 12px;
        line-height: 21px;
        font-weight: 500
    }
}

.p-assessmenttool_step-box-text > span {
    display: block;
    font-size: 11px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-box-text > span {
        font-size: 10px
    }
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select {
        margin-top: 10px !important
    }
}

.p-assessmenttool_step-select > label {
    cursor: pointer;
    display: block;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select > label {
        border-top: 1px solid #dfdfdf;
        padding: 13px 0
    }
}

@media print {
    .p-assessmenttool_step-select > label {
        position: relative
    }
}

.p-assessmenttool_step-select > label > input {
    display: none;
}

@media print {
    .p-assessmenttool_step-select > label > input {
        position: absolute;
        display: block;
        top: 1px;
        left: 0
    }
}

.p-assessmenttool_step-select > label > input:checked + .p-assessmenttool_step-select-btn:before {
    background-color: #0099e8
}

.p-assessmenttool_step-select.step1 > label {
    display: inline-block;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select.step1 > label {
        display: block
    }
}

.p-assessmenttool_step-select.step1 > label + label {
    margin-left: 14px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select.step1 > label + label {
        margin-left: 0
    }
}

.p-assessmenttool_step-select.step2 {
    margin-top: 22px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select.step2 {
        margin-top: 12px
    }
}

.p-assessmenttool_step-select.step2 > label + label {
    margin-top: 14px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select.step2 > label + label {
        margin-top: 0
    }
}

.p-assessmenttool_step-select-btn {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select-btn {
        padding-left: 31px
    }
}

.p-assessmenttool_step-select-btn:before {
    content: '';
    display: block;
    margin: 3px 0;
    width: 13px;
    height: 13px;
    border: 1px solid #0099e8;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step-select-btn:before {
        width: 15px;
        height: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0
    }
}

@media print {
    .p-assessmenttool_step-select-btn:before {
        display: none
    }
}

.p-assessmenttool_step1-result {
    margin-top: 152px;
    text-align: center;
    letter-spacing: .04em;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result {
        margin-top: 125px
    }
}

.p-assessmenttool_step1-result-container {
    margin-top: 41px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-container {
        margin-top: 32px
    }
}

.p-assessmenttool_step1-result-container + .p-assessmenttool_step1-result-dots {
    margin-top: 44px;
    margin-bottom: 52px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-container + .p-assessmenttool_step1-result-dots {
        margin-top: 26px
    }
}

.p-assessmenttool_step1-result-container + .p-assessmenttool_step1-result-dots:before {
    top: auto;
    bottom: -25px
}

.p-assessmenttool_step1-result-container + .p-assessmenttool_step1-result-dots:after {
    top: auto;
    bottom: -51px
}

.p-assessmenttool_step1-result-risk {
    font-size: 22px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-risk {
        font-size: 12px
    }
}

.p-assessmenttool_step1-result-risk > span {
    font-size: 25px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-risk > span {
        font-size: 16px
    }
}

.p-assessmenttool_step1-result-point {
    font-size: 28px;
    margin-top: 11px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-point {
        font-size: 21px;
        line-height: 46px;
        margin-top: 8px
    }
}

.p-assessmenttool_step1-result-point > span {
    font-size: 45px;
    display: inline-block;
    padding-left: 10px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-point > span {
        font-size: 37px
    }
}

.p-assessmenttool_step1-result-point-detail {
    font-size: 28px !important;
    padding-left: 0 !important;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-point-detail {
        font-size: 21px !important
    }
}

.p-assessmenttool_step1-result-txt {
    font-size: 12px;
    line-height: 30px;
    margin-top: 17px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step1-result-txt {
        font-size: 10px;
        line-height: 23px;
        letter-spacing: 0;
        margin-top: 10px
    }
}

.p-assessmenttool_step1-result-dots {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 52px;
    position: relative;
}

.p-assessmenttool_step1-result-dots:before,
.p-assessmenttool_step1-result-dots:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 50%
}

.p-assessmenttool_step1-result-dots:before {
    top: -25px;
    opacity: .8
}

.p-assessmenttool_step1-result-dots:after {
    top: -51px;
    opacity: .6
}

.p-assessmenttool_step2-ttl-holder {
    margin-top: 72px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step2-ttl-holder {
        margin-top: 54px
    }
}

.p-assessmenttool_step2-ttl-holder + .p-assessmenttool_step-box {
    margin-top: 65px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step2-ttl-holder + .p-assessmenttool_step-box {
        margin-top: 44px
    }
}

.p-assessmenttool_step2-ttl-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    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;
    position: relative;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step2-ttl-box {
        width: 63px;
        height: 63px
    }
}

.p-assessmenttool_step2-ttl-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(-1, 1) rotate(-106deg);
    transform: scale(-1, 1) rotate(-106deg);
}

.p-assessmenttool_step2-ttl-circle circle {
    stroke-dasharray: 180 204.1;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step2-ttl-circle circle {
        stroke-dasharray: 338 367.38
    }
}

.p-assessmenttool_step2-ttl-num {
    width: 36px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step2-ttl-num {
        width: 33px
    }
}

.p-assessmenttool_step2-ttl {
    font-size: 16px;
    letter-spacing: .04em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-top: 27px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool_step2-ttl {
        margin-top: 31px;
        line-height: 28px
    }
}

.p-assessmenttool-result {
    margin-top: 100px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result {
        margin-top: 74px
    }
}

@media print {
    .p-assessmenttool-result {
        margin-top: 30px
    }
}

.p-assessmenttool-result_ttl {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_ttl {
        font-size: 16px
    }
}

.p-assessmenttool-result_container {
    background-color: #fff;
    border-radius: 8px;
    padding: 60px 80px 36px;
    color: #0099e8;
    margin-top: 50px;
}

@media screen and (max-width:959px) {
    .p-assessmenttool-result_container {
        padding: 60px 30px;
        border-radius: 0
    }
}

@media print {
    .p-assessmenttool-result_container {
        border: 1px solid #0099e8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 50px;
        margin-top: 30px
    }
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool-result_container {
        margin: 40px -6.666666666666667vw 0;
        padding: 40px 6.666666666666667vw 34px
    }
}

.p-assessmenttool-result_inner {
    padding-left: 356px;
    position: relative;
}

@media screen and (max-width:959px) {
    .p-assessmenttool-result_inner {
        padding-left: 0
    }
}

@media print {
    .p-assessmenttool-result_inner {
        padding-left: 0
    }
}

.p-assessmenttool-result_achieve {
    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;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #0099e8;
    color: #0099e8;
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_achieve {
        height: 40px
    }
}

.p-assessmenttool-result_score-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    letter-spacing: .035em;
}

@media screen and (max-width:959px) {
    .p-assessmenttool-result_score-total {
        margin-top: 25px
    }
}

@media print {
    .p-assessmenttool-result_score-total {
        display: block
    }
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool-result_score-total {
        display: block;
        margin-top: 16px
    }
}

.p-assessmenttool-result_score {
    font-size: 84px;
    font-weight: 600;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_score {
        margin-top: 9px;
        font-size: 75px;
        letter-spacing: -.04em;
        text-align: center
    }
}

@media print {
    .p-assessmenttool-result_score {
        text-align: center;
        margin-top: 10px
    }
}

.p-assessmenttool-result_unit {
    font-size: 42px;
    font-weight: 500;
    display: inline-block;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_unit {
        font-size: 23px
    }
}

.p-assessmenttool-result_goal {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    margin-top: 22px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_goal {
        margin-top: 0
    }
}

.p-assessmenttool-result_goal > span {
    font-size: 23px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_goal > span {
        font-size: 15px;
        padding-left: 2px
    }
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_goal > span + span {
        padding-left: 0
    }
}

.p-assessmenttool-result_score-detail {
    font-size: 13px;
    line-height: 35px;
    margin-top: 15px;
}

@media screen and (max-width:959px) {
    .p-assessmenttool-result_score-detail {
        margin-top: 25px
    }
}

.p-assessmenttool-result_score-detail > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_score-detail > li + li {
        margin-top: 23px
    }
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool-result_score-detail {
        font-size: 11px;
        line-height: 22px;
        margin-top: 18px
    }
}

.p-assessmenttool-result_score-detail-ttl {
    text-indent: -1em;
    padding-left: 1em
}

.p-assessmenttool-result_score-detail-point {
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_score-detail-point {
        font-weight: 500;
        width: 100px
    }
}

.p-assessmenttool-result_comment {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    margin-top: 49px;
    letter-spacing: .1em;
}

@media screen and (max-width:959px) {
    .p-assessmenttool-result_comment {
        text-align: justify
    }
}

@media print {
    .p-assessmenttool-result_comment {
        text-align: justify;
        margin-top: 15px
    }
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool-result_comment {
        line-height: 20px;
        margin-top: 30px
    }
}

.p-assessmenttool-result_chart-container {
    width: 280px;
    position: absolute;
    top: 3px;
    left: 10px;
}

@media screen and (max-width:959px) {
    .p-assessmenttool-result_chart-container {
        position: initial;
        margin: 25px auto 0
    }
}

@media print {
    .p-assessmenttool-result_chart-container {
        position: static;
        top: 0;
        left: 0;
        margin: 25px auto 0
    }
}

@media screen and (max-width:959px) and (max-width:679px) {
    .p-assessmenttool-result_chart-container {
        width: 82.66666666666667vw;
        max-width: 310px;
        margin-top: 34px
    }
}

.p-assessmenttool-result_chart {
    position: relative;
    width: 100%
}

.p-assessmenttool-result_chart-inner {
    padding-top: 115.99999999999999%;
}

.p-assessmenttool-result_chart-inner canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-assessmenttool-result_chart-scale {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-assessmenttool-result_chart-scale-num {
    position: absolute;
    width: 15px;
}

.p-assessmenttool-result_chart-scale-num.is-1 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-assessmenttool-result_chart-scale-num.is-2 {
    top: 78px;
    right: -7px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_chart-scale-num.is-2 {
        top: 24.1%;
        right: -1%
    }
}

.p-assessmenttool-result_chart-scale-num.is-3 {
    right: -7px;
    bottom: 78px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_chart-scale-num.is-3 {
        bottom: 24.1%;
        right: -1%
    }
}

.p-assessmenttool-result_chart-scale-num.is-4 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-assessmenttool-result_chart-scale-num.is-5 {
    left: -7px;
    bottom: 78px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_chart-scale-num.is-5 {
        bottom: 24.1%;
        left: -1%
    }
}

.p-assessmenttool-result_chart-scale-num.is-6 {
    top: 78px;
    left: -7px;
}

@media screen and (max-width:679px) {
    .p-assessmenttool-result_chart-scale-num.is-6 {
        top: 24.1%;
        left: -1%
    }
}

.p-assessmenttool-result_chart-label {
    text-align: center;
    margin-top: 18px;
}

.p-assessmenttool-result_chart-label > span {
    font-size: 12px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.p-assessmenttool-result_chart-label > span:before,
.p-assessmenttool-result_chart-label > span:after {
    content: '';
    display: block;
    width: 8px;
    height: 0;
    border-top: 2px solid #0099e8;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-assessmenttool-result_chart-label > span:after {
    left: 12px
}

.p-action-head {
    padding-top: 348px;
    padding-bottom: 104px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:679px) {
    .p-action-head {
        padding-top: 60%;
        padding-bottom: 107px
    }
}

.p-action-head_ttl {
    font-size: 0;
    line-height: 0;
    width: 427px;
    margin: 0 auto;
}

@media screen and (max-width:679px) {
    .p-action-head_ttl {
        width: 66.66666666666666vw;
        max-width: 250px
    }
}

.p-action-head_lead {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #0099e8;
    margin: 40px auto 0;
    width: 716px;
    letter-spacing: .01em;
}

@media screen and (max-width:679px) {
    .p-action-head_lead {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        margin-top: 22px
    }
}

.p-action-head_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1535px;
    z-index: -1;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-action-head_circle {
        height: 700px
    }
}

.p-action-head_circle span {
    display: block;
    position: absolute;
    top: 12px;
    left: calc(50% + 71px);
    -webkit-transform: translateX(-50%) rotate(-94.5deg);
    transform: translateX(-50%) rotate(-94.5deg);
    width: 2488px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:1149px) {
    .p-action-head_circle span {
        top: 80px
    }
}

@media screen and (max-width:679px) {
    .p-action-head_circle span {
        width: 331.73333333333335%;
        top: 68px;
        left: calc(50% + 50px)
    }
}

.p-action-head_circle span circle {
    stroke-dasharray: 6861 7184.320000000001
}

.p-action-head_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 41px;
}

@media screen and (max-width:679px) {
    .p-action-head_download {
        margin-top: 23px
    }
}

.p-action-head_download > li + li {
    margin-left: 83px;
}

@media screen and (max-width:679px) {
    .p-action-head_download > li + li {
        margin-left: 30px
    }
}

.p-action-head_download-box {
    width: 157px;
    height: 157px;
    position: relative;
    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;
    font-size: 15px;
    line-height: 22px;
    color: #0099e8;
    text-align: center;
    font-weight: 500;
}

.p-action-head_download-box:hover .p-action-head_download-circle svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width:679px) {
    .p-action-head_download-box {
        width: 132px;
        height: 132px;
        font-size: 12px;
        line-height: 16px
    }
}

.p-action-head_download-box > span {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.p-action-head_download-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(104deg);
    transform: rotate(104deg);
}

.p-action-head_download-circle svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.p-action-head_download-arrow {
    width: 21px;
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-action-head_download-arrow svg {
    -webkit-animation: arrow 2.5s infinite;
    animation: arrow 2.5s infinite
}

@media screen and (max-width:679px) {
    .p-action-head_download-arrow {
        width: 18px
    }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-action_first-container {
    position: relative;
    z-index: 0;
    background-color: #0099e8;
    padding: 100px 0 110px;
    min-width: 1077px;
    width: 100%;
}

@media screen and (max-width:679px) {
    .p-action_first-container {
        padding: 80px 0 0;
        min-width: auto
    }
}

.p-action_second-container {
    position: relative;
    z-index: 0;
    background-color: #fff;
    padding: 100px 0 110px;
    min-width: 1077px;
    width: 100%;
}

@media screen and (max-width:679px) {
    .p-action_second-container {
        padding: 80px 0 0;
        min-width: auto
    }
}

.p-action_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:679px) {
    .p-action_download {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-action_download-itemwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:679px) {
    .p-action_download-item {
        margin-bottom: 75px
    }
}

.p-action_download-item .p-action_download-list li {
    position: relative;
    width: 325px;
}

@media screen and (max-width:679px) {
    .p-action_download-item .p-action_download-list li {
        width: 100%
    }
}

.p-action_download-item .p-action_download-list li a {
    display: block;
    position: relative
}

.p-action_download-item .p-action_download-list li .icon_arrow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 82px;
    height: 82px
}

.p-action_download-head {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width:679px) {
    .p-action_download-head {
        font-size: 25px
    }
}

.p-action_download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:679px) {
    .p-action_download-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-action_download-list a > img:hover {
    opacity: .8
}

.p-action_first-container .p-action_download-head {
    color: #fff
}

.p-action_second-container .p-action_download-head {
    color: #0099e8
}

@media screen and (max-width:679px) {
    .p-action_download-item_poster {
        width: 100%;
        margin-right: 0
    }
}

.p-action_download-item_poster .p-action_download-list > li:first-child {
    margin-right: 1px;
}

@media screen and (max-width:679px) {
    .p-action_download-item_poster .p-action_download-list > li:first-child {
        margin-right: 0;
        margin-bottom: 5px
    }
}

@media screen and (max-width:679px) {
    .p-action_download-item_leaflet {
        width: 100%
    }
}

.p-action_download-item_statement {
    width: 325px;
}

@media screen and (max-width:679px) {
    .p-action_download-item_statement {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:679px) {
    .p-action_download-item_webbanner {
        width: 100%
    }
}

.p-action_download-item_webbanner .p-action_download-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 460px;
}

@media screen and (max-width:679px) {
    .p-action_download-item_webbanner .p-action_download-list {
        height: auto
    }
}

.p-action_download-item_webbanner .p-action_download-list > li:first-child {
    margin-right: 1px;
}

@media screen and (max-width:679px) {
    .p-action_download-item_webbanner .p-action_download-list > li:first-child {
        margin-right: 0;
        margin-bottom: 2px
    }
}

.p-action_download-text_2-wrap {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    color: #0099e8;
    margin: 0 auto 110px;
    width: 100%;
    letter-spacing: .01em;
}

@media screen and (max-width:679px) {
    .p-action_download-text_2-wrap {
        width: 100%;
        line-height: 25px;
        margin: 22px auto 92px
    }
}

.p-action_download-text_2_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    text-align: justify;
    color: #0099e8;
}

@media screen and (max-width:679px) {
    .p-action_download-text_2_title {
        font-size: 12px;
        line-height: 25px
    }
}

.p-action_download-text_2_text {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: .8;
    text-align: justify;
    color: #0099e8;
}

@media screen and (max-width:679px) {
    .p-action_download-text_2_text {
        font-size: 12px;
        line-height: 25px
    }
}

.p-news-top-head {
    padding-top: 348px;
    padding-bottom: 104px;
    position: relative;
    /*z-index:-1;*/
}

@media screen and (max-width:679px) {
    .p-news-top-head {
        padding-top: 60%;
        padding-bottom: 23.200000000000003%
    }
}

.p-news-top-head_ttl {
    font-size: 0;
    line-height: 0;
    width: 320px;
    margin: 0 auto;
    padding-bottom: 100px;
}

@media screen and (max-width:679px) {
    .p-news-top-head_ttl {
        width: 66.66666666666666vw;
        max-width: 250px;
        padding-bottom: 10.666666666666668%
    }
}

.p-news-head_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1535px;
    z-index: -1;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-news-head_circle {
        height: 700px
    }
}

.p-news-head_circle span {
    display: block;
    position: absolute;
    top: 12px;
    left: calc(50% + 71px);
    -webkit-transform: translateX(-50%) rotate(-94.5deg);
    transform: translateX(-50%) rotate(-94.5deg);
    width: 2488px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:1149px) {
    .p-news-head_circle span {
        top: 80px
    }
}

@media screen and (max-width:679px) {
    .p-news-head_circle span {
        width: 331.73333333333335%;
        top: 68px;
        left: calc(50% + 50px)
    }
}

.p-news-head_circle span circle {
    stroke-dasharray: 6861 7184.320000000001
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-news-top-block-wrapper {
    padding-bottom: 700px;
}

@media screen and (max-width:679px) {
    .p-news-top-block-wrapper {
        padding-top: 10%;
        padding-bottom: 0
    }
}

.p-news-top-section {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 126px;
}

@media screen and (max-width:679px) {
    .p-news-top-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 86.66666666666667%;
        margin-bottom: 21.333333333333336%
    }
}

.p-news-top-section:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width:679px) {
    .p-news-top-section:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.p-news-top-section:last-child {
    margin-bottom: 0
}

.p-news-top-block {
    color: #0099e8;
}

@media screen and (max-width:679px) {
    .p-news-top-block {
        padding-top: 14px
    }
}

.p-news-top-block:first-child {
    width: 755px;
}

@media screen and (max-width:679px) {
    .p-news-top-block:first-child {
        width: 100%;
        margin-bottom: 0
    }
}

.p-news-top-block:last-child {
    width: 281px;
}

@media screen and (max-width:679px) {
    .p-news-top-block:last-child {
        width: 100%;
        margin-bottom: 14.666666666666666%
    }
}

.p-news-top-block-title h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 12px;
    letter-spacing: .9;
}

@media screen and (max-width:679px) {
    .p-news-top-block-title h3 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 1.7;
        margin-bottom: 4%;
        font-weight: bold
    }
}

.p-news-top-block-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 14px;
    letter-spacing: .6;
}

@media screen and (max-width:679px) {
    .p-news-top-block-text {
        margin-bottom: 4%;
        letter-spacing: .9;
        line-height: 22px
    }
}

.p-news-top-block-date {
    font-size: 14px;
    letter-spacing: 1.6
}

.p-news-top-block-image {
    position: relative;
    width: 281px;
}

@media screen and (max-width:679px) {
    .p-news-top-block-image {
        width: auto
    }
}

.p-news-top-block-image::before {
    display: block;
    position: absolute;
    left: 3px;
    top: -60px;
    z-index: 1;
    width: 274px;
    height: 274px;
    content: '';
    background: url("/assets/images/common/parts/img_circle.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width:679px) {
    .p-news-top-block-image::before {
        left: 7%;
        top: -25%;
        width: 100%;
        height: 150%
    }
}

.p-news-head {
    padding-top: 172px;
    padding-bottom: 104px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:679px) {
    .p-news-head {
        padding-top: 30%;
        padding-bottom: 67px
    }
}

.p-news-head_ttl {
    font-size: 0;
    line-height: 0;
    width: 419px;
    margin: 0 auto;
    padding-bottom: 100px;
}

@media screen and (max-width:679px) {
    .p-news-head_ttl {
        width: 66.66666666666666vw;
        max-width: 250px;
        padding-bottom: 10.666666666666668%
    }
}

.p-news-title {
    margin-bottom: 50px;
}

.p-news-title h1 {
    color: #0099e8;
    font-size: 28px;
    max-width: 1077px;
    width: 100%;
    margin: 0 auto 17px;
    text-align: center;
    letter-spacing: .9;
}

@media screen and (max-width:679px) {
    .p-news-title h1 {
        width: 86%;
        text-align: left;
        font-size: 20px;
        line-height: 1.5
    }
}

.p-news-title .p-news-date {
    color: #aeb4b7;
    font-size: 12px;
    max-width: 1077px;
    width: 100%;
    margin: 0 auto 37px;
    text-align: center;
}

@media screen and (max-width:679px) {
    .p-news-title .p-news-date {
        display: none
    }
}

.p-news-title .p-news-mainimage {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto
}

.p-news-block-text {
    color: #535353
}

.p-news-block-pt {
    margin: 0 auto 40px;
}

.p-news-block-pt p {
    letter-spacing: .8;
    margin-bottom: 10px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt p {
        line-height: 1.5
    }
}

.p-news-block-pt h1 {
    color: #0099e8;
    font-size: 22px;
    margin-bottom: 26px
}

.p-news-block-pt h2 {
    color: #0099e8;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 29px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt h2 {
        line-height: 1.5
    }
}

.p-news-block-pt .p-news-block-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .6
}

@media screen and (max-width:679px) {
    .p-news-block-pt .p-news-block-image {
        margin-bottom: 5%
    }
}

.p-news-block-pt .p-news-block-image img:nth-child(n+2) {
    margin-top: 20px
}

.p-news-block-pt .p-news-block-caption .caption-normal {
    display: block;
    font-size: 11px;
    color: #7b7b7b;
    line-height: 25px;
    letter-spacing: .6
}

.p-news-block-pt .p-news-block-caption .caption-small {
    display: block;
    font-size: 9px;
    color: #7b7b7b;
    line-height: 1;
    letter-spacing: .6
}

.p-news-block-pt1 .p-news-block-text,
.p-news-block-pt2 .p-news-block-text,
.p-news-block-pt3 .p-news-block-text,
.p-news-block-pt4 .p-news-block-text,
.p-news-block-pt5 .p-news-block-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .6;
    width: 640px;
}

@media screen and (max-width:679px) {

    .p-news-block-pt1 .p-news-block-text,
    .p-news-block-pt2 .p-news-block-text,
    .p-news-block-pt3 .p-news-block-text,
    .p-news-block-pt4 .p-news-block-text,
    .p-news-block-pt5 .p-news-block-text {
        width: auto
    }
}

.p-news-block-pt1 .p-news-block-image,
.p-news-block-pt2 .p-news-block-image,
.p-news-block-pt3 .p-news-block-image,
.p-news-block-pt4 .p-news-block-image,
.p-news-block-pt5 .p-news-block-image {
    width: 378px;
}

@media screen and (max-width:679px) {

    .p-news-block-pt1 .p-news-block-image,
    .p-news-block-pt2 .p-news-block-image,
    .p-news-block-pt3 .p-news-block-image,
    .p-news-block-pt4 .p-news-block-image,
    .p-news-block-pt5 .p-news-block-image {
        width: auto
    }
}

.p-news-block-pt1 {
    max-width: 1077px;
    width: 100%;
}

@media screen and (max-width:679px) {
    .p-news-block-pt1 {
        width: 86%
    }
}

.p-news-block-pt1 h1 {
    margin-bottom: 26px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt1 h1 {
        margin-top: 26px
    }
}

.p-news-block-pt1 .p-news-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    margin-bottom: -60px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt1 .p-news-block-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        margin-bottom: auto
    }
}

.p-news-block-pt1 .p-news-block-text {
    position: relative;
    top: -60px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt1 .p-news-block-text {
        top: auto
    }
}

.p-news-block-pt1 .p-news-block-caption {
    text-align: right
}

.p-news-block-pt2 {
    max-width: 1077px;
    width: 100%;
}

@media screen and (max-width:679px) {
    .p-news-block-pt2 {
        width: 86%
    }
}

.p-news-block-pt2 .p-news-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:679px) {
    .p-news-block-pt2 .p-news-block-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.p-news-block-pt2 .p-news-block-caption {
    text-align: right
}

.p-news-block-pt3 {
    max-width: 1077px;
    width: 100%;
    position: relative;
}

@media screen and (max-width:679px) {
    .p-news-block-pt3 {
        width: 86%
    }
}

.p-news-block-pt3 h1 {
    margin-bottom: 26px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt3 h1 {
        margin-top: 26px
    }
}

.p-news-block-pt3 .p-news-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 60px;
    margin-bottom: -60px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt3 .p-news-block-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        margin-bottom: auto
    }
}

.p-news-block-pt3 .p-news-block-text {
    position: relative;
    top: -60px;
}

@media screen and (max-width:679px) {
    .p-news-block-pt3 .p-news-block-text {
        top: auto
    }
}

.p-news-block-pt3 .p-news-block-caption {
    text-align: left;
}

@media screen and (max-width:679px) {
    .p-news-block-pt3 .p-news-block-caption {
        text-align: right
    }
}

.p-news-block-pt4 {
    max-width: 1077px;
    width: 100%;
}

@media screen and (max-width:679px) {
    .p-news-block-pt4 {
        width: 86%
    }
}

.p-news-block-pt4 h2 {
    margin-bottom: 26px
}

.p-news-block-pt4 .p-news-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width:679px) {
    .p-news-block-pt4 .p-news-block-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-news-block-pt4 .p-news-block-caption {
    text-align: left;
}

@media screen and (max-width:679px) {
    .p-news-block-pt4 .p-news-block-caption {
        text-align: right
    }
}

.p-news-block-pt5 {
    max-width: 1077px;
    width: 100%;
}

@media screen and (max-width:679px) {
    .p-news-block-pt5 {
        width: 86%
    }
}

.p-news-block-pt5 .p-news-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:679px) {
    .p-news-block-pt5 .p-news-block-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0
    }
}

.p-news-block-pt5 .p-news-block-text {
    position: relative;
}

@media screen and (max-width:679px) {
    .p-news-block-pt5 .p-news-block-text {
        top: auto
    }
}

.p-news-block-pt5 .p-news-block-image {
    width: 285px
}

.p-news-block-pt5 .p-news-block-caption {
    text-align: right
}

.p-news-block-picwide {
    margin-bottom: 40px;
}

.p-news-block-picwide .p-news-block-image {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto
}

.p-news-block-picwide .p-news-block-caption {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:679px) {
    .p-news-block-picwide .p-news-block-caption {
        display: block;
        text-align: right;
        width: 86%
    }
}

.p-news-block-picwide .p-news-block-caption .caption-normal {
    display: block;
    font-size: 11px;
    color: #7b7b7b;
    line-height: 25px;
    letter-spacing: .6
}

.p-news-block-picwide .p-news-block-caption .caption-small {
    display: block;
    font-size: 9px;
    color: #7b7b7b;
    line-height: 25px;
    letter-spacing: .6;
}

@media screen and (max-width:679px) {
    .p-news-block-picwide .p-news-block-caption .caption-small {
        line-height: 1
    }
}

.p-news-block-textwide {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto 40px;
}

@media screen and (max-width:679px) {
    .p-news-block-textwide {
        width: 86%
    }
}

.p-news-block-textwide h1 {
    color: #0099e8;
    font-size: 22px;
    margin-bottom: 26px;
}

@media screen and (max-width:679px) {
    .p-news-block-textwide h1 {
        margin-top: 26px
    }
}

.p-news-block-textwide h2 {
    color: #0099e8;
    font-size: 16px;
    margin-bottom: 26px
}

.p-news-block-textwide p {
    letter-spacing: .8
}

.p-news-block-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .6
}

.p-news-block-back {
    max-width: 1077px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.p-news-block-back a {
    color: #0099e8;
    position: relative;
    padding-left: 2em;
    font-weight: bold;
    display: inline-block
}

.p-news-block-back a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 16px;
    margin: auto;
    content: '';
    background: url("/assets/images/common/parts/icon_left_arrow.png") no-repeat;
    background-size: contain
}

.p-news-block-list {
    margin-top: 45px;
}

.p-news-block-list h2 {
    margin-bottom: 15px
}

.p-news-line {
    width: 50px;
    height: 1px;
    border-top: solid 1px #0099e8;
    margin: 40px auto
}

.p-principles-head {
    padding-top: 348px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:679px) {
    .p-principles-head {
        padding-top: 60%
    }
}

.p-principles-head_ttl {
    font-size: 0;
    line-height: 0;
    width: 320px;
    margin: 0 auto;
    padding-bottom: 100px;
}

@media screen and (max-width:679px) {
    .p-principles-head_ttl {
        width: 66.66666666666666vw;
        max-width: 250px;
        padding-bottom: 10.666666666666668%
    }
}

.p-principles-head_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1535px;
    z-index: -1;
    overflow: hidden;
}

@media screen and (max-width:679px) {
    .p-principles-head_circle {
        height: 700px
    }
}

.p-principles-head_circle span {
    display: block;
    position: absolute;
    top: 12px;
    left: calc(50% + 71px);
    -webkit-transform: translateX(-50%) rotate(-94.5deg);
    transform: translateX(-50%) rotate(-94.5deg);
    width: 2488px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:1149px) {
    .p-principles-head_circle span {
        top: 80px
    }
}

@media screen and (max-width:679px) {
    .p-principles-head_circle span {
        width: 331.73333333333335%;
        top: 68px;
        left: calc(50% + 50px)
    }
}

.p-principles-head_circle span circle {
    stroke-dasharray: 6861 7184.320000000001
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-principles_accordion {
    padding: 0
}

.p-principles_accordion:nth-child(odd) {
    background: #f7fcfe
}

.p-principles_accordion:nth-child(even) {
    background: #e0f3fb
}

.p-principles_section {
    margin-bottom: 118px;
}

.p-principles_section.p-entop h3 {
    font-size: 23px;
    letter-spacing: 1.9;
}

@media screen and (max-width:679px) {
    .p-principles_section.p-entop h3 {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 6.666666666666667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.p-principles_section.p-entop .p-principles_accordion_inner .c-accordion .c-accordion__hdg h4 {
    font-size: 20px;
    letter-spacing: 1.9;
}

@media screen and (max-width:679px) {
    .p-principles_section.p-entop .p-principles_accordion_inner .c-accordion .c-accordion__hdg h4 {
        font-size: 16px;
        padding: 20px 6.666666666666667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.p-principles_section h3 {
    color: #0099e8;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1.2;
}

@media screen and (max-width:679px) {
    .p-principles_section h3 {
        font-size: 18px;
        line-height: 1.5
    }
}

.p-principles_section:last-child {
    margin-bottom: 0
}

.p-principles_accordion .icon_num {
    width: 80px;
    height: 80px
}

.p-principles_accordion_inner {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto
}

.p-principles_accordion_inner .c-accordion {
    margin: 0;
    padding: 36px 0;
}

.p-principles_accordion_inner .c-accordion.is-open {
    padding: 36px 0 64px 0
}

.p-principles_accordion_inner .c-accordion .c-accordion__hdg {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1em;
}

@media screen and (max-width:679px) {
    .p-principles_accordion_inner .c-accordion .c-accordion__hdg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0
    }
}

.p-principles_accordion_inner .c-accordion .c-accordion__hdg .icon_num {
    margin-right: 42px;
}

@media screen and (max-width:679px) {
    .p-principles_accordion_inner .c-accordion .c-accordion__hdg .icon_num {
        margin-right: 0
    }
}

.p-principles_accordion_inner .c-accordion .c-accordion__hdg h4 {
    font-size: 18px;
    font-weight: normal;
    color: #0099e8;
    letter-spacing: 1.7;
    width: 88%;
    max-width: 900px;
    line-height: 1.5;
}

@media screen and (max-width:679px) {
    .p-principles_accordion_inner .c-accordion .c-accordion__hdg h4 {
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.5;
        text-align: center
    }
}

.p-principles_accordion_inner .c-accordion .c-accordion__hdg::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 12px;
    margin: auto;
    content: '';
    background: url("/assets/images/common/parts/icon_arrow.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width:679px) {
    .p-principles_accordion_inner .c-accordion .c-accordion__hdg::after {
        position: relative
    }
}

.p-principles_accordion_inner .c-accordion .c-accordion__hdg::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

.p-principles_accordion_inner .is-open .c-accordion__hdg::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.p-principles_accordion_inner .c-accordion__outer {
    overflow: hidden;
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out
}

.p-principles_accordion_inner .c-accordion__inner {
    padding: 45px 1em 0 1em;
}

@media screen and (max-width:679px) {
    .p-principles_accordion_inner .c-accordion__inner {
        padding: 42px 6.666666666666667vw 0 6.666666666666667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.p-principles_items {
    color: #0099e8
}

.p-principles_items_lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 60px;
    padding-left: 105px;
}

.p-principles_items_lead p {
    line-height: 2;
}

@media screen and (max-width:679px) {
    .p-principles_items_lead p {
        font-size: 14px
    }
}

@media screen and (max-width:679px) {
    .p-principles_items_lead {
        padding-left: 0;
        text-align: left;
        margin-bottom: 42px
    }
}

.p-principles_items_content {
    margin-bottom: 60px;
}

@media screen and (max-width:679px) {
    .p-principles_items_content {
        margin-bottom: 42px
    }
}

.p-principles_items_content:last-child {
    margin-bottom: 0
}

.p-principles_items_content_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 1.2;
}

@media screen and (max-width:679px) {
    .p-principles_items_content_title {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.p-principles_items_content_title .num {
    display: inline-block;
    width: 75px;
    margin-left: 23px;
}

@media screen and (max-width:679px) {
    .p-principles_items_content_title .num {
        width: auto;
        margin-left: 0;
        display: block;
        text-align: left;
        margin-bottom: 15px
    }
}

.p-principles_items_content_title .ttl {
    display: inline-block;
}

@media screen and (max-width:679px) {
    .p-principles_items_content_title .ttl {
        display: block;
        text-align: left
    }
}

.p-principles_items_content_text {
    font-size: 14px;
    line-height: 2;
    padding-left: 105px;
}

@media screen and (max-width:679px) {
    .p-principles_items_content_text {
        padding-left: 0
    }
}

@media screen and (max-width:679px) {
    .p-principles_items_content_text p {
        font-size: 14px
    }
}

.p-principles_download_wrapper {
    background: #323536;
    padding: 56px 0;
    color: #fff
}

.p-principles_download_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-principles_download_inner.p-entop {
    max-width: 790px
}

@media screen and (max-width:679px) {
    .p-principles_download_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:679px) {
    .p-principles_download_inner p {
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        padding: 0 6.666666666666667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.p-top-download_list-circle3 {
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg)
}

.p-top-download_list-arrow3 {
    -webkit-transform: none;
    transform: none;
    top: inherit;
    left: 43%
}

@media screen and (max-width:679px) {
    .p-top-lead_txt.p-entop {
        font-size: 14px;
        line-height: 26px
    }
}

.p-top-lead.p-entop p {
    margin-bottom: 10px
}

@media screen and (max-width:679px) {
    .p-top-lead.p-entop {
        padding-bottom: 100px
    }
}

@media screen and (max-width:679px) {
    .p-top-download_list_text {
        text-align: center
    }
}

.u-display-pc {
    display: block;
}

@media screen and (max-width:679px) {
    .u-display-pc {
        display: none !important
    }
}

.u-display-tab {
    display: none;
}

@media screen and (max-width:959px) {
    .u-display-tab {
        display: block
    }
}

@media screen and (max-width:679px) {
    .u-display-tab {
        display: none !important
    }
}

.u-display-sp {
    display: none !important;
}

@media screen and (max-width:679px) {
    .u-display-sp {
        display: block !important
    }
}

.u-none-pc {
    display: none;
}

@media screen and (max-width:959px) {
    .u-none-pc {
        display: block
    }
}

.u-none-tab {
    display: block;
}

@media screen and (max-width:959px) {
    .u-none-tab {
        display: none
    }
}

@media screen and (max-width:679px) {
    .u-none-tab {
        display: block
    }
}

@media screen and (max-width:679px) {
    .u-none-sp {
        display: none
    }
}

.u-only-pc {
    display: block;
}

@media screen and (max-width:959px) {
    .u-only-pc {
        display: none !important
    }
}

/* 20200625  https://childinsport.jp/news/20191205/に追加*/
.blue_box{
    margin: 2em 0;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
    padding: 0.5em 1em;

}
p.m_t{
 margin: 1em 0px;
}
.inyo_txt{
    line-height: 2;
    text-align: left;
    margin-top: 30px;
}
span.inyo{
   font-size: 11px;
    line-height: 2;

}

@media screen and (max-width:959px) {
.inyo_txt{
    text-align: left;
}
span.inyo{
   font-size: 11px;
    line-height: 2;
    }
.br_none{
    display: none;
}

}

/*20200828 追加*/
.block_movie{
 width: 100%!important;
    height: 500px!important;
}
p.under_line{
    border-bottom: solid 1px gray;
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width:679px) {
    .block_movie{
        width: 100%!important;
        height: auto!important;

}
}
